- 30 Jul, 2012 40 commits
-
-
dmurph@chromium.org authored
Created json results store for returning results to browser Includes name filter of rendering benchmarks Review URL: https://chromiumcodereview.appspot.com/10537036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149031 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10821080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149030 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149028 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
Update DEPS to pick up change to cros_system_api so that I can use the GetInterfaces constant that was added. BUG=139442 TEST=verify build works after updating local .DEPS.git. Review URL: https://chromiumcodereview.appspot.com/10826066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149027 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that it can be reused by content_browsertests. I put it in test_utils.h instead of browser_test_utils.h because this is also used by unit tests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10825085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149026 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=109495,122249 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10831077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149025 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
This should have been included in the CL below. http://src.chromium.org/viewvc/chrome?view=rev&revision=148504 BUG=129834 Review URL: https://chromiumcodereview.appspot.com/10825081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149024 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
On bots, seeing that sometimes child processes are hanging around after the browser process is gone. This confuses the sharding scripts. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10834068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149023 0039d316-1c4b-4281-b951-d872f2087c98
-
shouqun.liu@intel.com authored
- Add popup dialog support for JavaScript alert/confirm/prompt fuctions on content shell GTK port. BUG=90445,138603 TEST= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149019 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10829082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149017 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=139694 TBR=qfel@google.com Review URL: https://chromiumcodereview.appspot.com/10826070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149016 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Sort the API list by name. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10838002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149015 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149014 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10833061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149013 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
- Remove the hacks that were there to accommodate /root/.forget_usernames - Make setUp() re-entrant. This is so that errors in a test's setup does not affect the next test. (DNS server and auth server start at a fixed port, so failure to clean them up would affect the next test) - Work around crbug.com/139166 BUG=139166 TEST=chromeos_device_policy.py R=bartfab@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149012 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
There is now a small search box under at the top of the left sidebar. If you start typing an API name, it will display a list of links to API pages. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10821073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149011 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149010 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
Also fix an overly long sentence. R=mkearney@chromium.org Review URL: https://chromiumcodereview.appspot.com/10790111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149009 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Control: http://codereview.chromium.org/10824087/ Review URL: https://chromiumcodereview.appspot.com/10821090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149008 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
Adding histograms showing fraction of page load times spent in the disk cache, for full and partial page loads. R=mmenke@chromium.org, jam@chromium.org, willchan@chromium.org, brettw@chromium.org BUG=139210 Review URL: https://chromiumcodereview.appspot.com/10736066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149007 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Per kuscher@ we'd like to try: * Active and inactive windows 100% opaque * Solo window 30% opaque * New art assets for active and inactive window frames BUG=137340 TEST=visual, with 2 windows open the active window should have an opaque darker frame and the inactive window should have an opaque lighter frame Review URL: https://chromiumcodereview.appspot.com/10825086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149006 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a class for fetching a user's Google contacts via the Contacts API. BUG=128805 TEST=added TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10818017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149005 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149004 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
R=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149003 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10829083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149002 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
If an API has a $ref type to another file, it is now displayed with the prefix of the API it is a ref to. For example if Tabs references Windows, the ref will be windows.Window, but if Tabs references Tab, the ref will be just Tab. Also, $refs are handled in descriptions. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10826024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149001 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
APIDataSource now pulls info from _permission_features.json and displays it in the 'Permissions' section. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10827063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149000 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
For example, on Macbook, we can blacklist Intel HD 4000 whether it is the only GPU on the machine, or it is the integrated one of a dual GPU setting. BUG=134015 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10832044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148999 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
We'll need to get rid of it, but for now, just make it private. BUG=137725 TEST=none Review URL: https://chromiumcodereview.appspot.com/10830071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148998 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
When the sum of the buckets is "significantly" different from a second counter, which is incremented when any bucket is bumped, then we declare the histogram to be potentially "spammed." The limit was a difference by 1, but examination of the UMA uploads shows that for some histograms, this can grow larger. This CL increases the threshold from "as much as 1 away" to "as much as 5 away." r=rtenneti Review URL: https://chromiumcodereview.appspot.com/10833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148997 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=128378 TEST=unit_tests:GData* and browser_tests:GData* passes. using TBR for gyp changes TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808027 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148996 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
build.py times out if not limited to a specific page. This CL disables the timeout. BUG=no Review URL: https://chromiumcodereview.appspot.com/10834048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148994 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG=139651 TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10832065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148993 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This partially addresses http://code.google.com/p/chromium/issues/detail?id=137155 by placing new notifications at the front of the list and rendering newer notifications first. This also greatly simplifes the layout code for web notifications. It also fixes a bug where notifications were not getting redrawn correctly when the shelf alignment was changed. BUG=137155 TEST=New web notifications should show up at the top of the list. The list should size correctly as new notifications arrive, scrolling when the max size is reached, showing up to 99 notifications in the list. R=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10833041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148991 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=128378 TEST=unit_tests:GData* and browser_tests:GData* passes. using TBR for gyp changes TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148990 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139659,139662,139664 TEST=none TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10829081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148989 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148988 0039d316-1c4b-4281-b951-d872f2087c98
-
tomhudson@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10835035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148987 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
Mimic code seen in message_loop.cc (since these tasks are run on named threads) to support tracking of sequenced worker pool runs of tasks. We surround the *.Run() method with a call to get the time before we start, and then call to tally the time it took to run after task.Run() returns. r=brettw BUG=139035 Review URL: https://chromiumcodereview.appspot.com/10825022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148986 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=138901 Review URL: https://chromiumcodereview.appspot.com/10832063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148985 0039d316-1c4b-4281-b951-d872f2087c98
-