- 18 Jun, 2020 40 commits
-
-
Jinsuk Kim authored
This CL moves the remaining fullscreen enter/exit-related tasks to FullscreenHtmlApiHandler. ChromeFullscreenManager is still the receiver of the requests but simply relays the call to the handler. Added another method |onEnterFullscreen| FullscreenManager interface. This is used by TabWebContentsDelegateAndroid to process the fullscreen initiation flow. Follow-up CL will split ChromeFullscreenManager and route the initiation/termination flow directly to the handler. Bug: 966272 Change-Id: I86b3ad0ee027cde26144469a262737711825cd15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245170 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#779628}
-
jchen10 authored
This uses yuv_util's ConvertFromVideoFrameYUV to import VideoFrame into SkImage converting YUV to RGB, and then creates AcceleratedStaticBitmapImage with the RGB SkImage. Finally given the AcceleratedStaticBitmapImage, ImageBitmap can be directly constructed from it. In this way, VideoFrame from either software or hardware decoder is supported, and the format may only be NV12 or I420. The current test case only covers software decoder. Once hardware decoder is available, new test case should be added. Bug: 897297 Change-Id: I961bc8506f69f86d395736af458157c53579c81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242724Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Cr-Commit-Position: refs/heads/master@{#779627}
-
Jarryd authored
AllSitesActions has been replaced by AllSitesActions2 since M82. Because of this, this histogram does not need a renewed expiry. Bug: 1055444 Change-Id: I323d83ef6303771340506a5dbc3bd0daf010064d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250169Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#779626}
-
Hiroki Nakagawa authored
This CL fixes ClickAnchorElementOffTheRecord test in NavigationPredictorBrowserTest. The test navigates an incognito browser to "/simple_page_with_anchors.html", makes the browser click one of the anchor links, and then checks PageLoad UKMs. Before this CL, the test checks the UKM recorder immediately after clicking the anchor link. This is not correct because PageLoad metrics are recorded when the page navigates away or becomes hidden (see callers of UkmPageLoadMetricsObserver::RecordPageLoadMetrics()). This means no UKMs are recorded regardless of the test configuration. After this CL, the test ensures that the browser navigates to the linked page before checking the UKM recorder. Also, this CL removes comments about cache interaction because this test doesn't refer to the cache. Bug: n/a Change-Id: Iecbe502718828f3dcb9bbbec811810ba66bc2d62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245428 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#779625}
-
John Delaney authored
Adds an aria-label to the interstitial icon when no text is being rendered. This reuses the interstitial heading data as the label. For non-small form frames, no aria-label is needed because the interstitial heading already describes the icon. However, when no text is rendered there is currently nothing that can be picked up by screen readers. Bug: 1095754 Change-Id: I51062e1028c74b61bc3e80922d05ad021f0e36e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249082 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
Edward Jung (EMEA) <edwardjung@chromium.org> Cr-Commit-Position: refs/heads/master@{#779624}
-
Asami Doi authored
This CL adds new metrics: - Webapp.CheckServiceWorker.Status: the result of the promotability check. - Webapp.CheckServiceWorker.Time: the time to complete the promotability check. Note: the "promotability check" checks if the site has a service worker with offline support. Bug: 965802 Change-Id: Iff3547779b0f7297230a901e1f786731e248c8f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237580Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Asami Doi <asamidoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#779623}
-
Eric Willigers authored
ChromeLauncherControllerWebAppTest tests ChromeLauncherController with a web app. Bug: 1087686 Change-Id: I7c4ec3c1b7949e8b4835a6df1f2998b7af9cd578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247992 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#779622}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/72f403c343dc..a3a9da74308f 2020-06-17 bsalomon@google.com Avoid kN32 bitmaps in setup for GPU perlin effects. 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 djsollen@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: None Tbr: djsollen@google.com Change-Id: Ie010fd26f7e15c4677751b8c35cfdab7e93ced9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250834Reviewed-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@{#779621}
-
Meilin Wang authored
Bug: none. Test: manually. Change-Id: I4b743fcf79dcdbe61faad32df3c7cb4de53a3d68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238595Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Meilin Wang <meilinw@chromium.org> Cr-Commit-Position: refs/heads/master@{#779620}
-
Shervin Oloumi authored
Adds the metric for determining the EVKK encryption type to histograms.xml and adds the corresponding enum to enums.xml. R=chromium-metrics-reviews@google.com Bug: 817430 Test: pretty_print.py and validate_format.py passes Change-Id: Id67870e382bb5c7ac743961afe326ac9eac2bfcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247091 Auto-Submit: Shervin Oloumi <enlightened@chromium.org> Commit-Queue: Shervin Oloumi <enlightened@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#779619}
-
Jiewei Qian authored
This time metric is recorded in milliseconds, but was mistakenly given "seconds" as its unit. This is misleading in UMA histogram dashboards. Bug: 1083894 Change-Id: I1891c97dfe2dce6c4aacb648db046f33c7155917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241405 Commit-Queue: Jiewei Qian <qjw@chromium.org> Auto-Submit: Jiewei Qian <qjw@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#779618}
-
Toby Huang authored
This CL just renames some files without any functional changes. SupervisedUserServiceManagementAPIDelegate has been renamed to SupervisedUserExtensionsDelegateImpl because both the Management API and the ExtensionEnableFlow will use this implementation of SupervisedUserExtensionsDelegate instead of solely the Management API. ParentPermissionDialog has been moved into the views/supervised_user/ directory because the dialog is only relevant for supervised users. Bug: None Change-Id: I304751cbf77256502a23cfd317c106f1a459f5a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245652 Commit-Queue: Toby Huang <tobyhuang@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Dan S <danan@chromium.org> Cr-Commit-Position: refs/heads/master@{#779617}
-
Arthur Wang authored
Bug: 1060399 Change-Id: I1a42ec5a08645a2d1c06d94872286f3b1b776b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246196Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Haiyang Pan <hypan@google.com> Commit-Queue: Arthur Wang <wuwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#779616}
-
Hirokazu Honda authored
This is a reland of 91f3b4a4 Original change's description: > media/gpu/test: Add BitstreamFileWriter for video_encode_accelerator_tests > > This adds BitstreamFileWriter, which saves given bitstream in > H264 AnnexB format for h264 and ivf format for vp8 and vp9. It > enables saving the bitstream encoded by VideoEncodeAccelerator with > --output_bitstream option in video_encode_accelerator_tests. > > Bug: 1045825 > Test: video_encode_accelerator_tests --dump_bitstream on eve > Change-Id: I78da9b53791599b9672c683afbe29b3f8cf8787a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214870 > Commit-Queue: Hirokazu Honda <hiroh@chromium.org> > Reviewed-by: David Staessens <dstaessens@chromium.org> > Cr-Commit-Position: refs/heads/master@{#779157} Bug: 1045825 Change-Id: Ic3df2b161c0bbe5db38446e2eb9452f354eed463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247951 Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#779615}
-
Collin Baker authored
SetTestingFactoryAndUse often requires users to do two casts themselves: an upcast of their service to KeyedService in their TestingFactory implementation, then a downcast from KeyedService to their service subclass on the result. This adds a method, SetTestingSubclassFactoryAndUse, which does these casts internally. Change-Id: I6d77d06dd06ebcb212498e2692f2ec9f1fb584b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2244095 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#779614}
-
Fritz Koenig authored
qc7180 supports V4L2_MPEG_VIDEO_H264_PROFILE_STEREO_HIGH and V4L2_MPEG_VIDEO_H264_PROFILE_MULTIVIEW_HIGH. BUG=b:158800859 TEST=./video_decode_accelerator_tests Change-Id: I88fbb2e541cc054a2b1a03d1b01f1ae9e6f718da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249078 Auto-Submit: Fritz Koenig <frkoenig@chromium.org> Reviewed-by:
J Kardatzke <jkardatzke@chromium.org> Commit-Queue: Fritz Koenig <frkoenig@chromium.org> Cr-Commit-Position: refs/heads/master@{#779613}
-
Adam Langley authored
Walked by this function for unrelated reasons but it struck me that I really should have added some comments when writing it. Change-Id: Idab9e6ac0054b640b37aad1d3ec6ba88e5ffb6a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250892 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#779612}
-
Jeffrey Kardatzke authored
The CdmFactoryDaemonProxy is what will now be performing the bootstrapping via D-Bus to the arc-oemcrypto daemon. The daemon serves two purposes, for providing a CdmFactory interface to Chrome and also an OemCrypto interface to Android. We can only bootstrap the connection once, so it was moved to a common component and removed from ArcBridge. ArcBridge now calls into this shared component for OemCrypto and upcoming CLs will add usage of the CdmFactory. This also removes the old D-Bus client used by arc-oemcrypto since it is no longer needed. BUG=b:153111783 TEST=ArcBridge OemCrypto connection still works Change-Id: I54f9763e1694fd4c1b52018ebf27c396562f950a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246864Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: J Kardatzke <jkardatzke@chromium.org> Cr-Commit-Position: refs/heads/master@{#779611}
-
David Black authored
Bug: b:157689497 Change-Id: Ic65071e619c9d7cc3ef65bf75a0912cb52460bc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242227 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#779610}
-
Miyoung Shin authored
This CL renames the module name of PrerenderCanceler.mojom from components.prerender.common.mojom to prerender.mojom to consistent with most of the other components, and this is a precursor CL to mojofy PrerenderMsg_SetIsPrerendering. Bug: 798712 Change-Id: I180924bdd77c32c07e394bb35d4c05af03380096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248382Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Darin Fisher <darin@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#779609}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9885512110a7..3ef226c9565d 2020-06-17 taylori@google.com Merge "Parse workqueue ftrace events" 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: Ib86473f4cc0cda00fff1923a5d050d01dcf87889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251158Reviewed-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@{#779608}
-
Eric Willigers authored
Extract unit test helper method InstallWebApp from unit tests to web_app_unittest_util.h/cc and retire duplicate implementations. Drive-by: retire unused method FinalizeInstall in web_app_install_manager_unittest.cc TBR=agawronska@chromium.org Change-Id: I5f7574ef89dfe1543727c2376d8002e2e6fce822 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247991 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#779607}
-
Luciano Pacheco authored
Simplify and unify the key modifiers arguments used for key and mouse events with a new typedef KeyModifiers. Bug: 1064504 Change-Id: Id2d37d1615f95c809f40523e7c89bccc392cb371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245848 Commit-Queue: Alex Danilo <adanilo@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#779606}
-
Yuwei Huang authored
We have had some reports from users that claim the session performance is pretty bad and they can improve it by hardcoding a higher min bitrate. To help us debug this issue, this CL adds support to the host to apply min/max bitrate from session options. Bug: 1096197 Change-Id: Ifd76fb81b9d69581740110a34f547e92efb63c33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250662Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#779605}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9e83c1519347..fa3d64bf72d6 2020-06-17 ianelliott@google.com Minor edits to top of EGLPreRotationTest.cpp 2020-06-17 ianelliott@google.com Split/refactor the pre-rotation BlitFramebuffer tests 2020-06-17 stuartmorgan@google.com Add newline-eof to warnings 2020-06-17 amaiorano@google.com Move vulkan_headers/entry_points to common/vulkan 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 courtneygo@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: None Tbr: courtneygo@google.com Change-Id: I2cbbf5ade326c05984a2b6f1885e472cf8012118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250465Reviewed-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@{#779604}
-
Hirokazu Honda authored
The feature is launched and no bug has been reported. Let's remove VaapiH264AMDEncoder. Bug: 1035788 Test: None Change-Id: I7b2994b8ffafb93f49bfe903c808f31fe0ca3a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249259Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#779603}
-
My Nguyen authored
Should stop showing setting link after showing 10 times or when user have accepted it. See: http://go/personal-info-setting-link Bug: 1094267 Change-Id: I9d9c5f09aa77f56445722c5fd626a8caaa04da7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245583 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Jing Wang <jiwan@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#779602}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. This is part of the effort to reduce the needless use of public Blink APIs (wrappers) within renderer/modules. BUG=704136 R=guidou@chromium.org Change-Id: I272f435b314a5697abc74a279110477b99d69b6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245046 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#779601}
-
Fergus Dall authored
I submitted crrev.com/c/2226106 before I saw the final comment saying this could be removed. Remove it now. R=dominickn@chromium.org Bug: 1088393 Change-Id: I973ae149da73a1c9ddcc024e52f5ac1016dd73b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249288 Commit-Queue: Fergus Dall <sidereal@google.com> Commit-Queue: Dominick Ng <dominickn@chromium.org> Auto-Submit: Fergus Dall <sidereal@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#779600}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ceb64a4f57d1..d56d2c282f22 2020-06-17 iannucci@chromium.org Remove source_manifest functionality from depot_tools. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1093959 Tbr: agable@chromium.org Change-Id: I8274e16bd5825ad6e84a1303507cc51e7e82cd76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250955Reviewed-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@{#779599}
-
Matt Reynolds authored
Device connection events are routed to the HID chooser to allow the chooser list to be updated with newly connected and disconnected devices. BUG=1082303 Change-Id: I1d7ef2efcccba6ecddfde4bc6f1047febf9aefdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895751Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#779598}
-
Jonah Chin authored
Mailbox is required in cc/paint for OOP-R canvas. This CL pulls mailbox out of //gpu and into its own component. This change also introduces a mailbox based DecodedDrawImage required for OOPR-Canvas. This is being done as part of the OOPR-Canvas2D project. For more info about that project see the tracking bug here: crbug.com/1018894 Bug: 795884, 1031050 Change-Id: Ibf3930df8436a499f9b647b3a2da8cde65fa95be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2239292 Commit-Queue: Jonah Chin <jochin@microsoft.com> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#779597}
-
Takashi Toyoshima authored
On Android Chrome, each content:// should be assumed as an opaque origin, and should not allow CORS-enabled requests among content:// URLs. Also content:// can not load legacy worker scripts from content:// URLs as the mode "same-origin" is not permitted too. TEST=./out/a/bin/run_chrome_public_test_apk -A Feature=CORS Bug: 1092449 Change-Id: I83d15f4c1e2f2d88e219032952a7da78f470c16a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247920 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#779596}
-
Sam Maier authored
Calling requestUnbufferedDispatch causes ANRs for some LG phones when using a stylus on the first touch. There's no evidence that other OEMs have this issue. If LG can fix this bug, we don't need to make this change. Bug: 1064161 Change-Id: I9ebfcfe4bc0e19dfa03d9b6e28cbc011ccd80561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243593Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Auto-Submit: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#779595}
-
Xida Chen authored
This CL removes two histograms: Scheduling.Renderer.DrawIntervalWithMainThreadAnimations2 Scheduling.Renderer.DrawIntervalWithCompositedThreadAnimations2 Currently we are developing the following metrics: Graphics.Smoothness.PercentDroppedFrames.MainThread.MainThreadAnimations Graphics.Smoothness.PercentDroppedFrames.CompositorThread.CompositorThreadAnimations The above two metrics are better than the DrawIntervalWith* ones, because the new metrics account for frames that caused no damage as well. Bug: 1073223 Change-Id: I9d23928f50e3ab3ea6b8c1ef4cc5a4b00e394201 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245081Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#779594}
-
evliu authored
This CL moves the google_streaming_api.proto from content/browser/speech/proto to content/public/browser/proto. The proto file is used by both content/browser/speech and chrome/services/speech. Bug: 1094490 Change-Id: I2bbed933e4256cf0960b65b95a23a913aa6276d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243714Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#779593}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/3f4f35661151..7a4685f44829 2020-06-17 enga@chromium.org Add TypedInteger If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: If92ef697609be4a181b79de3858e8f6db7712e88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250466Reviewed-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@{#779592}
-
Renjie Tang authored
Change-Id: I96e42510e0282b52a5aa5abc8529bd38807e3549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248478Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#779591}
-
Sorin Jianu authored
This is done uniformly for all clients of update_client including the chrome/updater. Unfortunately, the content-type is still done by changing each network stack, since it can't be done cleanly with a "Content-Type" header. Bug: 1095704 Change-Id: I16a7523e16cd846075fee8d28852b8ddb7eaf265 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248721Reviewed-by:
S. Ganesh <ganesh@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#779590}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/b585f051c365..07261e8c38ab $ git log b585f051c..07261e8c3 --date=short --no-merges --format='%ad %ae %s' 2020-06-16 colinlee10 Clean up fraction calculation 2020-06-16 colinlee10 Add clamping back to mv projection 2020-06-16 martin arm64: itx: Simplify and clarify the sub_sp macro a little bit 2020-05-14 martin arm: itx: Add NEON implementation of itx for 8 bpc 2020-06-11 code meson: Use dav1d_src_root everywhere for consistency 2020-06-11 gramner Remove redundant memset in itx DSP initialization 2020-04-03 code meson: Make docs generation subproject-safe 2020-06-07 victorien x86: Adapt SSSE3 prep_8tap to SSE2 2020-06-07 victorien x86: Adapt SSSE3 prep_bilin to SSE2 2020-06-05 martin arm64: itx16: Add a missed eob check in the 16x8 transform 2020-06-04 martin arm64: itx16: Remove a leftover unused macro parameter 2020-06-09 gramner x86: Fix compiler warnings when using nasm 2.15 2020-06-09 gramner Avoid compiling logging functions when logging is disabled 2020-05-27 git CI: Enable coverage reports 2020-06-04 wtc Range of operating point is 0 - 31, not 0 - 32 2020-05-31 martin arm: Add an export parameter to the const macro 2020-05-07 victorien x86: Add put_8tap_scaled AVX2 asm 2020-05-28 robux4 meson: favor _aligned_malloc over posix_memalign 2020-05-23 gramner x86: Add minor looprestoration asm optimizations 2020-05-26 git dav1dplay: use new pl_chroma_location API 2020-05-25 git dav1dplay: allow resizing the window 2020-05-20 git dav1dplay: don't freeze on render errors 2020-05-19 jb Update NEWS for 0.7.0 2020-05-18 git dav1dplay: support on-GPU film grain synthesis 2020-05-18 git dav1dplay: handle all supported csps/reprs/bitdepths 2020-05-18 git dav1dplay: move and simplify pl_image generation 2020-05-18 git dav1dplay: don't write directly to iparams.extensions 2020-05-16 linkmauve Fix swapped define guards in dav1dplay’s libplacebo renderer 2020-05-15 jb Update NEWS for 0.7.0 2020-05-14 gramner checkasm: x86: Check for stack corruption 2020-05-12 epirat07 tools: add missing fopen error handling 2020-05-15 epirat07 Dav1dPlay: Split placebo renderer into two 2020-05-15 epirat07 Dav1dPlay: Remove redundant log message 2020-05-15 epirat07 Dav1dPlay: Remove unused renderer_info member 2020-05-15 epirat07 Dav1dPlay: Allow runtime renderer selection 2020-05-15 epirat07 Dav1dPlay: Fix renderer selection 2020-05-15 epirat07 Dav1dPlay: Split renderers into different files 2020-04-28 epirat07 Dav1dPlay: Add support for OpenGL with libplacebo 2020-04-28 epirat07 Dav1dPlay: Split FIFO to different files Created with: roll-dep src/third_party/dav1d/libdav1d TBR=tguilbert Change-Id: I2d4c03f67a24ad6613d858a458d32084ea340d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250669Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#779589}
-