recipe-roller
f9d2d64322
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/db5c5ade84ad189bec76131effcb8309a9a287b9 gclient: Fetch refs/{branch-heads,tags}/* if needed. (ehmaldonado@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia937f2b53a9869b8d26bdb74816c34faaf4a3497
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198605
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-07 16:28:39 +00:00
Mike Reed
2539429036
undo old colorspace hacks related to savelayers
...
... there appears also to be a bug in the 'global' imagefiltercache,
where it doesn't respect the outputProps colorspace..?
Bug: skia:8793, skia:8830
Change-Id: Ib8a113fa21eae5f581b44b051a790be9133aa411
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198247
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-07 16:26:49 +00:00
Brian Salomon
88b8d1124b
Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."
...
This reverts commit 9ac0407006
.
Reason for revert: Breaking DDL Win10 skpbench bot
Original change's description:
> Distinguish between "flushed" and "finished" idle state callbacks on GrTexture.
>
> This is necessary to convert the promise image API to call Release when all
> work is flushed and Done when all work is complete (future work).
>
> Change-Id: I9745952bb0978ca2aaa79aeed460730b2fea856e
> Bug: skia:8800
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197163
> Commit-Queue: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Robert Phillips <robertphillips@google.com>
TBR=egdaniel@google.com ,bsalomon@google.com,robertphillips@google.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: skia:8800
Change-Id: I5e6c4ea072beb4fb67a53d2ea2b007a7d201799d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198603
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-03-07 15:47:59 +00:00
Florin Malita
4025710b75
[skottie] Use std::chrono for load time stats
...
Bug: skia:8803
Change-Id: I56a6596a62557ed994c2ff1161367532f405a08e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198601
Commit-Queue: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-07 15:32:39 +00:00
Brian Salomon
d716d4402a
Revert "Change promise image contract to for when Release and Done are called."
...
This reverts commit c5e8e150c8
.
Reason for revert: Reverting to revert 9ac0407006
https://skia-review.googlesource.com/c/skia/+/197163
Original change's description:
> Change promise image contract to for when Release and Done are called.
>
> Now Release is called when all work related to the SkImage is flushed
> and Done is called when it is finished on the GPU in Vulkan. In GL they
> are still both called back-to-back after flushing.
>
> Bug: skia:8800
> Change-Id: I990be7b9ebef8411590afd860ef40511fb5fee32
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198165
> Commit-Queue: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Robert Phillips <robertphillips@google.com>
TBR=egdaniel@google.com ,bsalomon@google.com,robertphillips@google.com
Change-Id: I13e8211d89ed1b7694c2d7734eeaaf4ba9ad410a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8800
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198602
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-03-07 15:23:41 +00:00
Herb Derby
a677af71b2
Removed unused fallback code
...
Change-Id: I2dc9cde4bd7b7b54e7de677455b38fb3c9b86edb
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198242
Auto-Submit: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-07 15:21:09 +00:00
Kevin Lubick
ec841f71ee
[canvaskit] Increase timeout and add logging to further diagnose test flakiness
...
Bug: skia:8810
Change-Id: Ie1ddbd70a7521aaf7bd0e9fda7ad7a53a01db4b7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198600
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-07 15:08:16 +00:00
Mike Klein
be27245416
fix f16norm mips
...
Change-Id: Ibfcf5e3aba33800e6f63de633cbde197a3b17057
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198222
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-07 15:03:59 +00:00
Brian Salomon
c5e8e150c8
Change promise image contract to for when Release and Done are called.
...
Now Release is called when all work related to the SkImage is flushed
and Done is called when it is finished on the GPU in Vulkan. In GL they
are still both called back-to-back after flushing.
Bug: skia:8800
Change-Id: I990be7b9ebef8411590afd860ef40511fb5fee32
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198165
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-03-07 13:43:59 +00:00
Mike Reed
b8b05e6be0
remove dead SK_SUPPORT_LEGACY_CHOOSERASTERPIPELINE code
...
Bug: skia:8793
Change-Id: I6f7f794f3734b709383ad73402cf1042cc2d68f7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198251
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-07 12:26:29 +00:00
skia-autoroll
4c1ea43a79
Roll third_party/externals/swiftshader 952d27384a7e..45faa0849352 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/952d27384a7e..45faa0849352
git log 952d27384a7e..45faa0849352 --date=short --no-merges --format='%ad %ae %s'
2019-03-07 bclayton@google.com VKPipeline: Log any errors produced by the SPIR-V optimizer
Created with:
gclient setdep -r third_party/externals/swiftshader@45faa0849352
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=reed@google.com
Change-Id: I9d03ab7872ed2c9a790498ec6072c504f8968f97
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198401
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-07 10:49:38 +00:00
skia-autoroll
8e9850cc95
Roll third_party/externals/swiftshader 2995dc2a67c7..952d27384a7e (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/2995dc2a67c7..952d27384a7e
git log 2995dc2a67c7..952d27384a7e --date=short --no-merges --format='%ad %ae %s'
2019-03-07 bclayton@google.com Fix windows build
Created with:
gclient setdep -r third_party/externals/swiftshader@952d27384a7e
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=reed@google.com
Change-Id: I2a374448574ed283596f4f8656924b9c87e67107
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198380
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-07 07:32:19 +00:00
skia-recreate-skps
52e620ffd0
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I6cc8a90b6fc524496fd40a6654017ab8e2e23d6c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198331
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-07 05:47:58 +00:00
Herb Derby
692122e3ef
Don't apply the view matrix twice for complicated fallback
...
In complicated fallback the matrix was being applied to create
the glyph cache and then rendering to the screen. Create the
glyphs with the identity matrix.
Change-Id: Ib399726ef73257f2890784c1f4ad598fef074ab3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198248
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-07 02:39:08 +00:00
skia-autoroll
e62d14c1d9
Roll third_party/externals/swiftshader bf943f67daa4..2995dc2a67c7 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/bf943f67daa4..2995dc2a67c7
git log bf943f67daa4..2995dc2a67c7 --date=short --no-merges --format='%ad %ae %s'
2019-03-07 chrisforbes@google.com Wire up depth and stencil attachments to pipeline
2019-03-06 bclayton@google.com Split regres test lists into full and CI lists.
Created with:
gclient setdep -r third_party/externals/swiftshader@2995dc2a67c7
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=reed@google.com
Change-Id: Ic0c810f59e2e4280063125aee727d1d74aa9e86a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198307
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-07 01:03:08 +00:00
Ben Wagner
0bb2db16d7
Correct argument order for blobs in viewer.
...
The glyph count goes before the offsets.
Change-Id: Ibc7120d174ee6098212430c1505c0c5f0e539a8a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198252
Auto-Submit: Ben Wagner <bungeman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-07 00:42:28 +00:00
skia-autoroll
be13cce6c7
Roll third_party/externals/swiftshader 76e9bc066b28..bf943f67daa4 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/76e9bc066b28..bf943f67daa4
git log 76e9bc066b28..bf943f67daa4 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 bclayton@google.com SpirvShader: Implement OpSelect
2019-03-06 bclayton@google.com SpirvShader: Add relational ops for ordered and unordered floats
Created with:
gclient setdep -r third_party/externals/swiftshader@bf943f67daa4
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=reed@google.com
Change-Id: If4169e84af8ad13f5661405b7c5e6ca3765b98a0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198304
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-07 00:02:28 +00:00
skia-autoroll
b4bb84abb1
Roll third_party/externals/angle2 e397949ec2db..14126505b237 (4 commits)
...
e397949ec2..14126505b2
git log e397949ec2db..14126505b237 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 jmadill@chromium.org Revert "Use a constexpr array for es3 copy conversion table."
2019-03-06 cwallez@chromium.org Revert "Allow enabling trace annotations"
2019-03-06 jmadill@chromium.org Disable non-conformant configs on official builds.
2019-03-06 syoussefi@chromium.org Vulkan: Decouple EGLSync from renderer serial
Created with:
gclient setdep -r third_party/externals/angle2@14126505b237
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=reed@google.com
Change-Id: I175b5864d394e0b65abc8c9dc8c6c125d8987b67
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198303
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 23:49:41 +00:00
recipe-roller
8376b4230c
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/64b31a70df43a9a0bd220a667a5d7ea500348879 [scheduler] Use buildbucket API instead of props (nodir@google.com )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I74febdc81afc0e7feed02ee86bee19f9b387fafe
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198253
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-06 23:49:28 +00:00
skia-autoroll
3c957d575c
Roll ../src 2f034a6e32fc..ca7eff86b174 (489 commits)
...
2f034a6e32..ca7eff86b1
git log 2f034a6e32fc..ca7eff86b174 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 xiaochengh@chromium.org [LayoutNG] Remove a stale TODO
2019-03-06 jamescook@chromium.org Fix text caret visibility after screen rotation on SingleProcessMash
2019-03-06 alph@chromium.org DevTools: Make line level profile support memory annotations.
2019-03-06 rtoy@chromium.org Add pending activity to keep Webaudio media nodes alive
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 767948b07604..c3ec692344cb (1 commits)
2019-03-06 robertogden@chromium.org Return IsBlacklisted = true by default if hints aren't loaded
2019-03-06 lfg@chromium.org Add a test that ensures that pointer events are not routed to portals.
2019-03-06 jlebel@chromium.org [iOS] Reenable unity tests
2019-03-06 sajjadm@google.com Exclude mojo for Android from a Chrome on Chrome OS coverage build.
2019-03-06 amusbach@chromium.org splitview: Fix animation parameters for fading out the preview area.
2019-03-06 lindsayw@google.com Decomm ios-webview, repurpose for ios13-beta-simulator, create ios12-beta tybot
2019-03-06 paulirish@chromium.org DevTools: Roll Lighthouse to 4.1.0
2019-03-06 manukh@chromium.org [omnibox chrome:omnibox]: Remove hidden text for boolean fields.
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a2179093ac06..0ab64c504cf5 (5 commits)
2019-03-06 hnakashima@chromium.org Each Profile owns its own SimpleFactoryKey.
2019-03-06 rajendrant@chromium.org LazyLoad: Change attribute from lazyload to load
2019-03-06 fs@opera.com Fix hit-testing of nested clip-paths with objectBoundingBox units
2019-03-06 gayane@chromium.org Entry point button should have a focus ring on keypress after mouse click.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 9ba187ae4751..3df5c7cf7b58 (1 commits)
2019-03-06 sky@chromium.org cc: avoid friending test
2019-03-06 hiroshige@chromium.org [Layered API] Implement origin trials: BuiltInModuleKvStorage
2019-03-06 jianli@chromium.org Intercept page download as offline page
2019-03-06 rouslan@chromium.org [Payment Request][Android] Cancel payment in tab overview mode.
2019-03-06 jdeblasio@chromium.org Cleanup Lookalike interstitial browser tests.
2019-03-06 sammiequon@google.com overview: Partial revert of dimming the wallpaper.
2019-03-06 jamescook@chromium.org Eliminate a parameter from ash::NonClientFrameController
2019-03-06 btolsch@chromium.org Remove UI thread WeakPtrFactory from DialService
2019-03-06 rijubrata.bhaumik@intel.com flags: remove enable-image-capture-api.
2019-03-06 tonikitoo@igalia.com Change blink::FileSystemDispatcher to take real subclasses
2019-03-06 btolsch@chromium.org Add third_party/openscreen/src to DEPS
2019-03-06 zmin@chromium.org Revert "Changed XRHandedness enum to 'none' from empty string"
2019-03-06 penghuang@chromium.org SkiaRenderer: Use the correct texture target to create promise image
2019-03-06 lazyboy@chromium.org Implement tab (content script) to Service Worker extension messaging.
2019-03-06 anthonyvd@chromium.org Add some enum entries to InitiationStatus
2019-03-06 nharper@chromium.org Add .gov domains to HSTS preload list as requested by dotgov
2019-03-06 rdevlin.cronin@chromium.org [Blink] Retroactive nit fixes
2019-03-06 bialpio@chromium.org Fix phone-ar.html WebXR sample
2019-03-06 mcasas@chromium.org Barcode detection Mac: Reenable using Vision framework
2019-03-06 vmpstr@chromium.org Isolation: Remove isolation if we have non-svg replaced content.
2019-03-06 skare@chromium.org Reland "Add flag for #omnibox-deduplicate-drive-urls"
2019-03-06 zmin@chromium.org Revert "Reland "[blink] Remove old script streamer thread""
2019-03-06 cmp@chromium.org IndexedDB: Convert bindings-inject-key.html to promise-based
2019-03-06 agawronska@chromium.org Extract TimeLimitOverride from usage_time_limit::internal.
2019-03-06 klausw@chromium.org Make laser longer, only show cursor on intersection
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 86f6ac086c8b..07f80c4df1b0 (1 commits)
2019-03-06 rkjnsn@chromium.org remoting: Add file-transfer policy, enabled by default.
2019-03-06 jkardatzke@google.com Fix placement of Feedback UI Cancel/Send Buttons
2019-03-06 zmo@chromium.org Fix two bugs in split_variations_cmd.py
2019-03-06 pnoland@chromium.org [Chromeshine] Rework consent flow and wording
2019-03-06 dmurph@chromium.org [IndexedDB] Fixed DisjointRangeLockManager usage in IndexedDB
2019-03-06 tonydeluna@chromium.org OOBE shelf: Only update session state if showing account picker.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 4c84dbdce271..9584fe43a9c2 (1 commits)
2019-03-06 xiaochengh@chromium.org Hoist VisibleSelection creation from SelectionController::SetNonDirectionalSelectionIfNeeded() to callers
2019-03-06 loonybear@chromium.org Update comments for parameterized feature policy
2019-03-06 morlovich@chromium.org AW: CookieManager: Remove redundant scheme check.
2019-03-06 palmer@chromium.org Answer more of people's questions about the Rule Of 2.
2019-03-06 enne@chromium.org Remove colorspace from BeginRasterCHROMIUM
2019-03-06 dmurph@chromium.org Revert "[SessionStorage] Resolve OpenSessionStorage at bind site"
2019-03-06 javierrobles@chromium.org [iOS][MF] Add more spacing on iPads
2019-03-06 rockot@chromium.org Add an IPC to force renderer crash from IO thread
2019-03-06 dbeam@chromium.org WebUI Dark Mode, Settings: update language page error/explanation colors
2019-03-06 manukh@chromium.org [omnibox chrome:omnibox]: Add a "copy" button to export to clipboard as JSON.
2019-03-06 ikilpatrick@chromium.org [LayoutNG] Fix ScrollbarAppearanceTest.NativeScrollbarChangeToMobileByEmulator
2019-03-06 nharper@chromium.org Add gov.uk without subdomains to HSTS Preload list
2019-03-06 bialpio@chromium.org Move non-chrome-specific web tests to external/wpt
2019-03-06 steimel@chromium.org [Global Media Controls] Prevent null RemoteCommandCenterDelegate crash
2019-03-06 bajones@chromium.org Changed XRHandedness enum to 'none' from empty string
2019-03-06 rbpotter@chromium.org Print Preview: Fix cut off ripples
2019-03-06 meacer@chromium.org Add an Android test for the lookalike interstitial
2019-03-06 chfremer@chromium.org [Video Capture] Wire |update_rect| through to AdaptedVideoTrackSource::OnFrame()
2019-03-06 robliao@chromium.org Remove base::OnceCallback<>::Equals
2019-03-06 sammiequon@google.com overview: Fix bug which item did not receive events when have backdrop.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 6195cd0e66d0..767948b07604 (1 commits)
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 8384d21f4cd0 to 30c5e3c76330
2019-03-06 ksolt@chromium.org DownloadDirectoryProvider: getUiThreadHandler -> PostTask
2019-03-06 cmp@chromium.org IndexedDB: Make IDBCursor.CursorContinue() use native Mojo callback
2019-03-06 bsheedy@chromium.org Improve Android RenderTest speed
2019-03-06 carlosil@chromium.org Refactor SSLCertificateErrorPageController
2019-03-06 chfremer@chromium.org [Video Capture Service] Multi-client: Add support for mixed buffer types
2019-03-06 agawronska@chromium.org a11y: Add accessible names to image buttons on ParentAccessView
2019-03-06 dbertoni@chromium.org [Extensions] Remove routing_id member from IOThreadExtensionFunction.
2019-03-06 edinkadric@google.com Enable EditableCombobox on Linux.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium ed5dc24c07a3..9ba187ae4751 (1 commits)
2019-03-06 zmin@chromium.org Disable MediaInternalsAudioLogTest.AudioLogCreateStartStopErrorClose
2019-03-06 ccameron@chromium.org MacPWAs: Fix duplicate bundle creation
2019-03-06 zmin@chromium.org Disable http/tests/devtools/elements/styles-4/stylesheet-source-url-comment.js
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0563888d3868..a2179093ac06 (3 commits)
2019-03-06 enga@chromium.org Move WebGPUDecoderImpl to separate files
2019-03-06 gayane@chromium.org Reland: Reset NTP customizations when all settings are reset.
2019-03-06 newcomer@chromium.org cros: Fix homecher with docked magnifier in tablet mode
2019-03-06 ahemery@chromium.org Removing NavigationRequest::TakeNavigationHandle.
2019-03-06 backer@chromium.org Make fuzzers work with DCHECKS
2019-03-06 zmin@chromium.org Disable VolumeManagerTest.OnRenameEvent_Completed
2019-03-06 penghuang@chromium.org Support ALPHA_8 & LUMINANCE_8 with Vulkan
2019-03-06 wez@chromium.org [Fuchsia] Update CastRunner to use ComponentContext to find services.
2019-03-06 jarrydg@chromium.org Quota: Add histograms for quota expansion experiment.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 7e68767e2fe2..0668403dfdd6 (1 commits)
2019-03-06 tienmai@chromium.org [GCPW] Create bitmap version of profile picture used for reauth
2019-03-06 jarrydg@chromium.org Quota: Add SequenceChecker to QuotaTemporaryStorageEvictor
2019-03-06 skyostil@chromium.org Feature flag to prioritize start up related tasks
2019-03-06 annelim@google.com [Autofill] Empty chrome://autofill-internals page
2019-03-06 ksolt@chromium.org [scheduler] Migration from ThreadUtils to BrowserThreadUtils.
2019-03-06 martiniss@chromium.org Add merge script directory
2019-03-06 mrobinson@igalia.com Have FindAccessibleTextBoundary return consistent sentence boundaries
2019-03-06 agl@chromium.org webui_explainer.md: expand upon AllowJavascript.
2019-03-06 vakh@chromium.org Remove unused test files from PVer3
2019-03-06 ellyjones@chromium.org mac: roll to Xcode 9.3.1 aka 10.13 SDK
2019-03-06 tonikitoo@igalia.com Switch ToCSSKeywordValue to use downcast helpers
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c854c371c89b..5abc126b0795 (1 commits)
2019-03-06 stkhapugin@chromium.org Dismiss the keyboard even when having no suggestions.
2019-03-06 ethavar@microsoft.com Finish implementing IRawElementProviderSimple2 for UIA
2019-03-06 loly@microsoft.com Fix GET /sessions issue if there is at least 1 session in W3C mode.
2019-03-06 nicolaso@chromium.org [BrowserSwitcher] Refresh sitelists every 30 minutes
2019-03-06 odejesush@chromium.org bluetooth: Add resources to device_unittests
2019-03-06 blundell@chromium.org [Identity] Rework how to enable OnExtendedAccountInfoRemoved() for tests
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia b085fa9c8c19..cb4eb612f02f (5 commits)
2019-03-06 lomitch@microsoft.com DevTools: Fix frontend localizability
2019-03-06 hbos@chromium.org RTCError: Make "message" optional and be the last argument.
2019-03-06 bratell@opera.com Add build dependency from the grit template to base
2019-03-06 ltenorio@chromium.org Rename Contained Shell to Kiosk Next Shell in tests.
2019-03-06 ender@google.com Extract omnibox flags to separate translation unit.
2019-03-06 sczs@chromium.org [ios] Creates InfobarCommands protocol.
2019-03-06 peconn@chromium.org 🛃 Make CustomTabTestUtils.bindWithCallback return both session and client.
2019-03-06 loly@microsoft.com Fix to restrict W3C commands while in W3C mode
2019-03-06 npm@chromium.org [ElementTiming] Notify when LayoutSVGImage will be destroyed
2019-03-06 eyor@google.com Send screen context as a text query
2019-03-06 ahemery@chromium.org Navigation: Reintroducing DidCommitProvisionalLoadInterceptor.
2019-03-06 chili@chromium.org [ExploreSites][Touchless]: Touchless NTP stubs
2019-03-06 rsorokin@chromium.org Implement AuthNegotiateDelegateByKdcPolicy
2019-03-06 arthursonzogni@chromium.org Do no use AppCache after a successful 304 response.
2019-03-06 nikitapodguzov@chromium.org Add PIN printing support check for CUPS IPP backend.
2019-03-06 andruud@chromium.org [css-properties-values-api] Syntax string parser.
2019-03-06 lukasza@chromium.org Adding 1 extensions to the allowlist.
2019-03-06 reed@google.com remove SK_SUPPORT_LEGACY_CHOOSERASTERPIPELINE flag
2019-03-06 frechette@chromium.org Adding improved geolanguage field trial testing config.
2019-03-06 digit@google.com base: Reduce base::Value size.
2019-03-06 zmin@chromium.org Disable http/tests/devtools/elements/styles-3/styles-add-blank-property.js
2019-03-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.294.
2019-03-06 tikuta@chromium.org [js2gtest] specify empty public header
2019-03-06 ksolt@chromium.org [scheduler] Migrating Android Webview to PostTask.runOrPostTask
2019-03-06 igorcov@chromium.org cryptohome: Add support for LockToSingleUserMountUntilReboot
2019-03-06 arthursonzogni@chromium.org Delete the NavigationURLLoader when its jobs ends.
2019-03-06 sajjadm@google.com Revert "Adding an exclusion list to the coverage wrapper script."
2019-03-06 carlosil@chromium.org Fix typo in mixed content experiment URL. TBR-ing since this is a
2019-03-06 javierrobles@chromium.org [iOS][MF] Change navigation bar color to white.
2019-03-06 frechette@chromium.org Never unblock the last blocked language.
2019-03-06 digit@google.com android: crazy_linker: Simplify device API level detection
2019-03-06 gilmanmh@google.com Rename Blink's High Contrast Mode to Dark Mode.
2019-03-06 jdeblasio@chromium.org Add user decision to lookalike UKM.
2019-03-06 tbansal@chromium.org Network Quality Estimator: Obsolete unused histograms
2019-03-06 vmpstr@chromium.org [DL]: Add async traces to indicate when the lock is acquired and in what state.
2019-03-06 jlebel@chromium.org [iOS] Adding accessibility to TableViewImageCell
2019-03-06 caitlinfischer@google.com Added unit tests for FormatPhoneNationallyForDisplay.
2019-03-06 tbansal@chromium.org Add tbansal to selective owner for histograms.xml
2019-03-06 tikuta@chromium.org [net] use link_deps for reporting_policy_proto
2019-03-06 jkrcal@chromium.org [Sync USS] Add a chrome://flags entry for USS Wallet Metadata
2019-03-06 npm@chromium.org [ElementTiming] Add request URL and responseEnd
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 141258c373d9..0563888d3868 (4 commits)
2019-03-06 tienmai@chromium.org [GCPW] Disable add user on "Other User" tile when in single user mode
2019-03-06 treib@chromium.org More cleanup in sync_ui_util.cc
2019-03-06 fmalita@chromium.org Clarify ImageRepSkia constructor arg ownership
2019-03-06 jonasolsson@chromium.org Reland new iceConnectionState implementation.
2019-03-06 thegreenfrog@chromium.org [ios] Add Unittests for FindInPageManager
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8defcc15b1b8..b085fa9c8c19 (5 commits)
2019-03-06 sky@chromium.org cc: change LayerImpl::GetEnclosingRectInTargetSpace() to match use in viz
2019-03-06 hbos@chromium.org Set webrtc-unified-plan-by-default expiry milestone and owners.
2019-03-06 zmin@chromium.org Only verify token during Profile creation.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 3a9f8f45de46..6195cd0e66d0 (3 commits)
2019-03-06 markusheintz@chromium.org [Security Events] Add chrome/browser/security_events folder with a skeleton of the SecurityEventRecorder
2019-03-06 zmin@chromium.org Disable fast/events/middleClickAutoscroll-nested-divs-forbidden
2019-03-06 sgilhuly@chromium.org Add diagnostic check in EvictSurfaces
2019-03-06 jkrcal@chromium.org [AF Wallet] Strenghten valid sequence DCHECKs for metadata bridge
2019-03-06 smcgruer@chromium.org Implement logical equality on CrossThreadStyleValues
2019-03-06 mahmadi@chromium.org [iOS][Translate] Makes translate EG tests not depend on network connection
2019-03-06 gambard@chromium.org [iOS][web] Move helper methods around
2019-03-06 ksolt@chromium.org [scheduler] Adding runOrPostTask to PostTask.
2019-03-06 hanxi@google.com Make CachedImageFetcherServiceFactory a SimpleKeyedServiceFactory
2019-03-06 alexclarke@chromium.org Fix MockTimeDomain::MaybeFastForwardToNextTask with immeniate task
2019-03-06 bungeman@chromium.org Roll src/third_party/freetype/src/ 6d65c60fc..31757f969 (2 commits)
2019-03-06 voit@google.com DeviceDisplayResolution: Fix recommended flag being ignored
2019-03-06 jlebel@chromium.org [iOS] Should turn on autocomplete wallet with sync everything toggle
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a1558ed6d1d1..141258c373d9 (1 commits)
2019-03-06 peconn@chromium.org 🛃 Allow subclasses to use safeExtraCallback.
2019-03-06 zmin@chromium.org Reland "innerText setter should not modify an existing Text child"
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/spirv-headers/src dc3db3a5ae5e..03a081524afa (1 commits)
2019-03-06 gambard@chromium.org [iOS][web] Cleanup CRWebController ivar
2019-03-06 rijubrata.bhaumik@intel.com [flags, webnfc] Assign ownership for webnfc flag.
2019-03-06 zetamoo@chromium.org Navigation: Move members from NavigationHandleImpl to NavigationRequest.
2019-03-06 gambard@chromium.org [iOS] Don't display NTP animation if URL is copied
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src cc4a756d48e9..79d25ea0ce18 (1 commits)
2019-03-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.293.
2019-03-06 eseckler@chromium.org perfetto: Remove unexpected closing brace in JSONTraceExporter.
2019-03-06 treib@chromium.org Small cleanups in SyncPrefs
2019-03-06 ksolt@chromium.org [scheduler] Fixing bug in NativePostTaskTest.
2019-03-06 mab@google.com Add missing #include of <memory>, for std::make_unique().
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 47a505533310..8defcc15b1b8 (1 commits)
2019-03-06 hazems@google.com [AW] Mirror JS console messages in logcat only if debuggable
2019-03-06 sergiyb@chromium.org Disable cli_helpers unittests unconditionally
2019-03-06 tikuta@chromium.org [libFuzzer] use proto_deps javascript_parser_proto
2019-03-06 tikuta@chromium.org [libFuzzer] remove unnecessary json.proto copy
2019-03-06 wjmaclean@chromium.org Recurse WebContentsTree when registering FrameSinkIDs.
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 31e0aecb035f..a1558ed6d1d1 (2 commits)
2019-03-06 yigu@chromium.org [Animation Worklet] Remove unnecessary force composition
2019-03-06 wjmaclean@chromium.org Remove obsolete helper class.
2019-03-06 mlippautz@chromium.org unified-heap: Integrate in snapshots
2019-03-06 gambard@chromium.org [iOS][web] Group private properties
2019-03-06 lowell@chromium.org Remove ProfileOAuth2TokenService dependency from IdentityAccessorImpl.
2019-03-06 tkent@chromium.org [html] reflection.js should not test default values if customGetter is specified.
2019-03-06 dalyk@google.com Use correct secure DNS mode for CT log inclusion checks.
2019-03-06 richard.townsend@arm.com refactor: cc::LapTimer => base::LapTimer
2019-03-06 gambard@chromium.org [iOS][web] Group public methods
2019-03-06 samans@chromium.org Move logic for GetLatestInFlightSurface to SurfaceAllocationGroup
2019-03-06 treib@chromium.org Add default-enabled feature StopSyncInPausedState
2019-03-06 sinhak@chromium.org Remove usages of IdentityManager::LegacySeedAccountInfo
2019-03-06 bmcquade@chromium.org Record UMA metrics for AMP subframe documents.
2019-03-06 mrsuyi@chromium.org Move font-cap helper to dynamic_type_util.mm.
2019-03-06 bungeman@chromium.org Add 'public' block to FreeType.
2019-03-06 bsazonov@chromium.org [Signin][Mice] Start 'Add account' flow while processing Mirror header
2019-03-06 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/scheduler with the macros of Allocator
2019-03-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.289.
2019-03-06 v.paturi@samsung.com [LayoutNG] Add null check for return value of ContainingNGBlockFlow().
2019-03-06 raphael.kubo.da.costa@intel.com get_uintptr: IWYU for uintptr_t's definition
2019-03-06 mrsuyi@chromium.org Use dynamic number of tiles per row for NTP.
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0b1b7431ea96..31e0aecb035f (3 commits)
2019-03-06 jdemeulenaere@google.com [Autofill Assistant] Add BUTTON_DISABLE type.
2019-03-06 lsuder@google.com [Autofill Assistant] UI changes to the Details.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 882938bbc85e to 8384d21f4cd0
2019-03-06 treib@chromium.org Remove kSyncStandaloneTransport feature
2019-03-06 toyoshim@chromium.org ResourceLoadScheduler: Have an unit test for console logging
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto eb748c338927..c854c371c89b (1 commits)
2019-03-06 gambard@chromium.org [iOS][web] Fix context mime type for redirect
2019-03-06 abhijeet@igalia.com Use blink::mojom::ConsoleMessageLevel instead of blink::MessageLevel
2019-03-06 okalitova@chromium.org Hide PluginVmLicenseKey device cloud policy value
2019-03-06 gambard@chromium.org [iOS][web] Format CRWWebController
2019-03-06 mattcary@chromium.org Android: register synthetic field trials correctly.
2019-03-06 yoavweiss@chromium.org [ResourceTiming] Rename finish_time to response_end
2019-03-06 jlebel@chromium.org [iOS] Adding sync icons for Sync and Google services cell
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 233178a15e11..0b1b7431ea96 (2 commits)
2019-03-06 olivierrobin@chromium.org FixAutofillControllerTests
2019-03-06 dstockwell@google.com pdf: Disable annotation if password protected or large
2019-03-06 pshmakov@google.com Remove FullscreenManager accesses after it is nulled out in ChromeActivity
2019-03-06 alexclarke@chromium.org Unify locks in TaskQueueImpl
2019-03-06 sdefresne@chromium.org Convert away from method JSONReader::ReadDeprecated
2019-03-06 dullweber@chromium.org Improve browsingData api documentation for filtered deletions
2019-03-06 dstockwell@google.com third_party/ink: Roll to 236729529 and add threaded build
2019-03-06 rkgibson@google.com [iOS] Cleanup Search Widget, use shared utils
2019-03-06 sdefresne@chromium.org Convert away from method JSONReader::ReadDeprecated
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 9384947f47f2..ed5dc24c07a3 (15 commits)
2019-03-06 rkgibson@google.com [iOS] Force Voiceover focus to UIMenuController after showing manually
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc d36c08623d90..be7af9399ceb (8 commits)
2019-03-06 dvadym@chromium.org Reland "[blink] Remove old script streamer thread"
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a7e11060d2bb..233178a15e11 (2 commits)
2019-03-06 arbesser@google.com [Autofill Assistant] Removed unnecessary whitespace from onboarding layout.
2019-03-06 thestig@chromium.org Initialize URLRequestContextBuilder members in the header.
2019-03-06 dvadym@chromium.org Revert "[blink] Remove old script streamer thread"
2019-03-06 lucmult@chromium.org Add context menu tests for FSP
2019-03-06 bsazonov@chromium.org [Signin][Mice] Remove openAndroidAccountCreationScreen
2019-03-06 arthursonzogni@chromium.org Remove NavigationURLLoaderImpl::OnComplete net::OK case.
2019-03-06 thestig@chromium.org Modernize CertificateViewerDialog::GetDialogArgs().
2019-03-06 myid.shin@igalia.com [s13n] Add Android-specific IdentityManager::ForceRefreshOfExtendedAccountInfo
2019-03-06 sergiyb@chromium.org Reland "Implement auto command in the update_wpr script"
2019-03-06 lucmult@chromium.org Add context menu tests for Myfiles, Downloads, Linux and Play files
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 327e9ae49a2d..a7e11060d2bb (1 commits)
2019-03-06 mrsuyi@chromium.org Migrate RedirectTestCase to web_state_observer_inttest.mm.
2019-03-06 thestig@chromium.org Make AddStringsForPdf() load resources in a for-loop.
2019-03-06 mrefaat@chromium.org Create U2F tab helper and remove U2F related methods from Tab class
2019-03-06 nhiroki@chromium.org Worker: Remove legacy non-S13nServiceWorker path from content/browser/worker_host/
2019-03-06 nhiroki@chromium.org Worker: Remove legacy non-S13nServiceWorker path from content/renderer/worker/
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 24b0b59e4409..47a505533310 (1 commits)
2019-03-06 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@2df046f3c0a859777b811cfbbe321c3547b7db4b
2019-03-06 raul@tambre.ee Convert LocateStartOfStatusLine, LocateEndOfHeaders and LocateEndOfAdditionalHeaders to use size_t
2019-03-06 myid.shin@igalia.com Change [unsigned] long long to [u]int64_t third_party/blink/renderer/platform/wtf/math_extras.h
2019-03-06 msisov@igalia.com [ozone/wayland] rely on implicit sync for Broadcom and Intel GPUs.
2019-03-06 rmcelrath@chromium.org Increase shared count of non_network_service_browser_tests
2019-03-06 rakina@chromium.org Add flag checks for invisible dom-related code
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dbdb7ae5c8ed..327e9ae49a2d (3 commits)
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 537ce575a441..24b0b59e4409 (1 commits)
2019-03-06 lucmult@chromium.org [Files app] Add test for context menu in directory tree for Recent and Shortcut
2019-03-06 leszeks@chromium.org [blink] Remove old script streamer thread
2019-03-06 beaufort.francois@gmail.com Support "Back to tab" for Chrome app windows
2019-03-06 jiameng@chromium.org [On-device adaptive brightness] Integrate ModelConfigLoader with ModellerImpl
2019-03-06 gayane@chromium.org Ensure theme_info is always initialized before use.
2019-03-06 gayane@chromium.org Add default NTP font and make it platform specific.
2019-03-06 michaelbai@chromium.org ContentCapture: Add commandline to dump the captured content
2019-03-06 jinsukkim@chromium.org Android: Factor out trusted CDN publisher URL provider
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ad22645bad55..eb748c338927 (1 commits)
2019-03-06 yukishiino@chromium.org v8binding: Minor clean up about blink::Animator::Animate
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f5f6e3c40e44..dbdb7ae5c8ed (2 commits)
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src 9390154c557e..cc4a756d48e9 (1 commits)
2019-03-06 wzang@chromium.org cros: Enable ShowSplashScreenInDemoMode by default
2019-03-06 shend@chromium.org [sheriff] Disable worklet-animation-with-scroll-timeline-root-scroller.https.html on Mac
2019-03-06 ikilpatrick@chromium.org Make -webkit-line-clamp respect line-height.
2019-03-06 cthomp@chromium.org Update MarkHttpAs flag field trial name
2019-03-06 tengs@chromium.org app_list: Set AppList as parent of uninstall dialog
2019-03-06 updowndota@chromium.org Update logic for launching vocie enrollment flow
2019-03-06 johnylin@chromium.org vea_unittest: don't fail test by low FPS for 2160p input video
2019-03-06 adanilo@chromium.org Replace Open button icon with text in quickview.
2019-03-06 shend@chromium.org [sheriff] Disable failing QuartcEndpointTest tests.
2019-03-06 adanilo@chromium.org Enable tooltip for Cancel Selection button.
2019-03-06 gyuyoung@igalia.com fixup! OnionSoup: Remove all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/modules
2019-03-06 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/network with the macros of Allocator
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bb71e01e26d0..f5f6e3c40e44 (1 commits)
2019-03-06 tkent@chromium.org Add four more UseCounters for -webkit-appearance keywords
2019-03-06 abhijeet@igalia.com Function argument in *probes_inl.h should follow snake_case naming convention
2019-03-06 loyso@chromium.org WebApp: Support concurrent installations in BookmarkAppInstallFinalizer.
2019-03-06 ydago@chromium.org Managment WebUI: Safe browsing is now a link
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 00fc3eade464 to 882938bbc85e
2019-03-06 calamity@chromium.org [App Management] Fix permission toggling.
2019-03-06 ksakamoto@chromium.org SignedExchange: Populate BodySize Resource Timing fields
2019-03-06 chrome-release-bot@chromium.org Updating trunk VERSION from 3726.0 to 3727.0
2019-03-06 edcourtney@google.com Transfer events to new gesture target before PrepareForDrag.
2019-03-06 vasilvv@chromium.org Landing Recent QUIC changes until 6:40 PM, Mar 5, 2019 UTC-5
2019-03-06 shend@chromium.org Revert "Fix flatbuffers_unittests failure-mode"
2019-03-06 mab@google.com Move SSL cert blacklist into CRLSet from cert_verify_proc.
2019-03-06 alancutter@chromium.org Add "Install" slide animation to PWA install plus icon
2019-03-06 shend@chromium.org [sheriff] Disable ChooseAvatarIconIndexForNewProfile on all bots.
2019-03-06 jinsukkim@chromium.org Android: Factor out favicon-related stuff out of Tab
2019-03-06 rdevlin.cronin@chromium.org [ServiceWorkers] Update EmbeddedWorker interface to use ConsoleMessageLevel
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f8f4140a12eb..bb71e01e26d0 (3 commits)
2019-03-06 tby@chromium.org [Cros SR] Bug fix: normalise app IDs.
2019-03-06 falken@chromium.org service worker: Remove more of EmbeddedWorkerRegistry.
2019-03-06 dpapad@chromium.org Closure compiler: Re-generate chrome.bookmarkManagerPrivate externs.
2019-03-06 falken@chromium.org service worker: Check for null GetResourceLoadTiming() for nav preloads.
2019-03-06 iwells@chromium.org Enable some tests that had been disabled because of limitless mode
2019-03-06 falken@chromium.org service worker: Remove EmbeddedWorkerRegistry::Shutdown().
2019-03-06 ydago@chromium.org Policy Webui: notify invalidations are available with 'On push' label
2019-03-06 pdyson@chromium.org Log app launches from recommendations in the launcher.
2019-03-06 martis@chromium.org Image annotation service: added prod server URL.
2019-03-06 rdevlin.cronin@chromium.org [Blink] Shuffle code to remove duplicate console message logic
2019-03-06 alancutter@chromium.org Make hosted app menu button highlight a circle
2019-03-06 thanhdng@chromium.org [Cros SR] Add unit tests for Arc App Shortcut
2019-03-06 shaktisahu@chromium.org DownloadOfflineContentProvider : Some fixes
2019-03-06 uwyiming@google.com Add additional data dependencies for captured sites tests.
2019-03-06 shaktisahu@chromium.org Download Home : Added some UMA
2019-03-06 schenney@chromium.org [AvoidWhiteFlash] Remove the timer for re-starting commits
2019-03-06 vasilvv@chromium.org Clean up differences between google3 and Chromium.
2019-03-06 cbiesinger@chromium.org [css-flexbox] If flex-basis is an indefinite %, don't use width/height
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a272d1148d5b..f8f4140a12eb (4 commits)
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 624cec68e43a..537ce575a441 (1 commits)
2019-03-06 khushalsagar@chromium.org android: Hook up color spaces with SurfaceControl.
2019-03-06 tinazwang@chromium.org [SendTabToSelf] Add DesktopNotificationHandler class to handle notification interaction on desktop
2019-03-06 calamity@chromium.org [App Management] Push content of expandable-app-list to clients.
2019-03-06 szager@chromium.org Delete class ElementVisibilityObserver
2019-03-06 gayane@chromium.org Don't display customize button on non-google NTP.
2019-03-06 johntlee@chromium.org Navi: Clear NTP background when 'Default' is selected
2019-03-06 yilongyao@google.com [Chromecast] Fill in required number of frames in CastAudioOutputStream
2019-03-06 rbpotter@chromium.org Print Preview: Preserve settings when possible on destination changes
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 314a2f06b9ff..7e68767e2fe2 (1 commits)
2019-03-06 smacchia@amazon.com Support Bluetooth keyboard navigation in Search Engine settings
2019-03-06 boliu@chromium.org android: Fix test that call evaljs on wrong thread
2019-03-06 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/loader with the macros of Allocator
2019-03-06 atotic@chromium.org [LayoutNG] ComputeMinMax should update ListItem markers
2019-03-06 sammiequon@google.com telemetry: Disable two CLIHelpersTest.
2019-03-06 weiliangc@chromium.org SkiaRenderer: Fix Filter by Passing in Local Matrix
2019-03-06 dalecurtis@chromium.org Don't compile dav1d arm assembly sources twice.
2019-03-06 wez@chromium.org [Fuchsia] Add AddKeepAliveBinding() helper to ComponentStateBase.
2019-03-06 dstockwell@google.com pdf: Accessibility tweaks for annotations
2019-03-06 ayman@chromium.org Initial changes for Bottom Toolbar Compoenent.
2019-03-06 donnd@chromium.org [TTS] Remove disabling when Smart Selection active
2019-03-06 jrummell@chromium.org Enable MediaDrmOriginIdManager to start when profile is loaded
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 30c1365e30b1..ad22645bad55 (1 commits)
2019-03-06 ericorth@chromium.org Use HostResolver from context for HttpAuth
2019-03-06 horo@chromium.org Introduce a histogram for Signed Exchange Reporting
2019-03-06 sandersd@chromium.org [media] Enable VDAs to request read lock fences, use in VTVDA.
2019-03-06 rch@chromium.org Stifle lint warnings about header guards not being present in quic_flags_list.h
2019-03-06 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dd98a9a1520a..a272d1148d5b (2 commits)
2019-03-06 tbarzic@chromium.org Mark unused screen exit codes as deprecated
2019-03-06 uwyiming@google.com Create placeholder to store password manager captured sites in CIPD.
2019-03-06 djacobo@chromium.org Remove AppsNavigationThrottle duplicated includes
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader e57f10e4041d..4c84dbdce271 (1 commits)
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 6ce450029683..3a9f8f45de46 (2 commits)
2019-03-06 yliuyliu@google.com Use a basic theme for DummyUiActivity by default so that doesn't need to set theme for all tests
2019-03-06 ender@google.com Clean up all references to ssl_client_socket_pool_unittest.cc.
2019-03-06 lambroslambrou@chromium.org Fix host VP9 experiment for WebRTC connections
2019-03-06 pnoland@chromium.org [Chromeshine] Add suspended tab view
2019-03-06 thestig@chromium.org Modernize PrintPreviewDialogController code.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e6752606a395..624cec68e43a (6 commits)
2019-03-06 sammc@chromium.org Re-enable DownloadTest.DownloadTest_CrazyFilenames on ChromeOS.
2019-03-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.288.
2019-03-06 huayinz@chromium.org [Dark] Fix some resource access through application context
2019-03-06 jamiewalch@chromium.org Guard against divide-by-zero
2019-03-06 shend@chromium.org Revert "Delay querying for printers list until the policy file is parsed"
2019-03-06 thestig@chromium.org Update extensions/browser/api/system_*/OWNERS.
2019-03-06 kdillon@chromium.org Upstream tests from fast/workers to external/wpt/workers.
2019-03-06 rmcelrath@chromium.org Disable DownloadNotificationTest.IncognitoDownloadFile and SimultaneousIncognitoAndNormalDownloads
2019-03-06 stevenjb@chromium.org Make chromeos/{dbus/}constants components
2019-03-06 michaelbai@chromium.org Instantiates ContentCapture in Chrome Android and WebView
2019-03-06 khushalsagar@chromium.org android: Ensure required features enabled for SurfaceControl.
2019-03-06 thestig@chromium.org Enable PDF form saving for chromeos build.
2019-03-06 rnk@google.com Add docs describing clang sheriff tasks
2019-03-06 szager@chromium.org [IntersectionObserver] Deliver non-js callbacks synchronously
2019-03-06 mmenke@chromium.org ClientSocketPoolManager: Merge SocketPool maps.
2019-03-06 tguilbert@chromium.org Roll src/third_party/dav1d/libdav1d/ 493155af0..86ce4a3c5 (9 commits)
2019-03-06 rockot@chromium.org Mojom JS: Fix string serialization
2019-03-06 chcunningham@chromium.org [RELAND] media: Add H264 profile extraction support
2019-03-06 myid.shin@igalia.com Change short to int16_t/float, int to uint8_t in third_party/blink/*
2019-03-06 hiroshige@chromium.org [Import Maps] Always consider "importmap" valid in IsValidScriptTypeAndLanguage
2019-03-06 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/heap with the macros of Allocator
2019-03-06 tikuta@chromium.org [previews] use link_deps in proto_library
2019-03-06 myid.shin@igalia.com Change short to uint16_t in dynamic_annotations.cc
2019-03-06 kmarshall@chromium.org [Fuchsia] Modify QueryableData to send entry change events.
2019-03-06 tangltom@chromium.org [unified-consent] Make sync controls searchable
2019-03-06 shaktisahu@chromium.org Added calls to DownloadManagerBridge from native
2019-03-06 acolwell@google.com Fix BlobURLStoreImpl::Revoke() 'crashes'.
2019-03-06 jeremya@chromium.org fix backup includes for PTRACE_GET_THREAD_AREA on arm/arm64
2019-03-05 japhet@chromium.org Partial revert of r624035: always process JS urls in the window that requested the navigation
2019-03-05 nigeltao@chromium.org Tweak HSL lightness shift from 0.75 to 0.6
2019-03-05 petewil@chromium.org Sheriff: Comment out broken test
2019-03-05 xiaochengh@chromium.org Don't call SpellCheckHost::DisconnectSessionBridge if SpellCheckHost is not bound yet
2019-03-05 ydago@chromium.org Fix chrome://policy android layout
2019-03-05 xingliu@chromium.org Notification scheduler: Introduce collection store.
2019-03-05 einbinder@chromium.org DevTools: Sort nested worker execution contexts as a tree
2019-03-05 ender@google.com Avoid crashing with malformed content:// URLs.
2019-03-05 ryansturm@chromium.org Purging hint cache at start-up in browser tests (and removing tests from chromeos bots)
2019-03-05 martinkr@google.com Revert "device/fido/mac: add more specific check for TouchID availability"
2019-03-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b56862dc292a..dd98a9a1520a (5 commits)
2019-03-05 dstockwell@google.com pdf: Warn about form changes entering annotation
2019-03-05 sajjadm@google.com Adding an exclusion list to the coverage wrapper script.
2019-03-05 danakj@chromium.org Scale fullscreen pepper layer from DIP to physical with use-zoom-for-dsf
2019-03-05 tikuta@chromium.org remove unnecessary copy for send_tab_to_self_specifics.pb.h
2019-03-05 veranika@chromium.org Remove Yara license file as it isn't used by Cleanup Tool anymore
2019-03-05 rnk@google.com Replace CrWinASanCov with ToTWinASanLibfuzzer on chromium.clang
2019-03-05 mmenke@chromium.org Remove ClientSocketFactory constructors that take ClientSocketHandles.
2019-03-05 ayui@chromium.org Replace deprecated RunLoop::QuitCurrentWhenIdleClosureDeprecated() for CloudPrintURLFetcher Unittest
2019-03-05 cbiesinger@chromium.org [css-flexbox] Don't always add the child as percentage-sized child
2019-03-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 2ca31f8de281..e6752606a395 (10 commits)
2019-03-05 johannkoenig@google.com libaom: fix arm configuration
2019-03-05 yucliu@chromium.org Replace EncryptionScheme with EncryptionMode for mp2t
2019-03-05 huayinz@chromium.org Fix wrong icon tint used for find toolbar
2019-03-05 wzang@chromium.org cros: Enable country customization in Demo Mode by default
2019-03-05 kaustubhag@chromium.org Replace custom CT parsing code with BoringSSL CBS/CBB APIs.
2019-03-05 rbpotter@chromium.org Print Preview: Remove settings section tests
2019-03-05 pmarko@chromium.org Add clarifying comment to device_policy_remover_generate sources
2019-03-05 tikuta@chromium.org Specify buildable target for goma latest client clexe builder
2019-03-05 jperaza@chromium.org Rename GetCrashDumpPercentageForWebView() and use base::RandInt()
2019-03-05 rbpotter@chromium.org Print Preview: Move policy tests
2019-03-05 chfremer@chromium.org Reland "[Video Capture] Switch usage in Chromium Browser process to the new multi-client API"
2019-03-05 avi@chromium.org Move blocking popups during page unload behind a policy.
2019-03-05 xiaochengh@chromium.org Don't use VisiblePosition local variables in SelectionController
2019-03-05 xiaochengh@chromium.org Mark some virtual/bidi-caret-affinity tests as flaky
2019-03-05 tbarzic@chromium.org oobe: Update EULA screen exit code reporting
2019-03-05 alph@chromium.org DevTools: Use scriptId to identify the scripts in line level profile.
2019-03-05 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Don't skip layers for opacity:0
2019-03-05 rtoy@chromium.org Disable outputs for tail processing more often
2019-03-05 bpastene@chromium.org Make the internal SimpleChrome builder compile 'chrome' and not 'all'.
2019-03-05 mxcai@chromium.org Settings: Fix the focus issue after closing the dialog.
2019-03-05 bpastene@chromium.org Fix custom cros hw swarming trigger script. And make it hopefully future-proof.
2019-03-05 nicolaso@chromium.org [BrowserSwitcher] Migrate extensions policies to the Chrome namespace
2019-03-05 anthonyvd@chromium.org Rename translate force trigger on english pref
2019-03-05 siashah@chromium.org Modify expiration date dialog title
2019-03-05 sdefresne@chromium.org Convert away from method JSONReader::ReadDeprecated
2019-03-05 sammiequon@google.com telemetry: Disable CLIHelpersTest.testAskAgainOnInvalidAnswer.
2019-03-05 rbpotter@chromium.org Print Preview: Move dropdown section tests to individual files
2019-03-05 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (batch 2 of 2 related to scroll timeline) to WPT
2019-03-05 ender@google.com Post-process Currency conversion answer text.
2019-03-05 michaelbai@chromium.org Add ContentCapture metric
2019-03-05 buldina@chromium.org [ChromeDriver] Add check to null in scrollIntoView_ function
2019-03-05 einbinder@chromium.org DevTools: Fix argument hints for static constructor methods
2019-03-05 mek@chromium.org [Native Filesystem] Rename base::Feature and add it to chrome://flags
2019-03-05 einbinder@chromium.org DevTools: Focus selected tab when using the overflow menu
2019-03-05 einbinder@chromium.org DevTools: Always perform a search when enter is pressed.
2019-03-05 tbansal@chromium.org Remove prerender metrics observer
2019-03-05 xiaochengh@chromium.org Refactor SpellCheckHost::ToggleSpellCheck
2019-03-05 japhet@chromium.org Ensure a FrameTreeNode is no longer loading at the end of its destructor
2019-03-05 jennyz@chromium.org Do not invoke remove query dialog for non-zero state query result.
2019-03-05 jarrydg@chromium.org Quota: remove unused member from ClientUsageTracker
2019-03-05 erikchen@chromium.org Add a field 'requires_simultaneous_shard_dispatch': True to perf trigger script.
2019-03-05 annelim@google.com [Autofill] UMA for expiring strikes and migrations
2019-03-05 ccameron@chromium.org WebContentsViewMac: Mojo-ify dragging part of drag-drop
2019-03-05 sque@chromium.org testing: Build only chrome for Mac Goma RBE ToT builder
2019-03-05 csharrison@chromium.org Fix flatbuffers_unittests failure-mode
2019-03-05 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite fc019f471fc2..6ce450029683 (5 commits)
2019-03-05 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 59db7d4f1098..b56862dc292a (10 commits)
2019-03-05 agrieve@chromium.org Android: Fix flaky resource-related failures in media_router_junit_tests
2019-03-05 melandory@chromium.org [Tango->FCM] Separate status enum for Fcm channel.
2019-03-05 pkasting@chromium.org Rewrite tests in advance of fixing drag and drop failures.
2019-03-05 vasilvv@chromium.org Landing recent QUIC changes until 7:04 PM, Mar 4, 2019 UTC-5
2019-03-05 xiaochengh@chromium.org Reland "Fix caret rendering when at the end of a block after an ineditable inline"
2019-03-05 mmenke@chromium.org Remove HigherLayeredPool logic from ClientSocketPoolBase.
2019-03-05 wangxianzhu@chromium.org Simplify paint property change during building
2019-03-05 szager@chromium.org [IntersectionObserver] Refactor to avoid ancestor frame tree walk
2019-03-05 tmartino@chromium.org [MF Android] Adds enum describing data type
2019-03-05 takumif@chromium.org [Cast UI] Make the entire sink button a stop button
2019-03-05 mmenke@chromium.org Remove HttpProxyClientSocketWrapper unit tests.
2019-03-05 caitlinfischer@google.com [Autofill] Added function to get nationally formatted phone numbers.
2019-03-05 yucliu@chromium.org [Chromecast] Disable media::MojoRenderer for some web pages
2019-03-05 lazyboy@chromium.org Typo fix in private_api_base.cc, PEFORMANCE -> PERFORMANCE>
2019-03-05 sorin@chromium.org make the updater network use proxy settings by default
2019-03-05 atotic@chromium.org [LayoutNG] Fix access to deleted OOF descendant
Created with:
gclient setdep -r ../src@ca7eff86b1
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-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com
Change-Id: Iabcbb3032620e102cb8f2f8b5884f521bc079e26
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198302
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 23:29:38 +00:00
skia-autoroll
8625102812
Roll third_party/externals/swiftshader 2c25b14c34c1..76e9bc066b28 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/2c25b14c34c1..76e9bc066b28
git log 2c25b14c34c1..76e9bc066b28 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 headlessclayton@gmail.com Plumb PipelineLayouts down to SpirvRoutine
Created with:
gclient setdep -r third_party/externals/swiftshader@76e9bc066b28
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=reed@google.com
Change-Id: Ic745951d21d9588abb636754539a2f206584e739
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198300
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 23:09:58 +00:00
recipe-roller
6fdfb97c53
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/2009db83ebf1017a34c5390585f3eb9f288c47e3 [run_build] Add skeleton run_build command, testing script, bundle support. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I5e30091e596fbd4b4f6c609d5b2d662a8fd6c80c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198249
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-06 22:59:28 +00:00
Florin Malita
34336e3633
Make SkCubicMap immutable
...
Drop setter, only keep the parameterized constructor.
Change-Id: I31517df23688b8bd7485bf70c9c055cd1c87edcf
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198245
Auto-Submit: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-03-06 22:55:08 +00:00
Brian Osman
d0c1bd43d9
Particle cleanup: IWYU
...
Bug: skia:
Change-Id: If9d8a22a770e4125391d0fbd263521f6bdb7725d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198246
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-06 22:26:40 +00:00
skia-autoroll
91010e40e4
Roll third_party/externals/swiftshader 9584fe43a9c2..2c25b14c34c1 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/9584fe43a9c2..2c25b14c34c1
git log 9584fe43a9c2..2c25b14c34c1 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 chrisforbes@google.com Implement GetPhysicalDeviceSparseImageFormatProperties
Created with:
gclient setdep -r third_party/externals/swiftshader@2c25b14c34c1
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=reed@google.com
Change-Id: Ifdf63be1f844a88e273f986f0ac1dbc56de13751
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198116
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 20:53:58 +00:00
Brian Osman
93c47cc8e3
SkReflected - avoid double registration, auto register base types, etc.
...
Bug: skia:
Change-Id: I99913987ec5de044ecc9302335771f59d85126dc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198243
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-06 20:29:38 +00:00
Florin Malita
93092ff457
Make SkCubicMap public
...
Bug: skia:8803
Change-Id: I3aa0814d538d95dc3a5a1034993b823d2151ab85
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/193961
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-06 19:58:28 +00:00
skia-autoroll
038cf97b91
Roll third_party/externals/swiftshader 4c84dbdce271..9584fe43a9c2 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/4c84dbdce271..9584fe43a9c2
git log 4c84dbdce271..9584fe43a9c2 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 chrisforbes@google.com Disable creation of multisample images until they work
Created with:
gclient setdep -r third_party/externals/swiftshader@9584fe43a9c2
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=reed@google.com
Change-Id: Ib3b2e6c7242422c8b710865647ffd87bff5de4ff
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198113
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 19:43:38 +00:00
Jim Van Verth
ae336bda8f
Another stab at MTLRenderCommandEncoder memory leak.
...
Allocating the MTLRenderCommandEncoder within a separate method seems
to add an unwanted retain, which leaves the refCnt stuck at 1 even
when we set the pointer to nil (the __strong keyword was a red herring).
Allocating and setting to nil within the same method seems to give the
right number of retain/release pairs.
Bug: skia:8243
Change-Id: Ic9a7180915e2753565d706b42d4d07eedb42519e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198175
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-06 19:35:53 +00:00
Mike Klein
612d5c2b70
encode F16Norm as rec2020
...
Just a debugging aid to help diffing against esrgb.
Change-Id: I5e4991f598a7b00a0d903fddcf3a05a396c0536d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198221
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-06 19:33:28 +00:00
Mike Reed
2e56f3c1aa
change gradients4f to use srgb
...
Bug: skia:
Change-Id: I49d6fab8ab9ae9accea2cab9e85f9a4e9cac50e8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198164
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-06 19:30:48 +00:00
Herb Derby
cc6cd85b6f
Fix: set SDFT if there is only fallback
...
If in the SDFT case, and emoji only the SDFT flag must be set
to make the mustRegenerate work correctly.
Change-Id: I48cbea699e44cf5721e841c81eb57d4b9fa026a6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198171
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-06 19:18:08 +00:00
Brian Osman
d0163fb734
Add glf16norm config to DM
...
Bug: skia:
Change-Id: Ia50fc75d00f4752c9ef266f3eac25b887563d52a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198174
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-06 19:09:18 +00:00
Nathaniel Nifong
e0aa7605f2
Interface for passing skp file from JS to WASM
...
Bug: skia:
Change-Id: I20d61933dd11c4cc7cc64baee8abf93372124cdd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198166
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Nathaniel Nifong <nifong@google.com>
2019-03-06 19:04:33 +00:00
skia-autoroll
6272ccd629
Roll skia/third_party/skcms 10736f2da359..5e67e5c19fd3 (1 commits)
...
https://skia.googlesource.com/skcms.git/+log/10736f2da359..5e67e5c19fd3
2019-03-06 mtklein@google.com add emscripten builds, with and without SIMD
The AutoRoll server is located here: https://autoroll.skia.org/r/skcms-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=luci.chromium.try:linux-blink-rel
TBR=reed@google.com
Change-Id: I639c1b3781b5c775092527851db0c275ba408ae7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198220
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 18:57:28 +00:00
recipe-roller
39db8ae3c0
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/61a1b5f31059b4ab7ca6870dd798803bdfec4de7 Avoid unnecessary invocations of "git fetch" (spang@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic3452d5ba670485d1a9b16c10afdbc7cf3b89f91
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198172
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-06 18:46:50 +00:00
Brian Osman
b77d502946
Particles: Cleanup and better UI
...
Remove SkAnimTimer from the module interface entirely.
Clean up some other SkParticleEffect methods. Simplify
VisitTypes to just visit all of them, it's easier for
the client to do any filtering.
In the slide, make the UI far nicer. Load all files in
a given directory, and allow editing (and saving) them
all at once, or adding a new entry. Support multiple
playing effects, with a draggable handle to set the
position.
Bug: skia:
Change-Id: I0bec4077f9135bc122569f1410bebc96d5439480
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197243
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-06 18:42:11 +00:00
Mike Klein
0d5d142f6e
rework colorImage testing
...
Replace all the old modes with two that should draw the same:
1) decode to the codec's "native" SkImageInfo, draw to dst;
2) decode to the dst's ct/at/cs, draw to dst.
Testing against --config srgb, p3, rec2020, narrow ought to give
us the kind of destination variety we were getting from the old
modes, and --configs 8888 shows off managed vs. unmanged color.
The only difference between the two is that 1) does any conversion at
draw time, 2) at decode time.
I don't quite understand why codec won't decode to some images to 565,
nor any images to 4444.
Bug: skia:8816
Change-Id: Ie57cb57312fdf21fd8dc36a0fa4d2c3b22e77acf
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198181
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-06 18:02:27 +00:00
recipe-roller
801a9c16d8
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/0668403dfdd6f6244aa61e3edf75d257efb3efec Also redirect stderr from the browser since Chrome recently started using it too (sergiyb@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I5f3bb601608e1c282a2472de5588d728faf0147e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198167
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-06 17:35:47 +00:00
Herb Derby
c72594a1cf
Move process* closures into the GrTextBlob
...
Change-Id: I8614a7d267940ec5f000ffdb50833ce50c0df774
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197850
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-06 16:40:17 +00:00
Hal Canary
2a3093c154
SkPDF: Add experimental Harfbuzz font subsetter
...
Currently hidden behind gn flag: skia_pdf_subset_harfbuzz
Replaces Sfntly subsetter.
TODO:
1) Test on all clients.
2) Enable on each client.
3) Set skia_pdf_subset_harfbuzz default to true,
4) Delete sfntly dependency.
Bug: chromium:931719
Change-Id: I5c763ce3e6b21d6bc65284d4105b9974e0907cdc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/171223
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-03-06 16:30:56 +00:00
Mike Klein
0abbaca9a5
also tag DM results with color and alpha type
...
This can be nice to slice by, and helps if you can't exactly remember
the difference between things like "glesrgb" and "glessrgb".
Change-Id: Ib54d29f4c2066e01bd7c4f0b445507f7a65f4f40
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198180
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-06 16:30:17 +00:00
Kevin Lubick
cb4eb612f0
[canvaskit] Remove additional copies of CanvasKit when testing
...
Speculative fix for flaky test bot. My guess is that since there were
3 .spec.js that were all trying to load CanvasKit at the same time, the
browser would fail to compile/process all that WASM and timeout.
This cleans it up so there's only one copy of CanvasKit shared by all
tests.
Bug: skia:8810
Change-Id: I60a77dae93b7c3e5d45923b4af93a223ac26220c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198161
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2019-03-06 16:03:00 +00:00
Eric Boren
2a889a84a2
[infra] Remove bookmaker bots
...
We've decided to move in a different direction for Skia documentation.
Bug: skia:
Change-Id: I4acfe06e412006cdd3d692d017e51ecf3e98f4c3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198162
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
2019-03-06 15:40:36 +00:00
Mike Reed
d106110809
change gm to use srgb (not linear) so srgb and legacy draw the same
...
Before this, the legacy run of the gm didn't draw the 2nd half, making
triaging confusing. Plus, we may not really care about testing the linear
part so much any more.
Bug: skia:
Change-Id: Iecea68eae9aa6e1c93d75d9d510d5c70aae648e3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198163
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-06 15:33:12 +00:00
Jim Van Verth
2e4287f543
Fix stencil setup in Metal
...
We could have a case where stencil is disabled but the framebuffer
has a stencil buffer, and the framebuffer and pipeline must match.
Bug: skia:8243
Change-Id: I460543392ffaf7198d693fd067fbdc96cda71fd3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197764
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-06 15:20:57 +00:00
Kevin Lubick
269fe89950
[canvaskit] Add particles integration
...
Bug: skia:
Change-Id: I5bf08e8007b59b5e21005f5004d698e53b99ffe6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197849
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-06 14:52:56 +00:00
Greg Daniel
b085fa9c8c
Add ddl support to drawing to wrapped vulkan secondary command buffers.
...
Bug: skia:
Change-Id: I3ddb6b1e923b8c1733b6a0e219efffa36e665fa2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/189282
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-03-06 14:47:26 +00:00
Nathaniel Nifong
1523963d4f
Basic wasm skp debugger unit test
...
Bug: skia:
Change-Id: I91a3f40279724a29d759229c012be864d8a02edd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197765
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Nathaniel Nifong <nifong@google.com>
2019-03-06 14:41:17 +00:00
skia-autoroll
928112697e
Roll third_party/externals/angle2 a8300e56b550..e397949ec2db (1 commits)
...
a8300e56b5..e397949ec2
git log a8300e56b550..e397949ec2db --date=short --no-merges --format='%ad %ae %s'
2019-03-06 syoussefi@chromium.org Vulkan: shave off 60 bytes from AttachmentOpsArray
Created with:
gclient setdep -r third_party/externals/angle2@e397949ec2db
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=reed@google.com
Change-Id: I7be48cb457abbd319dd2ef7dd6af281e767b772a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198103
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-06 14:38:56 +00:00