- 25 Jun, 2020 40 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/34878824fc18..49f9437cc85f 2020-06-25 robertphillips@google.com Revert "Be more consistent about calling release procs in SkImage factories" 2020-06-25 michaelludwig@google.com Switch inline variables to use a counter 2020-06-25 reed@google.com Move impl into SkColorFilterBase 2020-06-24 bsalomon@google.com Remove unnecessary AsyncReadPixels command buffer disable. 2020-06-24 ethannicholas@google.com Fixed an SkSL optimizer issue with collapsing static ifs / switches. 2020-06-24 robertphillips@google.com Be more consistent about calling release procs in SkImage factories 2020-06-24 csmartdalton@google.com Pass the primProc and uniformHandler to tessellation shader back doors 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 lovisolo@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 Bug: chromium:1097484 Tbr: lovisolo@google.com Change-Id: If580f7c3d7ef6a83edeae166b5e0d7bb6ab5f2ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265772Reviewed-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@{#782272}
-
Joel Hockey authored
Show 'This folder is shared with ...' in the #files-message when the current folder is shared with a VM. Strings added in crrev.com/c/2264183 Bug: 1095889 Change-Id: I71386a298b9edce15d44b2ff25534f6f0256ab43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262019Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#782271}
-
Vikas Soni authored
This is a reland of d64b01c3 with a bug fix. TBR=penghuang@chromium.org Original change's description: > Utility function to create VkImage from ScopedHardwareBufferHandle. > > Add a utility function to create VkImage from > ScopedHardwareBufferHandle. This helps to unify > common code. > > Bug: 1091945 > Change-Id: I87448b6a577bba95420ed0dd4f8d6925501cdec5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263478 > Reviewed-by: Peng Huang <penghuang@chromium.org> > Commit-Queue: vikas soni <vikassoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#781848} Bug: 1091945 Change-Id: I1a316f94644087113d4192f77d61f5991b42e68b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264085 Commit-Queue: vikas soni <vikassoni@chromium.org> Reviewed-by:
vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#782270}
-
Hitoshi Yoshida authored
Bug: 839389 Change-Id: Ia08197fbafc434ce79d5bc9a0eb8d153641356e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264185 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#782269}
-
Jason Lin authored
... instead of a notification. Fixed: 1098631 Change-Id: I5dbd76feea7d58391284b9cb95efdd659d58d1a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262362 Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#782268}
-
Becca Hughes authored
We are now at a point with Kaleidoscope where we can switch on the build flag in Chrome official builds. BUG=1044741 Change-Id: I8131da21714056cd34f5d944795317088b8e0d47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261231Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#782267}
-
dpapad authored
Previously the InkController class was defined in controller.js, and moreover the code was not excluded for non-CrOS builds. This CL fixes the issue by addressing a TODO in the code. Bug: None Change-Id: I72adb39798f8c772a3353772c5513b4ffc5d4bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219310Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#782266}
-
Dominic Mazzoni authored
When I originally added these attributes, I conflated "name" and "string", but they're not the same thing - a name is alphanumeric but part of the spec with a specific meaning, and a string is where the possible values aren't predetermined and need to be more arbitrary. Furthermore, node IDs are ints in Skia's tagged PDF APIs, but stored as strings in PDF files, and the logic for converting ints to strings shouldn't be duplicated. This change fixes table attributes to use name and string types correctly according to the spec, and uses a new Skia API for adding node ID attributes where Skia converts to a string. Bug: 1039816 Change-Id: Id1bbd84c38b0ef4f9ee6cbf91c209f5f28d2f510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251058 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#782265}
-
Hiroki Sato authored
Before this change, ARC++ notification windows get a kWindow role and a modal attribute. This made Chromevox linear navigation stuck on the notification. This CL changes notification window to be generic container and non-modal so that users can go outside of the ARC++ notification. AX-Relnotes: Improve ChromeVox navigation in ARC++ notification. Bug: b:158794199 Bug: 1011004 Test: AXTreeSourceArcTest Test: manually tested with talkback-test-app. Change-Id: I5bcf446b24c8afd58a76060a350d8be967d2051a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263632 Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#782264}
-
Daniel Hosseinian authored
Currently, GetCompositeRequest() creates a new print compositor service if one does not already exist for a document cookie. Given that the creation of a compositor is an expensive operation, split the creation to AddCompositeRequest() so callers can intently create the compositors. Bug: 1065174 Change-Id: I9249a1c5dc4cf9da87b5a39621fded28bfc36fed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228141 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#782263}
-
rbpotter authored
The download button should have aria-haspopup='menu' when the Edited/ Original menu is available. Bug: 1078543 Change-Id: I8a070b81fe9e27f0cad5448f44ac245dbeada3bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260780 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#782262}
-
Joel Hockey authored
This strings are from crrev.com/c/2262019. We will add them as a separate CL to ensure they are landed before branch. Bug: 1095889 Change-Id: I97639723846f08cb95774c8a6383e6d6d8ed9da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264183 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#782261}
-
Devlin Cronin authored
Add a TestExtensionDir::CopyFileTo() method that copies a given filepath into the temporary directory held by the TestExtensionDir. This prevents callers from having to either do the copy more manually (reading the content and then writing it) or poking into the TestExtensionDir's inner temp directory. Bug: None Change-Id: I3ce727548ff9a4184c33d57bbacaee7e132baa43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265292Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782260}
-
Matthew Denton authored
Adds |additional_untrusted_authorities| to CertVerifier::Config. This will currently only be used on ChromeOS to expose additional temporary certificates to NSS when policy requires it. These certificates unfortunately round-trip through the NetworkService: when the policy-provided certificates are updated, ProfileNetworkContextService calls NetworkContext::UpdateAdditionalCertificates(). This in turn will call CertVerifierService::SetConfig() with the policy-provided certificates. This CL also instantiates the CertVerifierService on the IO thread (instead of UI) in the browser process on ChromeOS. This is because CertVerifierBuiltin for ChromeOS uses user slots, which are initialized on the IO thread. This CL also parameterizes the browsertests in //chrome/browser/chromeos/policy/policy_certs_browsertest.cc to run both with and without the CertVerifierService enabled, to test the changes in this CL. Bug: 1085379, 1015134 Change-Id: Ibb623d9e53a46819ea5152e72d4f343ae52e8d60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243867Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#782259}
-
Regan Hsu authored
Specs: https://carbon.googleplex.com/cros-ux/pages/search-bar/style?q= Screenshots: https://drive.google.com/corp/drive/folders/1bM5wzS4OOKVR0Agco8Dt3GXPf1ZRKpTV Fixed: 1096875 Change-Id: I3bde5a7fa7a2d034cc18589e98121a10bb73551d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265397Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#782258}
-
Will Cassella authored
Some VideoDecoder implementations must do non-synchronous work besides resource reclamation during their destruction process, this CL allows them to do that more cleanly and safely via an 'AsyncDestroyVideoDecoder' wrapper. All they need to do is implement a static 'DestroyAsync' method that takes an instance by unique_ptr, and they can post whatever tasks they need within that function without worrying about being destroyed when it returns. Change-Id: I05f258a4cda90b9850e1c4a22c1084bae2dda563 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2191275 Commit-Queue: Will Cassella <cassew@google.com> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#782257}
-
Owen Rodley authored
This is currently in Gatekeeper. The Gatekeeper version will be removed once this is live. Bug: 1094768 Change-Id: I5631c0e2787434c1d4f859ee6095250c92490c38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264184 Auto-Submit: Owen Rodley <orodley@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#782256}
-
Regan Hsu authored
Bug: 1096884 Change-Id: I72cb4347b663f47c955a472bdd0222ad94dd7adc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265457Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#782255}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1593043069-e9ed35a2ba4491e832399d01d535b62071a030c0.profdata to chrome-win64-master-1593046477-06178a9c216cc048eab05ba3ba80abffec05a54c.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-win64-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I6db1b70dd371879fd58d3e17fad4fbe282c437cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265718Reviewed-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@{#782254}
-
Trent Apted authored
The DOM File() constructor is really slow. This takes the time to construct the `ReceivedFileList` in a 1000-file folder from ~400ms to ~8ms. Bug: b/159858476 Change-Id: Ie884e652bb06edbf775d66db57b8c88569654655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265698Reviewed-by:
dstockwell <dstockwell@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#782253}
-
Asanka Herath authored
Bug: 973801 Change-Id: If74c681e5187fe84dc68bf9c12b2b6db984fd02b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254527 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#782252}
-
Ian Struiksma authored
captured sites tests were listed under chromium.fyi when they are actually under internal.chrome.fyi Bug: 1099009 Change-Id: I29abb1790378a9214b6186c0c9aa09834e570338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264470Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ian Struiksma <ianstruiksma@google.com> Cr-Commit-Position: refs/heads/master@{#782251}
-
Brian Sheedy authored
Moves the shared Skia Gold python code from //testing/ to //build/. The //testing/ location is causing issues for V8, as they include //build/ but not //testing/. Bug: 1098641 Change-Id: I9a0b6d5f8d0134f5c1f0caef765e9ecde9ad7360 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264607 Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#782250}
-
Jia authored
This cl adds an observer to Searchhandler to observe changes in settings results availability, and refresh results when necessary. Settings team resolved a bug (crbug.com/1096867) in SearchHandler that refreshes stale results. This cl ensures we can pick up the changes in the Launcher too. Bug: 1068851 Change-Id: Icb3cdc7726320f132f558d8076017b4de846ab82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265694 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#782249}
-
Xiaohui Chen authored
Bug: b:154268518 Change-Id: I131c63ddbe59a70971a286f58243e701610945a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2257401 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#782248}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/55ae76d9fed9..6069b8345ecb 2020-06-24 thestig@chromium.org Add CFX_CSSComputedStyle::GetLastFontFamily(). 2020-06-24 thestig@chromium.org Mark many params as const in CXFA_TextParser methods. 2020-06-24 thestig@chromium.org Use CPDF_Dictionary::GetNameFor() to tighten checks. 2020-06-24 thestig@chromium.org Use CPDF_Dictionary::GetNameFor() in some tests. 2020-06-24 thestig@chromium.org Add CPDF_Dictionary::GetNameFor(). 2020-06-24 thestig@chromium.org Remove unused CPDF_Dictionary::GetFloatFor(). 2020-06-24 thestig@chromium.org Slightly reorder cpdf_dictionary.h. 2020-06-24 thestig@chromium.org Initialize CFX_CSSComputedStyle inner class members in the header. 2020-06-24 thestig@chromium.org Add third_party/base/containers/adapters.h. 2020-06-24 thestig@chromium.org Improve test coverage for CFX_CSSSelector. 2020-06-24 thestig@chromium.org Use std::move() with CFX_CSSValueList ctor. 2020-06-24 thestig@chromium.org Simplify CFX_CSSValueList. 2020-06-24 thestig@chromium.org Use size_t in more CSS classes. 2020-06-24 thestig@chromium.org Improve CFX_CSSStyleSheetTest. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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: pdfium-deps-rolls@chromium.org Change-Id: I46ef846887ac41b4445c2e1c039fd873f5a128fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265490Reviewed-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@{#782247}
-
Xiqi Ruan authored
Shorten the announcement of ChromeVox when user types in the parent access code. Use a virtual text field, change the accessbility focus to input fields' parent, and customize its accessbility events. Vocalization example: Previous: 8, 1 of 6, Next number Now: 8 Bug: 974020 Change-Id: I72b93cadcfe495f8d7f835eac45d2843861d154b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2181022 Commit-Queue: Xiqi Ruan <xiqiruan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#782246}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/1b485322085d..afdbf8e6f881 2020-06-24 chemag@fb.com H264: Fix stap-a-to-annex-b loop over-read 2020-06-24 fippo@sip-communicator.org red: modify the encoder to send RFC 2198 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: If593d70319c0e3d27da5153ac323740cabfec136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265487Reviewed-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@{#782245}
-
Xing Liu authored
Only show download later dialog when on metered network. Also refactor some code to use new network API. Bug: 1078454 Change-Id: I7217592b3dc79c3b2afb2e1c4a492d6e4a965d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261106 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#782244}
-
tby authored
These metrics are useful for a while longer, for the suggested files experiment. This CL makes 2020/12/06 the date when all zero-state file metrics expire. Bug: 1097818 Change-Id: Iffd44003b4379009d92d1a6f3406288c2611f873 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264090Reviewed-by:
Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#782243}
-
Omid Tourzan authored
Using negative outline-offset to push outline into box border and add padding to put some distance between link text and its focus outline. Also remove the underline of "Learn more" link in the low space warning message to match the files-ng spec. Note: no need for this in the drive welcome message since it is inside a <cr-button> which removes the text underline style. Add 20px margin-inline-end on download warning element to space it away from the dismiss button. The 48px value in the design causes the text break into two lines at the default files app window size. Use 20px for now to avoid this line breaking. Bug: 1082539 Change-Id: I64794428dc48ecafc8a6d84e50725e5f735d9bb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264088 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#782242}
-
Nate Chapin authored
Bug: 1029822 Change-Id: Ice2d60d28546fa755feac36dd8278e3e14256200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264810 Auto-Submit: Nate Chapin <japhet@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#782241}
-
Kenichi Ishibashi authored
crrev.com/c/2253259 added helper functions to store/delete registrations. We can use these helpers in some other tests to remove duplications. Bug: N/A Change-Id: Ie6c245e8b484c9473d62f74bae1f6451208363d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264091Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#782240}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/36bfd8956dd0..e0658a4adf12 2020-06-25 jbudorick@chromium.org Restore --output-device-blacklist option to provision_devices temporarily. 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 oysteine@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: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:1098775 Tbr: oysteine@google.com Change-Id: I00a195d36cc758c51d088c769f4cbd32057a801a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265491Reviewed-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@{#782239}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/10e4a44ce651..2a6cc4f8fb40 2020-06-25 jiawei.shao@intel.com Optimize B2T and T2B copies with multiple array layers on Metal 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/+doc/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: I87259a28fa80c1e4bb20f2ae4371a58e6688c6b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265554 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#782238}
-
David Maunder authored
We have been calling the server too aggressively and need to reduce the calls. We achieve this by only allowing one call to the server every 5 seconds. Bug: 1093531 Change-Id: I4d0d263248b7489b1b688921382c4bb214810b97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241348 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#782237}
-
Reilly Grant authored
This change updates the Mojo interface provided to the renderer and implements the getInfo() method on the SerialPort object so that sites can determine the USB vendor and product IDs of a device. These properties are USB-specific and won't be present for other types of devices. These properties provide symmetry with the usbVendorId and usbProductId filter parameters a site can pass to navigator.serial.requestPort() and allow the site to automatically detect the model of a device in order to determine the protocol it supports. Bug: 1074383 Change-Id: I84e0028890c1ecb9598262594a55adbec7443b50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236915 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#782236}
-
Yoshifumi Inoue authored
This patch changes "caret-ltr-right.html" to utilize |selection_test()| for ease of maintenance and enabling EditingNG. Bug: 679977, 707656 Change-Id: Ie030551e9656436a4c2ac02cc14127b98d294e17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262693 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782235}
-
Rachel Wong authored
This change adds a policy that sets Suggested Content to default disabled for enterprise users. Bug: 1079169 Change-Id: I994ff0efd9c5ff7605f0508fdf1c3556b45ecccd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2255736 Commit-Queue: Rachel Wong <wrong@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#782234}
-
Stephen Roe authored
If the runner logs directory is not specified, if there is an emulator ssh connection error output the serial log contents using python script logging. Bug: 1067356 Change-Id: I437b60dc3dda699d8f1215c1f1baaac72f451f84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261637 Commit-Queue: Stephen Roe <steveroe@google.com> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#782233}
-