- 08 Jan, 2013 40 commits
-
-
asvitkine@chromium.org authored
These are needed to support the "large icon" view under Vista+. BUG=167277,163864,110379 TEST=New unit test. Review URL: https://chromiumcodereview.appspot.com/11742007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175567 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
The filter follows the gtest filter format. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11778011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175566 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This is a follow-on CL to https://chromiumcodereview.appspot.com/11740026. R=asanka@chromium.org BUG=164777 Review URL: https://chromiumcodereview.appspot.com/11794016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175565 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
R=bulach NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11783028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175564 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=168813 TEST=adb_install_apk.py --apk=$PATH_TO_APK Review URL: https://codereview.chromium.org/11773047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175563 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11784025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175561 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=168682 TEST=SourceBufferStreamTest.OverlapSplitAndMergeWhileWaitingForMoreData Review URL: https://chromiumcodereview.appspot.com/11785029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175559 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
DownloadItemModel is a thin wrapper around DownloadItem*. It's easier to instantiate it from a DownloadItem* than try to pass ownership around. Doing so was required when BaseDownloadItemModel existed, and the actual model could be either a DownloadItemModel or a SavePageModel. However this is no longer the case. In addition, DownloadShelfContextMenu should track the lifetime of the corresponding DownloadItem. It is possible for the DownloadItem to be destroyed while the context menu is showing. BUG=116551 Review URL: https://chromiumcodereview.appspot.com/11673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175558 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Remove some Profile-keyed factory boilerplate: management, omnibox, preference, push_messaging. Change ProfileKeyedAPIFactory<Foo>::GetInstance to Foo::GetFactoryInstance. BUG=159265 Review URL: https://chromiumcodereview.appspot.com/11682005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175555 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
The cc library uses chromium's gles2 bindings in third_party/khronos/... to bind to GL for rendering. However, users of cc may not be able to pull these headers in when including cc API - for instance, on mac any code that includes content/common/view_messages.h pulls in the Apple CGL api through npapi.h. On the 10.6 SDK these headers collide with chromium's gl headers. This avoids exposing gl2.h includes via layer_tree_host.h, mostly by not including prioritized_resource_manager.h directly in l_t_h.h. BUG=156175 Review URL: https://chromiumcodereview.appspot.com/11794019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175554 0039d316-1c4b-4281-b951-d872f2087c98
-
youngki@chromium.org authored
From discussion with Bryan (@bryeung) and Scott (@keybuk), we decided to make the bluetooth extension functions asynchronous because it takes time to initialize BluetoothAdapter. So I implemented BluetoothExtensionFunction, which is the base class for all the subclasses and it calls DoWork() when the bluetooth adapter is ready to use. After this CL is submitted, I will turn BluetoothAdapterFactory::DefaultAdapter() to receive a callback and run the callback when the bluetooth adapter is ready. TBR=sky@chromium.org BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11743024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175553 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
BUG=167811 Review URL: https://chromiumcodereview.appspot.com/11785023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175552 0039d316-1c4b-4281-b951-d872f2087c98
-
ddorwin@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11777018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175551 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175550 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
Bumps the dictionary versions to 3-0 to: 1) Use the dictionaries with checksums. 2) Add dictionaries for ko, sq, and ta. 3) Update dictionaries for lv, nl, ru, and sv. BUG=8397,8803,20083,61206,65115,104891,112227,113821 Review URL: https://chromiumcodereview.appspot.com/11566003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175549 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=167358 TBR=gman@chromium.org Review URL: https://chromiumcodereview.appspot.com/11659020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175548 0039d316-1c4b-4281-b951-d872f2087c98
-
harrym@chromium.org authored
- Update launcher items, and background to use rotated images instead of duplicates. BUG=127583 Review URL: https://codereview.chromium.org/11644033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175545 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Because of an optimization in Unlock(), we can't expect explicit wake-ups and shouldn't wait for too long in SpinLockDelay. BUG=168139 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11784009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175543 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Instead of clipping cc::Picture on recorded pixel boundaries (which may be a partial pixel in the final rastered content if content scale < 1), clip only on integral pixels in the final rastered output. This requires recording a small buffer of pixels around every picture, specified via a min contents scale. NOTRY=true R=nduca@chromium.org BUG=167590 Review URL: https://chromiumcodereview.appspot.com/11678003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175542 0039d316-1c4b-4281-b951-d872f2087c98
-
yuki@chromium.org authored
On ChromeOS, the wrench menu is expected to show the following menu item. "Report an issue Shift+Alt+i" But, it actually shows as follows, without a shortcut key. "Report an issue" The shortcut key itself is working fine though, it's not visible in the wrench menu. This CL shows the shortcut key at the menu item. BUG=167399 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11784037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175541 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Note that for NaCl bundles nspr files will be used anyway, since NaCl toolchain doesn't looks for libraries in system directories. BUG=none Review URL: https://codereview.chromium.org/11685002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175539 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Lots of tests fail with seemingly random failures if the screen turns off. Add an explicit test for this so it's obvious why tests are failing. BUG=167141 Review URL: https://chromiumcodereview.appspot.com/11642050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175538 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=168615 Review URL: https://chromiumcodereview.appspot.com/11784028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175537 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
Correctly clean up resources when we're finished with the Surface by invoking release(). Android only change and android bots are green. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11791027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175536 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This was added with the intention of using Size as a vector, replacing use of IntSize. Since we have Vector2d now, negative sizes should not exist, so clamp them in set_width/set_height and the constructor. Not covered by tests, as we can't test DCHECKs. TBR=sky BUG=160158 Relanding: https://codereview.chromium.org/11365160/ Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167255 Review URL: https://chromiumcodereview.appspot.com/11410024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175535 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This Cl ensures that if the current user's session cannot be locked, "lock on idle suspend" triggers a logout instead. BUG=168151 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/11737015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175534 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
A callback object is passed along with the mailbox name to the layer. This callback is triggered with a sync point to signal when the mailbox is no longer in use by the compositor. TextureLayerImpl packages a mailbox up as a resource on willDraw and releases it when a new mailbox is ready for consumption or when the layer is destroyed. BUG=123444 Review URL: https://chromiumcodereview.appspot.com/11638028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175529 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
the "runtime" namespace rather than "extension" in docs and samples. R=asargent@chromium.org TBR=dgozman@chromium.org Review URL: https://codereview.chromium.org/11745015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175527 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=137591 Review URL: https://codereview.chromium.org/11761005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175526 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
These seemed to make the graph-plotter frontend not work. BUG=NONE Review URL: https://codereview.chromium.org/11779042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175525 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
BUG=161536 Review URL: https://chromiumcodereview.appspot.com/11669012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175524 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In drive_scheduler_unittest.cc, contents of account meatadata do not matter, so we can just return empty metadata. BUG=166572 TEST=none Review URL: https://chromiumcodereview.appspot.com/11787035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175523 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://codereview.chromium.org/11782027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175522 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
content::GeolocationPermissionContext derives RefCountedThreadSafe, so we can't mix a RefcountedProfileKeyedService into ChromeGeolocationPermissionContextFactory. Instead, create a separate ProfileKeyedService to hold the scoped_refptr<GeolocationPermissionContext>. Ground work for https://codereview.chromium.org/11590002/ TEST=Existing BUG=155029 Review URL: https://chromiumcodereview.appspot.com/11587003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175521 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175520 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11794035/ Review URL: https://codereview.chromium.org/11801026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175519 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=143337 TEST=unit_tests:FrameNavigationStateTest.SrcDoc, browser_tests:WebNavigationApiTest.SrcDoc R=marja@chromium.org,creis@chromium.org Review URL: https://chromiumcodereview.appspot.com/11791018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175518 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This also adds an option in flags page in case this caused the crash in the field. This requres https://codereview.chromium.org/11684002/. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11673010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175517 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=164772 R=pkasting@chromium.org,sail@chromium.org TBR=ben@chromium.org # for file additions to gyp files Review URL: https://codereview.chromium.org/11773025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175516 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
When running on a fresh install, there's no preferences available. Rather than throwing an exception, start the browser and wait for the file to become available. BUG=166176 TEST=tools/perf/run_multipage_benchmarks --browser=android-chrome --show-stdout sunspider tools/perf/page_sets/sunspider.json -vvv Review URL: https://chromiumcodereview.appspot.com/11574039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175515 0039d316-1c4b-4281-b951-d872f2087c98
-