- 03 May, 2019 40 commits
-
-
Wei-Yin Chen (陳威尹) authored
This is a reland of bfd17e5e The downstream dependency removal has been rolled. Original change's description: > Remove SoleIntegration flag > > Sole integration was launched in M65, and we no longer need this flag. > > Bug: 778805 > Change-Id: I6669a87dcb7a6ff4705a30aaa2cf71d6670a822a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578101 > Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653718} Bug: 778805 Change-Id: Ifccdbe470d7444c07dc29ba509bb105ca741ad4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594803Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#656484}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/09db9d21756e..7e603db01068 git log 09db9d21756e..7e603db01068 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 ethannicholas@google.com SkSL interpreter optimizations 2019-05-03 halcanary@google.com Shaper Tests: make a macro, rename test resources. 2019-05-03 halcanary@google.com SkColors: Fix new color constants 2019-05-03 fmalita@chromium.org [skottie] Relocate "GMs" to resources/ Created with: gclient setdep -r src/third_party/skia@7e603db01068 The AutoRoll server is located here: https://autoroll.skia.org/r/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: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 TBR=ethannicholas@chromium.org Change-Id: I1f9ffeabe3673894489addeab1bec5f658151c36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594776Reviewed-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@{#656483}
-
Andrey Kosyakov authored
This reverts commit 605d15db. Reason for revert: caused a bunch of hidpir tests to fail on Mac Bug: 959360 Original change's description: > [ozone/wayland] Fixed some issues related to scaling on HiDPI screens. > > There are two independent scale factors that were not used properly, which > caused incorrect scaling behaviour on HiDPI screens. > > The first scale factor is property of the window manager (Wayland); it is > integral and expected to be used as scale of buffers that back the window > surface (see wl_surface_set_buffer_scale). This value is provided by > the window manager, and neither user nor browser can affect it directly. > I will refer to this value as 'platform scale'. > > The second scale factor defines how much the browser UI should be scaled. > This value is real (floating point), and it can be set via the aforementioned > --force-device-scale-factor command line flag. The default base scale is > equal to the platform scale, which results in UI that looks more or less > the same size as other applications. This scale is set in display::Display, > and I will refer to it as 'UI scale'. > > So here is what this CL fixes. > > 1. The platform scale had been forwarded to the UI scale with no regard to > the forcing flag, which caused issue 910797 (the flag did not have any > effect). > 2. The platform scale had not been used to scale the backing buffers, which > caused the issue 929871 (blurry contents of windows on HDPI screens). > 3. The coordinate-aware events (mouse and touch) and window sizing logic > were not aware of the buffer scaling. > 4. Both parameters had been named 'device scale factors' which was confusing. > > There are some issues that will be fixed in consequent CLs. The forced > device scale factor is not propagated properly through display::Display. > For fixing that, https://crbug.com/950313 is filed. > > Bug: 910797 > Change-Id: I51a95e7218306295e3ab1f90d4b088b8bee93951 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1472617 > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> > Reviewed-by: Bret Sepulveda <bsep@chromium.org> > Reviewed-by: Maksim Sisov <msisov@igalia.com> > Reviewed-by: Malay Keshav <malaykeshav@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Commit-Queue: Alexander Dunaev <adunaev@igalia.com> > Auto-Submit: Alexander Dunaev <adunaev@igalia.com> > Cr-Commit-Position: refs/heads/master@{#656423} TBR=sadrul@chromium.org,rjkroege@chromium.org,sky@chromium.org,thakis@chromium.org,tedchoc@chromium.org,afakhry@chromium.org,bsep@chromium.org,malaykeshav@chromium.org,dominickn@chromium.org,msisov@igalia.com,adunaev@igalia.com Change-Id: Ia69d743a907aaf8d31ed2bc25f4b9e6280d8f041 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 910797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594991Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#656482}
-
Vincent Boisselle authored
This reverts commit 4149e2e9. Reason for revert: It is breaking "Mac10.11 Tests" component_unittests: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8914455830721893472/+/steps/components_unittests_on__none__GPU_on_Mac_on_Mac-10.11/0/stdout Original change's description: > Reland "Added handling of large requests to Autofill API." > > This is a reland of c6677df1 > > Original change's description: > > Added handling of large requests to Autofill API. > > > > Increased the limit of Query GET requests, added a POST Query fallback, and > > added UMA metrics to keep track of URL length and associated events. > > > > This change might be needed when metadata is enabled. > > > > Bug: 948862 > > Change-Id: If0934a685758ab8999ceea6ce22a27499e4f772f > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549615 > > Commit-Queue: Vincent Boisselle <vincb@google.com> > > Reviewed-by: Roger McFarlane <rogerm@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#656080} > > Bug: 948862 > Change-Id: I29eee8f16ae6c3775eb31e8e95d4a289c31f1485 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594618 > Reviewed-by: Roger McFarlane <rogerm@chromium.org> > Commit-Queue: Vincent Boisselle <vincb@google.com> > Cr-Commit-Position: refs/heads/master@{#656452} TBR=rogerm@chromium.org,ftirelo@chromium.org,vincb@google.com Change-Id: I3a0883512443168336622ad1eac5cd08d23ccaed No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 948862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594923Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Vincent Boisselle <vincb@google.com> Cr-Commit-Position: refs/heads/master@{#656481}
-
Jacob Dufault authored
Original change's description: > Revert "cros: Move OobeScreen entries into the respective handlers." > > This reverts commit d88313dc. > > Reason for revert: broke build on chromeos bots: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8914459008811246352/+/steps/compile/0/stdout > > Original change's description: > > cros: Move OobeScreen entries into the respective handlers. > > > > TBR=yusukes@chromium.org > > TBR=xiyuan@chromium.org > > TBR=antrim@chromium.org > > > > Bug: 928555 > > Change-Id: I058355af1b411eb7bb4b68b9cfc1aa2c61d7cad0 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584992 > > Commit-Queue: Jacob Dufault <jdufault@chromium.org> > > Reviewed-by: Toni Baržić <tbarzic@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#656457} > > TBR=tbarzic@chromium.org,jdufault@chromium.org > > Change-Id: Idaee1caf8d136f42239dcb2664a2441eaed93cd4 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 928555 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594340 > Reviewed-by: Andrey Kosyakov <caseq@chromium.org> > Commit-Queue: Andrey Kosyakov <caseq@chromium.org> > Cr-Commit-Position: refs/heads/master@{#656464} TBR=tbarzic@chromium.org,caseq@chromium.org,jdufault@chromium.org Change-Id: If935f683f1eb34cdbf110068f7bf135ebf4afdaf No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 928555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594149Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#656480}
-
John Budorick authored
This reverts commit 8bb448c9. Reason for revert: broke compilation: https://ci.chromium.org/p/chromium/builders/ci/android-dbg/4941 Original change's description: > Reland "base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag" > > This reverts commit 22829656. > > Reason for revert: Reland with fix in blink_x86_avx source_set deps. > > Original change's description: > > Revert "base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag" > > > > This reverts commit 3553b590. > > > > Reason for revert: Causing win-rel compile error. > > > > Original change's description: > > > base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag > > > > > > Currently NOTREACHED() uses LogErrorNotReached() on ChromeOS for release > > > builds, and DCHECK(false) otherwise. However, there are other projects > > > depending on Chromium that would prefer using DCHECK(false) in all cases, > > > and currently there's no easy way to do so. > > > > > > This CL adds an |enable_log_error_not_reached| gn arg to control whether > > > to use LogErrorNotReached() for NOTREACHED() to solve this problem. It > > > is enabled by default only for ChromeOS release builds to keep the > > > current behavior. > > > > > > Bug: 760393 > > > Change-Id: I512227563d8ad4a08a8d7b5d1ec966a8aacbcc08 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586593 > > > Reviewed-by: Nico Weber <thakis@chromium.org> > > > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#655701} > > > > TBR=thakis@chromium.org,xhwang@chromium.org > > > > Change-Id: Iadcee95984e8783f26aeb687dc1cd31f9186e03d > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 760393 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592478 > > Reviewed-by: Xiaohan Wang <xhwang@chromium.org> > > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#655714} > > TBR=thakis@chromium.org,xhwang@chromium.org > > Change-Id: Idd16cea9c37cdf5bb5f0b7dbac9d5b974c8c4b63 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 760393 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592861 > Commit-Queue: Nico Weber <thakis@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: Xiaohan Wang <xhwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#656476} TBR=thakis@chromium.org,xhwang@chromium.org Change-Id: I28e50016a417d21344682856f08e87338ce7ceb3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 760393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594205Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#656479}
-
Charlie Reis authored
This allows it to be accessed during GetFrameHostForNavigation, which is important for making process model decisions based on headers. BUG=922191 Change-Id: I6e8d2ce0f56ef5329f2b8c84d7d09337524dde89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592127Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#656478}
-
Greg Kerr authored
This adds the MTLCompilerService to the sandbox, allowing for more efficient video rendering. Bug: 957217 Change-Id: I67ffb983b5f866e64724abff20a099083d343036 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592051 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Auto-Submit: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#656477}
-
Xiaohan Wang authored
This reverts commit 22829656. Reason for revert: Reland with fix in blink_x86_avx source_set deps. Original change's description: > Revert "base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag" > > This reverts commit 3553b590. > > Reason for revert: Causing win-rel compile error. > > Original change's description: > > base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag > > > > Currently NOTREACHED() uses LogErrorNotReached() on ChromeOS for release > > builds, and DCHECK(false) otherwise. However, there are other projects > > depending on Chromium that would prefer using DCHECK(false) in all cases, > > and currently there's no easy way to do so. > > > > This CL adds an |enable_log_error_not_reached| gn arg to control whether > > to use LogErrorNotReached() for NOTREACHED() to solve this problem. It > > is enabled by default only for ChromeOS release builds to keep the > > current behavior. > > > > Bug: 760393 > > Change-Id: I512227563d8ad4a08a8d7b5d1ec966a8aacbcc08 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586593 > > Reviewed-by: Nico Weber <thakis@chromium.org> > > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#655701} > > TBR=thakis@chromium.org,xhwang@chromium.org > > Change-Id: Iadcee95984e8783f26aeb687dc1cd31f9186e03d > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 760393 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592478 > Reviewed-by: Xiaohan Wang <xhwang@chromium.org> > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#655714} TBR=thakis@chromium.org,xhwang@chromium.org Change-Id: Idd16cea9c37cdf5bb5f0b7dbac9d5b974c8c4b63 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 760393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592861 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#656476}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ad7d5341ef84..edd261a49708 git log ad7d5341ef84..edd261a49708 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 treehugger-gerrit@google.com Merge "Use write_into_file for heap_profile helper." 2019-05-03 taylori@google.com Merge "perfetto-ui: Add confirm dialog for sharing trace" 2019-05-03 fmayer@google.com Do not overflow for command lines with many arguments. Created with: gclient setdep -r src/third_party/perfetto@edd261a49708 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-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. BUG=chromium:131893397 TBR=perfetto-bugs@google.com Change-Id: I96390aff43f4a7469a80a27cbb4e016a6819729a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594817Reviewed-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@{#656475}
-
Gabriel Charette authored
R=fdoray@chromium.org Bug: 708584 Change-Id: I3d51b3e1b567974805d255cc1300d1b0baf49ebb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594914 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#656474}
-
Mike Wasserman authored
Also perform some simple cleanup. Bug: 958073 Change-Id: Idf9e0abbd734af3f60928fd4d26dd9e74da26431 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591666 Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#656473}
-
Dan Sanders authored
MediaPlayerRenderer does not report tracks or natural size in its metadata. Due to the kMinimumVideoSize condition, MediaPlayerRenderer WatchTime has not been reported starting in M69. This CL reinitializes the WatchTimeReporter when MediaPlayerRenderer emits its first natural size change event, and treats playback without such an event as audio-only. Bug: 959037 Change-Id: I4765e0a4d8044f084c313682092abedc205cc9cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592617 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#656472}
-
Adithya Srinivasan authored
Makes resources/simple-portal.html use PortalHost.postMessage instead of a BroadcastChannel, and simplifies some tests that use simple-portal. Change-Id: I7cae1a4412111bda65a01ef4557b5396eb799560 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592114 Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#656471}
-
Xianzhu Wang authored
- For scroll offset translation, set cc::TransformNode::scroll_offset directly instead of setting cc::TransformNode::local then clearing it and setting scroll_offset. - Avoiding TransformPaintPropertyNode::SlowMatrix(). Bug: 954520 Change-Id: I14ceeb938c915e8f8b382568ec96496c317634c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594172Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#656470}
-
Yulun Wu authored
Adding browser tests to check welcome screen -> language settings flow. Adding browser tests to check welcome screen -> accessibility flow. Adding browser tests to verify accessibility, language, and keyboard setup in OOBE works properly. Bug: 953020 Change-Id: I6184ca0fe47bc127dd0bc1b74bb9e2a5a0c8677c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586586 Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#656469}
-
Xianzhu Wang authored
This can avoid a lot of hash map lookups during PAC::Update(). Bug: 954520 Change-Id: I0e839322d9e79301f2156fb0572e8f9ffbf5f470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594083 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#656468}
-
Donn Denman authored
BUG=958954 Change-Id: Id4fa46cc7d1f7a87dafb7ba4f71ed443933db696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592700Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#656467}
-
Dave Tapuska authored
The PR has been merged into the fetch spec. https://github.com/whatwg/fetch/pull/853 BUG=348877 Change-Id: I5e06ebee3b968e569453df51a441338fb93df72a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566154Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#656466}
-
Erik Luo authored
Fixes a crash while highlighting nodes. Some nodes do not have font properties calculated, so this CL adds a check. Bug: 958958 Change-Id: I5b8c56ce378aa2b545c237674ca8ba81d61c2273 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592231Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#656465}
-
Andrey Kosyakov authored
This reverts commit d88313dc. Reason for revert: broke build on chromeos bots: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8914459008811246352/+/steps/compile/0/stdout Original change's description: > cros: Move OobeScreen entries into the respective handlers. > > TBR=yusukes@chromium.org > TBR=xiyuan@chromium.org > TBR=antrim@chromium.org > > Bug: 928555 > Change-Id: I058355af1b411eb7bb4b68b9cfc1aa2c61d7cad0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584992 > Commit-Queue: Jacob Dufault <jdufault@chromium.org> > Reviewed-by: Toni Baržić <tbarzic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#656457} TBR=tbarzic@chromium.org,jdufault@chromium.org Change-Id: Idaee1caf8d136f42239dcb2664a2441eaed93cd4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 928555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594340Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#656464}
-
Saman Sami authored
SkiaRenderer already works on Windows when direct composition is disabled (with some minor quirks during resize) so don't automatically fail to create an output surface on Windows. Change-Id: I420d8a288c1e11d1f68ef9f339019545a35f2aff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594833Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#656463}
-
Chris Hamilton authored
This moves the WeakPtr to be an internal member of the proxy class, hiding it as an implementation detail. This will allow the future RenderProcessHostProxy and RenderFrameHostProxy to have parallel interfaces. Change-Id: Ic8215257373fdf3b515f54eecbcadb493240f01b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591962 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#656462}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/4fe8eb31e4a4..dcc9fd7958e7 git log 4fe8eb31e4a4..dcc9fd7958e7 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 chrisforbes@google.com Add input attachment support for VK_FORMAT_A2B10G10R10_UINT_PACK32 2019-05-03 chrisforbes@google.com Add support for VK_FORMAT_A2B10G10R10_UINT_PACK32 render targets 2019-05-03 chrisforbes@google.com Fix blitter clears of 2D views of 3D textures Created with: gclient setdep -r src/third_party/swiftshader@dcc9fd7958e7 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-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:android_optional_gpu_tests_rel;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=chromium:b/131171141,chromium:b/131896622,chromium:b/nnn TBR=swiftshader-team+autoroll@chromium.org Change-Id: I73a1d0ea26407ee5818364a8bd71c969bbbb1482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594815Reviewed-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@{#656461}
-
Jeffrey Cohen authored
This is the most reliable way to make sure send tab to self information is not tracked for syncing purposes while sync is paused (DICe signout). Bug: 950642 Change-Id: I4998ea2bcfeb651590c4914249d12e170da13f02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593401Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#656460}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/86c72c9486a9..c0640dabfddd git log 86c72c9486a9..c0640dabfddd --date=short --no-merges --format='%ad %ae %s' 2019-05-03 johnkslang@users.noreply.github.com Merge pull request #1758 from jeffbolznv/convertonly 2019-05-03 cepheus@frii.com Fix #1759: Check for specialization constants when literals required. Created with: gclient setdep -r src/third_party/glslang/src@c0640dabfddd The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-chromium-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. TBR=dsinclair@chromium.org,jmadill@chromium.org Change-Id: Ic8cddb5aa707993aa0b8dcec4a89ca66aece4dfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594102Reviewed-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@{#656459}
-
Dan Beam authored
R=kristipark@chromium.org BUG=none Change-Id: Iaf5f7f5d0c5cefd4e6aec0fd5b1b415c95376043 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592865 Auto-Submit: Dan Beam <dbeam@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#656458}
-
Jacob Dufault authored
TBR=yusukes@chromium.org TBR=xiyuan@chromium.org TBR=antrim@chromium.org Bug: 928555 Change-Id: I058355af1b411eb7bb4b68b9cfc1aa2c61d7cad0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584992 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#656457}
-
Jacob Dufault authored
TBR=antrim@chromium.org Bug: 912704 Change-Id: I998eb80102e9887872bd528098e93364836cf1e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1407080 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#656456}
-
Chris Harrelson authored
Previously, we skipped a render surface for a rotated clip (rounded or not) when the FastBorderMask runtime feature was enabled. Also, made the unittests in paint_artifact_compositor_test work with FastBorderRadius mode. Bug: 947715 Change-Id: Ib5d0afd645c10cf219e2db7cb9c19a7155be97e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594333 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#656455}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8b263bbf..8482f451 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: Iad58155d9af992d911a4ebfbbe7995677ace3af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594795Reviewed-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@{#656454}
-
Darwin Huang authored
Bug: 954777, 956851 Change-Id: I68aece116d9de89e446186ca49393daa179390c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592638Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#656453}
-
Vincent Boisselle authored
This is a reland of c6677df1 Original change's description: > Added handling of large requests to Autofill API. > > Increased the limit of Query GET requests, added a POST Query fallback, and > added UMA metrics to keep track of URL length and associated events. > > This change might be needed when metadata is enabled. > > Bug: 948862 > Change-Id: If0934a685758ab8999ceea6ce22a27499e4f772f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549615 > Commit-Queue: Vincent Boisselle <vincb@google.com> > Reviewed-by: Roger McFarlane <rogerm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#656080} Bug: 948862 Change-Id: I29eee8f16ae6c3775eb31e8e95d4a289c31f1485 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594618Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Vincent Boisselle <vincb@google.com> Cr-Commit-Position: refs/heads/master@{#656452}
-
Anthony Vallee-Dubois authored
This removes a few functions that were only related to logging translate events in EventLogger, which isn't happening anymore as of r650268. Bug: 911781 Change-Id: I5e78edb77c9723ed331e23a58a6d960ffbc15cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584422Reviewed-by:
Alexandre Frechette <frechette@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#656451}
-
Huanzhong Huang authored
In normal mode, a table view has such default behavior that a table view cell's selectedBackgroundView hides its separator. In order to conform to the new interface design and keeps separators appearing (when cell in selected state), we discard the default behavior and resort to manually maintain the backgroundColor of a cell in the new Clear Browsing Data dialog. Bug: 935346 Change-Id: Ia9decf2be993c2c61a53166e6892397dc0e5f5e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591531Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> Cr-Commit-Position: refs/heads/master@{#656450}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f27057bbc6ff..cca9447f6282 git log f27057bbc6ff..cca9447f6282 --date=short --no-merges --format='%ad %ae %s' 2019-05-03 dberris@chromium.org Python3: Remove references to xrange Created with: gclient setdep -r src/third_party/catapult@cca9447f6282 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=zhanliang@chromium.org Change-Id: Ib23a9418d172222be3f1f9af01de381db4aec7d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594814Reviewed-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@{#656449}
-
Dan Harrington authored
This reduces the number of methods for deleting pages, and re-uses query code from get_pages_task within delete_pages_task. Bug: 949162 Change-Id: I84c0a8de090af5bfe84b0642875f8593aa0d5e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1544197Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#656448}
-
Robert Ma authored
* Background: One test file in WPT can generate multiple tests, so WPT tools generate MANIFEST.json to cache the mapping, along with some other info. Previously, WPTManifest.ensure_manifest needs to be explicitly called in various places where MANIFEST.json might be needed. This leads to duplication of code and even bugs: e.g. run_web_tests.py (specifically, blinkpy.web_tests.controllers.manager) would not generate manifests when running only virtual suites because the code uses an incorrect condition (whether WPT is in the specified paths) to decide whether to generate manifests. * Changes: This CL moves the manifest generation into the base Port where all code paths (except test_importer.py) that need to load the manifests would eventually end up, which not only simplifies the code but also fixes the bug described above. One caveat is that multiprocess workers now need to explicitly disable manifest update to avoid race conditions. In addition, WPTManifest.ensure_manifest now takes a Port instead of Host because ports may override the path to web tests (e.g. TestPort). A few mechanical changes are added by the way to make pylint happier (indentation, line wrapping, etc.). Bug: 953474 Change-Id: I70da9e80ab1d506319df24b246d88cd949a92fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589266Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#656447}
-
Robert Ogden authored
Move this flag before checking if hints are loaded so that we can still do testing when they aren't. Bug: 959210 Change-Id: I8ea430ca3d30108705ac20511bbc1c4623c41a4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594793Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#656446}
-
Kevin Marshall authored
LoadUrlAndExpectResponse's use of InterfacePtr is unnecessarily restrictive given that the function body doesn't interact with channel- level details directly. Using an Interface raw pointer is a better fit, and allows callers to pass in NavigationControllers when a NavigationControllerPtr isn't available. Change-Id: Ib1a1fbbc3e9373219971d4290deecf3f33904908 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590959 Auto-Submit: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#656445}
-