Skip to content

Commit 2052db6

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8719460381265138641 [email protected] Bug: none Change-Id: I2c7b312112dc073c76bf5dd457b2b855f11f3050 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6389081 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Jack Franklin <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
1 parent a0c4c4a commit 2052db6

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '940abfc668be2591483f7132145593c6a047f3cf',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '1c6df84544d9c7e58118c98d53a2a9028d17d416',
27+
'chromium_browser_protocol_revision' : '9daffc872dab6abfdff179c02e7563eba5ee9b6d',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',

front_end/generated/Deprecation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ export const UIStrings = {
7171
*/
7272
GetUserMediaInsecureOrigin: "`getUserMedia()` no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gle/chrome-insecure-origins for more details.",
7373
/**
74-
* @description This warning occurs when a site uses <h1> inside <section>. It means the behavior may change in a future Chrome release, when these special rules are removed.
74+
* @description This warning occurs when a site uses <h1> inside <article>, <aside>, <nav>, or <section>. It means the behavior (font size) may change in a future Chrome release, when some special rules are removed from the browser.
7575
*/
76-
H1UserAgentFontSizeInSection: "The website has an <h1> tag within an <article>, <aside>, <nav>, or <section>, and relies on deprecated UA stylesheet rules for the resulting font size. See the second block of 'x h1' styles in https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings. These special rules are deprecated and will be removed. See https://github.com/whatwg/html/issues/7867.",
76+
H1UserAgentFontSizeInSection: "Found an <h1> tag within an <article>, <aside>, <nav>, or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information.",
7777
/**
7878
* @description A deprecation warning shown to developers in the DevTools Issues tab when code tries to use the deprecated hostCandidate field, guiding developers to use the equivalent information in the .address and .port fields instead.
7979
*/

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7325,16 +7325,6 @@ export const NativeFunctions = [
73257325
signatures: [["options"]],
73267326
receivers: ["AITranslatorFactory"]
73277327
},
7328-
{
7329-
name: "detect",
7330-
signatures: [["input","?options"]],
7331-
receivers: ["AILanguageDetector"]
7332-
},
7333-
{
7334-
name: "detect",
7335-
signatures: [["image"]],
7336-
receivers: ["BarcodeDetector","FaceDetector","TextDetector"]
7337-
},
73387328
{
73397329
name: "registerAnimator",
73407330
signatures: [["name","animatorCtor"]]
@@ -8470,6 +8460,10 @@ export const NativeFunctions = [
84708460
name: "BarcodeDetector",
84718461
signatures: [["?barcodeDetectorOptions"]]
84728462
},
8463+
{
8464+
name: "detect",
8465+
signatures: [["image"]]
8466+
},
84738467
{
84748468
name: "FaceDetector",
84758469
signatures: [["?faceDetectorOptions"]]

third_party/blink/renderer/core/frame/deprecation/deprecation.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@
244244
},
245245
{
246246
name: "H1UserAgentFontSizeInSection",
247-
message: "The website has an <h1> tag within an <article>, <aside>, <nav>, or <section>, and relies on deprecated UA stylesheet rules for the resulting font size. See the second block of 'x h1' styles in https://html.spec.whatwg.org/multipage/rendering.html#sections-and-headings. These special rules are deprecated and will be removed. See https://github.com/whatwg/html/issues/7867.",
248-
translation_note: "This warning occurs when a site uses <h1> inside <section>. It means the behavior may change in a future Chrome release, when these special rules are removed.",
247+
message: "Found an <h1> tag within an <article>, <aside>, <nav>, or <section> which does not have a specified font-size. The size of this heading text will be changing in this browser in the near future. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#specifying_a_uniform_font_size_for_h1 for more information.",
248+
translation_note: "This warning occurs when a site uses <h1> inside <article>, <aside>, <nav>, or <section>. It means the behavior (font size) may change in a future Chrome release, when some special rules are removed from the browser.",
249249
web_features: [
250250
"kH1UserAgentFontSizeInSectionApplied",
251251
],

0 commit comments

Comments
 (0)