- 18 Aug, 2020 40 commits
-
-
Devlin Cronin authored
Modify GetEffectiveDocumentURL() to take a MatchOriginAsFallbackBehavior to indicate in which cases the origin of a frame should be used as a fallback, in the case where the frame's URL is insufficient (such as about: and data: frames). If MatchOriginAsFallbackBehavior::kAlways is specified (as is the case when match_origin_as_fallback is specified as true in the manifest for a content script), the frame tree is no longer traversed. This allows scripts to inject on opaque frames where the extension has access to the frame's initiator, but the frame tree contains cross- origin frames. Update the tests for the same, and add new tests for matching a frame's origin as a fallback with path-specific match patterns; note that these are not fully supported yet. Bug: 55084 Change-Id: I86ccf56c3b05e92851ecca3748d8d973a098522f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343323Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#799192}
-
Mason Freed authored
These two were used only for pre-FormControlsRefresh, and are no longer needed. This CL renames the prior LayoutThemeMacRefresh, which is the replacement, over to LayoutThemeMac. This CL removes ~2700 lines of dead code. :-) Fixed: 846357 Change-Id: If8f463c66c4366b66334ed0a7cb7660395139fb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360314 Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#799191}
-
Chris Cunningham authored
ParseVideoCodecString() and ParseAudioCodecString() now accept "" for mime_type. This affords reuse of for this complex parsing code by WebCodecs, where encoded media is not containerized (no mime type). The two existing callers of these functions require mime types, but they already validate the mime type is present at a higher level. Bug: 1113824, 1094191 Change-Id: Ifc3f0a30dd94e4979e184e8879d3f365b28d6ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359408 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#799190}
-
Andrew Grieve authored
Another attempt at preventing OOM for android-archive-rel Bug: 1098333 Change-Id: I8307209b7ce9ef7220bb0e2cbb14becce5e03a1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361182Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#799189}
-
Clemens Arbesser authored
With this CL, STARTING and BROWSE controller states no longer require the UI to be shown while running lite scripts. Effectively, this delays the attachment of the UI until the first PROMPT is shown. Note that this is specifically for the beginning of lite scripts. It is not yet possible to dynamically detach the UI mid-flow - this CL is only about the delayed initial attachment of the UI. Bug: b/162065211 Change-Id: Ia91498e0570fbaff76dd81c65f3462de26c04425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359070 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#799188}
-
Matthias Körber authored
Adds logic to migrate a legacy name to the structured representation: If the full name is set, but there is no status assigned, depending on the verification status of the overall profile it is either set to kUserVerified or kObserved. All other tokens are reset and reparsed. If the full name is not set, the first, middle and last tokens are marked as kObserved and the full name is formatted. In the legacy implementation, a profile should not be merged with another profile if it is already user verified. With structured names, this situation changes because it is still beneficial to learn the structure of a name although the name itself should not change. This CL adds the logic for this case. Change-Id: I7c27e86dd210bd9dc4954a1796ea57a1409ba886 Bug: 1099202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358673 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#799187}
-
Henrique Nakashima authored
Reheat the graph if node grouping criteria changes. Bug: 1117259 Change-Id: I9be8e2dd6c1ed523fe0ae8a9a71fcb16176bfb18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360495 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#799186}
-
Anders Hartvoll Ruud authored
The selector '#container > div' has higher specificity than a single #id selector, so in a browser which supports setting the animation- timeline via the animation shorthand (which we don't support yet but will soon), the animation-timeline always becomes auto. To fix this, use longhands instead. This prepares for animation-timeline-in-shorthand support. Bug: 1074052 Change-Id: I7d8a5ad2a315eb251cc0f42f5a54b1cf3b54ee45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360374Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#799185}
-
Yuke Liao authored
This CL disables 2 more interactive_ui_tests that are failing. Bug: 1111979 Change-Id: I5d6d3fb393acd827be6f3cafcd713faff00c20b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363062 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Auto-Submit: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#799184}
-
Moe Ahmadi authored
Beta finch config: cr/322802704 Change-Id: I626064d11e0a5d681db64111adad26aabf94dd95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353522 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#799183}
-
Haiyang Pan authored
This test suite is pretty stable on fyi MM for the past 200 builds, except for the failures caused by offending CLs And the test pool has enough capacity. Keep it running on 8 core to shorten the test runtime. Bug: 997376, 1098111 Change-Id: I02b9d2cc2ae9dd4e4635b5cb231291e7b6925d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355568 Auto-Submit: Haiyang Pan <hypan@google.com> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#799182}
-
Roman Sorokin authored
Bug: b/162972077 Change-Id: I6b206a78bd5efe3eecb74767ec86e069914ce815 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340973Reviewed-by:
Drew Wilson <atwilson@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#799181}
-
Yunke Zhou authored
Bug: 1101318 Change-Id: Ie14f5f199af160aee865570b364ef8387e5a0499 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359993Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Yunke Zhou <yunkez@google.com> Cr-Commit-Position: refs/heads/master@{#799180}
-
John Delaney authored
Adds new owners file specifically for the AdsPLMO directory. Change-Id: I01028ae59ee4b27211f8deb189199c0ae05fd65c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359587Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#799179}
-
Eric Seckler authored
Augments the existing Power.CpuTimeSecondsPerCoreTypeAndFrequency with an equivalent metric that is approximated from per-core time_in_state instead of per-thread time_in_state. The latter is not widely supported (only on newer Pixel devices). For this purpose, extends base's CPU class to support reading and parsing the time_in_state stats file in /sys. Bug: 1081760 Change-Id: I8cfb2510a0a6be59cd515e8704033de903898e22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359078 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#799178}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/297207f64cc3..a651373fa953 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 csharp@google.com,guidou@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:1041781,chromium:1057100,chromium:1075562 Tbr: csharp@google.com,guidou@google.com Change-Id: Ia1c894bdfe1c77e1107727c5d5b0481f54a0abf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363058Reviewed-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@{#799177}
-
ziyangch authored
BUG=internal b/163629769 Test=Locally build. Change-Id: I3a6a7bd9f9a34299b98d753058072afed64547d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350495Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Ziyang Cheng <ziyangch@chromium.org> Cr-Commit-Position: refs/heads/master@{#799176}
-
Omer Katz authored
Ephemeron tracing used to be only on mutator thread. We recently restructured it in a way that allows for concurrenncy. This, the TraceEphemeron method can be concurrent and should use GetSafe. Bug: 986235 Change-Id: Ib10ad7eef383f41d2a70d966d04904a54bc96e76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358970 Auto-Submit: Omer Katz <omerkatz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#799175}
-
Nela Kaczmarek authored
This change creates a struct AffiliationFetcherDelegate::Result to support both affiliations and groupings. Bug: 1108279 Change-Id: I0b02ba3dc606204c9b8e5a25394a7e9cab02eb3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357809 Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#799174}
-
David Bokan authored
A text fragment occurs in a URL fragment and begins with ":~:text=...". It is used to highlight and scroll the provided text into view when the page is loaded. For user privacy reasons, we restrict scrolling the text into view unless the navigation occurred via a user gesture. See: https://github.com/WICG/scroll-to-text-fragment#security-considerations for more details. However, it is common (particularly on social and messaging services where content is user-generated) for links to be served via a redirect. A typical example (from chat.google.com) works like this: 1. User receives and clicks a link to https://example.com#:~:text=foo" 2. chat.google.com opens a new tab using window.open("", "_blank") 3. chat.google.com calls document.write on the newly opened window to write a <meta> tag-based client redirect to google.com/url?url=https://example.com... which is the URL redirection service with the destination URL as a query param. 4. google.com/url then calls window.location and writes "https://example.com#:~:text=foo" into it 5. the new tab finally navigates to example.com The only navigation that had a user gesture attached to it is the initial empty document navigation in step 2. This means the example.com page is navigated to without a user gesture and the text fragment is blocked. A similar pattern is seen on many popular services: Twitter, Instagram, Facebook Messenger, etc. This CL solves the above scenario by introducing a "text fragment token". This token grants its holder permission to invoke a text fragment. The token can be used during load to invoke the text fragment, or it can be passed into a navigation to grant permission to the next page without requiring a user gesture. However, in either case, the token is consumed so a page cannot both invoke a text fragment and pass the token. The token is created in only in DocumentLoader's constructor and while processing a same-document navigation. For regular navigations, it is only created if the current navigation was user initiated. For same-document navigations, it's created only if browser-initiated and the navigation has a text fragment. This mechanism can be thought of as a user gesture that applies only to text fragment and whose lifetime extends across navigations but cannot be copied and is always consumed on use. Bug: 1055455 Change-Id: Icddd849937d24b579bbeb5a4b9f87539d8339905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159324Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#799173}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/88816e373d30..552d3e3d5ee9 2020-08-18 peah@webrtc.org Reland "Add ability to state whether the APM output will be used" 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: If8f1de19bb7b318b044df7e80301e96784292581 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363207Reviewed-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@{#799172}
-
Dirk Pranke authored
It turns out the work I did on the "wrapped_*" targets in gn_isolate_map was somewhat overlapping with the already-existing iOS work to declare things as "generated_scripts". However, the generated_scripts did not include test_env.py. So, this CL rearranges things so that the generated script will call test_env.py, and then we can share logic between the generated_script targets (and every target on iOS and LaCrOS) and use that as the basis for the rest of the work going forward. Bug: 816629 Change-Id: I9d55c3f1587defcb599ddf1df838dd9ed5b6a12c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357917Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#799171}
-
Daniel Rubery authored
This CL extends the expiry of SBClientDownload.DownloadRequestDuration, since it is a generally useful top-level metric for Safe Browsing's download protection. It marks obsolete SBClientDownload.ArchiveDownloadExtensions, which is not as useful and was not being used. Fixed: 1109837, 1105086 Change-Id: Ib3f4081a8a5d1ef733243ac7c41ba2011526fd48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361002 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#799170}
-
Ioana Pandele authored
This is not needed. The Java code checks to see if the package string is not empty to determine whether the credential is an app credential or not. Bug: 1102025 Change-Id: I38dbdc771a4bcce6eed2a4e18d3ee38d21b5e73a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359139Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#799169}
-
Philipp Hancke authored
Adds a test which verifies that setCodecPreferences changes the order of codecs in the SDP generated by createOffer. Drive-by: close all peerconnections after the tests, https://bugs.chromium.org/p/chromium/issues/detail?id=836871 BUG=None Change-Id: I75d252bc43919ba2f27c6bd97493f94b3b5a2587 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362024Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/master@{#799168}
-
Ella Ge authored
This CL changes the how the TWA quality enforcement enabled with the flag and enable the flag for now: * If flag is not enabled: * Show a Toast if local build * If flag is enabled: * if TWA client enabled quality enforcement: * crash * client not enabled, forced flag enabled: * crash * show a toast if local build * otherwise * show a Toast if local build The NOTIFY callback is not needed and removed. Bug: 1109609 Change-Id: I6959092f97d2c2f55cc3b57dbd152147527ae829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353171 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#799167}
-
David Roger authored
The profiles were named after the email of the account. This CL changes to use localized string "Work" instead. Bug: 1076880 Change-Id: I5a0782ae83d6660bcabcea041761f2f3b493ee04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362827 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#799166}
-
Nnamdi Theodore Johnson-Kanu authored
Bug: 1045266 Change-Id: I06c026e4788c8225d1acdfa1792d4f221806c2c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359018 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#799165}
-
Xianzhu Wang authored
This mainly fixes the crash when we tried to update the property of a GraphicsLayer that ShouldCreateLayersAfterPaint. The crash could be fixed by checking if the pending layer's paint artifact is the same as the passed in paint artifact, but marking the compositing type of the pending layer can also simplify the code. Change-Id: I3deef1c60057b1925c7a8d9d891904404f5509bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360506Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#799164}
-
Sebastien Lalancette authored
Now that the feature is almost completed (but not rolled-out anywhere), fixing up the enum values and adding histograms for the new context menus. Bug: 1093302 Change-Id: Ib3e32c703ed18ddd24c6f7f75c19505cf4e9e343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354530 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#799163}
-
James Vecore authored
This adds the contact visibility component which will be hosted in the on-boarding experience as well as in settings. This is just a roughed in version of the component without the back end/mojo functionality to retrieve contacts yet. String, a11y, and final specs are still pending. Eventually this component we need to support a compact layout for on-boarding and a full layout for settings. Screenshots: Zero-state (no-selection): https://screenshot.googleplex.com/079678b4-8a72-43db-a46b-b853286a41ba.png All contacts selected: https://screenshot.googleplex.com/cfd1c5ee-565a-4908-99f1-cd3b7ef5683a.png Change-Id: I6c3558e8f747fade5ee7f7d0c0e0d5a710d77457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352520Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#799162}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f9fb0716512d..a8b16365f92a 2020-08-18 csmartdalton@google.com Stop discarding stencil buffers on tilers 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 stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: stani@google.com Change-Id: I0f7d3135cb55c6f60a6ba7b9fde0d5bf418a3ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363048Reviewed-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@{#799161}
-
Jonathan Backer authored
This is mostly based on the OOM detection added to SharedContextState, but may apply to Skia detected errors as well. If we detect |driver_needs_reset_|, we should have |GpuChannelManager::OnContextLost(false)| called to LoseAllContexts when context virtualization is enabled. Change-Id: Ife7e6c4db744b24ab2ed55476bed90b05eb1aebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363071Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#799160}
-
kylechar authored
Change kInProcessCommandBufferClientId to kDisplayCompositorClientId. InProcessCommandBuffer is no longer used for the display compositor with SkiaRenderer so the constant name is inaccurate. Bug: 1114763 Change-Id: I03b9680930c61e1cb922d97c76959eb06e689638 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352761Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#799159}
-
George Steel authored
Animated properties are now counted in the KeyframeEffect constructor and in SetKeyframes instead of in ProcessKeyframesRule. This makes WebAnimations trigger the use counters as well as CSS animations/transitions. Bug: 992430 Change-Id: I7f0d453d7cde1333863a1127c3dcc68931814c13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354946 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#799158}
-
Adam Langley authored
EIDs will no longer just contain nonces, thus extracting a single value no longer sufficies. Additionally, caBLEv2 will no longer be based on |FidoCableDevice| and thus we don't need a special handshake handler for v2. This change tweaks the handling of received BLE adverts in several ways to accommodate this. BUG=1002262 Change-Id: I6af0a9a3990f8fabd2144f4b8a69687538ee08b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340387 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#799157}
-
Chris Lu authored
When Chrome is the default browser, it will receive all URL opens, which is likely to change certain stability metrics. Thus, it will be good to filter those metrics by default browser status. This metrics records whether the user was deemed to have set Chrome as the device's default browser. Bug: 1107489 Change-Id: Ie0bc34e7ac2979a82c67267e80fb8318dd2c6a51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347954 Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#799156}
-
Himanshu Jaju authored
- Posts a delayed task to close connection - Adds a test to check kTimedOut status in TransferMetadata Bug: 1085068 Change-Id: I7c74b19533a97272d0aede9940eaa3f477e47827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359129Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Cr-Commit-Position: refs/heads/master@{#799155}
-
Karandeep Bhatia authored
Document::domWindow() can be null when a Document is constructed without a browsing context. To prevent this possible derference, use Document::GetExecutionContext which is guaranteed to be non-null. BUG=1116743 Change-Id: Ib679e9689692f6b24a046ba43a17e16b2db858f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360493 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#799154}
-
chromium-internal-autoroll authored
Release_Notes:http://go/help_app-x20/relnotes/Nightly/help_app_nightly_202008180800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/50LmdZ87Aei15bQBU0QVN59IeJPvU-acRxSAEOTzcrYC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/163948970 Tbr: help-app@grotations.appspotmail.com Change-Id: I8c005ecbf906685b044a9a4d8d3e9dd5292e2c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363060Reviewed-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@{#799153}
-