Skip to content

Commit

Permalink
[roll] Roll chromium to r503964 (#878)
Browse files Browse the repository at this point in the history
This patch rolls chromium to r503964.

Note: since the plznavigate is not supported by puppeteer right now, the
patch also starts passing the `--disable-browser-side-navigation` flag.
This is a temporary work around for us.

References #877.
  • Loading branch information
aslushnikov committed Sep 27, 2017
1 parent 0164b7c commit 72161c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/Launcher.js
Expand Up @@ -30,6 +30,8 @@ const CHROME_PROFILE_PATH = path.join(os.tmpdir(), 'puppeteer_dev_profile-');
const DEFAULT_ARGS = [
'--disable-background-networking',
'--disable-background-timer-throttling',
// TODO(aslushnikov): this flag should be removed. @see https://github.com/GoogleChrome/puppeteer/issues/877
'--disable-browser-side-navigation',
'--disable-client-side-phishing-detection',
'--disable-default-apps',
'--disable-extensions',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"ws": "^3.0.0"
},
"puppeteer": {
"chromium_revision": "499413"
"chromium_revision": "503964"
},
"devDependencies": {
"commonmark": "^0.27.0",
Expand Down

0 comments on commit 72161c4

Please sign in to comment.