- 15 Dec, 2011 40 commits
-
-
tony@chromium.org authored
We were hitting the MAXPATH limit on the build.webkit.org win bots. BUG=webkit.org/b/74320 Review URL: http://codereview.chromium.org/8930019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114686 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
We should consistently: #include "base/gtest_prod_util.h" which does the gtest include (from the right place, in a second repo, hidden in our tree). This is critical to being able to supplant the FRIEND_TEST macro, which we're experimenting with to optimize builds. r=brettw TBR=other owners (this is a trivial change) BUG=107727 Review URL: http://codereview.chromium.org/8954017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114685 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=None TEST=zip_reader_unittest.cc (compiles into 'unit_tests' binary) Review URL: http://codereview.chromium.org/8873039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114684 0039d316-1c4b-4281-b951-d872f2087c98
-
danielwh@google.com authored
Review URL: http://codereview.chromium.org/8905024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114683 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
Friends may access methods that are otherwise unused. Removing friends may cause dead-code elimination, and also reduce the need for copies of entry points (allowing more inlining). r=laforge TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8970002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114682 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
BUG=107547 TEST=Manual Review URL: http://codereview.chromium.org/8936015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114681 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
Friends may access methods that are otherwise unused. Removing friends may cause dead-code elimination, and also reduce the need for copies of entry points (allowing more inlining). r=laforge git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114680 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=trybots TBR=brettw Review URL: http://codereview.chromium.org/8898019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114679 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This test is crashing on linux and windows sync bots. BUG=107743 TEST= Review URL: http://codereview.chromium.org/8972001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114678 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
TBR=acolwell BUG=106735 Review URL: http://codereview.chromium.org/8966002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114675 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=dpapad Review URL: http://codereview.chromium.org/8956014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114674 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-