- 15 Dec, 2011 40 commits
-
-
sail@chromium.org authored
MigrationTwoClientTest.MigrationHellWithoutNigori and MigrationTwoClientTest.MigrationHellWithNigori have been crashing on various bots. Backtrace attached to bug. BUG=107205 TEST= Review URL: http://codereview.chromium.org/8966001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114673 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
[This change was shipping to dev/canary over the past weekend, and had no impact on buildability. I'm landing this yet again since the bug has a large impact on XP users, and we need it tested in the field if we are going to push it to M16 in the new year] This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8836003 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8934006 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8964002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114672 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Now that Chrome 16 is out the door, the blacklist erosion process is resuming. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114671 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
- As promised. Strange microsoft thing: there is a function to intialize the cv but no function to unititialize it. BUG=none TEST=current tests suffice Review URL: http://codereview.chromium.org/8953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114670 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
The sync integration test for auth errors was failing on the mac buildbots. It turns out that this was due to keychain prompts on mac, as we were trying to add a password form, due to a known issue with mac keychain. This patch switches the datatype used by the auth error test to bookmarks, so that this test can be reenabled. The underlying issue with keychain will be fixed in another patch. BUG=107611 TEST=SyncErrorTest.AuthErrorTest Review URL: http://codereview.chromium.org/8954018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114669 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8914021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114668 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
app list, hence code changes to shuffle things around. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8957012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114666 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Now with ChromeOS fix. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114664 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=107469 TEST=Verify that chrome://settings-frame still functions sans extensions. Review URL: http://codereview.chromium.org/8949006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114663 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
This was accidentally removed in http://codereview.chromium.org/8491043/diff/19001/content/browser/gpu/gpu_process_host.cc BUG=None TEST=start browser with --trace-startup Review URL: http://codereview.chromium.org/8912005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114662 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8949018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114661 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
CMT can now generate motion events w/ valuators instead of a sequence of button events. This supports them BUG=None TEST=None Review URL: http://codereview.chromium.org/8907005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114660 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) When old and new IDs are equal, ignores old ID (fallback to the prepopulated provider). *) When new and fallback providers have the same name, doesn't suggest to 'Change to <new provider>'. *) Ignores logo_id when comparing providers. BUG=107516 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/8954014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114659 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
to tell it the size of the launcher so that it doesn't layout on top of the status. BUG=106432 TEST=covered by tests. R=ben@chromium.org Review URL: http://codereview.chromium.org/8953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114658 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=existing automation TBR=sky Review URL: http://codereview.chromium.org/8956004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114657 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
ninja doesn't like there being several targets with the name 'ssl', so I renamed NSS's 'ssl' target to 'libssl'. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8907043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114656 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
because there is an existing TabDragController when a new one is created. Right after we create the new TabDragController it replaces the old, but if we create the new one before the old is destroyed it means the old is still set as a delegate on the TabContents so that when the new restores the delegates it restores the old TabDragController, which has now been deleted. BUG=107172 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8915026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114653 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=104399 TEST=TwoClientExtensionsSyncTest.UninstallPreinstalledExtensions Review URL: http://codereview.chromium.org/8889048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114652 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
R=avi@chromium.org TBR=rlp@chromium.org BUG=98716 TEST= Review URL: http://codereview.chromium.org/8921021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114651 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
with modal dialogs on mac. Also, don't inline scripts in view_checks.html and do print filter for rerunning failed tests. BUG=103434,107573 TEST=none Review URL: http://codereview.chromium.org/8943001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114650 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=106209 TEST=none R=davemoore@chromium.org Review URL: http://codereview.chromium.org/8938007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114646 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
for chromeos gtk builds (non-aura), now they're disabled for all views gtk builds. BUG=104945 TEST=none TBR=mazda Review URL: http://codereview.chromium.org/8957010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114645 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts commit r114642 - it broke ChromeOS. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114644 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114643 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8944001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114642 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@chromium.org authored
control group is http://codereview.chromium.org/8952015 Review URL: http://codereview.chromium.org/8953014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114641 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This makes it possible to provide more helpful spoken feedback when focusing a toolbar button or infobar button - e.g. it can now read the full text of the infobar when you move focus to any of its buttons. BUG=106724 TEST=Adds new unit tests; will need new ChromeVox push to test manually. Review URL: http://codereview.chromium.org/8850004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114640 0039d316-1c4b-4281-b951-d872f2087c98
-
junov@chromium.org authored
Small oversight in r112774: function __update_fps replaced with __record_frame_time in head.js. __update_fps was still referenced in head_animation.js BUG=http://code.google.com/p/chromium/issues/detail?id=106557 TEST=performance_ui_tests, gpu_frame_rate_test Review URL: http://codereview.chromium.org/8915020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114639 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTest tests to run on bots where audio hardware is available. The tests will succeed (to avoid breaking the tree) with a warning printed out on bots that don't have the necessary hardware. TEST=Run media_unittests on the build bots. Review URL: http://codereview.chromium.org/8949015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114638 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@google.com authored
Fixed Test{TCP|UDP}SocketPrivateShared. BUG=105863 TEST= Review URL: http://codereview.chromium.org/8840007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114637 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
BUG=None. TEST=None. Review URL: http://codereview.chromium.org/8805003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114636 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Also, update the URL with info on suppressing Valgrind errors BUG=107696,107698,107699 TBR=hbono Review URL: http://codereview.chromium.org/8947020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114634 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=106522 TEST=trybot Review URL: http://codereview.chromium.org/8817014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114633 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=98716 R=jam@chromium.org Review URL: http://codereview.chromium.org/8910011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114632 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Looks like I've underestimated the new builder's speed! TBR=thestig Review URL: http://codereview.chromium.org/8954012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114631 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
http://codereview.chromium.org/7717023 added more granular options to BrowsingDataRemover. This CL exposes those options to the chrome.clear extension API. Among other things, this means that chrome.clear.cookies() will _only_ clear cookies, not cookies and site data. At the moment, clearing any quota managed data type will clear them all. That is being addressed in http://codereview.chromium.org/7839029/ but is independent from changing the public interface. BUG=94334 TEST=browser_tests Review URL: http://codereview.chromium.org/8952014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114630 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TEST=`gclient presubmit cl` with different errors in tools/valgrind/tsan/suppressions.txt Review URL: http://codereview.chromium.org/8951011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114629 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Remove the RecordWithSlowSink test. The test has problems running on the build bots and after discussing its benefits, we decided that we don't need to test this level of tolerance and that the Record test is enough. BUG=107546 Review URL: http://codereview.chromium.org/8957006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114628 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
BUG=chromium-os:16659 TEST=chrome and tests build Review URL: http://codereview.chromium.org/8934019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114627 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114626 0039d316-1c4b-4281-b951-d872f2087c98
-