- 18 Aug, 2012 40 commits
-
-
jennb@chromium.org authored
Re-deleted some code that got accidentally added back in. BUG=None TEST=Updated LaunchPanelApp Review URL: https://chromiumcodereview.appspot.com/10836301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152235 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
Make a bunch of changes to the bluetooth code to improve its testability: - BluetoothAdapter and BluetoothDevice base observer and delegate classes made public, allows a test to static cast the pointer and call those methods as if it were the dbus client. - Add MockBluetoothAdapter::Observer and MockBluetoothDevice::Observer classes; these can be used by tests to check BluetoothAdapter and BluetoothDevice call observer methods at the correct time, with the correct arguments. - Add MockBluetooth*Client::Properties classes; these mock out the Get(), GetAll() and Set() methods so a test can verify whether or not they're called. Tests can also use MockBluetooth*Client::GetProperties() to return one of these mock classes constructed statically in the test, using ReplaceValue() on each property to set values. BUG=none TEST=can write a unit test Change-Id: I9eaeb6412de891f9b1b3cdaae66d32dfecbac8c9 Review URL: https://chromiumcodereview.appspot.com/10831360 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152234 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Each renderer process will have all of the resources that the GPU process has allocated on its behalf (including WebGL resources, compositor resources, and the backbuffer) included in its printed total. The GPU process will have the all resources currently allocated by the GPU process in its column. This will be approximately the sum of all other rows. The row for the GPU process is printed in ()s to draw attention to the fact that its size includes duplicates from other processes' sizes. I happy this UI scheme (having played with a few), but I'd wider feedback. Note that we do not account for swapchains or for backbuffers allocated by the browser process, so those allocations are not counted in the total. BUG=140157 Review URL: https://chromiumcodereview.appspot.com/10854076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152233 0039d316-1c4b-4281-b951-d872f2087c98
-
dharcourt@chromium.org authored
BUG=130224 Review URL: https://chromiumcodereview.appspot.com/10832352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152232 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
This change should eliminate a lot of the cruft needed to build nexes for browser tests. This change also cleans up how browser_tests depends on the IRT. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2959 TEST= none Review URL: https://chromiumcodereview.appspot.com/10828376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152231 0039d316-1c4b-4281-b951-d872f2087c98
-
rjkroege@chromium.org authored
GestureTapDown events are always handled by the WK thread. They are frequently followed by a GestureScrollStart which can be handled on the compositor thread. In this case, the GTD event is unnecessary and its only side effect is to make the compositor thread block on the WK thread. This makes touchscreen scrolling sluggish if the WK thread is busy. This change defers sending the GTD briefly so that it can be suppressed if the GTD event is part of a scroll gesture. This increases the likelyhood that a scroll gesture can be successfully handled on the compositor thread. BUG=137555 TESTS= by hand, by unit test. Review URL: https://chromiumcodereview.appspot.com/10855200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152230 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=143401 Review URL: https://chromiumcodereview.appspot.com/10832354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152229 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This is chromium-side preparation for https://bugs.webkit.org/show_bug.cgi?id=94229. After that lands and rolls, I'll delete the #else branches. BUG=none Review URL: https://chromiumcodereview.appspot.com/10832355 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152228 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Since keep-alive was disabled in r142538, C# webdriver tests have been failing occassionally saying no response was sent from chromedriver. This is because the .NET HttpWebRequest throws an exception when the server closes a connection without specifying Connection:close. This was reproducible on slower machines. This change refactors the http response process to funnel all responses through WriteHttpResponse, which adds the Connection:close header when appropriate. BUG=chromedriver:121 TEST=none TBR=ben Review URL: https://chromiumcodereview.appspot.com/10827362 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152227 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
BUG=137011 Review URL: https://chromiumcodereview.appspot.com/10829326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152226 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Make MinimizeImmediatelyAfterRestore set up signal prior to action. Simplify expansion state checks. They're not async. More waiting in AutoResize test to avoid resizing content before it has finished sizing itself. BUG=None TEST=Updated/cleaned up. Review URL: https://chromiumcodereview.appspot.com/10836324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152225 0039d316-1c4b-4281-b951-d872f2087c98
-
fdeng@chromium.org authored
Make perf.py and perf_endure.py accept a configuration file in which users can specify custom google account credentials and google account url. They can also specify custom urls for google webapps(Gmail/Docs/Plus). BUG=None TEST=Ran perf_endure.py, perf.py with and without configuration file. NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10834239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152224 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
If enumerating printers fails, any printers we have registered but which aren't enumerated look online, but are unable to process jobs. This CL adds cloud_print.print_system_settings.delete_on_enum_fail to the service state file. If it is set to true any printers that don't enumerate will be deleted. This is preferable in some situations where sharing and remembering history for a printer is less important than preventing it from being incorrectly shown. BUG=142337 Review URL: https://chromiumcodereview.appspot.com/10837320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152223 0039d316-1c4b-4281-b951-d872f2087c98
-
yihongg@chromium.org authored
- Added remoting host dependencies in chromium_builder_qa so that chromium bot will have remoting host to support me2me test cases. Review URL: https://chromiumcodereview.appspot.com/10825409 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152222 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152221 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=140450 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152220 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This make GDataContactsService report failure after getting more than two 5xx errors while downloading a particular contact's photo. I'm doing this so we don't keep pounding away indefinitely if the server is having trouble. BUG=128805 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829398 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152219 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
No real changes, just adds a DCHECK() and unit test for a minimum alignment that callers can count on from Map(). Map() is already returning addresses which are aligned to the platform page size. Necessary for a media use case in which a wrapped shared memory object is passed around and is expected to have a certain alignment. BUG=none TEST=unittests, try bots. Review URL: https://chromiumcodereview.appspot.com/10827400 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152218 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Several tests were renamed from ExperimentsHelperTest.* to VariationsHelperTest.*. This updates unit_tests_disabled accordingly, and should fix the android_test try bot. Review URL: https://chromiumcodereview.appspot.com/10860021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152217 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=142729 Review URL: https://chromiumcodereview.appspot.com/10824339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152216 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromiumcodereview.appspot.com/10824257tedchoc@chromium.org authored
Android does not have URLBlacklist as it does not support ENABLE_CONFIGURATION_POLICY TEST=build unit_tests BUG= Review URL: https://chromiumcodereview.appspot.com/10834380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152215 0039d316-1c4b-4281-b951-d872f2087c98
-
clintstaley@chromium.org authored
UI snapshot: http://imgur.com/js4nc Review URL: https://chromiumcodereview.appspot.com/10820031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152214 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This CL is a re-land of http://codereview.chromium.org/10799005, which was reverted due to test flakiness. BUG=123998 R=benjhayden@chromium.org TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152213 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
BUG=None TEST=No user-visible changes. Review URL: https://chromiumcodereview.appspot.com/10832371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152212 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Original CL: http://codereview.chromium.org/10829131/ BUG=142669 Review URL: https://chromiumcodereview.appspot.com/10831380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152211 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
BUG=142956 TEST=Create an X.509 certificate with a CN field that contains JavaScript. When you get the SSL error screen, check that the HTML + JavaScript is escape instead of being treated as HTML and/or script. Review URL: https://chromiumcodereview.appspot.com/10827364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152210 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Even having it in trunk breaks gtalk. Restored old flag for turning on browserless panels temporarily. BUG=143506 TEST=ensured browserless panels off by default Review URL: https://chromiumcodereview.appspot.com/10831383 TBR=jennb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152209 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10832378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152208 0039d316-1c4b-4281-b951-d872f2087c98
-
dfalcantara@chromium.org authored
There were some disconnects in the pipeline that prevented the user agent override string from being saved and restored from the temporary tab structions in sessions/, but couldn't be tested on Android because the pathways weren't being exercised in the same way. This CL finishes hooking it up for ChromeOS (and presumably the other platforms). BUG=140600 Review URL: https://chromiumcodereview.appspot.com/10827168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152207 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
the culprit is innerHtml assignment. Instead, treat the text as text and create spans with createElement. BUG=142964 Review URL: https://chromiumcodereview.appspot.com/10837295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152206 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152205 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
Enable the PromoResourceService tests on Android testbots and make sure they don't fail due to incorrectly set time on the testbot devices. BUG=139642 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10837074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152204 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
TBR=epoger@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10825356 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152203 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Added support for dumping pixel results, and signalling the server that we're ready. BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/10824351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152202 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Even having it in trunk breaks gtalk. Restored old flag for turning on browserless panels temporarily. BUG=143506 TEST=ensured browserless panels off by default Review URL: https://chromiumcodereview.appspot.com/10831383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152201 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152200 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152198 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152197 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10825426 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152196 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152195 0039d316-1c4b-4281-b951-d872f2087c98
-