playwright/utils
Andrey Lushnikov a18777673e
devops(testrunner): support source maps (#340)
This patch adds a basic source map support to test runner.

SourceMap support is powered by Chromium DevTools source map
implementation (thus copyright). Unlike popular `source-map` npm
module, it's sync and pretty straight-forward.

The `SourceMap.js` file has a few modifications wrt upstream
Chromium version:
- reverse mappings API is removed. There's no need to ever compute them
- the `upperBoundary` function from DevTools' platform is inlined
2020-01-08 16:16:54 +00:00
..
browser feat: introduce BrowserServer (#308) 2019-12-19 14:51:49 -08:00
doclint chore: move server-side code to src/server (#411) 2020-01-07 15:27:45 -08:00
flakiness-dashboard Initial commit 2019-11-19 10:58:15 -08:00
protocol-types-generator fix(install): don't crash generating chrome protocol (#342) 2019-12-28 16:38:37 -08:00
testrunner devops(testrunner): support source maps (#340) 2020-01-08 16:16:54 +00:00
testserver test: make network cache test pass on all browsers (#374) 2020-01-03 15:34:51 -08:00
apply_next_version.js Initial commit 2019-11-19 10:58:15 -08:00
bisect.js Initial commit 2019-11-19 10:58:15 -08:00
check_availability.js feat(chromium): roll Chromium to r717627 (#49) 2019-11-21 21:16:00 -08:00
ESTreeWalker.js Initial commit 2019-11-19 10:58:15 -08:00
runWebpack.js chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00