- 25 Jul, 2012 40 commits
-
-
jhawkins@chromium.org authored
CID_COUNT=12 CID=104349,104361,104373,104374,104399,104420,104421,104422,104466,104476, 104532,104538 BUG=none TEST=none R=groby TBR=brettw,satorux,mnissler Review URL: https://chromiumcodereview.appspot.com/10833006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148430 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=rogerta@chromium.org BUG=137834 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148429 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
The original CL broke win_aura, which is fixed in this CL. This reverts commit b36e6617. TBR=ben@chromium.org BUG=124222 TEST=None Review URL: https://chromiumcodereview.appspot.com/10824023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148428 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=116317 TEST= TBR=ben@chromium.org ben for ui/gfx OWNERS Review URL: https://chromiumcodereview.appspot.com/10790063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148427 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Try renabling IndexedDBLayoutTest.RegressionTests now that those tests run under content_browsertests. BUG=123685 Review URL: https://chromiumcodereview.appspot.com/10821020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148426 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Delete duplicate chrome/test/data/media files that were copied in r148190 in preparation for r148349. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10828015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148425 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
CID=104376 BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10821018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148424 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=none This adds code for the NaCl untrusted build of the PPAPI proxy. The NaCl IRT can't create threads that call back into user code, so the Audio thread must be created using a special NaCl API. Review URL: https://chromiumcodereview.appspot.com/10809079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148423 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Delete chrome/test/data/workers since it's not used anymore. It was copied in r148205 in preparation for r148349. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10821016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148422 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148421 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Also changed the type of |count_| to size_t since it's a size variable. CID_COUNT=1 CID=13504 BUG=none TEST=none R=brettw Review URL: https://chromiumcodereview.appspot.com/10834006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148420 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=tomhudson@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10833015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148419 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=137140 Review URL: https://chromiumcodereview.appspot.com/10808094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148418 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=138883 Review URL: https://chromiumcodereview.appspot.com/10829015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148417 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Added the search feature to the samples page, and also added icons next to the samples. BUG=131095 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148260 Review URL: https://chromiumcodereview.appspot.com/10809062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148416 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=138880 Review URL: https://chromiumcodereview.appspot.com/10823007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148415 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Add droppedFrameCount, totalPaintTime, and totalRasterizeTime to chrome.gpuBenchmarking.renderingStats(). BUG=chromium:130790, chromium:137756 TEST=Launch Chrome with --enable-gpu-benchmarking and per-tile painting, open a tab to a composited page, and type chrome.gpuBenchmarking.renderingStats(). All the above fields should be present. Review URL: https://chromiumcodereview.appspot.com/10823023 TBR=dtu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148414 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Add droppedFrameCount, totalPaintTime, and totalRasterizeTime to chrome.gpuBenchmarking.renderingStats(). BUG=chromium:130790, chromium:137756 TEST=Launch Chrome with --enable-gpu-benchmarking and per-tile painting, open a tab to a composited page, and type chrome.gpuBenchmarking.renderingStats(). All the above fields should be present. Review URL: https://chromiumcodereview.appspot.com/10823023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148413 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=tommi@chromium.org BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10826014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148412 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE TEST=NONE NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10832016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148411 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10825017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148410 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
BUG=124097 TEST=NONE TBR=oshima@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148409 0039d316-1c4b-4281-b951-d872f2087c98
-
kgr@chromium.org authored
BUG=131186 TEST= Review URL: https://chromiumcodereview.appspot.com/10702102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148408 0039d316-1c4b-4281-b951-d872f2087c98
-
mtytel@chromium.org authored
BUG=130212 TEST= Review URL: https://chromiumcodereview.appspot.com/10797056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148407 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10824025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148406 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
While trying to bullet proof a unit test, I had trouble getting very far when running all tests in shuffle mode. Tracked that back to a few other tests doing stuff that accessed Singleton()s outside of a test-scoped ShadowingAtExitManager. Seemed to me that should be an invariant around any unit test, so created this towards that end, hopefully helping stabilize out unit_tests a bit more. BUG=133403 Review URL: https://chromiumcodereview.appspot.com/10582012 TBR=scottbyer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148405 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Changed FirstPotentialDefaultEngine histogram to log whether or not we are syncing function is called by FindNewDSP outside of a current sync cycle. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10790153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148404 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Implemented the api_index.html and experimental.html pages using an api_list_data_source. BUG=131095 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147995 Review URL: https://chromiumcodereview.appspot.com/10815042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148403 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
According to windbg, it was crashing on this line: it->Run(host); My hypothesis is that one of the tasks modified the task list, corrupting the iterator. BUG=138790 TEST=no Review URL: https://chromiumcodereview.appspot.com/10827003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148402 0039d316-1c4b-4281-b951-d872f2087c98
-
arthurhsu@chromium.org authored
CID=104369 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10825015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148401 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=118684 TEST=none Review URL: https://chromiumcodereview.appspot.com/10754014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148400 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10824024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148398 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148397 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
. Make all instantiators use a single ctor that takes CreateParams. . Get rid of InitBrowserWindow() and make CreateBrowserWindow() a anonymous namespace function in browser.cc http://crbug.com/133576 TEST=none Review URL: https://chromiumcodereview.appspot.com/10692195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148396 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
- Adding hook to print device information - Removing some unnecessary buildbot steps BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10829005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148395 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
BUG=http://code.google.com/p/webrtc/issues/detail?id=687 Review URL: https://chromiumcodereview.appspot.com/10829012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148394 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
(-pie is incompatible with -shared and -static) Review URL: https://chromiumcodereview.appspot.com/10690103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148393 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
TBR=scherkus@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148392 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10796047/kaiwang@chromium.org authored
It was reverted in https://chromiumcodereview.appspot.com/10807083/ because it unveiled a problem of build_nexe.py on Windows (http://crbug.com/138687). Now the bug is fixed so submit this CL again. Review URL: https://chromiumcodereview.appspot.com/10809076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148391 0039d316-1c4b-4281-b951-d872f2087c98
-
orenb@chromium.org authored
BUG= TEST= CID=104365 TBR=dmurph@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148390 0039d316-1c4b-4281-b951-d872f2087c98
-