- 20 Aug, 2012 40 commits
-
-
enne@chromium.org authored
BUG=134570 Review URL: https://chromiumcodereview.appspot.com/10836269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152428 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Revert 150969 - Disable getting histogram data from child processes other than the renderer processes. Store the histogram name in the local variable for debugging purposes when we crash. R=jar TBR=jam BUG=140688 TEST=base (histogram unit tests) and unit_tests. Review URL: https://chromiumcodereview.appspot.com/10831247 TBR=rtenneti@google.com Review URL: https://chromiumcodereview.appspot.com/10865002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152427 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10827421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152426 0039d316-1c4b-4281-b951-d872f2087c98
-
lliabraa@chromium.org authored
A recent clang roll started causing the following warning: ../../../testing/iossim/iossim.mm:215:62: error: expression which evaluates to zero treated as a null pointer constant of type 'BOOL *' (aka 'signed char *') [-Werror,-Wnon-literal-null-conversion]. Just dropping the isDirectory parameter fixes the issue. BUG=None Review URL: https://chromiumcodereview.appspot.com/10832399 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152425 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
Pixel layout on Android is RGBA. Original patch was created by zhenghao@ in Android downstream. The changed code is used in webkit unit tests, layout tests and test_shell. BUG=none Review URL: https://chromiumcodereview.appspot.com/10824366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152424 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=143413 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10828388 TBR=mseaborn@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152422 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Clean up comments on SupportsUserData. Fix typos in ResourceContextImpl. Remove use of PropertyBag from ExtensionService as it hasn't been used since r135419. Remove use of PropertyBag from RenderWidgetHostImpl as it hasn't been used since r83122. BUG=141177 TEST=none Review URL: https://chromiumcodereview.appspot.com/10824342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152421 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
CID=104705 R=sky@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10834381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152420 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Selectively revert parts of my earlier CL to green interactive tests. I will progressively re-enable bits of this until I figure out what is the cause. http://crbug.com/142962 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152419 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This CL also: * Adds unit tests for InputFilter and CLipboardFilter. * Updates ClientSession to enabled/disable filters for authentication. BUG=118511 Review URL: https://chromiumcodereview.appspot.com/10860033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152418 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
GPU program cache - switched to high res timings, and time report binary cache miss without the cache on. Review URL: https://chromiumcodereview.appspot.com/10836344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152417 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
Adding "send to mobile" and "add bookmark" to the action box menu and wiring to their respective action on Mac. BUG=138118 125307 Review URL: https://chromiumcodereview.appspot.com/10823289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152416 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* GDataFileCollection and GDataDirectoryCollection are replaced by GDataChildMap which has resource_id as value instead of GDataFile* and GDataDirectory*. * FindChild returns a resource_id instead of GDataEntry* * Get rid of AddChild as it's only being used in one place. * TakeOverEntries return type is now void instead of bool. * Add helper TakeOverEntry to avoid cut n paste. BUG=137725 TEST=unit tests. Review URL: https://chromiumcodereview.appspot.com/10855243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152415 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10834402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152414 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
BUG=143413 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10828388 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152413 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
static_library + incremental explodes due to overly large size when all the .objs are pulled into the final binary. BUG=143660 Review URL: https://chromiumcodereview.appspot.com/10825461 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152412 0039d316-1c4b-4281-b951-d872f2087c98
-
justincohen@chromium.org authored
BUG=None. Review URL: https://chromiumcodereview.appspot.com/10834364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152411 0039d316-1c4b-4281-b951-d872f2087c98
-
jakob.j.w@googlemail.com authored
BUG=101381,77451 TEST=Occurs after the corresponding translations are made. Review URL: https://chromiumcodereview.appspot.com/10855219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152409 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
This ensures that curr_pic_ is properly freed after FinishPicture() returns. BUG=143739 TEST=by hand Review URL: https://chromiumcodereview.appspot.com/10824341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152408 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10701087/tbarzic@chromium.org authored
*************************************************************** chromeos: Fix pixelated icons in app list and launcher (part 2) Add an ExtensionIconImage, which loads image that supports DIP by having a special ImageSkiaSource that makes ImageLoadingTracker to load image for additional DIP scale. BUG=131738, 131739 TEST=None. Wait for the last CL to update laucher/app list code to use LoadImageInDIP to verify. *************************************************************** For gypi files (I reckon this part is trivial enough) TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152407 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Allows PPAPI to directly utilize shared memory utility code instead of duplicating it and CHECK'ing for equivalency. Required to eventually convert PPAPI to using an AudioBus and floats in PPB_Audio_Shared::Run(). http://crbug.com/114700 BUG=123203 TEST=unittests Review URL: https://chromiumcodereview.appspot.com/10826296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152406 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
supposed to show itself. However, in this case the problem was that the later was not showing. The problem is that the one-click infobar triggers on the http header "Google-Accounts-Signin", which it was looking in the headers of 302 redirect responses, but in some cases it can also appear in 200 responses. BUG=132849 TEST=Make sure that the one-click infobar is always shown in the right conditions. I'm not sure how to trigger a sign in without all the redirects. I was only able to repro this bug on on Windows XP machine. Review URL: https://chromiumcodereview.appspot.com/10827404 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152405 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10828272 Bug 141629 has been fixed. We can turn on TLS 1.1 on the trunk. TBR=agl@chromium.org,rsleevi@chromium.org BUG=142172 TEST=Visit https://www.google.com/ and https://www.facebook.com/. Click the lock icon. The page info bubble should say "The connection uses TLS 1.1." Review URL: https://chromiumcodereview.appspot.com/10854212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152404 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=137351 TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829443 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152403 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=139919 Review URL: https://chromiumcodereview.appspot.com/10860024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152402 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-