- 20 Nov, 2014 40 commits
-
-
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}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ac1383d..e097be5 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=humper@google.com Review URL: https://codereview.chromium.org/737253002 Cr-Commit-Position: refs/heads/master@{#304992}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#304991}
-
hajimehoshi authored
Now Browser::UpdateToolbar is called not only when the activated tab is changed but also when, for example, a provisional document loader is canceled. As a result of this, the Translate bubble is closed when a navigation in an iframe happens. This is not an expected behavior. Apart from a provisional document, I found some unexpected conditions where the bubble is closed (e.g. Browser::OnWebContentsInstantSupportDisabled calls UpdateToolbar). This CL changes the logic to avoid closing the bubble on UpdateToolbar. Instead, the logic is changed to close the bubble when the activated tab is changed (Browser::ActivateTabChanged). BUG=433272 TEST=manual Review URL: https://codereview.chromium.org/739793003 Cr-Commit-Position: refs/heads/master@{#304990}
-
amistry authored
BUG=433147 Review URL: https://codereview.chromium.org/737193002 Cr-Commit-Position: refs/heads/master@{#304989}
-
dcheng authored
The original implementation sent clipboard data to be written over IPC as a map of clipboard formats to 'parameters' for that format. The parameters were just vectors of byte vectors. Needless to say, this logic was complicated, fragile, and prone to bugs. In the browser process, this resulted in the IPC validation logic being scattered between ClipboardMessageFilter and Clipboard::DispatchObject. The rewrite adds an IPC message for each flavor of data that the renderer is allowed to write to the clipboard. On the browser side, the logic is simply delegated to ScopedClipboardWriter. Since the clipboard object map is no longer under the control of an untrusted process, this allows the removal of a lot of validation logic. Unfortunately, bitmap handling is still a bit complicated because it's sent over shared memory, but all the validation logic has been moved into ClipboardMessageFilter. BUG=319285 TBR=avi@chromium.org,jamesr@chromium.org,wfh@chromium.org Review URL: https://codereview.chromium.org/740763003 Cr-Commit-Position: refs/heads/master@{#304988}
-
benwells authored
BUG=432720 Review URL: https://codereview.chromium.org/725853002 Cr-Commit-Position: refs/heads/master@{#304987}
-
ariblue authored
Since we pass in a custom parameter, we must provide a custom CreatePageTest class. BUG=434981 Review URL: https://codereview.chromium.org/741853002 Cr-Commit-Position: refs/heads/master@{#304986}
-
oshima authored
BUG=416286 TEST=covered by unittets, plus tested on device. (see bug for repro step) Review URL: https://codereview.chromium.org/738243002 Cr-Commit-Position: refs/heads/master@{#304985}
-
hashimoto authored
Introduce DisplayPowerServiceProvider::Delegate to get rid of dependencies to ash/ and ui/. BUG=429354 Review URL: https://codereview.chromium.org/739123002 Cr-Commit-Position: refs/heads/master@{#304984}
-
benwells authored
BUG=248873 Review URL: https://codereview.chromium.org/743043002 Cr-Commit-Position: refs/heads/master@{#304983}
-