Kevin Lubick
e9c1ce89c0
Add oss-fuzz compatible fuzzers for sksl2*
...
Bug: skia:
Change-Id: I468517481fcae42155c4363d817405455181d3c3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199721
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2019-03-11 15:54:01 +00:00
Joe Gregorio
ca9e2a4288
api.skia.org - Don't document private.
...
Bug: skia:
Change-Id: I4522267f6b553b999a3df47994e2bef1fb54d118
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199723
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
2019-03-11 15:52:21 +00:00
skia-autoroll
88ca5cfe07
Roll third_party/externals/swiftshader fa8603c6113f..cd3e11d9464a (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/fa8603c6113f..cd3e11d9464a
git log fa8603c6113f..cd3e11d9464a --date=short --no-merges --format='%ad %ae %s'
2019-03-11 capn@google.com Rename Win32 configuration to x86
Created with:
gclient setdep -r third_party/externals/swiftshader@cd3e11d9464a
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: I9d06bef39a9ee0f7552a65a03a4edd4308f54e23
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199700
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-11 15:37:51 +00:00
Greg Daniel
387ec9ae82
Make vulkan GrBackendFormats with ycbcr external texture types.
...
Bug: skia:
Change-Id: I58b5cc2a3e03404f05de9644eb4e459a7a9a9ebb
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199001
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-03-11 14:01:20 +00:00
Robert Phillips
0a22ba84e0
Add kIdentity_SkYUVColorSpace
...
This utility color space just maps Y to R, U to G and V to B when flattening or accessing the YUV planes. Clients can then add a colorFilter to directly manipulate the YUV values.
This cannot land in Skia until the following CL lands in Chrome:
https://chromium-review.googlesource.com/c/chromium/src/+/1506004 (Update usage of Skia's SkYUVColorSpace enum to allow the addition of a new value)
Change-Id: Id9403ebbd009b45281d4d53fca52f68692d6c69f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198160
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-11 13:47:40 +00:00
Nigel Tao
e66a0b212a
Check that we do not #define WUFFS_IMPLEMENTATION
...
Bug: skia:8235
Change-Id: Ie36301acf1779c8c33f69d9dfc986562d96992c7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199441
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-03-11 13:01:10 +00:00
Nigel Tao
48aa221e60
Update Wuffs version
...
Also re-write some C "designated initializer" expressions in
SkWuffsCodec.cpp. They may be valid C (C99), but are not necessarily
valid C++. Even though GCC and Clang extends C++ to accept them,
Microsoft Visual C++ does not.
This pulls in the Wuffs bug fix:
c4b8a6a4cc
"Don't use designated initializers".
Bug: skia:8235
Bug: skia:8764
Change-Id: I57be56ce0b7f5bc1eb38ecc113a9b7ad7d2e373b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199440
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-03-11 12:51:00 +00:00
Kevin Lubick
d8c42b0491
[canvaskit] roll on npm
...
Bug: skia:
Change-Id: I8efc4a02ada94557c65addccca093252942ca558
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199250
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-11 12:43:35 +00:00
skia-autoroll
bd050b90f8
Roll third_party/externals/swiftshader f2ddde731fb0..fa8603c6113f (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/f2ddde731fb0..fa8603c6113f
git log f2ddde731fb0..fa8603c6113f --date=short --no-merges --format='%ad %ae %s'
2019-03-11 bclayton@google.com SpirvShader: Handle OpTypeRuntimeArray in WalkAccessChain.
Created with:
gclient setdep -r third_party/externals/swiftshader@fa8603c6113f
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: Ia6eaca28ea6a21588f624bc1aab89b43d38e6a7f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199591
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-11 11:18:00 +00:00
skia-autoroll
13a67c42bd
Roll third_party/externals/swiftshader ebefaf7ce64a..f2ddde731fb0 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/ebefaf7ce64a..f2ddde731fb0
git log ebefaf7ce64a..f2ddde731fb0 --date=short --no-merges --format='%ad %ae %s'
2019-03-11 swiftshader.regress@gmail.com Regres: Update test lists @ ebefaf7c
Created with:
gclient setdep -r third_party/externals/swiftshader@f2ddde731fb0
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: Idbea592b78f25716161dd2aeb74ebb340f56f839
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199589
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-11 10:38:59 +00:00
skia-autoroll
fb7fe88827
Roll third_party/externals/angle2 b6a2f6bcf657..49c9dfe3b832 (1 commits)
...
b6a2f6bcf6..49c9dfe3b8
git log b6a2f6bcf657..49c9dfe3b832 --date=short --no-merges --format='%ad %ae %s'
2019-03-11 jiajia.qin@intel.com Fix the SSBO sync bug in two dispatch calls
Created with:
gclient setdep -r third_party/externals/angle2@49c9dfe3b832
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: Ifa9ea50c995f569420ebcc3c16d8077f5903e73c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199587
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-11 07:51:59 +00:00
skia-recreate-skps
e5571e9b18
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I2fc77cf9275c586860633a13eb89102b06f472ac
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199566
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-11 05:37:09 +00:00
skia-autoroll
3151704aff
Roll ../src bc2c6257d015..ba6c026602da (26 commits)
...
bc2c6257d0..ba6c026602
git log bc2c6257d015..ba6c026602da --date=short --no-merges --format='%ad %ae %s'
2019-03-11 chrishtr@chromium.org [PE] Remove code for pending stylesheets.
2019-03-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 65872c5b4afd..97f589992c32 (1 commits)
2019-03-11 shend@chromium.org [VK] Automatically enable/disable the virtual keyboard.
2019-03-11 sushraja@microsoft.com Fix touch keyboard occluding focused element inside OOPIF
2019-03-11 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@32d2acb0eb10420091c2185ed20c4ac4413e9a2b
2019-03-11 ericrk@chromium.org Reland "Reland "Fix black screen when navigating to somewhere after js alert dialog""
2019-03-11 kojii@chromium.org [LayoutNG] Move |PaintFragment()| to |LayoutObject|
2019-03-11 sergeyu@google.com [Fuchsia] Update web_runner to persist context state.
2019-03-11 nhiroki@chromium.org Worker: Run CSP web_tests with off-the-main-thread worker script fetch
2019-03-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 5f651f7680e5 to e7e63347d941
2019-03-11 raul@tambre.ee Convert BrowsingDataRemover to use url::Origin
2019-03-11 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.10.
2019-03-11 eae@chromium.org Add LayoutRect::EdgesOnPixelBoundaries
2019-03-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 184f6d5d75c1..c0c3e966d34b (14 commits)
2019-03-11 rob@robwu.nl [Extension docs] Restore matches_about_blank documentation
2019-03-11 sergeyu@chromium.org [Fuchsia] Enable blink unittests on Fuchsia x64 bot
2019-03-11 dmazzoni@chromium.org Create browser-process browser test for AX image annotation
2019-03-11 fs@opera.com Don't include bindings/core/v8/script_source_code.h in probe template
2019-03-11 edwardjung@chromium.org Update field trial testing config for GooogleBrandedContextMenu
2019-03-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 92ae09900456..65872c5b4afd (1 commits)
2019-03-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 9bf529ec9421..070052f6b7d5 (1 commits)
2019-03-10 bashi@chromium.org Revert "Roll src/third_party/perfetto ac7b61edde0e..c410c72c1299 (1 commits)"
2019-03-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ac7b61edde0e..c410c72c1299 (1 commits)
2019-03-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3729.3_rc-r1-merged to 74.0.3729.4_rc-r1-merged
2019-03-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 29d5dec9a078..92ae09900456 (1 commits)
2019-03-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 28c23b46037c..ac7b61edde0e (1 commits)
Created with:
gclient setdep -r ../src@ba6c026602
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: I948deae09370ef0606a22526587472149275630d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199584
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-11 02:34:56 +00:00
skia-recreate-skps
97f589992c
Update SKP version
...
Automatic commit by the RecreateSKPs bot.
TBR=rmistry@google.com
NO_MERGE_BUILDS
Change-Id: I09f08ec7577334d3d25ed743ff180a59f2480d86
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199560
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-10 08:40:05 +00:00
skia-recreate-skps
65872c5b4a
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: Iea2f05ba9e9c2d199db8056d3084b2707f6cbc7f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199540
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-10 05:37:54 +00:00
skia-autoroll
92ae099004
Roll ../src a70166a5efb1..bc2c6257d015 (100 commits)
...
a70166a5ef..bc2c6257d0
git log a70166a5efb1..bc2c6257d015 --date=short --no-merges --format='%ad %ae %s'
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from f36dabfee2ea to 5f651f7680e5
2019-03-09 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.9.
2019-03-09 chaopeng@chromium.org Add event handler for cursor fallback mode
2019-03-09 johnchen@chromium.org [ChromeDriver] Rename loggingPrefs capability
2019-03-09 wangxianzhu@chromium.org Reland "Optimize TransformPaintPropertyNode for 2d translations"
2019-03-09 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@2cd0d3fec760e18e2e926b6a1ee8b1f77c0f1ad4
2019-03-09 ekaramad@chromium.org [ FeaturePolicy ] FeaturePolicyForSandbox is "experimental"
2019-03-09 cbiesinger@chromium.org [css-flexbox] Try changing min-content contribution for overflow: non-visible
2019-03-09 xiaochengh@chromium.org [LayoutNG] Remove support of inline containers from NGOffsetMapping
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 207e8acbf072 to f36dabfee2ea
2019-03-09 nhiroki@chromium.org Deduplicate test expectations for virtual/threaded/external/wpt/animation-worklet/playback-rate.https.html
2019-03-09 johannkoenig@google.com enable av1 decoding on arm
2019-03-09 sreerenj.balachandran@intel.com vaapi: Enable the Low-Power/High-Performance H264 Encoder
2019-03-09 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.8.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia b45e5f1e810a..29d5dec9a078 (1 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 7d816f452201..b88eedc51a92 (1 commits)
2019-03-09 tikuta@chromium.org [net] remove unnecessary build dependency to generate_transport_security_state
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite a809eda4155b..6e0e02801e44 (1 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3c6dc555a004..ebefaf7ce64a (4 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 66c4cda39347..b45e5f1e810a (1 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3725.0_rc-r1-merged to 74.0.3729.3_rc-r1-merged
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 856ebf878c71..3c6dc555a004 (1 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 9622b5e49a17 to 207e8acbf072
2019-03-09 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.7.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a009d582e812..66c4cda39347 (1 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0e5424d46467..a809eda4155b (4 commits)
2019-03-09 robertocn@google.com [code coverage] Run more tests on chromeos-vm-code-coverage.
2019-03-09 bradhall@google.com Increase shards for viz_browser_tests on linux cros msan
2019-03-09 kmilka@chromium.org Don't show bookmark bar on the NTP when it's hidden
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 26a1944e9080..7d816f452201 (9 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e9d0b9c9d9fb..a009d582e812 (3 commits)
2019-03-09 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.3.
2019-03-09 ntfschr@chromium.org AW: enable WebSettingsTest.testAllowMixedMode
2019-03-09 yusufo@chromium.org Reland "Hook the TabStrip UI to the BottomControls component"
2019-03-09 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 60f9730fdced..76fbbeea67f5 (3 commits)
2019-03-09 wittman@chromium.org [Sampling profiler] Remove Mac-specific friend access to ModuleCache
2019-03-09 ios-autoroller@chromium.org [MDC roll] Roll Material Components to a64c49634b47b6f0608197a5020ce43ce4951b22
2019-03-09 chrome-release-bot@chromium.org Updating trunk VERSION from 3730.0 to 3731.0
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 14126505b237..b6a2f6bcf657 (1 commits)
2019-03-09 liberato@chromium.org LearningSessionImpl binds LearningTaskControllers to a task runner.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader dd172cc1eef2..856ebf878c71 (2 commits)
2019-03-09 sdefresne@chromium.org Mark migration related method as non-Legacy in IdentityManager
2019-03-09 goto@chromium.org [idle] Verify that the Idle Detection API works under a variety of corner cases.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite a9d10455f71d..0e5424d46467 (1 commits)
2019-03-09 bashi@chromium.org OMT service worker fetch: Fix CSP related web_tests
2019-03-09 dbeam@chromium.org Revert "Reland "WebUI Dark Mode: force user manager and print preview into light mode""
2019-03-09 joedow@chromium.org Adding logging to security key message handler
2019-03-09 karandeepb@chromium.org DNR: Move code from utils to RulesetSource.
2019-03-09 jkim@igalia.com OnionSoup: Move background_sync.mojom in public/platform to public/mojom
2019-03-09 edcourtney@google.com Collect PIP position metric.
2019-03-09 thakis@chromium.org Reland "Reland "Enable -Wextra-semi in release builds that don't set dcheck_always_on=true.""
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/spirv-headers/src 03a081524afa..a946e7319a9e (2 commits)
2019-03-09 xingliu@chromium.org Notification scheduler: Add scheduler model and related structs.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a1eb5027ef8f..e9d0b9c9d9fb (1 commits)
2019-03-09 nancyly@google.com [USB internals WebUI] Add tree view for inspecting each usb device
2019-03-09 mtlieuu@chromium.org Replace IPC with Mojo Interface for MHTML Serialization
2019-03-09 dstockwell@google.com Enable low-latency canvas for PDF annotations feature
2019-03-09 lazyboy@chromium.org Extension messaging: Implement native messaging for extension SW.
2019-03-09 ricardoq@google.com ash: expose shelf auto hide functionality to private autotest JS
2019-03-09 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 513b437dc5c6..60f9730fdced (8 commits)
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 8c1a90199a43..9bf529ec9421 (1 commits)
2019-03-09 robliao@chromium.org Suppress virtual/threaded/external/wpt/animation-worklet/playback-rate.https.html
2019-03-09 mek@chromium.org Fix double deletion/use after free in BlobBuilderFromStream.
2019-03-09 wzang@chromium.org cros: Update some outdated comments
2019-03-09 dpapad@chromium.org WebUI c/b/r folder cleanup: Move more WebUI files under dedicated subfolders.
2019-03-09 steimel@chromium.org [Global Media Controls] Add global MediaKeysListener for Linux
2019-03-09 edinkadric@google.com Enable EditableCombobox on ChromeOS.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc be7af9399ceb..184f6d5d75c1 (52 commits)
2019-03-09 dpapad@chromium.org Plugin placeholders: Replace i18n-values with $i18n{}.
2019-03-09 pbos@chromium.org Extract InkDropEventHandler into a separate class
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 4fa43115a03d..a9d10455f71d (1 commits)
2019-03-09 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@a25a0fa57de34d2b51ba88e97b38b733d1183cd5
2019-03-09 malaykeshav@chromium.org Build property tree with rounded corner bounds set
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 787b4468e49c..dd172cc1eef2 (1 commits)
2019-03-09 dpapad@chromium.org Certificate manager WebUI: Style previously unstyled "Import" button.
2019-03-09 mek@chromium.org [AppCache] Fix appcache-internals in incognito mode.
2019-03-09 anastasi@google.com Simplify code in accessibility_extension_api.cc
2019-03-09 vasilvv@chromium.org Roll src/net/third_party/quiche/src/ a6ef0a64f..348de99 (6 commits)
2019-03-09 bokan@chromium.org [BGPT] Don't set CustomScrollbar MainThreadScrollingReason
2019-03-09 dbeam@chromium.org WebUI Dark Mode: fix scrollable top/bottom border colors
2019-03-09 mmenke@chromium.org Merge HttpProxyClientSocketWrapper into HttpProxyConnectJob.
2019-03-09 xidachen@chromium.org [OT-PW] Implement PaintWorkletImageCache entry lookup
2019-03-09 ios-autoroller@chromium.org [MDC roll] Roll Material Components to a64c49634b47b6f0608197a5020ce43ce4951b22
2019-03-09 twellington@chromium.org Fix an NTP texture issue
2019-03-09 xiaochengh@chromium.org Rebaseline editing/caret/caret-painting-low-dpi.html pixel expectation on Mac
2019-03-09 jamescook@chromium.org Fold //ash/wm/focus_rules.cc into //ash/wm/ash_focus_rules.cc
2019-03-09 skare@chromium.org Remove unneeded/misspelled DEP on GRIT.
2019-03-09 npm@chromium.org [ElementTiming] Expose cross origin elements that do not pass TAO
2019-03-09 wittman@chromium.org [Sampling profiler] Record stack frames within the NativeStackSampler
2019-03-09 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's renderer/modules with the macros of Allocator
2019-03-09 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/wtf with the macros of Allocator
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 1dc5fa95d6cf to 9622b5e49a17
2019-03-09 yuweih@chromium.org [remoting][FTL] Refactor gRPC test utils
2019-03-09 tommycli@chromium.org Search Engines: Properly persist the favicon_url for the default engine
2019-03-09 fanjinsong@sogou-inc.com Ensure the handles and popup shown or hidden at the same time during drag-and-drop
2019-03-09 sergeyu@google.com [Fuchsia] Use unix-none VFS for sqlite
2019-03-09 kbr@chromium.org Run optional trybots on changes to Blink's platform/graphics/gpu.
2019-03-09 qinmin@chromium.org Don't check file permission if download collection is supported
2019-03-09 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.2.
2019-03-09 dstockwell@google.com pdf: Handle case where toolbar is not enabled
Created with:
gclient setdep -r ../src@bc2c6257d0
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: I5cb37599745365c5d315bdcb5da436ad63f5fab4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199503
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-10 02:00:34 +00:00
skia-autoroll
29d5dec9a0
Roll third_party/externals/swiftshader 3c6dc555a004..ebefaf7ce64a (4 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/3c6dc555a004..ebefaf7ce64a
git log 3c6dc555a004..ebefaf7ce64a --date=short --no-merges --format='%ad %ae %s'
2019-03-09 bclayton@google.com Regres: Drop support for tests results only on new change
2019-03-09 bclayton@google.com Regres: Scan commit message for additional test lists.
2019-03-09 bclayton@google.com Regres: Run latest PS testlists on parent.
2019-03-09 bclayton@google.com SpirvShader: Fix unused local warning in release builds.
Created with:
gclient setdep -r third_party/externals/swiftshader@ebefaf7ce64a
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Ia58fd552a1df7088cdd316cb72f6fd15f40581f7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199463
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-09 09:21:03 +00:00
skia-autoroll
b45e5f1e81
Roll third_party/externals/swiftshader 856ebf878c71..3c6dc555a004 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/856ebf878c71..3c6dc555a004
git log 856ebf878c71..3c6dc555a004 --date=short --no-merges --format='%ad %ae %s'
2019-03-09 swiftshader.regress@gmail.com Regres: Update test lists @ 856ebf87
Created with:
gclient setdep -r third_party/externals/swiftshader@3c6dc555a004
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Ie81e56741861482d35e881d28409500a91879288
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199461
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-09 08:40:33 +00:00
skia-recreate-skps
66c4cda393
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I847e3bb22e27a104d27c763583099e2f32404a53
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199415
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-09 05:42:33 +00:00
skia-autoroll
a009d582e8
Roll third_party/externals/swiftshader dd172cc1eef2..856ebf878c71 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/dd172cc1eef2..856ebf878c71
git log dd172cc1eef2..856ebf878c71 --date=short --no-merges --format='%ad %ae %s'
2019-03-09 chrisforbes@google.com Add support for OpVectorTimesScalar
2019-03-09 chrisforbes@google.com Add support for more ExtInst instructions
Created with:
gclient setdep -r third_party/externals/swiftshader@856ebf878c71
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I380d1d26e1962bd4caba1702aa3b9ea0494858a9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199407
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-09 01:43:37 +00:00
skia-autoroll
05dad96877
Roll ../src 7ddffe6a4a5e..a70166a5efb1 (458 commits)
...
7ddffe6a4a..a70166a5ef
git log 7ddffe6a4a5e..a70166a5efb1 --date=short --no-merges --format='%ad %ae %s'
2019-03-09 tommycli@chromium.org Omnibox: Preserve unelision correctly when switching tabs.
2019-03-09 dewittj@chromium.org [EoS] Add some uma metrics to better match the existing NewTabPage ones.
2019-03-09 alph@chromium.org Reland: DevTools: Implement live heap profile.
2019-03-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 7597caf5efd5..a1eb5027ef8f (3 commits)
2019-03-09 pkasting@chromium.org Try to fix flaky drag-and-drop tests.
2019-03-09 mukai@chromium.org Reland "Prevent sending client area for custom-frame widgets"
2019-03-09 tommycli@chromium.org Views: Prevent reentrancy crash in View::ShowContextMenu
2019-03-09 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3ceec3ecec70..513b437dc5c6 (10 commits)
2019-03-09 ccameron@chromium.org Mac OOP-R crashes: Flush on every texture/renderbuffer storage command
2019-03-09 pkasting@chromium.org Remove ExtensionPopupAura.
2019-03-09 robertocn@google.com [code coverage] Use newly allocated 32 core machine.
2019-03-09 fangzhoug@google.com Add feature flag and time spin constants for Shared Memory Begin Frames
2019-03-09 marcin@mwiacek.com Remove "detailed" page info for internal pages.
2019-03-08 anushruth@google.com Renamed builders on chromium.chrome to conform to new builder naming scheme
2019-03-08 kbr@chromium.org Revert "gpu: Using new API to get RGB emulation texture id directly."
2019-03-08 thegreenfrog@chromium.org [ios] Handle Edges-Cases in FindInPageManager
2019-03-08 davidbienvenu@chromium.org Add DCHECK for valid process handle in base::GetProcId.
2019-03-08 mthiesse@chromium.org Target Main intents to NoTouchActivity for notouch builds.
2019-03-08 ntfschr@chromium.org AW: enable WebSettingsTest.testLocalImageLoads
2019-03-08 collinbaker@chromium.org Don't use ink drop container bounds in InkDropMask creation
2019-03-08 mcasas@chromium.org Barcode detection Mac: add more symbologies to unit tests
2019-03-08 amusbach@chromium.org splitview: Animate the preview area inset to zero when the window snaps.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 13eba6ca91d7..787b4468e49c (6 commits)
2019-03-08 alcooper@chromium.org Ensure that XRSession promises reject if session destroyed
2019-03-08 donnd@chromium.org [TTS] Add a Feature flag for Simplified Server.
2019-03-08 lazyboy@chromium.org Check for BrowserContext correctness for native messsage hosts.
2019-03-08 sczs@chromium.org [ios] Improves InfobarModal transition and dismissal.
2019-03-08 pbos@chromium.org Add pbos@chromium.org to InkDrop owners
2019-03-08 ntfschr@chromium.org AW: enable WebViewTest.testRequestImageRef and .testLoadDataWithBaseUrl
2019-03-08 jkim@igalia.com OnionSoup: Move badging.mojom in public/platform to public/mojom
2019-03-08 robertogden@chromium.org Add DataSaver Milestone Promo IPH
2019-03-08 rsorokin@chromium.org cros: Enable WebviewClientCertsLoginTest.SigninFrameCertMultipleFiltersAutoSelected
2019-03-08 bokan@chromium.org Fix fragment anchor crash when node is removed.
2019-03-08 abhishekbh@chromium.org assistant: Fix audio output unit tests
2019-03-08 abhishekbh@chromium.org assistant: Use new PowerManagerClient API
2019-03-08 alph@chromium.org [heap profiler] Do not try to record a stack trace if TLS is destroyed.
2019-03-08 katie@chromium.org Updates ring animation for V2 when flag is enabled.
2019-03-08 eyor@google.com Fixed issue with a settings dropdown being disabled
2019-03-08 mmenke@chromium.org Remove proxy information from SocketPool's group_name strings.
2019-03-08 masonfreed@chromium.org Use float epsilon instead of double to determine axis alignment
2019-03-08 ntfschr@chromium.org AW: enable WebViewTest.testJavascriptInterfaceCustomPropertiesClearedOnReload
2019-03-08 meiliang@chromium.org Add a "Create group" button to HTS
2019-03-08 palmer@chromium.org Rule Of 2: Add Criticals example.
2019-03-08 hnakashima@chromium.org Make OfflinePageModelFactory a SimpleKeyedServiceFactory
2019-03-08 cbiesinger@chromium.org [css-flexbox] Reuse border_and_padding instead of recalculating
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 56181ba452d9..7597caf5efd5 (6 commits)
2019-03-08 hhli@chromium.org [DevTools] Handle unreachable URLs when updating security origins
2019-03-08 xingliu@chromium.org Notification scheduler: Add icon store implementation.
2019-03-08 robliao@chromium.org Revert "Reland "Enable -Wextra-semi in release builds that don't set dcheck_always_on=true.""
2019-03-08 robliao@chromium.org Revert "OOR-CORS: Make kOutOfBlinkCors depends on kNetworkService"
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 4e5e9f8afa38..4fa43115a03d (2 commits)
2019-03-08 pkasting@chromium.org Don't reshow extension popups on (slow) mouseups.
2019-03-08 ntfschr@chromium.org AW: enable WebViewTest.testPageScroll
2019-03-08 dbeam@chromium.org WebUI Dark Mode, Settings: remove some dead code in search engines
2019-03-08 boliu@chromium.org viz: Add alias for PresentationFeedback flatmap
2019-03-08 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.5.1.
2019-03-08 robliao@chromium.org Revert "Hook the TabStrip UI to the BottomControls component"
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 5869dbeaf2c4..26a1944e9080 (1 commits)
2019-03-08 michaeldo@chromium.org Do not access web state while the CRWWebController is being destroyed.
2019-03-08 janewman@microsoft.com Implement ITextRangeProvider::Clone
2019-03-08 dgozman@chromium.org DocumentLoader: stop calling into FetchContext
2019-03-08 manukh@chromium.org [omnibox] Reduce aspect ratio distortion for answer images.
2019-03-08 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@bdb6041d03facf7c79c9df62659c6bd0fb2adfc3
2019-03-08 thakis@chromium.org Reland "Enable -Wextra-semi in release builds that don't set dcheck_always_on=true."
2019-03-08 tinazwang@chromium.org [SendTabToSelf] Remove option from three-dot menu on desktop
2019-03-08 dominickn@chromium.org Restore web app windows when session restore is enabled.
2019-03-08 manukh@chromium.org [omnibox] Correctly classify bookmark matches with leading spaces.
2019-03-08 rsorokin@chromium.org cros: Enable WebviewLoginTest.BackButton
2019-03-08 mthiesse@chromium.org Add touchless to .classpath
2019-03-08 dgozman@chromium.org Move MHTMLArchive ownership/creation to DocumentLoader
2019-03-08 lazyboy@chromium.org Extension Messaging: Implement external messaging to SW.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 0785f69da445..13eba6ca91d7 (3 commits)
2019-03-08 tonikitoo@igalia.com Change FileSystemCallbacks not inherit from AsyncFileSystemCallbacks
2019-03-08 cuianthony@google.com Modified installInternal to produce correct return value
2019-03-08 rmcelrath@chromium.org Fix segfault in ThrottlingURLLoader
2019-03-08 tonikitoo@igalia.com Switch the remaining classes in core/css to use downcast helpers (4/n)
2019-03-08 adithyas@chromium.org Portals: Disallow Portals inside nested browsing contexts
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 73fac91fc54a..3485a263f4ab (1 commits)
2019-03-08 dcastagna@chromium.org cros: Enable explicit DMA fences
2019-03-08 vollick@chromium.org Add plumbing for platform-specific command line flag initialization
2019-03-08 wanderview@chromium.org CacheStorage: Check another place QuotaManager can pass an opaque origin.
2019-03-08 wittman@chromium.org [Sampling profiler] Remove RecordedFrames struct
2019-03-08 vasilvv@chromium.org Replace QUIC with a DEPS-pulled version from QUICHE
2019-03-08 robliao@chromium.org Revert "Reland "[DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession.""
2019-03-08 bratell@opera.com Add necessary explicit deps for extension apis
2019-03-08 pkasting@chromium.org Add pkasting as a styleguide/c++ OWNER.
2019-03-08 ellyjones@chromium.org flags: assign extensions-on-chrome-urls
2019-03-08 ios-autoroller@chromium.org [MDC roll] Roll Material Motion Interchange to 8e25f1ca599543dc77e4016b588763dcba6cbac8
2019-03-08 johannes@chromium.org Reland "[DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession."
2019-03-08 yuweih@chromium.org [remoting][FTL] Move GrpcAsyncDispatcher files into subdirectory
2019-03-08 shrekshao@google.com expose ext float blend implicitly
2019-03-08 npm@chromium.org Test all Performance::MeasureParameterType buckets
2019-03-08 tienmai@chromium.org [GCPW] Adding tienmai@ as owner of GCPW related code.
2019-03-08 anushruth@chromium.org Removed timeout for telemetry_perf_unittests and telemetry_unittests
2019-03-08 sczs@chromium.org [ios] Improves InfobarModal UI design.
2019-03-08 sergiyb@chromium.org Convert methods that do not depend on self into private module functions
2019-03-08 robliao@chromium.org Revert "[Animation Worklet] Enable test that is no longer flaky"
2019-03-08 tienmai@chromium.org [GCPW] Fix bug that caused all profile pictures to download in .bmp
2019-03-08 yuweih@chromium.org [Remoting][FTL] Extend GrpcAsyncDispatcher to support server stream RPC
2019-03-08 ellyjones@chromium.org flags: remove spannable-inline-autocomplete
2019-03-08 jperaza@chromium.org Propogate kEnableCrashReporterForTesting to child processes
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 14eb807208c7..4e5e9f8afa38 (1 commits)
2019-03-08 jchinlee@chromium.org Shape Detection Mac: Separate barcode provider tests from impl tests.
2019-03-08 robliao@chromium.org Revert "Reland 1: Enable Heap Profiling Service in Chromecast."
2019-03-08 lanwei@chromium.org Add a flag for dispatching touch events to "SyntheticGestureController"
2019-03-08 agl@chromium.org webauthn: add tests covering internal-UV behaviour.
2019-03-08 kristipark@chromium.org [NTP] Fix hover on disabled menu item in dark mode
2019-03-08 gilmanmh@google.com Rename highContrast* Blink settings to darkMode*.
2019-03-08 robliao@chromium.org Revert "Reland "Show controls and update time indicators during seeking"""
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5e398c2b5eef..56181ba452d9 (7 commits)
2019-03-08 manukh@chromium.org [omnibox] Remove duplicate classifying matches code.
2019-03-08 ntfschr@chromium.org AW: remove redundant CTS test from filter
2019-03-08 thomasanderson@chromium.org Check that //tools/gdb/gdbinit has been loaded when running under gdb
2019-03-08 alph@chromium.org [heap profiler] Drop --memlog-keep-small-allocations support.
2019-03-08 yliuyliu@google.com Update third_party/android_sdk/public/ emulator, platforms and sources packages
2019-03-08 robliao@chromium.org Revert "Add AtkText support for caret methods and events"
2019-03-08 mukai@chromium.org Fix transient window repositioning in overview mode
2019-03-08 tgupta@chromium.org Added JNI layer and Java class for Send Tab To Self Android notifications
2019-03-08 halliwell@chromium.org [Chromecast] Delete DecryptContextImplClearKey
2019-03-08 beaufort.francois@gmail.com Force Picture-in-Picture play/pause button image update
2019-03-08 gsathya@chromium.org [layered-api] Use private fields in key value store
2019-03-08 eae@chromium.org [LayoutNG] Remove obsolete comments in NGBoxFragmentPainter
2019-03-08 lukasza@chromium.org Adding 2 extensions to the allowlist.
2019-03-08 azeemarshad@chromium.org [AndroidSms] Fix issue with background notifications after migration.
2019-03-08 bratell@opera.com [jumbo] Inlined a duplicate function GetWorkerThreadIPCMessageSender
2019-03-08 khushalsagar@chromium.org media/android: Ensure correct synchronization of video buffers.
2019-03-08 manucornet@chromium.org CrOS Shelf: Two minor color and blur tweaks
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools cc43111eb273..73fac91fc54a (1 commits)
2019-03-08 rnk@google.com Work around bug in clang coverage with a helper function
2019-03-08 robertphillips@google.com Update usage of Skia's SkYUVColorSpace enum to allow the addition of a new value
2019-03-08 lazyboy@chromium.org Extension messaging: Port creation support targeting extension SW.
2019-03-08 johannes@chromium.org [DevTools] Roll inspector_protocol to be5f927f77f7d4670a02f16ed026db0a3768980a.
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ba87d2a4dacc..3ceec3ecec70 (3 commits)
2019-03-08 stahon@microsoft.com [ChromeDriver] Add append behavior to file input with multiple property
2019-03-08 gambard@chromium.org [iOS][web] Remove unused method in CRWWebController
2019-03-08 aleventhal@chromium.org Fix JAWS crash with ISimpleDOMNode::get_attributes
2019-03-08 allan.jensen@qt.io Stop using C++20 initialization
2019-03-08 jonahr@google.com Add a trace/histogram similar to GLES2DecoderImpl to passthrough decoder
2019-03-08 wittman@chromium.org [Sampling profiler] Revert "Add error code for sampling profiler failures"
2019-03-08 ayui@chromium.org Change to use QuitClosure()/RunUntilIdle() instead of QuitWhenIdleClosure()
2019-03-08 danakj@chromium.org Add checks in ScheduleAnimation to help understand crash
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader d2b1d2f936ee..0785f69da445 (4 commits)
2019-03-08 alcooper@chromium.org Revert "Remove usage of HMD devices as an inline provider"
2019-03-08 Tom.Tan@microsoft.com Fix calling alternate_version_generator.exe for Windows ARM64 cross build
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src a2ef7be242bc..b12e7338eeea (1 commits)
2019-03-08 caraitto@chromium.org [Cronet] Add a missing space in a comment.
2019-03-08 morlovich@chromium.org CacheCreator: remove flags_
2019-03-08 mukai@chromium.org Add support for SetShape in Mash
2019-03-08 rmhasan@google.com Adds the _RunGpuTestWithExpectationsFiles() member function to GpuIntegrationTest
2019-03-08 steimel@chromium.org [Media Controls] Keep the overflow menu above the loading animation
2019-03-08 chaopeng@chromium.org Add logging to LegacyRenderWidgetHostHWND for DirectManipulation not working issue
2019-03-08 beaufort.francois@gmail.com Fix Picture-in-Picture window track controls size
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 672bd1907c69..14eb807208c7 (1 commits)
2019-03-08 alexclarke@chromium.org Add a navigation browser task trait
2019-03-08 beaufort.francois@gmail.com Fix one pixel black line in Picture-in-Picture window
2019-03-08 xidachen@chromium.org [Code health] Replace EvaluateScriptModule by Evaluate
2019-03-08 mahmadi@chromium.org [Translate] Clear recent target language in TranslatePrefs::ResetToDefaults
2019-03-08 sczs@chromium.org [ios] Updates InfobarCoordinator presentations to support badges.
2019-03-08 chiahungduan@google.com Reland 1: Enable Heap Profiling Service in Chromecast.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 22021231992a..28c23b46037c (4 commits)
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 4c1ea43a79b5..5e398c2b5eef (40 commits)
2019-03-08 kojii@chromium.org [LayoutNG] Make NGBoxFragmentPainter ctor lighter
2019-03-08 yucliu@chromium.org [Chromecast] Per frame encryption pattern
2019-03-08 ericorth@chromium.org Rename HostResolverImpl -> HostResolverManager
2019-03-08 magchen@chromium.org Revert the temporary changes intended for detecting flaky tests.
2019-03-08 nicolaso@chromium.org [BrowserSwitcher] Remove extra word in a policy description
2019-03-08 davidben@chromium.org Implement an RSA-PSS fallback with raw RSA operations on macOS.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult e5fb335f9514..5869dbeaf2c4 (1 commits)
2019-03-08 perezju@chromium.org [tools/perf] Disable flaky testWorkerPoolRun
2019-03-08 olsen@chromium.org Adds javascript utilities for the following SAML features:
2019-03-08 marcin@mwiacek.com Showing correct info about disabled notifications in Site Settings.
2019-03-08 jeffreycohen@chromium.org [SendTabToSelf] add IDC to metrics mapping
2019-03-08 liberato@chromium.org Comment updates to LearningTaskController.
2019-03-08 chrishtr@chromium.org [BGPT] Don't trigger a render surface for kDstIn blend modes with one layer
2019-03-08 rch@chromium.org Roll src/net/third_party/quiche/src/ b6880f79b..ded03513e (1 commit)
2019-03-08 dmurph@chromium.org Revert "[Sheriff]: Disable flaky BlockedSchemeNavigationBrowserTest tests"
2019-03-08 wanderview@chromium.org CacheStorage: Add chrome tracing events.
2019-03-08 gangwu@chromium.org Mark Clipboard to be OutOfDate when user switch away from chrome
2019-03-08 ekaramad@chromium.org [ refactor ] Unfriend PluginListBuilder
2019-03-08 wez@chromium.org [Fuchsia] Only build symbol archives in Official builds.
2019-03-08 agdoug@amazon.com Reland "Show controls and update time indicators during seeking""
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 620334064f47..d2b1d2f936ee (1 commits)
2019-03-08 wez@chromium.org [Fuchsia] Add helper for the Modular Lifecycle protocol.
2019-03-08 staphany@chromium.org AppCache: Avoid recalculating cache size.
2019-03-08 gilmanmh@google.com Split animation unit test rule from blink/renderer/core:unit_tests.
2019-03-08 tonikitoo@igalia.com Switch the remaining classes in core/css to use downcast helpers (3/n)
2019-03-08 rmcilroy@chromium.org Mark oortonline_tbmv2 as UNSCHEDULED.
2019-03-08 meiliang@chromium.org Hook up TabModelFilter framework with TabGroupUi component
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 282b28c1234c..22021231992a (1 commits)
2019-03-08 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Remove PaintPropertyChangeType::kChangedOnlyCompositedAnimationStatus
2019-03-08 rsesek@chromium.org [Mac] Convert the SaveAccessoryView.xib to code.
2019-03-08 zynis@yandex-team.ru [clang-tidy] Fix missing comma
2019-03-08 rsorokin@chromium.org cros: Fix SAMLPolicyTest.SAMLInterstitialNext
2019-03-08 aleventhal@chromium.org Do not process node updates for detached nodes
2019-03-08 sergiyb@chromium.org Make all calls to mock.patch via decorator
2019-03-08 rsorokin@chromium.org cros: Enable SamlTest.ScrapedMultiple on non-(L|A)SAN configurations
2019-03-08 rsorokin@chromium.org cros: Fix SAMLEnrollmentTest(s)
2019-03-08 findit-for-me@appspot.gserviceaccount.com Revert "Don't walk active chain detaching in a dirty flat tree."
2019-03-08 rogerta@chromium.org Credential provider setup should allow enabling and disabling usage stats.
2019-03-08 katie@chromium.org Increase expiration date of Accessibility.ScreenReader.Image.* histograms.
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 29714a25161b..ba87d2a4dacc (2 commits)
2019-03-08 oksamyt@chromium.org [mojo][JS] Replace . with _ for constants inside structs
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 8d562ec8b8d8 to 1dc5fa95d6cf
2019-03-08 blundell@chromium.org Eliminate usage of SetPrimaryAccountSynchronously() by tests
2019-03-08 rsesek@chromium.org Add Mach-based PlatformChannel and NamedPlatformChannel implementations.
2019-03-08 poromov@chromium.org Remove PacHttpsUrlStrippingEnabled policy.
2019-03-08 mrobinson@igalia.com Add AtkText support for caret methods and events
2019-03-08 sebmarchand@chromium.org Add memory::ObservationWindow (for the new MemoryPressureMonitor)
2019-03-08 kylechar@chromium.org More kEnableHardwareOverlays to //components/viz/common.
2019-03-08 tonikitoo@igalia.com Switch the remaining classes in core/css to use downcast helpers (2/n)
2019-03-08 zmin@chromium.org Prevent enterprise startup dialog crash during closing
2019-03-08 alexclarke@chromium.org sequence_manager: Add a SequenceFunneling constructor
2019-03-08 jlebel@chromium.org [iOS] Adding sync disabled by policy in Google services cell
2019-03-08 mcarlen@chromium.org [Autofill Assistant] Show/hide the progress bar.
2019-03-08 treib@chromium.org Unity: SetSyncRequested(true) when entering Sync settings
2019-03-08 armax@chromium.org [getUserMedia] Do not read experimental flag to determine system EC on source.
2019-03-08 zmin@chromium.org Rename CloudPolicyOverridesMachinePolicy
2019-03-08 kojii@chromium.org [LayoutNG] Remove NGPaintFragment::SelfInkOverflow
2019-03-08 mario@igalia.com Replace toCTFontRef and toNSFont with utils from base/mac/foundation_util.h
2019-03-08 kojii@chromium.org [LayoutNG] Eliminate NGBlockFlowPainter
2019-03-08 tienmai@chromium.org [GCPW] Force MDM enrollment by default when installing GCPW.
2019-03-08 mario@igalia.com Migrated blink/renderer/platform/fonts/mac away from WTF::RetainPtr
2019-03-08 sebmarchand@chromium.org Add a system metrics logger and use it in SystemMonitor.
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d9ad7024b12e..29714a25161b (2 commits)
2019-03-08 etiennep@chromium.org [Sheriff]: Disable flaky BlockedSchemeNavigationBrowserTest tests
2019-03-08 rsorokin@chromium.org cros: Add Autoenrollment check screen tests.
2019-03-08 mastiz@chromium.org Fix occasional test crashes if fake HTTP post times out
2019-03-08 donna.wu@intel.com Removes UsbService usage in DevicePermissionsManager.
2019-03-08 adityakeerthi@google.com Do not rely on RenderProcessHost::SuddenTerminationAllowed to detect beforeunload/unload handlers
2019-03-08 yigu@chromium.org [Animation Worklet] Enable test that is no longer flaky
2019-03-08 futhark@chromium.org Don't walk active chain detaching in a dirty flat tree.
2019-03-08 sebmarchand@chromium.org Add some metrics to the initialization of the WMI Refresher.
2019-03-08 treib@chromium.org Remove sync_ui_util::SUPERVISED_USER_AUTH_ERROR
2019-03-08 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-03-08 ydago@chromium.org Management strings: Added example for Safe Browsing string
2019-03-08 toyoshim@chromium.org OOR-CORS: Enable on all platforms for variations tests
2019-03-08 timvolodine@chromium.org [AW NS] Add support for custom intercept-only URLLoaderFactory when handling external protocols.
2019-03-08 lanwei@chromium.org Add activation delegation attribute to MessageEvent
2019-03-08 droger@chromium.org [signin][mice] Reconcile on warm start
2019-03-08 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-03-08 lowell@chromium.org Remove SigninManagerAndroid's reference to SigninManagerFactory.
2019-03-08 rkgibson@google.com [iOS] Remove omnibox popup animations
2019-03-08 myid.shin@igalia.com [s13n] Add SimulateSuccessfulFetchOfAccountInfo in identity_test_utils.cc/.h
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9d7115d6eaa8..d9ad7024b12e (2 commits)
2019-03-08 sdefresne@chromium.org Rename {Legacy => Deprecated}LoadCredentialsForSupervisedUser
2019-03-08 vollick@chromium.org Handle comment-less string constants in java_cpp_strings
2019-03-08 ellyjones@chromium.org flags: assign network-service & network-service-in-process
2019-03-08 blundell@chromium.org Clean ChromeOS OAuth2TokenServiceDelegate of //content dependencies
2019-03-08 stkhapugin@chromium.org Enable Site Info on internal pages.
2019-03-08 donna.wu@intel.com Use USB mojo interfaces in ExtensionPrinterHandler.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 28dfd94b57ae..672bd1907c69 (8 commits)
2019-03-08 zmin@chromium.org Fix flaky MachineLevelUserCloudPolicyPolicyFetchTest
2019-03-08 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@6693cdfab4e7dc0fa7de7a737ecc60beedc02388
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3ed33cee5e61..620334064f47 (1 commits)
2019-03-08 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-03-08 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/audio with the macros of Allocator
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dbdb313a7579..9d7115d6eaa8 (2 commits)
2019-03-08 danilchap@chromium.org Cleanup webrtc TaskQueue build dependencies and includes
2019-03-08 hkamila@google.com Edited the policy test cases that are deprecated as of M75
2019-03-08 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-03-08 bratell@opera.com Remove variable shadowing in blink/page
2019-03-08 bratell@opera.com Remove variable shadowing in blink/css
2019-03-08 koerber@google.com Add autofill |NOT_PASSWORD| type and prevent to detection of |NOT_PASSWORD|-hinted fields as the form's password field.
2019-03-08 lizeb@chromium.org tools/cygprofile: Add mattcary@ to OWNERS.
2019-03-08 zetamoo@chromium.org Navigation: Re-add removed includes that are used in NavigationHandleImpl.
2019-03-08 tonikitoo@igalia.com Swtich the remaining classes in core/css to use downcast helpers (1/n)
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f3e0febcb562..dbdb313a7579 (5 commits)
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 6cb47011a279..e5fb335f9514 (2 commits)
2019-03-08 mastiz@chromium.org Remove dead ServerConnectionManager::Connection::Abort()
2019-03-08 myid.shin@igalia.com Change ToV8 functions from the imprecise-width types to precise-width
2019-03-08 rkgibson@google.com [iOS] Add OmniboxPopupViewController to Showcase
2019-03-08 mmenke@chromium.org Remove custom per-request user-agent to HTTP proxies for CONNECTs.
2019-03-08 timvolodine@chromium.org [AW NS] Update filter, use dots instead of #.
2019-03-08 olivierrobin@chromium.org Add virtual_url to WebState::OpenURLParams
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult dc658bb37c70..6cb47011a279 (1 commits)
2019-03-08 wtlee@google.com Support reprocess mechanism - VCD part
2019-03-08 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@c8b23696067df3de626159f0a0ecdcbcaad605db
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7e53cb9263b4..f3e0febcb562 (1 commits)
2019-03-08 kojii@chromium.org [LayoutNG] Remove NGPaintFragment::ChildrenInkOverflow
2019-03-08 vabr@chromium.org Limit how many FormData::fields the passwords parser accepts
2019-03-08 clamy@chromium.org Add arthursonzogni@ to content/browser/frame_host OWNERS
2019-03-08 wutao@chromium.org app_list: Show web ui in embedded Assistant view
2019-03-08 guidou@chromium.org [Onion Soup] Move video interfaces from content/renderer/media/stream to Blink
2019-03-08 guidou@chromium.org Allow RTCIceCandidate.sdpMLineIndex to not have a value.
2019-03-08 pmarko@chromium.org Remove supervised user specific calls from SessionManagerClient
2019-03-08 toyoshim@chromium.org OOR-CORS: Make kOutOfBlinkCors depends on kNetworkService
2019-03-08 vasilvv@chromium.org Reconcile code differences between google3 and Chromium QUIC code
2019-03-08 tangltom@chromium.org Update and fix GetRandomAvatarIconIndex()
2019-03-08 arthursonzogni@chromium.org Replace "= nullptr" by ".reset()" for owning pointer
2019-03-08 hkamila@chromium.org Revert "DevTools: Implement live heap profile."
2019-03-08 khokhlov@google.com Reenable tumblr stories
2019-03-08 leon.han@intel.com [ServiceWorker] Cleanup for ServiceWorkerNetworkProviderForFrame
2019-03-08 pmarko@chromium.org Isolate download dirs in download related unit tests
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from d09ea1353373 to 8d562ec8b8d8
2019-03-08 rsorokin@chromium.org cros: Stop HTTPSForwarder before FakeGaia.
2019-03-08 wutao@chromium.org app_list: Handle stylus in embedded Assistant Ui
2019-03-08 bashi@chromium.org service worker: Remove NetLog from ServiceWorkerFetchDispatcher
2019-03-08 olivierrobin@chromium.org Fix Offline Page delayed loading
2019-03-08 v.paturi@samsung.com Remove unused class member 'is_stacked_'.
2019-03-08 lowell@chromium.org Delete AccessTokenRequest and use AccessTokenFetcher directly.
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d5b3a93e9c4c..7e53cb9263b4 (1 commits)
2019-03-08 lowell@chromium.org Fix OAuth2LoginManagerFactory DependsOn to reflect current dependencies.
2019-03-08 falken@chromium.org service worker: More attempts to fix crash about WorkerContextDestroyed.
2019-03-08 blundell@chromium.org Replace all usage of TestImageDecoder by usage of FakeImageDecoder
2019-03-08 wzang@chromium.org cros: Splash screen should be removed only after active session starts
2019-03-08 joelhockey@chromium.org Fix onCrostiniChanged Entry conversion
2019-03-08 toyoshim@chromium.org OOR-CORS: Enable in testing config
2019-03-08 lazyboy@chromium.org Extension messaging: Implement chrome.tabs.sendMessage from SW.
2019-03-08 jdemeulenaere@google.com [Autofill Assistant] Payment Request uses carousel.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a07cd8f6bd84..dc658bb37c70 (1 commits)
2019-03-08 shuchen@google.com Avoid heap-use-after-free in InputMethodEngineBrowserTest.
2019-03-08 rego@igalia.com [css-contain] Introduce CompositingInputsRoot optimization
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0afdcd9b0a31..d5b3a93e9c4c (7 commits)
2019-03-08 cmp@chromium.org IndexedDB: Split bindings-inject-key.html test into 3 separate tests
2019-03-08 ricea@chromium.org WebSockets: Link to design docs from README.md
2019-03-08 nhiroki@chromium.org Worker: Run WPT for service workers with off-the-main-thread dedicated/shared worker script fetch
2019-03-08 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/geometry with the macros of Allocator
2019-03-08 tasak@google.com Fix browser_tests compile failure on Linux ChromiumOS bots.
2019-03-08 falken@chromium.org service worker: Remove URLRequest interceptor.
2019-03-08 ericrk@chromium.org Revert "Reland "Fix black screen when navigating to somewhere after js alert dialog""
2019-03-08 khushalsagar@chromium.org android/overlays: Add more overlay strategies.
2019-03-08 shaktisahu@chromium.org Replacing downloads backend with DownloadOfflineContentProvider
2019-03-08 mstensho@chromium.org Unify CreatesNewFormattingContext() and AvoidsFloats().
2019-03-08 yuli@chromium.org Fix layout since a method changed in crrev.com/c/1470282.
2019-03-08 alemate@chromium.org Chrome OS sign-in: Remove WebUI login header bar.
2019-03-08 jzw@chromium.org Point //ios/web_view to prod sync servers.
2019-03-08 falken@chromium.org service worker: Remove non-servicified path for browser-side navigations.
2019-03-08 yhirano@chromium.org Disable ManagedSessionsTest, PacHttpsUrlStrippingEnabled
2019-03-08 amistry@chromium.org Use OnceCallback in FileStreamMd5Digester.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn b6a80b321e8f..8c1a90199a43 (1 commits)
2019-03-08 jiajia.qin@intel.com Add ALL_BARRIER_BITS for memoryBarrier
2019-03-08 updowndota@chromium.org Add browser test cases for Assistant settings page
2019-03-08 alexmos@chromium.org Start adding dynamic isolated origins after password entry.
2019-03-08 manucornet@chromium.org CrOS Shelf: Hide the shelf a short time out after mouse leaves
2019-03-08 sunnyps@chromium.org Mark direct composition complex overlays test flaky on Nvidia
2019-03-08 shend@chromium.org [IMF] Tidy up some iterator code in IMF.
2019-03-08 Colin) Zang Revert "Prevent sending client area for custom-frame widgets"
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 2f3c820ae30d..cc43111eb273 (1 commits)
2019-03-08 hsuregan@chromium.org [CrOS Wallpaper App] Add ripple effect on selected category.
2019-03-08 vasilvv@chromium.org Add expected_connection_id_length to QuicFramer
2019-03-08 mthiesse@chromium.org Support desktop safebrowsing on Android behind compile flag.
2019-03-08 mattm@chromium.org Another attempt to fix crash when accessing invalid cookie settings
2019-03-08 nohle@google.com DCHECK that keys added to kUserKeyPair bundle have handle "device_key"
2019-03-08 sammc@chromium.org Use lazy unmount for DriveFS unmounts.
2019-03-08 xiaochengh@chromium.org Remove a VisibleSelection canonicalization from SelectionController
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b0d11a983401..0afdcd9b0a31 (6 commits)
2019-03-08 amistry@chromium.org Migrate EventRouter::BoolCallback to OnceCallback.
2019-03-08 huangdarwin@chromium.org Async Clipboard: Read/Write Blob->sequence<Blob>
2019-03-08 chrome-release-bot@chromium.org Updating trunk VERSION from 3729.0 to 3730.0 and incrementing major version to 75
2019-03-08 ericrk@chromium.org Reland "Fix black screen when navigating to somewhere after js alert dialog"
2019-03-08 johannes@chromium.org Revert "[DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession."
2019-03-08 vtsyrklevich@chromium.org Revert "Implement UIA accessibility tree formatter"
2019-03-08 ssid@chromium.org Fix perfetto tracing tests and webview argument filtering for perfetto
2019-03-08 eae@chromium.org [LayoutNG] Clean up NGLineBreaker
2019-03-08 jdarpinian@chromium.org gpu: Don't use client side arrays workaround on ES3
2019-03-08 johannes@chromium.org [DevTools] Add a flag --enable-devtools-binary-protocol for DevToolsSession.
2019-03-08 dbeam@chromium.org WebUI Dark Mode, Settings: fix some (kinda-)shared styles
2019-03-08 huangdarwin@chromium.org sqlite: provide example backport patch commit message.
2019-03-08 crouleau@chromium.org [Speed CLI tools] Don't leak mocks to other tests
2019-03-08 odejesush@chromium.org android: Generalize chooser permission fetching
2019-03-08 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a54288cc1e77..b0d11a983401 (5 commits)
2019-03-08 pkl@chromium.org MDC Roll to 4dc42cedf3ed6cc91ad1c99092d62991180bc0d1
2019-03-08 corising@chromium.org Hide tab hover cards when the tab is closed.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 9667a5b2464c..3ed33cee5e61 (2 commits)
2019-03-08 chfremer@chromium.org [Tab Capture] Ensure CAPTURE_UPDATE_RECT aligns with I420 subsample boundaries
2019-03-08 jkummerow@chromium.org [ubsan] Fix double->float cast in blink::ToFloat
2019-03-08 jchinlee@chromium.org Shape Detection: Support getSupportedFormats for barcode detection.
2019-03-08 rdevlin.cronin@chromium.org [Extensions] Gracefully handle unknown ids in ExtensionHost::OnEventAck
2019-03-08 mmenke@chromium.org Make ConnectJobs take CommonConnectJobParams as a const pointer.
2019-03-08 jkardatzke@google.com Fixed bluetooth string matching in Feedback UI
2019-03-08 ashithasantosh@google.com gpu: Using new API to get RGB emulation texture id directly.
2019-03-08 marcin@mwiacek.com Prepare Stack/StackAnimation (migration to CompositorAnimator, part 4)
2019-03-08 tikuta@chromium.org [build] specify lower symbol level for x86/x64 simple chrome
2019-03-08 wangxianzhu@chromium.org Detect ComputedStyle::IsRunningXXXAnimationOnCompositor changes
2019-03-08 nohle@google.com Reland "Use key bundle name instead of key handle for HKDF "info" parameter"
2019-03-08 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@8a14626934f5748a4ea6210847a02c0d8bbc8560
2019-03-08 oshima@chromium.org Update bounds if it is exiting minimized state.
2019-03-08 robertogden@chromium.org Move DCHECK for HTTPS Previews Reload Type
2019-03-08 janewman@microsoft.com Implement UIA accessibility tree formatter
2019-03-08 lucmult@chromium.org [Files app] Fix MyFiles to auto expand only once
2019-03-08 kbabbitt@microsoft.com Add histogram for UIA GetPropertyValue
2019-03-08 kojii@chromium.org [LayoutNG] Stop NGPaintFragment to inherit from ImageResourceObserver
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 9216f29f7750 to d09ea1353373
2019-03-08 hollingum@google.com Crostini multi-profile fix for shelf spinners
2019-03-08 zhuoyu.qian@samsung.com Change UpdateHoverReason to be an enum class.
2019-03-08 yigu@chromium.org Revert "[Animation Worklet] Remove unnecessary force composition"
2019-03-08 ikilpatrick@chromium.org [LayoutNG] Remove NGPaintFragment::{Next,Last}
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0db96d1aa896..28dfd94b57ae (2 commits)
2019-03-08 cbiesinger@chromium.org [layoutng] Avoid copying vectors when passing arguments
2019-03-08 mahmadi@chromium.org [iOS][Translate] Fixes translate infobar's options menu misalignment bug
2019-03-08 estade@chromium.org Shut down PowerManagerClient in a few tests.
2019-03-08 gyuyoung@igalia.com fixup! BlinkMemoryMgt: Annotate Blink's platform/scheduler with the macros of Allocator
2019-03-08 yusufo@google.com Hook the TabStrip UI to the BottomControls component
2019-03-08 collinbaker@chromium.org Support keyboard users in reopen tab in-product help
2019-03-08 vtsyrklevich@chromium.org GWP-ASan: Correct free-invalid-address handling
2019-03-08 acolwell@google.com Add default_site_instance_ to BrowsingInstance.
2019-03-08 amusbach@chromium.org splitview: Fix animation parameters for the drag indicator labels.
2019-03-08 marcin@mwiacek.com Implement CompositorAnimationHandlerTest (migration to CompositorAnimator, part 5)
2019-03-08 jinsukkim@chromium.org Android: Add an explicit disallow rule for Tab
2019-03-08 amaralp@chromium.org Make CompositorViewHolder call onViewportChanged() when bottom controls height changes
2019-03-08 andrewxu@chromium.org Updating suggestion chips in tablet mode
2019-03-08 michaelpg@chromium.org Create HomeScreenController to own HomeLauncherGestureHandler
2019-03-08 nasko@chromium.org Add temporary simplified process lock check in the renderer process.
2019-03-08 estade@chromium.org Fix CrostiniAppModelBuilderTest.EnableAndDisableCrostini
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 71008d880f75..9667a5b2464c (6 commits)
2019-03-08 dtseng@chromium.org Only allow chrome.tts.stop to apply to utterances spoken by the caller
2019-03-08 pkasting@chromium.org More test rewrites in advance of fixing drag and drop failures.
2019-03-08 wutao@chromium.org app_list: a11y announces in Assistant page
2019-03-08 xiaochengh@chromium.org Make Range.getClientRects() return non-empty result on first-letter for collapsed ranges
2019-03-08 vasilvv@chromium.org Landing Recent QUIC changes until 4:14 PM, Mar 7, 2019 UTC-5
2019-03-08 joelhockey@chromium.org Add Crostini in FilesApp recents
2019-03-08 mpearson@chromium.org Histogram & User Actions Guidelines - Rewrite Owners Sections
2019-03-08 ericrk@chromium.org Revert "Fix black screen when navigating to somewhere after js alert dialog"
2019-03-08 dmurph@chromium.org [SessionStorage] Clear out namespaces waiting to clone on shutdown.
2019-03-08 wittman@chromium.org [Sampling profiler] Use ModuleCache public interface for Windows
2019-03-08 Max) Gu [FCP++] Browser side: aggregate results of different frames
2019-03-08 nyquist@chromium.org [Android] Add support for inline update flow configuration.
2019-03-08 bokan@chromium.org Avoid RequestPresentation in Android WebView
2019-03-08 altimin@chromium.org [scheduler] Fix crash in FrameSchedulerImpl::ComputePriority.
2019-03-08 mthiesse@chromium.org Move touchless code back into chrome_java, add Delegate for use
2019-03-08 drubery@chromium.org Set mobileconfig to dangerous on Mac
2019-03-08 mcrouse@chromium.org Creates the shell for PreviewsOnePlatformHintsFetcher and implements a private method CreateGetHintsRequestFromHosts.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 5ca8a56d37e2..a07cd8f6bd84 (2 commits)
2019-03-08 asavery@chromium.org histograms: Add histograms for zram incompressible page stats
2019-03-08 dstaessens@chromium.org media/gpu/test: Remove FlushBeforeResetDone test.
2019-03-08 dbeam@chromium.org WebUI Dark Mode, Settings: update expired card message
2019-03-08 khushalsagar@chromium.org media/android: Only bind TextureOwner's EGLImage if required.
2019-03-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto eb113c10cb35..282b28c1234c (2 commits)
2019-03-07 juncai@chromium.org Network Service: Remove loading.desktop.network_service benchmark
2019-03-07 gilmanmh@google.com Set default Dark Mode page policy to not invert pages with dark backgrounds.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 2f722bfc7ccb..0db96d1aa896 (1 commits)
2019-03-07 meiliang@chromium.org Include title as a TabProperties for TabStrip
2019-03-07 ericorth@chromium.org Create ContextHostResolver
2019-03-07 aee@chromium.org Settings WebUI: move sample minimum font under slider
2019-03-07 myid.shin@igalia.com Change [unsigned] long [long] to uint32/int64_t/uint64_t in third_party/blink/renderer/bindings/core/v8/dictionary_helper_for_core.cc
2019-03-07 collinbaker@chromium.org Fix IPH menu button highlight when window is maximized
2019-03-07 behdadb@chromium.org Trimming some of the tough scrolling cases
2019-03-07 shaktisahu@chromium.org Making DownloadOfflineContentProvider work in service manager mode
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0086bb261de5..a54288cc1e77 (6 commits)
2019-03-07 enne@chromium.org cc: remove transfer cache color space type
2019-03-07 rockot@google.com Add JS+Java generation support for new Mojo types
2019-03-07 dmazzoni@chromium.org ChromeVox shouldn't set the selection when navigating to a graphic.
2019-03-07 liberato@chromium.org Wrap LearningTaskController callback arguments.
2019-03-07 jarrydg@chromium.org Quota: Obsolete expired Quota.UsageOverageOfTemporaryGlobalStorage.
2019-03-07 ynovikov@chromium.org Decommission GPU FYI Win Clang Builder (dbg)
2019-03-07 skym@chromium.org [Feed] Add param to Interest Feed flag to enable large images.
2019-03-07 vakh@chromium.org Unit tests for AndroidTelemetryService.
2019-03-07 kschmi@microsoft.com Stand up ITextProvider and ITextRangeProvider
2019-03-07 sajadm@google.com Revert corners on dialogs for M74.
2019-03-07 katie@chromium.org Rename off-the-record profile parameter.
2019-03-07 vtsyrklevich@chromium.org GWP-ASan: Refactor default feature values
2019-03-07 crouleau@chromium.org [Speed Automation] provide output.json in every shard for FindIt.
2019-03-07 fanjinsong@sogou-inc.com [AW]Fix whether the application is debuggable
2019-03-07 mmenke@chromium.org Disable QuicHttpProxyBackendStreamTests.
2019-03-07 lizeb@chromium.org testing/variations: Align the variations with the experiment setup.
2019-03-07 tonydeluna@chromium.org OOBE shelf: Allow apps button to be shown in GAIA screen.
2019-03-07 sandersd@chromium.org [media] Add histogram to track HLS Access-Control header use.
2019-03-07 ryansturm@chromium.org Adding the reload rule to skipped blacklist flag conditions
Created with:
gclient setdep -r ../src@a70166a5ef
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com
Change-Id: Iae4476363a7ab16dac64daf6f9da6d7249839781
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199406
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-09 01:20:27 +00:00
skia-autoroll
221491d787
Roll third_party/externals/angle2 14126505b237..b6a2f6bcf657 (1 commits)
...
14126505b2..b6a2f6bcf6
git log 14126505b237..b6a2f6bcf657 --date=short --no-merges --format='%ad %ae %s'
2019-03-08 rafael.cintron@microsoft.com Avoid unnecessary loading of D3D9.dll
Created with:
gclient setdep -r third_party/externals/angle2@b6a2f6bcf657
The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=reed@google.com
Change-Id: I0a03e220b31b375e70a1fbf73a6623e4f9a6a3d3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199404
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-09 00:50:37 +00:00
skia-autoroll
e9d0b9c9d9
Roll third_party/externals/swiftshader 787b4468e49c..dd172cc1eef2 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/787b4468e49c..dd172cc1eef2
git log 787b4468e49c..dd172cc1eef2 --date=short --no-merges --format='%ad %ae %s'
2019-03-08 chrisforbes@google.com Add support for Trunc,Ceil,Fract,Round,RoundEven
Created with:
gclient setdep -r third_party/externals/swiftshader@dd172cc1eef2
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Ibd7e030082888bb226c417a5ffc60638fb5f2f92
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199402
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 23:34:57 +00:00
skia-autoroll
a1eb5027ef
Roll third_party/externals/swiftshader f955e638fb15..787b4468e49c (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/f955e638fb15..787b4468e49c
git log f955e638fb15..787b4468e49c --date=short --no-merges --format='%ad %ae %s'
2019-03-08 chrisforbes@google.com Add support for OpLogicalEqual, OpLogicalNotEqual
2019-03-08 chrisforbes@google.com Add support for GLSLstd450Floor ExtInst
Created with:
gclient setdep -r third_party/externals/swiftshader@787b4468e49c
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I1028f3d591da8f70ac3af25118552ab45eb86a0b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199360
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 22:08:17 +00:00
skia-autoroll
a99c103262
Roll third_party/externals/swiftshader 15dff3606ebf..f955e638fb15 (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/15dff3606ebf..f955e638fb15
git log 15dff3606ebf..f955e638fb15 --date=short --no-merges --format='%ad %ae %s'
2019-03-08 sugoi@google.com Build fix
2019-03-08 sugoi@google.com Move Blitter ownership from Image to Device
Created with:
gclient setdep -r third_party/externals/swiftshader@f955e638fb15
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I9e4d0a70966b518ceb10fec6c9969b1d3d310c03
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199218
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 21:24:57 +00:00
skia-autoroll
465822e2d8
Roll third_party/externals/swiftshader 53733a68a49a..15dff3606ebf (3 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/53733a68a49a..15dff3606ebf
git log 53733a68a49a..15dff3606ebf --date=short --no-merges --format='%ad %ae %s'
2019-03-08 chrisforbes@google.com Add support for GLSLstd450Cross ExtInst
2019-03-08 sugoi@google.com Descriptor Update Template implementation
2019-03-08 chrisforbes@google.com Fix OpVectorShuffle with mixed vector widths
Created with:
gclient setdep -r third_party/externals/swiftshader@15dff3606ebf
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Ia57ded6f89f0ef404cd3d07eab0c036a52be8548
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199216
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 20:43:37 +00:00
recipe-roller
7597caf5ef
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
recipe_engine:
https://crrev.com/1c1a6b6cb1387f9791ff31497301333def7306b3 post_process: move logs extraction to its own function for reuse. (jbudorick@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I2362b7c0598842a85e2cc9419b1f51c56ed916bd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199259
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-08 20:23:07 +00:00
skia-autoroll
b399ea870c
Roll third_party/externals/swiftshader 9d9315341c3e..53733a68a49a (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/9d9315341c3e..53733a68a49a
git log 9d9315341c3e..53733a68a49a --date=short --no-merges --format='%ad %ae %s'
2019-03-08 bclayton@google.com Regres: Fix bad binning of QualityWarnings
Created with:
gclient setdep -r third_party/externals/swiftshader@53733a68a49a
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Ic7f9aeec9fd4fb4fec3d553b1b4e4b119efc650f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199214
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 20:02:07 +00:00
skia-autoroll
38160a1dfa
Roll skia/third_party/skcms 5e67e5c19fd3..3b3522324e7b (1 commits)
...
https://skia.googlesource.com/skcms.git/+log/5e67e5c19fd3..3b3522324e7b
2019-03-08 mtklein@google.com wasm: add more debug info, embed profiles/
The AutoRoll server is located here: https://autoroll.skia.org/r/skcms-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel
TBR=reed@google.com
Change-Id: I044fb030bae49d2a8fd1898258637d5d7c5b56d9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199301
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 19:43:07 +00:00
skia-autoroll
ec9ce13f1b
Roll third_party/externals/swiftshader 653210718292..9d9315341c3e (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/653210718292..9d9315341c3e
git log 653210718292..9d9315341c3e --date=short --no-merges --format='%ad %ae %s'
2019-03-08 chrisforbes@google.com Add support for OpFMul
2019-03-08 chrisforbes@google.com Add support for OpAny, OpAll
Created with:
gclient setdep -r third_party/externals/swiftshader@9d9315341c3e
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I754efacc49f1ee20da4df81bc2582044de24b390
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199212
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 19:18:37 +00:00
recipe-roller
3ae6286391
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/73fac91fc54a5203cc977b6e79d6f812d7d7bbb8 Avoid unnecessary invocations of "git fetch" (reland) (spang@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ib2de3eaa7b6ed641973c910d9b3e874e4ba7b1f1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199253
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-08 19:14:27 +00:00
Brian Osman
ca4ed90da7
Particles: Store stable randoms after spawn affectors
...
This fixes a subtle bug with correlated behavior, where the spawn and
update affectors would get the same sequence of random values, leading
to confusing patterns.
Bug: skia:
Change-Id: Ieaace68bfe92281ec81497a8c6ce0108df996a4c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199251
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-08 19:05:37 +00:00
Robert Phillips
56181ba452
Make DDL contexts/drawing managers always sort opLists
...
We want:
DDLs to always be sorted
Live rendering to still be sorted w/in Skia
Live rendering to still not be sorted in Chrome and Android
Additionally, we want reduced-opList-splitting to only be enabled on some of Skia's bots.
Change-Id: I15e7d69c7e109749665a86a0169ad918c993dc77
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199244
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-08 18:40:17 +00:00
Ben Wagner
964571d952
Move 'Tiling' out of 'Transform' in viewer.
...
I almost missed that tiling was possible in viewer because it was hidden
down inside the transform section.
Change-Id: I2603f0ecfe72fe09178fdfe3c3afba941642f165
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199245
Auto-Submit: Ben Wagner <bungeman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-08 18:33:57 +00:00
skia-autoroll
b31ddd90cc
Roll third_party/externals/swiftshader d2b1d2f936ee..653210718292 (3 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/d2b1d2f936ee..653210718292
git log d2b1d2f936ee..653210718292 --date=short --no-merges --format='%ad %ae %s'
2019-03-08 chrisforbes@google.com Collect Offset,MatrixStride,ArrayStride decorations
2019-03-08 chrisforbes@google.com Skip remaining debug instructions
2019-03-08 chrisforbes@google.com Fix inconsistencies in advertised dimensions vs levels
Created with:
gclient setdep -r third_party/externals/swiftshader@653210718292
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I037fc67ec88b9c4db5942f3f3dbc02dc7ee03298
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199209
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 18:31:07 +00:00
Kevin Lubick
543f352ace
[canvaskit] Expose more options for working with Surfaces and Contexts
...
PS1 is mostly from luigi@2dimensions.com , with slight re-naming
tweaks (thanks!).
With the exposition of these extra methods, MakeWebGLCanvasSurface
is now really just a convenience function.
Bug: skia:
Change-Id: Ie61657bc580146e3e759fae8620e4df0c0212f62
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198720
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-08 18:22:43 +00:00
Florin Malita
a720d76470
[skottie] Gaussian blur layer effect
...
Introduce a BlurImageFilter SG node + required Skottie glue.
NOTRY=true
Bug: skia:
Change-Id: If56a8a6fe565c318216251d80a3e37f4ff6603c8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198255
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
2019-03-08 17:59:17 +00:00
Mike Klein
bea1f94f34
remove platform_font_manager()
...
We don't need this name munging since the
native/non-native font bots split.
Change-Id: I0e64feb08441ece8e0e4be0a70b812220aa8385a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199300
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-08 17:38:31 +00:00
skia-autoroll
e588d35929
Roll third_party/externals/swiftshader 620334064f47..d2b1d2f936ee (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/620334064f47..d2b1d2f936ee
git log 620334064f47..d2b1d2f936ee --date=short --no-merges --format='%ad %ae %s'
2019-03-08 capn@google.com Remove literal string from error message.
Created with:
gclient setdep -r third_party/externals/swiftshader@d2b1d2f936ee
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I8ecfc55208d5949aaee863de2afb6d2ead371661
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199207
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 17:27:43 +00:00
Mike Reed
5e398c2b5e
change load/store_rgba to have src and dst variants
...
somewhat motivated by future mixer stages
Bug: skia:
Change-Id: Icd41ec9311f0da966164451324d28e7b3dfb3213
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199280
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-08 17:24:33 +00:00
Joe Gregorio
dd51aacdb1
Get doxygen working again.
...
This also enables MarkDeep for the comments, but I haven't added
any examples of that yet.
Screenshots:
https://screenshot.googleplex.com/mUCgtAesDWt.png
https://screenshot.googleplex.com/S1p4Dhpn6KW.png
Bug: skia:
Change-Id: I4f645ef1050d26c7a4660a1fc28a8d41f085f4f8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198241
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
2019-03-08 16:06:03 +00:00
Ethan Nicholas
03896ae9ce
Fixed a couple of Vulkan bugs
...
There was a bad test in GrVkImage, and the test in SkSLVariable was
allowing interface variables to be declared dead, which was probably
not a serious problem but was causing the debug layers to whine.
Bug: skia:8837
Change-Id: I233372ae45b575949b7c8f92b119b86e649f3142
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199060
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-03-08 14:18:03 +00:00
skia-autoroll
29b04daaab
Roll third_party/externals/swiftshader 3ed33cee5e61..620334064f47 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/3ed33cee5e61..620334064f47
git log 3ed33cee5e61..620334064f47 --date=short --no-merges --format='%ad %ae %s'
2019-03-08 swiftshader.regress@gmail.com Regres: Update test lists @ 3ed33cee
Created with:
gclient setdep -r third_party/externals/swiftshader@620334064f47
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Iedbf662f18c57054ef03aeb4e250e81d732c7095
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199201
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 13:51:03 +00:00
Ben Wagner
fc9cb4dfce
Add CMake asset for macOS.
...
Bug: skia:8784
Change-Id: I2e07e9213ed1cad074ed5f56a4a80562e8c139e0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/198825
Commit-Queue: Eric Boren <borenet@google.com>
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-03-08 13:18:08 +00:00
skia-recreate-skps
3d1b941f3a
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: Ifc18dac8945c60d6bad4ffcefaae9f0014952994
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199165
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-08 05:43:28 +00:00
skia-autoroll
b3e8e5f47a
Roll third_party/externals/swiftshader b12437300c1a..3ed33cee5e61 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/b12437300c1a..3ed33cee5e61
git log b12437300c1a..3ed33cee5e61 --date=short --no-merges --format='%ad %ae %s'
2019-03-08 chrisforbes@google.com Add support for OpIsInf, OpIsNan
Created with:
gclient setdep -r third_party/externals/swiftshader@3ed33cee5e61
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: I64e642be61e9f9a0dc194a59e220db8155f1f50f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199124
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 01:21:58 +00:00
recipe-roller
11e6004c74
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug.
recipe_engine:
https://crrev.com/5b1889d51455dafc76ddd22dd58b2e90aedc129a Move more internal files to the internal package. (iannucci@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I3a66832c11cf7daedd0bca29e40127f2277e8b33
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199083
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-08 01:18:58 +00:00
skia-autoroll
ab16f5d5e1
Roll ../src ca7eff86b174..7ddffe6a4a5e (485 commits)
...
ca7eff86b1..7ddffe6a4a
git log ca7eff86b174..7ddffe6a4a5e --date=short --no-merges --format='%ad %ae %s'
2019-03-07 alph@chromium.org DevTools: Implement live heap profile.
2019-03-07 chili@chromium.org [Explore sites]: Create new layout manager to handle scrolling
2019-03-07 kmackay@chromium.org [Chromecast] Fix missing VolumeControl symbols
2019-03-07 tgupta@chromium.org Added OWNERS for Send Tab To Self code
2019-03-07 kbabbitt@microsoft.com Fix placement of web content in UIA tree
2019-03-07 dbeam@chromium.org Reland "WebUI Dark Mode: force user manager and print preview into light mode"
2019-03-07 amaralp@chromium.org Set mIsBottomToolbarVisible when the bottom toolbar is created
2019-03-07 alcooper@chromium.org Remove usage of HMD devices as an inline provider
2019-03-07 backer@chromium.org Fix YUVA video with SkiaRenderer
2019-03-07 dtseng@chromium.org Suppress aria attribute change output on editables
2019-03-07 robertogden@chromium.org Set is_lite_page on HTTPS Previews pingbacks on successful previews
2019-03-07 apotapchuk@chromium.org Update ImageWriter API to handle cases with ExternalStorageDisabled and ExternalStorageReadOnly policies are used.
2019-03-07 nohle@google.com Reland "Use existing kUserKeyPair keys during key creation, if possible."
2019-03-07 estevenson@chromium.org Revert "Android: Add support for building stub APKs."
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult eefd8e8457a3..5ca8a56d37e2 (2 commits)
2019-03-07 xiyuan@chromium.org SPM: RemotTextInputClient dispatch events one-by-one
2019-03-07 achuith@chromium.org Fix sqlite3 import failures on cros.
2019-03-07 cbiesinger@chromium.org [layoutng] Avoid an unnecessary copy
2019-03-07 seblalancette@chromium.org [AF] Updating iOS Autofill Color.
2019-03-07 jakobi@google.com Add RTCStatsRelativePacketArrivalDelay origin trial.
2019-03-07 justincohen@google.com [ios] Enable OfflineVersionWithoutNativeContent on slimnav bot.
2019-03-07 carlosil@chromium.org Reland "Refactor SSLCertificateErrorPageController"
2019-03-07 dmazzoni@chromium.org Add Martin Robinson to some OWNERS files
2019-03-07 dmazzoni@chromium.org Adding Katie to the chrome/browser/accessibility OWNERS file
2019-03-07 tby@chromium.org [Cros SR] Add (click index, query length) metric.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools b139178fb593..2f3c820ae30d (1 commits)
2019-03-07 cbiesinger@chromium.org Simplify ContainingBlock()
2019-03-07 rohitrao@chromium.org [ios] Creates forwarding headers for EarlGrey.
2019-03-07 estevenson@chromium.org Trichrome: Add dummy resources to trichrome_library targets.
2019-03-07 dtrainor@chromium.org Add basic UMA to inline updates
2019-03-07 mmenke@chromium.org Enable the SocketPerformanceWatcher for SOCKS proxies.
2019-03-07 jarrydg@chromium.org Quota: Remove expired eviction histograms.
2019-03-07 sajjadm@google.com Use the wrapper script in all coverage builds (fixed).
2019-03-07 vicfei@microsoft.com UIA_ClickablePointPropertyId Implementation
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader ec255730a818..71008d880f75 (1 commits)
2019-03-07 alph@chromium.org [heap profiler] Update flag desriptions to match the current state.
2019-03-07 sajjadm@google.com Reland "Reland "Adding an exclusion list to the coverage wrapper script.""
2019-03-07 robertma@chromium.org Fix a test expectation
2019-03-07 andrewxu@chromium.org Fix the bug that Launcher is triggered unexpectedly
2019-03-07 lgrey@chromium.org Tab strip separator contrast -> 2.5
2019-03-07 vollick@chromium.org Share strings between native and Java
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn aa9d6ad09d0d..b6a80b321e8f (1 commits)
2019-03-07 miu@chromium.org Reland "AudioService: Fixes for loopback underruns/timing issues."
2019-03-07 miu@chromium.org Disable flaky test: media/video-played-collapse.html
2019-03-07 jarrydg@chromium.org Quota: Update field trial testing config to match gcl
2019-03-07 dbeam@chromium.org WebUI Dark Mode: update people page icon colors to match sync account control
2019-03-07 robertphillips@google.com Add GrContext.h #include to viz/common/skia_helper.cc
2019-03-07 hiroshige@chromium.org Check Local<UnboundModuleScript> before producing cache
2019-03-07 bratell@opera.com Fix geometry mojo build dependencies
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 3cfa438106ff..eb113c10cb35 (2 commits)
2019-03-07 johnchen@chromium.org [ChromeDriver] Fix pointer action locations
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cb039b04e175..0086bb261de5 (4 commits)
2019-03-07 harringtond@chromium.org Add SqlStoreBase and de-inline some code
2019-03-07 ntfschr@chromium.org AW: add test coverage for setAcceptCookie
2019-03-07 oshima@chromium.org Add Crostini app type
2019-03-07 ldaguilar@chromium.org Enable EventBasedStatusReporting feature flag by default.
2019-03-07 jdeblasio@chromium.org Revert "Cleanup Lookalike interstitial browser tests."
2019-03-07 etiennep@chromium.org Change flaky test to pass on timeout on Win7.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 699655f07b93..eefd8e8457a3 (6 commits)
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools db5c5ade84ad..b139178fb593 (2 commits)
2019-03-07 kristipark@chromium.org [NTP] Add fieldtrial config for hiding the fakebox on the New Tab Page
2019-03-07 rnk@google.com Run clang win x64 tests on Win10 swarming machines
2019-03-07 eirage@chromium.org Make AverageLag count scroll prediction change
2019-03-07 luoe@chromium.org DevTools: cleanup presentation of user agent styles
2019-03-07 jeffreycohen@chromium.org [SendTabToSelf] only include committers as OWNERS
2019-03-07 lgrey@chromium.org Windows dark mode: fix button typography, make exclusive with high contrast
2019-03-07 jsaul@google.com Add iOS flag entry for AutofillNoLocalSaveOnUploadSuccess
2019-03-07 etiennep@chromium.org Change flaky test to pass on timeout on Win7.
2019-03-07 khushalsagar@chromium.org media: Fix ODR violations for chromeos.
2019-03-07 jsaul@google.com Minor fixes following CL 1496251 (add new enum value)
2019-03-07 toyoshim@chromium.org OOR-CORS: Support cross-origin redirect on webRequest::onBeforeRequest
2019-03-07 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@7e2bcbc6ae0ab383f02cb4c10a9e8091c30ef61c
2019-03-07 etiennep@chromium.org Disable MachineLevelUserCloudPolicyPolicyFetchTest.Test on windows
2019-03-07 gerchiko@microsoft.com Fixed flaky playback-rate test.
2019-03-07 cwallez@chromium.org Add an IOSurface SharedImageBackingFactory
2019-03-07 kenrb@chromium.org Add WebAuthn credential creation and get metrics for RP errors
2019-03-07 ellyjones@chromium.org flags: assign load-media-router-component-extension
2019-03-07 ellyjones@chromium.org flags: purge metadata of removed flags
2019-03-07 wfh@chromium.org Update Flash plugin metadata versions to latest version.
2019-03-07 davidbienvenu@chromium.org make widget stay visible when root window is minimized
2019-03-07 rnk@google.com Disable QuartcEndpointTest.VersionNegotiationWithDisjointVersions
2019-03-07 dstockwell@google.com Reland "pdf: Switch to the threaded version of ink"
2019-03-07 nancyly@google.com Add 'Devices' tab to chrome://usb-internals
2019-03-07 nator@chromium.org [Background Fetch] Ship it!
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 356474278798..3cfa438106ff (1 commits)
2019-03-07 mukai@chromium.org Fix client area calculation
2019-03-07 robliao@chromium.org Revert "AudioService: Fixes for loopback underruns/timing issues."
2019-03-07 vasilvv@chromium.org Reconcile code differences between google3 and Chromium QUIC code
2019-03-07 pdr@chromium.org Disable BlinkGenPropertyTrees by default
2019-03-07 johnidel@chromium.org Fix subresource filter mojom deps
2019-03-07 dimich@chromium.org Fix the reporting timeout for ExploreSites.MonthlyHostCount.
2019-03-07 marpan@google.com Roll src/third_party/libvpx/source/libvpx/ d64e32862..8256c8b29 (3 commits)
2019-03-07 donnd@chromium.org [TTS] Update Coca requests to support Definitions.
2019-03-07 tienmai@chromium.org [GCPW] Add Windows version information in some log messages
2019-03-07 chouinard@chromium.org [Feed Internals] Add current content
2019-03-07 ellyjones@chromium.org flags: assign {,ui-show-}composited-layer-borders
2019-03-07 ddavenport@chromium.org gpu: Set exit_on_context_loss for AMD chromebooks
2019-03-07 ellyjones@chromium.org flags: assign smart-text-selection
2019-03-07 ellyjones@chromium.org flags: assign disallow-unsafe-http-downloads
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal fff41430adb0..cb039b04e175 (3 commits)
2019-03-07 nohle@google.com Fix container overflow in CryptAuthKeyCreatorImpl
2019-03-07 boliu@chromium.org aw: Clear presentation feedback
2019-03-07 tguilbert@chromium.org Cleanup CreateRenderer(HostedRendererType)
2019-03-07 kmackay@chromium.org [Chromecast] Add the ability to modify which streams redirection applies to
2019-03-07 estade@chromium.org Fix flakiness in CrosDisplayConfigTest
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ccc29087522a..699655f07b93 (1 commits)
2019-03-07 tonikitoo@igalia.com Remove left-over DEFINE_TYPE_CASTS use from css_unsupported_style_value.h
2019-03-07 johnchen@chromium.org [ChromeDriver] Remove waterfall related code
2019-03-07 knollr@chromium.org Check quota for scheduled notifications.
2019-03-07 rnk@chromium.org Revert "Add tests that lookalike interstitial decisions are shared with incognito."
2019-03-07 csharrison@chromium.org Re-land: Fix flatbuffers failures-mode
2019-03-07 chlily@chromium.org Network Error Logging: Evict expired and/or least recently used policies
2019-03-07 caitlinfischer@google.com [Autofill] Added utils for creating LabelFormatters.
2019-03-07 majidvp@chromium.org [cc] Add majidvp@ as reviewer for scroll snap
2019-03-07 npm@chromium.org Add a test that quantizes MemoryInfo's largest bucket
2019-03-07 lazyboy@chromium.org Add main thread enforcing DCHECK in Dispatcher's messaging IPC handler.
2019-03-07 lazyboy@chromium.org MessageService: Remove an unused param to SWTQ::AddPendingTask's callback.
2019-03-07 robliao@chromium.org Suppress external/wpt/html/browsers/windows/embedded-opener-remove-frame.html
2019-03-07 sky@chromium.org aura: cleanup function/member name in WindowTreeHostMus
2019-03-07 kerrnel@chromium.org macOS V2 Sandbox: Expand the V2 GPU sandbox.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 45faa0849352..ec255730a818 (1 commits)
2019-03-07 brunoad@chromium.org Bump expiration milestone for Arc.Supervision.Transition.Result histogram.
2019-03-07 ccameron@chromium.org PWAs: Don't re-parent shortcuts that aren't open-in-window
2019-03-07 livvielin@chromium.org Change name of IDS_EDITED_NONSECURE_SUMMARY
2019-03-07 skym@chromium.org [Feed] Add metrics impl for request events.
2019-03-07 bsheedy@chromium.org Fix VR Iframe JS Threading
2019-03-07 jarrydg@chromium.org Quota: Obsolete expired origin count histograms.
2019-03-07 qinmin@chromium.org Dump crash stack when renderer hangs on Android
2019-03-07 bsheedy@chromium.org Make VR navigation test cover more
2019-03-07 robliao@chromium.org Revert "Create golden file loader for the time limit consistency tests."
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools ffb1ffb82284..db5c5ade84ad (1 commits)
2019-03-07 chrome-release-bot@chromium.org Updating trunk VERSION from 3728.0 to 3729.0
2019-03-07 bratell@opera.com Remove some variable shadowing in blink/core
2019-03-07 lgrey@chromium.org Mac: update first run dialogue for dark mode
2019-03-07 estevenson@chromium.org Android: Update manifest expectations instructions.
2019-03-07 vtsyrklevich@chromium.org GWP-ASan: Rename metadata member variables
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite a6918d7b72a9..2f722bfc7ccb (1 commits)
2019-03-07 ydago@chromium.org Management WebUI: Put link to chrome://management behind a feature flag
2019-03-07 droger@chromium.org [signin][Mice] Do not call FireRefreshTokensLoaded too early
2019-03-07 pnoland@chromium.org [Chromeshine] Add example for fqdn in translation
2019-03-07 mcrouse@chromium.org Adding feature flag for enabling OnePlatform API hints and
2019-03-07 timvolodine@chromium.org [AW NS] Add flaky tests to the instrumentation test filter
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from bccf58830632 to 9216f29f7750
2019-03-07 gilmanmh@google.com Re-enable WebpageAccessibility test and update role expectation.
2019-03-07 davidben@chromium.org Fix typo in URL.
2019-03-07 npm@chromium.org [ElementTiming] Add a test to prevent leak in ImageElementTiming
2019-03-07 katie@chromium.org Re-enable autoclick tests since ScopedTaskEnvironment bug is fixed.
2019-03-07 boliu@chromium.org aw: Stop relying on is_layer
2019-03-07 robertogden@chromium.org Add UMA for HTTP Request Timing on DataReductionProxy's Client Config
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 2d4d2a3cf7b9..356474278798 (2 commits)
2019-03-07 emircan@chromium.org Reset VDA for HDR Color space changes
2019-03-07 etiennep@chromium.org Disable SecurityExploitBrowserTest.AttemptDuplicateRenderWidgetHost.
2019-03-07 ellyjones@chromium.org flags: assign enable-notification-indicator
2019-03-07 shivanisha@chromium.org History intervention: Reset skippable bit if user gesture after pushState
2019-03-07 harringtond@chromium.org Add original_url to DeletedPageInfo
2019-03-07 sangseok.jang@navercorp.com Clean up ThemeProperties::COLOR_BOOKMARK_BAR_INSTRUCTIONS_TEXT
2019-03-07 kmilka@chromium.org Revert "[NTP] Initiate server-side resource requests earlier"
2019-03-07 eugenebut@chromium.org Fix GetPendingItemIndex() for new navigations.
2019-03-07 ccameron@chromium.org Mac OOP-R crashes: glFlush at every glBindFramebuffer in Skia
2019-03-07 陳威尹 Update comments in tab_list_ui/
2019-03-07 annelim@google.com [Autofill] Prevent upload save on unsupported cards
2019-03-07 nator@chromium.org [Background Fetch] Update Webview expectations.
2019-03-07 mmenke@chromium.org Remove group name from ConnectJob layer.
2019-03-07 yaoxia@chromium.org Add UseCounter for ad click that results in navigation
2019-03-07 mastiz@chromium.org Wrap ARC_PACKAGE in pseudo-USS codepath
2019-03-07 beccahughes@chromium.org [Media Engagement] Add checks in UpdateScoreDict
2019-03-07 knollr@chromium.org Schedule a timer to show notifications with a trigger.
2019-03-07 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-03-07 xiaochengh@chromium.org [LayoutNG] Fix a typo in NGOffsetMapping::GetPositionWithAffinity
2019-03-07 mdjones@chromium.org Update public API of ModelListAdapter to be more generic
2019-03-07 ender@google.com Supply accessibility description for refine button.
2019-03-07 oysteine@chromium.org Perfetto: Use the Consumer::ChangeTraceConfig API to add new PIDs to trace
2019-03-07 estade@chromium.org SPM: Reduce the number of pixels sent to Ash for window icons.
2019-03-07 tangltom@chromium.org Provide new profile avatar icons
2019-03-07 hnakashima@chromium.org Use PrefService directly in DownloadArchiveManager instead of Profile.
2019-03-07 eirage@chromium.org Make captured mouse pointer event route correctly on oopif
2019-03-07 dmazzoni@chromium.org Automation API should include image labeling AXMode
2019-03-07 rouslan@chromium.org [Payment Request][Android] Attach UI right before blocking interactions
2019-03-07 msisov@igalia.com [ozone/wayland] Let Wayland compositor decide how to place menu windows
2019-03-07 seblalancette@chromium.org [AF] Prevent Logging Password Values to Console
2019-03-07 estade@chromium.org Fix L10nUtilTest flakiness by shutting down StatisticsProvider
2019-03-07 seblalancette@chromium.org [AF] Adding Fieldtrial Config For Autocomplete Retention Policy
2019-03-07 smaier@chromium.org Blacklisting unfinished Activities in tests from blocking on finish
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5b257f91fc81..fff41430adb0 (2 commits)
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c0eace27e740..2d4d2a3cf7b9 (1 commits)
2019-03-07 tonikitoo@igalia.com Use concrete classes instead of AsyncFileSystemCallbacks when possible
2019-03-07 estade@chromium.org Restore correct env mode in AshServiceTest
2019-03-07 arthursonzogni@chromium.org Cleanup web_test test_runner slightly.
2019-03-07 peter@chromium.org Add an experiment for the A2HS infobar text
2019-03-07 gfaus@chromium.org Add converter utility for the time limits processor consistency test.
2019-03-07 rogerta@chromium.org Remove error messages from credential provider logs that are not actual errors.
2019-03-07 pkotwicz@chromium.org Skip DownloadMediaParserTest#testParseVideoH264() on tablets
2019-03-07 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-03-07 wangxianzhu@chromium.org [non-BGPT] Fix animation DCHECK and add virtual/disable-blink-gen-property-trees/animations
2019-03-07 szermatt@chromium.org [Autofill Assistant] Disable tab-switching unless it's necessary.
2019-03-07 bcwhite@chromium.org Extended documentation on UKM enum configuration.
2019-03-07 kylechar@chromium.org Pass vector<OverlayStrategy> instead of string.
2019-03-07 bcwhite@chromium.org Another round of owner changes for histograms.xml.
2019-03-07 brucedawson@chromium.org Revert "Switch to full 17763 SDK, including new d3dcompiler_47.dll"
2019-03-07 ellyjones@chromium.org flags: remove sound-content-setting
2019-03-07 xiaochengh@chromium.org [LayoutNG] Implement EmitsSpaceForNbsp behavior for TextIterator
2019-03-07 delphick@chromium.org [api] Fix use of deprecated Date API
2019-03-07 rdevlin.cronin@chromium.org [Extensions] Use SetLazyDataProperty on GinPort
2019-03-07 dmcardle@chromium.org Add clang_tidy_tool.py to fetch, build, and invoke clang-tidy
2019-03-07 aarontag@chromium.org Add a callback for setting cookies in URLRequestHttpJob
2019-03-07 knollr@chromium.org Add feature flag for notification triggers.
2019-03-07 findit-for-me@appspot.gserviceaccount.com Revert "[Files app] Fix MyFiles expanding when isn't selected"
2019-03-07 liaoyuke@chromium.org Revert "Reland "Adding an exclusion list to the coverage wrapper script.""
2019-03-07 dtapuska@chromium.org Add tests for stale while revalidate handling with service workers.
2019-03-07 melandory@chromium.org [Tango->FCM] Separate status enum for the subscription channel.
2019-03-07 behdadb@chromium.org Linkedin login updated
2019-03-07 msalama@google.com Android: Log native code's resident pages.
2019-03-07 treib@chromium.org sync_ui_util: De-dupe auth error handling
2019-03-07 wanderview@chromium.org CacheStorage: Set the Response mime type based on stored content-header.
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 141e92bdd2cc..5b257f91fc81 (4 commits)
2019-03-07 amalova@chromium.org Dynamic Module: Separate creating of ClassLoader and module loading.
2019-03-07 tmrts@chromium.org [v8] src side configuration for a new generation layout test builder
2019-03-07 treib@chromium.org Improve comments on Sync's ModelType enum
2019-03-07 lowell@chromium.org Delete OnRequestCompleted method from IdentityAccessorImpl.
2019-03-07 siggi@chromium.org PM: Only enable instrumentation under the chrome embedder.
2019-03-07 dstockwell@google.com pdf: Implement UX spec for icon states
2019-03-07 ellyjones@chromium.org flags: assign debug-packed-apps
2019-03-07 sdefresne@chromium.org Fix FindExtendedAccountInfoForAccount
2019-03-07 futhark@chromium.org Don't stop text-decoration propagation at non-UA shadow boundaries.
2019-03-07 mamir@chromium.org [Sync::USS] Fix for PasswordSyncBridge crashes when AddLoginSync()
2019-03-07 gfaus@chromium.org Create golden file loader for the time limit consistency tests.
2019-03-07 mattcary@chromium.org Android: add manifest dump to apk_operations.py.
2019-03-07 bmcquade@chromium.org Record UKM metrics for AMP subframe documents.
2019-03-07 ulan@chromium.org Remove memory.long_running_idle_gmail* benchmarks
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 579cf621f3dc..aa9d6ad09d0d (1 commits)
2019-03-07 frechette@chromium.org Moving some translate utils to language utils.
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 310f45e6d446..141e92bdd2cc (2 commits)
2019-03-07 dstockwell@google.com pdf: Disable annotations test under debug builds
2019-03-07 hans@chromium.org Revert "Use the wrapper script in all coverage builds."
2019-03-07 hablich@chromium.org Update the V8 version for Chromium branch 74.
2019-03-07 zetamoo@chromium.org Navigation: Remove unused includes and members.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto cc1308550f58..c0eace27e740 (1 commits)
2019-03-07 tikuta@chromium.org [flatbuffer] fix deps type in flatbuffer.gni
2019-03-07 amalova@chromium.org Using an asset instead of resource to load CCT dynamic module from the dex.
2019-03-07 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@405751fab6fec48b30c28bfa0f6b86fe056ee425
2019-03-07 caiol@google.com Separate URLChecker synchronous and asynchronous logic.
2019-03-07 leszeks@chromium.org Reland "[blink] Remove old script streamer thread"
2019-03-07 kolos@chromium.org [Password Generation] Button titles should be crowdsourced only if AutofillFieldMetadata experiment is enabled.
2019-03-07 blundell@chromium.org Eliminate FakeAccountFetcherService
2019-03-07 calamity@chromium.org Remove unused bookmarkManagerPrivate APIs.
2019-03-07 mstensho@chromium.org [LayoutNG] Rebaseline, SK_SUPPORT_LEGACY_CHOOSERASTERPIPELINE removal
2019-03-07 gambard@chromium.org [iOS][web] Group NativeContent methods
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dcb547de1a5c..310f45e6d446 (2 commits)
2019-03-07 fs@opera.com Improve tainting for filter primitives
2019-03-07 finnur@chromium.org Contacts Picker: Show the origin (that will receive the contacts) in bold.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 952d27384a7e..45faa0849352 (1 commits)
2019-03-07 smcgruer@chromium.org [Cleanup] Move PaintWorkletStylePropertyMap construction outside PaintWorkletInput
2019-03-07 peah@chromium.org Remove AEC2 usage and ensure that AEC3 is always run as WebRTC AEC
2019-03-07 mario@igalia.com Keep trailing newline for inline methods in headers for longhands CSS properties
2019-03-07 rsorokin@chromium.org Add placeholders for AuthNegotiateDelegateByKdcPolicy description
2019-03-07 nicolaso@chromium.org Add a policy to the 'BrowserSwitcher' group
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8e9850cc9584..4c1ea43a79b5 (1 commits)
2019-03-07 peter@chromium.org Support color schemes in Chrome's custom tabs implementation
2019-03-07 rsorokin@chromium.org cros: Introduce LocalPolicyTestServerMixin
2019-03-07 hendrich@chromium.org [ProtoSync] DMServer -> Client
2019-03-07 tkent@chromium.org Fix a crash in IsMenulistInput().
2019-03-07 szermatt@chromium.org [Autofill Assistant] Fix to avoid overlay drawing on top of top bar.
2019-03-07 hiroshige@chromium.org [Import Maps] implement "Packages" via trailing slashes
2019-03-07 hablich@chromium.org Revert "Adopt to new MicrotasksCompletedCallback signature"
2019-03-07 gambard@chromium.org [iOS][web] Group helpers for WebView
2019-03-07 raleksandrov@google.com Hide Managed Guest Session notification
2019-03-07 gambard@chromium.org [iOS][web] Merge CRWWebController methods
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto df42f3b1d646..cc1308550f58 (1 commits)
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8b3e27ce9a43..dcb547de1a5c (3 commits)
2019-03-07 jlebel@chromium.org [iOS] Update case for "Sync is on"/"Sync is off"
2019-03-07 jiameng@chromium.org [On-device adaptive brightness] Remove the need of VerifyAlsConfig from AlsReaderImpl
2019-03-07 jlebel@chromium.org [iOS] Updating icons for Google sync services item
2019-03-07 ahemery@chromium.org Navigation: Making NavigationClient work with fallback content.
2019-03-07 adunaev@igalia.com [ozone/wayland] Fixed buffer handling in the WaylandCursor class.
2019-03-07 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@553786e79703fe5bad735aefa5894ec26ccdf3c9
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from bb61479483bd to bccf58830632
2019-03-07 lowell@chromium.org Update IdentityAccessorImplTest to use IdentityTestEnvironment more.
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 45209e43f286..8b3e27ce9a43 (2 commits)
2019-03-07 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.299.
2019-03-07 treib@chromium.org Disable StopSyncInPausedState by default
2019-03-07 myid.shin@igalia.com Change [unsigned] long long to uint64_t in third_party/blink/ related blob
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 52e620ffd0bd..8e9850cc9584 (1 commits)
2019-03-07 jbudorick@chromium.org Disable each CLIHelpersUnittest individually.
2019-03-07 googleo@chromium.org Definde the interfaces between IME shared library and its caller.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 2995dc2a67c7..952d27384a7e (1 commits)
2019-03-07 hiroshige@chromium.org [Layered API] Add UseCounters for each individual modules
2019-03-07 sdefresne@chromium.org Remove reference to fixed bug
2019-03-07 tonynasta@yandex-team.ru Fixes accelerator shortcut text for unknown keys
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src 79d25ea0ce18..40c16ec0b3ad (2 commits)
2019-03-07 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/weborigin with the macros of Allocator
2019-03-07 sdefresne@chromium.org Convert away from method JSONReader::ReadAndReturnErrorDeprecated
2019-03-07 ioanap@chromium.org [GPWM Android]Move Google Password Manager feature check
2019-03-07 knollr@chromium.org Synchronize displayed notifications.
2019-03-07 takise@chromium.org Activate PIP window after it is expanded
2019-03-07 knollr@chromium.org Store Trigger and NotificationResources in NotificationDatabase.
2019-03-07 jiameng@chromium.org [On-device adaptive brightness] Integrate ModelConfigLoader with Adapter
2019-03-07 andrew.macpherson@soundtrap.com Add support for AudioContextOptions sampleRate
2019-03-07 danakj@chromium.org Set the WebViewPlugin::WebViewHelper as the WebWidgetClient.
2019-03-07 amoylan@chromium.org Add new values to SmartDimModelResult enum
2019-03-07 vitaliii@chromium.org [Sync::Scrypt] Enable Scrypt encryption by default.
2019-03-07 myid.shin@igalia.com Change [unsigned] long long to uint64_t in third_party/blink/renderer/core/timing
2019-03-07 hkamila@chromium.org Revert "pdf: Switch to the threaded version of ink"
2019-03-07 mamir@chromium.org [Sync:USS] Fix flaky MC_MergeSimpleBMHierarchyEqualSetsUnderBMBar
2019-03-07 zhuoyu.qian@samsung.com Remove TouchEventDispatchResultType.
2019-03-07 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/text with the macros of Allocator
2019-03-07 hokein.wu@gmail.com Stop writing json compilation databaase to one line.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 692122e3ef23..52e620ffd0bd (1 commits)
2019-03-07 blundell@chromium.org Eliminate FakePO2TS usage in SigninManager unittest
2019-03-07 takise@chromium.org Don't allow backdrop container to be reparented.
2019-03-07 huangdarwin@chromium.org sqlite: Backport bugfixes for clusterfuzz security bugs
2019-03-07 dmazzoni@chromium.org Remove bad DCHECK. I was hitting this every time an image had an error.
2019-03-07 yhanada@google.com Consolidate login keyboard layouts information into input_methods.txt.
2019-03-07 treib@chromium.org Remove SyncService::TransportState::WAITING_FOR_START_REQUEST
2019-03-07 falken@chromium.org Remove non-servicified service worker path from NavigationURLLoaderImpl.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 48f640f5365e..ffb1ffb82284 (1 commits)
2019-03-07 zynis@yandex-team.ru [clang-tidy] Make DecodedDrawImage moveable to utilize std::move in ImageProvider.
2019-03-07 falken@chromium.org Remove interceptor disabled path from NavigationURLLoaderImpl.
2019-03-07 ydago@chromium.org Management WebUI: Apply card like style to each section
2019-03-07 hajimehoshi@chromium.org Mojofy RenderFrameImpl::JavaScriptExecuteRequest*
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b9c4c2512141..45209e43f286 (17 commits)
2019-03-07 mxcai@chromium.org Settings: Show and allow delete cookies on the site details page.
2019-03-07 karandeepb@chromium.org WebRequest: Fix extraHeaders event listeners for webviews in NS path.
2019-03-07 falken@chromium.org service worker: Remove EmbeddedWorkerRegistry.
2019-03-07 tzik@chromium.org Adopt to new MicrotasksCompletedCallback signature
2019-03-07 ortuno@chromium.org desktop-pwas: Set the scope based on the app associated with the window
2019-03-07 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.297.
2019-03-07 inker@google.com Separate shutter/stop buttons for different modes.
2019-03-07 rakina@chromium.org [Display Locking]: Unlock active find-in-page match
2019-03-07 lucmult@chromium.org [Files app] Add keyboard operations tests for file list
2019-03-07 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Create render surface for composited effect animations
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 5abc126b0795..df42f3b1d646 (1 commits)
2019-03-07 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/testing with the macros of Allocator
2019-03-07 myid.shin@igalia.com Add the precise-width integer check for short type in cpp.py
2019-03-07 lucmult@chromium.org [Files app] Fix MyFiles expanding when isn't selected
2019-03-07 bashi@chromium.org OMT service worker fetch: Disable interfaces-sw.https.html on MSAN bot
2019-03-07 brunoad@chromium.org Rename Contained Home to Kiosk Next Home.
2019-03-07 bashi@chromium.org service worker: registration-mime-types.https.html could be slow
2019-03-07 magchen@chromium.org Add a DCHECK when swap chain present or commit fails
2019-03-07 sammiequon@chromium.org Revert "Launch Android Intent for media playback."
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e62d14c1d9ba..692122e3ef23 (1 commits)
2019-03-07 lucmult@chromium.org [Files app] Fix USB grouping
2019-03-07 tetsui@chromium.org Remove diamond key support from chromium.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 4ad364d5cbb9..a6918d7b72a9 (1 commits)
2019-03-07 mrefaat@chromium.org Remove public browserState API from Tab
2019-03-07 estade@chromium.org Remove ImeWindowView::GetWindowAppIcon()
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 1cc386687cde..579cf621f3dc (2 commits)
2019-03-07 karandeepb@chromium.org WebRequest: Fix extraHeaders modification for webviews in non-NS path.
2019-03-07 yhanada@google.com Make ArcInputMethodManagerService observe the active app's IME instance.
2019-03-07 martis@chromium.org Image annotation service: added metrics.
2019-03-07 tbarzic@chromium.org oobe: Delete ScreenExitCode enum
2019-03-07 paulirish@chromium.org DevTools: Roll Lighthouse to 4.2.0
2019-03-07 rhalavati@chromium.org Update profile menu trigger for guest mode.
2019-03-07 vtsyrklevich@chromium.org GWP-ASan: Another Slot->Metadata rename
2019-03-07 nigeltao@chromium.org Refactor App Service's icon effects
2019-03-07 chrishtr@chromium.org [BGPT] Don't omit solid color transparent draw quads with blend mode.
2019-03-07 dstockwell@google.com third_party/ink: Roll to 236852834
2019-03-07 collinbaker@chromium.org Add new in-product help highlight colors for dark mode and themes
2019-03-07 brucedawson@chromium.org Request -j 150 instead of -j 80
2019-03-07 robsc@chromium.org When users open AppReinstall, how many times did we show result.
2019-03-07 abhijeet@igalia.com Make probe_sink.h.tmpl and instrumenting_probes_impl.cc.tmpl case style consistent
2019-03-07 mattreynolds@google.com Add skeleton for WebHID API feature
2019-03-07 liaoyuke@chromium.org [code coverage] Increase timeouts of browser_tests for coverage build
2019-03-07 nyquist@chromium.org Clean up Jelly Bean API compatibility code.
2019-03-07 ichikawa@chromium.org Fix a bug that -[CWVDownloadTask cancel] causes an assertion failure.
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 3c957d575c58..e62d14c1d9ba (5 commits)
2019-03-07 rhalavati@chromium.org Update incognito window counter's insets.
2019-03-07 tbarzic@chromium.org oobe: Deprecate remaining ScreenExitCode values
2019-03-07 miu@chromium.org AudioService: Fixes for loopback underruns/timing issues.
2019-03-07 tikuta@chromium.org [quick_trace] use proto_deps
2019-03-07 jinsukkim@chromium.org Android: Use TabBuilder for Tab creation
2019-03-07 xiaochengh@chromium.org Clear a leftover VisiblePosition variable from SelectionController
2019-03-07 meiliang@chromium.org Add accessibility strings for tab groups feature IPHs
2019-03-07 wutao@chromium.org app_list: Add unit tests for embedded Assistant UI
2019-03-07 dbeam@chromium.org WebUI Dark Mode: remove inapplicable CSS
2019-03-07 eugenebut@chromium.org Remove google_toolbox_unittest.mm as unnecessary.
2019-03-07 kayce@google.com DevTools: Update WNDT for m74
2019-03-07 chrome-release-bot@chromium.org Updating trunk VERSION from 3727.0 to 3728.0
2019-03-07 szager@chromium.org Speculative fix for DCHECK failure
2019-03-07 陳威尹 Add triggering for IPH_TabGroupsQuicklyComparePages
2019-03-07 dpapad@chromium.org WebUI cleanup: Remove dead code connection_manager.js
2019-03-07 justincohen@google.com Reland "Enable -Wextra-semi in iOS builds."
2019-03-07 mdempsky@google.com [base] Set MAP_JIT when allocating V8 pages on Fuchsia
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 30c5e3c76330 to bb61479483bd
2019-03-07 shrekshao@google.com bit operation optimization for check float32 color attachment, fix for draw buffer enabled
2019-03-07 jinsukkim@chromium.org Android: Make TabFullscreenHandler Tab's UserData
2019-03-07 rouslan@chromium.org [Payment Request][Android] Block payment UI from background tab
2019-03-07 johntlee@chromium.org Navi: Align NTP background module's buttons with other modules' buttons
2019-03-07 etiennep@chromium.org [TaskScheduler]: Distribute waking-up workers.
2019-03-07 lucmult@chromium.org [Files app] Fix context menu for MyFiles and Downloads.
2019-03-07 andrewxu@chromium.org Fix alloc-dealloc-mismatch
2019-03-07 estade@chromium.org Fix flakiness in ProfileProviderTest by shutting down LoginState
2019-03-07 lethalantidote@chromium.org Changes anti-duplication stratgey from controlling focus to using aria.
2019-03-07 estade@chromium.org Fix flakiness in EventBasedStatusReportingServiceTest
2019-03-07 mukai@chromium.org Synchronize ClientSurfaceEmbedder visibility with its window
2019-03-07 smacchia@amazon.com Add Bluetooth keyboard support to Protected media content site setting
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 2c25b14c34c1..2995dc2a67c7 (5 commits)
2019-03-07 ssid@chromium.org Move Chrome trace argument filter to services/tracing
2019-03-07 burton@typewritten.net Modified the HSTS list and AUTHORS
2019-03-07 ianswett@chromium.org Add QUIC connection close details to the netlog.
2019-03-07 rch@chromium.org Add a new histograms.xml entry for Net.QuicDroppedPacketReason,
2019-03-07 amithi@chromium.org Adding histograms for measuring usage of Simulcast.
2019-03-07 nohle@chromium.org Revert "Use existing kUserKeyPair keys during key creation, if possible."
2019-03-07 mrefaat@chromium.org Remove the usage of Tab from AppLauncherTabHelper
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite c3ec692344cb..4ad364d5cbb9 (1 commits)
2019-03-07 nohle@chromium.org Revert "Use key bundle name instead of key handle for HKDF "info" parameter"
2019-03-07 ortuno@chromium.org desktop-pwas: Introduce TestAppRegistrar in PendingBookmarkAppManager unit tests
2019-03-07 vtsyrklevich@chromium.org Fix warn_unused_result attribute failure
2019-03-07 yusufo@google.com UI and lifecycle Polish on TabStripBottomToolbar components
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 93c47cc8e359..3c957d575c58 (6 commits)
2019-03-07 johntlee@chromium.org Navi A11y: Remove aria-pressed attribute on NTP background buttons
2019-03-07 jam@chromium.org Fix network service crash on shutdown if it's not initialized.
2019-03-07 sky@chromium.org chromeos: adds histogram for interactive window resize
2019-03-07 thomasanderson@chromium.org Fix improper usage of std::vector in UDPSocketPosixSender
2019-03-07 robertma@chromium.org Add expectations to unblock wpt-import
2019-03-07 hayato@chromium.org Remove TreeScopeEventContext::Create
2019-03-07 adanilo@chromium.org Simplify intgration test for recents folder.
2019-03-07 nohle@google.com Use key bundle name instead of key handle for HKDF "info" parameter
2019-03-07 nektar@chromium.org Sets the image annotation status when the service request has failed, cancelled, or is adult
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 61a1b5f31059..48f640f5365e (1 commits)
2019-03-07 sky@chromium.org chromeos: makes bounds changes from server ignore min/max
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn b47470daa737..1cc386687cde (1 commits)
2019-03-07 oksamyt@chromium.org [mojo][doc] Update links between pages
2019-03-07 amaralp@chromium.org Introducing Bottom Controls Component
2019-03-07 dbeam@chromium.org WebUI Dark Mode: update passwords export dialog progress colors
2019-03-07 kerrnel@chromium.org cryptohome: Call UnmountEx instead of deprecated Unmount.
2019-03-07 agawronska@chromium.org Pass parent access code overrides to UsageTimeLimitProccessor.
2019-03-07 petewil@chromium.org Change flaky test to pass on timeout for slow platforms.
2019-03-07 huayinz@chromium.org Fix font scale on overriding configuration on Tab
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 07f80c4df1b0..a2ef7be242bc (1 commits)
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle f094bac94992..14126505b237 (9 commits)
2019-03-07 perezju@chromium.org [tools/perf] Copy over catapult/experimental perf tools
2019-03-07 petewil@chromium.org Revert "Refactor SSLCertificateErrorPageController"
2019-03-07 sajjadm@google.com Reland "Adding an exclusion list to the coverage wrapper script."
2019-03-07 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0ab64c504cf5..b9c4c2512141 (8 commits)
2019-03-07 alexmos@chromium.org Implement per-profile isolated origins.
2019-03-07 llin@chromium.org Launch Android Intent for media playback.
2019-03-07 nigeltao@chromium.org Add an IconKey.icon_effects field
2019-03-07 wnwen@chromium.org Android: Split out autofill_assistant
2019-03-07 siliu@microsoft.com Fix several issues in TSF support on Windows.
2019-03-07 zmin@chromium.org Component cloud policies can overrides platform ones with policy.
2019-03-07 rockot@google.com Don't use nested enum definition in SerializedHandle
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 3df5c7cf7b58..a07afc58f2d7 (1 commits)
2019-03-07 jlebel@chromium.org [iOS] Renaming TableViewImageCell.titleLabel to TableViewImageCell.textLabel
2019-03-07 vakh@chromium.org AndroidTelemetryService: Check incognito mode based on profile
2019-03-07 dmurph@chromium.org Reland "[IndexedDB] Moving IDBDatabase's PendingConnection to use ScopesLockManager"
2019-03-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 9584fe43a9c2..2c25b14c34c1 (1 commits)
2019-03-07 yulunwu@chromium.org Add Ekko and Bard assets for fingerprint UI. No translation required.
2019-03-06 meiliang@chromium.org Cache TabGroupsAndroid feature flag
2019-03-06 jinsukkim@chromium.org Android: Delete Tab's TitleRtl property
2019-03-06 thomasanderson@chromium.org Roll libc++ to 22d3f6dd
2019-03-06 bajones@chromium.org Changed XRHandedness enum to 'none' from empty string (reland)
2019-03-06 mmourgos@chromium.org cros: Add Icon Ghosting to apps_grid_view.
2019-03-06 steimel@chromium.org [Mpris] Move MPRIS into ui/base
2019-03-06 drubery@chromium.org Update base::Callback usages in chrome/renderer/safe_browsing
2019-03-06 rch@chromium.org Roll src/net/third_party/quiche/src/ c5db41e3e..b6880f79b (1 commit)
2019-03-06 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.295.
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia cb4eb612f02f..93c47cc8e359 (17 commits)
2019-03-06 gilmanmh@google.com Replace high-contrast-mode with dark-mode in Blink's web tests.
2019-03-06 siyua@chromium.org [AF][Paradise] Enable migration flow for non-sync users
2019-03-06 myid.shin@igalia.com Change unsigned long long to uint64_t in third_party/blink/* related to loader
2019-03-06 dmurph@chromium.org Revert "[DOMStorageS13N] Making bind calls sync and adding crash info"
2019-03-06 mahmadi@chromium.org [iOS][Translate] Moves legacy translate infobar EG tests to a new target
2019-03-06 anastasi@google.com Update Focus Ring interface for accessibility extensions.
2019-03-06 aleventhal@chromium.org Revert change that causes performance regression in Slack
2019-03-06 gyuyoung@igalia.com OnionSoup: Remove all uses of UseCounter(LocalFrame*) and the method
2019-03-06 jdeblasio@chromium.org Add tests that lookalike interstitial decisions are shared with incognito.
2019-03-06 carlosil@chromium.org Disable auto-reload on net::ERR_BLOCKED_BY_CLIENT
2019-03-06 nohle@google.com Use existing kUserKeyPair keys during key creation, if possible.
2019-03-06 stevenjb@chromium.org Extract HammerdClient from DbusThreadManager
2019-03-06 dmblack@google.com Fixed horizontal alignment in Dialog Plate.
2019-03-06 dstockwell@google.com pdf: Switch to the threaded version of ink
2019-03-06 dstockwell@google.com pdf: Work around a web-animations bug in viewer-pen-options
2019-03-06 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ 503cb8e63..d64e32862 (8 commits)
2019-03-06 sajjadm@google.com Use the wrapper script in all coverage builds.
2019-03-06 jperaza@chromium.org Don't sample reports with --enable-crash-reporter-for-testing
2019-03-06 mastiz@chromium.org Enable sync pseudo-USS codepath by default
2019-03-06 jarrydg@chromium.org Quota: Remove virtual qualifier from ~QutaTemporaryStorageEvictor
2019-03-06 dpapad@chromium.org Revert "Settings cleanup: Remove obsolete setTimeout() work-around."
2019-03-06 rahsin@microsoft.com webvtt: Add support for Windows system styling for captions
2019-03-06 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 0668403dfdd6..61a1b5f31059 (1 commits)
2019-03-06 lazyboy@chromium.org Extension Messaging: Implement reply to content script from SW.
2019-03-06 govind@chromium.org Updating XTBs based on .GRDs from branch master
2019-03-06 harringtond@chromium.org Use the final URL in the intent to open an auto-fetch page
2019-03-06 gilmanmh@google.com Check darkModePagePolicy flag before inverting site colors.
2019-03-06 dmazzoni@chromium.org Fire name changed events when image annotations change.
Created with:
gclient setdep -r ../src@7ddffe6a4a
The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com
Change-Id: Ibdc055da0a38d22193474d96f466bbdcf1a26c2d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199122
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-08 00:32:08 +00:00
skia-autoroll
aa7d826e3e
Roll third_party/externals/swiftshader efec1b9fa6c7..b12437300c1a (2 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/efec1b9fa6c7..b12437300c1a
git log efec1b9fa6c7..b12437300c1a --date=short --no-merges --format='%ad %ae %s'
2019-03-07 bclayton@google.com Reactor (LLVM): Fix GEP for Pointer<Pointer<T>> types
2019-03-07 chrisforbes@google.com Start support for OpExtInst
Created with:
gclient setdep -r third_party/externals/swiftshader@b12437300c1a
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Ia79a304841ee58eddf9505030a7e053b03e2830c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199120
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-07 23:48:08 +00:00
skia-autoroll
950c724112
Roll third_party/externals/swiftshader 7273a4b3863e..efec1b9fa6c7 (4 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/7273a4b3863e..efec1b9fa6c7
git log 7273a4b3863e..efec1b9fa6c7 --date=short --no-merges --format='%ad %ae %s'
2019-03-07 bclayton@google.com SpirvShader: Implement Uniform and StorageBuffer access
2019-03-07 bclayton@google.com SpirvShader: Add PhysicalPointers
2019-03-07 headlessclayton@gmail.com Add regres tool.
2019-03-07 chrisforbes@google.com Require 16-byte alignment for Vulkan objects
Created with:
gclient setdep -r third_party/externals/swiftshader@efec1b9fa6c7
The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com
Change-Id: Idc1efb6598227a586fef21f1a59c6ff311b2d067
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199041
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-07 22:59:38 +00:00