- 08 Jan, 2021 26 commits
-
-
Reilly Grant authored
This reverts commit bc8b035e. Reason for revert: Updated not-webview-exposed.txt. Original change's description: > Revert "serial: Mark the API stable" > > This reverts commit e2029732. > > Reason for revert: WebViewLayoutTest#testWebViewIncludedStableInterfaces is failing because the new API doesn't set up whether it should be exposed in WebView. Interfaces which are intentionally not exposed in WebView need to be added to not-webview-exposed.txt > > Original change's description: > > serial: Mark the API stable > > > > Updates runtime_enabled_features.json5 and the stable webexposed tests > > to mark the Web Serial API stable on desktop platforms. > > > > Intent to Ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/RCtZPCQLLOQ > > > > Bug: 884928 > > Change-Id: Ifefaa045a239d3b482287016c98e72c0d8c1da15 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579840 > > Commit-Queue: Reilly Grant <reillyg@chromium.org> > > Auto-Submit: Reilly Grant <reillyg@chromium.org> > > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#840355} > > TBR=reillyg@chromium.org,chrishtr@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 884928, 1163922 > Change-Id: Ib6cc7c3e2d5c323abf4d135da576a87d178653ab > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611260 > Reviewed-by: Alex Ilin <alexilin@chromium.org> > Reviewed-by: Alice Wang <aliceywang@chromium.org> > Auto-Submit: Alex Ilin <alexilin@chromium.org> > Commit-Queue: Alex Ilin <alexilin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#841158} TBR=reillyg@chromium.org,chrishtr@chromium.org,alexilin@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,aliceywang@chromium.org # Not skipping CQ checks because this is a reland. Bug: 884928 Bug: 1163922 Change-Id: I4d1c73b082e65f89abc45645bac8c47ae4036f04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615741Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#841284}
-
Thomas Guilbert authored
This CL converts deprecated AudioBus methods into explicit static methods that behave the same way under the hood. Bug: 619623 Change-Id: I54a8a61727b69a361ce1c789e572b829a99f32b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603422Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Auto-Submit: Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#841283}
-
Nancy Wang authored
This CL adds the AppLaunchHandler class to call FullRestoreReadHandler to read the full restore data from the full restore data file on a background task runner, and restore apps and web pages based on the user preference or the user's choice. The apps can be re-launched for the restoration when: 1. There is the restore data for the app. 2. The user preference sets always restore or the user selects 'Restore' from the notification dialog. 3. The app is ready. If one of the above 3 conditions is not ready, wait until all of them are ready. BUG=1146900 Change-Id: I0ac76e856458d762cbda1606432e26f8bf08447d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599646Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#841282}
-
Mitsuru Oshima authored
* I give up using mock time because it still doesn't drive begin frame correctly. * Factor out the TestReporter as a ThroughputReporterTesterBase template. * Changed animation_throughput_reporter_unittest to use it. Bug: 1157649 Change-Id: I876167808bc6c11872de64bfc9bc6e4263592f1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581519Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#841281}
-
Xing Liu authored
Change the app menu IPH string. Bug: 1139076 Change-Id: If15af359610cdd1ea9138d8f95555c5c2aec0950 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615303Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#841280}
-
Phillis Tang authored
Add instruction to PWA install In-Product Help bubble about how to install the app with text "by clicking the install button". This is important for users who use screenreader, as they can't see the install button is highlighted. Bug: 1164050 Change-Id: Ia0a96c13433f385be557dc96c856d60737abdbb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616484Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/master@{#841279}
-
Thomas Lukaszewicz authored
This CL fixes MediaDialogView to use the SetPaintClientToLayer() API. Bug: None Change-Id: I849f96a4e205f4b056b216ca97ca14e0af332d67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597807Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Reviewed-by:
Abigail Klein <abigailbklein@google.com> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#841278}
-
Sophie Chang authored
This moves the prediction model fetcher and some adjacent pieces into components/optimization_guide/core. This is low-hanging fruit in that I don't need to rework the code to move it into components. Follow-up CLs will move additional pieces of the prediction code (i.e. prediction manager and downloading pieces) Bug: 1154790 Change-Id: I8d3a914ea223b17a61e4ef70fd89e8b2630b9828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615502Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#841277}
-
chinsenj authored
This is a part of go/cros-bento which aims to improves virtual desks. Currently if a user wants to use the share core apps, like chat or a music player, across desks they cannot. This CL allows users to assign windows to all desks, letting them share windows across all desks. This CL only implements the core functionality of the feature. A follow-up CL will add mirroring for assigned windows in overview mode. Test: manual + added Bug: 1023794 Change-Id: I91cbd9bdfaafa1743b7e58a48eeea644f216acbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592127Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Cr-Commit-Position: refs/heads/master@{#841276}
-
Mike Reed authored
See https://skia-review.googlesource.com/c/skia/+/351505 Bug: skia:7650 Change-Id: I460c4791f610b5b4bff845238f87d3869a700d48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615202Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#841275}
-
Ben Goldberger authored
Bug: 1099982 Change-Id: I2da346127e5c659d8344a4983c856f099e5b414b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602846Reviewed-by:
Sinan Sahin <sinansahin@google.com> Commit-Queue: Ben Goldberger <benwgold@google.com> Cr-Commit-Position: refs/heads/master@{#841274}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/edfb3b4d..d87c3006 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: I55e3a0c1f6d90026dc6d020e3d6c44f7d778e322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616479Reviewed-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@{#841273}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ec9b281bbc14..5e4ae54dec3d 2021-01-07 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 25be8f6b..a66f367f (840938:841068) 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Icfb2a25a01414b88a838dff942f9c65a30e7ce18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616538Reviewed-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@{#841272}
-
Finnur Thorarinsson authored
Minimum engagement score is optional, but, if there's no experiment data specified, we must make sure we do not default to 0 engagement score. The intent was always to disable the feature if no experiment is specified. Bug: 1135551 Change-Id: I3cc82f970a7ce1559224ee75335539d298187be4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2614778 Auto-Submit: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#841271}
-
Jeffrey Kardatzke authored
Intel modified iHD so that we don't need to know full vs. subsample when we configure the decoder. Now we configure everything properly at the beginning of decode by knowing the encryption scheme. BUG=b:153111783,b:155508443 TEST=Full sample H264, subsample CTR H264/HEVC/VP9, subsample CBC H264 work on volteer Change-Id: I6f4abac5ae8945cfe7c5851d6b07cb6c9f325f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587760Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#841270}
-
Ryan Sturm authored
This allows session restore to use the disk cache for prefetched search navigations (it also supports cross-session forward back). The pref is lossy since it would not matter too much to miss these cases occasionally, and the pref is updated somewhere around 1% of navigations. Bug: 1162121 Change-Id: I967a0cd784ad9b9768cac84878a9b683cbd698ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613357 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#841269}
-
Ionel Popescu authored
This CL changes the passing criteria for the eye dropper test to account for monitors calibrated differently. Bug: 1160234 Change-Id: If3444bd1621e76ffa42549e1bafb67879a522787 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616082 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#841268}
-
Ahmed Mehfooz authored
Adding null check for system tray client and deleting bubble after all other code has executed. Bug: 1163636 Change-Id: I6522dcf42a4909dffc8e1cfa8c6a56112d4c7319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615673Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#841267}
-
Tommy Nyquist authored
A few more seem to be flaky on Android P, so disabling them as well. Bug: 1161731 Change-Id: I607f3fe8a926f647fa6bf1b675075c2cfc8332a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616719Reviewed-by:
Salvador Guerrero <salg@google.com> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#841266}
-
Kevin McNee authored
This logging appears informational rather than indicative of an error, so we switch to DVLOG, as preferred by the style guide, to avoid log spam. Bug: 850209 Change-Id: Icb4ff66d083b5650d4e54cba04125fc311126992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615560 Commit-Queue: Kevin McNee <mcnee@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Kevin McNee <mcnee@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#841265}
-
Hiroshige Hayashizaki authored
No longer used. Credentials mode is passed instead via ScriptFetchOptions outside ModuleScriptCreationParams. Bug: 1152243 Change-Id: Ide2e06ea2c196f3c860d9d66e02ee8d9ba0500a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612049Reviewed-by:
Dominic Farolino <dom@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#841264}
-
John Abd-El-Malek authored
Match Chrome by using metrics::GetVersionString() as the version string which includes an identifier when it's 64 bit, which is what the server looks for. Bug: 1145272 Change-Id: Ifbbe227fc8e0713d467de9f65a0f7c098ca8c98a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606662 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#841263}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5ff758df67da..070ef598892a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Id82cc3d5294d2b44ee96568ae6ed032f0f2987a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615926Reviewed-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@{#841262}
-
David Bienvenu authored
Change-Id: Ieef05cd0f51ed2d3db650cdd3b82e029495bf7a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615983 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/master@{#841261}
-
Sebastien Marchand authored
This function is only used from some code behind a similar ifdef, so it results in some unused function warnings if we don't also ifdef this function. See https://ci.chromium.org/ui/p/chrome/builders/official/win-clang/2092/overview for an example of how this fails: ../../base/allocator/allocator_shim_default_dispatch_to_partition_alloc.cc(120,6): error: unused function 'IsRunning32bitEmulatedOnArm64' [-Werror,-Wunused-function] bool IsRunning32bitEmulatedOnArm64() { ^ Bug: 1121427 Change-Id: I14ff07fce431fd4aa52fd197c59d70df0237ad20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615327Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#841260}
-
Meredith Lane authored
This patch has no functional difference, it is just a refactor. AX-Relnotes: N/A Bug: 1068668 Change-Id: Iedaefa7d8b06ac80d7155739e134978bdb674d29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577389 Commit-Queue: Meredith Lane <meredithl@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#841259}
-
- 07 Jan, 2021 14 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d60c919fc866..57e353f840ef 2021-01-07 brianosman@google.com Remove error reporter from SkSLVMGenerator 2021-01-07 mtklein@google.com back to exactCompare, fixed 2021-01-07 jlavrova@google.com RTL run broken by text styles crashes SkParagraph 2021-01-07 johnstiles@google.com Add unit test for invalid tokens in input stream. 2021-01-07 johnstiles@google.com Constant-propagate the ! prefix onto constant boolean expressions. 2021-01-07 jsimmons@google.com Cache ICU break iterators in SkUnicode_icu 2021-01-07 mtklein@google.com support generalized HLG 2021-01-07 mtklein@google.com add operator/= for skvm::F32 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 johnstiles@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1144260 Tbr: johnstiles@google.com Change-Id: I496c7129d9167d704f057708bf01218514cfec01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616438Reviewed-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@{#841258}
-
dpapad authored
These made sense in a pre-JS module world. Now that PDF viewer uses JS modules, they can simply be defined within the scope of the module to become truly private, as opposed to only be private from Closure Compiler's perspective. Bug: None Change-Id: If3073e38263890e04e6d6e7937ba68959c396d8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615671 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#841257}
-
Yuke Liao authored
This CL supports running lacros tast tests in build/chromeos/test_runner.py, and the main motivation is to run lacros tast tests on Chromium CI. Bug: 1158590 Change-Id: I8c63c57b95aee5b4c75a4e4561d4afda9d9f3432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605239 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#841256}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/071cf0cff810..937395c1ed5d 2021-01-07 caramelli.devel@gmail.com Add Direct-to-Display support using KMS/DRM 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/+doc/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: I8777ec997e3e1652cc300b9ea492b5f98d5e46d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616244Reviewed-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@{#841255}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7a13b94a1d4c..a0e863bd2219 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 cmumford@google.com,tmartino@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1041619,chromium:1099017,chromium:1150547,chromium:1150968 Tbr: cmumford@google.com,tmartino@google.com Change-Id: I01f4e41c117cd089c00449a74f8222a7ca339d46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616439Reviewed-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@{#841254}
-
Callistus authored
This is required so that we can record the time taken to initialize the search index within the app. Bug: b/170162419 Change-Id: Ie629239bcdd8490d60f1a788b93224af4e7ab112 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612312Reviewed-by:
dstockwell <dstockwell@google.com> Commit-Queue: Callistus Tan <callistus@google.com> Cr-Commit-Position: refs/heads/master@{#841253}
-
Nicholas Verne authored
Bug: 1160805 Change-Id: Ic2a83036bf8aa29f01f500c488008ddc78e03c15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612232 Commit-Queue: Nicholas Verne <nverne@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Auto-Submit: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#841252}
-
Mike Taylor authored
For the history books, here's a mapping between the old ported tests and the new tests, where test=N roughly corresponds to a string name or value: in wpt/cookies/name/name.html name0001 through name0016, name0019, name0020 => the for of block with the description "`Name is set as expected for ${name}=test`" name0017 => test=2 name0018 => test=3 name0021 => test=5 name0022 => test=4 name0023 => test=6 name0024 => test=7 name0025 => test=2b name0026. Not ported. This is covered already. A lot. name0028 => test2c name0029 => test with name "Ignore cookie with empty name and empty value" name0030 => test=8 name0031 => test=9 name0032 => "test\"10 name0033 => test=11 in wpt/cookies/value/value.html name0027 => test=15 value0001 => test=16 value0002 => test=17 value0003 => test=18 value0004 => test=19 value0005 => test="20=20" value0006 => test=21 Bug: 1159861 Change-Id: Ica8879a906f13b1464661af8bf1c5f5271a8f54f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615668 Commit-Queue: Mike Taylor <miketaylr@chromium.org> Auto-Submit: Mike Taylor <miketaylr@chromium.org> Reviewed-by:
Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#841251}
-
Victor Vasiliev authored
https://quiche.googlesource.com/quiche.git/+log/528c36b3cfd0..63bdfe586f8c $ git log 528c36b3c..63bdfe586 --date=short --no-merges --format='%ad %ae %s' 2020-12-30 quiche-dev Project import generated by Copybara. 2020-12-29 quiche-dev Project import generated by Copybara. Created with: roll-dep src/net/third_party/quiche/src Change-Id: Ic1f5018507595da795dbf8c0cc94fafdf1ea0c9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602891Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#841250}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1610009713-66490881217dda72de1fa905fa3f863deeda7cfb.profdata to chrome-win32-master-1610042255-6162d74e2be35377f4b6bbd9ca05127a363b0c50.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3e4c71929a0065f48de2ba4cf3baa10b6157f46e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616358Reviewed-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@{#841249}
-
Greg Guterman authored
This CL implements gn based unittest filtering. The files in the rts_exclude_file are manually selected for this example, but will later be populated using the smart logic in rts-chromium. These two cases (source_set and test template) cover most of the test files. I haven't seen any other templates with unittests, but even if there are some this would be a great start. This also doesn't cover webtests, but I think there's enough exclusion power here to save a lot of compute. This also adds a linux-rts builder to the mb config to prepare the experimental builder. Bug: 1145216 Change-Id: I7343249f3df0739e39cfe351e5714d7978059d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551276 Commit-Queue: Gregory Guterman <guterman@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#841248}
-
David Tseng authored
Besides the mechanical changes: - moved all STS unit tests to extension browser tests. ES6 module support is unavailable in v8_unittests.cc; after a non-trivial investigation time, it is not easily done. d8 shell and Blink have divergent complex implementations for static/dynamic imports as V8 embedders. - fixed some issues with SentenceUtilsUnittests, which surprisingly passed with bad test data. - converted all unit tests to use SYNC_TEST_F (required to mix in sync tests with the async runner). R=dmazzoni@chromium.org Test: existing tests Change-Id: Idf493f605959331518b88949c8141b521e9100c3 AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613726Reviewed-by:
Josiah Krutz <josiahk@google.com> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#841247}
-
John Abd-El-Malek authored
Add Navigation.disableNetworkErrorAutoReload so that embedders can disable auto reload for user initiated navigations like back/forward. Bug: 1163455 Change-Id: I9ff1b6199493d53457d9fc0be6e9200e60974567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613353Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#841246}
-
Gordon Seto authored
Update cellular_networks_list to install pending eSIM profiles when their install button is clicked. Screenshot: https://screenshot.googleplex.com/72v5bZue5QTqeoA.png Bug: 1093185 Change-Id: I36f9f51c66bdfde369060a3ea33d3c35416bc51d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605399Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Gordon Seto <gordonseto@google.com> Cr-Commit-Position: refs/heads/master@{#841245}
-