- 18 Aug, 2012 40 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152254 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
All the parameters for LoadFromServer() is consolidated in struct LoadFeedParams, and the function is made private in GDataWapiFeedLoader class. Instead, SearchFromServer() and LoadDirectoryFromServer() public methods are added to the class. |should_fetch_multiple_feeds| parameter was never used with false value, so it is removed. BUG=141359 TEST=all tests pass, manually check file browser works. Review URL: https://chromiumcodereview.appspot.com/10836285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152252 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Eventually all the storage context accessors will be removed from BrowserContext. Instead, users should retrieve the storage context from the StoragePartition. This also changes RenderProcessHost to take in a StoragePartition removing the need for a re-lookup its storage contexts. BUG=85121,143486 Review URL: https://chromiumcodereview.appspot.com/10837230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152251 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=sreeram@chromium.org BUG=143308 Review URL: https://chromiumcodereview.appspot.com/10857069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152250 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Failing on all platforms. TBR=krenaud@google.com BUG=143506 Review URL: https://chromiumcodereview.appspot.com/10860026 TBR=nirnimesh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10857068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152249 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
FilePath::AppendASCII(string) expects string to be relative path only. BUG=142421 Review URL: https://chromiumcodereview.appspot.com/10832379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152248 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Made result_filefaceid output optional in FontConfigIPC::Match. There are cases when we are only interested in result_family. BUG=142421 Review URL: https://chromiumcodereview.appspot.com/10836242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152247 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. TBR=dcheng BUG=143506 TEST=ensured browserless panels off by default Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152201 Review URL: https://chromiumcodereview.appspot.com/10831383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152246 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Currently audio channel is created even when the host doesn't have a capturer. This causes a DCHECK in the audio scheduler. Review URL: https://chromiumcodereview.appspot.com/10831379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152245 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=davemoore@chromium.org BUG=143545,143431 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/10829406 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152244 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Deleted three unused images. BUG=122251 TBR=csilv Review URL: https://chromiumcodereview.appspot.com/10836328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152243 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=138571 TBR=tony Review URL: https://chromiumcodereview.appspot.com/10855238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152242 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
and fix typo BUG= Review URL: https://chromiumcodereview.appspot.com/10837327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152241 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Now the Session interface has two methods that return channel factories - one for regular channels and one for multiplexed channels. Also refactored AudioReader and AudioWriter to inherit from ChannelDispatcherBase. BUG=137135 Review URL: https://chromiumcodereview.appspot.com/10823323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152240 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
WMPP could use further slimming-down / flamethrowering, but this pass just removes the lowest-hanging fruit, where WMPP is used as a silent trampoline to WMPI on the render thread. Review URL: https://chromiumcodereview.appspot.com/10855188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152239 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
I reused LazyBackgroundTaskQueue so that this works for regular background pages, which may not be fully loaded by the time this event is dispatched. BUG=132328 Review URL: https://chromiumcodereview.appspot.com/10828218 Reason for revert: introduced a frequent crash Review URL: https://chromiumcodereview.appspot.com/10855237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152238 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10832359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152237 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Collecting data to track down use-after-free crashes when executing callbacks in media::Pipeline. BUG=143440 Review URL: https://chromiumcodereview.appspot.com/10857062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152236 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-