- 06 Apr, 2020 40 commits
-
-
Owen Min authored
WallClockTimer is used by relaunch notification and enterprise reporting scheduler. It's a timer that is based on real work clock by observing power suspending and resuming. Bug: 1062410 Change-Id: I1a52634f48ac358286d84d9c7dc5c8deadc042c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107608Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#756653}
-
Xi Han authored
The changes of the startup order in this CL are behind the feature flag "InstantStart". In this CL, we split setupCompositorContent() into - setupCompositorContentPreNative() and - setupCompositorContentPostNative(). The setupCompositorContentPreNative() creates the LayoutManager. When Instant start is on: 1) triggerLayoutInflation() is called before loading the native library. 2) setupCompositorContentPreNative() is called in performPostInflationStartup() before native is initialized. Besides, the value of field trial "tab_switcher_on_return_time_ms" of ChromeFeatureList.TAB_SWITCHER_ON_RETURN is cached now. In the follow up CL, we may move the creation of the LayoutManager into doLayoutInflation(). Bug: 1041865 Change-Id: Ib1039e152cece799ffed0f636a5e55fafbf4adb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110529 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#756652}
-
Gyuyoung Kim authored
This reverts commit 1c578227. Reason for revert: The original test has a Chrome specific's expected height value. It can't be moved to WPT now. Original change's description: > [css-flexbox] Move flex-flow-auto-margins-no-available-space-assert.html test to WPT > > This CL moves flex-flow-auto-margins-no-available-space-assert.html > test from css3/css-flexbox to external/wpt/css/css-flexbox with WPT > styles, adding links to the relevant specs, and test description. > > Bug: 1063749 > Change-Id: I6775022c3fc8572f78e7ec19ad88b91dfdcb7a23 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120665 > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Reviewed-by: Robert Ma <robertma@chromium.org> > Reviewed-by: David Grogan <dgrogan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753900} TBR=dgrogan@chromium.org,robertma@chromium.org,gyuyoung@igalia.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1063749 Change-Id: I89037ea337838cd458917f708cd934e780ed126a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137166 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#756651}
-
Boris Sazonov authored
This CL plumbs new consent-aware primary account API through JNI layer without any changes to the behavior. Bug: 1046746 Change-Id: Ibe7030f5fc5bea5d3b6c09a969ff499d9faeceab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132153Reviewed-by:
Alice Wang <aliceywang@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#756650}
-
Tom McKee authored
This CL adds a chrome://flag for controlling whether or not we run code to track First Scroll Latency. This lets users and release management processes more easily disable this feature if it introduces stability or performance issues. Bug: 922980 Change-Id: I9a941890f8b5f5b26187b2b850f916e38eb325ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135869Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tom McKee <tommckee@chromium.org> Cr-Commit-Position: refs/heads/master@{#756649}
-
Greg Thompson authored
Registry value names must be expanded before use. BUG=698997,1059314 R=zmin@chromium.org Change-Id: I39bc0b31863f46fe2df9e3a873312b865771d3c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137340 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#756648}
-
Wanming Lin authored
The original CL has been reverted because the test external/wpt/shape-detection/idlharness.https.any.shareworker.html is flaky on Mac. This reland CL disables this test on Mac. Original change's description: > [shapedetection] Upstream TextDetection tests to WPT > > This CL upstreams the reset of shapedetection tests(mainly > TextDetection tests) to WPT. > > - Moves tests under > third_party/blink/web_tests/shapedetection/, > third_party/blink/web_tests/fast/shapedetection/, > third_party/blink/web_tests/http/tests/shapedetection/, > to third_party/blink/web_tests/external/wpt/shape-detection. > - Moves third_party/blink/web_tests/shapedetection/resources/mock-textdetection.js > to third_party/blink/web_tests/external/wpt/resources/chromium/. > - Removes third_party/blink/web_tests/fast/shapedetection/shapedetection-creation.html > as which should be covered in idlharness tests. > - Introduces simulateClosedPipe() to MockBarcodeDetectionProvider to simulate > 'no implementation available' case for > third_party/blink/web_tests/external/wpt/shape-detection/detection-getSupportedFormats.https.html > - Improves third_party/blink/web_tests/external/wpt/shape-detection/detection-options.https.html > by using assert_throws_js BTW. > > Bug: 932382 > Change-Id: I2f795e4fa4f23b33c49b7924cdbcbccde5ac6ed4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131154 > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Commit-Queue: Wanming Lin <wanming.lin@intel.com> > Cr-Commit-Position: refs/heads/master@{#756131} Bug: 932382, 1067533 Change-Id: I85b5dcc841185e2edd20a76ed3aec8add7f08954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134924Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Wanming Lin <wanming.lin@intel.com> Cr-Commit-Position: refs/heads/master@{#756647}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/74ac68ad26bc..04513752fd6e git log 74ac68ad26bc..04513752fd6e --date=short --first-parent --format='%ad %ae %s' 2020-04-06 jvanverth@google.com Remove D3D12X. Created with: gclient setdep -r src/third_party/skia@04513752fd6e 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 Bug: None Tbr: csmartdalton@google.com Change-Id: I91567ec84e109b9fbd1d875a7b62ed82c03f9793 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137363Reviewed-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@{#756646}
-
Javier Ernesto Flores Robles authored
Create credential provider extension objects from password forms. |recordIdentifier| is built in a similar way to how the logins DB identifies credentials. This way Chrome can remove and update entries in the credential provider store. This identifier is also used to identify indexed credentials in the system for password retrieval. The keychain identifier will come from the login database in a follow up CL. This is the attribute used to retrieve the unencrypted password from the keychain. Favicon and validationID are not related to the password store, and will also be implemented in a follow up CL. Bug: 1066803 Change-Id: I20d573301cc468e9984f9524239fd47a7826aa85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133982 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#756645}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c90c562668d0..2b61b4444bc7 git log c90c562668d0..2b61b4444bc7 --date=short --first-parent --format='%ad %ae %s' 2020-04-06 fmayer@google.com Merge changes Ib6e9fa46,I0ee87597,I331a7375 2020-04-06 eseckler@google.com Merge "track event: Import legacy thread time/instructions as counters" Created with: gclient setdep -r src/third_party/perfetto@2b61b4444bc7 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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: I7ab6b4324f73df0666cfae505511199f709da923 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137365Reviewed-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@{#756644}
-
Friedrich Horschig authored
Adds a util that indicates when to show a re-signin promo for previous account-store users. It's true if: - no user is logged in - a password field is focused - any user on this device opted into account-stored passwords before Showing the actual promo button happens in https://crrev.com/c/2134014 Bug: 1060130 Change-Id: Ice3ae2b5c8a9995a9433a495404cdbf7f65a1172 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133981 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#756643}
-
Alex Ilin authored
The feature is no longer used. The remote consent launch will be controlled by Gaia. Bug: 1026237 Change-Id: I33b3a3b7b4c8e8a8250af05b2199caf24194d1f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134128 Auto-Submit: Alex Ilin <alexilin@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#756642}
-
Christos Froussios authored
TBR=rsorokin Bug: 1067461 Change-Id: I3375e0647c03ec0d313bf0b03c2df089c566ed43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135645Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#756641}
-
Armando Miraglia authored
Fixed: 1055405, 1055406 Change-Id: Icd3dab8badaed790cb781548624ae6ce71bec217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120305 Commit-Queue: Armando Miraglia <armax@chromium.org> Reviewed-by:
Armando Miraglia <armax@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#756640}
-
Gyuyoung Kim authored
Revert "fixup! [css-flexbox] Move flex-flow-auto-margins-no-available-space-assert.html test to WPT" This reverts commit 50bda8bb. Reason for revert: The original test has a Chrome specific's expected height. It can't be moved to WPT now. Original change's description: > fixup! [css-flexbox] Move flex-flow-auto-margins-no-available-space-assert.html test to WPT > > Change 'auto' with 'percentage the test title and file name. > And, the attribute of the bug link rel is changed to 'issue' > with a full bug link. > > Bug: 1063749 > Change-Id: I0a25c6caa3d3afd6c928bb8bc2b692037c0f57c2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126329 > Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Cr-Commit-Position: refs/heads/master@{#754778} TBR=cbiesinger@chromium.org,gyuyoung@igalia.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1063749 Change-Id: I72817e1d1c5e33d636d9035f5b65618d90b6aa86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135655Reviewed-by:
Gyuyoung Kim <gyuyoung@igalia.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#756639}
-
Mikel Astiz authored
This reverts commit 00eeaa2c. Reason for revert: was temporarily disabled for branch point. Original change's description: > Revert "Reland "Enable sync trusted vault support by default"" > > This reverts commit be06dabb. > > Reason for revert: the feature is not ready yet. > > Original change's description: > > Reland "Enable sync trusted vault support by default" > > > > This is a reland of f52179a5 > > > > The feature was disabled by default before branching because some > > implementation parts were missing on Android. > > > > Original change's description: > > > Enable sync trusted vault support by default > > > > > > The feature is in a working state can be enabled by default. > > > > > > Bug: 1000146 > > > Change-Id: I66ef6f65d97234f47eaa76d1daafb8d3637692ed > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000702 > > > Reviewed-by: Marc Treib <treib@chromium.org> > > > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#731898} > > > > Bug: 1000146 > > Change-Id: If2c11c87bbc021daaa6656f9e85b592302dd8327 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035966 > > Reviewed-by: Marc Treib <treib@chromium.org> > > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#738548} > > TBR=treib@chromium.org,mastiz@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1000146 > Change-Id: I44607cf1822145fb8a98e4a72a1361dbae274b00 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127091 > Commit-Queue: Mikel Astiz <mastiz@chromium.org> > Reviewed-by: Mikel Astiz <mastiz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#755994} TBR=treib@chromium.org,mastiz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1000146 Change-Id: I749d1b18772534611cf218d08f61587ec2a30b3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134020Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#756638}
-
Anders Hartvoll Ruud authored
We were only checking for "initial" and "inherit", which led to crashes for "unset" and "revert", since the FontStyleResolver received unexpected values. Check for CSS-wide keywords using IsCSSWideKeyword instead. This should catch *all* CSS-wide keywords, and make this "point of interest" more discoverable when adding new CSS-wide keywords in the future. Bug: 1067980 Change-Id: Ie2e384ab3239e0bbc001dba67bc840823a82a610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137339Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#756637}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/8684dfae246f..18f93e4ef18f git log 8684dfae246f..18f93e4ef18f --date=short --first-parent --format='%ad %ae %s' 2020-04-06 dberris@chromium.org Pinpoint: Add luci-auth and goma CIPD packages Created with: gclient setdep -r src/third_party/catapult@18f93e4ef18f 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 nuskos@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:chromeos-kevin-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 Bug: chromium:1068090 Tbr: nuskos@google.com Change-Id: I0636ec4b02375fff6d964fe618ea3bcb746ffaed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137359Reviewed-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@{#756636}
-
Hajime Hoshi authored
This function is not used anywhere. Change-Id: I758dc44277a05b591e1b158cdfc8924eb1a90e6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135555Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#756635}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Iecbd1024d347a21fe03a0a08926ee5e0eb1a145d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135553Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#756634}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/b8d47928094f..f0445bf7abcf git log b8d47928094f..f0445bf7abcf --date=short --first-parent --format='%ad %ae %s' 2020-04-06 bclayton@google.com CMake / Kokoro: Build and run system-unittests. Created with: gclient setdep -r src/third_party/swiftshader@f0445bf7abcf 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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ia7a5b445f9e174b91e91c7a2c4d3d828c150a39e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137360Reviewed-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@{#756633}
-
Javier Ernesto Flores Robles authored
Bug: 1045457 Change-Id: I7bee2b914485e062bdffbbd7bf4e7f0ab345f015 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135697 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: David Jean <djean@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#756632}
-
Armando Miraglia authored
Fixed: 1055412 Change-Id: If937bcf59407c6e11910cd7c51959d26efbdafe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132391 Commit-Queue: Armando Miraglia <armax@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#756631}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1668abdd..7fc37290 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I85458429f762a24460450921e106ec7aae288124 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136249Reviewed-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@{#756630}
-
Stephen McGruer authored
This registers 'crashtests' as a known type in WPTManifest, and alters SingleTestRunner to ignore their output and just look for crashes when running them. On the content_shell side, it adds support for the 'test-wait' class on the root element, as well as firing the TestRendered event (which was already part of reftests but also not supported in content_shell!) See https://web-platform-tests.org/writing-tests/crashtest.html Bug: 1058042, 1028631 Change-Id: Ib467593afe735e334ce44a412f4435454dccd034 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133378Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#756629}
-
Richard Townsend authored
Our Windows on Arm testing setup relies on using GN to extract the runtime_deps of each test suite. All but one test (PrefetchStoreSchemaTest.TestCreateOrMigrate) pass once this is added (the remaining failure is because different line-endings are used on Windows). Change-Id: I754d0d9c001ebd16b474fe7dcfad83850d16e003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107869Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Richard Townsend <richard.townsend@arm.com> Cr-Commit-Position: refs/heads/master@{#756628}
-
Alexandre Courbot authored
Add a method to try and dequeue and event from a V4L2 device, so clients don't need to call the ioctl directly. BUG=b:149663704 TEST=vdatest passing on Hana. Change-Id: Ib6a30f3003dde603b5dee2e9c2a7c26ea02ba260 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131432Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#756627}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/c00163ba0925..c7f454c24191 git log c00163ba0925..c7f454c24191 --date=short --first-parent --format='%ad %ae %s' 2020-04-06 cwallez@chromium.org Revert "D3D12: Stage BindGroups on CPU descriptor heaps." 2020-04-03 hao.x.li@intel.com Roll third_party/shaderc/ f085b9745..f175adffa (4 commits) 2020-04-03 enga@chromium.org Support chained extension structs on the wire 2020-04-03 bryan.bernhart@intel.com D3D12: Stage BindGroups on CPU descriptor heaps. Created with: gclient setdep -r src/third_party/dawn@c7f454c24191 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 Bug: None Tbr: cwallez@google.com Change-Id: Ia414a4180f5e3faf54788fca1954cab620680a72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137135Reviewed-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@{#756626}
-
Robbie Gibson authored
The root cause here was that [textZoomCoordinator stop] was being called as part of some routine cleanup, and -stop was dismissing the presenter, despite the presenter not presenting the coordinator's VC. Now, the coordinator only dismisses the presenter if it is presenting its own VC. Bug: 1067526 Change-Id: I06372272f0651a36dec2e7bfdf18fce61d049488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134256Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#756625}
-
Mario Sanchez Prada authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Note that this test depends on the runAfterLayoutAndPaint() helper function from run-after-layout-and-paint.js, which is based on testRunner. Thus, this migration also includes the required changes to the test to implement the same functionality in the reftest, that is, relying on two chained runs of requestAnimationFrame() to make sure that at least one frame has been rendered and then using <html class="reftest-wait"> as described in [1] to make sure we don't take the screenshot until the desired changes have been made (i.e. shrinking a box, in this particular test). Last, a new file in external/wpt/css/filter-effects/support has been added as required by this test, as well as by many other ones under css3/filters that will be migrated in the future. [1] https://web-platform-tests.org/writing-tests/reftests.html?highlight=reftests#controlling-when-comparison-occurs Bug: 1063749 Change-Id: Iebc5db044597853ab47d723337c6235a84f9cf5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134297 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756624}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/13c0df80dca5..7a019a63ed97 git log 13c0df80dca5..7a019a63ed97 --date=short --first-parent --format='%ad %ae %s' 2020-04-04 ramakrishnan.nikhil@gmail.com [woff2] Return if single stream operation fails. Created with: gclient setdep -r src/third_party/freetype/src@7a019a63ed97 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Bug: None Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: I337bae0fada9b149b7dc7244219c7a4d7c35cacb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135914Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#756623}
-
Johann authored
Use the HeapMojoReceiver wrapper so that Oilpan will GC the object. BUG=chromium:1049056 Change-Id: Ifd776d9ab60a46db315ecca41912073921621ea4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132657 Commit-Queue: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#756622}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I121b4be86f544e7d8088227e57f45fe9a1e8627b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137138Reviewed-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@{#756621}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/396c6f4d6378..c90c562668d0 git log 396c6f4d6378..c90c562668d0 --date=short --first-parent --format='%ad %ae %s' 2020-04-06 treehugger-gerrit@google.com Merge "Client API: Gracefully fail data source registration" Created with: gclient setdep -r src/third_party/perfetto@c90c562668d0 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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: I51794661535c02145c44af84995484e83e20cc89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137361Reviewed-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@{#756620}
-
Yuki Shiino authored
Sets DOMException.prototype.__proto__ to %ErrorPrototype%. Bug: 839389 Change-Id: Ifba243e49ae7095c73bf094740b3d447f5a53413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135668 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#756619}
-
Javier Ernesto Flores Robles authored
Bug: 1045457 Change-Id: I950bf2a89018d22a5c3ffa1e6d2f08e800d72b20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137320 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#756618}
-
Christos Froussios authored
This reverts commit d7a01422. Reason for revert: Broke compilation on android-archive-rel E.g. https://ci.chromium.org/p/chromium/builders/ci/android-archive-rel/10635 Original change's description: >
🛃 Move Custom Tabs example into Chromium. > > This CL moves the custom_tabs_client_example_apk target into the > Chromium repo. This means that we can remove the > third_party/custom_tabs_client dependency. > > While moving the custom_tabs_client_example_apk target, it was updated > to depend on androidx.browser instead of the Android Support Library. > Support for browser actions was also removed as Chrome discontinued > support that feature half a year ago. > > Bug: 980567 > Change-Id: I716658d3407ef28630dea94d75e9f672eca797d2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120724 > Auto-Submit: Peter Conn <peconn@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Reviewed-by: Peter Conn <peconn@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Commit-Queue: Peter Conn <peconn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756593} TBR=yfriedman@chromium.org,twellington@chromium.org,agrieve@chromium.org,peconn@chromium.org,dominickn@chromium.org Change-Id: Id6e43385725459a51d7b07cce9577ff7d4ee22af No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 980567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137325Reviewed-by:Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#756617}
-
Christos Froussios authored
TBR=rhalavati Bug: 1068103 Change-Id: I1f1a8b16a4ab49e32c9e571b0fc664c2a30e7901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135624Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#756616}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d49a958f8fdf..396c6f4d6378 git log d49a958f8fdf..396c6f4d6378 --date=short --first-parent --format='%ad %ae %s' 2020-04-06 primiano@google.com Merge "GN: fix chromium roll." 2020-04-06 ilkos@google.com Handle absence of profile type 2020-04-06 taylori@google.com Merge "perfetto-ui: Change request track data" 2020-04-03 treehugger-gerrit@google.com Merge "Clean up build files" 2020-04-03 joelaf@google.com Merge "Use protobuf from the system if requested" Created with: gclient setdep -r src/third_party/perfetto@396c6f4d6378 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 Bug: chromium:153257273 Tbr: perfetto-bugs@google.com Change-Id: Iffa4be281c20e585991028e2afccbc235380bc3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137136Reviewed-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@{#756615}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Ibc8df682db4772ceedd4ddffbf781058bb7e6465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134098Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#756614}
-