- 18 Nov, 2019 40 commits
-
-
Daniel Vogelheim authored
Element::setAttribute will perform trusted types checks, which (currently) can be circumvented by obtaining the DOM's attribute node and setting the value directly. This fixes this bypass, by performing identical checks when the attribute node values are set, and/or the attribute node is attached to an element. Bug: 1008012 Bug: https://github.com/w3c/webappsec-trusted-types/issues/47 Change-Id: I1d8ead85b3fa11821c329e1f4af60c1e85ea8298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911215 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#716193}
-
Majid Valipour authored
Add a basic keyboard snapping to WPT. This is based on the blink internal test: fast/scroll-snap/snaps-after-keyboard-scrolling.html Changes from original test: - The new tests uses test_driver to send key events. - Add common style and script that I expect to be used in upcoming tests. - Add clean up logic with add_cleanup to ensure they run even if a test fail. # Keeping Original Test This CL does not remove the original test. This is because current CQ wpt runner does not support testdriver.js fully so the new test fails to run in CQ/trybots. Also the original test uses gpuBenchmarking which injects the input at the browser process while current wpt runner input injection uses devtool input protocol which injects directly in renderer thus it covers a slightly different code path. There is ongoing work to support testdriver.js in CQ, and have it inject input from browser process. Until those changes land keeping both version of the tests makes sense. BUG: 1011066 Change-Id: I83db1708277d2d469c940a32ea549edec8c62d23 Fixed: 1011066 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893142Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#716192}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/650a1a772186..24d371f4ac97 git log 650a1a772186..24d371f4ac97 --date=short --no-merges --format='%ad %ae %s' 2019-11-18 hjd@google.com Merge "Update to use new UUID format" Created with: gclient setdep -r src/third_party/perfetto@24d371f4ac97 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: I0ff77dbaccf6de2fceaabebbd528f5581591e9d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921876Reviewed-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@{#716191}
-
Erik Chen authored
The builder is slow and does not provide positive utility. It's mostly a duplicate of the builder android_compile_dbg, but with asan enabled. The build artifacts are not used. Bug: 1022084 Change-Id: Ifc5ed9b5e92c4cd13ef32eb45adfbcf970cd0a62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921209 Commit-Queue: Erik Chen <erikchen@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#716190}
-
Chris Mumford authored
All users of CancelableClosureHolder explicitly passed repeating closures, so switching it to be explicitly repeating as well. Bug: 1007835 Change-Id: I47896818101cee07e86f22f6b01130394b70731d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919491Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#716189}
-
Chris Mumford authored
blink::WebPlatformMediaStreamSource::SourceStoppedCallback is only ever called once, so converting it to a base::OnceCallback. Bug: 1007835 Change-Id: I727d751e18fd724db58962dd9b095064dde2c4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913173Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/master@{#716188}
-
Navid Zolghadr authored
Move the pointerevents extension tests to the main folder following the spec merge. Change-Id: I0b91fb0760cf36ce36e8ba988367878d427bd08d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906903 Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#716187}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/8df0aaf24931..51f08312782b git log 8df0aaf24931..51f08312782b --date=short --no-merges --format='%ad %ae %s' 2019-11-18 bclayton@google.com Reactor: Handle more implicit casting for Call() arguments Created with: gclient setdep -r src/third_party/swiftshader@51f08312782b 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: chromium:b/143479561 Change-Id: Ie0b54e66952a4121f02b1b8aec5ada4bfc1879db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921875Reviewed-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@{#716186}
-
Danan S authored
Added to GaiaAuthFetcher/GaiaAuthConsumer. This implementation only includes support for the parent/child ReAuth delegation use case at this time, to support the ability for parents to give permission for requests by child accounts within the same family. Bug: 957832 Change-Id: I69165e5c9300a30b32516ec76cbe728365b3063b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872768 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Auto-Submit: Dan S <danan@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#716185}
-
Antonio Gomes authored
... down to third_party/blink/renderer/platform/peerconnection/ and renamed to rtc_rtp_sender_platform.h. Note that the class is also renamed to RTCRtpSender to RTCRtpSenderPlatform. This way, the well defined interface for base classes is kept, and not exposed out of Blink. BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: I7993529f6314faa1da49519ae50e33da884211fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882132 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#716184}
-
Chris Mumford authored
InvokeOnSignalingThread only ever runs its callback parameter once so switching to WTF::Bind. Bug: 1007835 Change-Id: I289c191197b4740ad4f2cbbd099b175c1ade2c08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913040 Commit-Queue: Chris Mumford <cmumford@google.com> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#716183}
-
Etienne Bergeron authored
The following code is deprecated and no longer use. It's deadcode. The last use of this code got removed here: https://chromium-review.googlesource.com/c/chromium/src/+/1902477 Bug: 1025561 Change-Id: Ia24f4ffab7e6371173efa57147a71d3f5fca1e27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921649 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#716182}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6c6d66df..6cec4557 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_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: I4bf59569f6e6c3fd35529a4c28aa6e2a314b79f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921537 Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#716181}
-
Peter Wen authored
This reverts commit 25949c9f. Reason for revert: Presubmit checks encountering file not found infra failures: https://crbug.com/1025763 Original change's description: > Android: Use checked-in JDK to run checkstyle > > Bug: 693079 > Change-Id: Ie50b217c572ff63b6a8b1db233e2ede0d7741b10 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921547 > Commit-Queue: Peter Wen <wnwen@chromium.org> > Auto-Submit: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Peter Wen <wnwen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#716152} TBR=wnwen@chromium.org,agrieve@chromium.org Change-Id: I880624356555105688e9e50c0350137b69d90ff0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 693079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1920475Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#716180}
-
Alex Chau authored
- Add sharing_p256dh and sharing_auth_secret to SharingSpecificFields - DeviceInfo::SharingInfo now stores SharingTargetInfo for VAPID and Sharing sender ID - Retrieve encryption info for Sharing sender ID in registration - Simplified registration by removing expiration check, and instead call InstanceID::GetToken at every start up, similar to other services - Simplified implementation of SharingSyncPreference Bug: 1018145 Change-Id: I40bbc8093fe198bad108dcd78bbf63c6e9af64e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1920044 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#716179}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/9c2e77d9113f..f2221403e098 git log 9c2e77d9113f..f2221403e098 --date=short --no-merges --format='%ad %ae %s' 2019-11-18 perezju@chromium.org [Telemetry] Simplify Telemetry progress reporter Created with: gclient setdep -r src/third_party/catapult@f2221403e098 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 simonhatch@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=simonhatch@google.com Bug: chromium:973837 Change-Id: Ib029bdcccf8e20d539339f0688699581e9c1d32f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921873Reviewed-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@{#716178}
-
Richard Knoll authored
This moves the phone number regex to a new file to prepare for multiple variants. Also moves the metrics collection to sharing_metrics. Bug: 1001033 Change-Id: Ie4b2e7e287345d078c8be18ecd21867d50eb1c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919923Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#716177}
-
sczs authored
Bug: 1014652 Change-Id: I0408a21e9206d13a0abc222c5dcdde5b14abafa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921549Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#716176}
-
Richard Knoll authored
This adds a feature flag to enable V2 of the phone number detection for Click to Call. Bug: 1001033 Change-Id: I1f44cd5a9bd1b4107e1e24a4e6eba0f6d60fc54c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919922 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#716175}
-
Benoît Lizé authored
Bug: 983348 Change-Id: Iecbe6fc0fead4a89af149ec7c2b018a3cfd3aeb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1920043Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#716174}
-
Jonathan Ross authored
Three test have begun failing consistently. This will suppress those failures as we work to determine the root cause. TBR=ynovikov@chromium.org TEST=webgl2_conformance_gl_passthrough_tests conformance/extensions/get-extension.html conformance2/extensions/webgl-multi-draw-instanced-base-vertex-base-instance.html deqp/functional/gles3/stringquery.html Bug:1025719 Change-Id: I5128d935943ac8bead95a1f2158e0911ee8f08be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921555 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#716173}
-
Owen Min authored
The feature is going to be rolled out in M79. Raise the expire milestone just in case. Bug: 1009677 Change-Id: I3adb6592641674ca2f7cb790e885b024b176e175 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918272Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#716172}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/954888135395..430d4059adb3 git log 954888135395..430d4059adb3 --date=short --no-merges --format='%ad %ae %s' 2019-11-18 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-headers/src d42d0747ee1b..ba6cbb047868 (1 commits) Created with: gclient setdep -r src/third_party/angle@430d4059adb3 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 courtneygo@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=courtneygo@google.com Bug: chromium:None Change-Id: I5b2dcafab09d2ed6d1d33201c0d60b120d87e329 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921874Reviewed-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@{#716171}
-
Joe Mason authored
* Always test with registry keys found. * No need to test all combinations of crash point x prompt user values. Cuts the number of test combinations from 38 to 11. R=proberge Bug: 1016939 Change-Id: Ib3a039f42aaf3a83dd2ccc3fba088667cd3d43b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918947 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
proberge <proberge@chromium.org> Cr-Commit-Position: refs/heads/master@{#716170}
-
Andrew Grieve authored
Fixes incremental_install=true on Android Q Bug: 1025117 Change-Id: I8945f8dbc5327f5cdbcd13b43ebf09dba8978768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919728 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#716169}
-
Chris Lu authored
Exposing this property will be necessary when the banner is presenting while an Infobar action is processing and the modal should not be opened. Bug: 1014959 Change-Id: I964d5ec1d2513cefd4b84cf04377877ac3ac8ebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907594 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#716168}
-
Sebastien authored
Upon installation of the Games component, the installer will update this pref with the paths to data files. This CL adds the consumption side of the pref, where the GamesService will check for the existence of the pref as a sign that the component was correctly installed. Bug: 1018201 Change-Id: I24253170228beb8247cb8317d405b6ce54029781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912808Reviewed-by:
Chris Sharp <csharp@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#716167}
-
Fredrik Söderquist authored
Add a DecodeSVG API to Blink's WebImage to provide for decoding, parsing and rendering of a blob of (hopefully) SVG data. In the process, relocate WebImage to public/web (from public/platform), since that makes it easier to interface with SVGImage (which is in the "core complex"), and there appears to be no strong ties on the WebImage interface as such to have it in public/platform. The ImageDownloader component is extended to be able to decode data with the MIME type using the new WebImage::DecodeSVG API. The WebContents::DownloadImage interface (as used for favicons and other things) is extended to allow specifying a "preferred size". This size is used when determining which size to render a scalable image format into. This is different from the pre-existing "max (bitmap) size" which acts as hard upper bound on (either of) the dimensions of the rendered results. Based on some of the users of this interface there seems to be a need to have both. Intent-to-Implement-and-Ship thread: https://groups.google.com/a/chromium.org/d/topic/blink-dev/IKe_SAgdNAA/discussion Bug: 294179 Change-Id: I8d4f27c563b97cdd57e3fe9d42d3c82f1e087eb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541185Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#716166}
-
Jonathan Ross authored
Recently the two tests concerned here were suppressed on [ mac no-passthrough ] however they also fail on Android. I'm updating to be just [ no-passthrough ] until the root cause can be addressed. TBR=ynovikov@chromium.org TEST=webgl2_conformance_tests WebglExtension_WEBGL_draw_instanced_base_vertex_base_instance WebglExtension_WEBGL_multi_draw_instanced_base_vertex_base_instance Bug: 1025719 Change-Id: Ia6389b4456b4a231e26014e18dccb28fa9b0165c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921558Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#716165}
-
Raphael Kubo da Costa authored
Instead of having a TODO with my name in it, point to the relevant bug I filed at the time so that it is easier to follow up in the future. TBR=haraken, yukishiino Change-Id: Ieadd90b2d1fa8991b62abf5d7d87a11c5fb01a39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921975Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#716164}
-
Mikel Astiz authored
The test suite already instantiates a FieldTrialList as per https://chromium-review.googlesource.com/c/chromium/src/+/1883567 so it's no longer necessary to do so explicitly in tests. This patch addresses unit tests under: /components/network_session_configurator This CL was uploaded by git cl split. R=bnc@chromium.org Bug: 1018667 Change-Id: I4ec74dfa5fb2806f959aa9598498aedb574eca8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917505 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#716163}
-
Fredrik Söderquist authored
After d663ac73, this test should no longer be timing out. Re-enable for desktop platforms first. Bug: 1000473 Change-Id: I7de6f9912254e02c7cc5f1795666d93b7da690d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1886615 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#716162}
-
Vadym Doroshenko authored
This test is flaky on Mac. Here is an example of a failure https://ci.chromium.org/p/chromium/builders/ci/Mac10.11%20Tests/44820 TBR=robertogden@chromium.org Bug: 1025737 Change-Id: I106e314e5f400fe802ae4774dccf1770c719287c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917174Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#716161}
-
Robert Kaplow authored
Mostly a revert of https://codereview.chromium.org/1283243002 Bug: 1016906 Change-Id: I607d74ed4800b18f4067b3b34a7f65a317d8c10d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917659Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Tommy Martino <tmartino@chromium.org> Auto-Submit: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#716160}
-
haozhe authored
Chrome pass and firefox failed 4 tests Bug report filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1593813 Bug: 900581 Change-Id: I52f133b6662fda4a5342a630307cc761a922c898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887231Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#716159}
-
Maks Orlovich authored
Appear to have become unused since: https://chromium-review.googlesource.com/c/chromium/src/+/1725049 (This showed up as unused by coverage in a CL that changed signature of CreateURLLoaderFactory...) Change-Id: Id9e2b25371828d618beec135de82a5c12cb78196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918387 Commit-Queue: Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#716158}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f66be5a8dcf8..650a1a772186 git log f66be5a8dcf8..650a1a772186 --date=short --no-merges --format='%ad %ae %s' 2019-11-18 lalitm@google.com Merge "trace_processor: add copy/move constructors to potentially fix compile" 2019-11-18 treehugger-gerrit@google.com Merge "Add process uid to the trace processor" Created with: gclient setdep -r src/third_party/perfetto@650a1a772186 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: Ifa4776a8ed90d631bc44a9a0c379b6838f689670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921557Reviewed-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@{#716157}
-
Tina Wang authored
This reverts commit c2314471. Reason for revert: The auto import causes multiple failures on Builder Linux Test (dbg). See: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29?limit=100 First failure because of auto-import is suspected: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/84608 Bug: 1025582 Original change's description: > Import wpt@0b3b3e7c6135fcecae5c29f80dc1b8db723f28c0 > > Using wpt-import in Chromium aa63b9ce. > With Chromium commits locally applied on WPT: > 788a3004 "Fix failing Fetch Metadata WPT" > b16db925 "[Trusted Types] Add test for duplicate names in non-enforcing mode." > e83dd93c "Limit backtracking on regexp called from blink." > 6e3e930c "Change `sec-fetch-mode` from `no-cors` to `navigate` for <embed> / <object>." > c8b6e1ce "Chromedriver] Fix PerformAction to support multi touch points cases" > > > 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=foolip > > No-Export: true > Change-Id: I060ec7549656a215e0f98897ba7c9fb1461efaec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917051 > Reviewed-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@{#715924} TBR=foolip@chromium.org,wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I73c88e8889ec263f4dc3ae7a54208140f3d64d36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921693Reviewed-by:
Tina Wang <tinazwang@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#716156}
-
Andrew Grieve authored
Also removes unused --bootclasspath option Bug: 693079 Change-Id: I4b684a54f2fef90d15885a6644df9e672cc06c8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921297 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#716155}
-
Nick Harper authored
Change-Id: Iad9ea5e58b3dfc4d5fb6ebc635af88f65f9513c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921850 Auto-Submit: Nick Harper <nharper@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#716154}
-