Dmitry Gozman
|
a099e941d6
|
chore: move last rpc files to their place (#3604)
Also update check-deps to be more user-friendly.
|
2020-08-24 14:48:03 -07:00 |
|
Dmitry Gozman
|
cd220daa83
|
chore: move src files to server (#3593)
|
2020-08-24 06:51:51 -07:00 |
|
Dmitry Gozman
|
6fe1cd9812
|
chore: move protocol files to src/protocol (#3571)
|
2020-08-21 18:46:11 -07:00 |
|
Dmitry Gozman
|
eab5ff4eae
|
chore(rpc): use channels types in dispatchers (#3549)
This ensures we actually implement channels as intended.
For example, this change found an issue with Route.fulfill.
|
2020-08-20 11:25:33 -07:00 |
|
Dmitry Gozman
|
9ac1bbc2a5
|
chore: remove more paths and url matches from the server side (#3528)
|
2020-08-19 13:27:58 -07:00 |
|
Dmitry Gozman
|
1aee8dfc7c
|
feat(rpc): align types/guids in the protocol with their pdl definition (#3079)
This makes the protocol self-explanatory, and avoids silly conversions
in codegenerators, e.g. cdpSession <-> CDPSession.
|
2020-07-22 10:37:21 -07:00 |
|
Dmitry Gozman
|
18cb1c017a
|
feat(rpc): inline selectors.register options in the protocol (#3072)
|
2020-07-21 14:41:33 -07:00 |
|
Dmitry Gozman
|
2d5c0328cd
|
feat(rpc): return objects for every protocol command (#2950)
For future extensibility, returning objects with fields instead
of plain strings or channels.
|
2020-07-14 18:26:50 -07:00 |
|
Dmitry Gozman
|
9fdb3e23c3
|
feat(rpc): support selectors (#2936)
|
2020-07-13 17:47:15 -07:00 |
|