- 11 Sep, 2020 40 commits
-
-
Yoichi Osato authored
As per IETF spec https://tools.ietf.org/html/rfc7540#section-8.1.2.4, A pseudo-header is a HTTP/2 header fields beginning with ':' and it is not H/1 header. Not to expose these to js API, this CL removes the headers w/o converting to H/1 compatible header. As a side effect, DevTools will not show these headers. Test: Manual Fixed: 1107710 Change-Id: Ie52ebe585c2a55a661a888c71f7687fee145aa73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379438 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#806027}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1599760756-5eeaad3a0935fac8a24777486ae90bd2f43c056f.profdata to chrome-mac-master-1599781911-9c360a18426c47cd39d0c24797835d08f90d685a.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-mac-chromium Please CC sebmarchand+pgo_roller@google.com,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:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Icfd4aa886d95bf0f184f167bb546ee532f1c13f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405732Reviewed-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@{#806026}
-
David Tseng authored
This is a proposed output change for ChromeVox's treatment of both dialog and alert dialog roles. When entering these types of containers, ChromeVox will output the text content of the dialog first, followed by the control with range. R=akihiroota@chromium.org Bug: none AX-Relnotes: ChromeVox will now summarize the text content of a dialog when entering one. Test: browser_tests --gtest_filter=ChromeVox*.DialogAuto* Change-Id: Ic24f05bfb9f65e582239ed1e271ba4a78fefb034 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378730 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#806025}
-
Maggie Cai authored
Extend the preferred apps histogram expiry date for another 2 milestones. BUG=853604 Change-Id: Ib5b8107ce391b81d05ac7dc9ddb7382b3c08d41c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397060Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#806024}
-
Michael Spang authored
This fixes a link error for cast_accessibility_unittests when built with chromecast_branding = "internal": ld.lld: error: undefined symbol: chromecast::CreateSysInfo() Bug: b/168243031 Change-Id: I90529de006b6a97a6f933591db8efe981e24621e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405564Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#806023}
-
Caitlin Fischer authored
See comment 5 on the bug. Bug: 1084107 Change-Id: I95dca05857cc6c6412ed78ce1992809de30b17d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404159Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/master@{#806022}
-
Min Qin authored
BUG=1125832 Change-Id: Ie83c36b7ee2a8abccc83e1386321a35a433b468c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399449Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806021}
-
Ian Swett authored
Rolling 2 dependencies Roll src/net/third_party/quiche/src/ edf934d71..5c52ad843 (23 commits) https://quiche.googlesource.com/quiche.git/+log/edf934d71e96..5c52ad843f8a $ git log edf934d71..5c52ad843 --date=short --no-merges --format='%ad %ae %s' 2020-09-10 wub When switch from QUIC BBR to BBRv2, use BBR's cwnd as the initial cwnd of BBRv2. 2020-09-10 fayang Include stream information in idle timeout connection close detail. 2020-09-10 quiche-dev Fix use-after-move in SimpleLinkedHashMap 2020-09-10 quiche-dev Self-instrument for QUIC library via setsockopt for on-host-monitoring. 2020-09-10 fayang Internal QUICHE change 2020-09-09 bnc Fix stream ID sent in GOAWAY frame. 2020-09-09 dschinazi Deprecate quic_fix_print_draft_version 2020-09-09 quiche-dev Automated g4 rollback of changelist 330572491. 2020-09-09 nharper Add method to get reason why 0-RTT was accepted or rejected in QUIC 2020-09-09 danzh gfe-relnote: fix QUICHE windows compilation errors. No behavior change. 2020-09-08 haoyuewang Deprecate gfe2_reloadable_flag_quic_simplify_received_packet_manager_ack & gfe2_reloadable_flag_quic_remove_unused_ack_options. 2020-09-08 nharper Set crypto_negotiated_params for IETF QUIC client in 0-RTT 2020-09-08 quiche-dev Remove support for ephemeral streams in QBONE. These have been unused for months (since switching to message frames). 2020-09-08 bnc Internal QUICHE change 2020-09-08 fayang Revert quic_anti_amplification_factor from 10 to 5. Also add a copt to set the factor to 10 for experiment. 2020-09-08 bnc Use IETF application error codes for STOP_SENDING frames. 2020-09-08 wub Deprecate --gfe2_reloadable_flag_quic_bbr2_improve_adjust_network_parameters. 2020-09-07 ianswett gfe-relnote: Remove pending_version_negotiation_packet_ from QuicConnection because it's only set to true in a method that's protected by checking whether it's already true. No functional change, not flag protected. 2020-09-02 fayang Close QUIC connection if writer is still blocked while calling OnCanWrite. 2020-09-02 quiche-dev Add method to send HTTP/3 shut down notice GOAWAY frame 2020-09-02 quiche-dev Fix flaky //third_party/http2:http2_structures_test 2020-09-02 bnc Change STOP_SENDING frame related APIs to use QuicRstStreamError type. 2020-09-02 danzh Make QUIC connections send PATH_RESPONSE upon receiving PATH_CHALLENGE according to IETF QUIC draft v29. Roll src/third_party/quic_trace/src/ a3f901c6a..2dccbe8e9 (1 commit) https://chromium.googlesource.com/external/github.com/google/quic-trace.git/+log/a3f901c6a99e..2dccbe8e996d $ git log a3f901c6a..2dccbe8e9 --date=short --no-merges --format='%ad %ae %s' 2020-08-20 vasilvv Add bzl_library rules for .bzl files without one. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=dschinazi@chromium.org Change-Id: I7c7ce3075a9096fdbbfc4a50273094d7b9460aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405372 Commit-Queue: Ian Swett <ianswett@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Ian Swett <ianswett@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#806020}
-
Patti authored
Replace uses of 'whitelist' and 'blacklist' with 'allowlist' and 'blocklist' respectively, the latter being chosen to be consistent with other existing uses of 'blocklist' in the extension strings. Bug: 1114004 Change-Id: Iafd862dedc69d10c020de890724b4b63ea5b4599 No-Presubmit: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377668Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Auto-Submit: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#806019}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8b9424e9da85..60c25a303fac 2020-09-10 mbonadei@webrtc.org Reland "Switch from "rtc_ios_xctest_test" to "rtc_test"." 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: Id5494651635bdee74b92d9cd40cf481de24a2956 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404665Reviewed-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@{#806018}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 0379b611. With Chromium commits locally applied on WPT: d3d1f16b "Visited background-color alpha channel in Forced Colors Mode" 612ba1ba "CookieStore: Remove matchType" da055314 "Revert "CookieStore: Remove matchType"" 9693c35f "Move pointerevent_mouse_pointercapture_inactivate_pointer to wpt" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=smcgruer@google.com No-Export: true Change-Id: Id801fe5e235ea8c8decce05dbb9f16f80533362f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404485Reviewed-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@{#806017}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1bd71b48fb5c..1ab73f0f8ce7 2020-09-10 jonahr@google.com Cleanup disable_program_binary workaround 2020-09-10 hidehiko@chromium.org Expand is_linux to is_linux || is_chromeos. 2020-09-10 sugoi@google.com Added integer overflow detection to ClipRectangle If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC ianelliott@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1091364,chromium:1110266 Tbr: ianelliott@google.com Test: Test: Built locally. Tryjob. Change-Id: I28099ee268eb50510c07de800b557a8e16ef32cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404861Reviewed-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@{#806016}
-
Shrek Shao authored
TBR=kbr@chromium.org Bug: 1127140 Change-Id: Ia7d5ae99b425fe1abc69951b34bd1346a2135d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404070Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#806015}
-
Shrek Shao authored
Bug is fixed and the test is passing on bots. TBR=kbr@chromium.org Bug: 1108588 Change-Id: Ied77c504ddb297444c9d23b1b28bb3e5bb8c247a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404951Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#806014}
-
Richard Li authored
Since the main structure of hdr_metadata.h has been moved to ui/gi/, this CL removes hdr_metadata.h in media/base/ and switches related reference of media::HDRMetadata/MasteringMetadata/HdrMetadataType into their gl version. Bug: 1122910 Change-Id: I3d0dfe1410d43b18262e11239ae9a9e48134de45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397013Reviewed-by:
Sergey Volk <servolk@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Richard Li <richard.li@intel.com> Cr-Commit-Position: refs/heads/master@{#806013}
-
Jinsuk Kim authored
Delete all the classes and resources left unused by Duet (BottomToolbar). Bug: 1081343 Change-Id: Ic5ae5dbd6e2d995b7959b72daf4b1d9c5981b80e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391942Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#806012}
-
John Williams authored
The overall effect of this change is that when the user clicks the Cast button in a web page, the global media control button is shown even if it wouldn't be otherwise. This can happen, for instance, when a YouTube video is loaded with the audio muted. The button appears in all windows associated with the same profile. Bug: 1107164, b/161612881 Change-Id: I2c8687bec1c51f4b77e62c235161a3f3677adf5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363947 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#806011}
-
wutao authored
The row height should be 64px for two lines Settings. Bug: b/166807600 Test: new js test Change-Id: I7a06e51b4d921e55457a5ffbe35964c888c1c979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399767Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#806010}
-
John Williams authored
Bug: 1124982, b/168119903 Change-Id: Ifd971c6ad521f436e2af79d168bc643704575690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401046 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#806009}
-
Alan Cutter authored
Blink now uses subdirectory owners, I am listed in the subdirectories I have history with. I don't know Blink very well outside of those directories. Change-Id: I735cc7e7173e8dd90ec036a77562736f3258e178 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397064 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
dstockwell <dstockwell@google.com> Commit-Queue: dstockwell <dstockwell@google.com> Cr-Commit-Position: refs/heads/master@{#806008}
-
Lukasz Anforowicz authored
This CL changes CreateFileSystemURLLoaderFactory so that it returns mojo::PendingRemote to a FileSystemURLLoaderFactory that is owned by its |receivers_| and will self-delete when the last receiver disconnects. This CL removes the ability to directly construct and own a std::unique_ptr<FileSystemURLLoaderFactory>, because this ability means that the factory can be destructed while receivers bound via the Clone method are still alive (see the associated bug). This CL mostly just follows the pattern established earlier by https://crrev.com/c/2337411. Bug: 1106995 Change-Id: Id98b6df97ad4e96e033ba638ccc2c3ff20a92c97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357462Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#806007}
-
Sammie Quon authored
Moves AccessibilityFocusAnnotator to OverviewSession to accommodate. Change OverviewGrid::RemoveItem callsites to use OverviewSession::RemoveItem since it does some more stuff. Change OverviewItemView a11y role to GenericContainer so its children (label, close button) can be focus with a11y. I tried removing the overview focus widget outright in crrev.com/c/2388623 but issues came up with making the OverviewItem widget's activatable. If DesksWidget is always available in the future we can remove it. Test: manual Bug: 853589 Change-Id: I1ea63a88a0d0b5511edd1fd6925a35e82409d229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392993Reviewed-by:
Min Chen <minch@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#806006}
-
Maggie Chen authored
ProcessSurfaceOccludingDamage was split into two functions and an internal function to support the new structure CompositorRenderPass and AggregatedRenderPass. In stead of calling ProcessSurfaceOccludingDamage() on a per surface basis, now we call this function in CopyQuadsToPass() so the destination AggregatedRenderPass is always available. With this change, we can merge these two functions into one. This is also aligned with the direction of future support for multiple overlays. Bug: 1117235 Change-Id: I05703e5fe44b0611f73ec6f588e6b11776fbe0cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393529Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#806005}
-
phillis authored
On OSX, file handlers are managed via app shim in the Application directory, this removed duplicating app shortcut creation during installation and moves shortcut update logic from file manager to OsIntegrationManager. Apps.FileHandler.Registration.Mac.Result UMA metric is removed and WebApp.Shortcuts.Creation.Result is created Bug: 1123201 Change-Id: I0a6850424a7050c8c0f14acf5166a9123abad2b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377900 Commit-Queue: Phillis Tang <phillis@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#806004}
-
Joshua Peraza authored
3e065b11d0ca linux, mac: disable cfi-icall for cross-dso calls Change-Id: I92931ffe81b3004149b33017853d8c1e0548141d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404066Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#806003}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1599760756-c4035dc0b0474f5a6f2e7d19fc7457941683bae1.profdata to chrome-linux-master-1599781911-7dd6ce5c7bf44a9e9e915c505640214d1e509445.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-linux-chromium Please CC liaoyuke@google.com,chrome-brapp-engprod@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@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:linux-chrome Tbr: liaoyuke@google.com,chrome-brapp-engprod@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@google.com Change-Id: If690b6a2ea926e28d7cb93f9c70a22b9a086e53b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405692Reviewed-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@{#806002}
-
Andre Le authored
Add the task continuation section (continue browsing) to PhoneHub tray bubble (mock UI with implementation). Bug: 1106937,1126208 Change-Id: I15144c8f875c56454b0125498417bd37ee4bc7c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399802 Commit-Queue: Andre Le <leandre@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#806001}
-
Elly Fong-Jones authored
We don't have a notion of "app-modal". We do have window-modal and system-modal, but system-modal a) is much more "aggressive" than app-modal and b) doesn't work at all on Mac, so demote these dialogs to window-modal. Note that they are *not* demoted on ChromeOS because of the linked bug 1127133. Bug: 1121132,1127133 Change-Id: Ib145b97529c08227f7888a51d0fb8e6fa3799b36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398961 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#806000}
-
Christopher Cameron authored
The problem is in DoScheduleCALayerInUseQueryCHROMIUM. This lists a bunch of textures, and a callback comes back to GLRenderer::DidReceiveTextureInUseResponses about whether or not they are in use. Only once InUseResponses indicates that a texture is not in use will the GLRenderer release it. Here's what goes wrong -- ScheduleCALayerInUseQueryCHROMIUM takes many textures as arguments. If a single texture is invalid, then the entire call is discarded. And so no InUseResponses are returned, and no textures are freed. No texture is removed from the InUseQuery until it reports that it is not in use. Consequently, frame after frame, every texture reports that it is in use, more textures are allocated because the pools are empty. The fix is to make DoScheduleCALayerInUseQueryCHROMIUM be fail-safe instead of fail-deadly. If a texture is invalid, report that it is not in use. Bug: 1120795 Change-Id: I4f82d854b9a0620d0c8b829fadeaf5ad4d0ea506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402759 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#805999}
-
K. Moon authored
Moves OutOfProcessInstance::LoadUrl() to PdfViewPluginBase, so the implementation may be shared between the Pepper and Pepper-free PDF plugins. The PdfViewWebPlugin implementation creates a BlinkUrlLoader instead of a PepperUrlLoader. Bug: 1099022 Change-Id: I2d3c97ba7adb8d3608f32760c942d7333a4e54db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401507 Commit-Queue: K. Moon <kmoon@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#805998}
-
Brandon Wylie authored
Bug: 1123209 Change-Id: I9a0caa1bccf7e857703f5ad743b8de1197062bec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402111 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#805997}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0ba5cb6e38f7..da7c69c8fd9c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC rakina@google.com,kmoon@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.chrome.try:linux-chromeos-chrome Bug: chromium:1093357 Tbr: rakina@google.com,kmoon@google.com Change-Id: I57a2faa982c430f3ce853b471a4c5468a286fbcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405313Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Kahmy Moon <kmoon@google.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#805996}
-
Dominic Farolino authored
This reverts commit e04f7fe9. Reason for revert: Apparently this CL is causing memory regressions [1]. I'll revert this, as maybe I'm accidentally removing an entry here that is still used, and whose fall-back behavior causes memory regressions. [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=1119774 Original change's description: > Remove launched features from fieldtrial_testing_config.json > > R=asvitkine@chromium.org, jbroman@chromium.org > > Bug: 1053702 > Change-Id: Ibe268bd3930582fa1a366419806e71bf87ef9cd3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360550 > Commit-Queue: Dominic Farolino <dom@chromium.org> > Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> > Auto-Submit: Dominic Farolino <dom@chromium.org> > Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#798875} TBR=jbroman@chromium.org,asvitkine@chromium.org,dom@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1053702 Change-Id: I9f92c171ada443369a8b40a3bc3bd61245f9fafd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368443Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#805995}
-
Will Cassella authored
Currently, `DecoderSelector::decoder_priority_cb_` is called once per-config, and can only return whether platform decoders specifically should be prioritized, deprioritized, or left as-is. This is somewhat inflexible, as it disallows skipping or deprioritizing individual decoders based on other characteristics. This CL modifies the decoder selector so that it runs the given predicate/callback once per decoder, and modifies `DecoderPriority` to be one of `kDeprioritized`, `kSkipped`, or `kNormal`. kNormal was chosen instead of `kPrioritized` since it better reflects the mechanism of what's happening. It's not being prioritized, it's just being left as-is in the queue. Change-Id: I9dfcecec5454201501dd1d09c23638da634fe188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388269Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Will Cassella <cassew@google.com> Cr-Commit-Position: refs/heads/master@{#805994}
-
Noah Rose Ledesma authored
This change implements a newer version of the global media controls UI based on updated UI mocks. Bug: 1124401 Change-Id: I0827b33ec97697ead88e7db4dd8b5248668bb236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399619 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#805993}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3b19b9d3347f..a4cfaa2dfc7f 2020-09-10 treehugger-gerrit@google.com Merge "tp: add support for gzipped traces in DecompressTrace" 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: Ibdfea728bfd9a301334ab16e1cf7e6473a60ce41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404801 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@{#805992}
-
Xinghui Lu authored
In incognito mode, the stored verdict count is always 0 because real time URL check is disabled. Therefore, CleanUpExpiredRealTimeUrlCheckVerdicts can return early to avoid the jank. Bug: 1095078 Change-Id: Ic6c8a5ee441d18cd26e4591186699a7597c158fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404743 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#805991}
-
Dominic Mazzoni authored
Bug: 1041589 No-try: true Change-Id: Ib5d355bce4ba17e2da9cf26483e7de6e84495ce3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404152 Auto-Submit: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Meredith Lane <meredithl@chromium.org> Commit-Queue: Meredith Lane <meredithl@chromium.org> Cr-Commit-Position: refs/heads/master@{#805990}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/18f6a54fc3ce..0f64e0dfd845 2020-09-10 jlavrova@google.com An attempt to make font resolution more predictable. 2020-09-10 brianosman@google.com Clean up SkSL operator utility functions 2020-09-10 johnstiles@google.com Add InlineCandidateAnalyzer to locate candidate functions for inlining. 2020-09-10 brianosman@google.com Refactoring determine_binary_type to fix some bugs 2020-09-10 bungeman@google.com Mark FreeType bitmap font bounds as unknown. 2020-09-10 johnstiles@google.com Prevent inlining of recursive calls. 2020-09-10 herb@google.com combine origin and drawing matrix for drawGlyphRunList 2020-09-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 0a1061da0c7f to 87f25134a8c1 (7 revisions) 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 reed@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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: reed@google.com Change-Id: I2de4f99acebad3bb8339c93cf13478026ee61693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404683Reviewed-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@{#805989}
-
tby authored
Currently all file results have score 0.5, so let's add some scoring logic. This CL uses the fuzzy string match algorithm also used for apps to score file results. Bug: 1053637 Change-Id: Ia41dcca17c20909aec849ce3e0ee28f890bf6f2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2396196 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#805988}
-