- 08 Aug, 2019 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b062b2de99f..c1692cd34cc0 Created with: gclient setdep -r src-internal@c1692cd34cc0 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: I3526fbf4e55ec74a1f3aac04ef51bcb107b23e7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744966Reviewed-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@{#685389}
-
Mike Jackson authored
Update the list of devices for Microsoft Edge. This includes: - Adding Microsoft Edge for all supported platforms - Clarified which ones are based upon EdgeHTML vs Chromium - Ensured that appVersion and Chromium version are patched similar to Chrome. Change-Id: I59c5287799c6e9bd6950c76323a867c012951323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1709693Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Mike Jackson <mjackson@microsoft.com> Cr-Commit-Position: refs/heads/master@{#685388}
-
Daniel Cheng authored
Currently VectorBuffer allows the access of buffer[size]. This is because callers are using buffer[size] to get buffer.end(). In order to avoid this, use CheckedRandomAccessIterators in VectorBuffer. This required creating iterator versions for the DestructRange and MoveRange functions. CheckedIterator's behavior now depends on the enable_checked_iterators buildflag: when true, CheckedIterator will CHECK on spatial safety violations; when false, CheckedIterator will merely DCHECK. This is temporary, so that binary size regressions on Android can be studied and explained: the eventual goal is to enable this universally and remove the buildflag. BUG=chromium:817982 Change-Id: I2037bdb542c4442011fc9ebffdc50e50ccfafa7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674746Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#685387}
-
Joe DeBlasio authored
This CL adds a directory for upcoming reputation warnings and the safety tip experiment. Otherwise, this CL contains nothing interesting. Bug: 981177 Change-Id: Ic5a4bfc7ce5f95ccdf04e8a9604aa6fe094b2411 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688332Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#685386}
-
Vlad Tsyrklevich authored
Enable the GWP-ASan unit tests on Android and wire-in GWP-ASan in to the crash handler and browser (for now it's still disabled by default and not wired in to webview.) Bug: 973167 Change-Id: I705bc3fcd4469c90099d91b9b2ae16f2a9c93fab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733567 Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#685385}
-
Joe DeBlasio authored
This CL switches the protobuf used for component updater to pass patterns rather than raw URLs. This allows safety_tips to remain consistent with the SB-style pattern matching. It also moves the playbook for component updates to g3. Change-Id: I9da231882cdb68fddd1d0b582006ed60e97fbe8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743247Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#685384}
-
Charlene Yan authored
Since HoverButton was changed to no longer inherit from MenuButton, the behavior has to be readded back into the controller. Bug: 991877 Change-Id: I7d0987eb1b30423753560feee2d8a42bb6d71cc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745289Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#685383}
-
Collin Baker authored
This also fixes accessibility tree errors uncovered when running the new test. Bug: 989174 Change-Id: If362f808260fdcaaa4a0b64a6573ed6f3bc9d471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744674 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#685382}
-
Scott Little authored
virtual/disable-blink-gen-property-trees/animations/stability/animation-iteration-event-destroy-renderer.html is flaky on linux, so marking it as such. See bug for more info. https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20ASAN/2822 TBR=ericwilligers@chromium.org Bug: 992148 Change-Id: I803958493d9330e3a3383e74e1cae0621aeb5475 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745026Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#685381}
-
Sergey Ulanov authored
Now all Fuchsia owners will be scenic ozone platform OWNERS. Change-Id: I8377878a56785602b600bfdcd40e894c9a37415c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744947Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#685380}
-
Adam Langley authored
WebAuthn contains the “appid” extension that allows WebAuthn to obtain assertions for credentials that were registered using the old U2F API. However, prior to this, there was no way when doing a WebAuthn registration to exclude authenticators based on a U2F credential. An “appidExclude” extension has now been added to WebAuthn to resolve this and this change implements support for it. [1] https://w3c.github.io/webauthn/#sctn-appid-extension [2] https://w3c.github.io/webauthn/#sctn-appid-exclude-extension Change-Id: I2eb1d6d0a574bc4d8cab95540de031329403581f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728724Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#685379}
-
Oksana Zhuravlova authored
This change converts document-scoped FileSystemManager client in blink to use BrowserInterfaceBrokerProxy as a use case of a callback dispatched on the IO thread. Bug: 936482 Change-Id: I3afba1264396bb9b916efb75c6594797ad581407 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1709723 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#685378}
-
Devon O'Brien authored
Adding documentation to ev-to-page-info.md in src/docs/security/ to describe EV certificate UI changes in Chrome 77. Bug: 992132 Change-Id: I1c614e0d7f66d6719f511740f18a5754561c9a35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742810 Commit-Queue: Devon O'Brien <asymmetric@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#685377}
-
Juan Antonio Navarro Perez authored
Prevent issues like crbug.com/985712 happening again. Bug: 990472 Bug: 985712 Change-Id: I6cfa17ec39076f17b6a3bf35b0430f778c05d5ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736896Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#685376}
-
Rouslan Solomakhin authored
Before this patch, the address editor on desktop would not require the full name. However, Payment Request shipping addresses cannot be empty, which is checked in several other places in the code. So the saved address would immediately have a "Name required" error next to it in the address selection screen. In addition, desktop address editor placed the country selector between the name and the rest of the address fields, whereas Android placed the country on top, which makes sense, since changing the country can change all fields, including the position of the name field. This patch makes the name always required in the address editor on desktop and places the country selector on top. Bug: 992081 Change-Id: I028c296289e4635c9c5c12dc10c59102d321fa30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743094Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#685375}
-
Scott Little authored
These tests have been flaking for a long time now, crashing with segfaults occasionally on the linux-chromeos-rel bot for at least a week now: https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-rel?limit=200 See the bug for more details. TBR=antrim@chromium.org Bug: 992022 Change-Id: I9074436363e6bbef0dfa838274a1343e9e333f84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745288Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#685374}
-
Reid Kleckner authored
https://chromium.googlesource.com/chromium/deps/nasm.git/+log/f564874f4..21eb59531 $ git log f564874f4..21eb59531 --date=short --no-merges --format='%ad %ae %s' 2019-08-06 rnk@chromium.org Revert "Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics" 2019-08-06 rnk@google.com Fix extern_inline for MSVC and clang-cl 2019-08-01 rnk@google.com Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics Created with: roll-dep src/third_party/nasm R=dalecurtis@chromium.org, davidben@chromium.org Bug: 989745 Change-Id: I26c19bce9bb4148154168732f2862cb0c7817686 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744200Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#685373}
-
Christian Biesinger authored
This is required to make this script work with Python 3, but even in Python 2 open is preferred over file(): https://docs.python.org/2/library/functions.html#file Bug: 941669 Change-Id: I4738fc9bad81464c9ca5c9c15a3c51e9ee3f945d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745488 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#685372}
-
Sophie Chang authored
This only loads the filter in memory if the type is registered Bug: 969558 Change-Id: I512b9d14cd41bb20bb5c767ff57b061c0725ca33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1740890 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#685371}
-
Yun Liu authored
Bug: 988116 Change-Id: I046e4e17b4aa1e5b6741123e4585c4c82470815d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742658Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Yun Liu <yliuyliu@google.com> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#685370}
-
Junbo Ke authored
Bug: None Test: CQ Change-Id: I4e1bafee0dc1ed98e57c307b82772c20bd7c742f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744525 Commit-Queue: Junbo Ke <juke@chromium.org> Auto-Submit: Junbo Ke <juke@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#685369}
-
Gayane Petrosyan authored
It will still hit some DCHECKS when trying to decode jpg. Bug: 991182 Change-Id: Ia899c85378992dd3b14bbf722499069b011d00e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742783Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#685368}
-
Matt Jones authored
The only surface for interacting with downloads in touchless chrome is through the notification system. This patch makes paused and in-progress download notifications persistent so they can be accessed even after notifications are cleared. Bug: 989293 Change-Id: I8041e0bcb54996cccb7bdc1d37c2fdc15615bcfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737486Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#685367}
-
Adam Ettenberger authored
1. Implement AXInlineTextBox::IsLineBreakingObject to detect preserved newlines. 2. Adjust AXPosition<>::AbortMoveAtParagraphBoundary to be able to detect preserved newlines from ancestor anchors using the leaf text position. Bug: 847971 Change-Id: I96e9eacd55cfdb4aa99ceb6460c530ee6d17a1ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677553 Commit-Queue: Adam Ettenberger <adettenb@microsoft.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#685366}
-
Maggie Chen authored
base::Time represents an absolute point in coordinated universal time (UTC). base::TimeTicks which tracks the amount of time a task runs. Watchdog V2 uses TimeTicks to check timeout. Adding clock time and analyzing the difference between these two might help debugging V2. Bug: 949839 Change-Id: I21e9250e67a02f4190d12d28d33c5c7a52a2168c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742440 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#685365}
-
John Delaney authored
This change exposes a new method on the NavigationController that commits an error page in a frame. This is necessary in order to trigger error pages from the browser process, and to ensure that they are committed correctly and in the correct process. This error page navigation API is used in https://chromium-review.googlesource.com/c/chromium/src/+/1744639 Change-Id: Idc3ff81219e1313c12c45a969c2099a68869f957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731554 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#685364}
-
Yury Semikhatsky authored
Bug: v8:9509 Change-Id: I7a7da029e95edf845456673e7a776bf7ac5e1aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743875 Commit-Queue: Yury Semikhatsky <yurys@chromium.org> Auto-Submit: Yury Semikhatsky <yurys@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#685363}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/940c2b500589..287bff32f45e git log 940c2b500589..287bff32f45e --date=short --no-merges --format='%ad %ae %s' 2019-08-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 498f5876..9230e75a (685149:685264) 2019-08-08 srte@webrtc.org Adds struct parameters parser/encoder. Created with: gclient setdep -r src/third_party/webrtc@287bff32f45e The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: I6ef941c367bde0db77902c18e1f5c0f2a9b4785b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744774Reviewed-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@{#685362}
-
David Grogan authored
Added comment and DCHECK showing why it didn't make sense. No behavior change. Some code churn due to accommodating the DCHECK. Bug: 845235 Change-Id: If159ec3d44821cf447563f60e8a25959c86c46a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744520 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#685361}
-
Dominick Ng authored
These features have had their launch dates pushed back. Update the flags accordingly. Change-Id: I9507c636a615661645bc0e8a77aab5c4ca187ba4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743234Reviewed-by:
Jeevan Shikaram <jshikaram@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#685360}
-
Sam Goto authored
Change-Id: Ia85fde8f82c6205f08a6458d9c1ead191bebb6e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744664Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Sam Goto <goto@chromium.org> Cr-Commit-Position: refs/heads/master@{#685359}
-
Mark Mentovai authored
dump_syms and the .dSYM archiver are intended for use on official Chrome-branded builds. While they work in other configurations, they draw from a static list of data sources that match what ships in an official build. Component builds break code out into many other modules, none of which are in the static list. Any output produced by the chrome_dump_syms or chrome_dsym_archive targets would be misleadingly unusable in a component build. To avoid producing these pointless artifacts, disable their function (while leaving the target names viable via empty "group" definitions, in case anyone depends on them.) Note that the chrome target never depends on either of these targets in a component build. These targets are only reachable explicitly or via a full build. Bug: 991206 Change-Id: I8b6e09f78896da1e02f8dabd2d60d0fd42df2ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742213Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#685358}
-
Matt Simmons authored
The Tab is only used to get the activity and overview mode behavior. Let the consumers (NewTabPageView and FeedNewTabPage) handle instanceof and null checks and pass in the two new parameters. R=yusufo@chromium.org Bug: 985386 Change-Id: Id760dabc41a3c08cf37b0e72a8d6513003b5b88a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741965Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#685357}
-
Scott Little authored
This test is flaky on linux-chromeos-rel, so disabling it for now. TBR=hsuregan@chromium.org Bug: 992116 Change-Id: I77512076711cac37eaefea34320475977d05fd26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743102Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#685356}
-
Rakib M. Hasan authored
Bug: chromium:973936 Change-Id: Ib0a9e1e878ad5903363a86359ce21f6562992e1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744662Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#685355}
-
Sinan Sahin authored
Remove the scrim's background color because the theme already dims the background. Bug: 989330, 989336 Change-Id: I488e171a4d70317df4a5a0de59e281e3e350fb3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744648 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#685354}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/07b2fa3a..46afc4f9 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I58f8e92b8432a8e1b6d254ab1ed7ec94099160ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744374Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#685353}
-
Raphael Kubo da Costa authored
These tests were just asserting that the given interfaces existed. The idl harness tests in web-platform-tests do the same and a lot more, so rely exclusively on those instead. Bug: 816462 Change-Id: If2dd8e6bda97d23bb71eff3070921481dc1281a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743631 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#685352}
-
Luke Zielinski authored
Bug: 937369 Change-Id: Icc5fa60040bad133567598cee73e549742e0dd83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744661 Auto-Submit: Luke Z <lpz@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#685351}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/8bd58eb928c3..5472a5a44c1c git log 8bd58eb928c3..5472a5a44c1c --date=short --no-merges --format='%ad %ae %s' 2019-08-08 rmhasan@google.com [Telemetry] Implement GetBrokenExpectations in typ_expectations.StoryExpectations Created with: gclient setdep -r src/third_party/catapult@5472a5a44c1c The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=oysteine@google.com Bug: chromium:973936 Change-Id: I4a2c1edce7622d8e607dc92f192173a86c453c12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744767Reviewed-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@{#685350}
-