- 09 Jan, 2013 40 commits
-
-
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
-
danakj@chromium.org authored
These classes used methods to match the webcore classes and ease migration. Now they are at odds with the STL versions of these containers. Rename the methods, and change arguments from indexes to iterators, to match the STL containers. isEmpty() => empty() last() => back() first() => front() Peek() => at() append() => push_back() insert(index, value) => insert(iterator, value) remove(index) => erase(iterator) and erase(iterator, iterator) take(index) => take(iterator) takeFront() => take_front() takeBack() => take_back() Review URL: https://chromiumcodereview.appspot.com/11418108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175722 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
|visible| value means whole candidate window is visible or not. So should not shown auxiliary text if the window visibility is false. BUG=None TEST=Manually done on lumpy Review URL: https://chromiumcodereview.appspot.com/11447007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175721 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
Also disable the test with this flag on 64-bit Windows as well as 32-bit Windows, since we saw a failure on 64-bit Windows too. BUG=105778 TEST=nacl_integration TBR=ncbray@chromium.org Review URL: https://codereview.chromium.org/11818015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175720 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This disables the case that has been flaky after the test was added in r175701. BUG=105778 TEST=nacl_integration TBR=ncbray@chromium.org Review URL: https://codereview.chromium.org/11827014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175719 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=168915 TBR=sail Review URL: https://codereview.chromium.org/11778058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175717 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Implement GetResourceList, GetAccountMetadata, GetResourceEntry, and DeleteResource. BUG=162350 TEST=none; no changes in production code. Review URL: https://codereview.chromium.org/11787038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175716 0039d316-1c4b-4281-b951-d872f2087c98
-
sschmitz@chromium.org authored
Reverting fix for crbug.com/138309 which caused this problem (Filed bug crbug.com/168910 to re-fix 138309 differently). The fix for crbug.com/138309 dismisses context menus on ChromeOS when Ctrl or Alt is pressed. This prevents context menus that allow for Ctrl clicks to work (because they are closed prematurely). The problem that the fix for 138309 tried to address is that "tab navigation" short-cuts work but leave context menus up. These types of shortcuts should either be blocked or dismiss the context menu. For more info see: crbug.com/167539 (this bug) crbug.com/139308 (bug fix being reverted) crbug.com/168910 (replica of 139308) BUG=167539 TEST=manual: Create bookmark folder with entries Click on bookmark folder Control Click on an entry Review URL: https://chromiumcodereview.appspot.com/11826012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175715 0039d316-1c4b-4281-b951-d872f2087c98
-