- 30 May, 2019 40 commits
-
-
Mehran Mahmoudi authored
This implements the new progress bar design for touchless. Screenshot of this implementation: http://crbug.com/958184#c21 Mock: https://docs.google.com/presentation/d/1c-aVSZ_zsBuzCwQ4CrBJppmRQjiupa6PXmlC2OS-F-Q/edit?hl=en#slide=id.g5a1bc6d2c5_1_0 Bug: 958069,958184 Change-Id: I0b21876379036cd4aba3105c35345e187275a60c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628869 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#664927}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b4f93115c39b..e6f5583427ea Created with: gclient setdep -r src-internal@e6f5583427ea The AutoRoll server is located here: https://autoroll-internal.skia.org/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=melandory@google.com,hiroshige@google.com,mlamouri@google.com,loyso@google.com Change-Id: I817b3a2c47f2ed1ab603f2a47ef5efe9a76d9c9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637413Reviewed-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@{#664926}
-
Caitlin Fischer authored
Screen readers repeat suggestions' disambiguation information, and this is not a good user experience. Example (Googlers only): https://docs.google.com/presentation/d/1mjd7DOCV3cjms5A95fnBKJ4MYYPEWY0XkXu1C0DXcE0/edit#slide=id.g5a92c07359_0_345 Screen readers are instructed to read suggestions' label and additional_label fields; however, in the credit cards and profiles contexts, label stores a string that is used on mobile platforms and additional_label stores a string that is used on desktop. This CL ensures that, in the credit cards and profiles contexts, label stores the correct disambiguation text for the platform and additional_label is unused. Bug: 968100, 967241 Change-Id: I49ffb781614488867615d5a3797b1342c49b3bc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635413 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664925}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=engedy@chromium.org Bug: 616447 Change-Id: I78c543a8602663c3d2f8a11bafdd4f65309dfebc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636356 Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#664924}
-
Theresa authored
There's nothing Chrome specific about ObservableSupplier*. Rather, it is a generally useful class for providing dependencies that will be available asynchronously. Moving to base will allow this interface and its implementation to be used more broadly. BUG=960129 Change-Id: Ib556570f4a802180aab8b87eeaa30fa073363555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636713Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#664923}
-
Kurt Horimoto authored
This CL adds the container coordinator and coordinator factory for the kWebContentArea modality. Bug: 941745 Change-Id: Id539be9a3776ed80fc293578cd33394896e71117 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610095Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#664922}
-
Nate Fischer authored
No change to logic, this only updates a method doc to reflect the method's current behavior. GenerateAcceptLanguageHeader() decrements q-values by 0.1, not 0.2. I'm not sure when the behavior changed. I observed this when using the method (http://crrev.com/c/1637451), but this does not depend on nor block that change. Test: N/A Change-Id: Ib45bd6f6da66ad80a6c675898000f71e165dbe13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637600Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664921}
-
Dan Sanders authored
This makes it easier to track buffers through the entire pipeline. Bug: 967892 Change-Id: Id7c867682eb6dd5f784966dfd1fa33a5487458c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637681 Auto-Submit: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#664920}
-
Zhenyao Mo authored
It really doesn't fit there, and can just be constructed in renderer side, and doesn't need to be sent over through IPC. BUG=967905 TEST=manual R=kbr@chromium.org,piman@chromium.org,dcheng@chromium.org Change-Id: I4de82ccf5b115f55fd0f68e26076dd1421d7b7c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636443Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664919}
-
Wei-Yin Chen (陳威尹) authored
Bug: 968581 Change-Id: I726dd9496ce657102fd5a5d6e49ea918f9c5a986 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637145Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664918}
-
cjamcl@google.com authored
* This roll removes the DT-specific dark mode theme. DevTools now utilizes the dark theme provided by LH directly. * Move from disableDeviceEmulation to emulatedFormFactor. Bug: 772558 Change-Id: I8d000b5a2470871f977fe814eaf0202837d5062b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623894 Commit-Queue: Connor Clark <cjamcl@google.com> Reviewed-by:
Erik Luo <luoe@chromium.org> Reviewed-by:
Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#664917}
-
Evan Stade authored
TBR=tsepez@chromium.org Bug: 958206 Change-Id: I01f9ed3e56ea54f8bbc6c6674e28afcacd23a738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636169 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#664916}
-
Kurt Horimoto authored
This allows for tests to create OverlayCoordinatorFactories for a subset of OverlayRequest types for a given modality, allowing more granular tests without duplicating OverlayCoordinatorFactory logic. Bug: 941745 Change-Id: Icbf39e968eeb9e0d0814cad7e37b111e772e1de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636591 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664915}
-
Saman Sami authored
Even if the parent sequence number goes down after embed token change, the last_active_surface_id should still be updated. Bug: 967012 Change-Id: I82eb37b7f7a5fcdeb54721afc1c171ac330106b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631729Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#664914}
-
Sky Malice authored
Specifics: +77,856 bytes main lib size +505,212 bytes main dex size +139,000 bytes secondary dex size +1,042,189 bytes normalized apk size InstallSize: +401,974 bytes APK size +1,155,702 bytes Estimated installed size (Android Go) +3,004,590 bytes Estimated installed size InstallBreakdown (+3,003,724 bytes): +4,021 bytes Native resources (no l10n) size +2,673 bytes Non-compiled Android resources size +77,856 bytes Native code size +755 bytes Package metadata size +2,890,271 bytes Java code size +28,148 bytes Compiled Android resources size Dex: +3,415 entries fields +5,168 entries methods +1,603 entries types +3,314 entries strings Bug: 968593 Change-Id: Ic81731f77501ae2764a24966d89ce174c84b8635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636720Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#664913}
-
Kenneth Russell authored
conformance/glsl/constructors/glsl-construct-vec-mat-index.html is no longer flaking according to the flakiness dashboard and FindIt. Bug: 525188 Change-Id: Ic9668359a698589359077b2a52ac4c04c96bc5a1 Tbr: jmadill@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637433Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664912}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a913c12462c7..57dc02a5c268 git log a913c12462c7..57dc02a5c268 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 mellem@webrtc.org Add receive_timestamp to DatagramAcks. 2019-05-30 mellem@webrtc.org Move ownership of ICE from DtlsTransport to JsepTransport. Created with: gclient setdep -r src/third_party/webrtc@57dc02a5c268 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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=webrtc-chromium-sheriffs-robots@google.com Change-Id: I2842117e0a2b4c532ab951d7a2054b94db3fa320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637412Reviewed-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@{#664911}
-
vidorteg authored
* Some strings were added and some were removed between this change and commit 613ca444 and were not present in the grdp files, which causes presubmit errors. * $0 as a literal was present in elemts_strings.grdp, this format is reserved for grit placeholders. The fix is to use a placeholder to represent $0 Change-Id: I31eaa257eed9926a8809f83dc4be8b1a342c1b7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637046Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Vidal Diazleal <vidorteg@microsoft.com> Cr-Commit-Position: refs/heads/master@{#664910}
-
Kristi Park authored
-webkit-any does not have precedence when overriding the style. Before: https://screenshot.googleplex.com/HXygoGNSWEA.png After: https://screenshot.googleplex.com/kGSqb4ebEXA.png Bug: 851335 Change-Id: Ice7db199eb08635a488a0d1d98cda0299a2a88d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637678 Commit-Queue: Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Auto-Submit: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#664909}
-
Alex Cooper authored
This change switches the gamepad id of WMR controllers in chrome to match the value reported in Edge, which is of the format: Spatial Controller (Spatial Interaction Source) <vendor id>-<product id> This ensures the greatest compatibility with existing libraries and prevents fragmentation for developers. In order to expose this, the vendor id/product id are queried from the controller if available, and plumbed up through XRGamepad's VRPose by way of creating a device::Gamepad attached to a dummy XRInputSourceState. WMRController is created as a separate class (rather than simply adding Vendor/ProductId as properties on WMRInputSource), as that is also where methods for controller haptics live, and it would need to be split out at that time. Bug: 957281 Change-Id: Ib17ebf0e274719c3d974800eb0c0deb96af321e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636562 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664908}
-
Hector Carmona authored
Bug: 967785 Change-Id: I12c99470ed982adee57dc5f73b109fda618ba379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636275Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#664907}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/e80772c3ee35..fa2fd31ebd18 git log e80772c3ee35..fa2fd31ebd18 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 rmhasan@google.com Revert "Add fileno implementation to _LoggingOutputStream class in run_chromeos_tests.py" Created with: gclient setdep -r src/third_party/catapult@fa2fd31ebd18 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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 BUG=chromium:967922 TBR=sadrul@google.com Change-Id: Ia7a34c64ea73e0175c5900638c71418473528813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637189Reviewed-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@{#664906}
-
Kurt Horimoto authored
Adds OverlayUserData objects that contain data used to set up and represent the user's interaction withJavaScript alerts, confirmations, and prompts. Bug: 941745 Change-Id: If9f021f05f2fe06ebfe0d4ea69db1261b76b8834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636479 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664905}
-
Tina Wang authored
Add histograms when: - user see the entry point - user see the device list - user click on a target device to share a tab/link Add histograms to record the count of total valid device. Applies on: - tab menu - content menu - link menu - omnibox text right click menu Change-Id: If5515dd676dbabcfe03f35dd3892069abe72fb02 Bug: 968325, 945988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633222 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#664904}
-
John Abd-El-Malek authored
Bug: 966633 Change-Id: I15cd56e2d36465e69d27a2c42b33d6a159873275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636182 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Junbo Ke <juke@chromium.org> Cr-Commit-Position: refs/heads/master@{#664903}
-
John Rummell authored
Add the UMA "Media.EME.UrlProvisionFetcher.ResponseCode" to log the HTTP response after sending a provisioning request. Tested manually by going to the Shaka demo site, playing some Widevine encrypted content, and then checking the UMA locally by viewing chrome://histograms. Bug: 963629 Test: tested manually Change-Id: I6c49b91a4fe9275f083eb43448f82f341cecdc48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1613929Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#664902}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 15e29fe0. With Chromium commits locally applied on WPT: e90c6ef0 "NG/DL: Implement size containment (and display lock) for NG fieldset algo" abf2ac5e "webrtc wpt: avoid race conditions" d9a6ec05 "[MediaStreamTrack] Remove tests and existing support for the 'volume' property." 0882bebe "Change ICE connection state on transceiver changes" 1bbbd106 "Add feature policy for client hints, used for third-party subresources." 2229f484 "Revert "Change ICE connection state on transceiver changes"" ab94a58b "Add the remaining Client Hints to Feature Policy." e1be827e "Reland "Use promise in wpt pointer event tests to finish the tests"" 5b933889 "Reland "Adding support to bitmaprenderer in OffscreenCanvas"" 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: If8cf12f4936666a95f135de683d1db954dc0e8a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636824Reviewed-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@{#664901}
-
liberato@chromium.org authored
This reverts commit 579b12b9. Reason for revert: crbug.com/968470 (want to revert before branch cut) Original change's description: > Switch VideoFrameFactoryImpl to use a SharedImageVideoProvider > > This CL creates DirectSharedImageVideoProvider, which does a hop to > the gpu main thread for every SharedImageVideo request. This is > almost identical to what was happening before, just refactored. > > GpuVideoFrameFactory is now an implementation detail of the provider > rather than VideoFrameFactoryImpl. > > A follow-up CL will provide an implementation of > SharedImageVideoProvider that maintains a pool of SharedImageVideo > objects to provide without hopping to the gpu main thread on the > critical path. It will still post a "MaybeRenderEarly" to the main > thread, but that doesn't need to hold up delivery of the VideoFrame > to the renderer. > > Change-Id: Ia318862daf610327e716515f020b3eeb934dd012 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628154 > Commit-Queue: Frank Liberato <liberato@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663361} TBR=dalecurtis@chromium.org,liberato@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I2c7878a5f6a31c2b4518a9756f144891a6341863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636561Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#664900}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/f37083edf0ef..7b275a5af161 git log f37083edf0ef..7b275a5af161 --date=short --no-merges --format='%ad %ae %s' 2019-05-30 ramakrishnan.nikhil@gmail.com [sfnt] Separate WOFF sources and headers. 2019-05-30 wl@gnu.org [base] Fix `make multi'. Created with: gclient setdep -r src/third_party/freetype/src@7b275a5af161 The AutoRoll server is located here: https://autoroll.skia.org/r/freetype-chromium 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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel TBR=bungeman@google.com,drott@google.com Change-Id: I01992f0f80a6178f5d5fa0292f6da5e3a10eac7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637521Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#664899}
-
John Budorick authored
Bug: 731375 Change-Id: I8a84393090effed7ff357d565a53ed1fd7788f19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636599 Auto-Submit: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#664898}
-
Sky Malice authored
Bug: 968611 Change-Id: I5710626293133e424a80a231f672802fa6c92c8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636826Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#664897}
-
Hiroshige Hayashizaki authored
This reverts commit 716c8e2b. Reason for revert: causes media_unittests failure on MSan bots https://crbug.com/968626 https://ci.chromium.org/p/chromium/builders/ci/Linux%20MSan%20Tests Original change's description: > media/gpu/linux: Create DmabufVideoFramePool. > > DmabufVideoFramePool is used to allocate and recycle DMA-buf backed > VideoFrames. It is used by hardware accelerated video decoder. Besides > allocating and recycling VideoFrame, it also provide these functions: > > - Limit the number of buffers to prevent client from draining the > memory. > - Query the original frame by the wrapped frame. > > BUG=941330 > TEST=media_unittests > > Change-Id: I368d620fa0c8fb2b1a03c3479c08bad54acd55da > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1527911 > Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> > Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > Reviewed-by: Alexandre Courbot <acourbot@chromium.org> > Reviewed-by: David Staessens <dstaessens@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#664664} TBR=sandersd@chromium.org,akahuang@chromium.org,hiroh@chromium.org,acourbot@chromium.org,dstaessens@chromium.org Change-Id: I747757f64d63973d129e640e0ba78173e01090dc Bug: 941330, 968626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636597 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#664896}
-
Nate Fischer authored
This fixes the Accept-Language request header when the Network Service is enabled by adding back q-values for language entry (to properly denote user preference). No change to legacy code path. Bug: 968287 Test: out/.../bin/system_webview_shell_apk launch 'https://httpbin.org/headers' (verify header has q-values) Test: run_webview_instrumentation_test_apk --enable-features=NetworkService,NetworkServiceInProcess -f AcceptLanguageTest#* Cq-Include-Trybots: luci.chromium.try:android_mojo Change-Id: Ideb10bdf299505b40d96df8c771509a11c102ffc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637451Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#664895}
-
Andrew Luo authored
Bug: 924194 Change-Id: I2e3938ec9cffe07910e2618fa88e0c82a7ccf3e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574214Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664894}
-
Mike Dougherty authored
TBR=eugenebut@chromium.org Bug: 968296 Change-Id: Icc38b3bbe9cb1c8d66fb1fe004e6a970ac90b826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1637740Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#664893}
-
Matt Falkenhagen authored
These could be useful to analyze performance, e.g., to see whether renderer process initialization was slow vs the renderer was too busy to receive the Start Worker IPC. Bug: 968424 Change-Id: I46230c92cdc8f28e11730bfc04bdb427a3f35ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636993Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#664892}
-
Manas Verma authored
The GetDetailsForGetRealPan request will return the type of authentication required and potentially a dynamic nonce for the authenticator to sign. Bug: 949269 Change-Id: I35b53f59415d8cc353ea501af6ad8b73eda47f1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589695Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Manas Verma <manasverma@google.com> Cr-Commit-Position: refs/heads/master@{#664891}
-
Martin Kreichgauer authored
This change extracts the static-only public interface of CredetialMetadata into non-member functions. The nested UserEntity class is also moved out of CredentialMetadata and the remaining (private) encryption and authentication functionality moves into a .cc-only class called cryptor. No functional changes intended. Bug: 967388 Change-Id: I77d315f684c828c30b7099206ac830e6b54c1ea2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631393 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#664890}
-
Salvador Guerrero authored
Some parts of BrowserContext (such as VideoDecodePerfHistory and DownloadDB) depend on //components. The components they depend will going forward need to depend on a component service that is build with a SimpleKeyedServiceFactory, which requires a SimpleFactoryKey. For most use-cases, this key can be retrieved from Profile in //chrome, and used in all of //components, since the implementation of the key lives in //components/keyed_service/core. However, that is not the case for code in //content or other embedders of //content such as ChromeCast, headless and Fuchsia. This CL therefore updates the subclasses of BrowserContext in these embedders to provide and own a SimpleFactoryKey: CastBrowserContext HeadlessBrowserContextImpl WebEngineBrowserContext TBR=blundell@chromium.org Bug: 943170 Change-Id: I021b817c576c789b9ef059e882c6f8bfe1bd1b3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1616422 Commit-Queue: Salvador Guerrero <salg@google.com> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#664889}
-
Matt Falkenhagen authored
Change-Id: I47993d4e2537948db5844621050cd1ebdb977748 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635082Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#664888}
-