Pavel Feldman
|
894826dec0
|
chore: form the debug script for authoring hints / helpers (#2551)
|
2020-06-11 18:18:33 -07:00 |
|
Dmitry Gozman
|
d5c992e1db
|
chore: unify evaluations across browsers even more (#2459)
This moves all the logic around UtilityScript to javascript.ts.
Also uncovers a bug in WebKit where we cannot returnByValue after navigation.
|
2020-06-03 17:50:16 -07:00 |
|
Andrey Lushnikov
|
7a785ac268
|
fix: properly rewrite error message (#2392)
Error message is included in error's stack, so we should
re-write stack as well.
Fixes #2373
|
2020-05-28 16:33:31 -07:00 |
|
Pavel Feldman
|
6620008dcb
|
chore: follow up to address evaluation review comments (#2380)
|
2020-05-27 22:19:05 -07:00 |
|
Pavel Feldman
|
e168fddac8
|
fix(evaluate): consistently serialize json values (#2377)
|
2020-05-27 17:19:05 -07:00 |
|
Dmitry Gozman
|
8f0f32b5e6
|
chore: move debug-related code to src/debug (#2309)
|
2020-05-26 14:08:32 -07:00 |
|
Pavel Feldman
|
5ee6494032
|
feat(evaluate): return user-readable error from evaluate (#2329)
|
2020-05-21 16:00:55 -07:00 |
|
Pavel Feldman
|
aa0d844c76
|
chore: introduce utility script for evaluate helpers (#2306)
|
2020-05-20 15:55:33 -07:00 |
|
Dmitry Gozman
|
8957c86837
|
feat(debug): add source maps to evaluates in debug mode (#2267)
When PLAYWRIGHT_DEBUG_UI is set, we try to find the source
of the function in the current file and source map it.
|
2020-05-19 08:40:45 -07:00 |
|
Pavel Feldman
|
99b7aaace8
|
chore: refactor injected script harness (#2259)
|
2020-05-15 15:21:49 -07:00 |
|
Joel Einbinder
|
a7572c7f09
|
feat: nicer error message for page.addScriptTag (#1754)
|
2020-04-12 18:46:53 -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 |
|
Dmitry Gozman
|
3bedc60b2b
|
fix(dispose): do not await inner handle dispose (#1230)
|
2020-03-04 17:57:35 -08:00 |
|
Yury Semikhatsky
|
f242e0c74f
|
fix: make Transport.send() synchronous (#1177)
|
2020-03-02 13:51:32 -08:00 |
|
Dmitry Gozman
|
447d76d6cd
|
fix(firefox): assorted fixes to evaluation and remote objects (#511)
|
2020-01-16 15:24:37 -08:00 |
|
Andrey Lushnikov
|
e03f1e4c2c
|
feat(firefox): roll firefox to r1012 (#493)
This roll puts Firefox protocol types under related protocol domains,
so protocol type generator had to be updated as well.
|
2020-01-14 15:32:31 -08:00 |
|
Dmitry Gozman
|
fb1b3d9a89
|
chore: finish strict type checks across src (#482)
|
2020-01-13 22:08:35 -08:00 |
|
Dmitry Gozman
|
88a11a3fbd
|
fix(getProperties): return empty map for non-objects (#470)
|
2020-01-13 15:36:22 -08:00 |
|
Pavel
|
b20e87d9d0
|
chore: rename the world (2)
|
2019-12-19 16:53:24 -08:00 |
|