- 14 Dec, 2011 40 commits
-
-
chocobo@chromium.org authored
BUG=chromium-os:23757 TEST=manual Review URL: http://codereview.chromium.org/8883046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114515 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Change-Id: I78ca835371a0cf70e3dcb7630a91838ca40e9005 BUG=107596 TEST=See issue Review URL: http://codereview.chromium.org/8914017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114513 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8931018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114512 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
linux-release-lowmem/dom_perf: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/dom_perf/report.html?history=250&rev=114487 TBR=cmp BUG=107486 Review URL: http://codereview.chromium.org/8909016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114511 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
Previously, the pyauto remote inspector module only allowed a test to take a v8 heap snapshot, as follows: import perf_snapshot snapshotter = perf_snapshot.PerformanceSnapshotter() snapshot = snapshotter.HeapSnapshot() With this change, the same object now provides the GarbageCollect() function, which forces a garbage collection: import perf_snapshot snapshotter = perf_snapshot.PerformanceSnapshotter() snapshot = snapshotter.GarbageCollect() Refactoring of perf_snapshot.py still needs to be done to make it more general (useful for various kinds of interaction with the remote inspector). This CL includes a portion of this refactoring: I separated the _PerformanceSnapshotterThread class into 2 classes: a base class called _RemoteInspectorBaseThread, and a subclass called _PerformanceSnapshotterThread. There is a new subclass called _GarbageCollectThread to implement the garbage collection functionality. In a future CL, I intend to do some additional refactoring of comments and organization of the code, and also change the name of the file itself. BUG=chromium-os:23962 TEST=None Review URL: http://codereview.chromium.org/8885025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114510 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Change-Id: I02b3329104f9c54580143595abfebff5079eb84a BUG=107028,107242 TEST=See issue. Make sure status buttons are correctly enabled from the login screen and once logged in, and that clicking on them during login does not crash or cause any bad behavior. Also check with the screen locker. Review URL: http://codereview.chromium.org/8907008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114509 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
/mac-release/sizes: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=Chromium.app&graph=Chromium.app&rev=114493 http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=Chromium.app&graph=chrome-si&rev=114493 TBR=cmp BUG=107594 Review URL: http://codereview.chromium.org/8916017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114508 0039d316-1c4b-4281-b951-d872f2087c98
-
chocobo@chromium.org authored
TEST=None BUG=None Review URL: http://codereview.chromium.org/8911014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114507 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=105879 R=ben@chromium.org TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8915007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114506 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@google.com authored
SyncErrorTest.AuthErrorTest is a test for authentication errors that was recently added. It is timing out on Mac. This patch disables it. TBR=mmenke@chromium.org BUG=107611 TEST= Review URL: http://codereview.chromium.org/8916015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114505 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
Review URL: http://codereview.chromium.org/8900001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114504 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
together, so I'm relanding together. Here's the original descriptions: Fixes layout bugs in ShelfLayoutManager. The problem with invoking SetBounds on the widget during the animation is we end up back in the layoutmanager and cancel the change. Also adds some tests for ShelfLayoutManager. and Create a visible shelf and constrain window movement This also includes the fix, which you reviewed @ http://codereview.chromium.org/8914012 . BUG=106432 107287 107401 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8914023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114502 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Change-Id: I461b53554bb67f6fe9681d04940e2131e2a9224c BUG=chromium-os:107309 TEST=See issue Review URL: http://codereview.chromium.org/8932001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114501 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
TBR=zmo BUG=104142 Review URL: http://codereview.chromium.org/8914008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114500 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=107047 TEST=crypto_unittests Review URL: http://codereview.chromium.org/8894023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114499 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This passes locally and was passing two days ago on aura bot, but now it's failing. Disabling again TBR=thestig@chromium.org BUG=103497 TEST=none Review URL: http://codereview.chromium.org/8907030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114498 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=chromium-os:23551 TEST=chrome://system should still have hardware_class successfully filled in; ERROR in issue should only be a warning Review URL: http://codereview.chromium.org/8883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114497 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
During shutdown the |host_| pointer and/or |host_->frontend_| could be null. Check for those conditions before calling methods on those pointers. BUG=107279 TEST=unit_tests.exe, sync_unit_tests.exe, sync_integration_tests.exe Review URL: http://codereview.chromium.org/8916008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114496 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This removes some complexity and also fixes a bug where if you call Bind() with the result of Bind(), the resulting Callback would only be valid during the first call. Ouch. BUG=none TEST=new unittests Review URL: http://codereview.chromium.org/8738001 TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/8914022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114495 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
This removes some complexity and also fixes a bug where if you call Bind() with the result of Bind(), the resulting Callback would only be valid during the first call. Ouch. BUG=none TEST=new unittests Review URL: http://codereview.chromium.org/8738001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114494 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=csilv Review URL: http://codereview.chromium.org/8907049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114493 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This fixes a straightforward crash from the clock menu, and also includes some code cleanup done while investigating (see inline comments). BUG=chromium-os:issue_106947 TEST=Test the clock display and menu in the status area, including changing 24 hour and timezone preferences. Also, see issue. Review URL: http://codereview.chromium.org/8930001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114492 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
This reverts commit 84af7c82. BUG=none TEST=none TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/8914016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114491 0039d316-1c4b-4281-b951-d872f2087c98
-
petermayo@chromium.org authored
TBR=God NOTRY=true BUG=chromium:107599 TEST=None Review URL: http://codereview.chromium.org/8818013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114490 0039d316-1c4b-4281-b951-d872f2087c98
-
jhorwich@chromium.org authored
BUG=97848 TEST=manual. Check chrome:plugins, run gtalk if plugins available Review URL: http://codereview.chromium.org/8899014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114487 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
This prevents the translators from accidentally translating or removing these from the translations. Review URL: http://codereview.chromium.org/8930022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114486 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Follow-up to 113090 to see which ModelChangingSyncerCommand triggers a perf regression. BUG=97832 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114090 Review URL: http://codereview.chromium.org/8822017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114485 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
mac-release/sizes: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=ChromiumFramework&graph=ChromiumFramework&rev=114468 mac-release/sizes: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=50&header=ChromiumFramework&graph=Chromium.app&rev=114468 TBR=cmp Review URL: http://codereview.chromium.org/8916012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114484 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
http://codereview.chromium.org/8921025 added logic to take care of the case where changing the gaia passphrase caused a sync client that was already signed in to request a reauth, and if it was unavailable, go to one of the OFFLINE states. This patch adds a sync integration test to verify that a client does indeed go to the OFFLINE state when the gaia password has been changed elsewhere. BUG=none TEST=sync_integration_tests Review URL: http://codereview.chromium.org/8931013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114483 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Use the unique_id to determine the process instead of the selected index. BUG=chromium-os:23739 TEST=manual on chromium-os(aura) on Linux Review URL: http://codereview.chromium.org/8932003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114479 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
R=asargent@chromium.org,mirandac@chromium.org BUG=107397 TEST=ExtensionsLoadMultipleTest Review URL: http://codereview.chromium.org/8898025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114478 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
OmniboxViewTest.PopupAccelerators had to be disabled for Aura so that we can enable the intyeractive_ui_tests in the main Waterfall TBR=oshima@chromium.org BUG=107588 TEST=none Review URL: http://codereview.chromium.org/8915011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114477 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
Revert 114133 - Revert 114059 - Fixed service side implementation of glTexStorage2DEXT to only initialize the number of levels requirested. Also ClearLevel now uses glTexSubImage2D to clear the level if the texture is immutable. Finally, rearranged the code in doTexSubImage2D to correctly bypass clearing a level if the bitmaps supplied matches the dimensions of the texture level. BUG=106894 Review URL: http://codereview.chromium.org/8872061 Reverting as it may be causing a failure in the XP perf bots: http://build.chromium.org/p/chromium.perf/builders/XP%20Perf%20%28dbg%29/builds/6854 Un-reverting original change. It doesn't seem to have been the cause for the regression. TBR=vangelis@chromium.org Review URL: http://codereview.chromium.org/8905027 TBR=vangelis@chromium.org Review URL: http://codereview.chromium.org/8913011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114476 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
We appear to need to mark classes AURA_SHELL_EXPORT in order to use them in unit tests. TBR=sky@chromium.org BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8911010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114475 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8898029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114474 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
This CL moves all command line processing out of the coordinator. Key other features required by this change: 1) object and nexe are now passed by ppapi temporary files 2) native library and .o loading is done purely on demand 3) the command lines baked into llc and ld are used exclusively One minor change that fit with the CL is that the coordinator now creates only one helper thread that runs both llc and ld. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2440 TEST=none Review URL: http://codereview.chromium.org/8786005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114473 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
http://codereview.chromium.org/8933010/ caused a regression in interactive_ui_tests on Linux+Aura+ChromeOS http://codereview.chromium.org/8873036/ was rebased on the above and had to be reverted TBR=sky@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8916010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114472 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Databases are deleted before starting tests, to ensure nothing remains from previous runs. Test results are communicated back via document.title to avoid trying to read back a value by injecting script into a process that's busy-looping. Test phases are explicitly triggered by the caller in all cases, rather than relying on previous test state. BUG=103456 TEST= Review URL: http://codereview.chromium.org/8892021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114471 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=csilv Review URL: http://codereview.chromium.org/8910015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114470 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=timurrrr@chromium.org BUG=107567 TEST=drmemory bots go greener Review URL: http://codereview.chromium.org/8916009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114469 0039d316-1c4b-4281-b951-d872f2087c98
-