- 18 Jun, 2020 40 commits
-
-
Brandon Jones authored
For the moment the space is synced to the local reference space, but we have the ability to make it independent in the future as the lighting estimation feature gets more sophisticated. Bug: 1070819 Change-Id: I276cc2841b95d92e321b75b5c1515878c2f2486e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218374 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#779641}
-
tby authored
We have three parameters we want finch control over: minimum query length, minimum query length for alternate matches, and minimum score for alternate matches. This CL is mostly a trivial move of the FilterResults function out of the anon namespace and into the OsSettingsProvider class, except for the addition of lines 141-151 in the ctor. Bug: 1068851 Change-Id: Iefd09e85d5677c376ec3ae23d28808416088b098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249258 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#779640}
-
Lukasz Anforowicz authored
This CL removes callers of blink::Platform::CreateDefaultURLLoaderFactory to help with eventual removal of this virtual method from blink::Platform. This CL fixes TestPluginLocalFrameClient. It turns out that all tests pass without overriding the CreateURLLoaderFactory that TestPluginLocalFrameClient inherits from EmptyLocalFrameClient (and which returns |nullptr|). Bug: 891872 Change-Id: I419359754373055e3499ea0577a5eda41298a831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250947Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#779639}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: Iedba599650615a4a560bb19e40663fbbdee7d8ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251106Reviewed-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@{#779638}
-
Chris Harrelson authored
In this situation, we have an element like this: <div id=target style="transform: ...; backface-visibility: hidden; overflow: scroll"> </div> It will have two transform and one for scrolling: Transform ScrollTranslation However, overflow clipping is also a grouping property [1], so the ScrollTranslation will have flattens_inherited_transform true regardless of the transform-style style of #target. With TransformInterop on, definitely the scrolling contents should not be shown (except for pseudo- and stacking context descendants). This CL changes the behavior for non-TransformInterop also, because it doesn't seem reasonable to have the behavior the way it is right now. [1] https://drafts.csswg.org/css-transforms-2/#grouping-property-values Bug: 363609 Change-Id: Ib1f356e80644582120e37261d368f774cbcaa6e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246437 Auto-Submit: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#779637}
-
Yoshifumi Inoue authored
This patch chagnes |NGInlineItemsBuilder| to mark empty inlines due by white space collapsing by following node, e.g. <div>ab<span> </span></div>. Note: This patch is follow-up of the CL[1] creates box fragment for empty inlines before processing closing tag, e.g. <div>ab <span> </span></div>. [1] http://crrev.com/c/1774418 [LayoutNG] Fixes positions/sizes of empty inline boxes Bug: 707656, 997705 Change-Id: I0bdce9ec2bc073faa05155d6dcd5f8dbec9580be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249269 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#779636}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Iba7c99f48b7f0f0121cfd6fd692af67404b91c0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250811Reviewed-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@{#779635}
-
calamity authored
This reverts commit e8aa67c5. Reason for revert: Breaking win32-archive-rel https://ci.chromium.org/p/chromium/builders/ci/win32-archive-rel/14063? TBR=dvallet@chromium.org NOTRY=true NOTREECHECKS=true NOPRESUBMIT=true Change-Id: If0576038e2d07cf3e3ad5e5c35a64ff0007ee174 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248392 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#779634}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=pbommana@chromium.org Change-Id: If02c20dd926ccbef4ef48b6a29233eb53c32a593 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251022Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#779633}
-
Bugs Nash authored
CIPD package: https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/EocwFPUnfc1cjbhP-tAI6xF4V91NjZGZNpzaapzuEHEC Release notes: http://go/media_app-x20/relnotes/Stable/media_app_202006170800_RC00.html Bug: b/158631947, b/158793266, b/133374709, b/158797300 b/158642528, b/155462513, b/134975059, b/154069897, b/154069736, b/158964473, b/134975059, b/158710694 Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Change-Id: If363ecb508bfd3d345ed14d99811dd0382533329 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249208Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#779632}
-
Kenichi Ishibashi authored
This CL increases the android binary sizes by ~30kb. Most of the increase (~29kb) comes from mojo generated code and there isn't much we can do to reduce them. Introducing the mojo interface is necessary for migrating ServiceWorkerStorage to the storage service. See the design doc [1] for the motivation of the migration and plans. [1] https://docs.google.com/document/d/1hO0WEuoEOgEBlf5nDE3fDjuQY2bV_d5hLtk25iBo0LM/edit?usp=sharing Bug: 1055677 Change-Id: I0e24b45a412220619197b4da03166670295be567 Binary-Size: Size increase is unavoidable (see above) Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245160Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#779631}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1592423969-e01d88a08e241296f5d620a14f440c7e17e47880.profdata to chrome-win32-master-1592434762-368c9b0f65c1d2b4a5321bdc0e3bbf6ce9a20651.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-win32-chromium Please CC 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:win-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I104cca524dc9177da694c546fe2ca943f5611b98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251161Reviewed-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@{#779630}
-
Frank Tang authored
Include consistent locale script/region variants by using filterType language. Change expectation in locale_util_unittest since now icu will return it-IT and de-DE in the available locales after we include all the script/region variants. Correct expectation in currency_formatter_unittest and remove comments. https://chromium.googlesource.com/chromium/deps/icu.git/+log/9e7dae8..bbf7f88a bbf7f88 Append a postfix to the icu target outputs on fuchsia (where target output is hardcoded) 7852ffc Use filterType: language 8d29692 Allow building icuuc/icui18n with -fvisibility=hidden Size will be reduced once we land ICU 68.1 which I reduced the break iterator data size. Binary-Size: Increase is temporary. Bug: v8:10599, v8:10601, 863749, 739812 Change-Id: I0050338bd967733d1a78ed52035d8e4bac510e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247125 Commit-Queue: Frank Tang <ftang@chromium.org> Reviewed-by:
David Vallet <dvallet@chromium.org> Cr-Commit-Position: refs/heads/master@{#779629}
-
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}
-