- 05 Aug, 2011 40 commits
-
-
scottfr@chromium.org authored
Relanding 95542. Reverted due to issue caused by 95496. BUG=none TEST=manually Review URL: http://codereview.chromium.org/7480032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95685 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95684 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Suppresses leaks introduced with r95572 related to BrowserAccessibilityManager. More suppressions. BUG=91845 TEST=Valgrind and HeapCheck bots turn green. Review URL: http://codereview.chromium.org/7582021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95683 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
BUG=87632 TEST=Official Windows Chrome logs show Remoting webapp being built. Review URL: http://codereview.chromium.org/7461144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95682 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7582006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95681 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Convert MetricsServices' child_process_stats_buffer_ while I'm at it. Review URL: http://codereview.chromium.org/7583016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95680 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Destroy the underlying WeakPtr right before the owner thread is destroyed. Remove suppression for the leak in the bug. BUG=91465 TEST= Review URL: http://codereview.chromium.org/7572010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95679 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Review URL: http://codereview.chromium.org/7541054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95678 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=tony@chromium.org Review URL: http://codereview.chromium.org/7569012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95677 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
The test verifies that in-progress XHR is still loading after transfer. BUG=55200 Review URL: http://codereview.chromium.org/7550021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95676 0039d316-1c4b-4281-b951-d872f2087c98
-
braffert@chromium.org authored
This patch adds tab sync performance tests, similar to the tests for the existing datatypes in live_sync/performance. Changes to LiveSessionsSyncTest were required - most significantly the addition of AwaitSessionPropagation, which waits until a vector of urls can all be found in the model associator. This type of wait loop previously existed as part of OpenTab, and worked with a single url. AwaitSessionPropagation supports multiple urls, and is called from OpenTab, OpenMultipleTabs, and SessionsSyncPerfTest::UpdateTabs. BUG=none TEST=sync_performance_tests, sync_integration_tests Review URL: http://codereview.chromium.org/7575026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95675 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95674 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=none TEST=none TBR=andreip Review URL: http://codereview.chromium.org/7550044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95673 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95672 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Whitespace change: http://codereview.chromium.org/7576017 BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7575020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95671 0039d316-1c4b-4281-b951-d872f2087c98
-
braffert@chromium.org authored
BUG=none TEST=sync_performance_tests Review URL: http://codereview.chromium.org/7541052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95670 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
BUG=91851 TEST=unit_tests:OmniboxView.* Review URL: http://codereview.chromium.org/7585016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95669 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Properly scope ScopedPlatformPaint so that the native drawing layer and Skia are in agreement on the state of the pixels. Also fix Windows to not return completely transparent bitmaps when the source image has color depth < 32 bpp. BUG=86085 TEST=Copy an image from MS Paint and paste it into Gmail using 32bpp for the display color depth. Review URL: http://codereview.chromium.org/7471008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95668 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Also sprinkle in some OVERRIDEs. It's not strictly necessary in this case since it's a pure virtual method, but it doesn't hurt and may help for future refactorings. BUG=23581 Review URL: http://codereview.chromium.org/7461136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95665 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=91734 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/7585019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95662 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95661 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Suppresses leaks introduced with r95607 related to BrowsingDataQuotaHelper. More suppressions. BUG=91836 TEST=Valgrind and HeapCheck bots turn green. TBR=tzik@chromium.org Review URL: http://codereview.chromium.org/7585018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95660 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7541050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95659 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95658 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
984: Avoid specifying multiple conditional entries when the value is the same for all configurations. 985: mac/make: Use libtool -static instead of ar crs to create static libraries. Faster. BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/7491064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95657 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
The Remoting Host plugin is built for Linux but not ChromeOS. This is a temporary fix until we can update the stage_build script to deal with this missing file on official ChromeOS build. This is a partial revert of r95103. BUG=91549 TEST=Official ChromeOS build (staging) no longer fails. Review URL: http://codereview.chromium.org/7589001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95656 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:18740 TEST=Add "--skip-oauth-login" in command line and focusing on user pod should stay, i.e. no auto switching to Gaia. Review URL: http://codereview.chromium.org/7583010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95653 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
R=rvargas@chromium.org Review URL: http://codereview.chromium.org/7491061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95652 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
R=rvargas@chromium.org Review URL: http://codereview.chromium.org/7550038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95651 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This brings back the arrow-tip infobar, but it is fixed-with and will not grow all the way to the omnibox decoration if the bookmark bar is open. XIB changes: * Make the animatable view and gradient view 48px tall. * Move the text view up 1 px. BUG=76381 TEST=Look at infobars. Review URL: http://codereview.chromium.org/7461134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95649 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Suppresses leaks introduced with r95572 related to BrowserAccessibilityManager. BUG=91845 TEST=Valgrind and HeapCheck bots turn green. TBR=dtseng@chromium.org Review URL: http://codereview.chromium.org/7541048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95645 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts commit 18937a8c9073784b527527c7d7506ae12a248964. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95644 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95643 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Suppresses leaks introduced with r95607 related to BrowsingDataQuotaHelper. BUG=91836 TEST=Valgrind and HeapCheck bots turn green. TBR=tzik@chromium.org Review URL: http://codereview.chromium.org/7585014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95642 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
- don't allow un-uninstallable apps to be trashed - fade effect when dragging over trash BUG=90894 TEST=manual Review URL: http://codereview.chromium.org/7572041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95640 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
BUG=91843 Review URL: http://codereview.chromium.org/7584009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95639 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7550026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95638 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds suppressions for leaks introduced with r95607. Reordering suppressions. BUG=91816 TEST=Valgrind and HeapCheck bots turn green. TBR=tzik@chromium.org Review URL: http://codereview.chromium.org/7582013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95636 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
If the current context was ever nil, sending a "restore" message would be a no-op and would likely leave an out-of-scope context as current. BUG=90140 TEST=repeatedly select items in an open file dialog in column mode; no crash Review URL: http://codereview.chromium.org/7572031 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/7541043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95631 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95629 0039d316-1c4b-4281-b951-d872f2087c98
-