- 29 Aug, 2019 40 commits
-
-
Andrei Chulkov authored
Those strings are subject to change before branch point and will be later used for experiments. Bug: 983445 Change-Id: Iaadd1e63732bdc8b67e9c9c4a5286b15ad6df272 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771615 Commit-Queue: Andrei Chulkov <achulkov@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#691576}
-
Oskar Sundbom authored
This reverts commit 20d2671d. Reason for revert: Causes build failures on iOS bots, see: https://crbug.com/999096 Original change's description: > [base] Use FuzzedDataProvider included in LLVM package. > > Bug: 991200 > Change-Id: Iee88e3a81057d509e18a2875a3070c5abc17c959 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774303 > Auto-Submit: Max Moroz <mmoroz@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#691207} TBR=thestig@chromium.org,mmoroz@chromium.org Change-Id: I044f8863f8fa7e2bb9e70b0f33e73fdd8bfa2a29 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 991200, 999096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776043Reviewed-by:
Oskar Sundbom <ossu@chromium.org> Commit-Queue: Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#691575}
-
Julie Jeongeun Kim authored
This CL converts WebSocketPtr, to new Mojo types and updates OnConnectionEstablished from websocket.mojom. Bug: 955171, 978694 Change-Id: I82416b209e2380241b64ebd3d829dd8bde5247c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773016 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#691574}
-
Javier Ernesto Flores Robles authored
crrev.com/c/1742139 introduced a regression while fixing the jumping icons bug. While this fixes the new bug, the ability to preload the voice search when pressing down the mic button has been removed. This is removed from iPhones for consistency, because UIBarButtonItem supports only one action, and UIButton can't be used in iPads as described in the original CL. The a11y ID was renamed to something unique. Previously there where 2 views with the same ID at the same time. An internal follow up CL contains the regression test. Bug: 996260, 984905 Change-Id: I07ac763a92b0a462cefe1b1a6dd4119357c77ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768323Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#691573}
-
Mohamed Amir Yosef authored
This reverts commit 5f47f6e7. Reason for revert: Reverting some CLs that are suspect for causing flakiness in the tests Original change's description: > [Sync] Support FCM Invalidations in Sync browser tests > > Change-Id: I43de31210a0e52a39f2b0017e08994ccf1207714 > Bug: 985287 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745997 > Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> > Reviewed-by: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689571} TBR=treib@chromium.org,mamir@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 985287 Change-Id: Idacca73b390e5fe88fa5a658991c5e3f9c611cab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774924Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#691572}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/03e4f459a98e..dd9f43487e19 git log 03e4f459a98e..dd9f43487e19 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 lalitm@google.com Merge "tests: remove .tmp extension and change location of metric files" Created with: gclient setdep -r src/third_party/perfetto@dd9f43487e19 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: Iade480f4ab76597e878b1449504466ff3aaa43f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775674Reviewed-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@{#691571}
-
Juan Antonio Navarro Perez authored
The script can be used independently of Telemetry to process a directory with intermediate results. Also add tests for options parsing/processing in both regular and standalone modes. Bug: 981349 Change-Id: Ic27e3ac538d56f45a5352b7bf866fcf725a49918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760306 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#691570}
-
Michael Lippautz authored
Bug: 982754 Change-Id: I68592a4110322c5d53af343f7d7bf45bf027702e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776019 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#691569}
-
Sigurd Schneider authored
This CL adds a new tracing message so DevTools can learn which resources are cached. This is important as cached resources have timing numbers corresponding to the original request, and using those in the timeline view causes distortions. Bug: chromium:996743 Change-Id: I1b9fc8fb931488cb8e02ad69f2a3b9ee09b27ab7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765511 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#691568}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/ca0eac314b80..b58435c6f9d5 git log ca0eac314b80..b58435c6f9d5 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 shaobo.yan@intel.com Vertex buffer stride size needs to be a multiple of 4 bytes Created with: gclient setdep -r src/third_party/dawn@b58435c6f9d5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I5f1b0ec8cdceec0c733e2617991dc63633069f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775924Reviewed-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@{#691567}
-
Morten Stenshorne authored
TBR=eae@chromium.org Bug: 997994, 999022 Change-Id: Ie70fd36df5b308146f42d27d09c89ab06555856d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774628Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#691566}
-
Henrique Ferreiro authored
Finish the migration of blink.mojom.DevToolsSession started at https://crrev.com/c/1748906. Bug: 955171, 978694 Change-Id: Icd73c8a5205afcb8cf42e588450588068ad28297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768518Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#691565}
-
Eric Willigers authored
Most clients of AppBrowserController do not need to include hosted_app_browser_controller.h as app_browser_controller.h is sufficient. TBR=sky@chromium.org Bug: 953540 Change-Id: I6b41d3ec5b78b013d013ba36f5c877a86fe836bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775878Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#691564}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/68f2584d937d..144ee522bc79 Created with: gclient setdep -r src-internal@144ee522bc79 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: I11663828171cea29445128bca05d3bd2f2bc2886 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775672Reviewed-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@{#691563}
-
Jiajie Hu authored
This is a change similar to https://crrev.com/666977, but for indirect drawing instead. Bug: 859249 Change-Id: Id77a08cb3c3135094217ffce7e3c61d9985dc309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772677Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Jiajie Hu <jiajie.hu@intel.com> Cr-Commit-Position: refs/heads/master@{#691562}
-
Kentaro Hara authored
The real cause was fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1773403/. This CL reenables the tests. Bug: 997984 Change-Id: I1ba114f71953f9d75363bbb560a7a3472ed92984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772871 Auto-Submit: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#691561}
-
Chih-Yu Huang authored
Port the V4L2SVDA input queue to V4L2Queue, in order to reduce the amount of code in this messy class and make it overall more secure. BUG=990687,938156 TEST=run video_encode_accelerator_unittests on kevin Change-Id: I30f5114b0d3c20e0c6bc22f18269dde4c2596797 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741773 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#691560}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/0fa8a07ef4a9..9d20c5a52d62 git log 0fa8a07ef4a9..9d20c5a52d62 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 vapier@chromium.org cros_test_lib: make cidb monkey patching dynamic Created with: gclient setdep -r src/third_party/chromite@9d20c5a52d62 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: Ib5c1a0cec81420272828f42e06bdf25dc21c1b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775673Reviewed-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@{#691559}
-
Robbie Gibson authored
The bug is that images with rendering mode UIImageRenderingModeAlwaysTemplate do not automatically respond when the mode changes. To fix this, the view controller will alert the mediator whenever its own mode changes. The mediator can then use this value to get the correct icon from the branded image provider, and update the icon back. Once the bug is fixed, none of this code is necessary, as the image should update automatically through UIKit. Bug: 998090 Change-Id: I4e39f4267724366a26b189112b55ccf9b3b222cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774284Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#691558}
-
chrome://settings/clearBrowserDataTsuyoshi Horo authored
Bug: 935267 Change-Id: Ib395a834742ae38523ab26bae49d5f9b3b8c1552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775857Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691557}
-
Andrei Chulkov authored
The descriptions of the getHeight and getWidth methods of the WebContents class state that the return values are in physical pixels, whereas they are actually in dip. Change-Id: I1b18cf0182f025b6b880e70d13c3265d0f825791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768710Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Andrei Chulkov <achulkov@google.com> Cr-Commit-Position: refs/heads/master@{#691556}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/15fc19d0912d..73422a0a5ee1 git log 15fc19d0912d..73422a0a5ee1 --date=short --no-merges --format='%ad %ae %s' 2019-08-28 stevenperron@google.com Check feature mgr in context consistency check (#2818) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@73422a0a5ee1 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,cwallez@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,cwallez@chromium.org Bug: None Change-Id: Ic9714e54f1fcd2745fc4aa12ec84432e3fa81328 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775921Reviewed-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@{#691555}
-
Henrique Ferreiro authored
Convert the users of the blink::mojom::CopylessPaste interface. Bug: 955171, 978694 Change-Id: I20ddda253bce762f6d6dc34bee2e9e5b5b5d0aaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768769Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#691554}
-
Darin Fisher authored
This change reverts WebRtcLoggingHandlerHost to being a ref-counted class so its lifetime can be extended via PostTask. This allows the class to finish its work after the tab or window is closed. As part of this change, WebRtcLoggingHandlerHost is renamed to WebRtcLoggingController since it is no longer a legacy IPC "host" class. This new name better reflects its role in being the main class used to control webrtc logging from the browser-side. Bug: 989458 Change-Id: I9cbac4c93278e597e7a782cd79eb34550ded1c7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774052 Commit-Queue: Tommi <tommi@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Cr-Commit-Position: refs/heads/master@{#691553}
-
Kent Tamura authored
This CL implements B in the explainer [1]. [1] https://github.com/tkent-google/std-switch/blob/master/README.md#form-submission Bug: 972476 Change-Id: I29e0e820753a8f9a35092dab3e85d88f2736ba43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772852 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#691552}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/5d27a6961601..80b1ba63edff git log 5d27a6961601..80b1ba63edff --date=short --no-merges --format='%ad %ae %s' 2019-08-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/glslang/src f27bd2aa2e3f..796df2d74e05 (4 commits) 2019-08-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/spirv-tools/src 15fc19d0912d..73422a0a5ee1 (1 commits) Created with: gclient setdep -r src/third_party/angle@80b1ba63edff If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@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_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=cwallez@chromium.org Bug: chromium:None,chromium:None Change-Id: I61310a4ea842c4ab4b8874541ba78b55a3aacf36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775922Reviewed-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@{#691551}
-
Julie Jeongeun Kim authored
This CL converts BlobURLStoreAssociatedRequest, BlobURLStoreAssociatedPtr, BlobURLStorePtr, and BlobURLStoreAssociatedRequest to new Mojo types. It updates URLStoreForOrigin from blob_registry.mojom and methods and members with new Mojo types. Bug: 955171, 978694 Change-Id: I4206429d8d46cd9321ec871599818153ef9d1fe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772790Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#691550}
-
Mohamed Amir Yosef authored
This reverts commit 06142604. Reason for revert: Reverting some CLs that are suspect for causing flakiness in the tests Original change's description: > [Sync] Delete FakeServerInvalidationService > > With the recent introduction of FakeServerInvalidationSender which > excerises FCM-based invalidation production code, the > FakeServerInvalidationService isn't needed anymore. > > Change-Id: I18b8eba337c27d9d3f7a5d12dd101ed5aea0c38f > Bug: 985287 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758242 > Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> > Reviewed-by: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689579} TBR=treib@chromium.org,mamir@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 985287 Change-Id: Id97b595432f575393bada8692217b8274c370658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776018Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#691549}
-
Morten Stenshorne authored
This adds support for the fundamentals required by column-span:all. We still don't attempt to position the spanners correctly. We need to margin-collapse between spanners and calculate the inline position first. We also still don't support breaking between spanners, or between column rows and spanners. This may be necessary if we're nested inside another fragmentation context. Spanners are detected during regular column layout, and will bubble up to the column layout algorithm, where they will be laid out as children, before regular column content resumes. The column content will see the spanner as a forced column break. Some tests now start to fail. Two dynamic tests fail because NGPaintFragment doesn't really understand block fragmentation. One starts to crash, because a spanner causes a break inside the containing block of an out-of-flow positioned descendant, which we have never supported anyway. See crbug.com/996655 Bug: 829028 Change-Id: I60229da59f745dd469bbf104f6f46e5f93e1a1de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771909 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#691548}
-
Oskar Sundbom authored
This reverts commit 6268a44d. Reason for revert: Test fails on ChromeOS, see: https://crbug.com/999072 Original change's description: > Hide saved printers when empty > > - The header for saved printers will be hidden when the saved printers > list is empty. > - Adds a browsertest to reflect this change. > > Bug: 993819 > Test: browser tests, end to end manual > Change-Id: I4bbae8f389161a7c3252df09d39380c896413fa2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767488 > Commit-Queue: jimmy gong <jimmyxgong@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: Bailey Berro <baileyberro@chromium.org> > Cr-Commit-Position: refs/heads/master@{#691391} TBR=khorimoto@chromium.org,zentaro@chromium.org,baileyberro@chromium.org,jimmyxgong@chromium.org Change-Id: Iee2c84d5e9aacd691bb695229a2c26d8ffff1b2a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 993819, 999072 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776039Reviewed-by:
Oskar Sundbom <ossu@chromium.org> Commit-Queue: Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#691547}
-
Julie Jeongeun Kim authored
This CL converts LockManagerRequest and LockManagerRequestPtr to new Mojo types. It also replaces using BindingSet with ReceiverSet. Bug: 955171, 978694 Change-Id: Icc5f15537f3eb36deb94a3d26a5ccf2a91990898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771364 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#691546}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/03307cb2b5ed..228900f8b1e0 git log 03307cb2b5ed..228900f8b1e0 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 jonaso@webrtc.org Add TURN_LOGGING_ID to android sdk Created with: gclient setdep -r src/third_party/webrtc@228900f8b1e0 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: None Change-Id: I24154364655784f13946b4d422aa42b994b2aec7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775920Reviewed-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@{#691545}
-
Clemens Arbesser authored
This CL is purely a renaming refactoring. Since its creation, the payment request action has long since diverged from what its name implies. We use it not just for payment methods, but for contact details, user login, and terms&conditions. Also, the equivalent action in the backend is already called CollectUserData. Thus it makes sense to rename. Bug: 806868 Change-Id: I27b08db841fcba767fca184b1278d444cf8de24d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771612 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#691544}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5c64cbb4..58d77ccd 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: I513795e1d67caf369ca3c291b091b187f0961152 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775858Reviewed-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@{#691543}
-
Oskar Sundbom authored
This reverts commit 4fa0fac0. Reason for revert: Tests hit the DCHECK on Mac Retina Debug (AMD) tester: https://crbug.com/999065 Original change's description: > Add support for lldbinit to macOS. > > The build-flag `strip_absolute_paths_from_debug_symbols = 1` produces > deterministic outputs and has better goma caching, but breaks lldb. This CL adds > machinery to help users get functional symbols in lldb while still using that > compile flag. > > Bug: 330262 > Change-Id: I42f1e6c9c76296d451730ea481d7e1c3c0a69476 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775227 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Erik Chen <erikchen@chromium.org> > Auto-Submit: Erik Chen <erikchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#691393} TBR=thakis@chromium.org,erikchen@chromium.org Change-Id: I801cd3afe2b1b89b050c7806d62295a4a269911b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 330262, 999065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774627Reviewed-by:
Oskar Sundbom <ossu@chromium.org> Commit-Queue: Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#691542}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/3ffa113f620b..2198b0fe1a2d git log 3ffa113f620b..2198b0fe1a2d --date=short --no-merges --format='%ad %ae %s' 2019-08-29 swiftshader.regress@gmail.com Regres: Update test lists @ eea9d35b Created with: gclient setdep -r src/third_party/swiftshader@2198b0fe1a2d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: None Change-Id: Ia9748480421212de1c8b9a4c5173362fdaad049c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775631Reviewed-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@{#691541}
-
Chih-Yu Huang authored
media::VideoDecoder implementation may be destroyed on different thread from the thread that the client releases it. We should make sure the destruction is done before test environment is released. This CL call RunUntilIdle() before releasing the test environment. BUG=none TEST=run video_decode_accelerator_perf_tests on Eve Change-Id: Ifeec98da8c2f7a9798d45f973bcf2e4901bdb411 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772874 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#691540}
-
Yutaka Hirano authored
In preparation for unifying WebSocketChannelImpl and WebSocketHandleImpl, this CL stops using MockWebSocketHandle in WebSocketChannelImplTest and starts using mojo instead. This allows us to test IPC related behaviors in it, so this CL adds some tests for the behaviors. Bug: 977912 Change-Id: I87d9f208c44335d43576d13a3c44e22ca9070242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774500Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#691539}
-
Julie Jeongeun Kim authored
This CL converts AuthenticationHandlerPtr to new Mojo types. It updates CreateWebSocket from network_context.mojom and methods and members with new Mojo types. It also renames |binding_as_handshake_client_| to |receiver_as_handshake_client_| from WebRequestProxyingWebSocket. Bug: 955171, 978694 Change-Id: I211b7ed2f37fe18b4a60ba81839abf5f77548dba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772901 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#691538}
-
Matthew Denton authored
Right now use_goma will be set to true if you have a ~/goma directory on your system, not respecting any --no-goma option. I think it should be the opposite: if you omit --no-goma, but don't have a ~/goma directory, use_goma gets set to false. Change-Id: I023ed84b121f9456be13e2bf5974f271dd8c8661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775580Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#691537}
-