- 19 Aug, 2012 5 commits
-
-
jhawkins@chromium.org authored
BUG=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10828382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152275 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=136912 R=csilv Review URL: https://chromiumcodereview.appspot.com/10831385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152273 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This is a port of the GTK unit test: http://codereview.chromium.org/10823303/ BUG=134929 Review URL: https://chromiumcodereview.appspot.com/10854150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152272 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10823405 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152271 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Fixed a few lint issues in these files as well. BUG=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10860031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152270 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Aug, 2012 35 commits
-
-
jhawkins@chromium.org authored
BUG=none TBR=csilv Review URL: https://chromiumcodereview.appspot.com/10824368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152269 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825435 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152268 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10809005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152267 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
Eliminate spurious debug logging. This DLOG is unnecessary and will produce logging for non-error situations. BUG=124086 TEST=Repro steps in bug. Review URL: https://chromiumcodereview.appspot.com/10830319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152266 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=138575 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10823402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152265 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=134694 Review URL: https://chromiumcodereview.appspot.com/10837291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152264 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=140450 Review URL: https://chromiumcodereview.appspot.com/10832367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152263 0039d316-1c4b-4281-b951-d872f2087c98
-
fdeng@chromium.org authored
This script automates Chrome Endure setup process and starts a local Http server to serve the results. This CL is to re-commit the CL that got reverted due to check_perms failures. Solve the failures by add 'x' permission to endure_setup.py and endure_server.py The original CL: https://chromiumcodereview.appspot.com/10837114/ The CL that reverted the above CL: https://chromiumcodereview.appspot.com/10860020/ BUG=None TEST=Ran the script on two Linux_x64 machines. Ran python src/tools/checkperms/checkperms.py --root src Review URL: https://chromiumcodereview.appspot.com/10829400 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152262 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152261 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
TBR=kbr@google.com Review URL: https://chromiumcodereview.appspot.com/10836329 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152260 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
R=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152255 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-