Skip to content

Commit 8def15f

Browse files
shakyShanegithub-actions[bot]
authored andcommitted
Release build 4.32.0 [ci release]
1 parent 86e21bf commit 8def15f

Some content is hidden

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

53 files changed

+5795
-3211
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ packages/special-pages/playwright-report/
1010
packages/special-pages/test-results/
1111
/playwright-report
1212
/test-results
13+
src/types

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
src/locales/** linguist-generated
2+
src/types/* text eol=lf

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Install Playwright Browsers
6666
run: npx playwright install --with-deps
6767
- run: npm run playwright
68+
# - run: npm run playwright-e2e
6869
- uses: actions/upload-artifact@v2
6970
if: always()
7071
with:

Sources/ContentScopeScripts/dist/contentScope.js

Lines changed: 6 additions & 1 deletion
Large diffs are not rendered by default.

Sources/ContentScopeScripts/dist/contentScopeIsolated.js

Lines changed: 679 additions & 627 deletions
Large diffs are not rendered by default.

build/android/contentScope.js

Lines changed: 6 additions & 1 deletion
Large diffs are not rendered by default.

build/chrome-mv3/inject.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
const Set$1 = globalThis.Set;
66
const Reflect$1 = globalThis.Reflect;
7+
globalThis.customElements?.get.bind(globalThis.customElements);
8+
globalThis.customElements?.define.bind(globalThis.customElements);
79
const getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
810
const objectKeys = Object.keys;
911

build/chrome/inject.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/contentScope.js

Lines changed: 680 additions & 625 deletions
Large diffs are not rendered by default.

build/firefox/inject.js

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)