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 |
|