Pavel
|
1ddf05113b
|
Revert "test: make debugp collect IO (#1485)"
This reverts commit b1bebdad2e.
|
2020-03-23 13:48:22 -07:00 |
|
Pavel Feldman
|
b1bebdad2e
|
test: make debugp collect IO (#1485)
|
2020-03-23 13:42:51 -07:00 |
|
Pavel Feldman
|
15ebe1c339
|
feat(exposeFunction): implement context-level expose on firefox (#1478)
|
2020-03-22 22:45:15 -07:00 |
|
Pavel Feldman
|
c68cee9fb7
|
feat(offline): implement offline in firefox (#1476)
|
2020-03-22 15:34:30 -07:00 |
|
Dmitry Gozman
|
6e8895fa08
|
fix(firefox): make interception, locale and geolocation work on browser context level (#1472)
|
2020-03-22 08:56:50 -07:00 |
|
Pavel Feldman
|
1b08797c6f
|
tests(ff): uncomment a couple of firefox tests (#1465)
|
2020-03-21 17:58:33 -07:00 |
|
Dmitry Gozman
|
670ce7a591
|
chore: remove various watchers, use FrameTask directly (#1460)
|
2020-03-21 13:02:37 -07:00 |
|
Pavel Feldman
|
e210e5601c
|
feat(lang): emulate language on firefox (#1453)
|
2020-03-20 19:32:27 -07:00 |
|
Pavel Feldman
|
c539325615
|
feat(geo): implement geo override in ff (#1438)
|
2020-03-20 19:17:46 -07:00 |
|
Dmitry Gozman
|
16c7a5bd5c
|
api(eval): accept zero or one arguments in all evaluation functions (#1431)
|
2020-03-20 15:08:17 -07:00 |
|
Yury Semikhatsky
|
535b484637
|
api(context): get rid of PageEvent (#1433)
|
2020-03-19 16:25:12 -07:00 |
|
Dmitry Gozman
|
ea99908bf4
|
fix(eval): adopt nested handles (#1430)
We were only adopting top-level handles in FrameExecutionContext. Now we do that universally.
|
2020-03-19 13:07:33 -07:00 |
|
Dmitry Gozman
|
dd850ada89
|
api(eval): allow non-toplevel handles as eval arguments (#1404)
|
2020-03-18 10:41:46 -07:00 |
|
Pavel Feldman
|
049b336800
|
api(devices): extract isMobile/hasTouch from viewport (#1415)
|
2020-03-17 18:21:02 -07:00 |
|
Pavel Feldman
|
e4225adcc0
|
feat(permissions): make origin optional (#1406)
|
2020-03-17 15:32:50 -07:00 |
|
Dmitry Gozman
|
6731d37546
|
api(network): replace redirectChain with redirectedFrom/redirectedTo (#1401)
|
2020-03-16 13:31:06 -07:00 |
|
Dmitry Gozman
|
69be12ae12
|
api(route): pass Route object instead of Request to route handlers (#1385)
References #1348.
|
2020-03-13 14:30:40 -07:00 |
|
Dmitry Gozman
|
9b86c631c8
|
api: make BrowserContext.pages() synchronous (#1369)
Returns all pages which have been initialized already.
References #1348.
|
2020-03-13 11:33:33 -07:00 |
|
Pavel Feldman
|
b1a3b23c38
|
api(request): make request.response a promise (#1377)
|
2020-03-13 08:54:19 -07:00 |
|
Pavel Feldman
|
cfd3ae25fb
|
api(addCookies): setCookies -> addCookies (#1367)
#1348
|
2020-03-12 17:32:33 -07:00 |
|
Dmitry Gozman
|
3fa4255bc5
|
api: make request.postData() return null instead of undefined (#1366)
|
2020-03-12 16:53:04 -07:00 |
|
Dmitry Gozman
|
c1ef683373
|
api: remove waitForLoadState() in favor of PageEvent.page(options) (#1323)
|
2020-03-11 14:46:52 -07:00 |
|
Dmitry Gozman
|
d5a2781e80
|
fix(chromium): do not await extra promises in initialize() to attach early enough (#1311)
|
2020-03-10 10:06:17 -07:00 |
|
Dmitry Gozman
|
ea6978a3d8
|
api(popups): expose BrowserContext.route() (#1295)
|
2020-03-09 21:02:54 -07:00 |
|
Yury Semikhatsky
|
9bd3711394
|
fix(context): reliably fire BrowserContext.Close event when browser is closing (#1277)
|
2020-03-09 16:53:33 -07:00 |
|
Dmitry Gozman
|
eb2ca70955
|
api(route): allow fulfilling with a file path (#1301)
|
2020-03-09 16:12:00 -07:00 |
|
Dmitry Gozman
|
c43de22193
|
chore(wk, ff): simplify target management (#1279)
|
2020-03-09 12:32:42 -07:00 |
|
Andrey Lushnikov
|
d1ef0c8694
|
fix(wk,ff): properly support getting and setting non-session cookies (#1280)
|
2020-03-07 08:41:57 -08:00 |
|
Pavel Feldman
|
78bd29d558
|
fix(click): work around input alignment on chromium (#1282)
|
2020-03-07 08:19:31 -08:00 |
|
Dmitry Gozman
|
aee6324bba
|
feat(firefox): roll firefox (#1273)
|
2020-03-06 16:49:48 -08:00 |
|
Andrey Lushnikov
|
c494944b46
|
api(popups): move Page.authenticate to BrowserContext.setHTTPCredentials (#1267)
Drive-by: fixes #720 since it rolls past r1037.
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
|
2020-03-06 13:50:42 -08:00 |
|
Pavel Feldman
|
2724157c22
|
feat(waitUntil): allow waiting for navigation from clicks, etc (#1255)
|
2020-03-06 08:24:32 -08:00 |
|
Yury Semikhatsky
|
9bc6dcea1d
|
feat(api): introduce BrowserContext.waitForEvent (#1252)
|
2020-03-05 17:22:57 -08:00 |
|
Dmitry Gozman
|
e5f82af47c
|
api(popups): emit PageEvent immediately, and resolve page() once initialized (#1229)
This way we do not miss any popups, even immediately closed ones.
|
2020-03-05 15:18:27 -08:00 |
|
Pavel Feldman
|
c734b4b715
|
feat(click): start wire auto-waiting click in firefox (#1233)
|
2020-03-05 14:47:04 -08:00 |
|
Yury Semikhatsky
|
aabdac8380
|
api: remove Page.setCacheEnabled (#1231)
|
2020-03-05 10:09:04 -08:00 |
|
Dmitry Gozman
|
7f9df9488e
|
api(popups): move Page.setOfflineMode -> BrowserContext.setOffline (#1223)
|
2020-03-04 17:58:12 -08:00 |
|
Dmitry Gozman
|
3bedc60b2b
|
fix(dispose): do not await inner handle dispose (#1230)
|
2020-03-04 17:57:35 -08:00 |
|
Dmitry Gozman
|
f4e9b5079d
|
api: declare not supporting isMobile on Firefox (#1207)
|
2020-03-03 17:28:31 -08:00 |
|
Dmitry Gozman
|
6c6cdc033b
|
api(popup): introduce BrowserContext.exposeFunction (#1176)
|
2020-03-03 16:46:06 -08:00 |
|
Dmitry Gozman
|
1b863c2300
|
fix(screenshots): simplify implementation, allow fullPage + clip, add tests (#1194)
|
2020-03-03 16:09:32 -08:00 |
|
Yury Semikhatsky
|
31e26a2208
|
fix(api): fire BrowserContext.Page event in WebKit and Firefox (#1186)
|
2020-03-02 18:32:56 -08:00 |
|
Yury Semikhatsky
|
f242e0c74f
|
fix: make Transport.send() synchronous (#1177)
|
2020-03-02 13:51:32 -08:00 |
|
Dmitry Gozman
|
ac2f04f10f
|
api(selectors): pass selector name when registering, allow file path (#1162)
|
2020-02-28 15:34:07 -08:00 |
|
Dmitry Gozman
|
823bf389a7
|
api: evaluateOnNewDocument -> addInitScript (#1152)
Also adds more options to specify the script.
|
2020-02-27 17:42:14 -08:00 |
|
Dmitry Gozman
|
7682865d73
|
feat(popups): add BrowserContext.evaluateOnNewDocument (#1136)
|
2020-02-27 16:18:33 -08:00 |
|
Dmitry Gozman
|
672f3f9960
|
feat(popups): introduce BrowserContext.setDefaultHTTPHeaders (#1116)
|
2020-02-26 12:42:20 -08:00 |
|
Pavel Feldman
|
3afaeef557
|
feat(socket): destroy contexts upon disconnect (#1119)
|
2020-02-26 11:01:01 -08:00 |
|
Dmitry Gozman
|
a43b4095e1
|
chore: make BrowserContext an interface, with 3 implementations (#1075)
This is in preparation for moving targets to BrowserContext, so that one can work with targets in default context.
|
2020-02-24 08:53:30 -08:00 |
|
Dmitry Gozman
|
223685ee7b
|
chore: strip out injected script from protocol logs (#1054)
|
2020-02-18 19:56:59 -08:00 |
|