Skip to content

Commit 6063c8c

Browse files
committedAug 23, 2022
Bug 1756680 - [puppeteer] Sync puppeteer v16.1.1 r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D154912
1 parent ff8997a commit 6063c8c

File tree

278 files changed

+35205
-25283
lines changed

Some content is hidden

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

278 files changed

+35205
-25283
lines changed
 

‎.hgignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,20 @@ _OPT\.OBJ/
110110
^devtools/.*/node_modules/
111111

112112
# Ignore node_module directories and npm artifacts
113-
^remote/test/puppeteer/package-lock.json
114-
^remote/test/puppeteer/node_modules/
115113
^remote/test/puppeteer/.github
116114
^remote/test/puppeteer/.husky
117115
^remote/test/puppeteer/.local-chromium/
118116
^remote/test/puppeteer/.local-firefox/
117+
^remote/test/puppeteer/coverage/
118+
^remote/test/puppeteer/docker/
119119
^remote/test/puppeteer/experimental/
120120
^remote/test/puppeteer/lib/
121+
^remote/test/puppeteer/node_modules/
122+
^remote/test/puppeteer/package-lock.json
123+
^remote/test/puppeteer/test/build
121124
^remote/test/puppeteer/test/output-firefox
122125
^remote/test/puppeteer/test/output-chromium
126+
^remote/test/puppeteer/utils/testserver/tsconfig.tsbuildinfo
123127
^remote/test/puppeteer/website
124128

125129
# git checkout of libstagefright

‎remote/.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1+
test/puppeteer/.github
2+
test/puppeteer/.husky
13
test/puppeteer/.local-chromium/
4+
test/puppeteer/.local-firefox/
5+
test/puppeteer/coverage/
6+
test/puppeteer/docker/
7+
test/puppeteer/experimental/
28
test/puppeteer/lib/
39
test/puppeteer/node_modules/
410
test/puppeteer/package-lock.json
11+
test/puppeteer/test/build
12+
test/puppeteer/test/output-firefox
13+
test/puppeteer/test/output-chromium
14+
test/puppeteer/utils/testserver/tsconfig.tsbuildinfo
15+
test/puppeteer/website

0 commit comments

Comments
 (0)
Failed to load comments.