Michael Ludwig
90791c202d
Revert "Update SkCanvas' experimental SkiaRenderer API"
...
This reverts commit 4bf964602a
.
Reason for revert: vulkan dm crashes
Original change's description:
> Update SkCanvas' experimental SkiaRenderer API
>
> This lifts the temporary functions in SkGpuDevice into SkCanvas and
> deprecates the older experimental_DrawImageSetV1 and
> experimental_DrawEdgeAARect. The new functions can handle paints and
> transform batching. Internally, SkCanvas routes the old functions to the
> new entry points and all device-level code is updated to handle the new
> API features.
>
> While touching all of the canvas/device/recording areas, the
> experimental functions are grouped in an "EdgeAA" cluster instead of being
> separated into the image category and the rectangle category.
>
> Bug: skia:8739
> Change-Id: I67c2a724873040ad5dc3307ab5b2823ba1eac54b
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/190221
> Commit-Queue: Michael Ludwig <michaelludwig@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
TBR=bsalomon@google.com ,robertphillips@google.com,michaelludwig@google.com
Change-Id: I87a5a258c5a1bd15e16389cdf91743772d6fa98a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8739
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201226
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2019-03-14 14:57:12 +00:00
skia-autoroll
86ce5c44ab
Roll third_party/externals/swiftshader 9b62c5ea2af3..49d2c13943ef (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/9b62c5ea2af3..49d2c13943ef
git log 9b62c5ea2af3..49d2c13943ef --date=short --no-merges --format='%ad %ae %s'
2019-03-14 bclayton@google.com SpirvShader: Fix int DBZ failures by masking away zeros.
Created with:
gclient setdep -r third_party/externals/swiftshader@49d2c13943ef
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=benjaminwagner@google.com
Change-Id: I78f3c56d3f6a7998c0b5c21e23831dcf873bc62e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201169
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 14:41:10 +00:00
Brian Osman
8a63a4d024
SkLumaColorFilter: Keep alpha in [0,1]
...
Bug: skia:
Change-Id: I2287ae75745509269e3dee2b1d31ab513580e6c3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201221
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-14 14:40:50 +00:00
Michael Ludwig
4bf964602a
Update SkCanvas' experimental SkiaRenderer API
...
This lifts the temporary functions in SkGpuDevice into SkCanvas and
deprecates the older experimental_DrawImageSetV1 and
experimental_DrawEdgeAARect. The new functions can handle paints and
transform batching. Internally, SkCanvas routes the old functions to the
new entry points and all device-level code is updated to handle the new
API features.
While touching all of the canvas/device/recording areas, the
experimental functions are grouped in an "EdgeAA" cluster instead of being
separated into the image category and the rectangle category.
Bug: skia:8739
Change-Id: I67c2a724873040ad5dc3307ab5b2823ba1eac54b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/190221
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-14 14:24:11 +00:00
Mike Klein
539909a84a
remove plus clamp
...
Clamping for plus mode should happen only as the destination format
requires it, or as a consequence of the limited range we're holding
colors in the pipeline, or because non-normalized alpha is nuts.
So I've taken away the clamp on float rgb, keeping it on lowp to stay
in its legal range, and on float alpha because it's crazy not to.
Open questions:
- also clamp alpha to zero?
- what do we do with alpha <0 or >1 in general, beyond plus?
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: I15660ce55cc393e312f18ffdc13bbfdef08ac6e0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201040
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-14 13:53:19 +00:00
Nathaniel Nifong
cfdf87ecd2
fill out more of SkDebugCanvas interface
...
Added methods for toggling clip viz, overdraw viz, gpu bound viz.
methods for getting number of commands, toggling command visibility and deleting commands.
Added method for writing out json command list.
bound methods with emscrpiten and connected up to buttons in barebones interface to prove they're working.
Bug: skia:
Change-Id: I3f733b13db00ce5d14b1b5170de8fb66102c8b14
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199938
Commit-Queue: Nathaniel Nifong <nifong@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-14 13:50:24 +00:00
Brian Salomon
1d835423e1
Reland "Try to avoid vertex colors in Texture/FillRect ops when possible."
...
This is a reland of e0b989e5e3
Original change's description:
> Try to avoid vertex colors in Texture/FillRect ops when possible.
>
> Avoids unnecessary fragment shader color multiplication.
>
> Change-Id: I353d3ca91824ce20c9e9af1c5c84ab9953ddd8ab
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201004
> Commit-Queue: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Change-Id: I22125cb7058f528cb368ff30c3c26e3d55056e66
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201222
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-03-14 13:48:14 +00:00
skia-autoroll
f699bf0437
Roll third_party/externals/swiftshader 19f1db6e92b4..9b62c5ea2af3 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/19f1db6e92b4..9b62c5ea2af3
git log 19f1db6e92b4..9b62c5ea2af3 --date=short --no-merges --format='%ad %ae %s'
2019-03-14 bclayton@google.com SpirvShader: Replace Intermediate::operator[] with typed getters.
2019-03-14 bclayton@google.com SpirvShader: Overload Intermediate::emplace for Int and UInt.
Created with:
gclient setdep -r third_party/externals/swiftshader@9b62c5ea2af3
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=benjaminwagner@google.com
Change-Id: Iee9dacac6b7d48958d631943c746851b39e19540
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201167
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 13:04:24 +00:00
skia-autoroll
3b7170b345
Roll third_party/externals/angle2 494afea985e6..37b996425a0e (1 commits)
...
494afea985..37b996425a
git log 494afea985e6..37b996425a0e --date=short --no-merges --format='%ad %ae %s'
2019-03-14 shrekshao@google.com fix d3d ext float blend
Created with:
gclient setdep -r third_party/externals/angle2@37b996425a0e
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=benjaminwagner@google.com
Change-Id: I180e43a35717387b8eeee9089cffa5c209031284
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201160
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 10:00:04 +00:00
skia-autoroll
5412618d50
Roll third_party/externals/swiftshader 868ed908f432..19f1db6e92b4 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/868ed908f432..19f1db6e92b4
git log 868ed908f432..19f1db6e92b4 --date=short --no-merges --format='%ad %ae %s'
2019-03-14 swiftshader.regress@gmail.com Regres: Update test lists @ 868ed908
Created with:
gclient setdep -r third_party/externals/swiftshader@19f1db6e92b4
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=benjaminwagner@google.com
Change-Id: Id36a9fbdb5c62bf5043e6695bd0a7e3c94cf7d9c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201161
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 09:37:44 +00:00
skia-autoroll
8b9b8f8c58
Roll ../src 54744c955cd6..6299cd6e9d2d (421 commits)
...
54744c955c..6299cd6e9d
git log 54744c955cd6..6299cd6e9d2d --date=short --no-merges --format='%ad %ae %s'
2019-03-14 annelim@google.com Unit test for supported_card_bin_ranges parsing
2019-03-14 slangley@google.com Start renaming variables and methods from Team Drives -> Shared Drives.
2019-03-14 wittman@chromium.org [Sampling profiler] Simplify Win32StackFrameUnwinder conditionals
2019-03-14 dmurph@chromium.org [IndexedDB] Fixed force close during pending connection open
2019-03-14 shuchen@google.com Support us(intl_pc) layout for login.
2019-03-14 lucmult@chromium.org [Files app] - Fix zip archiver password dialog
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite aa3d2ebe3c97..382116b42cac (1 commits)
2019-03-14 dgozman@chromium.org Align lifetime of ResourceFetcher with Document
2019-03-14 hs1217.lee@samsung.com Convert enum to enum class for NonClientWindowFrameAction*
2019-03-14 thakis@chromium.org win: Fix link of remoting_host.exe in use_custom_libcxx=true builds.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 6480d4e10cb5..4ef71eb81f5d (3 commits)
2019-03-14 enga@chromium.org Fix WebGPU context initialization
2019-03-14 dgozman@chromium.org Rework navigation request dump in web_tests
2019-03-14 vakh@chromium.org Add a feature flag for password protection for signed-in users
2019-03-14 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a94bdfdb451c..611b8351677e (7 commits)
2019-03-14 shend@chromium.org [VK] Allow web assembly to run in official XKB virtual keyboard.
2019-03-14 turnage@google.com [Fuchsia] Temporarily disable video decoder.
2019-03-14 kristipark@chromium.org [NTP] Fix promo overlapping with toast notifications
2019-03-14 einbinder@chromium.org DevTools: Don't use event.keyIdentifier
2019-03-14 justincohen@chromium.org Revert "[ios] Validate PendingItem when updating NavigationItem in NTP helper."
2019-03-14 yhirano@chromium.org Cleanup network_utils::ParseDataURLAndPopulateResponse
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 69fb3be2f51b..0e83ee6b9e88 (3 commits)
2019-03-14 huangdarwin@chromium.org sqlite: Remove obsolete Fuschia-only patch.
2019-03-14 kelvinjiang@chromium.org [Extensions] Convert activity args in the stream to a list
2019-03-14 ydago@chromium.org Management WebUI: refresh page on management state changes and add tests
2019-03-14 stevenjb@chromium.org Extract BiodClient from DBusThreadManager
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 950df07202bc..40c19421b4ba (1 commits)
2019-03-14 tkent@chromium.org Fix a crash on FileChooserImpl
2019-03-14 mxcai@chromium.org Settings: Fix clear usage data for origin only has cookies.
2019-03-14 spang@chromium.org Don't ship unpacked devtools frontend with the browser
2019-03-14 pmonette@chromium.org Move ModuleEventType out of ModuleEventSink
2019-03-14 justincohen@google.com [ios] Support Xcode 10.2 runtime with iossim's device check.
2019-03-14 luoe@chromium.org DevTools: provide preset values in CSS autocomplete
2019-03-14 vtsyrklevich@chromium.org Split metadata/total_pages accounting
2019-03-14 cmp@chromium.org IndexedDB: Merge DatabaseImpl and its helper class
2019-03-14 alexmos@chromium.org Hook up the "isolate password sites" mode to chrome://process-internals
2019-03-14 amoylan@chromium.org Add fieldtrial config for ML Service Smart Dim migration
2019-03-14 nharper@chromium.org Remove Net.TokenBinding.* histograms
2019-03-14 govind@chromium.org Updating XTBs based on .GRDs from branch master
2019-03-14 vtsyrklevich@chromium.org Rename 'slot' to 'metadata'
2019-03-14 bnc@chromium.org Improve some comments in quic/platform/impl.
2019-03-14 tbansal@chromium.org Allow unused idle socket timeout to be set using field trial
2019-03-14 jbudorick@chromium.org Remove telemetry_unittests from Mac10.1{0,1} Tests.
2019-03-14 rdevlin.cronin@chromium.org [Extensions Bindings] Don't check for JS bindings in binding generation
2019-03-14 xingliu@chromium.org Notification: Use new API for media notification.
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite ede69d84cfc7..aa3d2ebe3c97 (5 commits)
2019-03-14 hcarmona@chromium.org Navi: Update FirstRun.NewUserExperience.* histogram expiration to M75.
2019-03-14 lucmult@chromium.org [Files app] Deflake dirContextMenu* tests
2019-03-14 zhuoyu.qian@samsung.com Put CSSAxisValue into the blink::cssvalue namespace.
2019-03-14 horo@chromium.org Add wpt test for service worker registration from signed exchange
2019-03-14 karenqian@google.com Added perfetto test suite to Android, Linux, Mac, and Windows bots
2019-03-14 xingliu@chromium.org Notification: Use new API for media capture and sync notification.
2019-03-14 nhiroki@chromium.org Worker: Remove unused WorkerGlobalScope::ApplyContentSecurityPolicyFromHeaders()
2019-03-14 zhuoyu.qian@samsung.com Put CSSGridTemplateAreasValue into the blink::cssvalue namespace.
2019-03-14 malaykeshav@chromium.org Setup API for fast rounded corner path
2019-03-14 stevenjb@chromium.org Move browser only clients to DBusClientsBrowser
2019-03-14 nikunjb@chromium.org Create an experiment that ablate a random percent of UMA uploads
2019-03-14 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 93b945123913..36f660818365 (6 commits)
2019-03-14 nisse@chromium.org Update webrtc::VideoEncoder::Encode implementations
2019-03-14 lukasza@chromium.org Add 2 more extensions to the allowlist.
2019-03-13 beccahughes@chromium.org [Media Notification] Add custom background
2019-03-13 cmp@chromium.org IndexedDB: Remove now-unused IDBCallbacks.SuccessCursorPrefetch
2019-03-13 wez@chromium.org Revert "Move fuchsia libunwind dependency to common_deps"
2019-03-13 cuianthony@google.com Mechanism for adding async DFMS in GN
2019-03-13 pfeldman@chromium.org DevTools: extract the inspect tools into their own file.
2019-03-13 gyuyoung@igalia.com Clean up unnecessary Create() factory functions in Blink's core/animation
2019-03-13 monufriienko@chromium.org Possible timeout fix that happens because of hanging readline method.
2019-03-13 jsaul@google.com [Autofill] Separate Payments/Autofill classes in components/autofill/core/browser
2019-03-13 tonikitoo@igalia.com Clean up unnecessary Create methods in modules/filesystem classes
2019-03-13 sunnyps@chromium.org Disable angle_white_box_tests on Linux GPU FYI Experimental Intel bot
2019-03-13 hcarmona@chromium.org Navi Cleanup: Remove unused email interstitial code + tests.
2019-03-13 robertocn@google.com [code coverage] Remove non _unittests from chromeos-vm-code-coverage
2019-03-13 rkjnsn@chromium.org remoting: Invoke WebrtcDataStreamAdapter callbacks asynchronously.
2019-03-13 dpranke@chromium.org Reformat DEPS files to use single-quotes consistently.
2019-03-13 yusufo@google.com Include the tab_ui module java target for apk builds
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools deb384f985d0..950df07202bc (1 commits)
2019-03-13 alph@chromium.org DevTools: Show large memory allocations in MB in line level profile.
2019-03-13 ericorth@chromium.org Improve error handling for MdnsClient::StartListening()
2019-03-13 hollingum@google.com Removed logic to delete drag details before configure
2019-03-13 mtlieuu@chromium.org Deduplicate enums used in MHTML Serialization
2019-03-13 spang@chromium.org Don't ship python protobuf with the browser
2019-03-13 jeffreycohen@chromium.org [SendTabToSelf] add some validation to add entry call
2019-03-13 jazzhsu@chromium.org [MediaControls] Non-touch Prototype
2019-03-13 jacde@chromium.org Update XRInputSource and implement originOffset for XRReferenceSpace.
2019-03-13 ssid@chromium.org Tracing: Fix bulid ID metadata
2019-03-13 ntfschr@chromium.org AW: expand test coverage for websockets cookies
2019-03-13 drubery@chromium.org Fix referrer chain on chrome://safe-browsing
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c39f77fd46c2..69fb3be2f51b (1 commits)
2019-03-13 bialpio@chromium.org Add test case to XRRigidTransform
2019-03-13 joelhockey@chromium.org Test for UrlHandlerServiceProvider
2019-03-13 ltenorio@chromium.org Remove sign-in DCHECK in KioskNextShellController.
2019-03-13 danakj@chromium.org Fix comment typo in WebWidgetClient.
2019-03-13 davidbienvenu@chromium.org Change DCHECK in GetProcId to a CHECK.
2019-03-13 pfeldman@chromium.org DevTools: refactor the inspector overlay to allow pluggable tool definitions.
2019-03-13 falken@chromium.org service worker: Remove ServiceWorkerContextRequestHandler.
2019-03-13 jbudorick@chromium.org Revert "[MediaStream] Fix bug in applyConstraints() for video tracks"
2019-03-13 alcooper@chromium.org Enable Input on Windows Mixed Reality
2019-03-13 dvadym@chromium.org Propagate server predictions to PasswordManager on iOS.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 4e87659e289c..494afea985e6 (2 commits)
2019-03-13 jam@chromium.org Ensure CastNetworkContexts unregisters itself as a net::ProxyConfigService::Observer on destruction.
2019-03-13 dgrogan@chromium.org [LayoutNG] Trivial: flex variable renames
2019-03-13 jdufault@chromium.org Revert "Chrome OS: Remove unused imports."
2019-03-13 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11921.0.0 for chromeos.
2019-03-13 karandeepb@chromium.org DNR: Introduce CompositeMatcher.
2019-03-13 drubery@chromium.org Add maximum size for ZIP extraction
2019-03-13 vtsyrklevich@chromium.org GWP-ASan: Add MetadataIdx in GuardedPageAllocator
2019-03-13 baileyberro@chromium.org printing: Use correct service name for IppEverywhere printers
2019-03-13 vtsyrklevich@chromium.org Misc GuardedPageAllocator clean-ups
2019-03-13 bsalomon@google.com Flush GrContext in ~SkiaOutputSurfaceImplOnGpu to force promise image callbacks
2019-03-13 awolter@chromium.org Remove dependency of CastBrowserProcess from chromecast metrics
2019-03-13 tonikitoo@igalia.com Switch the remaining classes in core/css to use downcast helpers (10/10)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src a5c06c903c43..6df8a917a449 (1 commits)
2019-03-13 lukasza@chromium.org Adding 2 extensions to the allowlist.
2019-03-13 robliao@chromium.org Convert views::ViewsDelegate Factory Callbacks to use RepeatingCallback
2019-03-13 bokan@chromium.org Use previous GSU time for fling start time.
2019-03-13 estade@chromium.org base::Value related cleanups in PaymentsClient
2019-03-13 xiaochengh@chromium.org [BidiCaretAffinity] Implement visual caret movement into inline block
2019-03-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.32.
2019-03-13 khushalsagar@chromium.org Surface Control: Set display and crop rects correctly for overlays.
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e0238416ca7a..a94bdfdb451c (8 commits)
2019-03-13 johannes@chromium.org Reland "Reland "[DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession.""
2019-03-13 tonikitoo@igalia.com Prevent further uses of DEFINE_TYPE_CASTS macro
2019-03-13 huangdarwin@chromium.org sqlite: Backport bugfix for clusterfuzz security bug
2019-03-13 tbansal@chromium.org Add UKM for pages that were recently nostate prefetched
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 8b94108e6848..deb384f985d0 (1 commits)
2019-03-13 rdevlin.cronin@chromium.org [Extensions Bindings] Remove JSExtensionBindingsSystem
2019-03-13 ellyjones@chromium.org flags: remove enable-per-user-timezone
2019-03-13 stevenjb@chromium.org Extract UpstartClient from DBusThreadManager
2019-03-13 malaykeshav@chromium.org Add API to SharedQuadState to set rounded corner bounds
2019-03-13 nator@chromium.org [Background Sync] Use min_delay across storage partitions.
2019-03-13 pmonette@chromium.org Introduce RemoteModuleWatcher
2019-03-13 cmp@chromium.org IndexedDB: Make IDBCursor.Prefetch() use native Mojo callback
2019-03-13 estevenson@chromium.org Android: Disable 2 flaky tests in WebApkUpdateManagerUnitTest.
2019-03-13 steimel@chromium.org [Extensions] Convert Accelerator modifiers to OS modifiers
2019-03-13 huangs@chromium.org [Courgette] Add more checks in ELF parsing to fix fuzzer failure.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite ec461928f7f9..ede69d84cfc7 (3 commits)
2019-03-13 gambard@chromium.org [iOS] Fix text alignment of TextItem
2019-03-13 mheikal@chromium.org Do not create PrefetchGCMAppHander in reduced mode
2019-03-13 nikunjb@chromium.org Fix the recorder id dropdown in the new UI
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 293a9a2e27ba..2afe880da0ce (1 commits)
2019-03-13 jarhar@chromium.org [DevTools] Fix XHR replay test for OutOfBlinkCORS
2019-03-13 jacde@chromium.org Fix quaternion signs in XRRigidTransform constructor.
2019-03-13 davidben@chromium.org Clamp the gzip fuzzer output even more aggressively.
2019-03-13 rtoy@chromium.org Fix typo in tail processing code
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 673c538f8d74..93b945123913 (4 commits)
2019-03-13 yusufo@google.com Show tabstrip only when there is 2+ tabs in group
2019-03-13 rajendrant@chromium.org Increase test cert key to fix web_driver tests
2019-03-13 pbos@chromium.org Merge InkDropViewObserver into InkDropEventHandler
2019-03-13 yoavweiss@chromium.org [resource-timing] Preemptive TestExpectations for added flaky test
2019-03-13 kojii@chromium.org [LayoutNG] Skip painting line boxes when they are out of CullRect
2019-03-13 collinbaker@chromium.org Add stub implementation of InstallableInkDrop
2019-03-13 lukasza@chromium.org Move secure origin allowlist into //services/network.
2019-03-13 amaralp@chromium.org Only use adaptive toolbar if bottom toolbar is enabled
2019-03-13 mukai@chromium.org Explicitly prevent nested PerformWindowMove
2019-03-13 jarhar@chromium.org [DevTools] Add null check to header access in NetworkHandler
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 25ec7b0cd393..6480d4e10cb5 (1 commits)
2019-03-13 oshima@chromium.org Record WindowSelector.Smoothness for each clamshell and tablet mode
2019-03-13 sergiyb@chromium.org Use N5X devices since we are short on N5s
2019-03-13 jbudorick@chromium.org Revert "[OnionSoup] Build typemapping for blink::FormDataElement"
2019-03-13 nator@chromium.org [Background Sync] Add periodic sync options.
2019-03-13 hsuregan@chromium.org [CrOS Settings] Remove unnecessary comma when no first user is added.
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 62079cb02868..e0238416ca7a (3 commits)
2019-03-13 jbudorick@chromium.org Revert "SignedExchange: Fallback redirect shouldn't accept signed-exchange"
2019-03-13 ellyjones@chromium.org flags: assign enable-modal-permission-dialog-view
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 9d29c37ac507..a5c06c903c43 (1 commits)
2019-03-13 emircan@chromium.org Allow waits originating from synchronous WebRTC calls
2019-03-13 updowndota@chromium.org Rebind mojom ptr for voice match enrollment
2019-03-13 dougarnett@chromium.org Updates SlowPageTriggering fieldtrial testing config to 4G
2019-03-13 chlily@chromium.org Rename SetBeforeFlushCallback to SetBeforeCommitCallback
2019-03-13 thestig@chromium.org Call ::GetNativeSystemInfo() only once.
2019-03-13 jennyz@chromium.org Record launcher search abandonment based on query length.
2019-03-13 jbroman@chromium.org Simplify StringImpl::CreateCFString.
2019-03-13 sinhak@chromium.org Add crOS kSecondaryGoogleAccountSigninAllowed pref
2019-03-13 lukasza@chromium.org Move kUnsafelyTreatInsecureOriginAsSecure switch to //services/network.
2019-03-13 agrieve@chromium.org SuperSize: Fix section_sizes for dex sections
2019-03-13 kmarshall@chromium.org [Fuchsia] Modify test launcher to write logs to /data instead of /pkg.
2019-03-13 enga@chromium.org Remove WebGPUDevice::dummy
2019-03-13 mpdenton@chromium.org Make some integer overflows impossible in disk caches
2019-03-13 ntfschr@chromium.org Revert "AW: disable testLoadDataWithBaseUrl CTS test"
2019-03-13 lukasza@chromium.org Adding 18 extensions to the allowlist.
2019-03-13 lukasza@chromium.org Adding 3 extensions to the allowlist.
2019-03-13 reed@google.com Move colorspace handling from xformcanvas to surface
2019-03-13 nharper@chromium.org Remove some ChannelIDStore classes
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 6b83d6b99335..ec461928f7f9 (1 commits)
2019-03-13 tbarzic@chromium.org Eliminate WelcomeScreen::Delegate
2019-03-13 tienmai@chromium.org [GCPW] Fix user being locked out of their computer in certain cases.
2019-03-13 xiaochengh@chromium.org Add more test cases of left/right caret movements into inline blocks
2019-03-13 justincohen@google.com [ios] Validate PendingItem when updating NavigationItem in NTP helper.
2019-03-13 aee@chromium.org WebUI: cr-expand-button, add focus and ripple tests
2019-03-13 fdegans@chromium.org [Fuchsia] Update LoadUrl() and CreateContext() APIs to use extensible FIDL tables.
2019-03-13 eirage@chromium.org Mark pointerevent_touch-action-table-test_touch-manual.html flaky
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 208634763a17..cc3503248f1d (1 commits)
2019-03-13 vmpstr@chromium.org [PE] Remove DISALLOW* macro usage from cc/
2019-03-13 pmonette@chromium.org Clean unused code in ModuleBlacklistCacheUpdater
2019-03-13 thestig@chromium.org Fix incorrect pdf_formcalc_context_fuzzer dependency.
2019-03-13 sky@chromium.org chromeos: ensure WindowTargeter's insets are reset
2019-03-13 johannes@chromium.org [DevTools] Roll inspector_protocol to a6bdf8a7cc95ee954ba2f701d10f4ecf03e86539.
2019-03-13 wnwen@chromium.org Android: Remove android_deps support aliases
2019-03-13 pmarko@chromium.org Fix host comparison for XMPP cert verification special case
2019-03-13 jkrcal@chromium.org [AF Wallet Metadata] Record last use date of entities on startup
2019-03-13 cmp@chromium.org IndexedDB: Make IDBCursorValue contain arrays of objects
2019-03-13 thomasanderson@chromium.org Correct libcxx{abi} revision in buildtools/DEPS
2019-03-13 rmcelrath@chromium.org Pass Kerberos environment variables to NetworkContextParams.
2019-03-13 cmp@chromium.org IndexedDB: Remove now-unused IDBCallbacks.SuccessCursorContinue
2019-03-13 bsheedy@chromium.org Automate VR voice input manual tests
2019-03-13 afakhry@chromium.org Revert "[Fuchsia] Use memory offsets instead of file offsets for ELF headers."
2019-03-13 ios-autoroller@chromium.org [MDC roll] Roll Material Components to 651b6470f437cdc51bb97f285b213d1520bc7201
2019-03-13 nickdiego@igalia.com ozone/wayland: Fix flaky DataDevice unit tests
2019-03-13 chaopeng@chromium.org Add comment explains no null check in onUnconsumedKeyboardEventAck
2019-03-13 brunoad@chromium.org Make EnableSupervisionTransitionScreens flag default true.
2019-03-13 zmin@chromium.org No longer remove empty policy directory
2019-03-13 chlily@chromium.org Add SQLitePersistentStoreBackendBase
2019-03-13 johnchen@chromium.org [ChromeDriver] Save pointer location between actions
2019-03-13 jbroman@chromium.org Remove cruft from wtf/assertions.cc and the corresponding BUILD.gn.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e22dba8d5e9e..673c538f8d74 (2 commits)
2019-03-13 dullweber@chromium.org Fix deletion of FileSystems in CookiesTree UI
2019-03-13 ericwilligers@chromium.org Web Share: move webshare.mojom to public/mojom
2019-03-13 wez@chromium.org [Fuchsia] Look for ApplicationConfigManager in Agent-provided services.
2019-03-13 nohle@google.com Add fake CryptAuthV2Enroller and ClientAppMetadataProvider classes
2019-03-13 antrim@google.com Use new JSChecker methods in ActiveDirectoryLoginTest
2019-03-13 ellyjones@chromium.org flags: assign enable-lookalike-url-navigation-suggestions
2019-03-13 oysteine@chromium.org Fix enumeration of tracing categories for ARC tracing agents
2019-03-13 vicfei@microsoft.com Improved and completed IExpandCollapseProvider in UIA
2019-03-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.29.
2019-03-13 jsaul@google.com Update AutofillUpstreamEditableExpirationDate fieldtrial testing config
2019-03-13 ellyjones@chromium.org build: default to symbol_level=1 on all sanitizers
2019-03-13 thomasanderson@chromium.org Move fuchsia libunwind dependency to common_deps
2019-03-13 adityakeerthi@google.com TabManager: Remove unnecessary Stop() method
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 579a3b3e53ce..6b83d6b99335 (1 commits)
2019-03-13 waffles@chromium.org Launch improved recovery component.
2019-03-13 pbos@chromium.org Add Profile::IsRegularProfile
2019-03-13 siashah@chromium.org Make the fix flows dialog not cancelable
2019-03-13 ellyjones@chromium.org flags: remove enable-touchpad-three-finger-click
2019-03-13 thestig@chromium.org Fix libfuzzer dictionary syntax in pdf_xfa_js.dict.
2019-03-13 alexclarke@chromium.org Add the task_queue name to PostTask flow events
2019-03-13 almasrymina@chromium.org Fix PTS reporting before playback has started
2019-03-13 mustaq@google.com Rename the flag for activation transfer API, complete plumbing.
2019-03-13 jtallon@igalia.com Emit ATK property-change:accessible-description for content
2019-03-13 emircan@chromium.org Fix flakiness in VerifyCanvasCaptureOffscreenCanvasFrames
2019-03-13 wittman@chromium.org [Sampling profiler] Use different ModuleCaches for profiler threads in test
2019-03-13 guidou@chromium.org [MediaStream] Fix bug in applyConstraints() for video tracks
2019-03-13 eirage@chromium.org deflaky pointerevent_pointerlock_supercedes_capture-manual.html
2019-03-13 backer@chromium.org DLOG instead of DCHECK destruction during write access
2019-03-13 bokan@chromium.org Mark multi-touch-user-gesture.html as flaky
2019-03-13 danakj@chromium.org Defer sending a request to close the page for remote main frames
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 63e898da8fa6..62079cb02868 (2 commits)
2019-03-13 gbeaty@chromium.org Remove the 16 minutes test timeout for Lollipop Phone Tester.
2019-03-13 siggi@chromium.org PM: Explicitly clean up RenderProcessUserData at shutdown.
2019-03-13 antrim@google.com Extract configuration-based enrollment test
2019-03-13 bpastene@chromium.org Strip symbols from chrome in the CrOS sanity tests when running in VMs.
2019-03-13 mario@igalia.com Import <Foundation/Foundation.h> instead of individual header files
2019-03-13 antrim@google.com Add utility methods to JSChecker
2019-03-13 joenotcharles@google.com Add misc chrome_cleaner switches
2019-03-13 danakj@chromium.org Move LayerTreeMutator setter to WebWidgetClient (5/n)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 6d31ddee3c16..e22dba8d5e9e (4 commits)
2019-03-13 joenotcharles@google.com Fix crashes in chrome_cleaner LNK parser
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from a0d04e2f2507 to ddcb12bc41ac
2019-03-13 droger@chromium.org [signin][android] Move account settings utils
2019-03-13 sdefresne@chromium.org Convert away from method method JSONReader::ReadDeprecated
2019-03-13 ellyjones@chromium.org flags: assign enable-shill-sandboxing
2019-03-13 droger@chromium.org [signin][mice] Update credentials when Chrome-Connected header has email
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c4e085dbb2c7..c39f77fd46c2 (1 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 1175ae0d800e..208634763a17 (2 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3729.7_rc-r1-merged to 74.0.3729.10_rc-r1-merged
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src b75f4362f01a..9d29c37ac507 (1 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 3c1f5a6bd487..4e87659e289c (1 commits)
2019-03-13 rtoy@chromium.org Use matching sample rate for the context as for the reference file
2019-03-13 joenotcharles@google.com Stop inheriting stdout and stderr in the chrome_cleaner sandbox
2019-03-13 chaopeng@chromium.org Reland "Add plumbing for keymap"
2019-03-13 danakj@chromium.org Move background color into the kAll lifecycle update.
2019-03-13 pastarmovj@chromium.org Remove the future flag from the policy templates for the LBS policies.
2019-03-13 mahmadi@chromium.org [iOS][Translate] Add ios_chrome_translate_egtests to main waterfall and CQ
2019-03-13 frechette@chromium.org Removing iOS specific accept languages pref.
2019-03-13 vasilii@chromium.org Remove GetPreferredMatch from PasswordFormManagerForUI.
2019-03-13 hferreiro@igalia.com Don't use Mojo to get account info in identity_get_auth_token_function.cc
2019-03-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.26.
2019-03-13 mario@igalia.com Remove WTF::RetainPtr now that it's no longer used
2019-03-13 falken@chromium.org service worker: Remove ServiceWorkerServicification field trial config.
2019-03-13 ellyjones@chromium.org flags: remove enable-ble-advertising-in-apps
2019-03-13 chrisha@chromium.org [PM] Retire kVisibility property.
2019-03-13 timvolodine@chromium.org [AW NS] Fix crash when safebrowsing is disabled in WebView
2019-03-13 myid.shin@igalia.com Change long long to int64_t in third_party/blink/renderer/core/loader/history_item.h
2019-03-13 odejesush@chromium.org android: Add |mIsManaged| to ChosenObjectInfo
2019-03-13 toyoshim@chromium.org OOR-CORS: variation config for Android WebView
2019-03-13 alexclarke@chromium.org Add base/parameter_pack.h a collection of parameter pack utils
2019-03-13 ellyjones@chromium.org content: remove asvitkine@ as a mac owner
2019-03-13 girard@chromium.org Revert "Make BLINK_ANIMATION_USE_TIME_DELTA visible to renderer:blink_pch"
2019-03-13 jfernandez@igalia.com Updated the css-text test suite
2019-03-13 rdevlin.cronin@chromium.org [Extensions Bindings] Remove obsolete JS resources from //chrome
2019-03-13 myid.shin@igalia.com Change long long to int64_t in third_party/blink/renderer/ related blob
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto e96498a32500..c4e085dbb2c7 (7 commits)
2019-03-13 myid.shin@igalia.com Change long long to int64_t in third_party/blink/public/platform/platform.h
2019-03-13 jbroman@chromium.org Remove unused NSColor (WebNSColorDetails) category.
2019-03-13 petermayo@chromium.org [CC] clean up some test code
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 55881f78ae39..63e898da8fa6 (2 commits)
2019-03-13 arbesser@google.com [Autofill Assistant] Added new script parameter to hide initial details.
2019-03-13 treib@chromium.org Cleanup: Remove syncer::SyncEngine::Status typedef
2019-03-13 davidbienvenu@chromium.org Treat first cpu usage value as NaN, not 0.0
2019-03-13 agrieve@chromium.org SuperSize: Fix .pak section sizes being calculated incorrectly
2019-03-13 treib@chromium.org Remove unused OneClickSigninLinksDelegate::OnAdvancedLinkClicked
2019-03-13 droger@chromium.org [signin] Rename SigninManager::OnExternalSigninCompleted
2019-03-13 kylechar@chromium.org Reland: Remove RefCountedThreadSafe from CommandBufferTaskExecutor.
2019-03-13 jdemeulenaere@google.com [Autofill Assistant] Invalidate decorations when the width of a carousel changes.
2019-03-13 mbarowsky@chromium.org [Telemetry] Properly trace YUV decoding in blink_perf.image_decoder.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia bac53f089dbc..6d31ddee3c16 (1 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 4f779c6aec77..1175ae0d800e (25 commits)
2019-03-13 jwd@chromium.org Add ios implementation of GetUploadSigningKey.
2019-03-13 foolip@chromium.org Mark new CSS Transforms test as flaky
2019-03-13 girard@chromium.org Make BLINK_ANIMATION_USE_TIME_DELTA visible to renderer:blink_pch
2019-03-13 clamy@chromium.org Make some tests use NavigationSimulator
2019-03-13 lukasza@chromium.org Adding 1 extension to the allowlist.
2019-03-13 szermatt@chromium.org [Autofill Assistant] Fix URL generated for non-authenticated request.
2019-03-13 backer@chromium.org Only CheckResetStatus if !WasContextLost
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5b3d78461572..55881f78ae39 (1 commits)
2019-03-13 wnwen@chromium.org Android: Clarify reason for full third-party review
2019-03-13 mamir@chromium.org [Sync] Fix flaky MC_MergeDifferentBMModelsModeratelyComplex
2019-03-13 tienmai@chromium.org [GCPW] Fix mdm enrollment errors when no other user is signed in.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 1407297b7f7d..25ec7b0cd393 (1 commits)
2019-03-13 lowell@chromium.org SigninManagerBase: Change AddObserver to SetObserver.
2019-03-13 djean@chromium.org [ios] add url_load_params to url loading service.
2019-03-13 triploblastic@google.com Added memory dump for GrShaderCache
2019-03-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.24.
2019-03-13 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11919.0.0 for chromeos.
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c124f12e44a5..5b3d78461572 (2 commits)
2019-03-13 khokhlov@google.com Add possible_browser argument to all shared state constructors
2019-03-13 jkim@igalia.com OnionSoup: Move insecure_input_service.mojom to public/mojom folder
2019-03-13 chrome-release-bot@chromium.org Updating trunk VERSION from 3732.0 to 3733.0
2019-03-13 mamir@chromium.org [Sync] Deprecate EXPERIMENTS Sync datatype
2019-03-13 sinhak@chromium.org Componentize Chrome OS Account Manager
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 84907f082233..c124f12e44a5 (3 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 8d79f78c789d..ea2c7f20f2f9 (1 commits)
2019-03-13 mamir@chromium.org [Sync] Fix presubmit.py that didn't count comment line
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium d2cd38cdf78f..812b09bf5822 (1 commits)
2019-03-13 treib@chromium.org sync_ui_util::ShouldRequestSyncConfirmation: don't check IsSyncRequested
2019-03-13 jkim@igalia.com OnionSoup: Move lock_manager.mojom to public/mojom folder
2019-03-13 mamir@chromium.org [Sync] Delete the obselete pref kSyncLongPollIntervalSeconds
2019-03-13 khushalsagar@chromium.org chrome/android: Update refresh rate on display changed.
2019-03-13 jkim@igalia.com OnionSoup: Move hyphenation.mojom to public/mojom folder
2019-03-13 edcourtney@google.com Minimize ARC windows before hiding them when showing the launcher.
2019-03-13 andruud@chromium.org [css-properties-values-api] Substitute initial values as computed values.
2019-03-13 toyoshim@chromium.org OOR-CORS: use network::features::ShouldEnableOutOfBlinkCors
2019-03-13 alexclarke@chromium.org Use SchedulerLock in SequenceManager
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal aacd6fc869ed..84907f082233 (2 commits)
2019-03-13 msisov@igalia.com ozone: enable ozone_unittests
2019-03-13 sdefresne@chromium.org Convert away from method method JSONReader::ReadDeprecated
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 39da0504bb5d..bac53f089dbc (2 commits)
2019-03-13 mario@igalia.com Migrate string_impl_[cf|mac] away from WTF::RetainPtr
2019-03-13 leon.han@intel.com [ServiceWorker] Remove blink.mojom.ServiceWorkerProviderHostInfo
2019-03-13 raphael.kubo.da.costa@intel.com sensors: Add and use a new #enable-sensor-content-setting flag.
2019-03-13 abhijeet@igalia.com Make case style consistent in resource_response.h
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader bea4751348ca..1407297b7f7d (2 commits)
2019-03-13 Richard.Townsend@arm.com Add a flag to use the synchronous foreground parser
2019-03-13 akahuang@google.com media/gpu: Move DMA-buf VideoFrame related function.
2019-03-13 hajimehoshi@chromium.org Use a per-frame task runner at IdleStatus's mojo binding
2019-03-13 yvesg@google.com [Sanitizer] Print stack trace when program aborts.
2019-03-13 gyuyoung@igalia.com Remove InterpolableNumber::Create() factory function
2019-03-13 myid.shin@igalia.com Change long long to int64_t in third_party/blink/renderer/modules/indexeddb
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 435db2d5257f..39da0504bb5d (29 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 423fcfc30ccd to a0d04e2f2507
2019-03-13 arthursonzogni@chromium.org RenderDocument: Add base::feature and tests.
2019-03-13 vikassoni@chromium.org AbstractTexture implementation to be used by TextureOwner.
2019-03-13 georgesak@chromium.org Remove georgesak@ from chrome/browser/policy/OWNERS.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 921920e85f89..579a3b3e53ce (5 commits)
2019-03-13 melandory@chromium.org [Tango->FCM] Ditch invalidation client.
2019-03-13 akahuang@google.com media/gpu: Add sequence checker at V4L2DecodeSurface
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8eff2c60e58d..aacd6fc869ed (2 commits)
2019-03-13 dpapad@chromium.org Settings: Use cr-link-row in people and privace_page.html where possible.
2019-03-13 mkwst@chromium.org Revert "Instrument WebRequestProxyingUrlLoader for bug 882661"
2019-03-13 msisov@igalia.com ozone: update documentation regarding Ozone/Wayland.
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 990e94fa16e9..293a9a2e27ba (1 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium c924d0027a7d..d2cd38cdf78f (9 commits)
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 7ce5de0c17bd..bea4751348ca (7 commits)
2019-03-13 yuzus@chromium.org Mojofy FrameMsg_PostMessageEvent
2019-03-13 boliu@chromium.org aw: Implement presentation feedback for webview
2019-03-13 wtlee@google.com Fix DCHECK failure that GpuMemoryBuffer does not be unmapped properly
2019-03-13 jkim@igalia.com OnionSoup: Move mojom files for permissions and geolocation to mojom folder
2019-03-13 mastiz@chromium.org Remove python sync server and P2PInvalidationService
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle b6eb34122e07..3c1f5a6bd487 (2 commits)
2019-03-13 zynis@yandex-team.ru Add a mode for checking the diff only for clang_tidy_tool.py
2019-03-13 bratell@opera.com Don't emit RevocableInterfacePtr in mojo's blink bindings
2019-03-13 wtlee@google.com Fix DCHECK failure that TakePhoto() does not run on expected thread
2019-03-13 harrisjay@chromium.org Stops showing the back to scope button on in scope pages.
2019-03-13 tonikitoo@igalia.com Switch the remaining classes in core/css to use downcast helpers (9/n)
2019-03-13 sammc@chromium.org Detect missing downloads when using "Show in folder" on ChromeOS.
2019-03-13 toyoshim@chromium.org OOR-CORS: Save-Data does not appear only in the CORS preflight request
2019-03-13 yukishiino@chromium.org v8binding: Remove CallbackFunctionTreatedAsScriptValue
2019-03-13 oshima@chromium.org Record Apps.StateTransition.Smoothness for clamshell/tablet mode separately
2019-03-13 yukishiino@chromium.org v8binding: Replace forEach's |callback| with an IDL callback function
2019-03-13 yukishiino@chromium.org v8binding: Add 'Blink' prefix to AudioWorkletProcessCallback
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 77982de9efa9..8eff2c60e58d (14 commits)
2019-03-13 kojii@chromium.org [LayoutNG] Cache InkOverflow for inline fragments
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 967fadd27a67..990e94fa16e9 (2 commits)
2019-03-13 tapted@chromium.org Revert "Remove input field selection regression in Gallery"
2019-03-13 joelhockey@chromium.org Add data scheme support for org.chromium.UrlHandlerService
2019-03-13 mastiz@chromium.org Remove const for SyncValueStoreCache::GetSyncableService()
2019-03-13 yoavweiss@chromium.org Add HTTP Refresh header usecounter
2019-03-13 edcourtney@google.com Do not include the caption height for MINIMIZED->SNAPPED transition.
2019-03-13 rdevlin.cronin@chromium.org [Extensions] Add a relaxed .eslintrc.js for //chrome/test/data/extensions
2019-03-13 hiroh@chromium.org media: Vaapi VDA: Enable kReduced/kSuperReduced mode on all intel device if ALLOCATE mode
2019-03-13 jshikaram@chromium.org [App Management] Implement Notification Permissions for ARC Apps.
2019-03-13 myid.shin@igalia.com Change unsigned long long to uint64_t in third_party/blink/renderer/*
2019-03-13 beaufort.francois@gmail.com Allow the ChromeOS Video Player app to use <video> autoPictureInPicture
2019-03-13 jkrcal@chromium.org [AF] Extend set of sync files co-owned by the sync team
2019-03-13 waffles@chromium.org Switch to test crx3
2019-03-13 sunnyps@chromium.org Disable vulkan_content_browsertests on more Linux GPU FYI bots
2019-03-13 caseq@chromium.org DevTools: add a test for sequence of nav events when posting a form from onload
2019-03-13 dmazzoni@chromium.org Re-land: Links and docs with just one image inside should get annotated.
2019-03-13 horo@chromium.org Add tests of cross origin prefetching
2019-03-13 johannkoenig@google.com libaom: simplify sed regex
2019-03-13 jianj@google.com Revert "Roll src/third_party/libvpx/source/libvpx/ 8256c8b29..855a71dfd (9 commits)"
2019-03-13 abhijeet@igalia.com Use blink::mojom::ConsoleMessageLevel instead of content::ConsoleMessageLevel
2019-03-13 nhiroki@chromium.org ServiceWorker: Separate entry points of {new,installed} {classic,module} script fetch
2019-03-13 bokan@chromium.org Create InputHandlerProxy in LayoutTests
2019-03-13 findit-for-me@appspot.gserviceaccount.com Revert "Links and docs with just one image inside should get annotated."
2019-03-13 rkaplow@chromium.org Some UI cleanups to chrome://ukm.
2019-03-13 jinsukkim@chromium.org Android: Inline Tab.loadIfNecessary
2019-03-13 agrieve@chromium.org SuperSize: Change archive "stats" to show only for -vv
2019-03-13 dcastagna@chromium.org Port FastInkView to SharedImage
2019-03-13 tommycli@chromium.org Omnibox: Add a Remove Suggestion bubble accessed via context menu
2019-03-13 enne@chromium.org Remove enable passthrough raster decoder flag
2019-03-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.23.
Created with:
gclient setdep -r ../src@6299cd6e9d
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=benjaminwagner@google.com
Change-Id: Ibfdc6a16807a30b3bd113264dff24d9d30e9367b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201142
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 05:10:53 +00:00
skia-autoroll
2aad547cf6
Roll third_party/externals/swiftshader b6d4ce3158ee..868ed908f432 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/b6d4ce3158ee..868ed908f432
git log b6d4ce3158ee..868ed908f432 --date=short --no-merges --format='%ad %ae %s'
2019-03-14 chrisforbes@google.com Add support for remaining GLSL builtin geometric functions
Created with:
gclient setdep -r third_party/externals/swiftshader@868ed908f432
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=benjaminwagner@google.com
Change-Id: I4648cbbeafeaab7477cea5888dc865b34d93f45a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201141
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 03:03:43 +00:00
skia-autoroll
66e2cca190
Roll third_party/externals/swiftshader 4ef71eb81f5d..b6d4ce3158ee (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/4ef71eb81f5d..b6d4ce3158ee
git log 4ef71eb81f5d..b6d4ce3158ee --date=short --no-merges --format='%ad %ae %s'
2019-03-14 capn@google.com Refactor common Reactor implementations
Created with:
gclient setdep -r third_party/externals/swiftshader@b6d4ce3158ee
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=benjaminwagner@google.com
Change-Id: I455aee8ca7950afd620ac489cd0464485fc5a941
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201140
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 02:22:23 +00:00
Mike Reed
1386b2d557
pass common SkStageRec to all effects using rasterpipeline
...
- shaders
- colorfilters
- mixers
Bug: skia:
Change-Id: Ife2fabd1171228ea9fb154efab3537fd0ddb4a6e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200933
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-14 01:45:13 +00:00
skia-autoroll
43be2c3874
Roll third_party/externals/angle2 4e87659e289c..494afea985e6 (2 commits)
...
4e87659e28..494afea985
git log 4e87659e289c..494afea985e6 --date=short --no-merges --format='%ad %ae %s'
2019-03-13 jonahr@google.com Fix ShCompileTest.DecimalSepLocale failure.
2019-03-13 ynovikov@chromium.org Fix several WGL test failures.
Created with:
gclient setdep -r third_party/externals/angle2@494afea985e6
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=benjaminwagner@google.com
Change-Id: Ib6395e2212260f3c80e49ed0ee348306aac74609
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201100
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-14 00:45:43 +00:00
Brian Salomon
368ea4f99e
Revert "Try to avoid vertex colors in Texture/FillRect ops when possible."
...
This reverts commit e0b989e5e3
.
Reason for revert: gms
Original change's description:
> Try to avoid vertex colors in Texture/FillRect ops when possible.
>
> Avoids unnecessary fragment shader color multiplication.
>
> Change-Id: I353d3ca91824ce20c9e9af1c5c84ab9953ddd8ab
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201004
> Commit-Queue: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Michael Ludwig <michaelludwig@google.com>
TBR=bsalomon@google.com ,michaelludwig@google.com
Change-Id: I42b37e50c1c0185d8f8a52984c9350464004880e
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201081
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-03-14 00:26:24 +00:00
recipe-roller
a4bbe1431a
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/deb384f985d00de73ee29a65760b826f08a60983 [lucicfg] Bump lucicfg version 1.5.3 -> v1.5.4. (vadimsh@chromium.org )
https://crrev.com/40c19421b4ba13579d1d8cbfecc7cb610eca3269 Disabling bypass CQ warning message for refs/branch-heads/* of chromium/src. (karenqian@google.com )
recipe_engine:
https://crrev.com/3035f7c165e19a7425d53f3e41b60b9a5ce6dc4e Refactor step names. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I55c2fa4b49bdbe2607a9e7224aa706b20183b300
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201042
Reviewed-by: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-13 21:50:53 +00:00
Brian Salomon
e0b989e5e3
Try to avoid vertex colors in Texture/FillRect ops when possible.
...
Avoids unnecessary fragment shader color multiplication.
Change-Id: I353d3ca91824ce20c9e9af1c5c84ab9953ddd8ab
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201004
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
2019-03-13 21:43:23 +00:00
Herb Derby
4e6073662b
Fallback for source should not use sub-pixel positioning.
...
Current bad behavior, the code asks for a glyph that is
sub-pixel position in source space. It later renders the
glyph using the actual sub-pixel positioning in device space.
This changes the behavior to ask for an non-sub-pixel positioned
glyph in source space.
Change-Id: Idf29a82f79cb551ced2db5ffd7774c526147ccac
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200937
Auto-Submit: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-03-13 21:42:43 +00:00
Mike Reed
8bcd12892d
assert that during restore, the layer and its parent are in the same colorspace
...
Bug: skia:8773
Change-Id: Ie02efaac2d20cdb9c903cfd1e11eca958c3aca48
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/201003
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-13 21:15:53 +00:00
Herb Derby
36f6608183
Use bulk api in direct-to-screen fallback
...
Change-Id: If1fa6118a9c6c9f7d4589942d890257f1fb581ba
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200936
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-13 19:43:21 +00:00
skia-autoroll
cba1441017
Roll third_party/externals/swiftshader 6480d4e10cb5..4ef71eb81f5d (3 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/6480d4e10cb5..4ef71eb81f5d
git log 6480d4e10cb5..4ef71eb81f5d --date=short --no-merges --format='%ad %ae %s'
2019-03-13 sugoi@google.com Change scissor type from sw::Rect to VkRect2D
2019-03-13 sugoi@google.com Remove old Framebuffer code from Vulkan
2019-03-13 sugoi@google.com Remove precacheDLL
Created with:
gclient setdep -r third_party/externals/swiftshader@4ef71eb81f5d
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=benjaminwagner@google.com
Change-Id: I0ef552956dcf2a977cdbc8c7411c89041e84c0a0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200981
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 19:25:21 +00:00
skia-autoroll
a95471f06f
Roll third_party/externals/swiftshader 25ec7b0cd393..6480d4e10cb5 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/25ec7b0cd393..6480d4e10cb5
git log 25ec7b0cd393..6480d4e10cb5 --date=short --no-merges --format='%ad %ae %s'
2019-03-13 dsinclair@google.com [cmake] Check for deps before adding.
Created with:
gclient setdep -r third_party/externals/swiftshader@6480d4e10cb5
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=benjaminwagner@google.com
Change-Id: Ifdf8768c5966439420fcfbc9a9b938b76b4500c0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200899
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 18:42:21 +00:00
Adrienne Walker
21bda79ca3
Fix uninitialized read in too small SkDescriptor
...
Bug: chromium:941542
Change-Id: I2054b0e1f94553caa70367f2b1b6c7e17a6ecd1c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200938
Commit-Queue: Adrienne Walker <enne@chromium.org>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Adrienne Walker <enne@chromium.org>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-13 18:31:21 +00:00
Chris Dalton
7d6748ed13
Remove GrAAType::kMixedSamples
...
Our only use case for mixed samples is stencil-then-cover. This mode
is now handled by AATypeFlags::kMixedSampledStencilThenCover.
Bug: skia:
Change-Id: Id7431cf83ccb20752d1bc85c6ad41efe408e0359
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200841
Commit-Queue: Chris Dalton <csmartdalton@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-13 18:20:21 +00:00
Chris Dalton
09e56897ab
Replace GrAAType with flags for path renderers
...
Replaces the single GrAAType with a set of flags indicating which AA
types are acceptable for the path renderer to use.
Bug: skia:
Change-Id: I773565c904a360355e771966b6cddba697e1165f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200840
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-03-13 18:07:51 +00:00
Ben Wagner
93b9451239
Omit some SKPs that seem to cause GalaxyS9 to crash.
...
Bug: skia:8854
Change-Id: I7bf90ba1217ec05e60dd976a66f3b61290396767
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200059
Commit-Queue: Brian Salomon <bsalomon@google.com>
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-13 17:25:21 +00:00
Mike Klein
be3929daf6
reland: add private non-copying SkReadBuffer::readString()
...
PS1 is https://skia-review.googlesource.com/c/skia/+/171220
PS2 checks for a bad name.
Bug: oss-fuzz:13706, chromium:941425
Change-Id: Ia11a96a755d8d55327c758ef97a055a472035644
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200941
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-13 17:18:41 +00:00
skia-recreate-skps
15ce5f5aa5
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I67c601388102d96210893d7303e7b70a389498cc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200942
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-13 17:18:11 +00:00
Florin Malita
cd6120c502
[skottie] Use kMedium_SkFilterQuality for image filtering
...
... to improve downscaling quality.
Also update the default sksg::Image filter quality to match SkPaint (kNone).
TBR=reed@google.com
Change-Id: I32788d3a214450cce362be0d178a2404ad255afa
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200927
Auto-Submit: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-13 16:18:51 +00:00
Stephan Altmüller
673c538f8d
Fix Pixel 3 dimension
...
Bug: skia:
Change-Id: I7a45cb7502be04b8c08342571f5adb222e47774c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200928
Commit-Queue: Stephan Altmueller <stephana@google.com>
Reviewed-by: Stephan Altmueller <stephana@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-03-13 15:56:51 +00:00
skia-autoroll
88026c4366
Roll third_party/externals/angle2 3c1f5a6bd487..4e87659e289c (1 commits)
...
3c1f5a6bd4..4e87659e28
git log 3c1f5a6bd487..4e87659e289c --date=short --no-merges --format='%ad %ae %s'
2019-03-13 ianelliott@google.com Fix eglChooseConfig for attributes that have exact default values.
Created with:
gclient setdep -r third_party/externals/angle2@4e87659e289c
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=benjaminwagner@google.com
Change-Id: I3f6d8c28134865164353007b50aec1fe2c7e1ea3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200894
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 15:32:41 +00:00
Brian Osman
e22dba8d5e
Clamp in GrBicubicEffect (to match SW and for general sanity)
...
Bug: skia:8809
Change-Id: I9f5b6428113602929b3a1b45c25b623e8da0e264
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200512
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-03-13 14:46:11 +00:00
Brian Osman
cdf31743af
Include test name in error messages for failing tests
...
Bug: skia:
Change-Id: Ia2da00466ba1326b109f0ff0a8d891735bdc2b4d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200925
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-13 14:36:21 +00:00
Mike Klein
08e6bd4e6c
Revert "add private non-copying SkReadBuffer::readString()"
...
This reverts commit 232783f0c5
.
Reason for revert: several fuzzers find nullptr deref. Will investigate and reland.
Original change's description:
> add private non-copying SkReadBuffer::readString()
>
> ... and use it when looking up deserialized type factories.
>
> Change-Id: I23d6dd549d4258908a961971a8de380776c91e1c
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/171220
> Commit-Queue: Mike Klein <mtklein@google.com>
> Reviewed-by: Khushal Sagar <khushalsagar@chromium.org>
TBR=mtklein@google.com ,khushalsagar@chromium.org
Change-Id: I552f8de413dd52e1480c8ce1e7e84a072a54cb93
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200940
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-13 14:11:42 +00:00
Herb Derby
fbf260df76
Check that a glyph will fit in the atlas instead of a bogus check
...
I made a transcription error about 7 mo. ago. This corrects the error.
Change-Id: Icbe814a9e44748778bf988840fc2fc7ab9e8fa86
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200500
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-13 13:20:51 +00:00
skia-autoroll
6d31ddee3c
Roll third_party/externals/swiftshader 1407297b7f7d..25ec7b0cd393 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/1407297b7f7d..25ec7b0cd393
git log 1407297b7f7d..25ec7b0cd393 --date=short --no-merges --format='%ad %ae %s'
2019-03-13 sugoi@google.com Removed references to sw::Surface
Created with:
gclient setdep -r third_party/externals/swiftshader@25ec7b0cd393
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=benjaminwagner@google.com
Change-Id: I0ccc7c59c7e1209c8ea2a55b499e330643e72088
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200890
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 12:49:50 +00:00
skia-autoroll
bac53f089d
Roll third_party/externals/swiftshader dd2faaeee6b2..1407297b7f7d (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/dd2faaeee6b2..1407297b7f7d
git log dd2faaeee6b2..1407297b7f7d --date=short --no-merges --format='%ad %ae %s'
2019-03-13 bclayton@google.com src/Pipeline/ComputeProgram: Remove unused parameter numDescriptorSets
Created with:
gclient setdep -r third_party/externals/swiftshader@1407297b7f7d
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=benjaminwagner@google.com
Change-Id: Ia1e61dc9f3249aa026e7366ebe6283e3086376a2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200882
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 08:29:58 +00:00
skia-autoroll
fe70dabb8e
Roll third_party/externals/swiftshader bea4751348ca..dd2faaeee6b2 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/bea4751348ca..dd2faaeee6b2
git log bea4751348ca..dd2faaeee6b2 --date=short --no-merges --format='%ad %ae %s'
2019-03-13 swiftshader.regress@gmail.com Regres: Update test lists @ bea47513
Created with:
gclient setdep -r third_party/externals/swiftshader@dd2faaeee6b2
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=benjaminwagner@google.com
Change-Id: I2fb3e1e38914cca0d46b57b48f2d471e9bdeadd5
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200881
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 07:47:48 +00:00
skia-autoroll
39da0504bb
Roll third_party/externals/angle2 b6eb34122e07..3c1f5a6bd487 (2 commits)
...
b6eb34122e..3c1f5a6bd4
git log b6eb34122e07..3c1f5a6bd487 --date=short --no-merges --format='%ad %ae %s'
2019-03-12 jmadill@chromium.org Include script outputs in run_code_generation.py.
2019-03-12 syoussefi@chromium.org Add glmark2 to angle_perftests
Created with:
gclient setdep -r third_party/externals/angle2@3c1f5a6bd487
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=benjaminwagner@google.com
Change-Id: I0c983c31986dcef7946084dd6356183a486de02c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200666
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 05:01:14 +00:00
skia-autoroll
33e898d69c
Roll third_party/externals/swiftshader aa8f699a90af..bea4751348ca (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/aa8f699a90af..bea4751348ca
git log aa8f699a90af..bea4751348ca --date=short --no-merges --format='%ad %ae %s'
2019-03-13 chrisforbes@google.com Add support for D16_UNORM depth test & write
2019-03-13 chrisforbes@google.com Remove very early depth test
Created with:
gclient setdep -r third_party/externals/swiftshader@bea4751348ca
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=benjaminwagner@google.com
Change-Id: Iee4105b11e4d5c0c4216a4cf8d190f660d1ac356
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200668
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 04:44:15 +00:00
skia-autoroll
9a225463be
Roll ../src 37fe521d6049..54744c955cd6 (411 commits)
...
37fe521d60..54744c955c
git log 37fe521d6049..54744c955cd6 --date=short --no-merges --format='%ad %ae %s'
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a7314e4d2310..967fadd27a67 (2 commits)
2019-03-13 miu@chromium.org AudioService: Finish SnooperNode tests + timing bug fix.
2019-03-13 chrishall@chromium.org Language detection minimum viable product.
2019-03-13 sreerenj.balachandran@intel.com vaapi_wrapper: Add debug log for Low-power encode enablement
2019-03-13 Tom.Tan@microsoft.com Disable dav1d decoder for Windows ARM64
2019-03-13 cblume@chromium.org Synchronize Vulkan writes in AHB SharedImage
2019-03-13 robliao@chromium.org Convert views::RepeatController::RepeatController To Use base::RepeatingClosure
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3729.6_rc-r1-merged to 74.0.3729.7_rc-r1-merged
2019-03-13 gyuyoung@igalia.com Remove unnecessary Create() factory function in Blink's core/animation
2019-03-13 sunnyps@chromium.org Make TakeFrontBuffer a deferred message
2019-03-13 einbinder@chromium.org DevTools: Focus the add workspace button by default
2019-03-13 aluo@chromium.org Updated cts tests to latest versions
2019-03-13 hollingum@google.com crostini transient windows: visibility controlled by parent
2019-03-13 ikobylin@yandex-team.ru Replace direct call of cr.addWebUIListener with WebUIListenerBehavior
2019-03-13 bokan@chromium.org Skip MISSED frames in browser compositor
2019-03-13 boliu@chromium.org aw: Implement GrabViewSnapshotAsync for webview
2019-03-13 robliao@chromium.org Convert ui::Layer::SetDidScrollCallback To Use RepeatingCallback
2019-03-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 76fbbeea67f5..77982de9efa9 (123 commits)
2019-03-13 dgozman@chromium.org Fix flaky xss-ALLOWED-same-origin-top-navigation-without-user-gesture.html
2019-03-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from ddb838f4b90d to 423fcfc30ccd
2019-03-13 ksakamoto@chromium.org SignedExchange: Fallback redirect shouldn't accept signed-exchange
2019-03-13 kmarshall@chromium.org [Fuchsia] Use memory offsets instead of file offsets for ELF headers.
2019-03-13 tonikitoo@igalia.com Switch the remaining classes in core/css to use downcast helpers (8/n)
2019-03-13 richard.li@intel.com [OnionSoup] Build typemapping for blink::FormDataElement
2019-03-13 robliao@chromium.org Convert ui::test::ScrollStepCallback to RepeatingCallback With Associated Uses
2019-03-13 sergeyu@chromium.org Remove sergeyu@ from //remoting/OWNERS.
2019-03-13 findit-for-me@appspot.gserviceaccount.com Revert "Make pointer capture work in same origin frame"
2019-03-13 mrefaat@chromium.org [TabRefactoring] Remove notifyTab call from preload.
2019-03-13 alemate@chromium.org Chrome OS: Remove unused imports.
2019-03-13 rockot@chromium.org Remove most direct usage of ServiceFactory
2019-03-13 sczs@chromium.org [ios] Plumbs InfobarUI state to InfobarBadgeTabHelper delegate.
2019-03-13 leon.han@intel.com [ServiceWorker] Eliminate ServiceWorkerDispatcherHost
2019-03-13 zhuoyu.qian@samsung.com Put CSSUnicodeRangeValue into the blink::cssvalue namespace.
2019-03-13 tby@chromium.org [Cros SR] Fix name of (click index, query length) histogram.
2019-03-13 robertogden@chromium.org Check if Optimization Hints are loaded as a PreviewsEligibilityReason
2019-03-13 leon.han@intel.com [ServiceWorker] Pass SW provider info via navigation commit IPC
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 920bada95c6d..8b94108e6848 (1 commits)
2019-03-12 sunnyps@chromium.org Remove obsolete deps from //content/gpu
2019-03-12 shaktisahu@chromium.org Enabled download home v1 to work with the new backend
2019-03-12 robliao@chromium.org Align Calls from base::Bind to base::Bind[Once|Repeating] Based on Declared Type
2019-03-12 hesen@google.com Rename Download Glue Implementation
2019-03-12 rouslan@chromium.org [Payment Request][Blink] Use a pre-finalizer.
2019-03-12 dmblack@google.com Don't animate mic state changes in Assistant if UI is not visible.
2019-03-12 updowndota@chromium.org Fix Assistant hotword settings logic
2019-03-12 dmazzoni@chromium.org Fire new ax event when image attribute status changes
2019-03-12 liberato@chromium.org ObservationId => base::UnguessableToken
2019-03-12 dtrainor@chromium.org Revert "Prepare Stack/StackAnimation (migration to CompositorAnimator, part 4)"
2019-03-12 robliao@chromium.org Migrate widget_interactive_uitest.cc to RepeatingCallback/BindRepeating
2019-03-12 jam@chromium.org Always enable data URLs and disable file URLs with the network service.
2019-03-12 harringtond@chromium.org Fixes to net error page for DNS probe handling
2019-03-12 vtsyrklevich@chromium.org GWP-ASan: Use random eviction to allocate slots
2019-03-12 marcin@mwiacek.com Improve using TimePeriod @IntDef
2019-03-12 chaopeng@chromium.org Pumping keymap file
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src b1ff15f22062..b75f4362f01a (1 commits)
2019-03-12 steimel@chromium.org [Media Controls] Prevent disabled controls from handling taps
2019-03-12 xiaohuic@google.com Temporarly disable -Wextra-semi on ChromeOS
2019-03-12 danakj@chromium.org Move window closing out of WebWidgetClient.
2019-03-12 joenotcharles@google.com Prepare chrome_cleaner for upcoming engine tests
2019-03-12 dpapad@chromium.org File Manager: Remove inaccurate @extends {cr.EventTarget} annotation.
2019-03-12 steimel@chromium.org [Global Media Controls] Add HardwareMediaKeyHandling flag to Linux
2019-03-12 caseq@chromium.org Revert "Reland "Skip NavigationScheduler for form submission""
2019-03-12 chaopeng@chromium.org Revert "Add plumbing for keymap"
2019-03-12 rkjnsn@chromium.org remoting: Use remoting_host.exe to display file chooser.
2019-03-12 jamescook@chromium.org docs: Replace remove_webcore_debug_symbols with blink_symbol_level=0
2019-03-12 Erik.Anderson@microsoft.com Update sleep.py to use high resolution timer
2019-03-12 nikunjb@chromium.org For debugging UI, Client ID can be sent as hex string instead of pair of Int
2019-03-12 adettenb@microsoft.com Finish implementing ISelectionItemProvider for UIA
2019-03-12 agawronska@chromium.org Improve screen reader messages for parent access code input
2019-03-12 tedchoc@chromium.org Suppress HTTP auth dialogs if the tab is hidden (or gets hidden).
2019-03-12 dtseng@chromium.org Add labels for unlabeled developer options button
2019-03-12 collinbaker@chromium.org Add myself as owner to in-product help related directories
2019-03-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.22.
2019-03-12 joenotcharles@google.com Add TryDeleteExtensions method to ChromePromptIPC
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 77e5d48a085e..920bada95c6d (1 commits)
2019-03-12 marcin@mwiacek.com Migrate ClientType to the @IntDef
2019-03-12 tbansal@chromium.org Convert NQE to a base::Feature
2019-03-12 jamescook@chromium.org Fix blink_symbol_level = 0 override for Windows debug builds
2019-03-12 chaopeng@chromium.org Add Tab observer for TouchlessEventHandler
2019-03-12 frkoenig@chromium.org gpu: Remove internal_format parameter from BufferQueue
2019-03-12 joenotcharles@google.com Make chrome_cleaner service unit tests safer
2019-03-12 npm@chromium.org [ResourceTiming] Rename test resource_memory_cached->resource_reuse
2019-03-12 jdufault@google.com cros: Remove ContextEditor usage for HID detection
2019-03-12 eugenebut@chromium.org Remove ExternalFileController class.
2019-03-12 agrieve@chromium.org SuperSize: Fix a few "Unexpected File" messages in the logs
2019-03-12 xdai@chromium.org SplitViewController::OnWindowDragStarted() should only be called once.
2019-03-12 futhark@chromium.org Remove unnecessary paint invalidation diff.
2019-03-12 nyquist@chromium.org Reland: [leveldb_proto] Add support for automatic conversion to client type.
2019-03-12 smaier@chromium.org Adding a dontwarn to a proguard flags file
2019-03-12 robliao@chromium.org Migrate menu_controller_unittest.cc to RepeatingClosure/BindRepeating
2019-03-12 avi@chromium.org Don't use NSArray without definition.
2019-03-12 mastiz@chromium.org Fix extension settings sync using KeyedServices on wrong thread
2019-03-12 hsuregan@chromium.org [CrOS Wallpaper] Persist checkmark on active wallpaper thumbnail.
2019-03-12 mek@chromium.org Don't iterate over a set while its modified in BlobRegistryImpl destruction.
2019-03-12 pdr@chromium.org Re-enable BlinkGenPropertyTrees by default
2019-03-12 siggi@chromium.org PM: Keep all TabHelpers in a linked list and clean them up on shutdown.
2019-03-12 sczs@chromium.org [ios] Fixes testBookmarkContextBarInVariousSelectionModes timeouts.
2019-03-12 agrieve@chromium.org SuperSize: Remove ".rel.dyn (unpacked)" section size.
2019-03-12 rdevlin.cronin@chromium.org [Extensions Bindings] Remove obsolete JS resources from //extensions
2019-03-12 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ 8256c8b29..855a71dfd (9 commits)
2019-03-12 wangxianzhu@chromium.org [BGPT] Remove dependency from PaintArtifactCompositor to has_potential_xxx_animation
2019-03-12 edinkadric@google.com Enable EditableCombobox on Windows.
2019-03-12 malaykeshav@chromium.org PropertyTreeBuilder: Check subtree for rounded corners
2019-03-12 mario@igalia.com Migrate layout_theme_mac.[h|mm| away from WTF::RetainPtr
2019-03-12 suzyli@google.com fix: adjust behavior of isUVPAA for Clank
2019-03-12 shaktisahu@chromium.org Removed handling of incognito profile from DownloadBackgroundTask
2019-03-12 khmel@chromium.org arc: Expose android_id to Chrome.
2019-03-12 estark@google.com Update PageInfo to not use a SecurityInfo
2019-03-12 marcin@mwiacek.com Migrate Type to @IntDef
2019-03-12 amehfooz@chromium.org Remove InkDrop animation for System Info buttons
2019-03-12 bsheedy@chromium.org Rename GPU Android manual VK bots
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle c9bc33cff483..b6eb34122e07 (1 commits)
2019-03-12 mattreynolds@google.com Fix gamepad disconnect detection on Linux
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 2a2d732c396f..435db2d5257f (2 commits)
2019-03-12 joenotcharles@google.com Remove the deprecated Urza engine.
2019-03-12 backer@chromium.org Keep SharedContextState alive as long as SharedImageFactory
2019-03-12 enga@chromium.org Enable use_dawn for gpu_fyi_tests
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 6a1d92b526d4..7ce5de0c17bd (5 commits)
2019-03-12 enga@chromium.org Add --no-xvfb option to Blink web tests
2019-03-12 gujen@google.com Add SpellcheckLanguageBlacklist policy
2019-03-12 yaoxia@chromium.org Expand NavigationDownloadPolicy to contain 2 bitmasks: observed_types/disallowed_types
2019-03-12 skobes@chromium.org Fix double-application of scroll offset in JankTracker.
2019-03-12 lukasza@chromium.org Adding 2 more extensions to the allowlist.
2019-03-12 msw@chromium.org Construct the status bubble widget on demand
2019-03-12 tikuta@chromium.org [protobuf] remove deprecated deps parameter
2019-03-12 dgozman@chromium.org Do not access provisional document loader from Document::DispatchUnloadEvents
2019-03-12 ayui@chromium.org [idle] Restrict the Idle Detection API to top-level frames
2019-03-12 huangdarwin@chromium.org Clipboard: Remove duplicate SystemClipboard::WritePlainText code
2019-03-12 vakh@chromium.org #crashfix: Checked IsSupported() before calling GetSafetyNetId()
2019-03-12 amaralp@chromium.org Create AppThemeColorProvider and have ToolbarTablet's MenuButton use it
2019-03-12 janewman@microsoft.com Re-land: Implement UIA accessibility tree formatter
2019-03-12 ryansturm@chromium.org Turning on PreviewsReloadsAreSoftOptOuts for testing config
2019-03-12 eirage@chromium.org Make pointer capture work in same origin frame
2019-03-12 carlosil@chromium.org Reland "Fix SSL committed interstitials bugs when interacting with other CI."
2019-03-12 gayane@chromium.org [Chrome Colors] Simple logic for Chrome colors.
2019-03-12 shaktisahu@chromium.org Added flag for new download backend
2019-03-12 aarontag@chromium.org Adding cookies blocked by CanGetCookies to list of excluded cookies
2019-03-12 rohitrao@chromium.org [ios] Uses WaitUntilConditionOrTimeout() in EG utilities.
2019-03-12 ginko@google.com Changes app list focus to use focus ring instead of highlight
2019-03-12 ccameron@chromium.org Update macOS ui::SelectFileDialogImpl to use weak ptr and unique_ptr
2019-03-12 chaopeng@chromium.org Add plumbing for keymap
2019-03-12 eirage@chromium.org Automate some pointerlock wpt
2019-03-12 robertphillips@google.com Add flag to skia/config/SkUserConfig.h to unblock Skia roll
2019-03-12 wittman@chromium.org Reland "[Sampling profiler] Encapsulate Mac stack walking 1/4: kernel unwinds"
2019-03-12 rsesek@chromium.org Remove some GYP cruft.
2019-03-12 dgozman@chromium.org DCHECK that most requests do not have RequestContextFrameType set
2019-03-12 ntfschr@chromium.org AW NS: remove CTS tests from filter
2019-03-12 cch@chromium.org Add a function to create search suggestions for an on-device provider.
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src 437a552f51ec..f925eefb2147 (1 commits)
2019-03-12 joenotcharles@google.com Add --run-without-sandbox-for-testing switch to chrome_cleaner
2019-03-12 thestig@chromium.org Use an early return in RenderWidgetHostViewAura::OnWindowFocused().
2019-03-12 spang@chromium.org Avoid absolute paths in test runner scripts
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 6089762331e7..921920e85f89 (1 commits)
2019-03-12 vakh@chromium.org AndroidTelemetryService: Test to verify that the proto is populated as expected.
2019-03-12 hcarmona@chromium.org Navi/Welcome: Enable compressing resources.
2019-03-12 fdoray@chromium.org TaskScheduler: Schedule AdjustMaxTasks() through Executor.
2019-03-12 tinazwang@chromium.org [SendTabToSelf] Add user metrics to desktop menu
2019-03-12 adettenb@microsoft.com Implement UIA_ItemStatusPropertyId
2019-03-12 sky@chromium.org chromeos: disables OverviewSessionTest.RoundedEdgeMaskVisibility
2019-03-12 siyua@chromium.org [AF][Paradise] Enable Paradise settings button for non-sync users
2019-03-12 bratell@opera.com Build: generated_types needs to explicitly depend on base
2019-03-12 thestig@chromium.org Fix keyboard focus on webpages after finishing window.print() with ESC.
2019-03-12 rdevlin.cronin@chromium.org [Extensions] Disable flaky test ExternallyConnectableMessagingTest.FromIncognitoPromptApp
2019-03-12 wanderview@chromium.org CacheStorage: Remove support for duplicate requests in cache.addAll().
2019-03-12 ctzsm@chromium.org aw: Enable testJavascriptInterfaceForClientPopup cts test
2019-03-12 oysteine@google.com Perfetto: Fix for background tracing enabling TraceLog directly
2019-03-12 johnchen@chromium.org [ChromeDriver] Check for pointer move out of bound
2019-03-12 jam@chromium.org Add support for a URLoaderThrottle adding request headers asynchronously.
2019-03-12 sgilhuly@chromium.org Add sgilhuly@ to Viz Devtools OWNERS
2019-03-12 amaralp@chromium.org Move bottom margin from NTP to search log
2019-03-12 minch@google.com Animate backdrop only if necessary.
2019-03-12 backer@chromium.org Silence some NOTIMPLEMENTED spam
2019-03-12 rdevlin.cronin@chromium.org Reland "[Extensions Bindings] Remove the kNativeCrxBindings feature"
2019-03-12 updowndota@chromium.org Add a11y announces for Assistant voice match enrollment
2019-03-12 estade@chromium.org Fix chrome://device-emulator power settings
2019-03-12 ellyjones@chromium.org webvtt: support Mac system styling
2019-03-12 thomasanderson@chromium.org Ensure all targets build on Windows with use_custom_libcxx=true
2019-03-12 dpapad@chromium.org WebUI cleanup: Delete unused cr.ui.RepeatingButton.
2019-03-12 sophiechang@chromium.org Remove unnecessary ResourceLoadingHints.* histograms
2019-03-12 wutao@chromium.org app_list: Show vertical bar icons for Assistant
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 6330818ec815..4f779c6aec77 (3 commits)
2019-03-12 jarrydg@chromium.org Quota: Rename QuotaAndUsageHelper to QuotaAndUsageInfoGatherer
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia d40dc3f81b94..2a2d732c396f (35 commits)
2019-03-12 clemensh@chromium.org [v8][wasm] Add histograms for two more code size counters
2019-03-12 drott@chromium.org Introduce directory callback for FontLookupTable cache dir
2019-03-12 arthursonzogni@chromium.org Make AccessibilityNotificationWaiter working with RenderDocument.
2019-03-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.21.
2019-03-12 georgesak@chromium.org Remove georgesak@ from chrome/browser/memory/OWNERS
2019-03-12 wangxianzhu@chromium.org Make blink_pref.paint color-changes.html behavior consistent across browsers
2019-03-12 manukh@chromium.org [omnibox chrome:omnibox] Include document type in additional info column.
2019-03-12 gbeaty@chromium.org Increase shards for content_browsertests on Lollipop Phone Tester to 13.
2019-03-12 wittman@chromium.org [Sampling profiler] Record frame on Windows before unwind
2019-03-12 jdemeulenaere@google.com [Autofill Assistant] Prevent crash when animating carousel.
2019-03-12 huangdarwin@chromium.org Refactor: Use = for copy constructor
2019-03-12 avi@chromium.org Modernize calling JavaScript on RenderFrameHost pt 2.
2019-03-12 dgozman@chromium.org DocumentLoader: commit navigation synchronously. Attempt #2
2019-03-12 schenney@chromium.org [WPT] Add bug for failing WPT test
2019-03-12 clemensh@chromium.org [v8] Deprecate dead histogram
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 6193cb187e4a..6a1d92b526d4 (1 commits)
2019-03-12 thestig@chromium.org Build pdf_formcalc_context_fuzzer.
2019-03-12 mario@igalia.com Migrated scrollbar_theme_mac.mm away from WTF::RetainPtr
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from f6a5010b941c to ddb838f4b90d
2019-03-12 grt@chromium.org Include symbols for chrome_watcher.dll in the main symbol archive.
2019-03-12 sebmarchand@chromium.org Add the memory::FreeMemoryObservationWindow class.
2019-03-12 sinansahin@google.com Fix OverScroll effect being clipped to padding on NTP
2019-03-12 yashard@google.com Fix origin_trial_os not working correctly
2019-03-12 jbroman@chromium.org Attach activate data to the portalactivate event.
2019-03-12 timvolodine@chromium.org [AW LayoutTests] Update background fetch exclusions to unbreak Android WebView M/N bots.
2019-03-12 estade@chromium.org Make some ImageSkiaOperations no-op when appropriate.
2019-03-12 npm@chromium.org [ElementTiming] Allow timing for video poster image
2019-03-12 beaufort.francois@gmail.com [CrOS Video Player] Support Auto Picture-in-Picture
2019-03-12 emircan@chromium.org Fix WebRtcVideoHighBitrateBrowserTest SDP settings
2019-03-12 avi@chromium.org Convert away from method JSONReader::ReadAndReturnErrorDeprecated
2019-03-12 ericorth@chromium.org Fix uninitialized and overflow in HostCache::Entry merge
2019-03-12 morlovich@chromium.org SimpleCache: remove some not-very-useful histograms.
2019-03-12 fhorschig@chromium.org [Mfill Android] Move provider out of data class
2019-03-12 chouinard@chromium.org [Feed Internals] Add FeedProcessScope dump
2019-03-12 nektar@chromium.org Adds an AXSelection test that selects consecutive characters in a content editable
2019-03-12 vmpstr@chromium.org [DL/PE]: Remove some duplicated code while force unlocking display locks.
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src b12e7338eeea..b1ff15f22062 (1 commits)
2019-03-12 szermatt@chromium.org [Autofill Assistant] Fix transparent areas blue line and fade in/out.
2019-03-12 backer@chromium.org Remove plane size workaround
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 2d6126cf865a..6089762331e7 (2 commits)
2019-03-12 bratell@opera.com Explicitly upgrade old packages in install-build-deps.sh
2019-03-12 chaopeng@chromium.org Pumping Android cursor visibility state
2019-03-12 jlklein@google.com Update uma protos from Google3.
2019-03-12 robertocn@google.com Rename net_host_resolver_impl_fuzzer -> net_host_resolver_manager_fuzzer
2019-03-12 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (related to creation, duration, start-delay, and cancel) to WPT
2019-03-12 lizeb@chromium.org tools/dump_process_memory: Break down freed memory per type.
2019-03-12 nyquist@chromium.org Remove //third_party/visualmetrics
2019-03-12 gambard@chromium.org [iOS][web] Remove URL change avec push state
2019-03-12 jtallon@igalia.com Add ATK accessible-name change events for browser content
2019-03-12 robliao@chromium.org Convert CallbackLayerAnimationObserver to use base::RepeatingCallback
2019-03-12 mario@igalia.com Migrated scroll_animator_mac.mm away from WTF::RetainPtr
2019-03-12 jamescook@chromium.org Convert "Set Time" JS dialog to use OnJavascriptAllowed()
2019-03-12 ulan@chromium.org Remove oortonline_tbmv2 benchmark
2019-03-12 ldaguilar@chromium.org Add minimum interval for immediate status upload.
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ffd908d91238..e96498a32500 (1 commits)
2019-03-12 burunduk@chromium.org Add second Store Debug Logs button, with user logs
2019-03-12 mario@igalia.com Migrated locale_mac.[h|mm| away from WTF::RetainPtr
2019-03-12 lsuder@google.com [Autofill Assistant] Allows showing also Shipping Details.
2019-03-12 lukasza@chromium.org Remove stale test expectation - the bug has been fixed already.
2019-03-12 treib@chromium.org sync_ui_util cleanup: inline GetSyncedStateStatusLabel
2019-03-12 georgesak@chromium.org Remove georgesak@ from chrome/browser/extensions/api/enterprise_reporting_private/OWNERS
2019-03-12 lukasza@chromium.org OOPIFs: Accept the URL-vs-origin differences in console messages.
2019-03-12 raleksandrov@google.com Management WebUI: Printing reporting
2019-03-12 mamir@chromium.org [Sync] Remove long poll interval. Short one is always used anyway
2019-03-12 smaier@chromium.org Turning on multidex for cast_shell_apk
2019-03-12 robertphillips@google.com Remove usage of GrContextOptions::fExplicitlyAllocateGPUResources
2019-03-12 tikuta@chromium.org [libprotobuf-mutator] fix fuzzable_proto_library
2019-03-12 jkrcal@chromium.org [AF Wallet Metadata] Test that remote deletions are properly propagated
2019-03-12 chlily@chromium.org Remove unused NetworkErrorLoggingDelegate
2019-03-12 waffles@chromium.org Launch JSON Omaha protocol.
2019-03-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.19.
2019-03-12 blundell@chromium.org Componentize the ChromeOS ProfileOAuth2TokenService delegate
2019-03-12 erikj@opera.com Make it possible to remove the root layer in the android CompositorImpl
2019-03-12 pshmakov@google.com Blacklist zuk devices for bitmaps as notification icons
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite d5417c72fe1a..2d6126cf865a (2 commits)
2019-03-12 agl@chromium.org Add C++ code to support security keys Settings UI
2019-03-12 clamy@chromium.org Convert some NavigationController unit tests to use NavigationSimulator
2019-03-12 csharrison@chromium.org Deprecate custom cursors intersecting the visible viewport
2019-03-12 gambard@chromium.org [iOS][web] Disable failing test
2019-03-12 alexclarke@chromium.org Get rid of MoveableAutoLock in preparation for using SchedulerLock
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc a5c0ba186149..6330818ec815 (9 commits)
2019-03-12 marq@google.com [iOS] Remove commented-out property from app_startup_parameters.h
2019-03-12 jsaul@google.com Fix iOS flag ordering from CL 1506449
2019-03-12 behdadb@chromium.org Added pinch zoom tests to rendering.mobile
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader abb57857c536..6193cb187e4a (1 commits)
2019-03-12 treib@chromium.org sync_ui_util: Don't check for NOT_MY_BIRTHDAY error
2019-03-12 jamescook@chromium.org Fix transient window tracking in MultiUserWindowManager
2019-03-12 sebsg@chromium.org [SelfShare] Extend GCMMessage object to access original_priority value.
2019-03-12 alexilin@chromium.org Fix FieldTrialListTest.SerializeSharedMemoryRegionMetadata
2019-03-12 dtapuska@chromium.org Remove restriction on handling only non-raw resource requests in SWR.
2019-03-12 adityakeerthi@google.com Enable memory purge prevention on foregrounded renderers when freezing
2019-03-12 mcarlen@chromium.org [Autofill Assistant] Add a DONE chip type.
2019-03-12 clamy@chromium.org Refactor NavigationRequest selection in RenderFrameHost
2019-03-12 toyoshim@chromium.org OOR-CORS: Fix CORS preflight ResourceTimingInfo handling
2019-03-12 rsesek@chromium.org Fix some book-keeping bugs in MessagePumpKqueue.
2019-03-12 dullweber@chromium.org Fix DCHECK in RewriteDB
2019-03-12 davidben@chromium.org Speculatively remove the libsqlite3.so ASan suppression.
2019-03-12 jonahr@google.com Fix conformance/renderbuffers/framebuffer-test in passthrough cmd decoder
2019-03-12 digit@google.com android: Do not compress PNGs and other files in app bundles.
2019-03-12 wittman@chromium.org [Sampling profiler] Reland "Look up the libsystem_kernel module in the ModuleCache"
2019-03-12 djean@chromium.org [ios] first step into adding app level url loading service
2019-03-12 hans@chromium.org Add ToTMacOfficial Milo, tests, and mb configs
2019-03-12 tikuta@chromium.org [chrome_cleaner] remove deps from proto_library
2019-03-12 backer@chromium.org Require OOPD for SkiaRenderer
2019-03-12 pbond@google.com Add DeviceWilcoDtcConfiguration policy
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 28f71e89e3ee..ffd908d91238 (1 commits)
2019-03-12 peah@chromium.org Remove remaining code of the AEC2 activation code
2019-03-12 abhijeet@igalia.com Make probe_sink.h.tmpl and instrumenting_probes_impl.cc.tmpl case style consistent
2019-03-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.18.
2019-03-12 tikuta@chromium.org [libprotobuf-mutator] do not use deps in proto_library
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/spirv-headers/src f25b91a61ea8..3beb2a037310 (2 commits)
2019-03-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@06b7597d484665af424d8c282643aafb2d49d97a
2019-03-12 gambard@chromium.org [iOS] Disable failing test
2019-03-12 dstockwell@google.com pdf: Transform pointer coordinates to match Ink canvas
2019-03-12 jkrcal@chromium.org [AF Wallet Metadata] Test uploading local-only data in initial sync
2019-03-12 treib@chromium.org Remove unused ClientAction enum entries
2019-03-12 ios-autoroller@chromium.org [MDC roll] Roll Material Motion Animator to 0581bc3dfacd34e40381e9cf45a15070b3868ba7
2019-03-12 dvadym@chromium.org Extend FormParsing fuzzing with server predictions testing.
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult eb73833a2935..a7314e4d2310 (1 commits)
2019-03-12 javierrobles@chromium.org [iOS][MF] Disconnect the mediator on |stop|.
2019-03-12 mamir@chromium.org [Sync] Clean up favicon_sync feature and Experiments struct
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 96053d06c97b..d5417c72fe1a (5 commits)
2019-03-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.17.
2019-03-12 myid.shin@igalia.com Change long long to int64_t in third_party/blink/renderer/modules/webgl
2019-03-12 myid.shin@igalia.com Change to template functions in third_party/blink/renderer/platform/wtf/text
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3e2a4780e607..abb57857c536 (3 commits)
2019-03-12 findit-for-me@appspot.gserviceaccount.com Revert "Update PWA frame color to match HTML theme-color meta tag"
2019-03-12 lowell@chromium.org Convert FrameHostMsg_DocumentOnLoadCompleted to Mojo.
2019-03-12 hs1217.lee@samsung.com [Sync] Remove prefs::kSyncFirstSyncTime
2019-03-12 mamir@chromium.org [Sync] Clean up the launched pre_commit_update_avoidance feature
2019-03-12 lowell@chromium.org Make IdentityAccessorImplTest fully driven by IdentityTestEnvironment.
2019-03-12 tkent@chromium.org XMLSerializer: Keep redundant but harmless default namespace declarations
2019-03-12 toyoshim@chromium.org OOR-CORS: Use Blob rather than about:blank to create a dummy Worker
2019-03-12 clemensh@chromium.org [v8][wasm] Fix outdated and missing UMA descriptions
2019-03-12 treib@chromium.org AvatarButtonErrorController: don't QueryDetailedSyncStatus
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3364227fa0d8..3e2a4780e607 (1 commits)
2019-03-12 lucmult@chromium.org [Files app] Disable Context Menu FSP which is flaky
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 899835ec9999 to f6a5010b941c
2019-03-12 haraken@chromium.org Update WATCHLIST
2019-03-12 yhirano@chromium.org Dispatch mojo data pipe to ResourceLoader
2019-03-12 bashi@chromium.org OMT service worker fetch: Fix WebEmbeddedWorkerTestImplTests
2019-03-12 gambard@chromium.org [iOS][web] Group JavaScript methods
2019-03-12 toyoshim@chromium.org Update FlagExpectations for disable-features=NetworkService
2019-03-12 toyoshim@chromium.org OOR-CORS: Call DispatchDidFail even for local file sync XHR failures
2019-03-12 shimazu@chromium.org ServiceWorker: Add TIMEOUT event status to return it to the browser
2019-03-12 mastiz@chromium.org Migrate sync migration tests away from python server
2019-03-12 hajimehoshi@chromium.org Cleanup MediaStreamAudioSource and the classes around it
2019-03-12 tikuta@chromium.org [journey] remove deps from proto_library
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 1e1c13ed87ba..8d79f78c789d (1 commits)
2019-03-12 aleksandar.stojiljkovic@intel.com Fix depthStreamToRGBAUint8Texture test logic.
2019-03-12 rsorokin@chromium.org cros: Enable all the SAML testz
2019-03-12 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-03-12 gyuyoung@igalia.com Remove UnderlyingImageChecker::Create and InheritedImageChecker::Create
2019-03-12 gyuyoung@igalia.com Remove IsMonospaceChecker::Create and InheritedFontSizeChecker::Create
2019-03-12 ksakamoto@chromium.org Fix null header dereference in PrerenderURLLoaderThrottle
2019-03-12 findit-for-me@appspot.gserviceaccount.com Revert "[Extensions Bindings] Remove the kNativeCrxBindings feature"
2019-03-12 hendrich@chromium.org [ProtoSync] Add comment as hook for proto sync script
2019-03-12 toyoshim@chromium.org Reland "Reland "OOR-CORS: Make kOutOfBlinkCors depends on kNetworkService""
2019-03-12 marinaciocea@chromium.org Update RTCDataChannel bufferedamountlow implementation.
2019-03-12 johannkoenig@google.com libaom: fix WinARM64 build
2019-03-12 liberato@chromium.org Start removing LearningSession::AddExample.
2019-03-12 yhirano@chromium.org RawResource::ResponseBodyReceived shouldn't rely on IsUnusedPreload
2019-03-12 alancutter@chromium.org Update PWA frame color to match HTML theme-color meta tag
2019-03-12 uzair.jaleel@samsung.com Remove unused function GetDefaultScreenInfo
2019-03-12 ortuno@chromium.org sheriff: disable TabsTest.testTabSelectionPortrait
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 0f34f3f2f785..c9bc33cff483 (1 commits)
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 112a77f4bfed..77e5d48a085e (1 commits)
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src 40c16ec0b3ad..437a552f51ec (1 commits)
2019-03-12 nicolaso@chromium.org update_annotations_sheet: don't insert elements above header row
2019-03-12 dmazzoni@chromium.org Links and docs with just one image inside should get annotated.
2019-03-12 wtlee@google.com Implement CrOS Image Capture Javascript API
2019-03-12 rakina@chromium.org [Display Locking]: Handle elements in templates
2019-03-12 gyuyoung@igalia.com Remove SourceLocation::Create() factory function
2019-03-12 lucmult@chromium.org [Files app] - Add context menu tests
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 4c54c5ccdebd..eb73833a2935 (1 commits)
2019-03-12 ericrobinson@google.com Reset FrameScheduler::task_time_ on DidCommitProvisionalLoad.
2019-03-12 wutao@chromium.org app_list: Not recreate app_list layer in tablet mode
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 54010f6d8750..96053d06c97b (1 commits)
2019-03-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@dbabf5e0feee6f58cb92a39895d0fefbefdf3d73
2019-03-12 huangdarwin@chromium.org Async Clipboard: Add DOMException for failed blob read.
2019-03-12 yuzus@chromium.org Fix ReducedMemoryUsage for OomIntervention
2019-03-12 rmcelrath@chromium.org Disable test that's flaky on ChromeOS
2019-03-12 mxcai@chromium.org Add flag for desktop intent picker.
2019-03-12 enga@chromium.org Implement minimal WebGPU functions to test fences
2019-03-12 shimazu@chromium.org NetS13nSW: Remove old path around timers
2019-03-12 xiaohuic@google.com applist: show assistant on top in tablet mode.
2019-03-12 harrisjay@chromium.org Updates the CustomTabBar to display the origin instead of the full url.
2019-03-12 rockot@chromium.org Eliminate Content's use of ServiceFactory
2019-03-12 enga@chromium.org Connect WebGPUImplementation to Dawn WireClient interfaces
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 9c082a6bae75..54010f6d8750 (3 commits)
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3729.5_rc-r1-merged to 74.0.3729.6_rc-r1-merged
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 139c7cac4999..28f71e89e3ee (1 commits)
2019-03-12 alexlau@chromium.org Add libvda D-Bus service.
2019-03-12 dmazzoni@chromium.org Enable accessibility labels feature on trunk
2019-03-12 nhiroki@chromium.org ServiceWorker: Add CSP tests for eval() on ServiceWorkerGlobalScope
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 654540e86243..3364227fa0d8 (1 commits)
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 8220b123a125..112a77f4bfed (5 commits)
2019-03-12 mattreynolds@google.com Preserve haptic actuator internal state
2019-03-12 stimim@google.com Added support for new HWIDv3 format in HWID-checker.
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 49c9dfe3b832..0f34f3f2f785 (2 commits)
2019-03-12 ortuno@chromium.org Revert "Fix SSL committed interstitials bugs when interacting with other CI."
2019-03-12 johntlee@chromium.org Navi: Announce background being reset when skipping
2019-03-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.16.
2019-03-12 dbeam@chromium.org WebUI Dark Mode: update DICE version of welcome page
2019-03-12 jarhar@chromium.org [DevTools] Increase network summary bar tooltip precision
2019-03-12 sunnyps@chromium.org Disable failing tests on Linux GPU FYI Exp Intel 630 and TSAN bots
2019-03-12 livvielin@chromium.org Update security summary text for non cert error pages
2019-03-12 bmcquade@chromium.org Record layout stability metric for AMP subframes.
2019-03-12 dbeam@chromium.org WebUI Dark Mode: increase contrast for search results
2019-03-12 iapres@microsoft.com UIA: Fire UIA_SystemAlertEventId event
2019-03-12 chrome-release-bot@chromium.org Updating trunk VERSION from 3731.0 to 3732.0
2019-03-12 ksakamoto@chromium.org Remove PreloadImageSrcSet runtime feature flag
2019-03-12 nhiroki@chromium.org Worker: Use WorkerOrWorkletGlobalScope::Name() as human readable name of main thread worklets
2019-03-12 tgupta@chromium.org Added functionality to dismiss & delete entries in the SendTabToSelf Client Service.
2019-03-12 nhiroki@chromium.org Worker: Rename Import{Classic,Module}Script() to FetchAndRun{Classic,Module}Script()
2019-03-12 agrieve@chromium.org SuperSize: Fix symbol flags not being set for LLD map files
2019-03-12 annelim@google.com [Autofill] Move autofill-internald under subfolder
2019-03-12 sammc@chromium.org Start files app with #thumbnail-grid hidden.
2019-03-12 rdevlin.cronin@chromium.org [Extensions Bindings] Remove the kNativeCrxBindings feature
2019-03-12 spang@chromium.org Fix local_machine_junit_test_run.py with long build dirs
2019-03-12 vasilvv@chromium.org Replace QuicString with std::string
2019-03-12 szager@chromium.org [IntersectionObserver] Optimize occlusion checking
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 8bc65917405b..139c7cac4999 (1 commits)
2019-03-12 agrieve@chromium.org SuperSize: Apply ThinLTO object path deduction to all symbols
2019-03-12 abhijeet@igalia.com Make case style consistent in resource_response.h
2019-03-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium c6f50282a2af..c924d0027a7d (4 commits)
2019-03-12 dfried@chromium.org Re-lay-out toolbar after tab switch.
2019-03-12 bsheedy@chromium.org Update VR page info goldens
2019-03-12 dpapad@chromium.org WebUI cleanup: Delete unused cr.ui.ContextMenuButton.
Created with:
gclient setdep -r ../src@54744c955c
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=benjaminwagner@google.com
Change-Id: I3cead8cce435e6fb8cc385301a7b7421eb6eb5e6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200665
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 04:32:05 +00:00
skia-autoroll
a53259e061
Roll third_party/externals/swiftshader 914a46d47952..aa8f699a90af (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/914a46d47952..aa8f699a90af
git log 914a46d47952..aa8f699a90af --date=short --no-merges --format='%ad %ae %s'
2019-03-13 chrisforbes@google.com Subzero MulHigh implementation for Int4/UInt4
Created with:
gclient setdep -r third_party/externals/swiftshader@aa8f699a90af
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=benjaminwagner@google.com
Change-Id: I1692c50ee7fecb5335e83dd7430a28592f1b8488
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200662
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-13 03:33:04 +00:00
Mike Klein
73b0df10f7
tweak Descriptor_invalid_rec_size to not over-copy
...
When we pretend the SkScalerContextRec is 4 bytes bigger than it is, we
copy 4 bytes more than we should, and that's freaking out the ASAN bots.
Let's just say it's a little small. Still wrong, no stack overflow.
Cq-Include-Trybots: skia.primary:Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN
Change-Id: I03b292b9751289782cc0afcb860ca9196130985a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200557
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Adrienne Walker <enne@chromium.org>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Adrienne Walker <enne@chromium.org>
2019-03-12 23:34:24 +00:00
Mike Reed
b070bc9947
retain colorspace in blurimagefilter_raster
...
Bug: skia:8773
Change-Id: Id6c84f1216c6e6dcd455fe57e661bcb734899b86
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200601
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-03-12 22:32:45 +00:00
Adrienne Walker
dc087c60f6
Fix null pointer crash in looking up nonexistent typeface
...
Bug: chromium:939762
Change-Id: Id9f6ae3c4965069d1ee585f405036e6fe6226c12
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200600
Auto-Submit: Adrienne Walker <enne@chromium.org>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-03-12 22:24:44 +00:00
recipe-roller
d006b54ed8
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/8b94108e684872a89f7108f51ba74f01220d64fa cipd: link directly to created package on chrome-infra-packages. (jbudorick@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I8891def3f8c0bcfe1e34dddd411d2db347fc396b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200554
Reviewed-by: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2019-03-12 22:22:34 +00:00
Herb Derby
e8d2d013a1
Introduce bulk strike api for glyph metrics for one draw case
...
The strike system can determine which glyphs are important,
and will only put the important glyphs into the result.
This is only used in the draw mask case now. I will expand it to
the other cases. I'm leaving the existing abi inteact until all
cases are converted.
Change-Id: I8c5e785ccd4341adfb09888532bf7b690ffb91d4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200048
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-12 22:04:14 +00:00
skia-autoroll
5e0b6fac21
Roll third_party/externals/swiftshader b4de34ef039f..914a46d47952 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/b4de34ef039f..914a46d47952
git log b4de34ef039f..914a46d47952 --date=short --no-merges --format='%ad %ae %s'
2019-03-12 hliatis@google.com Wait semaphores for VkQueuePresentKHR
2019-03-12 hliatis@google.com Handle oldSwapchains
Created with:
gclient setdep -r third_party/externals/swiftshader@914a46d47952
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=benjaminwagner@google.com
Change-Id: I79e4c9832c4e3eec2e89bc3d3ecd40a5387cc67a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200551
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-12 21:56:05 +00:00
Mike Reed
bf66ed3063
remove dead SK_SUPPORT_LEGACY_RASTERLAYERCOLORSPACE code
...
Bug: skia:
Change-Id: I2a7300fc29bcbff109cc33e277ffbb1fa9d6d94c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200513
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-03-12 21:54:46 +00:00