- 23 Oct, 2020 5 commits
-
-
Hiroki Nakagawa authored
This CL adds basic browser tests for <link rel=prerender> using Prerender2. Bug: 1132746 Change-Id: I260fb9652839ee30327f5bfd44096ea570aceb9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489061Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#820064}
-
Lan Wei authored
The pointerevent' spec has properties e.g. width, height, pressure..., so we are working on adding the pointerevent's properties to Webdriver Action API to simulate the inputs from devices such as touchscreen and stylus, which have these additional properties. This CL adds these properties to ChromeDriver's ExecutePerformActions. This CL adds these properties to Devtool Input protocol's DispatchMouseEvent and TouchPoint. Bug: 1139172 Change-Id: I75f3d08491ffb9719340f327268d952bedf1ad80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477049Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#820063}
-
Shakti Sahu authored
This CL changes the radio button in language picker from using a linear layout to use RadioButtonWithDescription. Also disable the watch button initially when no radio button is checked. Bug: 1117182 Change-Id: I836947d6484c57760c6e6fd9b0d2450d8ce8d6eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492906Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#820062}
-
Ricky Liang authored
When the render thread encounters GPU context lost, we need to re-create the SharedImage resources to recover the video capture stream. Bug: 1131998, b:169429427 Test: Manually with chrome://gpuclean on soraka Change-Id: Ie6306653e779885fbf131c9964ae8ed90493ac76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455328Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Ricky Liang <jcliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#820061}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c4af5cd3397d..2e5b59565826 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-linux-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: I49be8bd157187a309d54e7e45fbda2ba21233917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493361Reviewed-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@{#820060}
-
- 22 Oct, 2020 35 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/65674e4c2e56..53281c712159 2020-10-22 tdenniston@google.com [svg] Add current node to render context 2020-10-22 ethannicholas@google.com moved SkSL Switch data into IRNode 2020-10-22 johnstiles@google.com Use SkMutex in SkSL. 2020-10-22 ethannicholas@google.com added SkSL OptimizationContext 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 egdaniel@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: None Tbr: egdaniel@google.com Change-Id: Ie6c1dff6f8085ab99e719673f1f3f86116758060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492892Reviewed-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@{#820059}
-
Nina Satragno authored
This change implements the webauthn:extension:largeBlob extension capability, adding large blob support for virtual authenticators. The webauthn:extension:largeBlob capability: * Adds an option on authenticator creation to enable large blob support. * Allows setting and retrieving the large blob through AddCredentials and GetCredentials. https://w3c.github.io/webauthn/#sctn-authenticator-extension-capabilities This is part of the WebAuthn Testing API https://docs.google.com/document/d/1bp2cMgjm2HSpvL9-WsJoIQMsBi1oKGQY6CvWD-9WmIQ Bug: chromedriver:3631 Change-Id: Ie8be5a36f78068c1f7f168987e8aa531fef6077a Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488183Reviewed-by:
Shengfa Lin <shengfa@google.com> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#820058}
-
Richard Townsend authored
Enums can be unsigned or signed. This change corrects an unsigned/signed comparison error by making sure this enum is always unsigned. Bug: 1141421 Change-Id: Ic3576497c77fd6e3391e6d42a4653c699f337a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493201Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Richard Townsend <richard.townsend@arm.com> Cr-Commit-Position: refs/heads/master@{#820057}
-
David Munro authored
In some cases (e.g. the linked bug) source can be null. SetSelection is already a no-op for nullptr source (and invalid for nullptr data_device) so there's no change in behaviour for the case where event_type != nullopt, and it fixes a nullptr dereference when event_type == nullopt. Bug: 1138761 Test: Deploy, launch evolution, Chrome doesn't crash Change-Id: I23da80e418834f5c1e38eecd2f0b140638b63a8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487022Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Daichi Hirono <hirono@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Fergus Dall <sidereal@google.com> Commit-Queue: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#820056}
-
David Tseng authored
This reverts commit 743f4e9d. In extended usage, this doesn't work well for long text blocks. Stopping speech, ChromeVox is immediately brought to the end of that entire block. We need timepointing from tts to help here. TBR=dtseng@chromium.org Change-Id: I6fe2503618fefe35d9043453c56edfa4c05e9653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493121Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#820055}
-
Richard Chui authored
This CL ensures that when dragging the selected region by an edge affordance, that the capture region is resized only in the expected direction. Test: manual, updated test Change-Id: Icd2691592deb180db55b84f8e394b2e8935a3858 Fixed: 1140778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490866 Commit-Queue: Richard Chui <richui@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#820054}
-
Sorin Jianu authored
The *ServiceClass names are intended for per-machine coclass names. This CLSID is used by the per-user code but it has been named using the per-machine naming convention by mistake. This is a step toward spplitting updater idls goal. Bug: 1140562 Change-Id: I12b0d2f7d15d0f58de062e6e9f0dbec0eff5420e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493720Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#820053}
-
Joshua Peraza authored
865ba27672fe Remove unnecessary macro from CaptureContext code e6b525a4be28 Update config adjustments for moved build config in mini_chromium f3aad4921621 Roll mini_chromium to 71a7fdb 74b38694fa86 Roll mini_chromium to 2b6cfa3 0b240a5347e7 Update mini_chromium to 1dbeb82e0452 0e03f8e7fa3f Remove now-no-op set_sources_assignment_filter calls 79d43b8ac37b Add noexcept to no_cfi_icall templates c4c71b80c6a2 linux: Fix tests with UBSan 71e8ec79870b Initialize logging This change also updates base/logging.cc to conditionally access CommandLine because crashpad doesn't initialize one. Bug: chromium:711159 Change-Id: I0056d71ae2281329d21fb6f58eba3ebb34beaf1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490880Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#820052}
-
Peter Boström authored
Removes overrides in all child classes of PasswordBubbleViewBase. Also replaces ShouldShowCloseButton() overrides. Bug: 1128500 Change-Id: I7f875679888beeb4f138a6bb62abf78c0d2b1542 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493126 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#820051}
-
Matt Menke authored
Make HttpNetworkTransaction pass in appropriate NetworkIsolationKey to Reporting and Network Error Logging APIs. Bug: 993805 Change-Id: I0c5f4f7c1672df661ca2c7bb3d6f9e1a83a8c9af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485512Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#820050}
-
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-aemu-chromium-autoroll Please CC chonggu@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: chonggu@google.com Change-Id: Id18eb0cacd214c36b134b5eac485e03fd7001e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493085Reviewed-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@{#820049}
-
Hoch Hochkeppel authored
Adding a #include to FakeIAsyncOperation that should have been included originally but was missed. Bug: 1141584 Change-Id: I0da3062a08b103d535c947f56c326f33db54179d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493062 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#820048}
-
Michael Hansen authored
This cleans up the pattern in which we were storing callbacks as instance variables in FastInitiationManager. This is no longer required because BluetoothAdapter now accepts OnceCallbacks, so we can just carry them through the flow as bound input parameters. Fixed: 1119970 Change-Id: Iee6bc637dc847b6810694bd63b6b008e1738c62a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468786 Commit-Queue: Michael Hansen <hansenmichael@google.com> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#820047}
-
Ian Wells authored
JDK library desugaring isn't needed for cronet and breaks tests on Kitkat. Bug: 1140401 Change-Id: I1b4eb25a8cd2564d0fce13e9780656c094c743b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490940Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#820046}
-
Ian Wells authored
When enable_jdk_library_desugaring=true and incremental_install=true, a new dex file will appear in the APK containing classes related to JDK library desugaring (as currently happens for non-incremental builds). Note 1: Since Proguard shrinking doesn't apply to incremental installs, the added dex file will be its full 400 kB size. Note 2: The crash described in the bug doesn't occur if is_java_debug=true. Bug: 1141199 Change-Id: Ib223abf168f7690ff1a5dfed5647521d10a2b42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492666 Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#820045}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2e5b59565826..6b3c8d667a5f 2020-10-22 primiano@google.com Merge "UI: Make unknown file type error more graceful" 2020-10-22 treehugger-gerrit@google.com Merge "Correct load bias in symbolizer." 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I4ff3c90497b8a647471380a01629c32fca7d4914 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493244Reviewed-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@{#820044}
-
Elly Fong-Jones authored
There are some extremely useful DCHECKs that placeholders are used, but they are behind NDEBUG right now, so the normal CQ bots (which build with release + DCHECK_ALWAYS_ON) do not run them, and instead bugs of this type are caught on the waterfall by debug bots. To avoid that, enable these DCHECKs on builds with DCHECK_ALWAYS_ON. Bug: None Change-Id: I87d2d73dda42e9ba4235bd2c80cd10bbb80e5c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492303Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#820043}
-
Michael Hansen authored
This change shifts the responsibility for setting and restoring the Bluetooth advertising interval from FastInitiationManager to the new BluetoothAdvertisingIntervalClient. We lower the advertising interval whenever Nearby Connections advertising or Fast Init advertising are active, and restore it to the default when both are stopped. Bug: 1119970 Change-Id: Ic301707f77b0360b0f6bc7673262d59f32fe20ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462671 Commit-Queue: Michael Hansen <hansenmichael@google.com> Reviewed-by:
Josh Nohle <nohle@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#820042}
-
Jonathan Ross authored
This test is flaking on Android Nexus 5 bot. Low rate of failure, so marking as a retry until the root cause can be fixed. TEST=conformance/extensions/oes-texture-float-with-video.html Bug: 891456 Change-Id: I25a6d4805bc2f904b9801c04821690a140c3f6a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491678Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#820041}
-
Shakti Sahu authored
This CL cleans up the media session observer logic for triggering video player UI and metrics update. Change-Id: Ib6dcb8173206f7c0f0a5d53ddfbb5bf17654b893 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465093 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#820040}
-
Peter Boström authored
Bug: 1141224 Change-Id: Id2ff6354f5f8f7e29c7e20f1b27ee7fb10989386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481833 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#820039}
-
Patrick Monette authored
This reverts commit 1bc384a5. Reason for revert: This CL produced enough crashes that it is no longer needed. Original change's description: > [PM] Change DCHECKs into DumpWithoutCrashing in SWContextAdapter > > The DCHECKs were added to generate crashes to help me solve a lifetime > issue with service worker controllees, but I underestimated how often > the issue happens and have had no crashes yet. > > Changing them to DumpWithoutCrashing will make it so that anyone on > canary will be able to hit them. > > This CL is meant to be reverted as soon as enough crashes are received > to debug the root issue. > > Bug: 1086944, 1088353 > Change-Id: I50904f30ba8d23a5e5661edf8f1cf4d341e6dfef > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444370 > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Cr-Commit-Position: refs/heads/master@{#813227} TBR=fdoray@chromium.org,pmonette@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1086944 Bug: 1088353 Change-Id: Ic2ca0f2ea13ebcfb5f08c1f6cff312ef89078fa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492620Reviewed-by:
Patrick Monette <pmonette@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Auto-Submit: Patrick Monette <pmonette@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#820038}
-
Wei Li authored
Previously, Builder only creates the View object in Build() call. So we can not use the raw pointer passed in through CopyAddressTo() during the building process. This CL changes to create the object early on inside the constructor so we can use the raw address during the building process. Bug: 1130078 Change-Id: I893a567262bb31b9090012c1a74e899311d33182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490556Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#820037}
-
Alex Turner authored
base::Bind and base::Closure are deprecated and should be replaced with the more explicit base::Bind{Once,Repeating} and base::{Once,Repeating}Closure. Bug: 1140564 Change-Id: Ieccd1f263d452a574cb439ca17e093c0fc5a94ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487708Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#820036}
-
Zentaro Kavanagh authored
Bug: 1129141 Test: manual Change-Id: I2701c24fc5da4f51bf03fe1edbe038038c2f4c65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493360Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#820035}
-
Liquan (Max) Gu authored
Context: WebContents#getNavigationController() can return null. PaymentHandlerMediator should null-check the getter's return before using it. Bug: 1137695 Change-Id: I9a78ebfd60666268ef48566e0d7437a59e198a3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463713Reviewed-by:
Nick Burris <nburris@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#820034}
-
Allen Bauer authored
Bug: 772945 Change-Id: Ibbbca14f5182b8f80c056ece9a9a63e74682ae9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493086 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#820033}
-
Etienne Bergeron authored
This CL is splitting the notion of PlatformImplAvailable in two different concepts: 1) PlatformSupported Whether or not the platform is supported. This state will remain the same for the whole existence of the TTS platform. 2) PlatformInitialized Whether the platform is loaded and are ready to process queries. Typically, it means the library are loaded and the voices are ready. From the controller point of view, the TTS platform can be used when it is "TtsPlatformReady(...)". Otherwise, the warmup is still going on and queries should be queued. The TTS controller is modified to avoid calls to the TTS platform until the initialisation is completed. This CL is *NOT* modifying the initialisation behavior of any TTS implementations. Platform that support asynchronous loading will be migrated separately in following CLs. Bug: 1133813 Change-Id: I5e236fb7cf39843e92acc8a6c5ec4d7af73a8fac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472608Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Randy Rossi <rmrossi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#820032}
-
Peter Kotwicz authored
Running androidx-packager will make it easier and faster to fix teething issues. BUG=1064277 Change-Id: If834742566d305d676c8f1503cef92c6326c86e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492300Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#820031}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/d975e29d1e93..83e50af3e0bd 2020-10-22 jophba@chromium.org Add version field to generated TLS certificates If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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/+doc/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: Ie63faad6ce4eb704633f425d57acbf8c1acc67db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492562Reviewed-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@{#820030}
-
Sophey Dong authored
Bug: 1135311 Change-Id: I967300591d383a21b9f3f40233422b763180ddb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459403Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#820029}
-
Trent Begin authored
This flag will control which Connectivity Diagnostics app is used. Enabling the flag will use the new application using WebUI. This flag is disabled by default. Bug: chromium:1140611 Change-Id: Ia29bd43937b563faf22a1b1b3fa6013fa924f0ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490404 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#820028}
-
Aaron Leventhal authored
TBR=dmazzoni@chromium.org Bug: None Change-Id: I28136d26959cb694c6ddab896e1aab89000b2f4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491116Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#820027}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/8f7c80347dc6..88d705dc85ff 2020-10-22 rharrison@chromium.org [inspector] Extract UBO information If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC dsinclair@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: dsinclair@google.com Change-Id: I2b919c2f71fb2694e466455407c86a118a7270ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2492860Reviewed-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@{#820026}
-
Ryan Sturm authored
When search prefetch service encounters a fetch error (either net or non-200) the service will back off for 60 seconds (finch controllable). Bug: 1138641 Change-Id: I9ee868b54b63088755a07a99d242bcc02db5dc1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491181 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#820025}
-