- 19 Sep, 2019 40 commits
-
-
Mario Sanchez Prada authored
Convert the remaining bits that still use the old mojo types for mirroring::mojom::CastMessageChannel to the new mojo types, and adapt unit tests. Bug: 955171 Change-Id: I8ccd2d4a7c4e7954954200a2e7b09fd3f2c3ab6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807496 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#697956}
-
Yuzu Saijo authored
This CL disables pending_lifecycle_state_ when bfcache is enabled so that the decision as to whether a frame gets frozen or not should not be overridden on the renderer side. The decision should be made on the browser side for bfcache. Currently as a temporary fix, we disable pending lifecycle state. This should be fixed though in the process of freezing re-architecure, since this behavior violates the spec. https://wicg.github.io/page-lifecycle/#update-document-frozenness-steps Bug: 1000324 Change-Id: I4cedb9122c7c6bc742aef81ad08c47b796d38385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797512Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#697955}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/cc117419eb52..fc8396f2c0ee git log cc117419eb52..fc8396f2c0ee --date=short --no-merges --format='%ad %ae %s' 2019-09-19 cjmcdonald@chromium.org De-parallelize UnitTestStage 2019-09-19 bgoodwin@google.com Add viking-poc2 board builder Created with: gclient setdep -r src/third_party/chromite@fc8396f2c0ee 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: Id1ef791fb041832787eb2c1b67f3b0c56b512233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812641Reviewed-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@{#697954}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/36c1c0e22fab..605c2e3c0ea7 git log 36c1c0e22fab..605c2e3c0ea7 --date=short --no-merges --format='%ad %ae %s' 2019-09-18 dsinclair@google.com Add WebGPU SPIR-V Assembler in JavaScript. (#2876) 2019-09-18 dneto@google.com Android.mk: Add dependency from optimizer file to amd-shader-ballot-insts.inc (#2883) 2019-09-18 dneto@google.com Update SPIRV-Headers in DEPS (#2880) 2019-09-18 afdx@google.com Fix detection of blocks bypassed by new edge (#2874) 2019-09-18 afdx@google.com Fix CMake issue related to spirv-fuzz (#2877) 2019-09-18 afdx@google.com Add fuzzer pass to replace ids with synonyms (#2857) 2019-09-18 alanbaker@google.com Relaxed bitcast with pointers (#2878) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@605c2e3c0ea7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,geofflang@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:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,geofflang@chromium.org Bug: None Change-Id: I8e62659474e97f46f8ffb5cfe74a0eb941d8186f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812640Reviewed-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@{#697953}
-
Christian Dullweber authored
Currently a <URL>,* exception can control whether cookies are deleted on exit. Exceptions that only specify a secondary pattern are ignored. While we don't know the top-frame-origin, it would still be useful to keep cookies from being deleted that match the url in *,<URL> pattern. Bug: 967668 Change-Id: I98ad6f1a2d77f53c39f7e04f160e40eec2e18b06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807246 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#697952}
-
Marc Treib authored
TBR=rsorokin@chromium.org Bug: 992022 Change-Id: I7e2f543afc0b7fb1d757f6f702a91182a5379699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813317Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#697951}
-
Rune Lillesveen authored
Removed unrelated failing rebaselines in the original CL. Original description below: This makes us match how Firefox applies minimum font-size and makes us not break relative length computation when pages use a font-size less than the user's minimum font-size as a basis for widths, heights, margins, padding, etc. This is a behavioral change for relative lengths for the following cases: - minimum-font-size does not affect em lengths - minimum-logical-font-size does not affect em lengths - text autosizing does not affect em lengths - text scaling accessibility setting in Chrome for Android does not affect em lengths Test expectation changes and reasons: Text scaling no longer applies to relative lengths (text zoom set from testRunner): svg/zoom/text/zoom-hixie-mixed-008.xml svg/zoom/text/zoom-hixie-rendering-model-004.xhtml svg/zoom/text/zoom-svg-float-border-padding.xml Minimum logical font-size not applying to relative lengths (minimum logical font-size set to 9px when running layout tests): fast/backgrounds/background-position-parsing.html virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x.html http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm TBR=eae@chromium.org Bug: 308862 Change-Id: I8fb07c118eb2bf828ce5b391f7ed90254c0dbfe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813077Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#697950}
-
Clemens Arbesser authored
This CL adds two new UMA histograms to autofill assistant. It also updates the expiry date for existing UMA histograms, since we still need them for some time longer. This CL also fixes a bug where an address would be considered complete even if it did not contain a billing postal code, which was required by the proto. Bug: b/140369065 Change-Id: Ie4348f441c865537e3321c6783b6bb901b5420d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806740 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#697949}
-
Jérôme Lebel authored
Removing pre-unity code for SigninInteractionController since the unified consent feature flag is always on. Bug: 951313 Change-Id: I1e406a996baefb79a2a2a60942ff322657b65673 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793182 Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#697948}
-
Yi Su authored
When a navigation is canceled in decidePolicyForNavigationResponse, didFailProvisionalNavigation will be invoked later with canceled error. In that case, the WKNavigation should be removed before DidStopLoading and DidFinishNavigation events are published inside [CRWWKNavigationHandler handleCancelledError:forNavigation...] so that LocationBarMediator can get the last committed NavigationItem instead of the pending item stored in NavigationContext. Bug: 999188 Change-Id: I63b25ef2f1baeef8cf26b1ae31ef07d7ec8eaf83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807249 Commit-Queue: Yi Su <mrsuyi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#697947}
-
James Forshaw authored
This CL changes the default state of Renderer AC to on by default. Bug: 1000447 Change-Id: I15bd2d5961de87b11428170525a8cd2b45be57f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810241 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#697946}
-
Marc Treib authored
TBR=antrim@chromium.org Bug: 1005697, 1005450, 1005451, 1005452, 1005453, 1005454, 1005455 Change-Id: I12603ad3393e71545b0d153fc72156d87631d6f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813237Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#697945}
-
Mario Sanchez Prada authored
Convert both the implementation and clients in the browser and renderer processes for the media.mojom.AudioOutputStreamProvider interface, and adapt unit tests. Bug: 955171 Change-Id: Icd2a0d695f4fb1e13cf2f56515a15a65725272d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803282 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#697944}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/12f8680a1e73..18531cde2ab7 git log 12f8680a1e73..18531cde2ab7 --date=short --no-merges --format='%ad %ae %s' 2019-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 a7003d5fc306..bf4268a3963b (7 commits) 2019-09-19 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src b1c1d284..b8149cbe (423 commits) 2019-09-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 61a2765940a7..e9b6f28fdd71 (3 commits) Created with: gclient setdep -r src/third_party/skia@18531cde2ab7 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 brianosman@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=brianosman@google.com Bug: chromium:None,chromium:None,chromium:None Change-Id: Ifc0a6fdfcd2e8ec3bdc45c0687efac189defda5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812419Reviewed-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@{#697943}
-
Mario Sanchez Prada authored
Convert the remaining bits that still use the old mojo types for mirroring::mojom::MirroringServiceHost to the new mojo types, and adapt unit tests. Bug: 955171 Change-Id: I99bbae16c05ad044daf27e76cea48594677dfe71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807318 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Brandon Tolsch <btolsch@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#697942}
-
Mario Sanchez Prada authored
Convert both the implementation and clients in the browser and renderer processes for the media.mojom.AudioOutputStreamObserver interface, and adapt unit tests. Bug: 955171 Change-Id: Ic179ae9add69b4d2bf68823af60e52a30a8b16e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803151Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#697941}
-
Jérôme Lebel authored
Removing -[id<SyncPresenter> showSyncSettings]. This method is used for pre unity UI. Unified consent feature flag is now always true. Bug: 951313 Change-Id: I9e47d05a90f9ba46f8f8e1c0163795ab329194ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811019Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#697940}
-
Mario Sanchez Prada authored
Convert the remaining bits that still use the old mojo types for media::mojom::VideoCaptureHost to the new mojo types, and adapt unit tests. Bug: 955171 Change-Id: Ieb0160ef93d48add7301c619d7acf456094ca7d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806461 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#697939}
-
Dominic Battre authored
On https://www.transavia.com/fr-FR/mon-transavia/compte/logon/ the string "Numéro de réservation" matched the regular expression for credit cards. It looked for "Numéro" followed by a blacklist of terms. This CL adds "réservation" to this blacklist. TBR=olivierrobin@chromium.org Bug: 966406 Change-Id: I63f8baa4c46ec549ff8c143d7799b5466d4cac9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778869 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#697938}
-
Gyuyoung Kim authored
To reduce pre-processed size of url_loader_throttle.h, this CL replaces .mojom.h with .mojom-forward.h. This CL has no behavior changes. Bug: 1001360 Change-Id: I25bba6a8dc64cfe0960103588a0b871d065a76f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806166 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#697937}
-
Gyuyoung Kim authored
To reduce pre-processed size of indexed_db_default_mojom_traits.h, this CL replaces .mojom.h with .mojom-forward.h. This CL has no behavior changes. Bug: 1001360 Change-Id: I769dbf5bd67181276bce08369c493e570c530b58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806613Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#697936}
-
Kuo Jen Wei authored
Bug: None Test: Pass 'tast run <DUT> camera.CCAUI*' and manual stress test. Change-Id: I58abe82bebe3485998c367319bed8c2c60c98b81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800135 Commit-Queue: Kuo Jen Wei <inker@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#697935}
-
Gyuyoung Kim authored
Include *.mojom-forward.h instead of .mojom.h from notification_mojom_traits.h and platform_notification_data.h To reduce pre-processed size in notification_mojom_traits.h and platform_notification_data.h, this CL replaces .mojom.h with .mojom-forward.h. This CL has no behavior changes. Bug: 1001360 Change-Id: I11e01d8e295b1dcc3813b2a280255b418a4a3fea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804941Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#697934}
-
Gyuyoung Kim authored
To reduce pre-processed size in web_bluetooth_device_id_mojom_traits.h, this CL replaces .mojom.h with .mojom-forward.h. This CL has no behavior changes. Bug: 1001360 Change-Id: I98bb17decdcd1d680d7c7e6f6be97e3e03248ae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804949Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#697933}
-
Gyuyoung Kim authored
To reduce pre-processed size of media_stream_mojom_traits.h, this CL replaces .mojom.h with .mojom-forward.h. This CL has no behavior changes. Bug: 1001360 Change-Id: I0222048155c83893594d85c2edf314c802d68a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808627Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#697932}
-
Hirokazu Honda authored
Bug: None Test: video.EncodeAccel* on atlas Change-Id: I01770ebeb85fb407bc08f36578148c97ee87bf5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809031 Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#697931}
-
Etienne Bergeron authored
The uniscribe code is no longer used for fallback fonts. Remove the unused include file. R=drott@chromium.org Change-Id: Ib40a1f6fb989c9de237861ee61ef96d2c3b5c70a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808264 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#697930}
-
Julie Jeongeun Kim authored
This CL uses new Mojo types for AutofillTypeTraitsTestImpl. TypeTraitsTestPtr and BindingSet are replaced with Remote or PendingRemote and ReceiverSet. Bug: 955171 Change-Id: I282fff244d50b87fd1a5bfe3a319abdc2a0532f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808948Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#697929}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/bb1e6a5282eb..cc117419eb52 git log bb1e6a5282eb..cc117419eb52 --date=short --no-merges --format='%ad %ae %s' 2019-09-19 jclinton@chromium.org cbuildbot: Add firmware hack for upload to GS dir prefixed by board 2019-09-19 hidehiko@chromium.org chromite: Update TastVMTest configuration. Created with: gclient setdep -r src/third_party/chromite@cc117419eb52 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: I4341f080726bd216c550b82862063883a1aafc6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812050Reviewed-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@{#697928}
-
Hitoshi Yoshida authored
In current spec, namespaces do not have constants, but to reduce the risk of bugs, we let Namespace.IR have constants. Bug: 839389 Change-Id: Ia78091e045eb92f92538ae7d7b0d530bf589c636 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792400 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#697927}
-
Brandon Maslen authored
This change adds the initial surface area for the methods and sandbox token exposed by the Storage Access API behind the storageAccessAPI runtime flag. Initially the promises created will return simple/immediate resolutions or rejections. Future changes will update the logic of each method to ensure it is functioning correctly. Additionally Web Platform Tests have been added to validate the added behaviour. As the newly added tests rely on running tests within iFrames an exposed bug in the content_shell testrunner JS has been fixed. The change ensures that iframes will not complete the testharness and that only the main frame will trigger completion. Bug: 989663 Change-Id: I2388fbc25ceb95c49435aa986191b0aca925d7d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790583Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Brandon Maslen <brandm@microsoft.com> Cr-Commit-Position: refs/heads/master@{#697926}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7159b782fa4e..a77739404157 Created with: gclient setdep -r src-internal@a77739404157 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: Ia153ab59bf5132f53b29d75e6048f34f5f99a58d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812179Reviewed-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@{#697925}
-
Miyoung Shin authored
This CL converts TimeZoneMonitorRequest and InterfacePtrSet<TimeZoneMonitorClient> in services to the new Mojo type. Bug: 955171 Change-Id: I87cbe6f74289713e2113fc09eea4714ab3224a73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810504Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#697924}
-
Andrew Luo authored
Bug: 1000798 Test: testing/scripts/run_android_wpt.py --isolated-script-test-output output.json --product android_webview --list-tests Change-Id: Ic586943fbd56fa0bd7f30492f4aeab4545905bc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808327 Commit-Queue: Andrew Luo <aluo@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#697923}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/2ad535693f0f..033994d4a3bf git log 2ad535693f0f..033994d4a3bf --date=short --no-merges --format='%ad %ae %s' 2019-09-19 rmhasan@google.com Reland "[Telemetry] Adds the --skip-typ-expectations-tags-validation" Created with: gclient setdep -r src/third_party/catapult@033994d4a3bf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=skyostil@google.com Bug: chromium:999335 Change-Id: Ie209ee6a1b45f93591ad420f1fe92bb1d8129959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812173Reviewed-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@{#697922}
-
Fergus Dall authored
This reverts commit 75c556a2. Reason for revert: Broke the build. See https://ci.chromium.org/p/chrome/builders/ci/linux-builder-perf/112471 Original change's description: > vk: Fix virtual keyboard in guest mode. > > When crrev/1787601 landed, it removed some code that actually had a > side effect that caused the virtual keyboard to work correctly in > guest mode. Without the code, the virtual keyboard doesn't work anymore > so we are adding this code back temporarily as it is a high priority > issue. > > We need to investigate how things are meant to work (and how it managed > to work prior to the filesystems code). > > TBR=benwells,rhalavati,mek > > Bug: 1005083 > Change-Id: I0b393aa518299f5630582deb64f88d82e02ec0e5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809033 > Reviewed-by: Darren Shen <shend@chromium.org> > Commit-Queue: Darren Shen <shend@chromium.org> > Cr-Commit-Position: refs/heads/master@{#697917} TBR=benwells@chromium.org,mek@chromium.org,shend@chromium.org,rhalavati@chromium.org Change-Id: Ibce04c0db78b166fb7efd1a1149b7b272f172785 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1005083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810152Reviewed-by:
Fergus Dall <sidereal@google.com> Commit-Queue: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#697921}
-
Donn Denman authored
The top_round nine-patch has both a dark and light version. The dark version should automatically be used only for dark, but it's being applied to both light and dark. This CL moves the dark version to the correctly named directory in order to fix the automatic switching for night mode. BUG=1004958,1004907 Binary-Size: +19,628 bytes normalized apk size. Change-Id: I41b9fabd1c210448a7f74784e7c41b0e50351797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809997 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#697920}
-
Maksim Sisov authored
It is not guaranteed that move/resize handler is set by a PlatformWindow. Thus, remove the DCHECK and add if (handler_) condition as part of the existing condition to dispatch move/resize requests. Bug: 990756 Change-Id: Ibfa1251f65af547382f04d44fdef28d620c0bdd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807311Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#697919}
-
Timothy Loh authored
This CL adds engagement metrics for Plugin VM, using the engagement metrics logic that has been recently factored out of components/arc. The new metrics, PluginVm.EngagementTime.*, behave similarly to the existing Arc.EngagementTime.* metrics. Bug: 990252 Change-Id: Id4cee250146ce4af3626a970e91c1c623d915b94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1798075 Commit-Queue: Timothy Loh <timloh@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#697918}
-
Darren Shen authored
When crrev/1787601 landed, it removed some code that actually had a side effect that caused the virtual keyboard to work correctly in guest mode. Without the code, the virtual keyboard doesn't work anymore so we are adding this code back temporarily as it is a high priority issue. We need to investigate how things are meant to work (and how it managed to work prior to the filesystems code). TBR=benwells,rhalavati,mek Bug: 1005083 Change-Id: I0b393aa518299f5630582deb64f88d82e02ec0e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809033Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#697917}
-