- 09 Jun, 2020 40 commits
-
-
Teresa Kang authored
Adding performance tests that serve to measure how much performance improvements can be obtained by the addition of willReadFrequently option. Test cases include multiple draws and multiple getImageData calls. The canvas-getImageData-smooth.html is corrected and shows that the discrepancy between cpu and gpu rendering does exist. Bug: 1090180 Change-Id: I8701f4389d8f0c9a26498d35b874453512e4669f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231808Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Teresa Kang <teresakang@google.com> Cr-Commit-Position: refs/heads/master@{#776577}
-
Adam Norberg authored
It now takes an XPC protocol as a parameter and mocks the service specified. Some type safety is lost in the process, since I had to convert id<P> to raw id in a few spots; I spend a while trying to figure out how to do this with templates and concluded that I probably couldn't (because C++ does not understand an Objective-C protocol, since it is completely outside the C++ type system), and figured the unchecked type is tolerable in test code. Bug: 1055876 Change-Id: I2fe5684b34b64245f6d9fe7716c9bdf7cd97c76e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231703Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Adam Norberg <norberg@google.com> Cr-Commit-Position: refs/heads/master@{#776576}
-
Xida Chen authored
TBR=treib@chromium.org NOTRY=true Bug: 1092721 Change-Id: I680448ba7ca6926d058fb48cbca9c38c83adb8b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238267Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#776575}
-
Oksana Zhuravlova authored
This is a reland of a0061b0e The updated trace processor for mac has rolled in https://crrev.com/c/2236111. Original change's description: > Reland "[tools/perf] Add webview_cpu_usage metric" > > This is a reland of 5c76e821 > > The test failures that caused the revert have been fixed in > https://r.android.com/1325791 and rolled into chromium in > https://crrev.com/c/2236240. > > Original change's description: > > [tools/perf] Add webview_cpu_usage metric > > > > This change adds a metric that calculates the amount of time WebView > > spends on different frequencies. > > > > Bug: b/157855323 > > Change-Id: Ibb1fa61cc2ba1479f2b76ef642dc03c64a9a14b5 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231452 > > Reviewed-by: Mikhail Khokhlov <khokhlov@google.com> > > Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#775713} > > Bug: b/157855323 > Change-Id: I45552ebb5b3ca49c05506495e16a7a20e02ade86 > TBR: khokhlov@google.com > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236055 > Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#776374} TBR: oksamyt@chromium.org Bug: b/157855323 Change-Id: If89eab0236486f3d09e381881cac3743d6942368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235719Reviewed-by:
Mikhail Khokhlov <khokhlov@google.com> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#776574}
-
Chris Lu authored
This change adds two classes: TranslateInfobarModalOverlayMediator, which serves as the mediator for Translate Infobar Overlays, and TranslateInfobarModalOverlayCoordinator, which manages the presentation of the modal. FakeInfobarTranslateModalConsumer is created for testing the mediator. Bug: 1071914 Change-Id: Ic6fe7d49966aee1426840f9bdc6033699aa7c09e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233485 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#776573}
-
Manuel Rego Casasnovas authored
Change-Id: I783825bb9362df3c1a43f10ac8666f69332bd774 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238106 Commit-Queue: Manuel Rego <rego@igalia.com> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#776572}
-
Mohsen Izadi authored
Currently, key events set EventTimeForNow() as their time stamp if the provided time stamp is null. This CL expands this to all event types. It also sets a proper time stamp for native key events generated by ui::test::EventGenerator. Hopefully, this change makes tests that rely on event timings more reliable. Bug: 1086620 Change-Id: I79d0e91ce91da227f2c832c7044c5b9b42369af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228055Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#776571}
-
Antonio Gomes authored
... instead of WebMediaStreamSource. CL is a follow up of https://crrev.com/c/2236014, where the use of MediaStreamComponent was adopted instead of WebMediaStreamTrack. BUG=704136 R=guidou@chromium.org Change-Id: Ic23327f40cc5d1e55e760943477f74723b312e5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237768 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#776570}
-
Jeroen Dhollander authored
Now that the |AssistantState::READY| flag has been removed, we can rename the NEW_READY flag to READY. Bug: b/142428671 Change-Id: If874e8e856e34fefe75e0b39c937258f255261d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236289 Commit-Queue: Jeroen Dhollander <jeroendh@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#776569}
-
Nate Chapin authored
Change-Id: I93c517158d5c01f777ea8e923efb29efeb48435a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236397Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#776568}
-
Andrew Grieve authored
Dex command was hitting length limits. Bug: 1092918 Change-Id: Idcaf0706bf57882178440d9c8597985daa315d49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237713 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#776567}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a7e60fe18677..3fd631b2397e 2020-06-09 hjd@google.com Merge "ui: Run npm audit fix --force" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I1d7d112829535aee4d818fe7ce2743961130921b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237868Reviewed-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@{#776566}
-
Scott Violet authored
As WebLayer is for use on platforms other than Android, I needed a new name. I went with js_injection as this is mostly about injecting js in the renderer. If you can think of a better name, I'm happy to rename. BUG=1042771 TEST=covered by android_webview tests Change-Id: I2fb39266ef5958c73b28f8bf605d4180cd2fa02f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2234551 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#776565}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7910a8f76121..a01ec53bddbd 2020-06-09 bsalomon@google.com Remove axis alignment restriction on small CPU blur 2020-06-09 johnstiles@google.com Revert "Add JavaInputStreamAdaptor files into third_party directory." 2020-06-09 bungeman@google.com Document skia::textlayout::Run is non-assignable. 2020-06-09 mtklein@google.com remove unnecessary hsw opts 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 bungeman@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:1087705 Tbr: bungeman@google.com Change-Id: Iabc6296c420b5c7e0a0a30870bb228bed20f7db9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237867Reviewed-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@{#776564}
-
Eric Willigers authored
The app launch histograms remain useful until Chrome Apps are removed. https://blog.chromium.org/2020/01/moving-forward-from-chrome-apps.html June 2022: End support for Chrome Apps on Chrome OS for all customers. Bug: 1088772, 1088773 Change-Id: Id2fa7612d52719b814d8736252df1fc95c291516 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224893Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#776563}
-
Frank Tang authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/630b884..46f53df 46f53df Add fuzzer to try ToUpper/ToLower by Frank Tang 53eca4c Cherrypick the upstream PR 1140 by Frank Tang ICU-13786 Fix addLikelySubtags/minimizeSubtags #1140 Bug: v8:10448, 1078274 Change-Id: I887bffd5df022689c7c9c07eef6b840a6755d81d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235734Reviewed-by:
Jungshik Shin <jshin@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#776562}
-
Rouslan Solomakhin authored
Before this patch, PaymentAppService would release its references in the destructor, which is the second phase of browser shutdown, as opposed to the KeyedService::Shutdown() method, which is the first phase, where all references should be released. This may have caused a crash when closing the browser. This is a speculative patch to have PaymentAppService release its references to the payment app factories during the first phase of browser shutdown. After this patch, PaymentAppService releases its references in the KeyedService::Shutdown() method, which is the first phase of browser shutdown. Bug: 1077713 Change-Id: Ic5785f703156bea2af7a1a03fca4ca6a39bb7dfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236464Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#776561}
-
Sami Kyostila authored
WebCore.ScriptedIdleTaskController.IdleCallbackOverrun was already removed from Chrome in 2017 by https://chromium-review.googlesource.com/803338. Bug: 1089649 Change-Id: Ib4b1ae39e78f64702815193601d18a0b5f373332 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236144 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#776560}
-
Etienne Pierre-doray authored
NonEmptyPaint3 is replacing NonEmptyPaint2. As a first step, expiry and owner is updated. https://groups.google.com/a/google.com/g/chrome-catan/c/BhJOc7JIYeY/m/KvfHr2sqBgAJ Bug: 1091379, 1089531 Change-Id: I71134b54c6455b366fdb3f65541a69499ea893e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2231518Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#776559}
-
spdonghao authored
Bug: 1086961 Change-Id: If811181513eced84a7c92960520a5f8e5f398398 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218849 Commit-Queue: Hao Dong <spdonghao@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#776558}
-
Jeffrey Cohen authored
Bug: 1083851 Change-Id: I569c5dc14de4d6590cbd96901ecae7b505dbdec2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236248Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#776557}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e95a3d28. With Chromium commits locally applied on WPT: 9c24e63c "Check for first frame in CreateImageBitmap" a8a28083 "[Security][Coop] Browsing context switch reporting WPT" b2436c3b "Ensure cloning a template element into an inactive document does not crash." 027aefc6 "OPTION element: Update OPTION label even if it has invalid markup" d29069f3 "Fix issues with declarative shadow dom <template> during parsing" 0776aa6d "Mark pointerevent_pointermove_in_pointerlock test non 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 NOAUTOREVERT=true TBR=foolip@google.com No-Export: true Change-Id: Id25666c68e846253b2432891a6ee235dde7cc0ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237647Reviewed-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@{#776556}
-
Mikhail Khokhlov authored
It turns out different devices have different limits for power rails counters, so we can't compute the exact drain value if we don't know the device. This CL replaces the exact value with an estimation in that case. Change-Id: I8b4f1f63a6b9716a119f5f0a8f001c7801e10eb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236480Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#776555}
-
Xida Chen authored
TBR=treib@chromium.org NOTRY=true Bug: 1092924 Change-Id: If9da60f70fc19954493a6ae6bfe082644fe556a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237721Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#776554}
-
Gavin Williams authored
These strings will show on Chrome OS Print Preview when the currently selected printer is in an error state. Bug: 1059607 Change-Id: Id87e35170b044d77809d6494e2e0b713d78c1dbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228351 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#776553}
-
Andrew Xu authored
When hotseat enters extended mode from home launcher mode, hotseat's bounds undergo the following changes: (1) The origin of the hotseat bounds moves to left. (2) The hotseat bounds become wider. Meanwhile, the hotseat background's origin is related to hotseat bounds. Denote the background origin by |background_origin|; denote the hotseat bounds by |bounds_rect|. Then background_origin|.x is calculated roughly by the equation below: (1) |padding_inset| := (|bounds_rect|.width - space_taken_by_icons) / 2 (2) |background_origin|.x := padding_inset + |bounds_rect|.x |bounds_rect|.x becomes smaller while |padding_inset| becomes bigger. It is the reason why the hotseat bounds move back and forth. In this CL, the custom layer element is created for the transition between home launcher mode and extended mode. It ensures that the hotseat background varies linearly in screen coordinates. Bug: 1042911 Change-Id: Id91ce3ecf2bbee8509a3f794c6e943c6bf1d6ef3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225590 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#776552}
-
Marc Treib authored
It's flaky (on both Win and Linux) TBR=wjmaclean@chromium.org Bug: 1092915 Change-Id: Ifaa41d2f19198a8d5fd05887a3f500acde15689f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237927Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#776551}
-
Becca Hughes authored
Remove associated origins as this is something we no longer need for launch. BUG=1091776 Change-Id: Iedadedc600948e8ae61fb088ff8b5e0824d8f661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232752Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#776550}
-
Joe Mason authored
R=siggi Bug: 1080672 Change-Id: I90a199b1133f10354ba444e2256069fa04ca4161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237708Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#776549}
-
Jorge Lucangeli Obes authored
The histogram was added in https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2230224 BUG=1091286 TEST=validate_format, pretty_print. Change-Id: Ibd651812a608c7154eb997157b6c3465bc20f91a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237707 Auto-Submit: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Jorge Lucangeli Obes <jorgelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#776548}
-
Charlie Hu authored
Previously, oversized-images is migrated from feature policy to document policy in https://chromium-review.googlesource.com/c/chromium/src/+/2058702, but there are still expectation files and links to feature-policy-oversized-images-*. This CL cleans up those obsolete files and links. Change-Id: Ifd80e5ad59fa787164062a941f306c5149db3f24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228360Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#776547}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a48dd43fe185..dffa944e0725 2020-06-09 tommi@webrtc.org Reland "Remove dead code from ModuleRtpRtcpImpl2" 2020-06-09 tommi@webrtc.org Deprecate a few unused methods in RtpRtcpInterface 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: I2668c89f08ba5c1e6c89d2721842dfb393e05f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237205Reviewed-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@{#776546}
-
Aaron Krajeski authored
Bug: 1091267 Change-Id: Ibe58b5778860d91d3181ded85024f27271d4a0d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236040Reviewed-by:
Yi Xu <yiyix@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#776545}
-
Jeff Yoon authored
Migrate base::Bind calls in ios/components to base::BindOnce or base::BindRepeating as part of code health improvements Bug: 1007793 Change-Id: Ib25fed1c909c8d72628214a55bbd2d6213d42d08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236281Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#776544}
-
Miguel Casas authored
This CL is a refry of crrev.com/c/2072621, where only the HDR DisplayColorSpaces are filled in and the SDR ones are skipped and left for a later CL. The original landed-and-reverted CL is kept in PS0 to ease review. Bug: 958166, b:158126931 Original CL description ----------------------------------------------- This CL adds code for populating the necessary gfx::DisplayColorSpaces in CreateManagedDisplayInfo for supporting SDR and HDR target color spaces (depending on the monitor capabilities and the big hdr flag). It needs a sibling CL to allow AR/B30 FBs on CrOs crrev.com/c/2078655, Tested with that CL and by playing an HDR video: the primary framebuffer format in /sys/kernel/debug/dri/0//state correctly changes to XB30, whereas when there are not HDR quads in the BufferQueue, it's XR24. Bug: 958166 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072621Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#745461} Change-Id: I2700d4d22a6b7e3a91433e6ca5bd042760cf165b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235977 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#776543}
-
Matt Menke authored
SpdySession::CanPool() checks CertificateTransparency state, so in order to double-key the Expect-CT database, we need to pass the NetworkIsolationKey through CanPool() down to TransportSecurityState::CheckCTRequirements(). BUG: 969893 Change-Id: I612be66f8a530d01edd14b6286617e20a6b28f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212702Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#776542}
-
Marc Treib authored
They're all very flaky. TBR=dschuff@chromium.org Bug: 1003259 Change-Id: Ibf8bd420fd9948ff1a0872df1778958c39759361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2236143Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#776541}
-
Charlie Hu authored
Change-Id: Id82847e8f54f740cbc4cdbd9bf34000262882f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2229208Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#776540}
-
Xida Chen authored
TBR=treib@chromium.org NOTRY=true Bug: 1092924 Change-Id: Iea95759a9cb37b9a11c76f5bfb2fb1763c6a7507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238008Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#776539}
-
Koji Ishii authored
This patch fixes: ObjectPaintInvalidatorTest.TraverseFloatUnderCompositedInline ObjectPaintInvalidatorTest.TraverseStackedFloatUnderCompositedInline when FragmentItem is enabled. Bug: 982194 Change-Id: I7857d063711669ac3f3a5b66ba1e114cc3db8f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237430 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#776538}
-