- 18 May, 2019 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/788efbfe998f..812c27d4a4b0 Created with: gclient setdep -r src-internal@812c27d4a4b0 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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.chrome.try:linux-chromeos-chrome TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: I26c4910a542a52c8f932bc63faed03931f743c0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617656Reviewed-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@{#661158}
-
Noel Gordon authored
If the feature flag is enabled, process raw images with piex-wasm, not Nacl, using ImageBuffer (derived from piex/test.html). Add @typedef to describe ImageBuffer types. Closure markup its methods and members. No change in behavior: for the image test set, piex wasm and piex nacl produce identical {PiexLoaderResponse} results. Tbr: adanilo, lucmult Bug: 904630 Change-Id: Iebf1b13975fc7f83c3ff0fbcefdfa029f97824a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616716Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#661157}
-
Wei-Yin Chen (陳威尹) authored
This is a follow up for https://crrev.com/c/1525627. Before this CL, the thumbnail of the current tab is requested, and is shown in Grid Tab Switcher when captured. However, the latency of this pipeline is a bit long, and this leads to a visible flash if the thumbnail has been cleared when recycled, which is done in https://crrev.com/c/1595128. This CL shows the on-disk thumbnail first, and updates that with the newly requested screenshot of the live content if available. Bug: 959054 Change-Id: I15a44d8a6e7bef4f71ae429b4ec1136697e53246 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612230Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#661156}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Iac9792135538ae4141ad6e6a1698f83dbbbaddaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617654Reviewed-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@{#661155}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f2674464ef86..ae08de72aaa6 git log f2674464ef86..ae08de72aaa6 --date=short --no-merges --format='%ad %ae %s' 2019-05-18 jclinton@chromium.org Require LCQ label for all CL's processed by legacy PreCQ and CQ Created with: gclient setdep -r src/third_party/chromite@ae08de72aaa6 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Change-Id: I25b6c46cef36ed30316aa9154f46b8170a52d2e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617653Reviewed-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@{#661154}
-
Sylvain Defresne authored
The documentation on base::Callback<...> (src/docs/callback.md) recommends against using base::Passed(...) with base::BindOnce. > Avoid using `base::Passed()` with `base::BindOnce()`, as `std::move()` > does the same thing and is more familiar. This CL was uploaded by git cl split. Bug: 812523 Change-Id: I8208222c6d2dd1a1f26fef2725aabf2114febb23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611827 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#661153}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/3a8aa31d88b1..f3f5bf480d3b git log 3a8aa31d88b1..f3f5bf480d3b --date=short --no-merges --format='%ad %ae %s' 2019-05-18 enga@chromium.org Remove glTFViewer from samples Created with: gclient setdep -r src/third_party/dawn@f3f5bf480d3b The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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: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 TBR=cwallez@google.com Change-Id: I8a8d35314b32c18f51e1874fbf494fefc5f3245c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617652Reviewed-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@{#661152}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/cd3011fb0654..b16d69c32cff git log cd3011fb0654..b16d69c32cff --date=short --no-merges --format='%ad %ae %s' 2019-05-18 syoussefi@chromium.org Vulkan: Add support for surface multisampling Created with: gclient setdep -r src/third_party/angle@b16d69c32cff The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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 TBR=syoussefi@google.com Change-Id: I261d1865c89e19e812784e98b5654f343af2cd00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618625Reviewed-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@{#661151}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a3e2759ffa0b..788efbfe998f Created with: gclient setdep -r src-internal@788efbfe998f The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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.chrome.try:linux-chromeos-chrome TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: I7a9044e7232b39f49d2f77b7cbe359827124d2a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617650Reviewed-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@{#661150}
-
Caleb Raitto authored
Bug: 960984 Change-Id: Ie4ba78bfcc60baab5ee29d1d766e66926a580e66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618161Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#661149}
-
Toni Barzic authored
Most of the changes in the CL is moving methods from OobeInteractiveUITest to standalone functions. Bug: none Change-Id: I460434d81d697151acf9d5fe2e4097a8a76a8534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616450Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#661148}
-
Yulun Wu authored
Bug: 757077 Change-Id: I54305669b9fbbcb9191c814790ebe29a7dff0d62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1404060 Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#661147}
-
Wez authored
WebEngine appears to work correctly with NetworkService enabled, so enable it. Bug: 964161, b/130731732 Change-Id: I0a0566690a08a854553f2a526c4350cb9aa3be9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613884 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#661146}
-
Toni Barzic authored
BUG=None Change-Id: I4caad48100f807da147ebaab7c4fc122d05d994d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614476Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#661145}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/1e3222332c96..19a0081c68a9 git log 1e3222332c96..19a0081c68a9 --date=short --no-merges --format='%ad %ae %s' 2019-05-18 capn@google.com Fix cubemap sampling at (0, 0, 0) division by zero 2019-05-18 capn@google.com Allow four texture coordinates 2019-05-18 capn@google.com Fix OpImageSampleProjDref 2019-05-18 capn@google.com Fix baseMipLevel usage Created with: gclient setdep -r src/third_party/swiftshader@19a0081c68a9 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/132981873 TBR=swiftshader-team+autoroll@google.com Change-Id: I5cc78bf1b608c62791e50a9ef76239189808baea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618623Reviewed-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@{#661144}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I7f5cfe75c18f2b0abfb8b1950101de148f922a35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618511Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#661143}
-
Xiyuan Xia authored
Bug: 958134 Change-Id: I3e5651c7469300d14131f916543ba5c82fc3556b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616969 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Auto-Submit: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#661142}
-
Emily Stark authored
LoginHandler currently handles two tasks when showing an interstitial: running the request through extensions and then showing a login prompt. When converted to committed interstitials, we need to run the request through extensions before the navigation commits, and then show a login prompt on top of a committed error page. This CL adds a "mode" argument to LoginHandler. When committed interstitials are enabled, the "mode" argument determines whether we should just run the request through extensions and then cancel it (pre-commit mode), or show a login prompt (post-commit). The post-commit mode is currently not reachable; we'll use it once we add the WebContentsObserver that observes the committed error page (https://crbug.com/963313). Note: this "mode" design is kind of messy and we'll probably want to come back and clean it up later. For now, it's the simplest way to leave LoginHandler intact for when committed interstitials are disabled, and use the parts of it that we need before+after commit when committed interstitials are enabled. Once committed interstitials land and we clean up the old code, we will probably want to split LoginHandler into two classes rather than having one class that can operate in two different modes. Bug: 963311 Change-Id: I1efddb3eca3a6b822135bd721db05f2f47561a86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616943Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#661141}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b0f423a33189..85a0dd07188c git log b0f423a33189..85a0dd07188c --date=short --no-merges --format='%ad %ae %s' 2019-05-17 khokhlov@google.com Trace Processor: move Variadic class to a separate file Created with: gclient setdep -r src/third_party/perfetto@85a0dd07188c 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:132682848 TBR=perfetto-bugs@google.com Change-Id: I422e6423bd2a4def7d5e4e1ae076d90f03e0f70d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618622Reviewed-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@{#661140}
-
Johannes Henkel authored
New revision: 8ec18cf0885bef0b5c2a922c5dc3813cbf63e962 Change-Id: I49b072bb7922647b5cb24d439671ff760be70a63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617648Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Johannes Henkel <johannes@chromium.org> Cr-Commit-Position: refs/heads/master@{#661139}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a7a23c078a9b..cf6269b441f1 git log a7a23c078a9b..cf6269b441f1 --date=short --no-merges --format='%ad %ae %s' 2019-05-18 dcheng@chromium.org [git-cl] Handle non-HTTPS repositories gracefully in EnsureAuthenticated Created with: gclient setdep -r src/third_party/depot_tools@cf6269b441f1 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: I8e47ff37702d9bc53ff7d2f8f7f02138cbfa40a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617317Reviewed-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@{#661138}
-
Kevin Marshall authored
Defines the abstract BindingsManager API, which generically defines the interface used by bindings modules to communicate scripts and and MessagePorts with the CastRunner. Implements BindingsManagerFuchsia, which bridges the BindingsManager and chromium.cast.ApiBindings FIDL interfaces. Add BindingsManagerFuchsia to Fuchsia's gn_all metatarget, so that it's discoverable by the Chromium build waterfall. Bug: 953958 Change-Id: I21fd818096d47e0c5d67dc0fb10a6dcf284800a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613965 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#661137}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/35993b267671..1e3222332c96 git log 35993b267671..1e3222332c96 --date=short --no-merges --format='%ad %ae %s' 2019-05-17 hliatis@google.com Fix mismatched alloc/free in Swapchain 2019-05-17 hliatis@google.com VkPhysicalDevice should use Instance allocation scope Created with: gclient setdep -r src/third_party/swiftshader@1e3222332c96 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/132451407,chromium:b/132451407 TBR=swiftshader-team+autoroll@google.com Change-Id: I0dd3a6ff69411b69c061a68957749b3e8a0072e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618074Reviewed-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@{#661136}
-
Michael Giuffrida authored
Minor refactor to make an upcoming CL easier to read. Change-Id: I3984252128505f7c655cb87b1728168e26498513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597908 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#661135}
-
jchen10 authored
This stores program LINK_STATUS to the GL_QUERY_RESULT of GL_PROGRAM_COMPLETION_QUERY_CHROMIUM. WebGL useProgram checks the status before using it. By caching this status, useProgram no longer stalls on the round-trip to the GPU thread. Bug: 962337 Change-Id: Ifcc15044b1e6e6813e0599d90a76556b2401396a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607573 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#661134}
-
Ryan Hansberry authored
Caching FeatureState as was done previously may have been introducing subtle bugs. In any case, this refactor is cleaner and more direct. Bug: 883100 Change-Id: Ife296e88bf561c228cd34c6cb80714a4c9767ae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618561 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#661133}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1584db48bcf3..a3e2759ffa0b Created with: gclient setdep -r src-internal@a3e2759ffa0b The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-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.chrome.try:linux-chromeos-chrome TBR=beverloo@google.com,collinbaker@google.com,bcwhite@google.com,tasak@google.com Change-Id: Ib75055efb606d4e76ed0a4737e34de669ab25772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618530Reviewed-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@{#661132}
-
Jordy Greenblatt authored
Now that all the CrOS only sections are behind the flag, the test can be simplified to just check that the attached sections are exactly the browser settings sections. Note that in this context "browser settings section" means a section that should show up in the browser and may (e.g. "people") or may not (e.g. autofill) show up in CrOS settings. The browser settings section list in the test excludes the changePassword section, which is only attached when triggered by a special WebUI event. Change-Id: I9dbd6e38fb23f0d3046067e152c3a08f77730491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617638Reviewed-by:
May Lippert <maybelle@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Cr-Commit-Position: refs/heads/master@{#661131}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7dae5d770f4c..4d850033271b git log 7dae5d770f4c..4d850033271b --date=short --no-merges --format='%ad %ae %s' 2019-05-17 benjhayden@chromium.org Add alert-detail, bisect-dialog for spa 2019-05-17 benjhayden@chromium.org Add lit-element to package.json for spa. Created with: gclient setdep -r src/third_party/catapult@4d850033271b 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 BUG=chromium:865515,chromium:893189,chromium:950011 TBR=simonhatch@google.com Change-Id: Ia6d32835d35e56639fd2714d6980d897dca0001f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618075Reviewed-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@{#661130}
-
Martin Kreichgauer authored
This aligns it with e.g. PublicKeyCredentialUserEntity. Change-Id: I907d97d03e529eb44fcc14e9cf5ce0cd9ab77f27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610656Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#661129}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a86225ee247d..a7a23c078a9b git log a86225ee247d..a7a23c078a9b --date=short --no-merges --format='%ad %ae %s' 2019-05-17 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@a7a23c078a9b The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Change-Id: I6f25fd932a0098658058b7d28098cdec69b60cea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618428Reviewed-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@{#661128}
-
Findit authored
This reverts commit 69ec73d0. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 660918 as the culprit for flakes in the build cycles as shown on: https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vNjllYzczZDBmYWJjZTViMzM5YjBiMTI1ZmM2MGY2NzIyZTdlOTU4ZAw Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20ChromiumOS%20MSan%20Tests/12979 Sample Failed Step: viz_content_browsertests Sample Flaky Test: PortalBrowserTest.NavigateToChrome Original change's description: > Portals: Restrict portal navigations to HTTP family. > > This is also enforced with a renderer kill in case the browser receives > a non-HTTP navigation request. > > Bug: 962500 > Change-Id: Id7c122ba80ef1cc00620d07d5ecdb1f268b04d79 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1615499 > Commit-Queue: Lucas Gadani <lfg@chromium.org> > Reviewed-by: Charlie Reis <creis@chromium.org> > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#660918} Change-Id: I3322c1b1721eca98d08ce9b39f2363cf23b424b5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 962500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618315 Cr-Commit-Position: refs/heads/master@{#661127}
-
Yuke Liao authored
check_static_initializers is constantly failing on coverage bots, so remove it for now, will add it back once the issue is fixed. Change-Id: I885f98174893f8e69943b11dadabf8a0a7830514 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618049Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#661126}
-
Mustafa Emre Acer authored
This CL adds U+0138 to the list of blocked characters. As a result, any domain with this character will always be displayed as punycode. Bug: 964002 Change-Id: Iac63cb94bde9d8d668094c12b5042d55e8e44162 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618562 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#661125}
-
Abhishek Arya authored
Revert "blink_web_tests: Ensure content_shell window is created and initialized before logging #READY" This reverts commit 9e8ae362. Reason for revert: Shutdown crash when using --run-web-tests, breaks ClusterFuzz fuzzing bots. Original change's description: > blink_web_tests: Ensure content_shell window is created and initialized before logging #READY > > Sometimes, especially on Windows, initial creation of the content_shell window > takes multiple seconds to complete. Tests then result in flaky timeouts. This change > ensures the window is initialized before logging #READY. The run_web_tests harness has > code to not count the time between launching content_shell and logging #READY. > > Bug: 953991 > Change-Id: I50c2449e204cdb2d66996bcb4c553a2f083604f7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584476 > Commit-Queue: Austin Eng <enga@chromium.org> > Reviewed-by: Peter Beverloo <peter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#658594} TBR=peter@chromium.org,dpranke@chromium.org,pdr@chromium.org,robertma@chromium.org,enga@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 953991, 964522 Change-Id: Ief50f7a4da3e459056c31f5d12a526987591309b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618542Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#661124}
-
Donn Denman authored
Rewords the description of the chrome://flags feature to call it the "preview tab" instead of the Ephemeral Tab. Internally we'll keep using the term Ephemeral, but this user-visible name is now changed to avoid confusion with an Ephemeral Profile. BUG=894619 Change-Id: Ief87a1a87093f5f767109c56314552abff998f7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617913 Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#661123}
-
Collin Baker authored
This reverts commit 63ac6323. Reason for revert: base_unittests failure: https://ci.chromium.org/p/chromium/builders/ci/Mac10.10%20Tests/43060 Original change's description: > Promises: Implement Promise<> handle with Then and Catch > > Implements Then and Catch on top of AbstractPromise as well as > ManualPromiseResolver<> which is needed for testing at this > stage (PostTask doesn't yet return a promise). It's also > necessary for promises to interface with old style callback > based libraries which are extremly common in Chromium. > > Design: https://docs.google.com/document/d/1l12PAJgEtlrqTXKiw6mk2cR2jP7FAfCCDr-DGIdiC9w/edit > > Bug: 906125 > Change-Id: Id7206698f37c59cfc201f3970cbf66a2ef89ee4e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599620 > Commit-Queue: Alex Clarke <alexclarke@chromium.org> > Reviewed-by: Etienne Pierre-Doray <etiennep@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#661045} TBR=fdoray@chromium.org,alexclarke@chromium.org,etiennep@chromium.org Change-Id: I52dc57a8ba9515ea68101f5e16b1f92a926e594d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 906125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618077Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#661122}
-
David Grogan authored
RecalcVisualOverflow might be trying to read a cell that's been removed from the tree. I've not been able to get this to repro on android or linux. Bug: 956625 Change-Id: I1353bd537245fc458e9eeec48bd8861b70364cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617559Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#661121}
-
chrome://omniboxOrin Jaworski authored
This CL makes it possible to use chrome://omnibox as a batch query processing tool, transforming an input set of queries to an output set of exports. This is currently done by detecting the type of import data, but the functionality can easily be wired into dedicated UI elements if we want it to be more discoverable. This CL also fixes a bug in generated export filenames: it was including extra spaces due to code formatting, but now the spaces are removed and the date/time text is shortened to the essentials. Bug: 964528 Change-Id: I09036af82aaf9c4ade9f7dc929c338c85159e77d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614711 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#661120}
-
Darwin Huang authored
Bug: 962055, 962083 Change-Id: I374f86ba980484aa7471bdded7dad2b36e0d78fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618155 Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Chris Mumford <cmumford@google.com> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#661119}
-