Ethan Nicholas
c83da98d50
Revert "SkSL is now pickier about type conversions"
...
This reverts commit 91c1d08bc3
.
Reason for revert: breaking everything
Original change's description:
> SkSL is now pickier about type conversions
>
> Bug: skia:
> Change-Id: I4e8b8f229f4e4344f160b0dbb41832764d0b75bd
> Reviewed-on: https://skia-review.googlesource.com/c/188311
> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
TBR=bsalomon@google.com ,csmartdalton@google.com,ethannicholas@google.com
Change-Id: I670fa9215d3ca0ce738edc24e832b6d968599cb1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/189642
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-05 21:54:51 +00:00
Ben Wagner
119196ab66
s/geTestSVGTypeface/getTestSVGTypeface
...
In addition to fixing the typo, this cleans up a few unnecessary calls
into SkTypeface internals.
Change-Id: I101f67053c2db6850d1576de1001998ccf84d2cd
Reviewed-on: https://skia-review.googlesource.com/c/189496
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-05 21:38:35 +00:00
Ethan Nicholas
91c1d08bc3
SkSL is now pickier about type conversions
...
Bug: skia:
Change-Id: I4e8b8f229f4e4344f160b0dbb41832764d0b75bd
Reviewed-on: https://skia-review.googlesource.com/c/188311
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-05 21:36:33 +00:00
Herb Derby
5e1819f912
Move luminace calculation to the SkScalerContext ctor.
...
N.B. The cananonical color calculation is still there to
avoid Chrome layout changes.
Change-Id: Ie7a48a48be7ab0a6cc90b2469e48d85990cf3c1d
Reviewed-on: https://skia-review.googlesource.com/c/187460
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-05 21:33:28 +00:00
Brian Salomon
95548f6625
Remove fIntendedType from GrMtlBuffer. Add accessor to base class
...
Fixes unused member warning-as-error.
Change-Id: I9468a1b1cb106eeb7818afe87f5cda7eb75910de
Reviewed-on: https://skia-review.googlesource.com/c/189497
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-05 21:31:29 +00:00
Greg Daniel
822d223972
Make sure the vulkan gpu is done work before we deleting objects in VkHardwareBufferTest.
...
Bug: skia:
Change-Id: I43a0136d67471030056da2af19894c28bc96d22b
Reviewed-on: https://skia-review.googlesource.com/c/189495
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-02-05 21:27:48 +00:00
Greg Daniel
d742b6be45
Fill in missing GrMtlCaps functions and fix for 0 buffer alloc.
...
Bug: skia:
Change-Id: I4981e49dc45d607f3f6493da67844b6dfa74a551
Reviewed-on: https://skia-review.googlesource.com/c/189493
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
2019-02-05 21:03:05 +00:00
Ben Wagner
0ec8ec27b8
Add a 'correct' shaper.
...
There are currently two consistent ways to do line breaking. The 'ok'
way where the entire line is shaped and the resulting glyphs broken
into lines based on hopeful cluster breaks. This has the one nice
property of preserving all shaping done by the font. The 'correct' way
is to shape to each break opportunity and pick the best one, then
continue to do so for each line. This has the nice property of not
shaping incorrectly.
Fortunately, the actual implementation can be hidden behind a common
interface. Keep both of them to ensure this continues to be the case.
Change-Id: I68086731c9c2eea00b26f1447e3ec17aba799ab3
Reviewed-on: https://skia-review.googlesource.com/c/156641
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-02-05 20:11:24 +00:00
skia-autoroll
24d1f1a73b
Roll third_party/externals/swiftshader 4b9e06d6a2df..09a91e48c066 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/4b9e06d6a2df..09a91e48c066
git log 4b9e06d6a2df..09a91e48c066 --date=short --no-merges --format='%ad %ae %s'
2019-02-05 bclayton@google.com Silence clang warning spewed by every .cpp compile
Created with:
gclient setdep -r third_party/externals/swiftshader@09a91e48c066
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: Ic546e40a0d19db37b37609f223da62c5975d90a9
Reviewed-on: https://skia-review.googlesource.com/c/189556
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-05 20:06:24 +00:00
Hal Canary
32498f0846
GN/ICU cleanup
...
For targets that depend on ICU, only define if `skia_use_icu` is set.
Move declare_args/skia_use_icu into skia.gni. Other variables that need
to work like that can move there later.
icu/BUILD.gn defines SK_USING_THIRD_PARTY_ICU if needed.
SkShaper_harfbuzz.cpp SkPDFSubsetFont.cpp respects
SK_USING_THIRD_PARTY_ICU when calling SkLoadICU().
sfntly/BUILD.gn, harfbuzz/BUILD.gn, icu/icu.gni uses $_src variable to
reduce verbosity. icu/icu.gni adds more headersto sources.
Change-Id: I9e000b9b19902d9f5c0c64e989bf42466aa8a299
Reviewed-on: https://skia-review.googlesource.com/c/189304
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-05 17:27:55 +00:00
Mike Klein
830ab79b26
disable DAA by default
...
This turns DAA off by default in Skia and in our tools,
while leaving it able to be turned back on if we want.
(There's at least one bot that does already.)
This setup keeps our default builds matching the behavior
of Chromium, Flutter, Android, Google3, and should prevent
anyone from accidentally falling into it.
Change-Id: Ia85f3dbe69c46cec0dac6b07fb5feb6e8b65d237
Reviewed-on: https://skia-review.googlesource.com/c/189580
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-05 17:15:14 +00:00
Brian Osman
5b4f2d5364
Add "MSRTC" bots that build/test with MSVC runtime checks enabled
...
Bug: skia:
Change-Id: I125466990b01b2fb1c9c30b2437a6bac134dda96
Reviewed-on: https://skia-review.googlesource.com/c/189302
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-02-05 17:13:24 +00:00
skia-autoroll
9f77454cd8
Roll third_party/externals/swiftshader 24f3d30cdec3..4b9e06d6a2df (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/24f3d30cdec3..4b9e06d6a2df
git log 24f3d30cdec3..4b9e06d6a2df --date=short --no-merges --format='%ad %ae %s'
2019-02-05 bclayton@google.com CMake: Fix logic that automatically fetches submodules.
Created with:
gclient setdep -r third_party/externals/swiftshader@4b9e06d6a2df
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: I469ba4333f58590414c578f71ff18d62aef4616d
Reviewed-on: https://skia-review.googlesource.com/c/189550
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-05 16:53:54 +00:00
skia-autoroll
5f5e1d57a4
Roll third_party/externals/swiftshader 8f71f7311f29..24f3d30cdec3 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/8f71f7311f29..24f3d30cdec3
git log 8f71f7311f29..24f3d30cdec3 --date=short --no-merges --format='%ad %ae %s'
2019-02-05 msisov@igalia.com GCC: use Wno-error=header-hygiene only with clang.
Created with:
gclient setdep -r third_party/externals/swiftshader@24f3d30cdec3
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: Icc5d1d4b6c49db367a85a1608c95259ee9ffdf9f
Reviewed-on: https://skia-review.googlesource.com/c/189548
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-05 15:58:24 +00:00
Greg Daniel
8ce7991242
Add release proc apis to SkSurface::MakeFromBackend* calls.
...
Bug: skia:
Change-Id: I0e6cd8895c328a89cd0fa50260fe4e8adbff5990
Reviewed-on: https://skia-review.googlesource.com/c/188634
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-05 15:36:14 +00:00
Brian Osman
09a66aca2e
Fix RTCc issue (truncating 64 bit value) in GrVkRenderPass
...
Bug: skia:
Change-Id: I31b3024808c3d85f6daa07670b91b5f3bebdfd4b
Reviewed-on: https://skia-review.googlesource.com/c/189487
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-05 15:27:44 +00:00
Brian Salomon
ae64c194fe
Convert GrBufferType to enum class, rename, and remove dead values
...
Renamed to GrGpuBufferType in anticipation of splitting GrBuffer
into GrGpuBuffer and GrCpuBuffer types.
There were two unused values in the enum that are removed, DrawIndirect
and Texel.
Change-Id: Icb6b3da689adbd8e10495c10fd0470a6ee0120b5
Reviewed-on: https://skia-review.googlesource.com/c/189280
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-05 15:04:48 +00:00
Greg Daniel
c91162d20b
Have GrMtlTexture and GrMtlRenderTarget call parents onRelease/Abandon.
...
Bug: skia:
Change-Id: Ib7c19f4a1951f7463912b78c18ed7f2839833193
Reviewed-on: https://skia-review.googlesource.com/c/189485
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-05 15:01:14 +00:00
Mike Reed
0c74d7d928
remove mention of SkMetaData
...
Bug: skia:
Change-Id: I0f3fff0d29192e5ce9f1504ed54d032f9ffee77c
Reviewed-on: https://skia-review.googlesource.com/c/189285
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-05 13:56:25 +00:00
Robert Phillips
f7c6dfabef
Fix generated files
...
https://skia-review.googlesource.com/c/skia/+/189164 (Rename GrContext::contextPriv to priv) altered a header
TBR=fmalita@chromium.org
Change-Id: I165ad7c06490789d9f4c605e17c36ab2fac7f9f4
Reviewed-on: https://skia-review.googlesource.com/c/189482
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-05 13:32:14 +00:00
skia-autoroll
2462ca36c8
Roll third_party/externals/swiftshader 049ff3873334..8f71f7311f29 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/049ff3873334..8f71f7311f29
git log 049ff3873334..8f71f7311f29 --date=short --no-merges --format='%ad %ae %s'
2019-02-05 headlessclayton@gmail.com Fix linux link error when using LLVM reactor backend.
Created with:
gclient setdep -r third_party/externals/swiftshader@8f71f7311f29
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: I32e1446f6db565640d9d22f2227fa968eb2c1970
Reviewed-on: https://skia-review.googlesource.com/c/189541
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-05 12:03:14 +00:00
skia-autoroll
ad8f25f813
Roll ../src 950d2f4a3353..6c1a9ccaf5f3 (394 commits)
...
950d2f4a33..6c1a9ccaf5
git log 950d2f4a3353..6c1a9ccaf5f3 --date=short --no-merges --format='%ad %ae %s'
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia bb60677d5244..0783aca7ba31 (1 commits)
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bbd0f4fe6259..cb890a49b67c (1 commits)
2019-02-05 bashi@chromium.org Remove ChromeMemoryCoordinatorDelegate
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc edbea46295b8..30b182aca08a (5 commits)
2019-02-05 eugenebut@chromium.org Add integration test for UpdateCertificatePolicyCache method.
2019-02-05 joelhockey@chromium.org Fix FilesApp UI Test generation script i18n substitutions.
2019-02-05 rakina@chromium.org Don't call FindBuffer with ranges that are null/collapsed
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 7085305f6eda..d01c504e0c18 (2 commits)
2019-02-05 yhirano@chromium.org [midi] Stop calling back to MidiManager when it's already been destroyed
2019-02-05 bashi@chromium.org cache storage: Make sure ServiceWorkerGlobalScope isn't destroyed before using it
2019-02-05 yhirano@chromium.org Check request validity after calling RequestPeer::OnTransferSizeUpdated
2019-02-05 loyso@chromium.org WebApp: Use just one instance of SystemWebAppManager in unit tests.
2019-02-05 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome/browser/resource_coordinator.
2019-02-05 rmcelrath@chromium.org Revert "Enable the Network Service by default on ChromeOS."
2019-02-05 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@fe78f2a1ad48c1e0132634e957369d8d674e4258
2019-02-05 loyso@chromium.org WebApp: Rename BookmarkAppInstaller to BookmarkAppInstallFinalizer.
2019-02-05 Erik.Anderson@microsoft.com Simple Cache: switch to non-static member initialization
2019-02-05 yosin@chromium.org Add missing explicit modifier to FindBuffer constructor
2019-02-05 jazzhsu@chromium.org [Media Controls] Fix text movement after opening overflow menu
2019-02-05 tikuta@chromium.org build: Default use_lld to true on non chrome branded chromeos build
2019-02-05 horo@chromium.org Extend the buffer size of SignedExchangeLoader's DataPipe to 512KB
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2f386623a7f7..bbd0f4fe6259 (1 commits)
2019-02-05 acomminos@fb.com Implement navigator.scheduling.isInputPending
2019-02-05 chrome-release-bot@chromium.org Updating trunk VERSION from 3694.0 to 3695.0
2019-02-05 hkhalil@google.com Landing Recent QUIC changes until 12:01 PM, Jan 25, 2019 UTC-5
2019-02-05 joelhockey@chromium.org Crostini shared files settings External storage label
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 2d35a1c87553..bb60677d5244 (1 commits)
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from fac5e485b155 to 019153792455
2019-02-05 chiniforooshan@chromium.org Tracing: Better trace event name
2019-02-05 tkent@chromium.org Make SerializeNodesWithNamespaces() and SerializeNodes() member functions of MarkupAccumulator
2019-02-05 enne@chromium.org Skip WebglConformance_conformance_textures_video_tex_2d_rgb_rgb_unsigned_short_5_6_5
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium f1b856210702..fef199e2a2aa (4 commits)
2019-02-05 ksakamoto@chromium.org Fix remaining preload tests flaking on wpt.fyi
2019-02-05 thakis@chromium.org Remove another superfluous semicolon in generated mojo code.
2019-02-05 mek@chromium.org [AppCache] Have AppCacheHost methods call ReportBadMessage rather then return false.
2019-02-05 adunaev@igalia.com [ozone/wayland] Use of Thread objects is reduced.
2019-02-05 jarhar@chromium.org [DevTools] Update binary websocket viewer, remove experiment
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 71744115bdec..2f386623a7f7 (3 commits)
2019-02-05 yoichio@chromium.org Move WebUI v0 privilege
2019-02-05 horo@chromium.org Show the correct transfer size of signed exchange in DevTools
2019-02-05 avi@chromium.org Don't add empty "from" metadata.
2019-02-05 kainino@chromium.org Restrict Mac/Intel multisampled-depth-renderbuffer-initialization suppression to Sierra
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle f3e823db548e..7085305f6eda (2 commits)
2019-02-05 jsbell@chromium.org WebSQL: Don't pass name/metadata around, use content::StorageUsageInfo
2019-02-05 nhiroki@chromium.org PlzWorker: Make browser-side worker script loaders available for dedicated workers
2019-02-05 nhiroki@chromium.org Worker: Add thread checks in DedicatedWorkerHost
2019-02-05 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@bde7e39ac47c77c3263a84936a8a7d55f162b8db
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9da87e0e984f..2d35a1c87553 (5 commits)
2019-02-05 thestig@chromium.org Call base::JSONReader static methods directly.
2019-02-05 tmathmeyer@chromium.org Adds entry for D3D11 fieldtrial.
2019-02-05 ntfschr@chromium.org Docs: miscellaneous cleanups for android_logging
2019-02-05 mmenke@chromium.org Socket Pools Refactor 17: Move SSL tagging tests to transport test file.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 26ffa9446434..367af22db5a9 (1 commits)
2019-02-05 tetsui@chromium.org Remove some ash flags from chrome://flags
2019-02-05 michaelpg@chromium.org Add a11y label to Android Preferences link button
2019-02-05 yosin@chromium.org Make TextFinder to use ComputeTextRect()
2019-02-05 yosin@chromium.org Make FindInPageRectFromRange to use ComputeTextRect()
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 9e051373403d..afc37154aa31 (1 commits)
2019-02-05 karandeepb@chromium.org Declarative Net Request: Update documentation.
2019-02-05 johannes@chromium.org Roll inspector_protocol to 8dfd1432319592c9ed70676b6cc166ee98025664.
2019-02-05 tommycli@chromium.org Click to Open PDF: Fix throttle navigation-within-navigation crash.
2019-02-05 xiaohuic@google.com assistant: fix internal config string error
2019-02-05 bbudge@chromium.org [blink web_tests] Rework WebAssembly cache test
2019-02-05 kbr@chromium.org Suppress OffscreenCanvas-webgl-preserveDrawingBuffer.html
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 6ea07ba847ca..f1b856210702 (5 commits)
2019-02-05 renjietang@chromium.org Add a new quic error code for stale host racing experiment. Not flag protected.
2019-02-05 knollr@chromium.org Fix non-persistent notification listeners
2019-02-05 ntfschr@chromium.org Docs: fix some markdown links
2019-02-05 joelhockey@chromium.org Crostini shared folder settings page display
2019-02-05 robsc@chromium.org In Reinstall Rec when deleting icons, delete from loading list too.
2019-02-05 huangdarwin@chromium.org Refactor: clipboard_win.cc add docs link
2019-02-05 davidbienvenu@chromium.org Display - for cpu column if we haven't computed cpu usage yet.
2019-02-05 mmenke@chromium.org Socket Pools Refactor 16 (3): Remove two of the SSL socket pools.
2019-02-05 rmcelrath@chromium.org Enable the Network Service by default on ChromeOS.
2019-02-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4e1809916dfc..71744115bdec (7 commits)
2019-02-05 pkasting@chromium.org Remove AppMenuObserver::OnExecuteCommand().
2019-02-05 pcc@chromium.org Remove a resource that is only being used in a unit test.
2019-02-05 robertogden@chromium.org Programmatically change Data Saver strings to Lite mode rebranding
2019-02-05 marcin@mwiacek.com Improve SplitApkWebaroundResult @IntDef
2019-02-05 wangxianzhu@chromium.org Remove ScrollInvalidationTracking
2019-02-05 ntfschr@chromium.org Docs: consistent fenced code blocks
2019-02-05 chrishtr@chromium.org Delete SquashingOffsetFromTransformedAncestor.
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult fdc67071238d..02bb14c83b69 (1 commits)
2019-02-05 japhet@chromium.org Add a flag to use strict SiteInstances even when cross-site process sharing is allowed.
2019-02-05 dalecurtis@chromium.org FFmpegDemuxer: Disallow kInfiniteDuration as a packet timestamp.
2019-02-05 rockot@google.com Convert ash component manifests from JSON to C++
2019-02-05 smacchia@amazon.com Fix GLApplyScreenSpaceAntialiasingCHROMIUMES3Test tests
2019-02-05 dstaessens@chromium.org media/gpu/test: Add command line parameters to new VDA tests.
2019-02-05 alemate@chromium.org ChromeOS: Fix potential Potential use-after-free in RemoveNonOwnerUserInternal.
2019-02-05 rbpotter@chromium.org Print Preview: Fix isEnterpriseManaged boolean
2019-02-05 dbeam@chromium.org WebUI Dark Mode: update user manager
2019-02-05 johntlee@chromium.org WebUI: Remove md*, material* from Downloads code.
2019-02-05 mahmadi@chromium.org [iOS][Translate] Adds auto-always/auto-never translate functionality to iOS
2019-02-05 mmourgos@chromium.org a11y: verbalize drag and drop icon positions in app list
2019-02-05 rbpotter@chromium.org Print Preview: Fix an iron-resize timing issue
2019-02-05 magchen@chromium.org Underlay video power optimization by skipping all UI on top
2019-02-05 rdevlin.cronin@chromium.org [Extensions Bindings] Fix an issue with messaging + UserActivationV1
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 92170de80318..9da87e0e984f (3 commits)
2019-02-05 petermayo@chromium.org Refactor cc:ElementAnimations for cleanliness
2019-02-05 sandersd@chromium.org [media] Add histograms to track CORS status of HLS manifests.
2019-02-05 pmonette@chromium.org Add a feature to do module inspection out of process
2019-02-05 kmarshall@chromium.org Revert "Have jumbo dump the original sources in the gn |data| variable"
2019-02-05 danakj@chromium.org Collapse WillCloseLayerTreeView into WebWidget::Close()
2019-02-05 nharper@chromium.org Remove channel_id_path from NetworkContextParams (and other related places)
2019-02-05 enne@chromium.org Mark WebglConformance_conformance_textures_image_bitmap_from_video_tex_2d_alpha_alpha_unsigned_byte as failing
2019-02-05 khorimoto@chromium.org [CrOS MultiDevice] Add NetworkAwareEnrollmentScheduler.
2019-02-05 dgozman@chromium.org Simplify MixedContentChecker::HandleCertificateError
2019-02-05 mlamouri@chromium.org Picture-in-Picture: use the window workspace if already visible.
2019-02-05 ntfschr@chromium.org AW: workaround empty ReasonPhrase
2019-02-05 xiaochengh@chromium.org [LayoutNG] Work around the crash with 'text-transform' on ::first-letter
2019-02-05 treib@chromium.org Fix brief "Error" flash next to avatar after confirming Sync settings
2019-02-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium ce4cd632fea1..6ea07ba847ca (5 commits)
2019-02-04 etienneb@chromium.org Add trace events for content FontCache
2019-02-04 atotic@chromium.org [LayoutNG] Crash bug fix
2019-02-04 loyso@chromium.org WebApp: Simplify BookmarkAppInstallationTask: installer_ isn't used.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite b3f219bb5062..9e051373403d (2 commits)
2019-02-04 avi@chromium.org Don't attempt to clone NSPasteboards.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 08f8fa669347..f3e823db548e (2 commits)
2019-02-04 alancutter@chromium.org Clean up nits in NativeWebKeyboardEventMac.CtrlCmdSpaceKeyDownRoundTrip
2019-02-04 masonfreed@chromium.org Always call UpdateCompositedScrollOffset, not just for the root layer
2019-02-04 dbertoni@chromium.org [Extensions] Align expiry dates for all icon visibility stats.
2019-02-04 jazzhsu@chromium.org [Media Controls] Fix unwanted blue highlight when touch on controls
2019-02-04 mahmadi@chromium.org [iOS][Translate] Makes translate infobar language tab scroll more smoothly
2019-02-04 mmenke@chromium.org Socket Pools Refactor 16 (2): Let SSLClientSockets wrap StreamSockets.
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1449382a07a9..4e1809916dfc (3 commits)
2019-02-04 eliribble@chromium.org Reland: "Add --merge-base-ref option to lastchange.py""
2019-02-04 ericale@google.com Attempt to avoid timing out after successful iOS test runs by catching SIGTERM.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc d8b980464c83..edbea46295b8 (1 commits)
2019-02-04 nharper@chromium.org Update bulk entries in HSTS preload list
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult b486e0449be3..fdc67071238d (1 commits)
2019-02-04 sky@chromium.org cc: provides function to synchronously allocate LocalSurfaceIds
2019-02-04 borisv@chromium.org Mac shim for the updater.
2019-02-04 jdiggs@igalia.com Focusable thead, tbody, and tfoot need an accessible object
2019-02-04 tedchoc@chromium.org Replace FEATURE_APP_WIDGETS w/ AppWidgetManager null checks.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 73f97e7d379b..26ffa9446434 (1 commits)
2019-02-04 marcin@mwiacek.com Improve MinidumpUploadStatus @IntDef
2019-02-04 davidben@chromium.org Make content::LoginDelegate single-threaded and uniquely-owned
2019-02-04 qinmin@chromium.org Cleanup some unused code in DownloadItemImpl
2019-02-04 edwardjung@chromium.org chrome://flags Fix rendering JSTemplate rendering bug
2019-02-04 agable@chromium.org [Sheriff] Mark wasm_worker_termination_while_compiling crashy
2019-02-04 dalecurtis@chromium.org Reland: Add dav1d decoder and build configurations.
2019-02-04 danyao@chromium.org [Payment Request] Do not access mWebContents if it is destroyed.
2019-02-04 vmpstr@chromium.org [DL]: Make commit() succeed when the context is unlocked or disconnected.
2019-02-04 kbr@chromium.org Mark Win7 GPU bots slow.
2019-02-04 bsazonov@chromium.org [Unity][Android] Update the sign-in screen layout
2019-02-04 xiaochengh@chromium.org [LayoutNG] Work around crash with 'text-transform'
2019-02-04 guidou@chromium.org Add IO Thread to TestBlinkWebUnitTestSupport
2019-02-04 ccameron@chromium.org OOP-R crashes: Don't flush between begin/end raster
2019-02-04 jazzhsu@chromium.org [Media Controls] Fix control layout in small size while playing
2019-02-04 harrisjay@chromium.org Adds harrisjay as an owner as he's a committer now
2019-02-04 siggi@chromium.org RC: Move the graph to chrome/browser/performance_manager.
2019-02-04 amaralp@chromium.org Fixing ToolbarPhone Theming issues
2019-02-04 baileyberro@chromium.org file_manager_browsertest: don't disable Smb for browser_tests
2019-02-04 geofflang@chromium.org Revert "[Sheriff] Mark test flaky on Mac:"
2019-02-04 kyleju@chromium.org A tweak on importer to import webdriver/tests from upstream manually.
2019-02-04 ortuno@chromium.org bluetooth: Remove unnecessary suffix
2019-02-04 cduvall@chromium.org Fix webRequest issues with redirects and extraHeaders listeners
2019-02-04 mrefaat@chromium.org Remove the usage of tab from OmniboxGeoLocationController
2019-02-04 magchen@chromium.org Move kDirectCompositionUnderlays feature from GL switch to Finch experiment.
2019-02-04 ikobylin@yandex-team.ru Use text_defaults.css instead of $i18n{}
2019-02-04 nicolaso@chromium.org traffic_annotation OWNERS: remove georgesak@
2019-02-04 kylechar@chromium.org Remove unused out HWND parameter.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 93d263494eb3..b3f219bb5062 (1 commits)
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5ded9934297d..92170de80318 (8 commits)
2019-02-04 Erik.Anderson@microsoft.com change FileSystemURL to use url::Origin
2019-02-04 marcin@mwiacek.com Improve GestureMode @IntDef
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 439120b8b2c6..e3e66f120fbb (1 commits)
2019-02-04 mattm@chromium.org TrialComparisonCertVerifier S13n
2019-02-04 mek@chromium.org Fix blob URLs in the chrome.downloads API with network service enabled.
2019-02-04 huayinz@chromium.org Speculative fix for WindowManager#BadTokenException on AppModalPresenter
2019-02-04 dtapuska@chromium.org Attempt to fix flaky SitePerProcessBrowserTest.ScrolledOutOfView
2019-02-04 aleventhal@chromium.org Position info (item n of m) incorrect if hidden focusable items in list
2019-02-04 marcin@mwiacek.com Improve @IntDef inside AnchoredPopupWindow.java
2019-02-04 gyuyoung@igalia.com s13n: Remove unnecessary siginin_manager_factory.h in arc_terms_of_service_default_negotiator_unittest.cc
2019-02-04 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /gpu/command_buffer.
2019-02-04 eugenebut@google.com Add BadSslResponseTest.RememberCertDecision test.
2019-02-04 raul@tambre.ee //chrome: Convert leftover base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-04 caseq@chromium.org Headless: bring back embedded resources in non-component build
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 612345523a8d..049ff3873334 (1 commits)
2019-02-04 sergeyu@chromium.org Cleanup fontmgr_default implementation.
2019-02-04 xiaohuic@google.com assistant: update libassistant interface
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 8573aae7d0fd..d8b980464c83 (2 commits)
2019-02-04 gyuyoung@igalia.com fixup! s13n: Remove unnecessary signin-related includes in local_card_migration_browsertest.cc
2019-02-04 sky@chromium.org Reland: chromeos: Enable SingleProcessMash (in-proc window service) by default
2019-02-04 agable@chromium.org Skip crashy UAv2 tests on Win10
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 520d5f22d188..ce4cd632fea1 (1 commits)
2019-02-04 mek@chromium.org [AppCache] Merge AppCacheDispatcherHost into AppCacheBackendImpl.
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7368d34793bc..1449382a07a9 (2 commits)
2019-02-04 mahmadi@chromium.org [iOS][Translate] Fixes translate infobar crashing in Release builds
2019-02-04 beccahughes@chromium.org Enable service on all platforms except Android
2019-02-04 estevenson@chromium.org Android: Normalize expected manifest files.
2019-02-04 eugenebut@chromium.org Remome unused methods from SessionCertificatePolicyCache.
2019-02-04 andrescj@chromium.org cc: Disable translucent solid color layers in Mac.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle d94af1736d98..08f8fa669347 (2 commits)
2019-02-04 smaier@chromium.org Revert "android: build: Enable RELR packed relocations for libchrome.so"
2019-02-04 weili@chromium.org Fix focus ring lifetime issues
2019-02-04 chrishtr@chromium.org [BGPT] Simplify interest rect computation to use layer states.
2019-02-04 kevers@chromium.org Fix race condition on animation worklet global scope disposal.
2019-02-04 wutao@chromium.org app_list: Enable Assistant result
2019-02-04 bsheedy@chromium.org Remove crashing WebGL conformance tests
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from cdee6662a447 to fac5e485b155
2019-02-04 manukh@chromium.org [omnibox] Revert omnibox text on selecting the default match.
2019-02-04 alemate@chromium.org Chrome OS: Remove unused non-md login.
2019-02-04 ericorth@chromium.org Convert StaleHostResolver to internally use CreateRequest()
2019-02-04 amusbach@chromium.org tablet: Fix crash on detaching mouse in docked mode and tablet position.
2019-02-04 kylechar@chromium.org gpu: Cleanup callback types (part 3).
2019-02-04 odejesush@chromium.org bluetooth: Use DeviceUUID in FakePeripheral
2019-02-04 rmcelrath@chromium.org Fix SyncExponentialBackoffTest.OfflineToOnline with network service
2019-02-04 eugenebut@chromium.org Suppress finishPageLoadForTab:loadSuccess: crash.
2019-02-04 tedchoc@chromium.org [Android Omnibox] Prevent infinitely nested transition drawables.
2019-02-04 khmel@chromium.org arc: Fix ToS page in OOBE and in-session OptIn.
2019-02-04 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Don't update PAC every frame when DevTools exists
2019-02-04 huayinz@chromium.org Init night mode later to avoid accessing shared preference too early
2019-02-04 chrishtr@chromium.org [BGPT] Refactor to avoid SquashingOffsetFromTransformedAncestor
2019-02-04 emircan@chromium.org Transfer color space in canvas capture
2019-02-04 djacobo@chromium.org Remove deprecated ArcAppListPrefs mojo code
2019-02-04 awolter@chromium.org Add ability for second Fuchsia SDK option
2019-02-04 goto@chromium.org Adds details on setting up eclipse to build chromium
2019-02-04 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@a52c81089a0cc2356edab19e505f048eb14c0fce
2019-02-04 vtsyrklevich@chromium.org GWP-ASan: Dynamically allocate memory for fuzzers
2019-02-04 vmpstr@chromium.org [DL]: Don't rely on ~Element for locked count adjustments.
2019-02-04 nzolghadr@chromium.org Add test for haspointercapture
2019-02-04 thakis@chromium.org Update docs after #627958 .
2019-02-04 johnidel@chromium.org Refactor AdsPLMO::FrameData to a separate class
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 88e58a7912a2..5ded9934297d (3 commits)
2019-02-04 backer@chromium.org Add DirectContextProvider
2019-02-04 mcnee@chromium.org Update TestExpectations for synthetic pinch tests
2019-02-04 vmpstr@chromium.org [DL]: Add a test to ensure we can force true layout after commit().
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools a1fbdff17736..73f97e7d379b (1 commits)
2019-02-04 mdjones@chromium.org Reland "Use consistent status bar theming in webapps"
2019-02-04 pcc@chromium.org create_installer_archive.py: Replace \ with os.sep in source paths.
2019-02-04 tmartino@chromium.org [MF Android] Adding icon for Credit Card fallback
2019-02-04 rmcelrath@chromium.org Fix SyncTest on ChromeOS with network service.
2019-02-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.70.
2019-02-04 estade@chromium.org Mash: drag-move app windows from top of screen
2019-02-04 robertogden@chromium.org Change previews icon to new Lite Mode icon
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 37861ac10602..adbbe20241db (2 commits)
2019-02-04 dgrogan@chromium.org [css-tables] Subpixel cell height test that Chrome fails
2019-02-04 edchin@chromium.org [ios] Clean up imports in SnapshotCache
2019-02-04 majidvp@chromium.org Add examples to microbenchamrks documentation to provide more context
2019-02-04 chfremer@chromium.org [Video Capture] Fix more flakiness in WebRtcVideoCaptureServiceEnumerationBrowserTest
2019-02-04 isandrk@google.com [Locked Fullscreen] Disable split view when window is pinned
2019-02-04 sky@chromium.org chromeos: temporary work around for gpu-crash
2019-02-04 jamescook@chromium.org cros: Fix take-picture icon position in chrome://settings/changePicture
2019-02-04 xiaohuic@google.com assistant: remove deprecated pref
2019-02-04 etiennep@chromium.org [Task Scheduler]: Merge blocking and non-blocking pools.
2019-02-04 beccahughes@chromium.org [Media Session] Fix observer tests
2019-02-04 dtseng@chromium.org Fix crash when rapidly creating/removing tabs
2019-02-04 timvolodine@chromium.org [AW NS] Add handling of referrer header and redirects (shouldInterceptRequest)
2019-02-04 jkrcal@chromium.org [AF] Revert debug logs introduced for flakiness investigation
2019-02-04 kaznacheev@google.com Fix volume button state
2019-02-04 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in service
2019-02-04 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in cloud_print
2019-02-04 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in common/net
2019-02-04 rjascani@google.com [Fuchsia] Complete CreateDecoder FIDL transition
2019-02-04 cbiesinger@chromium.org [css-flexbox] Don't apply min-height: auto to children with percentage heights
2019-02-04 xdai@chromium.org Remove shelf background blur when in overview.
2019-02-04 weidongg@chromium.org Fix crash for dragging app while syncing
2019-02-04 smirnov-maxim@yandex-team.ru "Load image" context menu item adaptation for broken images
2019-02-04 gab@chromium.org [MessagePump] Stage MessagePump::Delegate::DoSomeWork()
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3f5a479280cc..612345523a8d (2 commits)
2019-02-04 gerchiko@microsoft.com Initial support for WorkletAnimation.playbackRate
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 45c7f2def3e9..93d263494eb3 (1 commits)
2019-02-04 boliu@chromium.org android: Remember destroy stack for WebContents
2019-02-04 weidongg@chromium.org Fix search box blinking issue for docked magnifier
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc a34d7766c56a..8573aae7d0fd (17 commits)
2019-02-04 wangxianzhu@chromium.org [CI] Stricter check for null paint properties in PropertyTreeState
2019-02-04 vkuzkokov@chromium.org Use |base::Value| for job settings in PrintPreviewHandler
2019-02-04 jdoerrie@chromium.org [Passwords] Create UI Flag for HTTP FOAS
2019-02-04 dvadym@chromium.org Do not choose field if it was already chosen.
2019-02-04 wangxianzhu@chromium.org Don't trace property tree in "cc" category and add trace for PAC::Update
2019-02-04 nicolaso@chromium.org Disable managed UI for Unicorn accounts
2019-02-04 mpearson@chromium.org Omnibox Triage Process - Fix Low-Priority Date
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 52d861bd49cc..d94af1736d98 (1 commits)
2019-02-04 mdjones@chromium.org Add histograms for recording time until first action after omnibox focus
2019-02-04 piman@chromium.org [Reland] Access textures via shared images in RasterDecoderImpl::DoCopySubTextureINTERNAL
2019-02-04 sky@chromium.org chromeos: changes AccessibilityPanel to use Widget::InitParams
2019-02-04 kaznacheev@google.com Do not show app shortcuts for apps not present in launcher
2019-02-04 jbroman@chromium.org gin: Implement ObjectTemplateBuilder::SetLazyDataProperty.
2019-02-04 penghuang@chromium.org Fix the WebView + SkiaRenderer doesn't work with fbo problem
2019-02-04 raul@tambre.ee //content: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-04 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in mobile
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8c14038e56c3..88e58a7912a2 (1 commits)
2019-02-04 juanmihd@chromium.org Making CreateUploader more strongly typed using GURL
2019-02-04 beccahughes@chromium.org [Media Session] Enable service by default on Win/Mac
2019-02-04 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in net
2019-02-04 carlscab@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in chromedriver
2019-02-04 treib@chromium.org sync_ui_util: Replace assign() calls on output params with actual assignment
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader cd610c9a9dbc..3f5a479280cc (1 commits)
2019-02-04 danyao@chromium.org [Payment Request] Implement hasEnrolledInstrument behind feature flag.
2019-02-04 reed@google.com move metadata to paint_canvas
2019-02-04 kvitekp@chromium.org Removed Emulation.OnVirtualTimeAdvanced and OnVirtualTimePaused events.
2019-02-04 raphael.kubo.da.costa@intel.com Mark WPT's multicol-span-all-006.html as crashing in layout_ng_experimental
2019-02-04 fhorschig@chromium.org [Mfill Android] Fix RTL for v1 accessory password suggestions
2019-02-04 ahaas@chromium.org [v8][wasm] Replace use of deprecated V8::TryHandleSignal API
2019-02-04 hgrandinetti@chromium.org Add more test cases to screen time controller
2019-02-04 fdoray@chromium.org Base: Allow PostTaskAndReply w/o sequence when target TaskRunner doesn't accept tasks.
2019-02-04 treib@chromium.org More small cleanups in sync_ui_util
2019-02-04 marinaciocea@chromium.org [Sheriff] Mark test flaky on Mac:
2019-02-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.67.
2019-02-04 mmoskvitin@google.com [Sync] Move SyncUserSettingsImpl to components/sync/driver
2019-02-04 marcin@mwiacek.com Improve Notification @IntDef
2019-02-04 mkwst@chromium.org Implement `Sec-CH-Lang`
2019-02-04 kmackay@chromium.org [Chromecast] Fix volume slewing
2019-02-04 kevers@chromium.org Fix DCHECK failure in RotateTransformOperation
2019-02-04 mmenke@chromium.org Delete SSLClientSocketPool.
2019-02-04 mheikal@chromium.org Fix homescreen longpress incognito icon
2019-02-04 marinaciocea@chromium.org [Sheriff] Disable flaky test on android: WebglConformance_conformance_textures_image_bitmap_from_video_tex_2d_alpha_alpha_unsigned_byte
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cf71d62baa94..7368d34793bc (1 commits)
2019-02-04 hans@chromium.org Fix infra/config/global/PRESUBMIT.py
2019-02-04 treib@chromium.org Cleanup in sync_ui_util::GetMessagesForAvatarSyncError
2019-02-04 marinaciocea@chromium.org [Sheriff] Disable flaky VideoTraceTest_DirectComposition_ tests on win10.
2019-02-04 geofflang@chromium.org Revert "Another try on enabling ResourceLoadViaDataPipe"
2019-02-04 battre@chromium.org Record UKMs for filling assistance
2019-02-04 szermatt@chromium.org [Autofill Assistant] Fix overlay when there's no autostartable script.
2019-02-04 bmcquade@chromium.org Revert "Make FID main frame only in page_load_metrics"
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 69130631e23d..8c14038e56c3 (1 commits)
2019-02-04 cjgrant@chromium.org Unify Monochrome bundle targets in the top-level template
2019-02-04 sdefresne@chromium.org Remove uses of deprecated override of PrefValueMap::SetValue
2019-02-04 chouinard@chromium.org [Chromeshine] Suspensions native side of bridge.
2019-02-04 nhiroki@chromium.org PlzWorker: Update loader factory info for AppCache in WorkerScriptFetchInitiator, not in SharedWorkerHost
2019-02-04 tonikitoo@igalia.com Remove SigninManagerFactory::Observer from //chrome and //ios/chrome factories
2019-02-04 vogelheim@chromium.org Origin Policy: Move interstital to security_interstitials::* infrastructure.
2019-02-04 foolip@chromium.org Remove final .gitkeep files in wpt/webaudio/
2019-02-04 droger@chromium.org [signin] Only accept http and https URLs as the Gaia continue_url
2019-02-04 obrufau@igalia.com [css-grid] Handle indefinite percentages in fit-content()
2019-02-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.64.
2019-02-04 flackr@chromium.org Add custom timeout to EventWatcher to get better failures on wpt test.
2019-02-04 fwang@igalia.com Import MathML WPT tests without running them
2019-02-04 mattcary@chromium.org Orderfile: support outlined symbols.
2019-02-04 treib@chromium.org sync_ui_util::GetStatusInfo(): Don't handle null SyncService
2019-02-04 treib@chromium.org Small cleanup in sync_ui_util.cc
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 21ca3702f8eb..69130631e23d (2 commits)
2019-02-04 chouinard@chromium.org [Chromeshine] Correct Java types for bridge.
2019-02-04 marinaciocea@chromium.org Revert "Send Visual Features in PhishGuard pings"
2019-02-04 fergal@chromium.org Make this test stable by ensuring a stable order of testing.
2019-02-04 rayankans@chromium.org Disable flaky test on Android
2019-02-04 raul@tambre.ee //chrome: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 03e9ac4a9e0c to cdee6662a447
2019-02-04 carlscab@google.com Annotate blocking call in TaskQueueImpl
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 8af4b4b64443..b486e0449be3 (10 commits)
2019-02-04 marinaciocea@chromium.org Revert "Let renderer know about loading state for new proxies."
2019-02-04 reed@google.com add SK_SUPPORT_LEGACY_CANVAS_METADATA flag
2019-02-04 carlscab@google.com Get TypeId to work with the msvc compiler.
2019-02-04 jdemeulenaere@google.com [Autofill Assistant] Extract touchable area from AssistantOverlayState.
2019-02-04 grunell@chromium.org Add "Permission denied by system" enum value in getUserMedia result histogram.
2019-02-04 tkent@chromium.org Simplify member functions of MarkupAccumulator, and adjust their level
2019-02-04 drott@chromium.org Segment by emoji presentation with grammar-based scanner
2019-02-04 nikitapodguzov@chromium.org Add kDevicePolicyExternalDataResourceCacheSize in policy_constants.
2019-02-04 tkent@chromium.org Remove AppendText() and AppendEndTag() override in SerializerMarkupAccumulator
2019-02-04 tkent@chromium.org Fix confusing method names of MarkupAccumulator and MarkupFormatter
2019-02-04 vkuzkokov@chromium.org Simplify PrinterHandler::StartPrint API
2019-02-04 acostinas@google.com Add CertificateManagementAllowed policy
2019-02-04 clamy@chromium.org Remove members from NavigationHandleImpl 3
2019-02-04 marinaciocea@chromium.org Revert "[Sheriff] Disable flaky DiscardsTests."
2019-02-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.60.
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d1c254a2b093..cf71d62baa94 (1 commits)
2019-02-04 sdefresne@chromium.org Remove uses of deprecated override of PrefValueMap::SetValue
2019-02-04 rmcilroy@chromium.org [Gin] Add feature flag to control V8's bytecode flushing.
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn baa3741c9fbe..d1be0e707708 (2 commits)
2019-02-04 bashi@chromium.org Remove blink::WebMemoryPressureListener::OnMemoryStateChange()
2019-02-04 the_jk@opera.com Avoid crashing on Android devices with only 256 MB RAM.
2019-02-04 marinaciocea@chromium.org [Sheriff] Disable flaky DiscardsTests.
2019-02-04 battre@chromium.org Fix variable to match the semantics
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ed5b05c85aaa..d1c254a2b093 (1 commits)
2019-02-04 jsca@google.com Remove trailing slash from emoji-segmenter DEPS path.
2019-02-04 pcc@chromium.org Embed pwa.html in a browser test.
2019-02-04 kinuko@chromium.org Quick Fix {Pause,Resume}ReadingBodyFromNet handling in PrefetchURLLoader
2019-02-04 edchin@chromium.org [ios] Fix snapshot size and image view
2019-02-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.59.
2019-02-04 nhiroki@chromium.org Worker: Rename content/renderer/shared_worker/ to content/renderer/worker/
2019-02-04 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /third_party/blink/renderer/core.
2019-02-04 rhalavati@chromium.org Update incognito window counter's dialog and toolbar button.
2019-02-04 robsc@chromium.org Changes to support fast app reinstall into the zero-state search results.
2019-02-04 yhirano@chromium.org Promise created to disturb stream should be marked as handled
2019-02-04 xiaochengh@chromium.org [LayoutNG] Allow hit test to enter inline boxes to search for floats
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 58ec42392f4e..ed5b05c85aaa (4 commits)
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9c7a006a8e2d..21ca3702f8eb (2 commits)
2019-02-04 rakina@chromium.org Make FindStringBetweenPositions use FindBuffer and activate invisible matches
2019-02-04 xiaochengh@chromium.org Ensure text control entrance when generating clipboard text
2019-02-04 toyoshim@chromium.org Hide X-Client-Data processes behind the variations::VariationsHttpHeaders
2019-02-04 tkent@chromium.org Clarify |Namespaces| is always non-null in MarkupAccumulator
2019-02-04 edchin@chromium.org [ios] Improve BVC tab close animation
2019-02-04 ricea@chromium.org WritableStream abort(): handle locked stream correctly
2019-02-04 bashi@chromium.org Rename blink::MemoryCoordinator to blink::MemoryPressureListener
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5e7e7a4738ea..58ec42392f4e (2 commits)
2019-02-04 yhirano@chromium.org Move BufferingBytesConsumer from core/fetch to platform/loader
2019-02-04 sammc@chromium.org Convert Files App integration test_util and remote_call to async-await.
2019-02-04 harrisjay@chromium.org Updates installability check to work with multiple service workers.
2019-02-04 nhiroki@chromium.org Worker: Implement off-the-main-thread shared worker script fetch behind a flag
2019-02-04 ricea@chromium.org Reland "Add StreamStartAlgorithm type" and fix bug
2019-02-04 joelhockey@chromium.org Roll src/third_party/cros_system_api/ 443f025d0..9ae41aa06 (5 commits)
2019-02-04 rhalavati@chromium.org Move disk touching activities of ObfuscatedFileUtil to a delegate.
2019-02-04 yhirano@chromium.org SRIVerifier should use BytesConsumer instead of WebDataConsumerHandle
Created with:
gclient setdep -r ../src@6c1a9ccaf5
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=fmalita@google.com
Change-Id: Ic6330b5b634a9f6d95d70dbebd76ea8c65750005
Reviewed-on: https://skia-review.googlesource.com/c/189503
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-05 09:31:54 +00:00
skia-recreate-skps
0783aca7ba
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I230a280cebae3a3ca239e3170dcd5d9ed8a80fd5
Reviewed-on: https://skia-review.googlesource.com/c/189501
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-05 05:57:54 +00:00
Robert Phillips
bb60677d52
Move caps and FP factory cache to GrContext_Base
...
Both GrContext and GrContextThreadSafeProxy had their own copies. This centralizes ownership and standardizes how all the contexts get initialized.
Change-Id: Ib2e418fbb53fcd6b0054789ef30a5fc4a3d80b20
Reviewed-on: https://skia-review.googlesource.com/c/189305
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-05 01:31:05 +00:00
Greg Daniel
2d35a1c875
Move texture release proc to GrSurface so that render targets can also have releases.
...
Bug: skia:
Change-Id: I65e7872057110295376ad76e0656a47bca3f712d
Reviewed-on: https://skia-review.googlesource.com/c/188633
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-05 00:37:54 +00:00
recipe-roller
69e7808169
Roll recipe dependencies (trivial).
...
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.
depot_tools:
https://crrev.com/26ffa944643443f809b6eed9646821abe1d706ee bot_update: Assume everything after the first @ is part of the revision. (ehmaldonado@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I70833087a656a092f99085feacfab94ac35e8ccd
Reviewed-on: https://skia-review.googlesource.com/c/189283
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-04 23:50:14 +00:00
skia-autoroll
67d44bb969
Roll third_party/externals/swiftshader 612345523a8d..049ff3873334 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/612345523a8d..049ff3873334
git log 612345523a8d..049ff3873334 --date=short --no-merges --format='%ad %ae %s'
2019-02-04 chrisforbes@google.com Split Object::Kind::Variable
Created with:
gclient setdep -r third_party/externals/swiftshader@049ff3873334
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: I0c7efc0a4f44062eb6b57d657854922eab98f5a8
Reviewed-on: https://skia-review.googlesource.com/c/189193
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-04 23:35:43 +00:00
Ben Wagner
79ac5081d5
Extend GetAlphaTextureBounds workaround.
...
On large glyphs GetAlphaTextureBounds returns empty bounds but no error
when the glyph does, in fact, have non empty bounds. An existing work
around exists to fall back to aliased bounds which are more likely to
give correct results. This workaround was added specifically for falling
back to aliased bounds in the case cleartype bounds were not available,
but this is now also possible with the new grayscale bounds. Extend the
workaround to grayscale bounds as well.
Bug: chromium:926885
Change-Id: Ib7b2028b48a3cb0268f2af8eebbe7b0889391dae
Reviewed-on: https://skia-review.googlesource.com/c/189300
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-04 23:23:54 +00:00
Ben Wagner
0b46a39820
Make HR* macros statements.
...
Currently HR* macros expand to block expressions which neither need nor
require a closing semicolon. Since at the use site these macros look
like statements which should use a closing semicolon, change the macro
definition to be a statement. This should also fix many warnings around
unneeded semicolons.
Change-Id: I288fdfefa083c6e04a1e7b0a055c8972b7e8b367
Reviewed-on: https://skia-review.googlesource.com/c/189301
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-04 22:51:04 +00:00
Robert Phillips
9da87e0e98
Rename GrContext::contextPriv to priv
...
Mechanical. This makes the priv() accessor the same for all the context types.
Change-Id: I40850eb05a33b8d7cc3eabdd42226d24b2ba58aa
Reviewed-on: https://skia-review.googlesource.com/c/189164
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-04 22:13:14 +00:00
Brian Osman
50ea3c06b8
Add support for MSVC run-time checks (and control flow guard)
...
This enables four different options in the compiler, described
below. I also added enough masks to satisfy RTCc when running
all GMs in both 8888 and gl configs.
---
/RTCc - Detects when a value is assigned to a smaller data
type and results in data loss. This happens even when casting.
Masking is required to suppress this.
/RTCs - Various stack-related checks, including uninitialized
data (by initializing locals to a non-zero value), array bounds
checking, and stack pointer corruption that can occur with a
calling convention mismatch.
/RTCu - Reports when a variable is used without having been
initialized. Mostly redundant with compile-time checks.
/guard:cf - This is more of a security option, that computes
all possible targets for indirect calls at compile time, and
verifies that those are the only targets reached at compile
time. Also generates similar logic around switch statements
that turn into jump tables.
Bug: skia:
Change-Id: I7b527af8fd67dec0b6556f38bcd0efc3fd505856
Reviewed-on: https://skia-review.googlesource.com/c/188625
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-04 20:55:24 +00:00
recipe-roller
f5f0cd8063
Roll recipe dependencies (trivial).
...
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.
recipe_engine:
https://crrev.com/1886f5a16a7736b63988858884cf7f7f7adf3637 [swarming] Fix typos (joshuaseaton@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9484553bae6ea0a03d6c8d25ab194b3f6044843c
Reviewed-on: https://skia-review.googlesource.com/c/189281
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-04 20:30:32 +00:00
Hal Canary
92170de803
SkPDF to use aliased em bounds.
...
This restores previous behavior and works around a chromium issue.
The underlying issue in DirectWrite will need to be worked around
as well.
Bug: chromium:926885
Change-Id: I6a6cbd04db66066ad258df62d3c9fc8056c33c7f
Reviewed-on: https://skia-review.googlesource.com/c/189167
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-04 18:47:22 +00:00
skia-autoroll
da85a1068c
Roll third_party/externals/swiftshader 3f5a479280cc..612345523a8d (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/3f5a479280cc..612345523a8d
git log 3f5a479280cc..612345523a8d --date=short --no-merges --format='%ad %ae %s'
2019-02-04 sugoi@google.com Support for usage in memory requirements
2019-02-04 chrisforbes@google.com Adjust interface extraction to account for split types
Created with:
gclient setdep -r third_party/externals/swiftshader@612345523a8d
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: I4f2943dad099cd2237ad1076a95097b1b4ee1f51
Reviewed-on: https://skia-review.googlesource.com/c/189187
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-04 18:47:12 +00:00
Mike Reed
9d895824c6
templatize drawString
...
Bug: skia:
Change-Id: Icd1104bfb88e324458d89e40633ddc01f131c4e9
Reviewed-on: https://skia-review.googlesource.com/c/189165
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-04 18:18:22 +00:00
Greg Daniel
950dfd7cc2
Minor clean ups to vulkan hardware buffer test.
...
Bug: skia:
Change-Id: I280556d4691a762402d2a94959bd6fda614bc39c
Reviewed-on: https://skia-review.googlesource.com/c/189168
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-02-04 18:14:22 +00:00
Robert Phillips
c1541ae25f
Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base
...
The main thrust of this CL is to bring the GrContextThreadSafeProxy into the fold.
Change-Id: I8f457d5b75c69f89beac3a0035b1c05ba5d3b931
Reviewed-on: https://skia-review.googlesource.com/c/188622
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-04 18:08:57 +00:00
Mike Reed
69da42f188
remove metadata from canvas
...
Bug: skia:
Change-Id: Id8eefff4f65317d749f4b96620a5e469425b4c4a
Reviewed-on: https://skia-review.googlesource.com/c/189169
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-04 18:06:42 +00:00
Herb Derby
2e845910be
Benchmark for charToGlyph
...
Change-Id: Id8c7a37c62b596b9f73e331d9a3e36ccd3a51513
Reviewed-on: https://skia-review.googlesource.com/c/188461
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-04 18:03:52 +00:00
Chris Dalton
d7a5a1d27e
Add a central skiagm::GM::DrawFailureMessage for error messages
...
Bug: skia:8731
Change-Id: If73216bd427a1ce773fa41044a45c1bbd7ea08e9
Reviewed-on: https://skia-review.googlesource.com/c/189124
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-04 17:49:42 +00:00
skia-autoroll
5ded993429
Roll third_party/externals/swiftshader cd610c9a9dbc..3f5a479280cc (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/cd610c9a9dbc..3f5a479280cc
git log cd610c9a9dbc..3f5a479280cc --date=short --no-merges --format='%ad %ae %s'
2019-02-04 sugoi@google.com vkCmdSetEvent/vkCmdResetEvent implementation
Created with:
gclient setdep -r third_party/externals/swiftshader@3f5a479280cc
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=fmalita@google.com
Change-Id: Ia36bc2f2d5dc4592cbc9ed160d1cae9bab9e3f0c
Reviewed-on: https://skia-review.googlesource.com/c/189182
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-04 17:17:32 +00:00
Leon Scroggins III
698219efd3
Remove temporarily_sanitize
...
Added as part of https://skia-review.googlesource.com/c/skia/+/132261/
As I understand it, this is no longer needed to prevent linear blending.
Change-Id: Ieddf1a86f2d5c6c874217549099a4168d2c44b47
Reviewed-on: https://skia-review.googlesource.com/c/189166
Commit-Queue: Leon Scroggins <scroggo@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Leon Scroggins <scroggo@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-04 16:30:52 +00:00
Mike Klein
c3b4790332
use std::underlying_type
...
Change-Id: If05a8e99c5754859a2b04f040097eff3461a42e6
Reviewed-on: https://skia-review.googlesource.com/c/189220
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-04 16:27:22 +00:00
Mike Reed
88e58a7912
remove legacy includes
...
Bug: skia:
Change-Id: Id7528ad49c977524b0d12de58b41d93690624f1c
Reviewed-on: https://skia-review.googlesource.com/c/189162
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-04 16:05:14 +00:00
Mike Reed
8c14038e56
hide getMetaData()
...
Bug: skia:
Change-Id: I2b513d4c5868bc0d4cdcdf0c95cc35e90c98f9a1
Reviewed-on: https://skia-review.googlesource.com/c/188824
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-04 14:21:02 +00:00
skia-autoroll
69130631e2
Roll ../src ccf3465732e5..950d2f4a3353 (57 commits)
...
ccf3465732..950d2f4a33
git log ccf3465732e5..950d2f4a3353 --date=short --no-merges --format='%ad %ae %s'
2019-02-04 lucmult@chromium.org [CrOS] Add tapted@ as OWNERS for Audio, Video and Gallery
2019-02-04 shimazu@chromium.org Another try on enabling ResourceLoadViaDataPipe
2019-02-04 joelhockey@chromium.org Substitute $i18n{} values in FilesApp main.html to generate test.html
2019-02-04 hollingum@google.com Fixed a bug where the crostini folder was "unnamed"
2019-02-04 falken@chromium.org Simplify the WebServiceWorkerNetworkProvider implementations for workers.
2019-02-04 xidachen@chromium.org Do DumpWithoutCrashing in TouchActionFilter
2019-02-04 joelhockey@chromium.org Crostini shared folder FilesApp menus
2019-02-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from e214ddb22d3f to 03e9ac4a9e0c
2019-02-04 dstaessens@chromium.org media/gpu/test: Move video decoder test environment to a separate file.
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 30d3c47e1aa6..5e7e7a4738ea (2 commits)
2019-02-04 kouhei@chromium.org Enable SignedHTTPExchange feature by default
2019-02-04 rakina@chromium.org Detemplatize FindRangeOfStringAlgorithm() and FindStringBetweenPositions()
2019-02-04 tkent@chromium.org Move AppendAttributeAsXMLWithNamespace(), AppendNamespace(), ShouldAddNamespaceAttribute()
2019-02-04 rakina@chromium.org Make Editor::FindString use flat-tree FindRangeOfString
2019-02-04 dstaessens@chromium.org media/gpu/test: New video decode accelerator test additional cleanup.
2019-02-04 chrome-release-bot@chromium.org Updating trunk VERSION from 3693.0 to 3694.0
2019-02-04 hashimoto@chromium.org dbus: Validate message field values
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d7acdf596ec4..30d3c47e1aa6 (1 commits)
2019-02-04 ksakamoto@chromium.org SignedExchange: Add http_structured_header::ParseListOfLists()
2019-02-04 danielng@google.com Installation functionality for Crostini App search
2019-02-04 takise@chromium.org Expand PiP when the shelf icon is pressed.
2019-02-04 tkent@chromium.org Fold MarkupFormatter::AppendAttribute() into its callsites.
2019-02-04 falken@chromium.org service worker: Remove ThreadLocalStorage for ServiceWorkerContextClient.
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f58999a7c916..d7acdf596ec4 (3 commits)
2019-02-04 bashi@chromium.org worker: Fix some typo
2019-02-04 hiroh@chromium.org media/gpu/vaapi: Store one fd in VASurfaceAttribExternalBuffers in CreateVASurfaceForPixmap()
2019-02-04 lucmult@chromium.org Revert "Add BUILD.gn for ui/base/user_activity"
2019-02-04 marcin@mwiacek.com Update Error @IntDef inside WebApkVerifySignature
2019-02-04 finnur@chromium.org Contacts Picker: Add empty view when results are empty.
2019-02-04 dstaessens@chromium.org media/gpu/test: New video decode accelerator test cleanup.
2019-02-04 ortuno@chromium.org bluetooth: Split WebUI test API into more granular functions and add more tests
2019-02-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0453f7a9542c..f58999a7c916 (2 commits)
2019-02-03 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.58.
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1ef5345d7c19..0453f7a9542c (4 commits)
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from abaee0ce1a37 to e214ddb22d3f
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 32d8cce070dd..9c7a006a8e2d (1 commits)
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e60f52aa1f99..1ef5345d7c19 (1 commits)
2019-02-03 jam@chromium.org Configure Cast's NetworkContexts for proxy settings when network service is enabled.
2019-02-03 edchin@chromium.org [ios] Remove snapshot in prerender
2019-02-03 tangltom@chromium.org [unified-consent] Record sync data types after advanced opt-in
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8881b28c5f30..e60f52aa1f99 (3 commits)
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b6201a358e89..8881b28c5f30 (2 commits)
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7681ae8d5a1a..b6201a358e89 (1 commits)
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 74bbe9f886cf to abaee0ce1a37
2019-02-03 thakis@chromium.org Roll clang 352138:352921.
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 09af5fc077a8..7681ae8d5a1a (1 commits)
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 71e434dc9dea..32d8cce070dd (1 commits)
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0d59f50c9800..09af5fc077a8 (3 commits)
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia d396dd0347d3..71e434dc9dea (1 commits)
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2e1f947b9888..0d59f50c9800 (2 commits)
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0d84e805c30c..d396dd0347d3 (1 commits)
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c078b1b9239a..2e1f947b9888 (1 commits)
2019-02-03 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.57.
2019-02-03 leon.han@intel.com [OnionSoup] Move embedded_worker.mojom from //content into Blink
2019-02-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from e32f40c1066f to 74bbe9f886cf
2019-02-03 aluo@chromium.org Added filter and module options to run_cts.py
2019-02-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c4f7f19307e1..c078b1b9239a (3 commits)
Created with:
gclient setdep -r ../src@950d2f4a33
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=fmalita@google.com
Change-Id: If4f13a1614c47d93dccf18ca66a3e404cc5ceeae
Reviewed-on: https://skia-review.googlesource.com/c/189107
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-04 07:22:49 +00:00
skia-recreate-skps
50fe557b55
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I2b023f93e36f1317890d8d16ffe2a112c1babb0b
Reviewed-on: https://skia-review.googlesource.com/c/189125
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-04 06:15:43 +00:00
Chris Dalton
21ca3702f8
Remove GM::onDrawBackground
...
Bug: skia:8731
Change-Id: Ied8f3035eff1c37dd4b785f850f95a8c56a8a67b
Reviewed-on: https://skia-review.googlesource.com/c/188632
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-04 05:57:23 +00:00
Robert Phillips
b45f47dc3e
Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2)
...
TBR=bsalomon@google.com
Change-Id: Iee9d64dd39d5f3269428822582b754c4981812d7
Reviewed-on: https://skia-review.googlesource.com/c/188825
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-03 23:06:13 +00:00
Brian Salomon
9c7a006a8e
Remove NoPendingIO flags from buffer creations.
...
Now that we're keeping refs on GrBuffers during flush, we shouldn't
need to specify this flag.
Change-Id: Idbe08e84d23690d6c9e94f23f2c4507a2e965aff
Reviewed-on: https://skia-review.googlesource.com/c/188635
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-02-03 16:59:43 +00:00