- 18 Aug, 2020 40 commits
-
-
Haoyue Wang authored
https://quiche.googlesource.com/quiche.git/+log/d2bf0ba74c74..e1e5e502ea64 $ git log d2bf0ba74..e1e5e502e --date=short --no-merges --format='%ad %ae %s' 2020-08-17 wub Move the implementation of GetReleaseTime from QuicBatchWriterBase to QuicGsoBatchWriter. No behavior change. 2020-08-17 dschinazi Deprecate quic_google_transport_param_omit_old 2020-08-17 renjietang Move OnZeroRttRejected() debug event from HTTP layer to QUIC transport layer. 2020-08-17 fayang Deprecate gfe2_reloadable_flag_quic_support_handshake_done_in_t050. 2020-08-14 wub Internal QUICHE change 2020-08-14 wub Default enable MTU discovery in QUIC server. Protected by --gfe2_reloadable_flag_quic_enable_mtu_discovery_at_server. 2020-08-14 fayang Stop blackhole detection when a duplicate ACK causes packets to be detected lost. Protected by existing gfe2_reloadable_flag_quic_default_enable_5rto_blackhole_detection2. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ic442251f8328e5bbfaaf84b1bf9aea211c28e413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360926 Auto-Submit: Haoyue Wang <haoyuewang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#799233}
-
Russ Hamilton authored
This is part of the identifiability study. Bug: 973801 Change-Id: I5a7105c77ffbaa68d0f61384b9700ab1337332d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357612Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Russ Hamilton <behamilton@google.com> Cr-Commit-Position: refs/heads/master@{#799232}
-
Vladimir Levin authored
This patch is an optimization patch that ensures that we only update ancestor counters if we have crossed a style containment boundary. The update is required since otherwise counters and content fields that are separated by a style boundary don't behave correctly (we elide updating counters if there is no content present; and then we stop updates when they cross a style boundary). However, this update is only needed on the other side of the containment boundary (and indeed if there is a style containment boundary). R=chrishtr@chromium.org, futhark@chromium.org Bug: 1112978 Change-Id: I19e2e2c6132f1203c90a1e86a32a748a81066bd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363252Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#799231}
-
Daniel Hosseinian authored
Add a deprecation warning message for the "Save to Drive" destination under the destination select. Screenshot of change: https://imgur.com/ix1GjIB Bug: 1112581 Change-Id: Icecc4e90e97f0e4faae0ceca32e19fe10a5de51f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353555 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#799230}
-
Yi Gu authored
This UKM helps us to understand whether WebOTP increases phone number collection. We will first use UMA to analyze the portion of each bucket in the metric. If certain buckets have high volume, we need to turn to UKM for better understanding. See detailed design doc [1]. UKM collection review: https://docs.google.com/document/d/1xlV8thqJ3Vt_uYr0Dbi8PR_cctRzUXcDS2y1BiPGCm8/edit?usp=sharing [1] https://docs.google.com/document/d/1OPqPNY9l76kvaBPBCS5wbBQv2HNhmNlsDAcUvmYgyNI/edit#heading=h.xlif2jhriq2t Bug: 1107590 Change-Id: Ia6f87d35861879cfd586a20b2eb0e2baf31b9190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359403Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#799229}
-
Ilya Sherman authored
This is essentially pulling https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2351775 into the Chromium repo, so that it can be maintained alongside the proto definition that it is parsing and formatting. R=mathias Bug: 1103854 Change-Id: I25707cf94678682d856f085b3aa259b02361dfa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360517Reviewed-by:
Mathias Bynens <mathias@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#799228}
-
Akihiro Ota authored
When the system tray bubble updates, we should notify accessibility features too (namely switch access). with ChromeVox. Bug: 1105196 AX-Relnotes: N/A Test: Manual; test that bug is fixed for switch access and still works Change-Id: I5a48d43601502846de9b7acf934a02370d0b5c52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360558 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#799227}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a8b16365f92a..a5a97b4858fb 2020-08-18 johnstiles@google.com Replace various C-style casts in SkSLCompiler with as<T>. 2020-08-18 johnstiles@google.com Mark helper functions as static to prevent external linkage. 2020-08-18 johnstiles@google.com Add as<StatementSubclass> to downcast Statements more safely. 2020-08-18 bungeman@google.com Fix SkBitmap::allocPixels logging 2020-08-18 scroggo@google.com Switch Skia's libjpeg-turbo used for testing to Chromium version 2020-08-18 johnstiles@google.com Add as<ExpressionSubclass>() to downcast Expressions more safely. 2020-08-18 robertphillips@google.com Enhance assert to dump more information 2020-08-18 johnstiles@google.com Fix constness of ExternalValue* inside ExternalValueReference. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1116848,chromium:922430 Tbr: stani@google.com Change-Id: I3fa286b9f5e4df2ce4c1ef3eaa582ebad1208659 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363311Reviewed-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@{#799226}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5664586374b9..5cff4e3b5cf3 2020-08-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I8e3bb3f279e063b73a0f3e75c4479c087b86985f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363310Reviewed-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@{#799225}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b6a272ffee65..d5044cd209a6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I40a1f552f84035df0bb378f88cc34d8cb2785086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363082Reviewed-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@{#799224}
-
Daniel Hosseinian authored
Prepare destination select update status tests for cloud print deprecation messages, allowing for testing of when warnings are suppressed and not, while avoiding duplicating code. Bug: 1112581 Change-Id: I7cf97c9ed5a5629c7112c396b7219fcf1b2c23d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360115 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#799223}
-
Yuke Liao authored
This CL runs browser_tests on linux-lacros-rel to prevent regressions. Bug: 1116180 Change-Id: I5bf202bdbb368de6892267f08f913c8d6615e17d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363064Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#799222}
-
Tommy Li authored
This reverts commit a1d50a60. Reason for revert: Breaks here: https://ci.chromium.org/p/chromium/builders/ci/linux-bfcache-rel/7613 Original change's description: > webrtc: add wpt test that setCodecPreferences changes the sdp > > Adds a test which verifies that setCodecPreferences changes the > order of codecs in the SDP generated by createOffer. > > Drive-by: close all peerconnections after the tests, > https://bugs.chromium.org/p/chromium/issues/detail?id=836871 > > BUG=None > > Change-Id: I75d252bc43919ba2f27c6bd97493f94b3b5a2587 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362024 > Reviewed-by: Harald Alvestrand <hta@chromium.org> > Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> > Cr-Commit-Position: refs/heads/master@{#799168} TBR=hta@chromium.org,philipp.hancke@googlemail.com,orphis@chromium.org Change-Id: I5c76ee9de7a660b14cfe56a4835ca4bcde59c432 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363471Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#799221}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metatada from OWNERS files for //ash Bug: 1113033 Change-Id: Ife8822c2571bc4e629d2ba68c050a9005d67703d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340712Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#799220}
-
John Lee authored
Previously, the drag session would be updated as soon as a dragenter event was fired. This was to allow a dragged out tab to instantly re-appear in the tab strip once it was dragged back in. Unfortunately, there exists a bug that causes the drag event's target to be incorrect if the scale is not 100%. Removing the update on dragenter should not cause any issues because the drag session will get updated on the very next dragover event. Bug: 1117190 Change-Id: Ia06007ab4c3c4827b2783be9cef4df1c30d00f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357599Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#799219}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 37 histograms that have been used to generate alerts in the past 90 days and do not already have a date later than or within 60 days of 2021-02-14. TBR=chromium-metrics-reviews@google.com Change-Id: I85047ad91569be7f5d288fc8973237afb50a6f42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362591Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#799218}
-
Chris Sharp authored
Instead of just expecting, which doesn't stop executing if it isn't. TBR=xiaochengh@chromium.org Bug: 1117509 Change-Id: I058f8fd69d8dbebad60b9625c6dfda112eb0b5db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363227Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#799217}
-
Nnamdi Theodore Johnson-Kanu authored
Bug: 1045266 Change-Id: Icccfc2c1bcf5f784109a7df05f8a4808078f2c51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359365 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#799216}
-
Mark Mentovai authored
This enables compiling this code with -Wvla. safe_browsing::DiskImageTypeSnifferMac::AppleDiskImageTrailerSize was a non-constexpr function whose implementation was hidden in disk_image_type_sniffer_mac.cc, preventing its return value, no matter how constant it actually was, from being used to size arrays statically at compile time in other translation units, such as archive_analyzer_results.cc. This changes it to be a constexpr variable, kAppleDiskImageTrailerSize, which can be used to size arrays statically at compile time. Change-Id: I35d4582ce8446c9f90d8a6d8576c9d60115c5de8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363069Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#799215}
-
Arthur Eubanks authored
Change-Id: I62116db5a7181526f713850d42704c8e74fe8741 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363330Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/master@{#799214}
-
Vasilii Sukhanov authored
Bug: 1116886 Change-Id: Icd7cbba98f0879959d0a3ea7a195c218a7621a63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360082 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#799213}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I8c5895908bffd537615a25a2ba6933b26a379df8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363348Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#799212}
-
Ted Meyer authored
This is a reland of 3da0177b revert was here: https://chromium-review.googlesource.com/c/chromium/src/+/2359952 Not clear how this commit is affecting webgl conformance tests that aren't being run on linux. These tests also pass consistently on the bots during submission. no changes in the reland, so TBR'ing all the original folks Tbr: geofflang@chromium.org, dalecurtis@chromium.org, zmo@chromium.org, andrescj@chromium.org Original change's description: > Add GLImageEGLPixmap for vaapi linux support. > > This new image type can hook an X11 pixmap up to an egl pixmap surface, > which lets VaapiPictureNativePixmapAngle create xlib pixmaps and bind > them as surfaces. > > With this cl, the flag --enable-accelerated-video-decode will be > functional on a modern intel graphics linux system while using ANGLE. > > Bug: 1103510 > > Change-Id: I9c2bce16729be1e8f007b47da5a5160074f78483 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288633 > Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Reviewed-by: Geoff Lang <geofflang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#798952} Bug: 1103510 Change-Id: I06d25cb55371f6e3139a31a27e3de3c0c90a8f82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361502Reviewed-by:
Geoff Lang <geofflang@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#799211}
-
Roman Aleksandrov authored
Add new polymer class oobe-carousel. Oobe-carousel is responsible for showing slides in a carousel. - Animation is done as all slides stand in a circle. - Navigation bar consists of left and right arrows and non-accessible dots which indicate an active slide. - Autotransition is supported only if ChromeVox is not enabled. Fixed: 1104887 Change-Id: I5c2332d6cde470479c13d2297458213deb0faa4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294664 Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#799210}
-
Jan Wilken Dörrie authored
This change changes the check of the kEnableOverwritingPlaceholderUsernames feature to only happen after a field with `may_use_prefilled_placeholder` has been found. Furthermore, it sets the feature to be disabled by default. Bug: 1022291 Change-Id: I95ec86619c5a691c077cf913250564f6deae39b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351922 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#799209}
-
Joe DeBlasio authored
This CL makes a small tweak to the common word list following discussions. It also makes it slightly easier to import changes by automating the regex generation step. Fixed: 1117241 Change-Id: Ie57db990a8898f42a46f2f323897038595b83242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363307Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#799208}
-
Rayan Kanso authored
With the flag enabled, PBS permissions are no longer tied to installability for the browser's default engine. The ContentSettings permission is checked directly. Tested by creating a PBS registration on the browser's default search engine (with & without the flag). Also added a unit test. Bug: 1117598 Change-Id: I11fc91c962f77d761f47b0d25736ed713bb6de09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362705 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#799207}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. Bug: 1110266 Change-Id: I7d5724c1cd9720e917ca71d3af4eda1a6959fdfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352433 Commit-Queue: Sean McAllister <smcallis@google.com> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Evgenii Stepanov <eugenis@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Reviewed-by:
Ben Greenstein <bengr@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Reviewed-by:
Derek Schuff <dschuff@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#799206}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 175 histograms that show frequent access in the past 90 days. These are the 90% most frequently used histograms over that time that do not already have a date later than or within 60 days of 2021-02-14. TBR=chromium-metrics-reviews@google.com Change-Id: I72efdeebd966a7e2d6c1a420c4b7612fd6474a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362648Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Cr-Commit-Position: refs/heads/master@{#799205}
-
Becca Hughes authored
This is a reland of 0158f88d TBR=tiborg@chromium.org Original change's description: > Setup NTP for Kaleidoscope module > > This CL moves the Kaleidoscope NTP module upstream > into the Kaleidoscope repo. > > The public Kaleidoscope module is now responsible for > loading the resources into the NTP page. > > Also adds the KaleidoscopeDataProvider to the NTP. > > BUG=1114862 > > Change-Id: Ibc255ea9d7fd05b10cb151d0f1e86b0f94b192cb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354717 > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#798391} Bug: 1114862 Change-Id: I46a7d3e5044dc505766ad6fa1e03b9a7ae8f8380 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359553Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#799204}
-
Wez authored
FidlMessageFromBlink() populates the |incoming_transfer| field of the resulting fuchsia.web.Message with any |ports|, but the BlinkMessageFromFidl() API only considered |outgoing_transfer|. Round- trip messages between the two would therefore drop any associated ports. Bug: b/154200695 Change-Id: Ib5b2346d321219166b62d5b60473852a7ffd9d61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362589 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799203}
-
Garrett Beaty authored
Bug: 1109276 Change-Id: I8ae88b588b60e3e1c931ed43bf83585ac04a536b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363548Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#799202}
-
Dale Curtis authored
This ensures that portrait 4k videos get hardware accelerated decoding. R=sandersd Bug: 1103432 Change-Id: I6ac1c75eac7d21c6cd2c57edac368b84c56ffa85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361183 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#799201}
-
Mohamed Mansour authored
Implements the ITableProvider and ITableItemProvider for UIA. Currently just supports TableView's column headers. Row headers are not supported in TableView's control. AX-Relnotes: Column Headers in TableView are announceable. Bug: 1078623 Change-Id: I7c8ba49cd8de9fffe471e91c4d6d4e759c9ddc29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348541 Commit-Queue: Mohamed Mansour <mmansour@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#799200}
-
Garrett Beaty authored
Bug: 1109276 Change-Id: Ief72c4d315bb12cb588454cc09555e6e6f6e51b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362995 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#799199}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/c298799c3081..7929aebd9197 2020-08-18 sigurds@chromium.org Hide uninformative origin in frame tree view 2020-08-18 wolfi@chromium.org Update frame tree icons 2020-08-18 sigurds@chromium.org Update protocol 2020-08-18 sigurds@chromium.org [ts] Type-check resources/ClearStorageView.js with TypeScript 2020-08-18 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-08-18 jacktfranklin@chromium.org Rename `Element` => `LayoutElement` in LayoutPane 2020-08-18 changhaohan@chromium.org Expose isInDarkMode test from get-stylesheet 2020-08-18 szuend@chromium.org [ts] Type-check ui/ReportView.js with TypeScript 2020-08-18 szuend@chromium.org [issues] Update 'no issues detected' label 2020-08-18 jacktfranklin@chromium.org Improve public methods support in bridges 2020-08-18 wolfi@chromium.org Fix error/warning counter tooltip to show correct count 2020-08-18 jobay@google.com [e2e] fix flaky console test 2020-08-18 jacktfranklin@chromium.org Copy devtools_entrypoint sourcemaps into resources 2020-08-18 szuend@chromium.org [ts] Type-check ui/XWidget.js with TypeScript 2020-08-18 szuend@chromium.org [ts] Type-check ui/Infobar.js with TypeScript 2020-08-18 szuend@chromium.org [issues] Update third-party issues checkbox label 2020-08-18 szuend@chromium.org [ts] Type-check ui/TextEditor.js with TypeScript 2020-08-18 szuend@chromium.org [ts] Type-check ui/ListModel.js with TypeScript 2020-08-18 alexrudenko@chromium.org Add a button to reveal the element to the Layout pane 2020-08-18 alexrudenko@chromium.org Revert "Suggest accessible color" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1051466,chromium:1080589,chromium:1093227,chromium:1093247,chromium:1109177,chromium:1112692 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5184b2d5b3d228e8eec98e646599493cae47bf3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363061Reviewed-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@{#799198}
-
Omer Katz authored
This method is not used and would not compile if we tried to use it. Change-Id: I1d97d6ad4e0d3924e902a34e2ecc4d0a4c7604d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362893 Auto-Submit: Omer Katz <omerkatz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#799197}
-
Nohemi Fernandez authored
Currently the cancel confirmation alert is shown on all screens derived from "Sync & Google Services" even if there is no "Cancel" button on the navigation bar. Bug: 1115504 Change-Id: I4b8793af8fcb7f7f1bf081d352c18f0f192c6e69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358679Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#799196}
-
Chris Lu authored
It is no longer true that presenting_ will always be false when PresentOverlayForActiveRequest is called. This can occur if the current active request is dismissed by being removed from the queue and adds another overlay in its completion callback. Instead, the DCHECK can be moved after the OverlayPresentationContext checks, which should be enough to early return when an overlay is already being presented. Bug: 1114547 Change-Id: I1756df163dfb10e96537449491d0cfc5295c4aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360376 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#799195}
-
Chris Cunningham authored
Profile 2 requires bitdepth of 10 or 12. Change-Id: I7155d19f34ad3f7b126b7fc6b0134d74d5c85814 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361343 Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#799194}
-