- 03 Apr, 2014 40 commits
-
-
jyasskin@chromium.org authored
Thanks to ncarter for the test! BUG=357382 Review URL: https://codereview.chromium.org/216113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261496 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
When the aura Window containing the RWHVA gets or loses focus, we must fire the corresponding accessibility event on that object, which corresponds to the root "document" in the web hierarchy. This worked before the Aura switch because native HWNDs fired these events automatically. BUG=347448 Review URL: https://codereview.chromium.org/214243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261495 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
This is the first part of work to remove byte range computations out of media::Pipeline, and instead have the DataSource report those directly to Pipeline's parent, which will avoid crossing thread boundaries unnecessarily. This first CL just cleans up the interfaces required to do that, but already eliminates some of the stranger parts of the set-up code. BUG=122071 Review URL: https://codereview.chromium.org/212803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261494 0039d316-1c4b-4281-b951-d872f2087c98
-
yefim@chromium.org authored
> Disabled context menu for external component extension icon on MAC (to be consistent with Windows). > > BUG=354923 > > Review URL: https://codereview.chromium.org/197333005 TBR=yefim@chromium.org Review URL: https://codereview.chromium.org/224013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261493 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261492 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
TBR= BUG= Review URL: https://codereview.chromium.org/223783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261491 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
Reason for re-land: Change was found not guilty; charges were dropped. > Revert 261380 "cc: Remove TextureLayer::SetTextureId and Texture..." > > [Reason for revert: failure in WindowUtilTest.RecreateLayers > in test suite wm_core_unittests > on bot Linux ChromiumOS Tests (dbg)(1) Build] > > > cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTexture > > > > These are not used anymore except for clearing the client-provided texture, so > > this removes 1 of 4 TextureLayer paths, and simplifies externally-exposed state. > > > > BUG=337922 > > > > Review URL: https://codereview.chromium.org/213743005 > > TBR=piman@chromium.org > > Review URL: https://codereview.chromium.org/224153003 TBR=nick@chromium.org Review URL: https://codereview.chromium.org/224363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261490 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=zhaoqin@chromium.org BUG=https://code.google.com/p/drmemory/issues/detail?id=1052#c56 Review URL: https://codereview.chromium.org/224303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261489 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/212603021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261488 0039d316-1c4b-4281-b951-d872f2087c98
-
jracle@logitech.com authored
- Read (Input callback) : report ID is already contained in input buffer... - Write : append report ID to payload, to be consistent with other platforms BUG=358686 TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/223793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261487 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
R=rtennet@chromium.org BUG= Review URL: https://codereview.chromium.org/216553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261486 0039d316-1c4b-4281-b951-d872f2087c98
-
wolenetz@chromium.org authored
In preparation for landing the new FrameProcessor, this change parameterizes WebMediaSourceImpl::addSourceBuffer() and ChunkDemuxer::AddId() to select which of legacy or new processor to use to process frames appended to the source buffer. This change also parameterizes ChunkDemuxerTests and the MSE subset of PipelineIntegrationTests to allow testing of both frame processors in the short term until the new processor has landed and stabilized enough. Since the MSE WebSourceBuffer API for Chromium platform in Blink is not yet stabilized, this change also removes related OVERRIDEs. R=acolwell@chromium.org BUG=249422 TEST=All media unittests pass locally on Linux with ChromeOS ffmpeg branding and proprietary codecs enabled, and no local MSE layout test regression Review URL: https://codereview.chromium.org/220113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261485 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261484 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
Failing on all bots (http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/10031) > Update V8 to version 3.26.5 (based on bleeding_edge revision r20452). > > TBR=jochen@chromium.org > NOTRY=true > > Review URL: https://codereview.chromium.org/223403002 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/222583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261483 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
R=nkostylev@chromium.org TBR=bauerb@chromium.org BUG=282464 Review URL: https://codereview.chromium.org/220913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261482 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
The UpdateShortcutWorker class is windows specific and is moved to its own file. UpdateShortcutForTabContents is moved to web_app_win. GetShortcutInfoForTab is moved to web_app. TBR=sky@chromium.org BUG=356889 Review URL: https://codereview.chromium.org/213113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261481 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=354644, 356306 TBR=glider@chromium.org Review URL: https://codereview.chromium.org/224013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261480 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
collected, rather than a raw integer. BUG=357785 Review URL: https://codereview.chromium.org/214183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261479 0039d316-1c4b-4281-b951-d872f2087c98
-
denniskempin@chromium.org authored
In order to support mice via CMT (Project Cobra) we will have to do the natural scroll handling in the CMT driver instead of Chrome. BUG=chromium:285663 TEST=test with touchpads and traditional mice. Everything should work as before, touchpad should have natural scroll applied, scroll wheels should not. Test changing the natural scroll property and see if it's applied correctly. Also test if touch mice have natural scroll applied. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260926 Review URL: https://codereview.chromium.org/212603005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261478 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=359213 R=xiyuan@chromium.org Review URL: https://codereview.chromium.org/221903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261477 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Two function were hidden under chromeos ifdef, since they are called only on ChromeOS and one constant were also hidden under chromeos ifdef for the same reason. BUG=None TEST=./build/gyp_chromium -Duse_aura, ninja -C out/Debug ash_unittests R=jamescook@chromium.org Review URL: https://codereview.chromium.org/222963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261476 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261475 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
Fixes for: https://code.google.com/p/cld2/issues/detail?id=11 https://code.google.com/p/cld2/issues/detail?id=12 BUG= Review URL: https://codereview.chromium.org/213623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261474 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Moves the transient parent utilities to gtk2_util and makes both dialogs use it. This is a reland of r259318 with a fix of test failures. BUG=334331 TBR=erg@chromium.org TEST=manually Review URL: https://codereview.chromium.org/221813010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261473 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
The timestamp generation is moved from libjingle/renderer to the browser. The renderer sends the absolute system time for each message in the IPC, which is used by WebRtcLoggingHandlerHost to calculate the timestamp relative to the logging started time. BUG=339478 Review URL: https://codereview.chromium.org/218403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261472 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Revert of [Android] Provide unhandled tap event notifications (https://codereview.chromium.org/218633008/) Reason for revert: Legitimate browsertest failure. Original issue's description: > [Android] Provide unhandled tap event notifications > > Allow notifications of unhandled taps via the GestureStateListener. This change > makes GestureTap events blocking, but there are several use-cases for which this > will be necessary, e.g., WebView and contextual search. > > NOTRY=true > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261431 TBR=mkosiba@chromium.org,donnd@chromium.org,tedchoc@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/224273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261470 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
The sync engine/api won't act on them yet; this just lays the groundwork for passing context changes around. BUG=345420 Review URL: https://codereview.chromium.org/220043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261469 0039d316-1c4b-4281-b951-d872f2087c98
-
noyau@chromium.org authored
This is not used for anything anymore. BUG=None Review URL: https://codereview.chromium.org/223813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261467 0039d316-1c4b-4281-b951-d872f2087c98
-
jbudorick@chromium.org authored
BUG=358028 Review URL: https://codereview.chromium.org/219363006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261466 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Consider the following sequence of events: 1. The view is initialized with a size of 0x0 2. A frame comes in at a size of 50x50. Nothing is drawn. 3. The view is resized to 50x50. We should re-draw the full frame at step 3, but we don't. This patch makes it so that we do. BUG=358450 Review URL: https://codereview.chromium.org/217283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261465 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
This is a speculative fix for the flaky test RenderingStatsUnitTest.testScrollLatencyFromTimeline (crbug.com/358673) I am not sure about the root cause and can't repro this locally. Buy inspecting the code I feel there could be problems if the default timer.Advance() advances 0ms. So lets always pass in explicit low & high parameters into timer.Advance(low, high) and see if this fix the flaky test. Note: the root cause could have been fixed by https://src.chromium.org/viewvc/chrome?revision=261034&view=revision This is CL could be just a nice add-on. BUG=358673 TEST=unittests RenderingStatsUnitTest.* pass. Review URL: https://codereview.chromium.org/220113008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261464 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Previously, the test used a hardcoded distiller template which didn't help test the distiller. Updates the test to use the real distiller and adds tests for relativization of images and anchors. In the process, attempts to handle a few failure modes of the distiller. BUG=353349,354737 TBR=blundell Review URL: https://codereview.chromium.org/211493008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261463 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=355617 Review URL: https://codereview.chromium.org/223613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261462 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
[Reason for revert: failure in WindowUtilTest.RecreateLayers in test suite wm_core_unittests on bot Linux ChromiumOS Tests (dbg)(1) Build] > cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTexture > > These are not used anymore except for clearing the client-provided texture, so > this removes 1 of 4 TextureLayer paths, and simplifies externally-exposed state. > > BUG=337922 > > Review URL: https://codereview.chromium.org/213743005 TBR=piman@chromium.org Review URL: https://codereview.chromium.org/224153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261460 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Previously left in for prefs migration. BUG=339486 Review URL: https://codereview.chromium.org/222783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261459 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
This is step 2 of 5 in moving HistoryController to content/, as described in http://crbug.com/357327 These calls will allow content/ to be responsible for updating history state in step 3, and eventually to implement history state management in step 4. BUG=357327 Review URL: https://codereview.chromium.org/218993014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261458 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
This more or less reverts r149968. BUG=none TBR=sky@chromium.org Review URL: https://codereview.chromium.org/218683013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261457 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
Sadly, no tests caught that this was broken. I'll try to add a test to detect this, but I want to get a fix in quickly. BUG= R=dmichael@chromium.org Review URL: https://codereview.chromium.org/222123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261456 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Revert of Use apps::AppEventRouter to launch app_shell apps (https://codereview.chromium.org/219513005/) Reason for revert: This creates an unwanted dependency from app_shell back onto apps (we're moving it to depend only on extensions to keep the binary small). Original issue's description: > Use apps::AppEventRouter to launch app_shell apps > > Now that the app_runtime API has moved to //apps we can eliminate a small > amount of code duplication in app_shell. > > BUG=357818 > TEST=app_shell launches calculator > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260647 TBR=rockot@chromium.org NOTRY=true BUG=357818 Review URL: https://codereview.chromium.org/224173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261455 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
This is a temporary fix for a problem that is tightly packed I420 video frame can not be created easily. BUG=359587 Review URL: https://codereview.chromium.org/224013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261454 0039d316-1c4b-4281-b951-d872f2087c98
-