- 30 Jul, 2012 40 commits
-
-
tomhudson@google.com authored
Update skia_test_expectations to account for new baselines in r124061 and r124070. TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149051 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149050 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10824050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149049 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
It didn't make sense to have a callback parameter, as this was a synchronous function. Changed the function to return a pointer instead. Along the way, rename the function to FindEntryByPathSync(). Replace GDataFileSystem::GetGDataEntryByPath() with FindEntryByPathSync(). BUG=137160 TEST=out/Release/unit_tests --gtest_filter=GData* && out/Release/browser_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10831076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149048 0039d316-1c4b-4281-b951-d872f2087c98
-
mmaerean@adobe.com authored
This patch solves the build issues that are directly related to building crypto for the x86_64 architecture. BUG=136072 Review URL: https://chromiumcodereview.appspot.com/10738003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149047 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
TBR=ben@chromium.org BUG=121174 Review URL: https://chromiumcodereview.appspot.com/10701026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149045 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
Add socket_api_unittest.cc, which calls Socket API functions directly. This skips the whole browser_tests setup that is relatively slow and expensive. The current test merely validates the socket-type argument handling, but the next phase will simulate blocking socket operations. BUG=112902 TEST=see above Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148856 Review URL: https://chromiumcodereview.appspot.com/10795052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149044 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10832068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149043 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=139694 TBR=jvoung@google.com Review URL: https://chromiumcodereview.appspot.com/10823089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149042 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10828082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149040 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Mark down in web intents picker controller when it is part of a TabContents that is hosting a web intents service. R=groby@chromium.org BUG=None TEST=WebIntentsPickerControllerBrowserTest.* Review URL: https://chromiumcodereview.appspot.com/10805094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149039 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This may be causing some synchronization problems, so disable it for now to see if that fixes it. BUG=135546 TEST= Review URL: https://chromiumcodereview.appspot.com/10825066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149038 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149037 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
TBR=nduca@chromium.org BUG=none TEST=build + run Change-Id: I502bc6f2fe72ca56c6961295a5e9fa6c27b908f9 Review URL: https://chromiumcodereview.appspot.com/10820036 TBR=sleffler@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149034 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Valgrind: Suppress a leak. Heapchecker: Re-enable test_shell_tests and unit_tests and see what happens. BUG=132867,139703 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149033 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-