Milan Burda
|
3d56e13b38
|
fix: devtools extensions not loading (#20791)
|
2019-10-30 14:46:52 +09:00 |
|
Milan Burda
|
81e9dab52f
|
refactor: replace ipcRendererUtils.invoke() with ipcRendererInternal.invoke() (#19574)
|
2019-08-23 15:45:50 -07:00 |
|
Jeremy Apthorp
|
c71cdce0b7
|
chore: disable JS impl when //extensions support is on (#19512)
|
2019-07-31 14:25:41 -07:00 |
|
Samuel Attard
|
6d5e494782
|
fix: serialize messages being sent over chrome message ports (#19104)
Chrome appears to serialize these messages (see #19070) so we should as
well to be consistent and to avoid bugs with Uint8/16 arrays
Fixes #19070
|
2019-07-15 19:05:09 +09:00 |
|
Shelley Vohr
|
ffb53405fb
|
chore: convert extension apis to TypeScript (#18688)
Converts extensions-related files to TS
|
2019-06-14 07:52:24 -07:00 |
|
Stewart Lord
|
d507ba68a7
|
fix: honor extensionId arg in chrome.runtime.connect (#16998)
The first argument to chrome.runtime.connect is extensionId, not connectInfo.
|
2019-05-02 11:42:04 +09:00 |
|
Samuel Attard
|
75442b794f
|
fix: make devtools extensions load correctly (#17614)
|
2019-03-30 17:36:13 -07:00 |
|
Milan Burda
|
336db33d18
|
refactor: use ipcMainUtils.invokeInWebContents / ipcRendererUtils.handle helpers for Chrome APIs (#17417)
|
2019-03-26 11:38:35 +09:00 |
|
Felix Rieseberg
|
2223114f20
|
refactor: Port chrome-api to TypeScript (#17014)
|
2019-02-19 13:09:44 +00:00 |
|