- 11 Feb, 2020 40 commits
-
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/713d9cbf939e..2fd618192985 git log 713d9cbf939e..2fd618192985 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 natlee@microsoft.com Handle Device Lost for SwapChain Created with: gclient setdep -r src/third_party/dawn@2fd618192985 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Ib1871485dfbeb1e0a5ce4160898eb89b02c6c37e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050725Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740453}
-
Scott Violet authored
This better conveys what the object does. BUG=none TEST=none Change-Id: I21df5bcf0eca88184ace9a479e35b0e76a4be595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051018 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#740452}
-
George Steel authored
Merge CSSAdditiveAnimations and StackedCSSPropertyAnimations into WebAnimationsAPI flag. These were unlabeled dependencies of features being added under WebAnimationsAPI but not explicitly listed and are planned to launch as part of the WebAnimations v1 launch. Bug: 978551 Change-Id: If49801b1f4e3e76d3de552b53d3a2afe36e8b736 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044540 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#740451}
-
Scott Violet authored
from weblayer/browser to weblayer/browser/persistence BUG=none TEST=none Change-Id: I57a953381066548f3cd02e6858b5ee40f63437ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050936Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#740450}
-
Xing Liu authored
ForegroundServiceUtils.startForeground is put to downstream when Android Q sdk is not published. Now the default SDK is Q, so we can upstream it now. There will be 2 following CLs to delete the function in AppHooks.java. TBR=dtrainor@chromium.org Bug: 1051183 Change-Id: I1d2f43c4c102c4f60073e3c6dc882f9cce885ec6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051171Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#740449}
-
Ben Pastene authored
This reverts commit 2c8f8ff6. Reason for revert: New LKGM updates have landed. Could be safe to re-enable. Original change's description: > Disable all failing capture_unittests after latest Chrome OS LKGM update. > > These tests have started failing after fec354dc. > > Tbr: guidou@chromium.org > Bug: 1048934 > Change-Id: Id54e609d286cea6c4b2506edc11c3bc1433d46c4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038253 > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738428} TBR=guidou@chromium.org,bpastene@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1048934 Change-Id: I3b06ed57ad1544cf1e7969143140d1c50ebc0559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050574Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#740448}
-
Leonard Grey authored
This reverts commit 34d7e5df. Reason for revert: Speculative fix in patchset 2 Original change's description: > Revert "Mac: windows always display as key if a child is key" > > This reverts commit e8438fe0. > > Reason for revert: https://crbug.com/1050430 > > Original change's description: > > Mac: windows always display as key if a child is key > > > > On other platforms, user expectation is that a parent window will display > > as inactive when a modal is showing. This isn't the case on Mac. > > > > Additionally, the code that passes key commands up to the parent window > > uses this status to determine whether to pass keys from child windows up. > > > > This change (hopefully) shows a window as active iff a child is active. > > It plays well with the current code that handles this for bubbles because > > PaintAsActive is now reference counted. > > > > Still outstanding: making a non-key child window key *does* cause the > > browser frame to be drawn as key and *does* handle hotkeys correctly, > > but does *not* fix the traffic lights until the browser window has been > > interacted with. > > > > Bug: 1046540 > > Change-Id: I1629e66457c42b268c2283a8dbeb6823c66b1111 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033432 > > Commit-Queue: Leonard Grey <lgrey@chromium.org> > > Reviewed-by: ccameron <ccameron@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#739444} > > TBR=ccameron@chromium.org,lgrey@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1046540 > Change-Id: Ic25e1562df10809be9cdc9cd886fbf794b96b3c6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047085 > Reviewed-by: Leonard Grey <lgrey@chromium.org> > Commit-Queue: Leonard Grey <lgrey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739878} TBR=ccameron@chromium.org,lgrey@chromium.org Change-Id: I6ac87880427b118ab06b822f7372e3b345dab86e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1046540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048144Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#740447}
-
Hiroshige Hayashizaki authored
Bug: 906850 Change-Id: Iceeb534baa175b6615bc69cfad921759ad460e71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895926 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#740446}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/87e60d9c3b30..3bc454cda8bc Created with: gclient setdep -r src-internal@3bc454cda8bc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1041701,chromium:1044741,chromium:827542 Tbr: jbudorick@google.com Change-Id: Ie68538e37a6b0d5428eafb4a8543aa1ce8faa712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051086Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740445}
-
Darwin Huang authored
Remove extraneous namespacing in //ui/base/clipboard. Refactoring change. No intended functional changes. Change-Id: I079079bf7eb4d99cb2dacc51cf977b22e58a89e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047988 Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#740444}
-
shrekshao authored
From OpenGL spec 4.2 GL_COMPRESSED_RED_GREEN_RGTC2_EXT Each 4 × 4 block of texels consists of 64 bits of compressed unsigned red image data followed by 64 bits of compressed unsigned green image data. GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT Each 4 × 4 block of texels consists of 64 bits of compressed signed red image data followed by 64 bits of compressed signed green image data. TBR=kbr@chromium.org Bug: 1013369 Change-Id: Ie17e2224d725059e88b22851d1b60a6e9d88430f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050615Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#740443}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d0da7b4d..56ab990e Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ifdc4de6683b74e27faaf4ec230a8f8e4c7512b30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050989Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740442}
-
Vasiliy Telezhnikov authored
This CL caches SkSurface in SharedImageRepresentationSkiaGL. Creating surface around texture requires creation FBO and is costly. This change saves 100us in DrawToSwapUs in local telemetry run. Bug: 1051195 Change-Id: I5b5911c731b0a57710f0f9db0df8b25308704c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049911 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#740441}
-
Mohamed Heikal authored
These histograms are still required for tracking the number of chrome startups in reduced mode vs full browser, at least while experiments on the former are still ongoing. Bug: 1039317 Change-Id: I8423c4c9550159ec67766ee1f91f9180edfceb31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048305 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#740440}
-
Brandon Wylie authored
Bug: 1051173 Change-Id: I48c24823d29619b1f30e640f620c048aa40f705b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044485 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#740439}
-
Becca Hughes authored
When we pause the media session we should update the position to the current position so we know were the media was paused. BUG=1049530 Change-Id: If651edc4a4be1bdefeaa2638289f7b0399e1094e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047606Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#740438}
-
Kyle Horimoto authored
This CL adds a Mojo interface used by the settings page JS to access metrics recording. Bug: 1047062 Change-Id: I434c5ba14f8271d82d539bac68dfa42ee889fc16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042926 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#740437}
-
Yue Li authored
Bug: b/148439795 Test: Manual Test Change-Id: I8a095cfb3770f9fddd518572a9ba8e32aa436442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049303Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#740436}
-
Andrey Kosyakov authored
TBR: rdevlin.cronin@chromium.org Bug: 1050712 Change-Id: I1d2ce1c3f849f9886d704ea9b2dbac7136041ac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047496 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#740435}
-
Michael Spang authored
This reverts commit f32a96c2. Reason for revert: Obsoleted by https://chromium-review.googlesource.com/c/chromium/src/+/2048908 Original change's description: > viz: Fix message pump type for test GPU main on Fuchsia > > This is needed as we create platform surfaces on gpu main and therefore > must be able to respond to messages from the winsys on that thread. > > Bug: 1047032 > > Change-Id: Ice667cb451ae17a9e10fbc157f0b88aa0bf14c65 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047494 > Commit-Queue: Michael Spang <spang@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740097} TBR=rjkroege@chromium.org,spang@chromium.org Change-Id: Iab2ce7519811e82ae695a93a1dc5ba90a3e7ab2d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1047032 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051174Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740434}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2c9bed613fc5..6a8f7c51bda2 git log 2c9bed613fc5..6a8f7c51bda2 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 taylori@google.com Merge "perfetto-ui: Fix thread state duration" 2020-02-11 taylori@google.com Merge "perfetto-ui: Factor out tooltip code and move over at RHS" 2020-02-11 fmayer@google.com Merge "Rate -> interval in record page." Created with: gclient setdep -r src/third_party/perfetto@6a8f7c51bda2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I99e87ca307664c19949ff64700ea3abcc67f3ff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050956Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740433}
-
Michael Spang authored
We're creating a PlatformWindowSurface in the test harness, but this isn't necessary and is causing crashes (as UI is not initialized for this test suite). Avoid creating the surface for for gpu::kNullSurfaceHandle which indicates an offscreen surface. Bug: 1047032 Change-Id: I416be0e8616030745b0192f18f714a1e47747e4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048908Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740432}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I1654cfab76b5702d088efa7a96c4029d73a13963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050932Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#740431}
-
John Budorick authored
Allows grit's subtree to be used independently. Bug: 1050744 Change-Id: I1c0283ee37b1cf2af9d7f0b3a8ec03a0f81adf46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047863 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
Mike Frysinger <vapier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#740430}
-
Dale Curtis authored
For some reason we're hanging in pa_context_connect(). We could do this in a thread, but it's unclear this is a production Chrome problem, so just disable for now. R=jrummell Bug: 986021, 1047655 Change-Id: I1042413690795016a28f4180eb7ea8f8c79e543f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050785 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#740429}
-
kylechar authored
The test should work with SkiaRenderer now. Bug: 1047217 Change-Id: Ib467e836cf7abc3a8d00b606d81ed33470929db2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050616Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#740428}
-
Dave Tapuska authored
Remove expired histogram. BUG=1034568 Change-Id: Ib7a5d4d597787ef919e48544238d5595db3f41d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047370Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#740427}
-
Kristi Park authored
TBR=finnur@chromium.org Bug: 1048956 Change-Id: Iea2f9bf908dfe9ada1a25794cff70a4a85d6030f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051146Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#740426}
-
Sunny Sachanandani authored
This CL restores the logic prior to https://crrev.com/c/2008134 i.e. we use HDR10 color space for opaque surfaces only on Windows versions RS3 and prior. Bug: 1037954 Change-Id: Ib15063a9122668d2ad278cf0fb83d031ca6d5564 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036448 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#740425}
-
Jeffrey Cohen authored
Bug: 1009124 Change-Id: Ia5f99c2bc814e6ca878e084b30419ead4e2c549f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048408Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#740424}
-
Ben Goldberger authored
Bug: 1047029,994052 Change-Id: I9a63d5ffc0e5330736ef7d14d0fdc0526ed8ba01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029244 Commit-Queue: Ben Goldberger <benwgold@google.com> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#740423}
-
Eric Orth authored
DoH probes are now run for every created NetworkContext. Swap to using per-context DoH probe results stored in the ResolveContext and delete old probe result tracking in DnsSession. Some interfacing back to DnsSession where we're still storing non-probe failure tracking and ServerStats, but that will be moving over to ResolveContext too in a subsequent CL. Bug: 1022059 Change-Id: Ib2db72340f9fc5dd5b0ec0024f1cef60f1ba7465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001144Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#740422}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/fe10239f92f4..77fb303e58e9 git log fe10239f92f4..77fb303e58e9 --date=short --first-parent --format='%ad %ae %s' 2020-02-10 afdx@google.com spirv-fuzz: Fuzzer pass to add function calls (#3178) 2020-02-10 afdx@google.com spirv-fuzz: Ensure that donated variables are always initialized (#3181) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@77fb303e58e9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,courtneygo@google.com Change-Id: I9d564984bd249f2568acabb8a72a93092370bc3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050023Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740421}
-
Sigurdur Asgeirsson authored
Bug: 1044707 Change-Id: I51ae9d5fd4d0972f9145927d265f36cef3a4e98c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037711 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#740420}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/dc2782c380f6..ae99dcadb384 git log dc2782c380f6..ae99dcadb384 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-11 egdaniel@google.com Fix a gpu couple tests to use views. 2020-02-11 mtklein@google.com remove chorizo cpu jobs 2020-02-11 jsimmons@google.com Fix typo: widthWithGhostSpaces 2020-02-11 nifong@google.com Update canvaskit fiddle shader example 2020-02-11 mtklein@google.com test _MSC_VER in SkCpu 2020-02-11 egdaniel@google.com Update OnFlushResourceProvider for views. 2020-02-11 brianosman@google.com Support children in SkRuntimeEffect::makeColorFilter 2020-02-11 csmartdalton@google.com Add a "conservative raster" flag for GrFillRectOp 2020-02-11 egdaniel@google.com Update GrClipStackClip and GrDeviceSpaceTextureDecalFP to use views. 2020-02-11 brianosman@google.com Add comment to SkTPin explaining NaN behavior 2020-02-11 reed@google.com SkCreateCGImageRef needs to not rely on N32 2020-02-11 reed@google.com fix gm to test unpremul etc. 2020-02-11 westont@google.com [infra] Add ccache for mac default builds. 2020-02-11 borenet@google.com Update Go Deps Created with: gclient setdep -r src/third_party/skia@ae99dcadb384 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: stani@google.com Change-Id: Ib78b58d01e790a64c701abcfe7cf10c09de55f1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050948Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740419}
-
Jochen Eisinger authored
If a feature is disabled, all params will be the default value including the empty string as trigger name, meaning this data will never be read from the map anyways. After this change, we just don't store disabled features. Change-Id: I0c9509f7683b4ddf714ff92d081a06a019a60bf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050311 Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Huanzhong Huang <huanzhong@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#740418}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/196d81774ef8..a0453d55f721 git log 196d81774ef8..a0453d55f721 --date=short --first-parent --format='%ad %ae %s' 2020-02-11 bclayton@google.com Bulk clang format 2020-02-11 bclayton@google.com Change SpirvShaderInstructions.inc extension to .inl 2020-02-11 bclayton@google.com Merge changes Ide16cac3,Id5d767fc 2020-02-11 jiaxun.yang@flygoat.com Fix MIPS build cflags 2020-02-11 bclayton@google.com Don't use std::initializer_list for array views. 2020-02-11 sugoi@google.com Support for VK_KHR_separate_depth_stencil_layouts 2020-02-11 sugoi@google.com Support for VK_KHR_create_renderpass2 2020-02-11 bclayton@google.com Revert "Add missed symbol __aeabi_idivmod for Android." 2020-02-11 gmouse@google.com Add missed symbol __aeabi_idivmod for Android. Created with: gclient setdep -r src/third_party/swiftshader@a0453d55f721 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I4088346ae7be16f8d89e3764f430adf6f8b0cf09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050946Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#740417}
-
nancy authored
LauncherAppServiceAppUpdater is used to replace launcher_arc_app_updater, so launcher_arc_app_updater can be removed. BUG=1016159 Change-Id: Ic70f1622fd3d9387474f4d30d0bea9d97049b4ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049443Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740416}
-
nancy authored
BUG=1016159 Change-Id: I6bfc2b3a54fdb9f139b7544c7384a1f39d331e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049483Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740415}
-
Sebastien Marchand authored
Bug: 1030399 Change-Id: I98461d072382577d1f39be461ce2606c7bf0e265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008019 Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#740414}
-