Joel Einbinder
d83d3c3851
feat(webkit): basic isMobile viewport support ( #348 )
2020-01-08 20:15:30 -08:00
Joel Einbinder
c01224f249
feat(webkit): roll webkit to 1078 ( #438 )
2020-01-08 20:11:10 -08:00
Joel Einbinder
129d8442da
fix(webkit): see the content when emulating mobile on gtk ( #436 )
2020-01-08 17:20:40 -08:00
Arjun Attam
2f8049f3e4
docs: preparing readme for public release ( #433 )
2020-01-08 16:53:57 -08:00
Pavel Feldman
e13161c894
browser(webkit): fix geo crash, exit main loop upon close ( #435 )
2020-01-08 16:46:58 -08:00
Dmitry Gozman
9c90eed90c
chore: simplify WKSession by providing a rawSend method ( #434 )
2020-01-08 16:34:45 -08:00
Joel Einbinder
f161a36a16
feat(webkit): roll webkit to 1076 ( #431 )
2020-01-08 15:34:35 -08:00
Yury Semikhatsky
b6f1b17906
fix(webkit): do not fire FrameNavigated when receive resource tree ( #432 )
2020-01-08 15:32:13 -08:00
Yury Semikhatsky
ff18872fda
chore(scripts): limit number of fetched builds to 3 by default ( #398 )
2020-01-08 15:30:12 -08:00
Pavel Feldman
065bf5fdb1
browser(webkit): reapply wpe fixes ( #423 )
2020-01-08 14:35:10 -08:00
Dmitry Gozman
57c3916b0c
docs: support interfaces in doclint ( #420 )
2020-01-08 14:04:33 -08:00
Yury Semikhatsky
73b148a0c6
chore: manually increment webkit build number ( #430 )
2020-01-08 14:03:34 -08:00
Dmitry Gozman
f31ae5e2ed
docs: fix docs around server apis ( #417 )
2020-01-08 14:02:53 -08:00
Joel Einbinder
86f1f0c952
fix(webkit): scale the view in fixedLayout mode ( #395 )
2020-01-08 13:57:28 -08:00
Yury Semikhatsky
37dd56ff37
chore(webkit): shorten page proxy id, fix variable naming ( #429 )
2020-01-08 13:57:22 -08:00
Dmitry Gozman
28bad69093
fix(server): tidy up BrowserServer.close methods ( #426 )
2020-01-08 13:55:38 -08:00
Arjun Attam
cd02dd8f88
chore: bump version to 0.9.11-post ( #425 )
2020-01-08 13:52:11 -08:00
Yury Semikhatsky
b654fd614d
test(webkit): enable Keyboard should work after a cross origin navigation ( #428 )
2020-01-08 12:28:00 -08:00
Yury Semikhatsky
f16561d817
browser(webkit): remove InputProcessingObserver ( #427 )
2020-01-08 12:24:31 -08:00
Yury Semikhatsky
86fc2699aa
test(webkit): enable click test that was fixed by moving input agent ( #424 )
2020-01-08 10:49:14 -08:00
Pavel Feldman
25dfd61d16
browser(webkit): require explicit interceptRequest flag to intercept requests ( #421 )
2020-01-08 08:56:58 -08:00
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
Andrey Lushnikov
db8e75693c
devops(bots): include commit title in telegram notifications
2020-01-08 15:45:45 +00:00
Dmitry Gozman
66e8a9c04f
fix(webkit): band-aid double connection fix to unblock tests ( #422 )
2020-01-08 07:13:51 -08:00
Pavel Feldman
85c0cc3ae2
browser(webkit): reapply wpe fixes ( #419 )
2020-01-07 17:47:19 -08:00
Yury Semikhatsky
80ffd92552
fix(webkit): move UI process agents to page proxy ( #416 )
2020-01-07 17:16:27 -08:00
Arjun Attam
eab5108719
chore: bump version to 0.9.10-post ( #414 )
2020-01-07 16:16:44 -08:00
Dmitry Gozman
8697929e39
chore: move webkit server code to src/server ( #415 )
2020-01-07 16:15:07 -08:00
Dmitry Gozman
c3210d0f6d
chore: move firefox server code to src/server ( #412 )
2020-01-07 16:13:49 -08:00
Yury Semikhatsky
8592942cf7
browser(webkit): delete WebPageInspectorTargetProxy ( #413 )
2020-01-07 16:08:16 -08:00
Pavel Feldman
ec50a8b9dc
browser(webkit): make wpe compile ( #410 )
2020-01-07 15:39:45 -08:00
Dmitry Gozman
6318b1de75
chore: move server-side code to src/server ( #411 )
2020-01-07 15:27:45 -08:00
Pavel Feldman
e0693654b7
docs: do not yell at templated types in doc lint ( #409 )
2020-01-07 14:19:58 -08:00
Dmitry Gozman
f15abadc9e
chore: refactor CRBrowserServer ( #408 )
2020-01-07 14:13:55 -08:00
Dmitry Gozman
f7b0db2307
chore: merge crLauncher and crPlaywright ( #405 )
2020-01-07 13:58:23 -08:00
Pavel Feldman
55f2f5a7ec
chore: move capabilities around for better docs ( #407 )
2020-01-07 13:57:37 -08:00
Arjun Attam
5c1f7cfb0c
fix(fill): use HTMLInputElement.select ( #406 )
2020-01-07 13:57:17 -08:00
Pavel Feldman
f75ac45c42
feat(workers): support workers in webkit ( #400 )
2020-01-07 12:59:01 -08:00
Dmitry Gozman
92b14cf996
chore: cleanup code around device descriptors ( #404 )
2020-01-07 12:53:06 -08:00
Yury Semikhatsky
a494efed0f
chore(webkit): delete browser target agent ( #402 )
2020-01-07 12:41:37 -08:00
Dmitry Gozman
9c966c8b19
feat(pw-web): introduce platform.ts to absract between node and browser platforms ( #392 )
2020-01-07 11:55:24 -08:00
Arjun Attam
f1b825e6a2
docs: basic readme ( #403 )
2020-01-07 11:51:22 -08:00
Yury Semikhatsky
2a2ba713ed
browser(webkit): delete BrowserInspectorTargetAgent ( #401 )
2020-01-07 11:40:25 -08:00
Yury Semikhatsky
11cff970f9
chore(webkit): update license headers ( #399 )
2020-01-07 10:41:01 -08:00
Yury Semikhatsky
52c175f001
feat(webkit): introduce WKPageProxy and use it instead of WKTarget ( #394 )
2020-01-07 10:39:01 -08:00
Joel Einbinder
f14409cea9
fix(lint): remove WKTargetSessionEvents from wkTarget.ts ( #396 )
2020-01-07 09:53:33 -08:00
Yury Semikhatsky
a4919b7e1e
browser(webkit): return page proxy id from Browser.createPage ( #393 )
2020-01-07 09:50:45 -08:00
Pavel Feldman
edccb57b13
browser(webkit): use 2-clause BSD for WebKit contributions ( #397 )
2020-01-06 22:16:18 -08:00
Arjun Attam
562e6f5fe1
chore(license): use Apache 2.0 ( #389 )
2020-01-06 18:22:35 -08:00
Pavel Feldman
e826a4d3f4
fix: await the popup nav to make the test pass ( #391 )
2020-01-06 16:34:04 -08:00