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 |
|
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 |
|
Yury Semikhatsky
|
f242e0c74f
|
fix: make Transport.send() synchronous (#1177)
|
2020-03-02 13:51:32 -08:00 |
|
Joel Einbinder
|
73148fda79
|
chore(lint): add @typescript-eslint/no-unnecessary-type-assertion rule (#898)
|
2020-02-07 13:38:50 -08:00 |
|
Dmitry Gozman
|
a1d1f26fb7
|
chore: more strict type checking (#466)
|
2020-01-13 13:33:25 -08:00 |
|
Pavel
|
c7d205d416
|
chore: rename the world (3)
|
2019-12-19 17:03:27 -08:00 |
|
Pavel
|
b20e87d9d0
|
chore: rename the world (2)
|
2019-12-19 16:53:24 -08:00 |
|