Skip to content

Commit b73d2d5

Browse files
committed
Merge remote-tracking branch 'chromedevtools/chromium/7103' into repo-sync
2 parents 41bf86b + 8120d26 commit b73d2d5

File tree

26,251 files changed

+2791429
-1136952
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,251 files changed

+2791429
-1136952
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

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

.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

0 commit comments

Comments
 (0)