- 09 Jan, 2013 40 commits
-
-
leandrogracia@chromium.org authored
The new capturePicture API will now provide SkPicture objects rather than cc::PicturePileImpl. Update the code to reflect that. Also, when rendering into separate layers in HW mode we're applying a translation to undo the Android Framework scrolling and let Chrome's compositor take care of it. This is not applicable to the layer case, however, as we only render ourselves out of our provided sufrace. SW rendering doesn't need scroll correction after using SkPicture directly. Before, cc::PicturePileImpl translated the canvas as part of the content rect rasterization. BUG=161409 Review URL: https://chromiumcodereview.appspot.com/11732002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175781 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=131242 TEST=Tested on Linux ChromeOS build Review URL: https://chromiumcodereview.appspot.com/11673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175779 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Cleaning up Android's Autofill call suggestionSelected to remove unused parameters from the function. BUG= Review URL: https://chromiumcodereview.appspot.com/11778043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175778 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This is preparation for injecting server path to the drive api operations. Its main usage is injecting local test server for unittests of classes in drive_api_operations.{cc, h} (will be done in following CLs). To share the testing utility GetBaseUrlForTesting, it is moved into test_util. BUG=162155 TEST=Ran unit_tests and chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/11804004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175774 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=tonyg@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11783056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175770 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
as per latest mocks BUG=157273 Review URL: https://chromiumcodereview.appspot.com/11818006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175769 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
[Autofill] Loosen thread-safety DCHECK in AutofillCountry so that tests will pass when run in isolation. BUG=100845,122995,123009 Review URL: https://chromiumcodereview.appspot.com/11826011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175768 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=168768 Review URL: https://chromiumcodereview.appspot.com/11779045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175765 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Desktop updated the default size for web ui pages to be 75% of the default browser height. We don't want the font size on this page to be dependent, so I'm removing that inclusion for the welcome page. Here's the change updating it to 75% (and it's about a year old... is that how old m18 is?) https://chromiumcodereview.appspot.com/9328020 BUG=168388 Review URL: https://chromiumcodereview.appspot.com/11801031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175763 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
BUG=160702 Review URL: https://chromiumcodereview.appspot.com/11776024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175762 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
[Autofill] Canonicalize country names loaded from the Mac OS X Address Book, according to the user's locale. BUG=100845 Review URL: https://chromiumcodereview.appspot.com/11783043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175761 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
> Add a pass/fail test to verify that GPU memory usage doesn't grow beyond an acceptable level when using CSS (managed memory) and WebGL (unmanaged memory). > > BUG=135525 > > Review URL: https://chromiumcodereview.appspot.com/11667030 This is causing linux debug compilation failures TBR=ccameron@chromium.org Review URL: https://codereview.chromium.org/11826022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175759 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175758 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Add a pass/fail test to verify that GPU memory usage doesn't grow beyond an acceptable level when using CSS (managed memory) and WebGL (unmanaged memory). BUG=135525 Review URL: https://chromiumcodereview.appspot.com/11667030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175753 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Rather than rasterizing back-to-front, raster pictures from front-to-back using clips to prevent drawing over previous content. This prevents overdraw when rasterizing. R=nduca@chromium.org BUG=167306 Review URL: https://chromiumcodereview.appspot.com/11674004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175748 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Previously, seamless was compile-time enabled via WebKit's ENABLE_IFRAME_SEAMLESS flag. wkrev.com/138983 added a runtime component to enable the feature. This patch implements the Chromium side of that change. Until we're happy with the state of the feature, it will be hidden behind the "Experimental WebKit Features" flag, which can be enabled via `about:flags` for experimentation. Among other benefits, this means that we won't forget to turn it off before each stable release rolls out the door. BUG=168558 Review URL: https://chromiumcodereview.appspot.com/11797004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175747 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175746 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=168975 TEST=none Review URL: https://codereview.chromium.org/11823018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175745 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We only support 2-parameters open in the broker process but we didn't filter-out O_CREAT properly. BUG=168944 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11778056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175744 0039d316-1c4b-4281-b951-d872f2087c98
-
calvinlo@chromium.org authored
BUG=167739 Test=SyncFileSystemApiTest.OnFileSynced Review URL: https://chromiumcodereview.appspot.com/11699004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175743 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175742 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
> Add checksums to Turkish and Estonian spellcheck dictionaries > > This CL bumps es-EE and tr-TR spellcheck dictionary versions to 3-0. The updated > dictionaries contain a checksum, which improves reliability. > > BUG=168825 > > > Review URL: https://chromiumcodereview.appspot.com/11826006 Breaks SpellCheckTest.SpellCheckText on Linux Heapcheck TBR=rouslan@chromium.org Review URL: https://codereview.chromium.org/11783054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175741 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=168976 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/11821021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175740 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
- Add ConstrainedWindowViewTest.BackspaceSentToWebContent for Aura. - Add ConstrainedWindowViewTest.EscapeCloseConstrainedWindow, which verifies that escape key closes the constrained window. - Extract TestWindowObserver to ui/views/test from bubble_delegate_unittest.cc BUG=156437 Review URL: https://codereview.chromium.org/11639012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175739 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175738 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
Updated icon from designer. This is smaller (i.e. has a larger border) to fit in with other icons, and has updated 8-bit assets with a corrected, 1-bit alpha channel. BUG=138632 Review URL: https://codereview.chromium.org/11776035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175737 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=168974 TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/11829018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175736 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175735 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=104544 Review URL: https://chromiumcodereview.appspot.com/11821004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175734 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@chromium.org authored
TBR=noel TEST= BUG= Review URL: https://chromiumcodereview.appspot.com/11827005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175733 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=100845 Review URL: https://chromiumcodereview.appspot.com/11819016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175732 0039d316-1c4b-4281-b951-d872f2087c98
-
calvinlo@chromium.org authored
BUG=160496 Review URL: https://chromiumcodereview.appspot.com/11659005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175731 0039d316-1c4b-4281-b951-d872f2087c98
-
kangyuan.shu@intel.com authored
BUG=166802 Review URL: https://chromiumcodereview.appspot.com/11647013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175730 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
BUG=168421 Review URL: https://chromiumcodereview.appspot.com/11826017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175729 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Add explicit dependency on WebIDBFactory.h in preparation for removing WebIDBFactory references from upstream WebKitPlatformSupport Review URL: https://chromiumcodereview.appspot.com/11817004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175728 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This removes the OnWindowPaintScheduled() notification from aura::Window::SetExternalTexture(). Without this change, the video detector thinks that small webpage updates have modified the entire window and also double-counts updates (SchedulePaintInRect() should be called afterwards in most cases). BUG=165071 Review URL: https://chromiumcodereview.appspot.com/11819012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175727 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=168972 TBR=vangelis@chromium.org Review URL: https://codereview.chromium.org/11814003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175726 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175725 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This CL bumps es-EE and tr-TR spellcheck dictionary versions to 3-0. The updated dictionaries contain a checksum, which improves reliability. BUG=168825 Review URL: https://chromiumcodereview.appspot.com/11826006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175724 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
There are still places in downstream Android code where a negative size is provided as width or height to the SizeBase template for set_width, set_height and the constructor. The DCHECK was added in: https://chromiumcodereview.appspot.com/11410024 BUG=168927 Review URL: https://chromiumcodereview.appspot.com/11823012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175723 0039d316-1c4b-4281-b951-d872f2087c98
-