- 30 Jun, 2020 40 commits
-
-
wanghui authored
Pack the ffmpeg.dll into chrome.7z when "is_component_ffmpeg" is true. Bug:1100242 Change-Id: I9e82739b9edf38c75238f08bb0c0b160a600d926 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269408Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#783916}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e7d0d2dc3145..54c234edfb33 2020-06-30 jacktfranklin@chromium.org Fix formatting conflict with async test 2020-06-30 wolfi@chromium.org (e2e test) Port console last result test If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1099603 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1cb4bbcb505262a03cffc5db3ede64f8c1d949ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276003Reviewed-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@{#783915}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/722e769803e8..739cfb2f5857 2020-06-30 landrey@webrtc.org Add sync group validation in pc level test framework 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: I6089357fee71dab3fbbaa8f1b7f56c45093745ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276002Reviewed-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@{#783914}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c047dd609ca7..3e560e727fb8 2020-06-30 fmayer@google.com Merge "Add __future__ to more python files." 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: I9c2000b83d4625dae1834b6aff71dbb67bfb3854 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276000Reviewed-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@{#783913}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. This is part of the effort to move as much public headers out of the Blink platform topmost public directory (//third_party/blink/public/platform/). BUG=704136 R=guidou@chromium.org Change-Id: I78ecf75cfe602de5b11962ece2a05d11d90f088d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273677Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#783912}
-
Viktor Semeniuk authored
check This change allows IOSChromePasswordCheckManager to exist independently from UI when password check is running. If check is finished and no UI holds a pointer to it, the object will be destroyed. Also a factory to create IOSChromePasswordCheckManager was added. This factory holds only weak pointer to the manager. Bug: 1075494 Change-Id: Ib617b03c8ca4cec70924caa7c7e9a17deb090fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263814Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Cr-Commit-Position: refs/heads/master@{#783911}
-
Antonio Gomes authored
... to CreateMediaStreamComponent() now that its body operates in MediaStreamComponent. BUG=704036 R=guidou@chromium.org Change-Id: Ibd3b66f1d18d5500bec8903588d02664e47f7d10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273458Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#783910}
-
Antonio Gomes authored
... instead of WebMediaStreamTrack. Additionally, the CL also changes the class to operate over MediaStreamDescriptor, instead of WebMediaStream. BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: I2aee2cd4005fd42df5c103fea550c038bf405e39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273477Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#783909}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/774cd1b212a4..98a51fde05e8 2020-06-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 91c50e3fc993 to fc0dc3a9c734 (1 revision) 2020-06-30 xinghua.cao@intel.com Restrict member types for StructuredBuffer 2020-06-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Tools from ff825d988fe8 to abc9dff824c3 (1 revision) 2020-06-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 27e915ed4f20 to dca47063ccd2 (2 revisions) 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: None Tbr: ianelliott@google.com Change-Id: I49a2e885ae083c6e23055ef3a84f350f9d85e660 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275998Reviewed-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@{#783908}
-
Maksim Ivanov authored
s/LoginAsNewReguarUser/LoginAsNewRegularUser/ Bug: none Change-Id: I781ed2bc327c171139068092fdc716019a697c34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275874Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#783907}
-
arthursonzogni authored
In the function: ShouldSwapBrowsingInstanceForCrossOriginOpenerPolicy(...) Rename the parameter: is_initiator_aboutblank into: is_initial_navigation The previous name was misleading. What we want to represent is whether this navigation is from the initial empty document or not. It doesn't really depend on the URL of the initiator. Note: There are some issues with callers of this function as well, is_initial_navigation is currently set to: !current_rfh->has_committed_any_navigation(). This gives the expected boolean most of time, except when: 1) The |current_rfh| is not the empty document and is crashed. 2) The |current_rfh| is the new RenderFrameHost, that committed before the navigation, due to an optimization after crash. Those 2 issues will be handled in followups. Bug: chromium:1076879 Change-Id: I1512aa91a3b46bdde25b36587ab9ae4f4941fa46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273139 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Arthur Hemery <ahemery@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#783906}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/14ac9d015283..4523e5e9206c 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 drott@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: None Tbr: drott@google.com Change-Id: I5b230cabfa3298a2bf297c32555ab42b7c521915 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275995Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#783905}
-
Olya Kalitova authored
Propagate PluginVmDataCollectionAllowed policy value in PluginVmServiceProvider GetPermissions call response. Test: no tests Bug: b/150908305 Change-Id: I67948de7ba7a3b303973ba683e7ad9f2e62c63fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167396Reviewed-by:
Timothy Loh <timloh@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Olya Kalitova <okalitova@chromium.org> Cr-Commit-Position: refs/heads/master@{#783904}
-
Richard Knoll authored
This component will contain a confirmation screen when sending to strangers that are not in the local contacts. The component is empty right now and will be populated in upcoming CLs. Bug: 1099710 Change-Id: I37325d2d75e897a0a9f8be0e6930bf0fd4305f02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270323Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#783903}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/80e508e0d096..e7d0d2dc3145 2020-06-30 mathias@chromium.org Support emulating `prefers-reduced-data: reduce` If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1096068 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib0dddf698f03f7dfea25b6d4dbe1777a39ec41e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275997Reviewed-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@{#783902}
-
Francois Beaufort authored
This CL adds metrics for how many users have cameras with PTZ capabilities. This metric is triggered only when a permission prompt would show up. Bug: 990185 Change-Id: Icba513c14977ef1249ed68788fc91d5059b1c0c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273237 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#783901}
-
Vasilii Sukhanov authored
cancelled. They are queued on another thread and consume significant resources. Fixed: 1098776 Change-Id: I1cdf3ecfec020bb05fa41d809f23fa62a2d3850c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273219 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#783900}
-
Mihai Sardarescu authored
This CL updates the tests in GaiaAuthFetcherIOSNSURLSessionBridgeTest suite to wait for the the NSURLDataTask to be resumed before continuing. Bug: 1065349 Change-Id: I347069235fd86c51454cf705f733b5219e69151b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273058 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#783899}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/b231c7fb717d..bae16b4df9d7 2020-06-30 cwallez@chromium.org dawn_wire/client: Encapsulate all buffer-related logic in Buffer.cpp 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: Ida77df142779c62a57c50061c838484e106b90d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275994Reviewed-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@{#783898}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/7a1af5878594..fc0dc3a9c734 2020-06-29 jaebaek@google.com Fix ADCE pass bug for mulitple entries (#3470) 2020-06-26 ehsannas@gmail.com Add gl_BaseInstance to the name mapper. (#3462) 2020-06-26 andreperezmaselco.developer@gmail.com Implement the OpMatrixTimesScalar linear algebra case (#3450) 2020-06-25 jaebaek@google.com Clear debug information for kill and replacement (#3459) 2020-06-25 alanbaker@google.com Validate location assignments (#3308) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,ianelliott@google.com Change-Id: I95d1d1626c22597d85b28344a0ecd17fd78c621c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275638Reviewed-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@{#783897}
-
Xida Chen authored
With this CL landed: https://chromium-review.googlesource.com/c/chromium/src/+/2244002 The fps meter now have a completely new look, and it is actually showing the throughput of the page. This CL changes the name of "FPS meter" to "Frame Rendering Stats". Its description is also updated. The corresponding devtool front end changes is here https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2269939 Bug: None Change-Id: I22cc52abd37e12bb80db99daec339d467d4595f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268398 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#783896}
-
Wei Lee authored
Such errors will cause failure of camera.CCAUIIntent. Bug: 1069137 Test: tast run [DUT] camera.CCAUIIntent Change-Id: Ie94df6c7e43e495525623bf29015cba2a477ebd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264082 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Auto-Submit: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#783895}
-
Colin Blundell authored
This CL eliminates //weblayer's copy of chrome's InfoBarWrapper.java in favor of directly using the latter now that it has been componentized. There were no substantive changes introduced in //weblayer and no behavioral changes. Bug: 1099169 Change-Id: Ie9cc819f17ce30bb66085cb05040ce11696725ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270554 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#783894}
-
Fergus Dall authored
These new classes are recorded by cicerone, but they still need to be recorded in enums.xml to give them names. Also update the enum in crostini_stability_monitor.h to keep things in sync. Bug: 977201 Change-Id: Ia7d1349fdaf8f2790f9896933d45dbc3ef5918be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2272620Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#783893}
-
Alice Wang authored
This CL adds the |Continue as| to account picker bottom sheet in the web sign-in flow and the collapsing/expanding mechanism to the bottom sheet. Prior to this CL, the bottom sheet shows a straightforward recycler view of the account list as in https://crbug.com/1081253#c1. Screenshot: https://crbug.com/1093449#c2, https://crbug.com/1093795 Bug: 1093449 Change-Id: Ie4460523ea794d48efff384ba670c23348ae5c46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238192 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#783892}
-
Oleh Lamzin authored
Destroy receiver_ before service_ in ProbeService. We must destroy |receiver_| before destroying |service_|, so we will close interface pipe before destroying pending response callbacks owned by |service_|. It is an error to drop response callbacks which still correspond to an open interface pipe. Bug: 1098764 Change-Id: I7b21bac8edb5bcae41da077ccdfdd6782a2883bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273059Reviewed-by:
Roland Bock <rbock@google.com> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#783891}
-
Denis Kuznetsov authored
Bug: 1067260, 1097706 Change-Id: I016e5bc36e3e185730c29e5a7373a2c8e7519924 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273129 Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#783890}
-
Roman Sorokin authored
Also cleaned up enrollment_local_policy_server_browsertest Bug: 1099279, 1031275 Change-Id: I87a66aa8f9bf89502a09eb3f2a25734cfd01a53d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274414 Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#783889}
-
Adam Rice authored
external/wpt/streams/idlharness.any.js tests were timing out due to an upstream bug in idlharness.js. The fix for the issue has been merged, so remove the Timeout expectations. BUG=1094021 Change-Id: Ife1bf7e8f2bbd340d00a15111ab0c528980d09ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274823 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#783888}
-
Jinsuk Kim authored
SideSlideLayout is a frame layout enclosing the arrow widget/glow UI used in gesture navigation. It gets detached from view hierarchy after use. There is a bug not detaching the layout if navigation UI is cancelled/not triggered. This CL makes sure the layout is detached so unnecessary views won't stay in the hierarchy when not in use. Added tests to verify the behavior. Bug: 1100717 Change-Id: I129ec5fe84d14023532bf5e0dd6a110ea84e354d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274498 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#783887}
-
Colin Blundell authored
This class will be reused by Weblayer. //chrome deps have been cleaned in a preceding CL, so the componentization is straightforward. We will put the ConfirmInfoBar C++ object in the infobars namespace in a followup. Bug: 1099169 Change-Id: I38de225f93bfc5545febc9ce9061259cf1b9f8d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270566 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#783886}
-
Danila Kuzmin authored
R=raleksandrov@google.com Bug: 1091773 Change-Id: If3a6bd2cae355f93c6a5ac6e018a75faccab4cbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254145 Commit-Queue: Danila Kuzmin <dkuzmin@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#783885}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/40ecf2e45a09..80e508e0d096 2020-06-30 aerotwist@chromium.org Changes use of language in third_party README If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I226b1b93043750ab9257144baac0576f6b1664ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275641Reviewed-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@{#783884}
-
charleszhao authored
Change-Id: I0ec0f5116d7f4b798e325043b5792a6e85fc3618 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275743Reviewed-by:
Charles . <charleszhao@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Auto-Submit: Charles . <charleszhao@chromium.org> Commit-Queue: Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#783883}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c783abd3776d..14ac9d015283 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 drott@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:1071247 Tbr: drott@google.com Change-Id: I39d650d589169980f6bb66d6c0af44141ad5a195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275637Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#783882}
-
Nazerke authored
Bug: 1072370 Change-Id: I1b3c08277001dc5baf245d0aa2bc142a1b887e35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247737Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#783881}
-
Dominik Röttsches authored
Bug: 1100785 Change-Id: Iac36fb2abe96adf37923c794d1536ea3808e94d0 Tbr: masonfreed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274129 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#783880}
-
Kenichi Ishibashi authored
This is a follow-up CL of crrev.com/c/2269985. We can move around the ownership of URLResponseHeadPtr instead of copying it. Bug: 1055677 Change-Id: I36f4368776dc49bfb831277a53791f19a5b1f598 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274822 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#783879}
-
Wojciech Dzierżanowski authored
This is done in preparation for further work in issue 1091203. No functionality is changed as `is_remote` was always false outside of tests. Bug: 1091203 Change-Id: Ia32c07c628e2aa92bd6e5ae1676207d3df8050f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2256203 Commit-Queue: Wojciech Dzierżanowski <wdzierzanowski@opera.com> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#783878}
-
Jia authored
No client will be affected by the change of SearchParams because it's not being explicitly set by them. Bug: 1090132 Change-Id: I996ce993f166f6ea069c27f754bd64ce034e44e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269411 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#783877}
-