- 27 Oct, 2011 40 commits
-
-
sadrul@chromium.org authored
BUG=none TEST=gfx_unittets on linux_aura should go green Review URL: http://codereview.chromium.org/8391006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107592 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG= code.google.com/p/nativeclient/issues/detail?id=2394 TEST=cd native_client; ./scons --mode=opt-host,nacl chrome_browser_tests Note: For some reason, trybot runs aren't appearing here. You can see them at: http://build.chromium.org/p/tryserver.chromium/waterfall?committer=dmichael@chromium.org The constructor is the 'new right way' to do it anyway: http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html Review URL: http://codereview.chromium.org/8340019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107591 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=101927 TEST=IndexedDBBrowserTestWithLowQuota.QuotaTest TBR=johnnyg Review URL: http://codereview.chromium.org/8413001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107589 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Commented out a line that reliably fails the tests, although the real cause seems to be chromium:101665. BUG= TEST= Review URL: http://codereview.chromium.org/8363054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107588 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107587 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=97248 TEST=manually Review URL: http://codereview.chromium.org/8402031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107586 0039d316-1c4b-4281-b951-d872f2087c98
-
shishir@chromium.org authored
BUG=101593 TEST=instant_browsertest Review URL: http://codereview.chromium.org/8373010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107585 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=ivankr@chromium.org BUG=chromium-os:22125 TEST=Verify that for users with default profile picture it's not downloaded and shown on image screen or change picture page. Review URL: http://codereview.chromium.org/8399005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107584 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8392043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107583 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=88316 TEST=AppApiTest.{AppProcess,AppProcessInstances} not flaky Review URL: http://codereview.chromium.org/8401023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107582 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Moving them to suppression.txt as this happens on both mac and linux TBR=rvargas@chromium.org BUG=101853 TEST=none Review URL: http://codereview.chromium.org/8409001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107581 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
space though, so if you're at the first/last workspace it'll be aligned to the left/right edge. BUG=none TEST=none R=oshima@chromium.org Review URL: http://codereview.chromium.org/8399027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107580 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This makes BrowserNonClientFrameViewAura act as if it has a zero-height top resize border to avoid weird resizing when dragging that region up or down. In the longer term, this change should be reverted and the Aura shell should instead be responsible for disabling resizes (and preventing the cursor from changing as well, I suppose). BUG=101830 TEST=manual: checked that dragging the top of the frame only moves the window instead of resizing it Review URL: http://codereview.chromium.org/8400011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107579 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107578 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/8404047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107577 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
We need to do some more work to make it clip properly. BUG=none TEST=none Review URL: http://codereview.chromium.org/8401004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107575 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Two changes: a) detangle the mock compositor from compositor_test_support a) pull in compositor when using a mock compositor Rationale: a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update BUG=101477 TEST=bots stay green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107563 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=107564 Review URL: http://codereview.chromium.org/8395043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107574 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=ben@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8403042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107573 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Try a different, simpler approach to detect bookmark drag&drop across profiles. BUG=101543 TEST=drag bookmark from folder, wait for folder to close, drop on bar -> no crash Review URL: http://codereview.chromium.org/8404022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107572 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
This fix doesn't display selection popups properly, though (because RenderWidgetHostViewAura::InitAsPopup is not implemented). BUG=101899,99757 TEST=Manual: click on any SELECT element Review URL: http://codereview.chromium.org/8363047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107571 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
This removes the --keep-mouse-cursor flag, and moves the --touch-devices flag from touchui-only to linux-views (i.e. chromeos, aura on linux, touchui). BUG=none TEST=none Review URL: http://codereview.chromium.org/8371022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107570 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The way a WebTouchEvent is prepared in RWHVAura is the same as it is in RWHVViews: the RWHVA maintains a WebTouchEvent, and each aura::TouchEvent adds/removes/updates a WebTouchPoint in the WTE. BUG=99757 TEST=manually, with the --touch-devices flag on linux. Review URL: http://codereview.chromium.org/8377001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107569 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
The StringOrdinal class is intended to allow sorted lists of strings to be treated as floating point numbers, and can be used to create a value to be sorted into any index location, allowing an element to change it's index without any other elements having to change their index value. BUG=94662 TEST=Unit tests created in chrome/common/string_ordinal_unittest.cc Review URL: http://codereview.chromium.org/8236002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107566 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Two changes: a) detangle the mock compositor from compositor_test_support a) pull in compositor when using a mock compositor Rationale: a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update BUG=101477 TEST=bots stay green Review URL: http://codereview.chromium.org/8395043 TBR=backer@chromium.org Review URL: http://codereview.chromium.org/8404041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107564 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Two changes: a) detangle the mock compositor from compositor_test_support a) pull in compositor when using a mock compositor Rationale: a) this target was meant to support using use_webkit_compositor=1 when WK isn't initialized; sometimes we will want to use the mock compositor when WK is initialized b) we can imagine scenarios where we want to switch between mock and real compositors in the same executable, and it's one less target to update BUG=101477 TEST=bots stay green Review URL: http://codereview.chromium.org/8395043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107563 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
This enables making the decision based on both image url and the page url. E.g., blocking third-party images. BUG=81179 TEST=RenderViewTest.ImagesBlockedByDefault, RenderViewTest.ImagesAllowedByDefault Review URL: http://codereview.chromium.org/7831075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107562 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Photo Editor used to save JPEG files with no metadata as PNG. This is now fixed. Also added simple metadata parsers for PNG/BMP/GIF to make thumbnail display logic in the File Manager work better. BUG= TEST= Review URL: http://codereview.chromium.org/8394046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107561 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=100898 R=pkasting@chromium.org Review URL: http://codereview.chromium.org/8363036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107559 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:16101 TEST=None Review URL: http://codereview.chromium.org/8363045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107558 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107556 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
Review URL: http://codereview.chromium.org/8404035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107555 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Also add support for "?" in Valgrind suppressions to our local suppression matcher TBR=glider TEST=./tools/valgrind/waterfall.sh Review URL: http://codereview.chromium.org/8404034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107554 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107550 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
This includes the new gc TBR=foo Review URL: http://codereview.chromium.org/8399030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107549 0039d316-1c4b-4281-b951-d872f2087c98
-
sque@chromium.org authored
This eliminates the need to explicitly initialize it with "= {}" everywhere. BUG=chromium:101867 TEST=Valgrind error should not happen (see bug) Signed-off-by:
Simon Que <sque@chromium.org> R=satorux@chromium.org Review URL: http://codereview.chromium.org/8402020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107548 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
The BackingStoreType and maximumSize parameters have been removed. Remove the --indexeddb-use-sqlite command-line flag. BUG=none TEST=all current tests pass (layout tests, browser tests, pyautotests) Review URL: http://codereview.chromium.org/8202003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107547 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107546 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
This will make it allocate less shared memory blocks resulting in less file descriptors. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/8340003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107544 0039d316-1c4b-4281-b951-d872f2087c98
-
sque@chromium.org authored
This reverts commit 6b3b4806. http://src.chromium.org/viewvc/chrome?view=rev&revision=107530 BUG=chromium:101867 TEST=none Signed-off-by:
Simon Que <sque@chromium.org> R=oshima@chromium.org,satorux@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8400019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107543 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8403030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107542 0039d316-1c4b-4281-b951-d872f2087c98
-