- 20 Aug, 2012 40 commits
-
-
ncbray@chromium.org authored
This will prevent build problems when there is more than one glibc test. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2959 TEST= none Review URL: https://chromiumcodereview.appspot.com/10837325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152401 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=gbillock@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10832332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152400 0039d316-1c4b-4281-b951-d872f2087c98
-
ibraaaa@google.com authored
This is the first CL in a series that aims at removing PluginGroup class and moving harded coded group definition data to .json config files. This CL updates PluginList class with new methods not relying on PluginGroup class, these methods are to be called by upper layer methods instead of PluginGroup dependent methods. Changes in upper layer will be introduced in upcoming CLs. The last CL in the series should remove PluginGroup class and all its dependencies. BUG=124396 Review URL: https://chromiumcodereview.appspot.com/10860044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152399 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
histograms for cache/network activity. R=rvargas@chromium.org, mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152398 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Similar to GDataDirectoryService::GetEntryByResourceIdAsync() but this one returns a proto instead of GDataEntry*. This function will be used to replace use of GDataDirectoryService::GetEntryByResourceIdAsync() in gdata_file_system.cc BUG=143517 TEST=out/Release/unit_tests --gtest_filter='GDataDirectoryServiceTest.*' Review URL: https://chromiumcodereview.appspot.com/10861015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152397 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This was causing linking issues on the Linux Redux bot. Review URL: https://chromiumcodereview.appspot.com/10827411 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152396 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This should get rid of the spurious ERROR messages when closing tabs, and log backtraces when we need them. BUG=141055 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151975 Review URL: https://chromiumcodereview.appspot.com/10834355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152395 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=140450 Review URL: https://chromiumcodereview.appspot.com/10834410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152394 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152393 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@google.com authored
BUG=143793 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/10829441 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152392 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10854234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152391 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Revert 152388 - Revert 152374 - Move more message handlers from NativeWidgetWin to HWNDMessageHandler. Buildbots (not trybots) were giving grief on past iteration of this CL: http://codereview.chromium.org/10832345/ ... so I am splitting it into smaller pieces to help identify what piece was the cause. http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831394 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828397 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828398 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152390 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
The feeds that we get from the Contacts API are UTF-8, but they're littered with BOM characters. This change makes GDataContactsService strip out these characters when initializing contacts::Contact objects. I'm also merging a few related browser tests together so that the new test that I'm adding won't increase the total running time. BUG=128805 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829435 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152389 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Buildbots (not trybots) were giving grief on past iteration of this CL: http://codereview.chromium.org/10832345/ ... so I am splitting it into smaller pieces to help identify what piece was the cause. http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831394 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828397 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152388 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@google.com authored
BUG=143748,143751 TBR=cmp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152387 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=122913 TBR=acolwell@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152386 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
We weren't checking the UUID in the returned service records list, so we would always connect to the first device in the list. BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10829391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152385 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Buildbots (not trybots) were giving grief on past iteration of this CL: http://codereview.chromium.org/10832345/ ... so I am splitting it into smaller pieces to help identify what piece was the cause. http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828395 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152384 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=143272 TEST=Sign out, see policy disappear. Review URL: https://chromiumcodereview.appspot.com/10854213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152383 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This changes the color of the version label on the login screen (shown only for dev builds, I believe) so it uses light text with a dark outline instead of light-gray text with a white shadow, which just looks blurry to me. BUG=139360 TEST=version text is more readable with light and dark backgrounds Review URL: https://chromiumcodereview.appspot.com/10837263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152382 0039d316-1c4b-4281-b951-d872f2087c98
-
shalev@chromium.org authored
This is a refactor and shouldn't have any visible behavioral change. BUG=crbug.com/142945 TEST=browser_tests --single_process --gtest_filter=FullscreenControllerTest.FullscreenFileURL Review URL: https://chromiumcodereview.appspot.com/10700117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152381 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
I think exiting with no error is counted as a GPU process crash for crash stats purposes. Review URL: https://chromiumcodereview.appspot.com/10823375 TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152380 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10829370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152379 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=122861 TEST=gpu bots Review URL: https://chromiumcodereview.appspot.com/10829432 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152378 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152377 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
- Roll DEPS to NDK r8b - Use 64-bit toolchain - Use gold linker BUG= Review URL: https://chromiumcodereview.appspot.com/10837226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152376 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Use the new BubbleDelegateView::set_anchor_insets() instead. Remove redundant DCHECK, fix indent, revise comments. BUG=none TEST=No noticable changes (placement or otherwise). Review URL: https://chromiumcodereview.appspot.com/10830366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152375 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Buildbots (not trybots) were giving grief on past iteration of this CL: http://codereview.chromium.org/10832345/ ... so I am splitting it into smaller pieces to help identify what piece was the cause. http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831394 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152374 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=140919,143637 Review URL: https://chromiumcodereview.appspot.com/10828378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152373 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This adds the constant for the Chrome Shell package which we're bringing up downstream at the moment. BUG= Review URL: https://chromiumcodereview.appspot.com/10823410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152371 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Buildbots (not trybots) were giving grief on past iteration of this CL: http://codereview.chromium.org/10832345/ ... so I am splitting it into smaller pieces to help identify what piece was the cause. http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827422 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152370 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=143244 Review URL: https://chromiumcodereview.appspot.com/10837329 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152369 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Revert to the old behavior of WaitUntil such that it returns True when the callable succeeds (default). Provide a way for it to return the last return value of the callable if required. TBR=stanleyw@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10854229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152368 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This moves the favicon bitmap data to a new table: favicon_frames. The favicon_frame table contains columns: icon_id bitmap_data last_updated width height For favicons of type .ico, a single entry in the favicons table will have multiple associated frames. For favicons of other image types, there should be a single frame for each favicon id. Bug=138553 Test=ThumbnailDatabaseTest.*, HistoryBackendTest.* pass Review URL: https://chromiumcodereview.appspot.com/10815068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152367 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Each test only gets 3 chances to pass when running in run_test_case.py. If it fails those 3 it no longer gets to be retried running alone. BUG= Review URL: https://chromiumcodereview.appspot.com/10825448 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152366 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
This cl is intended for the beta channel. BUG=143743 TEST=none TBR=gavinp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837341 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10854230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152364 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
This cl is intended for the beta channel. BUG=143743 TEST=none TBR=gavinp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152360 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none TBR=dbeam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152359 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Intended for the beta channel. BUG=143505 TEST=none TBR=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10857064 TBR=rvargas@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152354 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This was causing Linux ChromiumOS (dbg) browser_tests to fail with timeouts on several tests, identified with a local bisect. - Pulse app list button while LauncherModel has STATUS_LOADING; - Remove LauncherItemStatus::STATUS_IS_PENDING etc since it is no longer needed; - ChromeLauncherController sets LauncherModel::STATUS_LOADING on starting and watch for sync finish and pending extension install. It sets LauncherModel::STATUS_NORMAL when sync is finished and there is no pending extension install from sync, or when a maximum 60 seconds timeout since turning on loading status; BUG=129236 TEST=Verify sync animation after OOBE. Review URL: https://chromiumcodereview.appspot.com/10829268 TBR=xiyuan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152352 0039d316-1c4b-4281-b951-d872f2087c98
-