- 29 Sep, 2020 40 commits
-
-
Caitlin Fischer authored
More specifically, check the feature's state after field trials have been created from the variations seed and before the variations header is updated. Checking the state for the first time in VariationsIdsProvider::GenerateBase64EncodedProto() could cause a deadlock. Bug: 1094303 Change-Id: I53fe3446e3a4567d4b9122b54642b5744eb8b46e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431556 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#811566}
-
Jon Mann authored
Recent changes to the apps framework caused a delay in loading app information during login. This requires that we wait for WebAppProvider::on_registry_ready() before querying the apps database for information on installed PWAs. This issue was resulting in the Messages feature getting disabled after the app was perceived to be uninstalled. Bug: 1131140 Change-Id: Ie2448fed1d04a9525b5dd5a452cb0b000a29ce0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429527 Commit-Queue: Jon Mann <jonmann@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#811565}
-
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/+doc/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: If5c50c02fb0de2c641ff96d42a618af9b664b3bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437639Reviewed-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@{#811564}
-
tby authored
This CL finalizes the error/status enum for ItemSuggestCache and adds histogram calls. Bug: 1034842 Change-Id: I952466a377d8e5e2a2dc30e9c8da6f181b80dba4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434074Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#811563}
-
Gavin Williams authored
In destination dropdown replace printer-status-icon-cros element with new printer status icons. Screenshot: http://screen/8SUKwKANZWKfgpR Bug: 1123754 Change-Id: I5da99ab07512c50c10ab30d5b1ef9e945e910162 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433027 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#811562}
-
Dylan Cutler authored
identifiability study. This API leaks entropy about users' machines' underlying GL instrumentation. We are reporting digests to UKM for the study to determine the available entropy scripts can use to identify users across different origins. The instrumentation is only active if the study is enabled and collection of this type of surface is allowed. If it is, we construct a digest of the two enums to key the samples with (surface_token) and then a digest of the method's output (sample_token). Bug: 973801 Change-Id: I6cf2301578f85563852691ec9e7e286cc7fa85e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431782Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#811561}
-
Jazz Xu authored
Bug: 1133026 Change-Id: Id4cc583e1eca14b083d2b22c9ee4b25e857d4175 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437370Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#811560}
-
Josh Simmons authored
Removed and obsoleted NativeSmbFileShare.ReadDirectoryCount and NativeSmbFileShare.ReadDirectoryDuration, which are no longer used with the new smbfs implementation that is now enabled by default. Extended expiry date for NativeSmbFileShare.RemountResult UMA to M94. Bug: 1088968 Change-Id: I5272135376d22a3b1312de8e5e50f00c6e6b5181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418754 Commit-Queue: Josh Simmons <simmonsjosh@google.com> Reviewed-by:
Anand K Mistry <amistry@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#811559}
-
Maggie Cai authored
This CL adds the API to create intent from file path. When the intent coming from a client with physical file path, it is easier for the client to directly pass the file path in. There is one issue where doing this will make the file manager involve in the intent handling even when the file is not directly shared from the file manager. Luciano will look into the file system context and see if there is a way to get the file system context without involving the file manager. There is another option that is possible is to add another field in the intent with file path, and the receiving end will have to resolve both fields to get the whole list of file. At the moment I will prefer to keep it simple for the receiving end. BUG=1092784 Change-Id: I02001085546d00434e0a47ef71e7a066b80f1d82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435125 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#811558}
-
Gavin Williams authored
Add 3 printer status specific icon SVGs to print-preview. In destination dialog replace printer-status-icon-cros element with new icons. Screenshot: http://screen/AaaU5KHz26fmFHS Bug: 1123754 Change-Id: I8d7a9a764e4f59843623227e57d9ef9bc743193d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432767Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#811557}
-
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/goldctl-win-chromium-autoroll Please CC bsheedy@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: bsheedy@chromium.org Change-Id: I30f62024c838d2453eb2488b407476372e38b504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437809Reviewed-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@{#811556}
-
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/goldctl-linux-chromium-autoroll Please CC bsheedy@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: bsheedy@chromium.org Change-Id: Ia5396badfb38aee0b077f3be0baf44fd0edd8a60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437636Reviewed-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@{#811555}
-
Liquan (Max) Gu authored
Change: * Fixed the issue of not being able to launch payment handler twice. The cause is that when PaymentHandler UI is opened and closed, the payment handler's PaymentAppProvider was used, instead of the merchant's. * Changed PaymentAppProvider to make it one per merchant's WebContents, not one per payment handler's WebContents. * Rename WebContents PaymentHandler's codebase to make it better distinguish between the merchant's and the paymentHandler's. * Move PaymentAppProvider::SetOpenedWindow() from service_worker_client_utils into PaymentRequestImpl --> ServiceWorkerPaymentAppBridge. Bug: 1131874 Change-Id: I831fec0f3cce0d19abf49d23ccf1e61689afe33a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434101Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#811554}
-
Aaron Leventhal authored
It is safe to access layout after a call to HandleLayoutComplete(), and it should be done as soon as possible. Exactly what leads to the fatal errors should still be investigated anyway, but this is a simple fix and we still a way to repro. Bug: 1131848,1125186 Change-Id: Ia529928fdee731f9fcf81d65a80edb49aadee9fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436418 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#811553}
-
Ahmed Fakhry authored
This is part of the recording service work needed for capture mode. (See go/simple-recording-service). This CL defines the base APIs for audio encoders, and ports the PCM and Opus implementations from blink to //media. A follow-up CL should be to migrate blink's media recorder to use these new encoders. BUG=1131275, 1126586 TEST=Added tests at media_unittests --gtest_filter=*AudioEncodersTest* Also, Manually tested both encoders in my WIP recording service CL, and the output captured webm file contains recorded audio that plays back successfully. Change-Id: Iea132162d319a5b580e6b447e3d5658fbf731de6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426146 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#811552}
-
Sergey Ulanov authored
InProcessVideoCaptureProvider uses VideoCaptureSystem on a separate device thread, but it was deleting it on the IO browser thread. Fixed InProcessVideoCaptureProvider to delete VideoCaptureSystem on the same thread on which it's being used. Bug: 1127447 Change-Id: Ibf867acea96a28dd992ae9d1139a5ec162d8ee8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427031 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#811551}
-
Daniel Libby authored
Instead of looping for the expected condition, use the LocalSurfaceId increasing as evidence that the expected visual properties update was delivered, and test for the expected values directly. If the test remains flaky, this will give a better indication of where things are breaking down. Also fix the math for the expected width of the second segment - for devices where there are an odd number of DIPs in width, the segments won't be equal. R=jonross@chromium.org Bug: 1089994 Change-Id: I1a81dc73055a4fca8ffc4b577b1b25046dcf23d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433306 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#811550}
-
Noel Gordon authored
ColorSpace is an internal detail of the image loader and should not be visible to clients: remove it from ImageLoaderRequest. The internal use is in ImageRequestTask: add a colorSpace_ member, and document that it used for RAW images (PIEX) only. After CL:2432150, it was decided that we just use the raw string PIEX color space value, so extend that idea and use the raw string in ImageLoaderUtil too (allows us to remove ColorSpace). No change in behavior. Spelling correction: ganna => gamma. Checked the veracity of the color space transform adobeRgb to sRgb and it is correct. This code appeared before the <canvas> element had color management. The <canvas> element supports that feature today in Chrome: add a TODO. Bug: 1132695 Change-Id: I12cad9a0aea106ce4a6c6dcbc2a9137bf0224e58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437530Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#811549}
-
Brian Sheedy authored
Stops hardcoding an appended '-public' onto the instance we use for the Diff step in the Gold code, instead calling a method to get which instance to use. This is because not all uses of Gold, e.g. ANGLE's, can use the public instance (because it doesn't exist). These cases can override the method to return the base/internal instance instead. Bug: skia:10778 Change-Id: I94de33cac9a7f6935ae1507461c75be0fbc01170 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436649 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#811548}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1099c11d5d12..ead81e2ba233 2020-09-29 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-09-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-09-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I66aecd41cf3037678ff07c05c12a67f260358c2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436901Reviewed-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@{#811547}
-
Kenichi Ishibashi authored
To have more reviewers in the directory. Bug: N/A Change-Id: If6ed70615faeec47547660ebbc75ed5ebd06a425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437574Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#811546}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/19e9df68a7bb..2663e6012911 2020-09-29 timvp@google.com Vulkan: Dynamically grow descriptor pool sizes 2020-09-28 j.vigil@samsung.com GL_OES_texture_stencil8 autogen If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;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: jonahr@google.com Test: Test: CQ Change-Id: I3fad8eade31e99fcb070d58d1c4d2dcf4c06ca73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437101Reviewed-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@{#811545}
-
David Schinazi authored
We currently have tools/metrics/histograms/OWNERS set up so that Net experts can approve changes to Net. Now that the split at https://crrev.com/c/2428796 has landed, we'd like to retain that approval process, so this CL adds a new OWNERS file. Change-Id: I5f0fc1c9ef473e01d4907a7861d0bf4a5840bd24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436556 Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#811544}
-
Meredith Lane authored
This patch has no functional difference, it is just a refactor. AX-Relnotes: N/A Bug: 1068668 Change-Id: I9b0f65e144e25e2b764df7689e5c939f824ad596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405042 Commit-Queue: Meredith Lane <meredithl@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#811543}
-
Satoshi Niwa authored
This is a follow-up CL for crrev.com/c/2408502 setSearchQuery() is only used when LaunchParam.searchQuery is filled at this point. Bug: 1126742 Test: browser_tests --gtest_filter="*FilesApp*SearchQueryLaunchParam" (Added by crrev.com/c/2434008) Change-Id: Id1bcc834ac9367de24cb29bc30fc357b5ec20580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434070Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Satoshi Niwa <niwa@chromium.org> Auto-Submit: Satoshi Niwa <niwa@chromium.org> Cr-Commit-Position: refs/heads/master@{#811542}
-
James Cook authored
Now that the regular linux bot builds both x11 and ozone/wayland, the regular linux codesearch bot will index ozone/wayland as well. We no longer need hacks to compile wayland into the chromeos code search bot. This CL is a manual revert + merge conflict fixes of: "Build the Ozone Wayland platform for codesearch-gen bots." https://chromium-review.googlesource.com/c/chromium/src/+/2245439 Bug: 1095360 Bug: 1085700 Change-Id: Icdf823b90808d6308b5b4bd1c14c4f5252cc0643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432137Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Eliot Courtney <edcourtney@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#811541}
-
Robert Ogden authored
Prerenders are being added to history on Android (see bug) because they are triggered in native code so the BackgroundTab logic fails to catch it. On non-Android, the prerendering WebContents doesn't have a browser and so it is not added to history. This CL adds an explicit check for prerenders to early return on all platforms in HistoryTabHelper. Testing this new code path is done with a local histogram since prerenders cannot be triggered in unittests, and browsertests don't run on Android. Bug: 1131712 Change-Id: I297d7d121e55118e7713090a970467999bd25e8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429466 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#811540}
-
Jazz Xu authored
This CL removes the DCHECK for pin state in media controls detailed view since we are not removing media controls from system menu immediately after user pinned media controls. So user can tap the media controls again while the system menu is still open and get back to the detailed view with the media controls pinned to shelf. Change-Id: I60235836686b535c0a06ee0bf99e97141ba9bf80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435560Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#811539}
-
Prashant Nevase authored
While organizing the virtual tests for dark mode images in grayscale, common configurations were removed. But as earlier code did not have grayscale argument explicitly set, the results were same as default dark mode. This patch corrects the argument needed for grayscale and now expected image results look grayish. Bug: 1116914 Change-Id: Iddf66c043d754ee6ed1607ca5c6f9908afbed1ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434191Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Cr-Commit-Position: refs/heads/master@{#811538}
-
James Hawkins authored
R=khorimoto@chromium.org Bug: 1045266 Test: OSSettingsTetherConnectionDialog* Change-Id: I1440e55698e5369f8f79e4f3b4c39719b7f64acc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436891Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#811537}
-
Jason Lin authored
Bug: b/167491603 Change-Id: I5ab220bda34b40f8dd4664ad7abed25bd89ba7f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425550 Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#811536}
-
David Vallet authored
BUG=1124062 Change-Id: I8ccceb481300089ad3218455ff691ff1dac2b3f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421988Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Commit-Queue: David Vallet <dvallet@chromium.org> Cr-Commit-Position: refs/heads/master@{#811535}
-
Dominic Mazzoni authored
Measures the amount of time spent unserializing changes to the accessibility tree and sending automation events. In order to scale reasonably well across different machines, this time is compared to the amount of time spent in renderer accessibility code, that way the test only fails if the disparity is too large. The test code is deliberately all one test for ease of review. As we add more tests, a lot of the code could be broken up into helpers. Bug: none Change-Id: I44a169a7c80d9ccea5cf70cb7450731a43638c7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430304 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#811534}
-
Bill Budge authored
- Reworks code that sets V8 flags for SharedArrayBuffer and Wasm Threads to also set the new V8 Atomics flag. - Atomics are now always enabled. - SharedArrayBuffer is enabled on desktop, and on Android only with site isolation. Bug: chromium:923807 Change-Id: If40bcbf66216680f0f52ec1bf02dce475b38b1f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343566 Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ben Smith <binji@chromium.org> Cr-Commit-Position: refs/heads/master@{#811533}
-
kylechar authored
SkiaRenderer has launched on Windows so we no longer need an FYI bot to run tests. Remove all tests from Win10 FYI x64 SkiaRenderer GL (NVIDIA). Also removes gl_renderer_screenshot_sync tests from CQ, these were testing the old configuration would produce pixels, but we no longer care about GLRenderer. Bug: 809722, 1132963 Change-Id: I85d7c36d3758d524a9b63ac78923533b538177e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410822 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#811532}
-
chrome://device-logReilly Grant authored
This change adds a section to chrome://device-log for the Serial API. Existing error messages are now directed here and the platform-specific enumeration backends have been updated to generate log entries when devices are added and removed, as is done for other device types. Bug: 1107826 Change-Id: I694b42fe82b96c44257c979b8a2ea276b34f3124 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436277 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#811531}
-
Dominic Mazzoni authored
Bug: 1132546 Change-Id: Ia66ca06eb4aba9c63548faca66caf94009f81fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433258 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Meredith Lane <meredithl@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#811530}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=bindusuvarna@chromium.org Change-Id: I79e12433c7174345f6a921eb234efcf8e5ce4eeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437694Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#811529}
-
Ian Kilpatrick authored
This test doesn't add a lot of value now that we have: ng_layout_result_caching_test.cc ...to test cache hits/misses. There should be no behaviour change. Change-Id: I4d13d6f61cdfce0dd00dd3e85eab6d03a7b12d63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2256156 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#811528}
-
John Delaney authored
Adds overflox-x:scroll to the css for the containers which wrap the tables on the chrome://conversion-internals page. This stops the table from rendering outside the bounds of container on narrow screens. Bug: 1132929 Change-Id: If99697c784516ac9c0c8a004646ef29695b31683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436290 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#811527}
-