- 18 May, 2019 40 commits
-
-
Wei-Yin Chen (陳威尹) authored
The elevation is rendered slightly later than the View, and this causes flickering when entering the Grid Tab Switcher (GTS), or switching between normal/incognito mode in GTS. The rendering of elevation is hardware-accelerated, and cannot be captured in View.draw(Canvas). Removing the elevation eliminates this discrepancy, and make it possible to have a smoother transition from the captured Bitmap to the real Android View. We'll need this when making the Tab to GTS transition animation. Bug: 964406 Change-Id: I725f12a8dd186d4e6f848ef7bdef9a1cc8b9556d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617213 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#661165}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ae08de72aaa6..dba816954b29 git log ae08de72aaa6..dba816954b29 --date=short --no-merges --format='%ad %ae %s' 2019-05-18 akeshet@chromium.org skylab: delete obsolete arguments from AbortSkylabHWTests Created with: gclient setdep -r src/third_party/chromite@dba816954b29 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: I21cc2111b8614fe7a9ae82d15df89b46cb1f349f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617657Reviewed-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@{#661164}
-
Simon Que authored
R=dpranke@chromium.org, jbudorick@chromium.org Bug: 945731 Change-Id: I436b53c6c2e0cd59b358e30cf5826379f915e180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614578Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#661163}
-
Ting Shao authored
When Clear-Site-Data header is received, call the OnClearSiteData() method of NetworkContextClient instead of NetworkServiceClient because NetworkContextClient always has a BrowserContext associated. Bug: 952723 Change-Id: I8aff6bbd8eb9486379694d30c731974f24f86d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1604469Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Ting Shao <ting.shao@intel.com> Cr-Commit-Position: refs/heads/master@{#661162}
-
Yusuke Sato authored
Previously, the toast was shown once per Files.app launch, which was not exactly what we wanted. This CL changes it once per user session. BUG=936814 TEST=browser_tests --enable-pixel-output-in-tests --use-gpu-in-tests \ --gtest_filter='*fileDisplayUsb*' TEST=ninja -j1500 -C out/Release ui/file_manager:closure_compile TBR=tbarzic@chromium.org Change-Id: I5f20a4bcbb4611532c0eba7c238d0c55483336a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616949 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#661161}
-
jchen10 authored
It seems that ContextGL() might be null in the destructor of WebGLRenderingContextBase. Bug: 962800 Change-Id: I3aa3a5b25bf85ba9a97b2e1fc007c57cf33ec82c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610893Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Cr-Commit-Position: refs/heads/master@{#661160}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/19a0081c68a9..62c8b1eda364 git log 19a0081c68a9..62c8b1eda364 --date=short --no-merges --format='%ad %ae %s' 2019-05-18 hliatis@google.com Update third_party/llvm-7.0/Android.bp to match BUILD.gn Created with: gclient setdep -r src/third_party/swiftshader@62c8b1eda364 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:961729 TBR=swiftshader-team+autoroll@google.com Change-Id: Ice36be5431bf33e592fd8e9cf382a711d8e59be7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617651Reviewed-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@{#661159}
-
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}
-