- 04 Oct, 2019 40 commits
-
-
Koji Ishii authored
This patch eliminates the call to |HandleOverflow| when the |NGLineBreaker| state is 'overflow'. r701601 (crrev.com/c/1826063) added the 'overflow' state to |NGLineBreaker|. This state makes the `trailing' state more efficient, but when multiple text runs appear without any break opportunities in the 'overflow' state, the change added a call to |HandleOverflow| on each text run. Bug: 1010487 Change-Id: I608b704a9b65f905e6b57c245ea8f5dac7194c64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838791Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#702942}
-
Mario Sanchez Prada authored
This CL eliminates the need for having those versions of these templated methods available by migrating the few references to the old Mojo types in those places that interact with them, so we can remove them along with such migrations, all in one go. Bug: 955171, 978694, 936482 Change-Id: I42925b0fc504c00a9ce419f9b7d7298c7a33766a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832810Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#702941}
-
Mikhail Khokhlov authored
Skipped stories may have traces and metrics defined but it doesn't make sense to run metrics computation on them. Bug: 981349 Change-Id: Id1453a9d00a83c12975ccacb45f2c8ffcd9815d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841334 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#702940}
-
Jacob DeWitt authored
Make boxes stop moving when the viewer pose has emulatedPosition = true This gives a way to see if the emulatedPosition value is properly set without having to take off the headset or look at console logs. This is useful when testing how things behave during tracking loss. Bug: 1011103 Change-Id: Icebe492fd291b394674b12fc50181d48778ffbe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838479Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Jacob DeWitt <jacde@chromium.org> Cr-Commit-Position: refs/heads/master@{#702939}
-
David Benjamin authored
https://boringssl.googlesource.com/boringssl/+log/bd522862a0b4c84a0ed8e37096d1c361dc6beaa9..6a2609dae219e4300dfc62b2a37f10b5c845547b The following commits have Chromium bugs associated: 0e7dbd579 Add an option for explicit renegotiations. Bug: 950706, 958638 Change-Id: I40db860b754ccafb281e8a6b89d5a5a36c818290 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838623 Auto-Submit: David Benjamin <davidben@chromium.org> Reviewed-by:
Steven Valdez <svaldez@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#702938}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c4c5d7998d6e..d6f6e364665a git log c4c5d7998d6e..d6f6e364665a --date=short --no-merges --format='%ad %ae %s' 2019-10-04 wbbradley@chromium.org build api metrics: update metrics proto buf to add gauge support Created with: gclient setdep -r src/third_party/chromite@d6f6e364665a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I7fefc163dfd296459967baf94b01f9e6d650d9bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841817Reviewed-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@{#702937}
-
John Emau authored
The private class member _anchorElement was previously not Initialized in the constructor, besides improving the code style this also changes the _anchorElement from an inferred type to a declared type in the closure compiler typing system which improves type checking [1]. [1]: https://github.com/google/closure-compiler/wiki/Types-in-the-Closure-Type-System#differences-between-inferred-and-declared-types Test: Click the source link on a console message and ensure the source is revealed. Change-Id: I17587d9504128c0c08926c4521a0106e584508ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816963Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: John Emau <John.Emau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#702936}
-
John Budorick authored
rather than tools/. follow-up to crrev.com/c/1827248. going to relocate tools/android/avd/ in another follow-up CL, but doing this to unblock webrtc. Bug: 922145 Change-Id: I1a3579321fb1f67e429d8cc113abed0301da909a Tbr: agrieve@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841774Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#702935}
-
Abigail Klein authored
Ensure that strings received by accessibility_ui message handlers are not longer than 5000 characters. This ensures that a bad actor cannot send a long string as a filter and overwhelm the buffer. Bug: 785493,959368 Change-Id: Idbf9cb5ce137fdc782370cba12ead9a542574854 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829954 Commit-Queue: Abigail Klein <abigailbklein@google.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#702934}
-
John Lee authored
This CL only adds the UI as the data is not available yet. https://imgur.com/a/VQoMieT Bug: 1011064 Change-Id: I4f41ccf66dbbc9d7f0f7b38a0dc11313dbda9929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835690 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#702933}
-
Marina Ciocea authored
When sharing a tab that does not have a URL, host or tab title, the tab sharing infobar should simple display "Sharing a tab". Add message resource for this case. Bug: 1011379 Change-Id: Ibe67b32f3eb55695067c534552559cec8b0f19e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841851Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#702932}
-
Jarryd authored
Change-Id: Ic6af52c690e436769a42ea1d24a0ace4337d8296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841871 Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Auto-Submit: Jarryd Goodman <jarrydg@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#702931}
-
Maxim Smirnov authored
The feature is enabled by default for some time now, so it is suggested to removed it from code. R=avi@chromium.org Bug: 603 Change-Id: I7a25ff9ae7c93a01ad536a29eafa10165749482e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800408Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#702930}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I2ea9c3f9e18e01dcb3be772c59d7f8daadfb3a37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837526Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#702929}
-
Andrew Xu authored
Mainly two modifications in this CL: (1) When no arrow button shows, ensures that the shelf view's bounds are not changed by adding/removing a shelf item. It helps the correct bounds animation for shelf items. (2) Only notify scrollable shelf of shelf view's changed preferred size when adding/removing shelf items. Bug: 1009392 Change-Id: I60dc640ee19abc51eddc66a658d14b2ea2af5b0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838993 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#702928}
-
Vladimir Levin authored
This patch uses intersection observer to activate display locked elements on viewport intersections. R=chrishtr@chromium.org, szager@chromium.org Change-Id: I0c28920ccf8322f11c56c3104bb4b7d9b40e344c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835683 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#702927}
-
Samuel Huang authored
This reverts commit 8f0dc968. Reason for revert: Suspected of causing webkit_layout_tests to fail in http/tests/misc/frame-detached-in-animationstart-event.html on WebKit Linux ASAN. Original change's description: > Don't PostTask the RenderWidget::Close() call. > > The post task in RenderWidget was in order to keep IPC receipt of > destruction of a frame-based RenderWidget (ie a RenderView in the past) > from happening while the RenderWidget was already closing due to the > renderer-side detaching, but running a nested message loop. > > The RenderView destruction now already does a PostTask hop in > RenderThreadImpl before starting destruction of the RenderViewImpl > and its frame tree and RenderWidgets. A RenderWidget for a frame closes > when the frame detaches, and that is built to be consistent even if > it occurs inside of unload. The RenderWidget does not need to be kept > around after the blink frame and RenderFrame and WebWidget associated > with it are all gone. > > Popups and pepper RenderWidgets can close during a frame unload without > a consistency problem. > > R=dcheng@chromium.org > > Bug: 419087 > Change-Id: Ia5f7ca07395f8a5bd2c60a974a0fb4fb5092d872 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832612 > Reviewed-by: Avi Drissman <avi@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Commit-Queue: danakj <danakj@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702868} TBR=avi@chromium.org,danakj@chromium.org,dcheng@chromium.org Change-Id: I6edf67e9d004c7f2fb4f3edd36b2a86f4cb5f27a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 419087 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841941Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#702926}
-
Lei Zhang authored
The HTML file lives inside chrome/, which iOS does not use at all. Change-Id: I0dfdcf240a8030dd69c8ca4804522e7f3990a87e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839635 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#702925}
-
chrome://conflictsEric Lawrence authored
- Enable hover highlighting for rows of the conflicts page. - Allow filtering module list by hosting process type. - Remove dead CSS classes. Bug: 1010574 Change-Id: Ib02da5a17931ebfff963cff5cc0718f0f1e03b22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834947 Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#702924}
-
Lucas Furukawa Gadani authored
Bug: 984550 Change-Id: Icd4079ef0296a73c864adf7e765690cbb2682829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833316Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#702923}
-
Sergio Villar Senin authored
There are several includes of that header because code in chrome/browser uses WebPluginAction::Type enum. In order to remove the dependency, the web_plugin_action.h file was moved to third_party/blink/public/common/plugin. Since the file is no longer in the public/platform/ directory we are also renaming it to PluginAction. Bug: 1008303 Change-Id: If0b370d23ca211cd3e5a85a845c86ac9821271e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837622 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#702922}
-
Sadrul Habib Chowdhury authored
RenderProcessHostCreationObserver is introduced for code that wants to be notified any time a new RenderProcessHost instance is created. Instead of using NotificationService with NOTIFICATION_RENDERER_PROCESS_CREATED, code can now use content::RenderProcessHostCreationObserver. BUG=357627 Change-Id: I3ad4f7f5fef6fa2b17f9a0a82c96bc9c22dc0fb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833282 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#702921}
-
Findit authored
This reverts commit 242c714f. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 702905 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzI0MmM3MTRmYTFjNjljNWRlMjVlOTA2NThjOWNkYzgyODA3MDZmYTgM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.linux/fuchsia-x64-cast/55286 Sample Failed Step: compile Original change's description: > [chromecast] Add rounded corner decoration utility. > > Upstreams a utility which draws roundy corners on aura windows. > > Bug: internal b/141369549 > Test: manual > Change-Id: Ibbc57c6e15529ebc69fb294fc391cf349e9bb305 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841573 > Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> > Commit-Queue: Ryan Daum <rdaum@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702905} Change-Id: If11f7a9b914d232251303b6f3b96ba08ae398d24 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: internal b/141369549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841937 Cr-Commit-Position: refs/heads/master@{#702920}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I11d64dffb69967fe9339fdfcebaa2e3b90f0b49d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841818Reviewed-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@{#702919}
-
Garrett Beaty authored
This is a reland of 16cbcb68 nocompile_tests test suite is only be adding to mac currently since it breaks on linux builders. Original change's description: > Add content_nocompile_tests to be run by some builders. > > Bug: 878706 > Change-Id: I5c3bd7d4393fe6c002171ff9937ad70d2b1ba191 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833297 > Auto-Submit: Garrett Beaty <gbeaty@chromium.org> > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702132} Bug: 878706 Change-Id: Ifed8186ebe4f5ba856efe6528111f773c33a31cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837976 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#702918}
-
Ben Wagner authored
https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git/+log/4f23e05a33a6..a7bc26b69768 $ git log 4f23e05a3..a7bc26b69 --date=short --no-merges --format='%ad %ae %s' 2019-09-25 sebastian Set release date for 2.2.9 2019-09-25 sebastian Bump version info from 7:10:6 to 7:11:6 2019-09-13 sebastian Bump version from 2.2.8 to 2.2.9 2019-09-25 sebastian Changes: Document #347 2019-09-21 sebastian CMake: Use libexpat*.(dll|lib) not expat*.(dll|lib) on Windows Created with: roll-dep src/third_party/expat/src R=bungeman@chromium.org,dcheng@chromium.org Change-Id: I1b04348966d0cc4872a89a45547cb16a28e11776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829678 Commit-Queue: Ben Wagner <bungeman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#702917}
-
David Bertoni authored
Service Worker-based extensions should have the same limitations as event page-based extensions: 1. The extension must specify menu IDs. 2. The extension cannot use the "onclick" property to specify click handlers. Bug: 976052 Change-Id: I8bbd2f07e70860dbf4deba567ccdd591735ef20d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834648 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#702916}
-
Maksim Ivanov authored
Avoid showing the Network Error Screen when the timeout error happens during the security token (a.k.a. smart card) PIN dialog on the Gaia sign-in screen. Before this CL, if the user starts the SAML login using the smart card but doesn't type the PIN on time, the UI would eventually switch to the "you're offline" error screen. The exact timeout is not controlled by us, but it's typically around 30 seconds. The error screen is confusing for the user and provides no good way to retry the login attempt. After this CL, the login UI gets reset to the initial screen in this scenario, allowing them to make another login attempt and without confusing them with unexpected network error details. This is intended to be a short-term workaround; the more generic solution would be to handle specific network/HTTP errors more carefully and show the relevant UI. Bug: 1009591 Test: enroll Chromebook with device policies to support smart card sign-in, start SAML sign-in using the smart card, at the PIN dialog don't enter any PIN and wait for ~30 seconds, check that no Network Error screen is shown, and the initial sign-in screen is shown instead Change-Id: I5287332c6997d0d387f8055ef6a6a7cc507bb0b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833589Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#702915}
-
Hesen Zhang authored
- Rename validation check whether original path exist in disk, in Android Q path is using ContentUri, Failure of unavailable returned. - Android Q uses display_name column in media storage, we should SetDisplayName to update UI before run the callback. - Fix a missing rename dialog UI state machine transition case. Bug: 1007503 Change-Id: I2051d99449f39f6910a2ecd70250d6308e731917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834949Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Auto-Submit: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#702914}
-
Emily Stark authored
This is a stopgap fix for the fact that it's unclear which frame triggered a navigation to an external protocol. Eventually, we want to implement some more robust fixes, like preventing a frame from navigating another cross-origin frame to an external protocol, but that'll involve a bit more investigation and metrics (to be added in a follow-up CL). Bug: 754304 Change-Id: Ie7e8722281e364397072ade566abfc3739338b49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829932Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#702913}
-
Archana Simha authored
Change-Id: I95ef9cddc9260d17340644efcf559fba25f29e27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835265Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Archana Simha <archanasimha@chromium.org> Cr-Commit-Position: refs/heads/master@{#702912}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/95edac1c9a4a..9e951cd782c4 git log 95edac1c9a4a..9e951cd782c4 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 kjlubick@google.com Reduce bandwidth to RPIs 2019-10-04 reed@google.com Simple iterator for textblobs 2019-10-04 rmistry@google.com Update sheriff doc with autorollers and handoff doc 2019-10-04 rmistry@google.com Remove always red SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG bot and it's builder Created with: gclient setdep -r src/third_party/skia@9e951cd782c4 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 rmistry@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/+/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 TBR=rmistry@google.com Bug: None Change-Id: I2c2d9c83b410140290dff3d5fdc43979fedf0ae2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841713Reviewed-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@{#702911}
-
Adam Langley authored
This flag was removed some time ago, but its metadata remained. Change-Id: Ibf23e733b244b96e7b66cc2cbbe76ae0f5d6cf19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838956 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#702910}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3ed3be3e. With Chromium commits locally applied on WPT: 03ccd4e9 "html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/" c19433ef "Reland "[ChromeDriver] Stop using --ignore-certificate-errors"" afc509ca "[WPT/common/security-features] Fix typo" df884b61 "[WPT/referrer-policy] Add worker subresource tests" 86ea3d5b "Renaming fetch/metadata web platform tests" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: If997fcc6febc8bfe190360b3ec43c5bded35c1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841531Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#702909}
-
Maggie Chen authored
The majority of the GPU watchdog V2 crashes happen within the first 60 seconds after launch. Extend the timeout so the GPU can finish the initialization on a slower machine. Bug:949839 Change-Id: I173f0b6d9fd707b239e9f5598ff883e2054a054f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836973 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#702908}
-
Scott Little authored
This CL enables automatic lazy image and iframe loading by default. Note that by default, automatic lazy image and iframe loading is restricted to users with Lite Mode (aka Data Saver) turned on, and in practice, this also restricts automatic lazy loading by default to Android, since Lite Mode is only accessible through UI on Android. Bug: 989246, 954324 Change-Id: Iad30e42061838941d73a0742c1d2fd442d79f98c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838679Reviewed-by:
rajendrant <rajendrant@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#702907}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f83d0ef0859c..7536bc539500 git log f83d0ef0859c..7536bc539500 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 nisse@webrtc.org Account for IP and UDP headers in emulated network 2019-10-04 hbos@webrtc.org Update RTC_LOGs in DtlsTransport to be able to distinguish errors. Created with: gclient setdep -r src/third_party/webrtc@7536bc539500 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Iccbfc60493ba329057b8cafeb862dd0dbcd464a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841371Reviewed-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@{#702906}
-
Ryan Daum authored
Upstreams a utility which draws roundy corners on aura windows. Bug: internal b/141369549 Test: manual Change-Id: Ibbc57c6e15529ebc69fb294fc391cf349e9bb305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841573Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#702905}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0ce0e2c0a426..23149ef7ce0b Created with: gclient setdep -r src-internal@23149ef7ce0b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I8d42a91840c3a33489a95dcb681d8226052cecb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841731Reviewed-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@{#702904}
-
Armando Miraglia authored
BUG=796964 Change-Id: I69cd354a43b51639234ae5e6b3aa15cc646b022d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841431Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#702903}
-