- 17 Nov, 2011 40 commits
-
-
caseq@chromium.org authored
- marked most callbacks as optional; - merged PanelWithSidebars into ElementsPanel; - more specific description for most of the callbacks; - misc puntuation fixes;^H. BUG=none TEST=none Review URL: http://codereview.chromium.org/8538005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110485 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110482 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110480 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
TBR=danno Review URL: http://codereview.chromium.org/8591016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110479 0039d316-1c4b-4281-b951-d872f2087c98
-
droger@google.com authored
BUG=NONE TEST=NONE Follow up on: Review URL: http://codereview.chromium.org/8465022 Then reverted by: http://codereview.chromium.org/8571008/ Review URL: http://codereview.chromium.org/8468010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110476 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
BUG=104496 TEST=Opening a Panel in debug mode with Youtube frame embedded right after launching chromium. Review URL: http://codereview.chromium.org/8581004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110475 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=80308 Review URL: http://codereview.chromium.org/8585005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110472 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=None TEST=emerge chromeos-chrome passed. Review URL: http://codereview.chromium.org/8585022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110471 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
The in-browser crash tests used to be flaky, but this was fixed some time ago. More recently, the inbrowser_crash_in_syscall test got broken by a change that caused the Breakpad handler to get run twice per crash, but this has now been fixed too. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2173 TEST=nacl_integration Review URL: http://codereview.chromium.org/8573023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110470 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
This patch is 2nd part of 3 splitted patches made from http://codereview.chromium.org/8386031 BUG=chromium-os:16556 TEST=Confirm that removable disk is correctly mounted Review URL: http://codereview.chromium.org/8497007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110469 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
SearchEngineManagerWebUITest.testOpenSearchEngineManager fails when run on a ChromeOS VM for the first time, all subsequent runs pass. Marking it as flaky. See crosbug.com/22673 BUG=chromium-os:22673 TEST=Confirmed that the test doesn't cause a fail on ChromeOS VM's. Review URL: http://codereview.chromium.org/8495025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110468 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is part 1 of the UpdateLibrary to UpdateEngineClient migration. The new files are added but not used from Chrome yet. The new code is based on update_library.cc and chromeos_update_engine.cc, and the new code will replace the them. For code review, please refer to the files below: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chromeos/cros/update_library.h?view=markup http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chromeos/cros/update_library.cc?view=markup http://git.chromium.org/gitweb/?p=chromiumos/platform/cros.git;a=blob;f=chromeos_update_engine.h;hb=HEAD http://git.chromium.org/gitweb/?p=chromiumos/platform/cros.git;a=blob;f=chromeos_update_engine.cc;hb=HEAD BUG=chromium-os:16564 TEST=chrome and tests build. Review URL: http://codereview.chromium.org/8572020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110467 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=100879 TEST=Visually confirm that when entering fullscreen, the exit bubble has a drop shadow. Review URL: http://codereview.chromium.org/8565034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110465 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Background: when first opening about:profiler, the browser sends data for each process as it becomes available. The UI responds to this by redrawing all the data. If there are a lot of processes then this can cause many conecutive repaints which slows things down. To avoid this, we now bulk together redraws on a 500ms timer (just for loading, not any user-initiated action). BUG=100992 Review URL: http://codereview.chromium.org/8585023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110464 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
The new field trial (SUGGEST) is almost the same as HIDDEN, except that the Instant suggested text is allowed to be autocompleted into the omnibox. Since the hidden tab contains results for the full query, it's more likely to be relevant when the user presses <Enter>. From the user perspective, the omnibox autocompletion is similar to how it behaves for past searches. BUG=none TEST=With --instant-field-trial=suggest, type into the omnibox, and observe that it gets inline autocompleted, even though there's no Instant preview. Review URL: http://codereview.chromium.org/8588003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110463 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=103688 TEST=manual Review URL: http://codereview.chromium.org/8571024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110462 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
BUG=103997 TEST=Changing focus using tab should only navigate to visible elements. Review URL: http://codereview.chromium.org/8573016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110461 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Initially, this object was owned by views hierarchy, but this is not the case since http://src.chromium.org/viewvc/chrome?view=rev&revision=42404. The leak didn't manifest itself until http://src.chromium.org/viewvc/chrome?view=rev&revision=110041 TEST=none BUG=104029 Review URL: http://codereview.chromium.org/8585011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110460 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
R=asargent@chromium.org Review URL: http://codereview.chromium.org/8568037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110459 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
The CNS allows files to be served under constrained network conditions per the design doc listed in the bug report. Uses CherryPy to handle HTTP processing. See ./cns.py --help, to run: ./cns.py [--port <port>] [--port-range <port-range>] Requests can then be made to: http://<server ip>:<port>/ServeConstrained?f=<file>&latency=...&bandwidth=...&loss=... The server will allocate a port from the preconfigured range and setup constraints on that port. Subsequent requests for the same constraints from the same source ip will result in the constrained port being reused. BUG=104242 TEST=Ran locally. Ran unittests. Review URL: http://codereview.chromium.org/8528049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110458 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8468026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110457 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Version is in format <Browser Name> <Version> (<OS>) <Channel/Modifier info> BUG=97158 TEST=verify version info is in about:sync Review URL: http://codereview.chromium.org/8587017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110456 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
use-gl=desktop mode got broken in r109111. GL proc addresses were not being found because ::GetProcAddress does not work with stock opengl32.dll. The stock dll just exposes GL 1.1 interface. wglGetProcAddress needs to be used to get >GL 1.1 interface, which in turn requires a GL current context. This patch simply reverts a portion of r109111. BUG=103765 Review URL: http://codereview.chromium.org/8588009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110455 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
the test doesn't make much sense on officail builds, and it fails on them BUG=104566 TEST=none Review URL: http://codereview.chromium.org/8589010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110454 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
This avoids having to recompute certain bits of data during display (for instance, there is no need to re-merge/group the data when simply changing the sorting order). BUG=100992 Review URL: http://codereview.chromium.org/8590001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110453 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
GetRestoredBounds should Return normal bounds if window is normal mode. BUG=103490 TEST=none Review URL: http://codereview.chromium.org/8468029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110452 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
TabStripGtk::OnSizeAllocate() could fail to call Layout() or schedule Layout() to be called in the future (and was reusing the code to resize the internal tabs when a single tab was closed). The views implementation of the tabstrip didn't use that path and would always relayout the entire tabstrip on bounds changes. BUG=79094 TEST=Create a window with more than 20 tabs in it. Very slowly shrink the window, one pixel at a time. The min/max/close buttons shouldn't overlap with the new tab button. Review URL: http://codereview.chromium.org/8568026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110451 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
The stress sync integration tests use 10 sync clients, and were originally flaky due to testserver bugginess. Several fixes have gone in since then, and it might be time to re-enable those tests. Note to future Chromium Sheriffs: If these stress tests do fail or time out in future, feel free to revert this patch. BUG=69604 TEST=sync_integration_tests --gtest_filter=ManyClient* Review URL: http://codereview.chromium.org/8568033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110450 0039d316-1c4b-4281-b951-d872f2087c98
-
adinardi@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8589011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110449 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=0 TEST=Ensure that sync integration tests TwoClientSearchEnginesSyncTest.* pass. Review URL: http://codereview.chromium.org/8571005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110448 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=101600,94925 TEST=none TBR=erg,willchan Review URL: http://codereview.chromium.org/8590003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110447 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
TBR=darin Review URL: http://codereview.chromium.org/8588024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110446 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8590014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110445 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8539048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110444 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
It's not used for a real purpose anymore, and it was causing the SCM to have multiple active_connection_ objects in certain cases, which is bad. This is mostly covered by SyncAPIServerConnectionManagerTest BUG=101639 TEST=On a debug build, no DCHECKs if the server is unreachable on sync startup. Review URL: http://codereview.chromium.org/8590005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110443 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110442 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Aura uses the views BalloonCollectionImpl, so this rewrites the test to use the generic BalloonCollection interface. The test still fails, but will work when chromeos::SystemNotification is implemented on Aura. BUG=104471 TEST=browser_tests Review URL: http://codereview.chromium.org/8576010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110441 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
This time with unittest. BUG=none TEST=none Review URL: http://codereview.chromium.org/8591005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110440 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
r1093: Default to make generator on FreeBSD9 and 10 as well. BUG=None Review URL: http://codereview.chromium.org/8588008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110439 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Files under webkit/media/ are now under their very own webkit_media namespace. Review URL: http://codereview.chromium.org/8570010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110438 0039d316-1c4b-4281-b951-d872f2087c98
-