- 09 Dec, 2020 40 commits
-
-
Sahir Vellani authored
Users will now be able to use middle click autoscroll to scroll a parent div if the inner-most scroller is unable to scroll in that direction. If there is no delta-consumable scroller, the top-most autoscrollable scroller will be latched. Bug: 1107648 Change-Id: Iccd4efec3b1ce5d09c701d3d46052176275dbc32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488042Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Rahul Arakeri <arakeri@microsoft.com> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#835318}
-
Victor Vasiliev authored
Change-Id: I3d4c8ff60b76182200f826a040d018edc61dc869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579827Reviewed-by:
David Schinazi <dschinazi@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#835317}
-
kenkangxgwe authored
This is a fixup for b2af6d84. - add/remove macros. - avoid inline virtual function. Bug: b/162546246 Bug: b/173504008 Test: None Change-Id: I3aa2767efc30bf0e677462f395be50dbefc4117f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581438Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Mingyu Kang <kenkangxgwe@google.com> Cr-Commit-Position: refs/heads/master@{#835316}
-
Alex Rudenko authored
With this CL, if the mouse leaves an inner frame, the tooltip shown in the inner frame will be hidden. Note that if you first inspect the outer frame and then inspect an inner frame, you'd see two tooltips still because the mouse does not actually leave the outer frame area. Fixed: 1155549 Change-Id: Ib6670990eb352fc9f8c41ae6a2727145652ee9e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578896Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#835315}
-
Gordon Seto authored
Populate eSIM pending profile model data into internet_subpage. UI still in progress. Screenshot: https://screenshot.googleplex.com/6FDSzXUJi6kzvah.png Bug: 1093185 Change-Id: Ibe19fabd200f2af435261bd3f7cd648168696e54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572748 Commit-Queue: Gordon Seto <gordonseto@google.com> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#835314}
-
Chris Lu authored
OverlayPresenterImpl's |detached_presenting_request_queue_| is used to receive the OverlayRequestRemoved() delegate callback to extend the lifetime of the request being removed to OverlayPresenterImpl::OverlayWasDismissed in the instance of a presenting WebState being detached. However, this pointer does not guarantee the continued existence of the |detached_presenting_request_queue_|. In addition, in this callback, there is no need to reset the delegate since OverlayPresenterImpl doesn't need to listen for OverlayRequestRemoved() anymore with |presented_request_| being reset in this callback. Bug: 1155138 Change-Id: Ie5ec9b3ee1fe85484ab51919e5f9656e3351f41b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575318Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#835313}
-
Joe Downing authored
I noticed an error in the file logger today which indicted that the logger could create a new symlink since one already existed. I missed this error previously because it only showed up if you run Sawbuck before starting the host (when the file logger starts up and before it takes control of the tracing session). This CL deletes the previous symlink before we try to create a new one. Change-Id: I61e76f8169855899c9ea6262c19bb95f47b30d98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582506 Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Joe Downing <joedow@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#835312}
-
Darin Fisher authored
Temporarily add explicit border around pop-up menus since we aren't yet drawing drop-shadows for pop-up menus. Bug: 1156893 Change-Id: I7a8f2da5842d1ccf0da1a1fc0113dd55771d5afc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580401Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835311}
-
Darin Fisher authored
Bug: 1143953 Change-Id: I4febdac138688de659ceaa96a54d0427dec0473d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581449Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835310}
-
Ken Rockot authored
Content hasn't actually used Service Manager-based services in ages, and these names are only relevant to those things. They're still used by //chromecast, but in extremely limited capacity. This moves a few constant definitions into //chromecast C++ code and wipes out service_names.mojom. Most of the CL is deletion of stale includes of the generated header. Bug: 977637 Change-Id: Ica638ae5bd2b1238a998ce76faa943ce85775b5d Tbr: boliu@chromium.org Tbr: blundell@chromium.org Tbr: caseq@chromium.org Tbr: kinuko@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568681 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#835309}
-
danakj authored
The mojom was changed to BitmapN32 in a9162d6d, so the browser will only receive the correct bitmap format now. No need to rely on checks in the receiver code. R=avi@chromium.org Bug: 1144462 Change-Id: I72fd8cac96b3154a894d77ef80b8a19588231878 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580322 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#835308}
-
rbpotter authored
Bug: 1065895 Change-Id: I87c383d9b8091b41aa2aeda237d49e9a6db3caa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581029Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#835307}
-
Shannon Chen authored
Point scanning performs a vertical range scan before a vertical line scan. The vetical line should scan within the range. Currently, the point scan performs the following step: 1. Horizontal Range Scan 2. Horizontal Line Scan 3. Vertical Range Scan 4. Vertical Line Scan Signed-off-by:
Shannon Chen <shannc@chromium.org> Bug: 1061537 Change-Id: If29f7bbf7f1e3c29c8872523bf48214dcc9f6bd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580139Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Shannon Chen <shannc@google.com> Cr-Commit-Position: refs/heads/master@{#835306}
-
Robert Sesek authored
CoreFoundation was only needed for a __builtin_available check to support Mac OS X 10.10, support for which has now been removed. Bug: 1153883 Change-Id: I02fff5146387c56db4b1d3f061fc2e37f82b9100 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579952 Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#835305}
-
Mario Sanchez Prada authored
This migrates these legacy IPC messages to the media.mojom.MediaPlayer mojo interface, now implemented by HTMLMediaElement inside of Blink, and updates its callers in the browser process. Relevant design document: https://docs.google.com/document/d/1OLMNxLvGkRO6ju_WfHbRMrgaVnW7bsMnW7XlJQI0A2E Bug: 1039252 Change-Id: Ia4c873402179fb3eb918a3bc077b19842026ce21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543025 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#835304}
-
edchin authored
Removes kPointerSupport flag which was launched M84. Bug: 1076995 Change-Id: I8f5eb06d4942ded876723aeb30abfa521f978d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580136 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#835303}
-
Thiemo Nagel authored
This reverts commit fe104bae. Reason for revert: I believe I've wrongly reverted this CL. My apologies. (In the meantime, I've bisected the failing test to be https://chromium-review.googlesource.com/c/chromium/src/+/2580046) Original change's description: > Revert "[Tab Groups] Only create a tab group if it is the second link." > > This reverts commit 022f0128. > > Reason for revert: It looks like this is breaking TabStripTabListTest.All in https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29 > > First occurrence: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/93505 > > Original change's description: > > [Tab Groups] Only create a tab group if it is the second link. > > > > This is merely a heuristic for whether or not to create a tab group > > based on the opener of the tab next to the current one. > > > > Bug: 1128703 > > Change-Id: Iae0ae8db78be0bbe9be2fdacd143c70e1a0d49bc > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567818 > > Commit-Queue: Charlene Yan <cyan@chromium.org> > > Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> > > Reviewed-by: Connie Wan <connily@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#834915} > > TBR=ellyjones@chromium.org,cyan@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,connily@chromium.org > > Change-Id: Ib7fae0f0d2bfce4eddd9966923b50b3690e0fe24 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1128703 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580530 > Reviewed-by: Thiemo Nagel <tnagel@chromium.org> > Commit-Queue: Thiemo Nagel <tnagel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#835150} TBR=ellyjones@chromium.org,tnagel@chromium.org,cyan@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,connily@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1128703 Change-Id: I7d3346cdf4fa0deba24d56134a542f13b5fc985e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582020Reviewed-by:
Thiemo Nagel <tnagel@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#835302}
-
Jan Wilken Dörrie authored
This change replaces Blacklist with Blocklist in FormFetcher and renames related APIs. TBR=vasilii Bug: 1147799 Change-Id: I4f90ac165ed3c877e45433f4408b06a88d5e9f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580886 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#835301}
-
Clemens Arbesser authored
Bug: b/175132318 Change-Id: I1b4116420dcd441b6ef089ed7f3c56a8f97048d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582338Reviewed-by:
Lukasz Suder <lsuder@chromium.org> Commit-Queue: Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#835300}
-
Eric Seckler authored
Connection failures such as SMB mapping failures and exhaustion of concurrently registered producer limits were causing ReportBadMessage() even though they are more likely caused by tracing service internal errors. Instead, drop the producer connection and report a UMA stat in these cases. Bug: 1154344 Change-Id: Ia1163a55a65f627f8114596ac892b9d0f1d58a9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582058 Commit-Queue: Eric Seckler <eseckler@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#835299}
-
Yutaka Hirano authored
Bug: 1156550 Change-Id: I683f7e82c19db65aaaab49746ab5d7880ef96321 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581658 Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#835298}
-
Alice Wang authored
This CL moves SigninScrollView to signin.ui target. Bug: 1157052 Change-Id: I944621ee3242273ed6fb8b6aac028fee2b4d606d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581838Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#835297}
-
yilkal authored
This cl provides a PostMessageAPI interface that can be used to fetch the EDU account that is being added to the family link user's profile. The email is needed as part of the consent logging that is required in the online flow. Bug: 1156497 Change-Id: I8e1bc0bb067f57e4d298ff160cb11954fdc9a346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579717Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dan S <danan@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#835296}
-
Wenyu Fu authored
Store decision if ToS is skipped by policy in shared preference, and add a singleton helper class to check and refresh the policy value if necessary. Change-Id: Ia62622b76207c5ebe7ab226ef3d6f8b18602f488 Bug: 1108582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570077Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835295}
-
Yulun Wu authored
We will be using primary colors for inactive search box placeholder text and secondary colors for active search box placeholder text. Bug: 1156231 Change-Id: I1285bb3f6630e103bfd1cf192e9065d248614b07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581023Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#835294}
-
Reilly Grant authored
This change fixes error handling for the getSignals() method. It was assumed that the Mojo reply value could be null on error but this was not allowed by serial.mojom. This meant that if a call to GetControlSignals() failed it would trigger a Mojo connection failure rather than only reporting the (potentially recoverable) error. Tests exercising this case on both the renderer and browser process sides have been added. Bug: 1156864 Change-Id: Ife5c953d5f6748c0290fae2f2d53c5415c1faba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580747 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#835293}
-
edchin authored
Bug: 1133889 Change-Id: I671beba1defc45dfeebddc59ea5975202dcfa6d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581337Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#835292}
-
Sylvain Defresne authored
The gn variable ios_use_goma_rbe is ignored since the CL https://crrev.com/c/2555117 landed, so stop overriding it on the bots (it is now always enabled which is what the bots want). Bug: none Change-Id: I76e2c9180da9396fd206efb8592990f231841115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558437 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#835291}
-
ckitagawa authored
This addresses two shortcomings of PlayerCompositorDelegate for the Long Screenshots use case: 1. An in-memory PaintPreviewProto is provided from Java rather than one from disk. 2. Compositing should occur to a single SkPicture using the MainFrame mode of the compositor rather than the SeparateFrame mode. This CL also makes the MainFrame mode return the dimensions of the SkPicture so that Long Screenshot can leverage this information. Change-Id: If0b2d666f7459b94f4501c23808c504826a0112a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578076Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#835290}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/83448c4da727..627f4a6b8dc3 2020-12-09 lalitm@google.com tp: minor refactoring of track event code for readability 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: I347eac7fdaacc0a70dc000f4261f86c042caaff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582180Reviewed-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@{#835289}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8670c9887529..15b4892925ba 2020-12-09 johnstiles@google.com Simplify constant single-value SkSL constructors. 2020-12-09 johnstiles@google.com Parenthesize intrinsic comparisons properly in Metal. 2020-12-09 bsalomon@google.com Rewrite restore_scissor_on_fbo_change 2020-12-09 johnstiles@google.com Fix SPIR-V compilation of binary expressions of boolN type. 2020-12-09 borenet@google.com [infra] Roll infra DEPS, update CIPD packages 2020-12-09 johnstiles@google.com Add newline to end of Metal's Globals struct definition. 2020-12-09 brianosman@google.com Remove fInputColor usage in unit-test FPs 2020-12-09 brianosman@google.com Remove modulation by input color in convolution FPs 2020-12-09 johnstiles@google.com Add $genHType version of inversesqrt. 2020-12-09 brianosman@google.com Increase Metal timeout to 1 second 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 jmbetancourt@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: chromium:1152831 Tbr: jmbetancourt@google.com Change-Id: I1713a7837e204474e058e087cfbd14d2b86e5238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582141Reviewed-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@{#835288}
-
Jan Wilken Dörrie authored
This is a mechanical change replacing #includes of base/stl_util.h with base/containers/contains.h for usages of base::Contains. TBR=dcheng Bug: 970209 Change-Id: I50db76f2fd192708ab718f8ce72a765f9c38aed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579969 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835287}
-
Jan Wilken Dörrie authored
This is a mechanical change replacing #includes of base/stl_util.h with base/containers/contains.h for usages of base::Contains. TBR=dcheng Bug: 970209 Change-Id: Iba94204e7cfd1266a3577fdc0854f1c0891c75b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580880 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#835286}
-
Stephan Hartmann authored
Following code in flat_tree.h triggers an ICE in GCC 9 and onwards: container_type body_; NO_UNIQUE_ADDRESS key_compare comp_; testcase.ii:58:77: internal compiler error: in output_constructor_regular_field, at varasm.c:5249 58 | void Get() { static auto kSchemas = MakeFixedFlatMap<int, int>({{"", ""}}); } Swapping the declaration does not change behavior, but it doesn't trigger the ICE anymore. Bug: 1156268 Change-Id: I865812bf24daf14bf53473726c40b4566e002cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574860 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#835285}
-
cfredric authored
There's currently no plan for any *other* kind of First-Party set, so calling this "preloaded" is unnecessary. Change-Id: I7e08751a5717f87ecd5c2425451940091e861ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580361 Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#835284}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/67f7197d74bc..53c2ae23b73c 2020-12-09 tvanderlippe@chromium.org Add tests for javascript_metadata 2020-12-09 bmeurer@chromium.org Hide "Add breakpoint" menu item for non-breakable lines. 2020-12-09 tvanderlippe@chromium.org Add tests for HTMLFormatter 2020-12-09 pfaffe@chromium.org [Wasm debug] Add a new plugin method to retrieve breakable lines 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:1009443,chromium:1024752,chromium:1136484,chromium:1142275,chromium:1156075 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I88cdffda2e503887aa0501a065db96c5ff48e0a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582181Reviewed-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@{#835283}
-
David Bokan authored
In wheel handling, we assume that if a wheel event is set to non-blocking it must not be the first in the sequence so the previous event disposition should be available in mouse_wheel_result_. In https://crbug.com/1069760 that was found not to be the case. The fix there was to revert to the previous behavior which checked for whether that was true (the underlying cause wasn't found) but a DCHECK was left in. This trips up builds that have DCHECKs enabled as in https://crbug.com/1156940. Bug: 1156940,1069760 Change-Id: Ia65b5a0c28c4214492ec0cd9072ff8e5467bfdd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580054Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#835282}
-
Mario Sanchez Prada authored
This CL adds the minimal plumbing required to allow browser -> renderer mojo messages replacing MediaPlayerDelegateMsg_* legacy IPC messages from //c/common/media/media_player_delegate_messages.h, and migrate MediaPlayerDelegateMsg_{SeekForward, SeekBackward} as a first step. This CL also makes MediaWebContentsObserver, MediaSessionController and MediaSessionControllerManager classes take a WebContentsImpl in their constructor, since we will need to access WebContentsImpl's methods from MediaSessionController to do this migration and the instance passed on creation is a WebContentsImpl anyway (see the constructor of WebContentsImpl, where the MediaWebContentsObserver object gets created from). This will be also be useful for future migrations of remaining MediaPlayerDelegate[Host]Msg_* messages. Additional plumbing to migrate MediaPlayerDelegateHostMsg_* messages will be still required, and will be added in follow-up CLs, as well as migrations for more MediaPlayerDelegateMsg_* messages, following an iterative process. Relevant design document: https://docs.google.com/document/d/1OLMNxLvGkRO6ju_WfHbRMrgaVnW7bsMnW7XlJQI0A2E Bug: 1039252 Change-Id: Ia3287731acd1aea9f63061d01b01cfa23d5ce49d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520838Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#835281}
-
Andrew Grieve authored
Bug: 1153249 Change-Id: Ia6ef721da2839d67a99ad67c41fe7c2a11a555c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581302 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#835280}
-
Peng Huang authored
Bug: 1157074 Change-Id: I6fad512dcb8a262d67fc5160c2af89b0a8dfeefe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581938 Commit-Queue: Peng Huang <penghuang@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Auto-Submit: Peng Huang <penghuang@chromium.org> Reviewed-by:
vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#835279}
-