puppeteer/lib
Joel Einbinder 1c2adf61e9 fix(workers): workaround worker execution context flakiness (#2596)
Some of the worker tests were failing on the bots. After investigating, I found one race in the test, and one race upstream in Chromium which I filed upstream as https://crbug.com/846099. But I added a small hack here as a temporary workaround.

References #2632
2018-05-30 18:08:27 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js refactor: do not pass user options to browser constructor (#2562) 2018-05-16 18:09:59 -07:00
BrowserFetcher.js fix(BrowserFetcher): ensure executable has proper permissions (#2342) 2018-04-10 14:11:59 -07:00
Connection.js feat(Page): introduce workers (#2560) 2018-05-21 14:31:11 -07:00
Coverage.js chore(types): type check the rest of the protocol (#2328) 2018-04-07 17:58:52 -07:00
Dialog.js feat: expose raw devtools protocol connection (#1770) 2018-01-10 19:33:22 -08:00
ElementHandle.js feat(elementhandle): add elementHandle.$$eval method (#2589) 2018-05-25 16:56:51 -07:00
EmulationManager.js chore(types): type check the rest of the protocol (#2328) 2018-04-07 17:58:52 -07:00
ExecutionContext.js feat(Page): introduce workers (#2560) 2018-05-21 14:31:11 -07:00
externs.d.ts feat(BrowserContext): introduce Browser Contexts. (#2523) 2018-05-10 13:26:08 -07:00
FrameManager.js chore(frame): minor refactor in FrameManager (#2597) 2018-05-25 17:29:11 -07:00
helper.js chore(types): generate a d.ts file for protocol types (#2325) 2018-04-06 18:20:48 -07:00
Input.js Fix: Remove key codes from _pressedKeys Set after keyboard.up() is called (#1928) 2018-02-12 17:25:38 -08:00
Launcher.js feat(launcher): launch browser with 'about:blank' by default (#2594) 2018-05-25 17:26:40 -07:00
Multimap.js chore: Use Typescript to lint JSDoc annotations (#986) 2017-10-09 22:31:40 -07:00
NavigatorWatcher.js fix(Page): support anchor navigation (#2338) 2018-04-09 23:38:20 -07:00
NetworkManager.js fix(Network): explicitly throw on content request for redirect response (#2352) 2018-04-10 20:22:18 -07:00
Page.js feat(page): allow screenshot to return a base64 string (#2586) 2018-05-30 14:27:08 -07:00
Pipe.js feat(appMode): support pipes for appMode (#2032) 2018-02-14 17:51:29 -08:00
Puppeteer.js chore(types): upgrade to TypeScript 2.8.1 (#2304) 2018-04-04 14:06:21 -07:00
Target.js feat(Target): Pass through "background_page" types (#2439) (#2493) 2018-05-16 14:36:34 -07:00
TaskQueue.js chore: refactor Browser.js into seperate files (#2097) 2018-02-26 12:10:06 -08:00
Tracing.js Chore: replace depracated 'new Buffer' with 'Buffer.from' (#2396) 2018-04-17 13:49:01 -07:00
USKeyboardLayout.js feat(keyboard): Accept codes (#1116) 2017-10-23 12:43:45 -07:00
Worker.js fix(workers): workaround worker execution context flakiness (#2596) 2018-05-30 18:08:27 -07:00