- 20 Nov, 2014 40 commits
-
-
ernstm authored
This benchmark was broken when command line args got removed from measurements. NOTRY=True TBR=tonyg@chromium.org BUG=435108 Review URL: https://codereview.chromium.org/744103002 Cr-Commit-Position: refs/heads/master@{#305032}
-
magjed authored
media::VideoFrame may be scaled lazily by having natural_size < visible_rect.size. PepperVideoSourceHost currently ignores this and sends the full resolution to the effects plugin anyway. This CL makes PepperVideoSourceHost respect natural_size by downscaling the frame if necessary before sending it to the effects plugin. TEST=Open the camera in 1080p with e.g. https://apprtc.appspot.com/?debug=loopback&video=minWidth=1920,minHeight=1080. Join a Hangouts. Natural size will be set to 720p and trigger a rescaling. Review URL: https://codereview.chromium.org/736033002 Cr-Commit-Position: refs/heads/master@{#305031}
-
phoglund authored
This will count the number of dropped frames and the number of decoded frames. This provides a reasonable guarantee that the video pipeline is working. The next step would be to look at the actual pixels in the video. BUG=434701 Review URL: https://codereview.chromium.org/738973005 Cr-Commit-Position: refs/heads/master@{#305030}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/e097be5..9176e2c CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=humper@google.com Review URL: https://codereview.chromium.org/743173002 Cr-Commit-Position: refs/heads/master@{#305029}
-
igsolla authored
This code was used when Android native controls were used for fullscreen video instead of html5 controls. Review URL: https://codereview.chromium.org/739613003 Cr-Commit-Position: refs/heads/master@{#305028}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/744683002 Cr-Commit-Position: refs/heads/master@{#305027}
-
jdduke authored
Make the OverscrollRefresh effect take the target drag threshold as a parameter. This isolates it from direct dependencies on the device scale factor, making associated unit tests determnistics across all devices. BUG=435125 Review URL: https://codereview.chromium.org/748433002 Cr-Commit-Position: refs/heads/master@{#305026}
-
dmazzoni authored
BUG=378799 TBR=aboxhall NOTRY=true Review URL: https://codereview.chromium.org/725463004 Cr-Commit-Position: refs/heads/master@{#305025}
-
gavinp authored
Future generations may grep for my userid, and the edited line is vital to their research. R=mmenke@chromium.org BUG=None Review URL: https://codereview.chromium.org/741083002 Cr-Commit-Position: refs/heads/master@{#305024}
-
rmcilroy authored
Revert of Enable loading V8's initial snapshot from external files on Linux. (patchset #2 id:20001 of https://codereview.chromium.org/735043002/) Also partial revert of cl r304601 (https://codereview.chromium.org/734163007/) to remove snapshot files form Files.cfg. Reason for revert: Breaking PrintPreviewWebUITest on linux bots. BUG=435167,421063,434985 Original issue's description: > Enable loading V8's initial snapshot from external files on Linux. > > BUG=421063, 434985 > > Committed: https://crrev.com/85e17b910590a0da3ed71b5f44e55cba79ea990d > Cr-Commit-Position: refs/heads/master@{#305007} TBR=baixo@google.com,baixo@chromium.org NOTREECHECKS=true NOTRY=true BUG=421063, 434985 Review URL: https://codereview.chromium.org/740403002 Cr-Commit-Position: refs/heads/master@{#305023}
-
mef authored
BUG=434855 TEST=cr_cronet.py test -f *testAppendChunk* Review URL: https://codereview.chromium.org/737913005 Cr-Commit-Position: refs/heads/master@{#305022}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/8336d31..f84325cc TBR=timvolodine@chromium.org,pdr@chromium.org Review URL: https://codereview.chromium.org/736393002 Cr-Commit-Position: refs/heads/master@{#305021}
-
cmumford authored
Eliminated platform specific (stdio & Windows) File I/O calls and replaced with the use of base::File. This makes Chrome's Env (nearly) platform agnostic while simplifying the implementation. BUG=431914 Review URL: https://codereview.chromium.org/710373002 Cr-Commit-Position: refs/heads/master@{#305020}
-
cbentzel authored
BUG=429300 Review URL: https://codereview.chromium.org/726933002 Cr-Commit-Position: refs/heads/master@{#305019}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/733443003 Cr-Commit-Position: refs/heads/master@{#305018}
-
guoweis authored
BUG= Review URL: https://codereview.chromium.org/730623002 Cr-Commit-Position: refs/heads/master@{#305017}
-
thakis authored
MSDN says "This member is read only", so just casting is fine. BUG=82385 Review URL: https://codereview.chromium.org/735423002 Cr-Commit-Position: refs/heads/master@{#305016}
-
dgozman authored
BUG=431697 Review URL: https://codereview.chromium.org/734903004 Cr-Commit-Position: refs/heads/master@{#305015}
-
nkostylev authored
BUG=434799 Review URL: https://codereview.chromium.org/743113002 Cr-Commit-Position: refs/heads/master@{#305014}
-
robert.bradford authored
This change adds a TabletEventConverterEvdev that handles absolute evdev events generated by graphics tablets (like a Wacom.) It maps absolute co-ordinate from the input range into the screen that currently has the cursor, thus providing multiple desktop support. In order to handle the absolute position relative to the current screen a new API call (GetCursorDisplayBounds) is added to EvdevCursorDelegate and its implementation in DriCursor to provide the bounds of the curren display. MoveCursorTo is also overloaded to add a version that reuses the existing cursor window. TEST=On link_freon with a Wacom graphics tablet behaves as per X11, stylus mapped to active screen where cursor is present, tap emulates left mouse button, stylus button emulates right mouse click. All other input devices (keyboard, touchpad, touchscreen and mouse) all function as expected. New tests added to event_unittests. BUG=432547 Review URL: https://codereview.chromium.org/721823002 Cr-Commit-Position: refs/heads/master@{#305013}
-
ygorshenin authored
Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpdaterCros. Also, fixed permissions checks for channel switcher UI in a multi-profiles sessions. BUG=433840 TEST=existing unit_tests for OwnerSettingsService Review URL: https://codereview.chromium.org/738843002 Cr-Commit-Position: refs/heads/master@{#305012}
-
grt authored
BUG=434964 R=gab@chromium.org Review URL: https://codereview.chromium.org/741993002 Cr-Commit-Position: refs/heads/master@{#305011}
-
vkuzkokov authored
BUG=405566 Review URL: https://codereview.chromium.org/738373002 Cr-Commit-Position: refs/heads/master@{#305010}
-
tommi authored
Revert of Set camera parameters continuous focus mode on (patchset #1 id:1 of https://codereview.chromium.org/737003003/) Reason for revert: Looks like this is causing MANUAL_CanAcquireVgaOnRealWebcam to fail. Original issue's description: > Android Video Capture: Set continuous focus mode on in cam parameters. > > This is, apparently, needed for macro modes, although > autofocus seems to work ok in general. > > BUG=343894 > TEST=Please refer to the bug, basically a gUM() + close QR codes focus test. > > Committed: https://crrev.com/667e79783dd2bbd413b165abfd7fae2bfa3210d5 > Cr-Commit-Position: refs/heads/master@{#304909} TBR=qinmin@chromium.org,mcasas@chromium.org NOTREECHECKS=true NOTRY=true BUG=343894 Review URL: https://codereview.chromium.org/740363002 Cr-Commit-Position: refs/heads/master@{#305009}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#305008}
-
baixo authored
BUG=421063, 434985 Review URL: https://codereview.chromium.org/735043002 Cr-Commit-Position: refs/heads/master@{#305007}
-
vabr authored
Currently, the tests reside in //components/test/data/password_manager. Since that directory started to be used for actual test data, the automated test scripts should be separated in its own subdirectory. This CL creates automated_tests for the scripts, and moves them in that directory. BUG=369521 NOTRY=true Review URL: https://codereview.chromium.org/743013004 Cr-Commit-Position: refs/heads/master@{#305006}
-
peter authored
This patch removes the old Web Notifications code-path now that we've switched to the new Workers-enabled path. BUG=392187 Review URL: https://codereview.chromium.org/740543003 Cr-Commit-Position: refs/heads/master@{#305005}
-
henrika authored
BUG=434681 TEST=WebRTC demos while adding/removing Thunderbolt cable during an ongoing audio session Review URL: https://codereview.chromium.org/743943002 Cr-Commit-Position: refs/heads/master@{#305004}
-
rsorokin authored
BUG=432334 TEST=Manual test on Link Review URL: https://codereview.chromium.org/740973002 Cr-Commit-Position: refs/heads/master@{#305003}
-
nkostylev authored
BUG=433077 Review URL: https://codereview.chromium.org/737043002 Cr-Commit-Position: refs/heads/master@{#305002}
-
tommi authored
TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/737283002 Cr-Commit-Position: refs/heads/master@{#305001}
-
baixo authored
Because the test is sandboxed, it cannot call LoadV8Snapshot(). For the same reason, LoadV8Snapshot() must have been called in PreInitializeSandbox(), so the asserts are still valid. BUG=421063 Review URL: https://codereview.chromium.org/735283002 Cr-Commit-Position: refs/heads/master@{#305000}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/737303002 Cr-Commit-Position: refs/heads/master@{#304999}
-
davidyu authored
Move the notification part out of ConsumerEnrollmentHandler so that it can be reused for unenrollment as well. ConsumerManagementNotification is always created for owner profiles even when there is no pending notification to show, because enrollment or unenrollment may happen after the owner signs in. BUG=chromium:353050 TEST=unit_tests Review URL: https://codereview.chromium.org/733613005 Cr-Commit-Position: refs/heads/master@{#304998}
-
tzik authored
This CL removes generated code for * RunnableAdapter * ForceVoidReturn * FunctorTraits * InvokeHelper from base/bind_internal.h. BUG=433164 Review URL: https://codereview.chromium.org/621773002 Cr-Commit-Position: refs/heads/master@{#304997}
-
ricea authored
Simplify the calling convention of ComputeSecWebSocketAccept to just return a string, and add a test for it. BUG= TEST=net_unittests Review URL: https://codereview.chromium.org/683033003 Cr-Commit-Position: refs/heads/master@{#304996}
-
hugo.holgersson authored
Background: WebMediaPlayerAndroid's constructor does not know video meta data. Meta data is received in OnVideoSizeChanged(). If ShouldUseVideoOverlayForEmbeddedEncryptedVideo answers true WebMediaPlayerAndroid's constructor postpones stream texture creation until OnVideoSizeChanged(). Problem: When constructor sets needs_establish_peer_ = false, TryCreateStreamTextureProxyIfNeeded() does not create a proxy. Without a proxy OnVideoSizeChanged() cannot create a stream texture. Solution: Once we get meta data, create proxy AND texture. BUG=433833 TEST=Manual, 1. Play a Youtube clip (no black frame). 2. Play a purchased movie at Youtube (no black frame). Review URL: https://codereview.chromium.org/730103002 Cr-Commit-Position: refs/heads/master@{#304995}
-
rlp authored
This CL adds new functionality to the web history service to access audio history as well since accessing audio history uses the same underlying mechanism as standard web history. This CL also removes the onChange observer for the pref so that it is entirely handled by the handler. There is no longer a need for it since the only access to the pref is through this handler (i.e., there is no more settings checkbox). Note: The completion callbacks in the hotword_audio_history_handler will probably be updated once some additional extension apis have been added. We may eventually shift to a newer technology but it is appearing more likely it might not be ready when we need it. However, we will continue to use this method for the accessing of the audio history pref for quite some time (it's one of the approved methods) even once the setting of the pref switches to the newer model. BUG=426640 Review URL: https://codereview.chromium.org/687803004 Cr-Commit-Position: refs/heads/master@{#304994}
-
benwells authored
The bare pointer could cause crashes if the extension is uninstalled (thus being deleted) while the launch logic is progressing on the FILE thread; storing an extension ID prevents this. BUG=372270 Review URL: https://codereview.chromium.org/736233002 Cr-Commit-Position: refs/heads/master@{#304993}
-