- 17 Jul, 2019 4 commits
-
-
Chris Palmer authored
Don't use a heading for emphasized text. Emphasize the parallel important things: fix time for critical, fix time for high. Add a missing "be". Bug: None TBR: awhalley Change-Id: Ib22ff318794c23e83737116d3fbb7b168ecf724d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696532Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Andrew Whalley <awhalley@chromium.org> Commit-Queue: Andrew Whalley <awhalley@chromium.org> Cr-Commit-Position: refs/heads/master@{#678042}
-
Matt Falkenhagen authored
For additional test coverage of this feature flag. Bug: 824840 Change-Id: I319a01a426803b178f41da613ecd3f7d2b6c9c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702528Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#678041}
-
Antonio Gomes authored
Driven by CL that paves the way to Onion souping media_stream_constraints_util_audio.cc. This effort is part of phase 4.6.3 in the design doc [1]. [1] https://docs.google.com/document/d/1rHJGi1U72qZsOGIctIf7GKRaY8d7BgtVW8MaMYumzYY/ BUG=704136 R=guidou@chromium.org Change-Id: I944851ad08fd2d8fa4d2e1d3550f4ebef7e81f37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704361 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#678040}
-
John Lee authored
The mixin was only being used on the Extensions page; all other uses just use the --cr-primary-text-color variable. The line-height of 154% is already set on the body element of the Extensions page [1] so it does not need to be added. https://imgur.com/a/XsOb3jC [1] https://cs.chromium.org/chromium/src/chrome/browser/resources/extensions/extensions.html?type=cs&q=extensions.html&sq=package:chromium&g=0&l=52 Bug: 973674 Change-Id: I7c4f5d22ae6d1a77227247cc5abf654246815f18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703093Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#678039}
-
- 16 Jul, 2019 36 commits
-
-
John Emau authored
Because all dialogs already fit the definition of dialog modals and all use-cases of dialogs in the DevTools require a modal dialog. This meets success criteria for WCAG 1.3.1 Info and Relationships https://www.w3.org/WAI/WCAG21/quickref/#info-and-relationships See the Dialog (Modal) design pattern for reference https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal Bug: 963183 Change-Id: I9ebfeb8e54f51835351df32214512d8f5f88324b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703029Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: John Emau <johnemau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#678038}
-
Bence Béky authored
Call max_inbound_header_list_size() instead of set_max_uncompressed_header_bytes() in QuicChromiumClientSession::Initialize(), and do so before calling QuicSpdyClientSessionBase::Initialize(). This sets the base class QuicSpdySession's max_uncompressed_header_bytes_ member, which then gets passed to set_max_uncompressed_header_bytes() in QuicSpdySession::Initialize(), making sure that SpdyFramerVisitor still gets the new limit. However, this also makes sure that the limit passed to QpackDecodedHeadersAccumulator constructor in QuicSpdySession::OnHeadersFrameStart() reflects the limit. Also update QuicTestPacketMaker to use the Chromium-specific limit, which is different from the one defined in QUICHE. Change-Id: Id36e7e4998dbf69a07ae390a9bf5d93a88079a11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693401 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#678037}
-
Paul Irish authored
Bug: 979126, 816849, 984743 Change-Id: I454cee9d75c24b4b703b8dd71cb83be4eff0fb11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699018 Commit-Queue: Paul Irish <paulirish@chromium.org> Auto-Submit: Paul Irish <paulirish@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#678036}
-
Tarun Bansal authored
Move resource scheduler to a separate directory in //services/network. services/network/resource_scheduler/resource_scheduler.cc file has become too big and cumbersome with too many internal classes. The plan is to split the internal classes off to separate files. Having resource_scheduler in a separate directory would make that easier to manage. This CL does not make any functional changes. Change-Id: I3b26b5219b8dbe41b01185e901183cd32a7d8dd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689786 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#678035}
-
Brian Sheedy authored
Adds an Incognito version of RequestSessionEntersVr. As a side effect, adds the ability for tests to override the Browser instance the test framework uses and a new macro so that it's easy to add Incognito variations of tests. Bug: 909942 Change-Id: If58a53185ed6d15bc4439477ea9bec3f6d13962c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703240Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#678034}
-
dpapad authored
Bug: None Change-Id: Ia53fd213cc5c97283844f1d173cd296b02557dfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702901 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#678033}
-
Jack Steinberg authored
Updated the styling to reflect the changes to the explainer in PR https://github.com/jackbsteinberg/std-toast/pull/44 BUG=972945 Change-Id: I5e89886712b2b5704555352c4f25fe2348441e11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702124Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Jack Steinberg <jacksteinberg@chromium.org> Cr-Commit-Position: refs/heads/master@{#678032}
-
Robbie McElrath authored
Bug: 977415 Change-Id: Ib11e0fbda8e793d2b6b0bde093cfa4bb63f7325d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1682559Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#678031}
-
Miguel Casas authored
This CL runs `git cl format media/mojo/services/gpu_mojo_media_client.cc` bc I have another CL that is bugging me all the time when `git cl upload`. No new code whatsoever is intended. Change-Id: Ic6ec995f93640dc67e3254aca06574e71caeed4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704363 Auto-Submit: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#678030}
-
Akihiro Ota authored
This change implements the AccessKeyAction method for SVG elements to make them clickable by assistive technologies. Bug: 958553 Change-Id: I604379586fe866e666216fe58b703c157457b27f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691325 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#678029}
-
Vikas Soni authored
CL https://chromium-review.googlesource.com/c/chromium/src/+/1616526 changed the lifetime of SurfaceOwner which was incorrect and causing crashes. This is because VideoFrame can outlive the GpuChannel and hence SurfaceOwner shouldn't be destroyed when GpuChannel is gone since VideoFrame uses SurfaceOwner. Bug: 983595 Change-Id: I25cf066ae76920748a438cf51bd07399eaff3ffd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703482Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#678028}
-
Yi Gu authored
TBR=smcgruer@chromium.org Bug: None Change-Id: Ied5cf4ceea764577476f966a5af30abc85188d6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704976Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#678027}
-
Michael Liao (WPT) authored
Reason: - EmptyWidget elements should not be headers as they do not meet the criteria (https://www.w3.org/TR/WCAG20-TECHS/G141.html) - Marking a non-header as a header will impede SR accessibility for the affected tools Changes: - Replacing <h2> tag from UI.EmptyWidget with <div> - Removing <h2> tag from _showPreview(...) function with <div> in BackgroundServiceView.js (supposed to mimic UI.EmptyWidget element) - Adding 'empty-bold-text' css in emptyWidget.css that mimics <h2> styling and adding the class to the <div> tags to retain h2 styling Examples of UI.EmptyWidget use cases: https://imgur.com/a/qpJeB2Y BackgroundServiceView.js unique case: https://imgur.com/cAW8Nu0 Change-Id: Iff3356f12b3dd1906141de4cfe9980b7b1d9c929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693808Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Michael Liao <michael.liao@microsoft.com> Cr-Commit-Position: refs/heads/master@{#678026}
-
jonross authored
This is a follow-up to: https://chromium-review.googlesource.com/c/chromium/src/+/1696189 There a flag was added which prevents Android from using a timer to lock the Browser controls on-screen for a minimum amount of time. This change adds that flag for rendering stories which occur on mobile platforms. Bug: 896264 Change-Id: I5036ab039ab88a6b6e1acfb604f9e92290ccfc07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699696Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#678025}
-
Ahmed Fakhry authored
In order to provide a better user experience, we allow cancelling drag-to-close and switch it to normal drag once the drag location enters the desks bar bounds. This way users won't have to drop the item first and start dragging again. Demo: https://bugs.chromium.org/p/chromium/issues/detail?id=972371#c3 BUG=866622, 972371 TEST=Manually, Added a new test. Change-Id: I9c5683ed04eff230633d09f81837c1db45883f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703544Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#678024}
-
Matt Simmons authored
This CL adds the following counts: 1. Tabs.TabCountOnStartScreenShown - Logs the number of open tabs (total) when triggering the return to chrome experiment. 2. Tabs.TabCountInSwitcher - Logs the number of open tabs any time the GridTabSwitcher is shown. 3. Tabs.IndependentTabCountInSwitcher - Logs the number of entries in the tab switcher where an entry is either a) an independent tab or b) a tab group. R=yusufo@chromium.org Bug: 979344 Change-Id: Ibdcb7d98efdd85abdc581f6629228c7ac82faffb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699371 Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#678023}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ef0633a4. With Chromium commits locally applied on WPT: 250461b3 "Worker: Register a service worker just once for worker subresource interception tests" 1e9c7b68 "[Client hints] Enable ACHL persistence in content shell, refactor tests" ee7626e7 "Fixing tranferFromimageBitmap-toBlob-offscreen.html to not be flaky" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: chcunningham@chromium.org, wolenetz@chromium.org: external/wpt/media-source NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ic8d6da14ae3cefb0a9830d34d407027a63058313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704750Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#678022}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ded8bf94b4c3..7438850501ca Created with: gclient setdep -r src-internal@7438850501ca The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=holte@google.com,shimazu@google.com,mohsen@google.com,pmarko@google.com,mamir@google.com Change-Id: I1a357026dc60102e519540f3ab8859616b490662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704753Reviewed-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@{#678021}
-
Xing Liu authored
Deleted metrics: 1. Android.DownloadManager.NotificationLaunch: The relaunch happens for less than 0.0001%, this metric should be deleted, and we can consider to delete the mitigation for the flicker issue as well, since the occurrence is too low. 2. Android.DownloadManager.NotificationsCount.ForegroundDisabled: This is related to the feature flag, the feature is shipped. 3. Android.DownloadManager.NotificationsCount.ForegroundEnabled: Not actionable, we know users may have multiple download notifications. Other metrics are kept and is treated as important stability metrics. Bug: 975207,975228 Change-Id: I0f841c2e09aa475c8bd66da0ce4e8f0be12cd1ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699096 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#678020}
-
Matthew Mourgos authored
This will make it easier to change shelf height for dense shelf changes and other shelf changes moving forward. Bug: 973483 Change-Id: Ie4c062d7c9b84c4a97f2c58b66774fa1c48eb87c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704856Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#678019}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/72988e40a45e..ef2b7a6d5aed git log 72988e40a45e..ef2b7a6d5aed --date=short --no-merges --format='%ad %ae %s' 2019-07-16 dneto@google.com Avoid C-style cast for constants definitions (#760) 2019-07-16 jbolz@nvidia.com SetBeforeHlslLegalization to use more relaxed validation rules (#676) Created with: gclient setdep -r src/third_party/shaderc/src@ef2b7a6d5aed The AutoRoll server is located here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=radial-bots+chrome-roll@google.com Change-Id: Iad53571ec368a5d8218bd42408d0fad4fa6d7fd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704751Reviewed-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@{#678018}
-
Bret Sepulveda authored
In this patch, TabStripModel::AddWebContents(), which is already documented to alter the target index of a new tab in some cases, will now move a new tab to enforce contiguity in a group if the requested point of insertion would create a gap. Forked from crrev.com/c/1703291, since dfried@ is on vacation. Bug: 984112 Change-Id: I15224efc85c0565db7474cfd7dad7f0b4849cf9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704935 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#678017}
-
John Emau authored
This is a reland of 3582475b The reland is expected pass with an upgraded eslint@6.0.1 in https://crrev.com/c/1703126. For more information see: https://crbug.com/983016#c4 Original change's description: > DevTools: Use object spread operator in AxeCoreTestRunner.js > > Support for ES9 features like object spread was enabled in https://crrev.com/d2af1fc > > Change-Id: I938768072adc451d006f6f7d374bd7148a3bf084 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689002 > Reviewed-by: Erik Luo <luoe@chromium.org> > Commit-Queue: John Emau <johnemau@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#676239} Change-Id: Ice995a5e4bbd76abc762ca311cc1ea0972caee54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703026 Commit-Queue: John Emau <johnemau@microsoft.com> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#678016}
-
Wei-Yin Chen (陳威尹) authored
Add base="true" for UMA added in https://crrev.com/c/1696533. Bug: 971802 Change-Id: I226b04fe3bb90a2ac9e387bb85c2f7fbaacf78e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702582Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#678015}
-
Owen Min authored
Bug: 956237 Change-Id: Id42d2b7fc863d007154d6c2c63dc68493bc2a6ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695929 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#678014}
-
Yuly Novikov authored
TBR=kbr Bug: 981736 Change-Id: I6e3298a8ff460f691a6e22e6ad889a971065d4cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704040Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#678013}
-
Cameron authored
Bug: 981023 (marked fixed by CL above) Change-Id: I7757b24f08ad7b718b2ad6b209f79d302290c223 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703005Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#678012}
-
Brian Sheedy authored
Changes how the temporary image uploading on test failure in the GPU pixel tests works. Previously, it was re-using the old code used by the non-Gold version of the test to upload images to the GS bucket. This didn't work well since the image was stored in various subdirectories prefixed with the build revision, making it difficult to search for all failed images produced in the Gold version for a particular test. Instead, just upload all the images to a single directory and include the machine name/build revision in the image name. Bug: 983600 Change-Id: I80785bd622ee1383c2afb7379687b503b27b1481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703275 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#678011}
-
Wei-Yin Chen (陳威尹) authored
Bug: 971939 Change-Id: I324ed6a30b0a395bcd9ad2fa4c707c34a653c7b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702588Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#678010}
-
Sophie Chang authored
Bug: 969558 Change-Id: Ie39a9a28373a50b7d4cecdc6554f173fd5c4c77c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704524Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#678009}
-
Eric Stevenson authored
This CL adds support for printing the components of string, class and method item in a dex file. Bug: 976358 Change-Id: I9862a52ef812b8b8e3f502f5da488a0e215a24e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687301 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#678008}
-
ssid authored
Change-Id: I518c49873f0d8fd5b5e2b0e26f6eb653798ee586 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703381Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#678007}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/6448bd660639..763b77946e17 git log 6448bd660639..763b77946e17 --date=short --no-merges --format='%ad %ae %s' 2019-07-16 sugoi@google.com MAX_DESCRIPTOR_SET_COMBINED_BUFFERS_DYNAMIC related assert fix Created with: gclient setdep -r src/third_party/swiftshader@763b77946e17 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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_optional_gpu_tests_rel TBR=swiftshader-team+autoroll@google.com Change-Id: Ibcb4ee6bd550f74a6d5f0d9b5afa47ed1e5fd5e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704748Reviewed-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@{#678006}
-
Sam Maier authored
Bug: 957737 Change-Id: I0ad87488e64b0e233a8fdc16399947b6c1362897 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697313 Auto-Submit: Sam Maier <smaier@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#678005}
-
Ian Vollick authored
SafeBrowsingTest's testSafeBrowsingProceedThroughInterstitialForSubresource Appears to be flaky. This CL disables it for now. Bug: 984705 Change-Id: Ifb04e59e80331d3f1a36cddc1a5dac1f76b6384c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704747Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#678004}
-
Joey Arhar authored
These new protocol events will contain request information from network service and will be initiated from the browser. Bug: 856777, 849483, 868407 Change-Id: I3f25e0d0b8b7f29102d143a40e7a733a03eae5c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592771 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#678003}
-