- Jan 11, 2010
-
-
sehr@google.com authored
Review URL: http://codereview.chromium.org/547005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35928 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
LayoutTests/fast/text/find-kana.html is crashing after webkit r53078. updating test_expectations while i take a look at it. BUG=none TEST=none Review URL: http://codereview.chromium.org/548005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35927 0039d316-1c4b-4281-b951-d872f2087c98
-
antonm@chromium.org authored
Review URL: http://codereview.chromium.org/519009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35926 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
This avoids retaining navigation history relating to the incognito window. I piggy-back off of the dns prefetcher's OffTheRecordObserver to do this. In the future I hope to have a separate host resolver for off the record mode, so this won't be necessary. BUG=24629 Review URL: http://codereview.chromium.org/523076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35923 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Support the PUT HTTP verb in ChromeFrame in the IE host network stack implementation. This verb is supported in the Chrome network stack. Added a urlrequest test for the HTTP PUT verb and corresponding support in the HTTP test server. Fixes bug http://code.google.com/p/chromium/issues/detail?id=31629 Bug=31629 Test=Covered by net tests. Review URL: http://codereview.chromium.org/538012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35922 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@chromium.org authored
All are pretty obvious rebaselines. TBR=hamaji BUG=31146 TEST=none Review URL: http://codereview.chromium.org/543011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35921 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
TBR=atwilson BUG=none TEST=none Review URL: http://codereview.chromium.org/543009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35919 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG=none TEST=none (no code change) Review URL: http://codereview.chromium.org/524074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35918 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infobar has been shown to the user. autofill.enabled is true if the user has accepted the autofill confirmation infobar. BUG=none TEST=none Review URL: http://codereview.chromium.org/541001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35917 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Fix a couple of typos in the doc for external extensions and move a bullet item for "common missteps" (was in the wrong section). BUG=31655 TEST=None Review URL: http://codereview.chromium.org/541011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35916 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
BUG=20337 TEST=NetUtil.GetSuggestedFilename Patch from Garret Kelly <gdk@chromium.org>. Review URL: http://codereview.chromium.org/536005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35914 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector. TBR=jschuh@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35913 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=timurrrr,dank Review URL: http://codereview.chromium.org/547004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35912 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG: 31591 Review URL: http://codereview.chromium.org/549007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35911 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Origianl review: http://codereview.chromium.org/503028 TBR=vitalyr git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35910 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
certain configurations. I'm guessing the problem is because a width/height <= 0 is not honored and clipping doesn't happen. BUG=26483 TEST=none Review URL: http://codereview.chromium.org/542011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35909 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
1. Increase the width for 'date-container' in download.html to 110px to make room for dates in some languages. Increase the margin-left (LTR) and margin-rigth(RTL) accordingly. 2. Decrease the web font size (dom UI font size) for Bengali on Vista or later to 84% (the same value as used for English) while using 110% for XP. This is done by introducing a new 'string' (IDS_WEB_FONT_SIZE_XP) on Windows (other platforms won't get this). BUG=21699 TEST=Run Chrome with '--lang=ml' (--lang=kn, --lang=bn) on Windows and go to the download page. Make sure that dates are in a single line. Review URL: http://codereview.chromium.org/381009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35908 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35907 0039d316-1c4b-4281-b951-d872f2087c98
-
andybons@chromium.org authored
[Mac] Fixes regression where the I-Beam was not being shown when hovering over the Omnibox while it was out of focus. BUG=31449 TEST=Hover over the omnibox when it is out of focus (but the app is in focus). Observe that the I-Beam is shown instead of the arrow cursor. Review URL: http://codereview.chromium.org/544007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35906 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
. On X changing fullscreen is asynchronous. This means we have to ask the window to change it's fullscreen state, then once changed update the necessary things. . ExtensionShelf is needlessly triggering a bunch of layouts when we toggle fullscreen state. BUG=31143 TEST=see bug Review URL: http://codereview.chromium.org/542001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35905 0039d316-1c4b-4281-b951-d872f2087c98
-
craig.schlenter@chromium.org authored
BUG=31085 Review URL: http://codereview.chromium.org/523131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35904 0039d316-1c4b-4281-b951-d872f2087c98
-
skerner@chromium.org authored
BUG=26050 TEST=Updated existing unit tests ExtensionTest.InitFromValue*, manual testing on Linux. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35802 Review URL: http://codereview.chromium.org/523132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35903 0039d316-1c4b-4281-b951-d872f2087c98
-
suzhe@chromium.org authored
To send unhandled keyboard events to the system default handler, so that system accelerators can work as normal. BUG=30707: Keyboard shortcuts failed to work on Bookmark sync Sign in Authentication dialog TEST=See bug report. Review URL: http://codereview.chromium.org/525112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35902 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
clicking on the bookmark bar. The regression is the result of introducing AccessibleToolbarView as a superclass of BookmarkBarView and having it override ShowContextMenu. BUG=none TEST=right click on an empty spot of the bookmark bar and make sure you get a context menu. Review URL: http://codereview.chromium.org/544001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35901 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jan 10, 2010
-
-
chrome-bot@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35891 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Based on http://www.foldr.org/~michaelw/log/2009/03/13/ , right now in proofofconcept quality. Works for worker processes too and seems more reliable in general. Makes it impossible to call LaunchApp() concurrently though. Next try: Submitting to get perf numbers, will revert. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35883 Review URL: http://codereview.chromium.org/549002 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/536009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35890 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Based on http://www.foldr.org/~michaelw/log/2009/03/13/ , right now in proof-of-concept quality. Works for worker processes too and seems more reliable in general. Makes it impossible to call LaunchApp() concurrently though. Next try: Submitting to get perf numbers, will revert. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35883 Review URL: http://codereview.chromium.org/549002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35888 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Based on http://www.foldr.org/~michaelw/log/2009/03/13/ , right now in proofofconcept quality. Works for worker processes too and seems more reliable in general. Makes it impossible to call LaunchApp() concurrently though. Submitting to get perf numbers, will revert. Review URL: http://codereview.chromium.org/549002 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/544004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35884 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Based on http://www.foldr.org/~michaelw/log/2009/03/13/ , right now in proof-of-concept quality. Works for worker processes too and seems more reliable in general. Makes it impossible to call LaunchApp() concurrently though. Submitting to get perf numbers, will revert. Review URL: http://codereview.chromium.org/549002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35883 0039d316-1c4b-4281-b951-d872f2087c98
-
oritm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35882 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jan 09, 2010
-
-
nick@chromium.org authored
Make EntryKernel have only private data members. When we switch to protobuf based storage, we'll need to use getters and setters. BUG=30041 TEST=unit tests Review URL: http://codereview.chromium.org/500113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35879 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Nib change: Connect "Task Manager" to first responder's commandDispatch:, give it tag 40005 (IDC_TASK_MANAGER in chrome/app/chrome_dll_resource.h), check "Enabled" checkbox (this has no effect, but is consistent with the rest of the nib). Due to http://codereview.chromium.org/518085 , the task manager is still disabled, but it's easier to turn on after this CL (only one small change in browser.cc). BUG=13156 TEST=Click View->Developer. "Task Manager" should still be disabled. Review URL: http://codereview.chromium.org/541005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35878 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
This was stolen from Finnur's internal wave mostly. TBR=finnur@chromium.org,kathyw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35877 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
TBR=apatrick git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35876 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Renamed gles_book_examples to gles2_book to make it shorter and more correct. I still need to rename gles_book_examples.gyp to gles2_book.gyp. I will do it in another CL as svn does not like changes in renamed directories. TBR=apatrick Review URL: http://codereview.chromium.org/543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35875 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@chromium.org authored
Add new baselines for tests added in http://trac.webkit.org/changeset/53017. TBR=johnnyg TEST=none BUG=none Review URL: http://codereview.chromium.org/538013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35874 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
BUG=26099 TEST=Try running hello_triangle executable, you should see a red triangle Review URL: http://codereview.chromium.org/539001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35873 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-bot@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35870 0039d316-1c4b-4281-b951-d872f2087c98
-
tyoshino@google.com authored
It's failing continuously on Valgrind Mac build bot. BUG=28445 TBR=japhet,lzheng Review URL: http://codereview.chromium.org/545004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35869 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Review URL: http://codereview.chromium.org/542005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35865 0039d316-1c4b-4281-b951-d872f2087c98
-