- 17 Oct, 2019 40 commits
-
-
Rakina Zata Amni authored
A devtoools display locking a11y test was marked as failing in MSAN bots and is also flaky when tested locally, this CL updates that test and fixes the cause of the failure (getFullAXTree might be called when style/layout is dirty, which caused failing DCHECKs). Some other display locking a11y tests were not updated correctly, and is updated in this CL as well. Bug: 996625 Change-Id: I32eac1385c54eb07b1e6dab800620a2485158437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846618 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#706834}
-
Vadym Doroshenko authored
Bug: 1015234 Change-Id: Ibed37406b06a30f2d158d25c97994d256354c901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865342 Auto-Submit: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#706833}
-
Tsuyoshi Horo authored
Bug: 969596 Change-Id: I80ce8fe371f3d8d04cfc45146398976aa693f2de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866118Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#706832}
-
Michael van Ouwerkerk authored
Bug: 1010515 Change-Id: If62345aba1aed10d3e679140ee66aeb2f074115f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841331Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Auto-Submit: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#706831}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/68dee89cf39e..9187f322d59f git log 68dee89cf39e..9187f322d59f --date=short --no-merges --format='%ad %ae %s' 2019-10-17 jrosenth@chromium.org lib/retry_util_unittest: Add support for Python 3 2019-10-17 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@9187f322d59f 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: I73e46d409230b06048c91224151992aec503a323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866411Reviewed-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@{#706830}
-
Ricky Liang authored
This CL enables FakeVideoCaptureDevice and FileVideoCaptureDevice to provide fake camera frames backed by GpuMemoryBuffer. Bug: 982201, 1006613 Test: capture_unittests Test: tast.DecodeAccelUsedVP8 Test: Manually with appr.tc and Hangouts Meet Change-Id: I495d1cf11f4f4b9181842c373023b907d7f77f25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863055 Commit-Queue: Ricky Liang <jcliang@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#706829}
-
Jan Scheffler authored
This cl adds Ctrl+G and F3 as keyboard shortcuts for windows and linux to find the next occurrence while a search is open (not necessarily focused). The default behaviour of Ctrl+G opening the goto line popup still works as long as the search is not opened. Bug: chromium:887586 Change-Id: I8164786778e0b8cb99f7d6ca9d37a61cc34b622b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817887Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#706828}
-
Miyoung Shin authored
This CL converts LearningTaskController{Ptr, Request} in media to the new Mojo type, and usese pending_receiver<LearningTaskController> in media_metrics_provider.mojom. Bug: 955171 Change-Id: I38bd8fc6704d057efd8e37ef18b591b7c5d3d10f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862926Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#706827}
-
Alex Clarke authored
In pinpoint jobs I noticed the StartupTabPreloader optimizations are not triggering when they should, see: https://pinpoint-dot-chromeperf.appspot.com/job/10b357bac20000 This appears to be because the Intent's component is org.chromium.chrome.browser.ChromeTabbedActivity but the StartupTabPreloader expects com.google.android.apps.chrome.Main and is ignoring the intent as a result. By using a VIEW intent this optimization should trigger, which will let us correctly evaluate some possible optimizations. Bug: 1013535 Change-Id: Ifdd92faec33f7af2231746110a9ae10135ce8e21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864678Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#706826}
-
Jüri Valdmann authored
It makes GCC very upset. Bug: 819294 Change-Id: Icf29f006d40a2d8686e93cb0c0f7db6a19ef6242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862912 Commit-Queue: Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#706825}
-
Pâris MEULEMAN authored
As a work around to bug https://crbug.com/1014098 provide a getAccessTokenWithFacade method on OAuth2TokenService for InvalidationGcmUpstreamSender as it cannot access to the profile before native initialization. Bug: 1014098 Change-Id: Ifa1a8c029764d2d935b7bf5723fa1782f928608c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862909 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#706824}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d5153bb05a6b..0df7697235b4 git log d5153bb05a6b..0df7697235b4 --date=short --no-merges --format='%ad %ae %s' 2019-10-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0b9ebe58e380..ed6e230ec65e (10 commits) 2019-10-17 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-10-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9097eeb5359b..6652f0b64287 (11 commits) 2019-10-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src fbf280c2..e27799ab (477 commits) Created with: gclient setdep -r src/third_party/skia@0df7697235b4 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 csmartdalton@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=csmartdalton@google.com Bug: chromium:None,chromium:None,chromium:None Change-Id: I6d707ec761b6d8aa9e2d56a1c0980cfd133355a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865448Reviewed-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@{#706823}
-
Tom Anderson authored
Control Flow Integrity [1] indirect call (cfi-icall) checking can not verify that dynamically resolved function pointers call their intended function. Instead we place the function pointer ProtectedMemory, a wrapper for keeping variables in read-only memory except for when they are initialized. After setting the pointer in protected memory we can use the UnsanitizedCfiCall wrapper to disable cfi-icall checking when calling it since we know it can not be tampered with. [1] https://www.chromium.org/developers/testing/control-flow-integrity BUG=1014902 R=thestig Change-Id: Id55510f4d924bf8d4dd73332b7a8b18a9e6bc04c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864377 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#706822}
-
Henrique Ferreiro authored
Convert all users of the drivefs::mojom::FakeDriveFsLauncher interface. Bug: 955171 Change-Id: Iad4d70615c78b699ac1cf078b5bdbc658245ce10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859781Reviewed-by:
Sergei Datsenko <dats@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#706821}
-
Vadym Doroshenko authored
Bug: 959776 Change-Id: I76a5a385a183700931618753ff8985b8260c467c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856158 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#706820}
-
Roman Sorokin authored
Needed so nested content correctly positioned against the containers Bug: 1000606 Change-Id: I6cae1e149e546081994894e4bb91021f52b47873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864772Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#706819}
-
Joanmarie Diggs authored
Make the following mapping changes: * ins should be ATK_ROLE_CONTENT_INSERTION (if ATK version supports it) * del should be ATK_ROLE_CONTENT_DELETION (if ATK version supports it) Bug: 984948 Change-Id: I62513c0a9b3af486acc54d642e40834582b1acb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706581Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Martin Robinson <mrobinson@igalia.com> Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Cr-Commit-Position: refs/heads/master@{#706818}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6ee22f8f2e9b..d7e14a2d69f2 Created with: gclient setdep -r src-internal@d7e14a2d69f2 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: Ibc5a405017ffdd37d86ec0bddf094cb9c99234fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866297Reviewed-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@{#706817}
-
Gyuyoung Kim authored
To reduce pre-processed size of header files have been including foo.mojom-blink.h, this CL replaces .mojom-blink.h with .mojom-blink-forward.h in blink header files. This CL has no behavior changes. Bug: 1001360 Change-Id: I6855005713ddd3ba404c1aa10c910fbae0dd8791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859776Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#706816}
-
Yoshifumi Inoue authored
This patch change |LayoutInline| to utilize |NGInlineCursor| instead of |NGInlineFragmentTraversal::SelfFragmentsOf()| as preparation of migrating to |NGFragmentItem|. Bug: 982194 Change-Id: I22f4c8ed1048c2903e198152cb5d7cd6bb12271b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862534 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#706815}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/730cf55c47c3..68dee89cf39e git log 730cf55c47c3..68dee89cf39e --date=short --no-merges --format='%ad %ae %s' 2019-10-17 vapier@chromium.org cros_build_lib.run: drop old signal workaround (reland) Created with: gclient setdep -r src/third_party/chromite@68dee89cf39e 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: I2f952323531370437fdf3736a63748020bef20ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866296Reviewed-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@{#706814}
-
Malay Keshav authored
This patch applies the complete surface transform to the rounded corner bounds instead of just the translation and scaling component. This may however fail if the transform being applied does not result in an axis aligned output. Since this is done at multiple code locations, a new API is added to gfx::Transform to perform this. Test: Added unittests for the new API. Change-Id: I75b7234ca7b1abc918b35251b77b0a9f8aec1e2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838980Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#706813}
-
Miyoung Shin authored
This CL converts AndroidOverlay{Ptr, Request} in media to the new Mojo type, and uses pending_receiver<AndroidOverlay> in android_overlay.mojom. Bug: 955171 Change-Id: I2b9e348196879baf63003f7c94dbaf5c79bfc2ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865154 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#706812}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2a0049f96a77..6e48505301f4 git log 2a0049f96a77..6e48505301f4 --date=short --no-merges --format='%ad %ae %s' 2019-10-17 ukai@google.com put goma client in depot_tools Created with: gclient setdep -r src/third_party/depot_tools@6e48505301f4 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 agable@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 TBR=agable@chromium.org Bug: chromium:b/77663154 Change-Id: I56312f235f0bcf4e91112f6f8e52df6e16da4b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866293Reviewed-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@{#706811}
-
Miyoung Shin authored
This CL converts AndroidOverlayClient and Binding<T> in media to the new Mojo type, and uses pending_remote<AndroidOverlayClient> in android_overlay.mojom. Bug: 955171 Change-Id: I1c224864438978fb4445c4c57cb7ec4099534ac4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865152 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#706810}
-
Miyoung Shin authored
This CL converts AndroidOverlayProvider{Ptr, Request} in content and media to the new Mojo type. Bug: 955171 Change-Id: I77b964ffa895c4e1260f25f8e8de1a9c1b8e9348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864775Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#706809}
-
Tsuyoshi Horo authored
Bug: 969596 Change-Id: I7c7f209b7bad770fe94ae6d7baeaec57e3d329a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864754Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#706808}
-
Miyoung Shin authored
This CL converts AudioDecoder{Ptr, Request} in media and content to the new Mojo type, and uses pending_receiver<AudioDecoder> in interface_factory.mojom. Bug: 955171 Change-Id: I6a5cdc5a6c7c41be286baa8cd7235cb6adf33e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864787Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#706807}
-
Xiaocheng Hu authored
CompositeEditCommand::MoveParagraphs() serializes part of the DOM tree, remove it, and then re-parse and reinsert it at another place. Currently, this may result in unexpected script running, including XSS injections. As there's no valid use case of putting script inside contenteditable, this patch simply blocks scripts from being parsed here to ensure no unexpected script running. Bug: 1011950 Change-Id: I542538ee864535f1253d7f09a929d5dcfe598ee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863757Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#706806}
-
Yuki Shiino authored
Introduce TextNode, which is just like LiteralNode, and abandon SimpleNode. This patch could be interpreted as replacement of SimpleNode with TextNode. SimpleNode was introduced in constrast with SequenceNode, but it doesn't make a good sense now IMHO. LiteralNode and TextNode make better sense. Bug: 839389 Change-Id: I9cd4b3f66658443eb1ae88a8e183e559fa36ef20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863049 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#706805}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e27799ab. With Chromium commits locally applied on WPT: 6386d9d8 "Update service_worker_unregister_and_register()" 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 NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I2d43185949ac176f04aefa3fe02ff6659f65dffe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866031Reviewed-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@{#706804}
-
Carlos IL authored
The actual mixed-autoupgrade document still needs to be updated before launch, this just changes the console strings in chrome to remove the experiment wording. Bug: 872446 Change-Id: If6c9ca4ac1926daa8627176949783313adb9d992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865398 Auto-Submit: Carlos IL <carlosil@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#706803}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/97afd2e21cbf..d5153bb05a6b git log 97afd2e21cbf..d5153bb05a6b --date=short --no-merges --format='%ad %ae %s' 2019-10-17 hcm@google.com update formatting, add links Created with: gclient setdep -r src/third_party/skia@d5153bb05a6b 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 csmartdalton@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=csmartdalton@google.com Bug: None Change-Id: I09cdffbf02e095fd46ffe510aa0df0cda548c643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866272Reviewed-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@{#706802}
-
Giovanni Ortuño Urquidi authored
We are seeing instances where the OS Settings apps fails to be installed because the extension got disabled. Adding logging to figure out the reason why the extension got disabled. Bug: 1014166 Change-Id: Ic13505048e6bdb2b0657d63658f2e5c35b42938c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866095Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#706801}
-
Roman Sorokin authored
So we won't miss it TBR=antrim@chromium.org Bug: 1000606 Change-Id: Ib52151c761b269d253c62a0e08b8c54f657e6709 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864773Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#706800}
-
Takashi Toyoshima authored
After the enterprise policy change, NetworkContextParams needs to set enable_cors flag to enable the OOR-CORS even for testing. Following tests failed at linux-oor-cors-rel bot. - NetworkContextTest.HangingHeaderClientAbortDuringOnHeadersReceived - NetworkContextTest.HangingHeaderClientAbortDuringOnBeforeSendHeaders Bug: 1015289 Change-Id: I2c2dd3cd205e5e7b4520895bb3403a76a01750da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865926 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#706799}
-
David Grogan authored
NG had BoxPainterBase subtract the borders, which does so without paying attention to collapsed borders. Legacy subtracted the (collapsed) borders first, then passed the results to BoxPainterBase. This patch ports that behavior to NG. Bug: 1006241 Change-Id: I61b0f464f0e63d1dac84239e1e45a596cbad1cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862721 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#706798}
-
Yutaka Hirano authored
Add histograms for the size of the URL and request headers of each keepalive request. Bug: 952452 Change-Id: I224eb0df8ddd4142f4e7a2045a41ab0007baefa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864507 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#706797}
-
Noel Gordon authored
cr.ui.Tree assumes the rowElement of the TreeItem is one to indent via style (padding-inline-start) to give the appearance of a tree. The inner structure of TreeItem is known to the using app and it might be that a child element the rowElement should be indented, and not the rowElement itself, to give the appearance of a tree. Allow cr.ui.Tree/TreeItem using apps to customise TreeItem's row style using an optional rowElementDepthStyleHandler. No change in behavior, no new tests. Bug: 992819 Change-Id: Ifb5762ed97b265602df2e50e482045fd5d3f3151 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859796Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#706796}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/edf765329fe2..730cf55c47c3 git log edf765329fe2..730cf55c47c3 --date=short --no-merges --format='%ad %ae %s' 2019-10-17 saklein@chromium.org SdkService: Add delete endpoint. 2019-10-17 jrosenth@chromium.org lib/git: return unicode strings by default 2019-10-17 jrosenth@chromium.org lib/git: rename pretty parameter to Log to format 2019-10-17 jrosenth@chromium.org lib/gob_util_unittest: remove HTTP 409 test 2019-10-17 jrosenth@chromium.org lib/gob_util_unittest: Open temporary file in w+ mode Created with: gclient setdep -r src/third_party/chromite@730cf55c47c3 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: If5d0ebeb08bbe9eddf85ac6982a018a709a0ed9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865047Reviewed-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@{#706795}
-