- 19 Sep, 2016 40 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/ff40d4569c8b..c36cf56a4fcc $ git log ff40d4569..c36cf56a4 --date=short --no-merges --format='%ad %ae %s' 2016-09-19 dskiba Support incremental Android installs in symbolize_trace script. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2350203002 Cr-Commit-Position: refs/heads/master@{#419538}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e202bd8b71f6..613664b1bc64 $ git log e202bd8b7..613664b1b --date=short --no-merges --format='%ad %ae %s' 2016-09-19 jvanverth Remove unnecessary assert in GrBatchAtlas. 2016-09-19 csmartdalton skpbench CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2356433002 Cr-Commit-Position: refs/heads/master@{#419537}
-
Krishna Govind authored
Cr-Commit-Position: refs/heads/master@{#419536}
-
gayane authored
Review-Url: https://codereview.chromium.org/2347223003 Cr-Commit-Position: refs/heads/master@{#419535}
-
jdufault authored
TEST=ash_unittests BUG=645277 Review-Url: https://codereview.chromium.org/2324803003 Cr-Commit-Position: refs/heads/master@{#419534}
-
bmalcolm authored
Add default ShouldDisplayOverFullscreen method to NotificationDelegate that always returns false. Add implementation for NotificationsApiDelegate that returns true for ShouldDisplayOverFullscreen when the app that created the notificaiton is displaying fullscreen content. Note that this change does not enable this functionality. BUG=481318 Review-Url: https://codereview.chromium.org/2335293002 Cr-Commit-Position: refs/heads/master@{#419533}
-
tommycli authored
BUG=641626 Review-Url: https://codereview.chromium.org/2348693003 Cr-Commit-Position: refs/heads/master@{#419532}
-
hayesjordan authored
To allow access to Physical Web data, the URL info and Physical Web Service data needs to be paired together. The pairing gives all relevant information for a scanned URL. BUG=636490 Review-Url: https://codereview.chromium.org/2330253002 Cr-Commit-Position: refs/heads/master@{#419531}
-
lgarron authored
Also adds `meaning=` tags so that the strings are translated separately for this exact context. BUG=645290 Review-Url: https://codereview.chromium.org/2342683002 Cr-Commit-Position: refs/heads/master@{#419530}
-
sorin authored
This allows both updaters to use specific and correct prodids when reporting the "version" in the update check and ping requests. BUG=641126 Review-Url: https://codereview.chromium.org/2340113002 Cr-Commit-Position: refs/heads/master@{#419529}
-
lunalu authored
Fix failures on content_browser tests on Windows 7 from previous CL (patchset #4 id:200001 of https://codereview.chromium.org/2310683003/ ) BUG=509735 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:win7_blink_dbg,win7_blink_compile_dbg,win7_blink_compile_rel,win7_blink_rel TBR=phoglund@chromium.org Review-Url: https://codereview.chromium.org/2334223012 Cr-Commit-Position: refs/heads/master@{#419528}
-
zpeng authored
BUG=NONE Review-Url: https://codereview.chromium.org/2354433003 Cr-Commit-Position: refs/heads/master@{#419527}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/a5b37f6b916f..b12fbddece43 $ git log a5b37f6b9..b12fbddec --date=short --no-merges --format='%ad %ae %s' 2016-09-19 dsinclair Update DEPS to always pull clang. 2016-09-19 tsepez Clean up CPDF_Stream. BUG=647380 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2350173003 Cr-Commit-Position: refs/heads/master@{#419526}
-
ccameron authored
Add plumbing from LayerTree to LayerTreeImpl. Grab the color space from the LayerTreeImpl in raster task creation in the TileManager by using the TileManagerClient interface. Note that while this is plumbing a valid gfx::ColorSpace, this still has no impact on behavior, because the gfx::ColorSpace to SkColorSpace conversion isn't in place yet. Once that is in place, tests to query the tile resources' color spaces can be added. BUG=44872 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2336853002 Cr-Commit-Position: refs/heads/master@{#419525}
-
jamescook authored
These are unused in the chromium and chromiumos source trees and no one on the mailing list is actually using them. Remove them significantly simplifies D-Bus client initialization -- only the D-Bus thread creation needs to stay centralized. * Remove DBusClientTypes and the string representations of them * Delete the parser for the switch * Initialize the client bundles as either all real or all fake * Remove a bunch of Init/Create methods from DBusThreadManager since there are fewer conditional cases BUG=647367,644414 TEST=chromeos_unittests, ash_unittests, unit_tests TBR=tbarzic@chromium.org for easy_unlock Review-Url: https://codereview.chromium.org/2350543002 Cr-Commit-Position: refs/heads/master@{#419524}
-
slan authored
Internal Cast code requires that clients in remote processes access the mojo:media service. Allow targets in the //chromecast/ subdirectory to depend on client code. A pattern-match is used to obscure the structure of internal directories. BUG= Review-Url: https://codereview.chromium.org/2353573002 Cr-Commit-Position: refs/heads/master@{#419523}
-
steimel authored
BUG= Review-Url: https://codereview.chromium.org/2351773002 Cr-Commit-Position: refs/heads/master@{#419522}
-
yolandyan authored
BUG= Review-Url: https://codereview.chromium.org/2352783002 Cr-Commit-Position: refs/heads/master@{#419521}
-
skym authored
BUG=646951 Review-Url: https://codereview.chromium.org/2279123002 Cr-Commit-Position: refs/heads/master@{#419520}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/c731a26b214ed6e743460469385b53bb3cc34228 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/9eadede7df2fb30f25edf64e378b129c88efdfb6 Add ability to set topic during "git cl upload" (rmistry@google.com) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=chromium:628237 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2346343002 Cr-Commit-Position: refs/heads/master@{#419519}
-
drcrash authored
Currently the MD OOBE is enabled in a few different code paths, which unfortunately breaks when using, for example, zero-touch; or any path where enterprise enrollment is a possibility (as the login controller will jump straight into the network screen, bypassing the logic to determine whether to use the MD OOBE or not). Instead, disable it for the few cases we know we have not tested (CfM and any device needing the HID screen). Moreover, let's make sure that the MD/non-MD logic works when someone uses magic keys like CTRL+ALT+H to restart setup as a CfM. This CL does not change the way local state stores whether to use MD or not, which is still a default of not showing it if state is not carefully set. BUG=647365 TEST=manual (many combinations with and without existing local state) Review-Url: https://codereview.chromium.org/2347703002 Cr-Commit-Position: refs/heads/master@{#419518}
-
sievers authored
Review-Url: https://codereview.chromium.org/2350223002 Cr-Commit-Position: refs/heads/master@{#419517}
-
mpearson authored
Right now people are assuming it means something it doesn't. BUG= Review-Url: https://codereview.chromium.org/2340063002 Cr-Commit-Position: refs/heads/master@{#419516}
-
cblume authored
While investigating a crash, we blocked an optimization so we would have more data in the minidumps. The crash has been found so we can revert the changes made for investigation. BUG=643845 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2352533002 Cr-Commit-Position: refs/heads/master@{#419515}
-
ryansturm authored
Redirects through DataReductionProxy were counting as a DRP navigations/pageloads even when the new URL that was redirected to was non-DRP. This affects DRP PageLoad.* UMA and the DRP pingback. This introduces a reset_to_default method on DRPData as well as changing using original_url from URLRequest to just URL (as DRP cares more about the actual URL of the site rather than the original URL before redirects). BUG=565421 Review-Url: https://codereview.chromium.org/2326443004 Cr-Commit-Position: refs/heads/master@{#419514}
-
kerrnel authored
Chrome on Chrome OS is incorrectly building against the Flash player bundled in third_party/. However, on Chrome OS, flash player is loaded from the root partition and passed to Chrome via command line. So Chrome should not be referencing the versions in flapper_version.h. In addition, this means the bundled flash player loading code is unused. BUG=644795,644400 Review-Url: https://codereview.chromium.org/2340643002 Cr-Commit-Position: refs/heads/master@{#419513}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2348953002 Cr-Commit-Position: refs/heads/master@{#419512}
-
robliao authored
This allows for the Browser Task Scheduler to setup and redirect after SetupFieldTrials to get variations data but before SetupMetrics, which posts tasks to the blocking pool. The corresponding iOS change will be in a later CL BUG=636518 Review-Url: https://codereview.chromium.org/2342993002 Cr-Commit-Position: refs/heads/master@{#419511}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/927ac9c53208..e202bd8b71f6 $ git log 927ac9c53..e202bd8b7 --date=short --no-merges --format='%ad %ae %s' 2016-09-19 halcanary SkPDF: SkBitSet gets reset() to make drop() better. 2016-09-19 egdaniel Move vulkan spir-v compile call to GrVkUtil CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2349253003 Cr-Commit-Position: refs/heads/master@{#419510}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/4344bc8bd41f5ebd515104ad34cbd1faff669c9a clang upload bots: Run scripts to update toolchains. (thakis@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=648301 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2352763002 Cr-Commit-Position: refs/heads/master@{#419509}
-
xiyuan authored
Transient notifications get into a situation that the item is destroyed via mojo before its surface gets mapped via wayland. Check |item_| before UpdatePinnedState() call in SetSurface to fix the crash. BUG=647829 TBR=yoshiki@chromium.org Review-Url: https://codereview.chromium.org/2345373002 Cr-Commit-Position: refs/heads/master@{#419508}
-
yzshen authored
The corresponding fix is https://codereview.chromium.org/2349893002/ BUG=638596 TBR=jam@chromium.org Review-Url: https://codereview.chromium.org/2348233003 Cr-Commit-Position: refs/heads/master@{#419507}
-
bungeman authored
A few method definitions in Skia need to be moved into a new cpp file, while this define is active the old code will continue to compile until the Chromium build of Skia can be updated. NOTRY=true Adds a define. Built locally, but analyze says "No compile necessary". Review-Url: https://codereview.chromium.org/2355563002 Cr-Commit-Position: refs/heads/master@{#419506}
-
kylechar authored
Add a NativeDisplayDelegate implementation that handles fake displays. Fake displays mimic physical displays when running off device. Allow user the specify initial display state with command line flag and provide API to programatically change display state at runtime. Except for changing the attached displays other NativeDisplayDelegate functionality is a noop. Add FakeDisplaySnapshot to store the fake display state. For now it's very simple but I intend to add a builder to make it easy to construct more complex displays. Add FakeDisplayController interface and method on NativeDisplayDelegate to get one. This interface will allow changing display state at runtime if implemented. Only FakeDisplayDelegate will implement it for now. Fake isn't the best term to describe "not real" displays but there are already virtual displays implemented for casting. BUG=611475 Review-Url: https://codereview.chromium.org/2324163002 Cr-Commit-Position: refs/heads/master@{#419505}
-
dcheng authored
BUG=none Review-Url: https://codereview.chromium.org/2348043002 Cr-Commit-Position: refs/heads/master@{#419504}
-
lawrencewu authored
This adds support for displaying overriding enabled base::Feature features in the Launch.FlagsAtStartup histogram. BUG=642858 Review-Url: https://codereview.chromium.org/2345033002 Cr-Commit-Position: refs/heads/master@{#419503}
-
khmel authored
PlayStore is special app that actually represents 2 apps in Chrome. One is OptIn flow as native Platform App, second is Android Play Store app itself. For user we represent them as one app and do special mapping for Chrome shelf. This CL adds missing functionality for correct mapping. TEST=unit_tests TEST=Manually on device with all combination, app was pinned or not before, App (PlayStore and OptIn) was running or not. BUG=b/31556052 BUG=648285 Review-Url: https://codereview.chromium.org/2349263002 Cr-Commit-Position: refs/heads/master@{#419502}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/c48089977dc4..a5b37f6b916f $ git log c48089977..a5b37f6b9 --date=short --no-merges --format='%ad %ae %s' 2016-09-19 kcwu Remove dead code in CCodec_IccModule TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2351783002 Cr-Commit-Position: refs/heads/master@{#419501}
-
jam authored
BUG=504347 Review-Url: https://codereview.chromium.org/2355533002 Cr-Commit-Position: refs/heads/master@{#419500}
-
rch authored
Remove "delay_tcp_race": "true" from QUIC testing variations since it is now on by default and not enabled in the finch configs. Review-Url: https://codereview.chromium.org/2348033002 Cr-Commit-Position: refs/heads/master@{#419499}
-