Skip to content

Commit 5b74d92

Browse files
committed
Merge remote-tracking branch 'chromedevtools/chromium/7103' into repo-sync
# Conflicts: # .gitignore # CONTRIBUTING.md # README.md # config/gni/devtools_grd_files.gni # front_end/BUILD.gn # front_end/core/root/Runtime.ts # front_end/core/sdk/Connections.ts # front_end/core/sdk/PageResourceLoader.ts # front_end/core/sdk/sdk-meta.ts # front_end/core/sdk/sdk.ts # front_end/entrypoints/inspector_main/BUILD.gn # front_end/entrypoints/main/BUILD.gn # front_end/entrypoints/main/MainImpl.ts # front_end/entrypoints/shell/BUILD.gn # front_end/models/source_map_scopes/NamesResolver.test.ts # front_end/models/source_map_scopes/NamesResolver.ts # front_end/models/timeline_model/TimelineModelFilter.test.ts # front_end/models/trace/handlers/RendererHandler.ts # front_end/models/trace/handlers/WarningsHandler.test.ts # front_end/models/trace/helpers/SyntheticEvents.test.ts # front_end/models/trace/insights/CumulativeLayoutShift.test.ts # front_end/models/trace/insights/DocumentLatency.test.ts # front_end/models/trace/insights/InteractionToNextPaint.test.ts # front_end/models/trace/insights/LargestContentfulPaint.test.ts # front_end/models/trace/lantern/core/NetworkAnalyzer.test.ts # front_end/panels/console/ErrorStackParser.test.ts # front_end/panels/console/consoleView.css # front_end/panels/network/NetworkLogView.ts # front_end/panels/network/NetworkPanel.ts # front_end/panels/network/network-meta.ts # front_end/panels/profiler/HeapSnapshotView.ts # front_end/panels/sources/SourcesView.ts # front_end/panels/sources/UISourceCodeFrame.ts # front_end/panels/timeline/EntriesFilter.test.ts # front_end/panels/timeline/Initiators.test.ts # front_end/panels/timeline/ModificationsManager.test.ts # front_end/panels/timeline/TimelineFlameChartDataProvider.ts # front_end/panels/timeline/TimelineLandingPage.ts # front_end/panels/timeline/TimelinePanel.ts # front_end/panels/timeline/TimingsTrackAppender.ts # front_end/testing/EnvironmentHelpers.ts # front_end/third_party/additional_readme_paths.json # front_end/ui/components/input/checkbox.css # front_end/ui/legacy/ActionRegistration.ts # front_end/ui/legacy/BUILD.gn # front_end/ui/legacy/RemoteDebuggingTerminatedScreen.ts # front_end/ui/legacy/components/utils/TargetDetachedDialog.ts # front_end/ui/legacy/inspectorCommon.css # front_end/ui/legacy/remoteDebuggingTerminatedScreen.css # front_end/ui/legacy/theme_support/ThemeSupport.ts # scripts/eslint_rules/lib/check-license-header.js # third_party/node/node.py
2 parents cbb8c83 + 4a53cbe commit 5b74d92

File tree

26,221 files changed

+2790701
-1136112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

26,221 files changed

+2790701
-1136112
lines changed

.eslintignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 275 deletions
This file was deleted.

.git-blame-ignore-revs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,11 @@ aaf6c64ae8d791f878599bf2cea8a9b1e6a5001c
349349

350350
# Always add braces to single-line if-statements (https://crrev.com/c/1821526)
351351
1d6e57a0e314d709029cac52b98898b828f45a12
352+
353+
# [AI Assistance] Renames and refactorings (https://crrev.com/c/6080811)
354+
786bd4290956c5b8560a03cf73d860572559e382
355+
356+
# RPP mass-renames. https://crrev.com/c/5867685 https://crrev.com/c/6191870 https://crrev.com/c/6190947
357+
8da83d7f627b0588b1c49d7761a90368efbfed73
358+
b1b834b0a1f9e61213fba85d8bc4a3c9ccfdefd7
359+
a59de5d27b5977b0bb8d260634f1d8d45e69cfdf

.gitallowed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# This key is expected to be visible in the frontend code
22
# b/349721878
33
CRUX_API_KEY
4+
# Publicly-visible API key for Firebase analytics, used in NetworkRequestHandler.test.ts
5+
AIzaSyCGxLbbFQxH4BV1fY0RODlxTos9nJa2l_g
46

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
package-lock.json binary
2+
front_end/ui/visual_logging/KnownContextValues.ts merge=union
23
# Automatically normalize line endings (to LF) for all text-based files.
3-
* text=auto eol=lf
4+
* text=auto eol=lf

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ config.gypi
2424
/interactions-coverage
2525
/perf-data
2626
npm-debug.log
27-
/scripts/javascript_natives/node_modules
2827
/scripts/protocol_typescript/*.js
28+
/scripts/ai_assistance/data
29+
/scripts/ai_assistance/performance-trace-downloads
2930

3031
/build
3132
/buildtools
@@ -52,3 +53,8 @@ test/perf/.generated
5253
/.gclient_entries
5354
/.gclient_previous_sync_commits
5455
/.cipd
56+
57+
# Linters caches
58+
.eslintcache
59+
.stylelintcache
60+
**/tsconfig.tsbuildinfo

.stylelintrc.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "stylelint-config-standard",
3-
"plugins": [
4-
"./scripts/stylelint_rules/lib/use_theme_colors.js"
5-
],
3+
"plugins": ["./scripts/stylelint_rules/lib/use_theme_colors.mjs"],
64
"rules": {
75
"plugin/use_theme_colors": true,
86
"alpha-value-notation": "percentage",
@@ -11,21 +9,20 @@
119
"comment-empty-line-before": null,
1210
"declaration-no-important": true,
1311
"color-named": "never",
14-
"max-empty-lines": 1,
1512
"selector-type-no-unknown": [
1613
true,
1714
{
18-
"ignoreTypes": [
19-
"/^devtools-/"
20-
]
15+
"ignoreTypes": ["/^devtools-/", "/^dt-/", "x-link"]
2116
}
2217
],
23-
"max-line-length": null,
2418
"selector-class-pattern": null,
2519
"keyframes-name-pattern": null,
2620
"selector-no-vendor-prefix": null,
2721
"property-no-vendor-prefix": null,
2822
"value-no-vendor-prefix": null,
29-
"media-feature-name-no-vendor-prefix": null
30-
}
23+
"media-feature-name-no-vendor-prefix": null,
24+
"no-descending-specificity": null
25+
},
26+
"reportNeedlessDisables": true,
27+
"reportUnscopedDisables": true
3128
}

0 commit comments

Comments
 (0)