trop[bot]
|
efa12608e0
fix: pass result to chrome.tabs.executeScript callback (backport: 4-0-x) (#16948)
|
6 years ago |
trop[bot]
|
91533574c7
fix: use sendToAll method correctly in chrome-api (#15529)
|
6 years ago |
Milan Burda
|
b50f86ef43
refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940)
|
6 years ago |
Samuel Attard
|
176a76217c
chore: have 'use strict' consistently across our lib files (#14721)
|
6 years ago |
Samuel Attard
|
54ef906832
[RFC] perf: use an internal module resolver to improve require performance (#14633)
|
6 years ago |
Samuel Attard
|
558fff69e7
chore: update to standard 12
|
6 years ago |
Felix Rieseberg
|
f7d6e3fa7b
:wrench: Disable standard/no-callback-literal where necessary
|
7 years ago |
Alexandre Lachèze
|
ec10338364
Per-extension storage
|
7 years ago |
Samuel Attard
|
7c26ec8bd4
Remove semicolon
|
8 years ago |
Samuel Attard
|
01005688b6
Implement chrome.runtime.onMessage response callback
|
8 years ago |
Jhen
|
233355ed09
Fix chrome.runtime.sendMessage
|
8 years ago |
Kevin Sawicki
|
65abaee299
Forward will/did navigate events to extensions
|
8 years ago |
Kevin Sawicki
|
567622c126
Drop unneeded .js extensions
|
8 years ago |
Kevin Sawicki
|
3aecb11094
Extract Event clas to own file
|
8 years ago |
Kevin Sawicki
|
7f9fa92e2d
Add chrome.webNavigation stubs
|
8 years ago |
Jessica Lord
|
f121f46a24
Merge branch 'master' into chrome-storage-sync
|
8 years ago |
Jessica Lord
|
41d6ddd588
Add storage file
|
8 years ago |
Kevin Sawicki
|
9f64c39f8c
Remove lint warnings
|
8 years ago |
Kevin Sawicki
|
84960af793
Add initial chrome.i18n.getMessage API
|
8 years ago |
Kevin Sawicki
|
61ce19ba7e
Set chrome.runtime.id
|
9 years ago |
Cheng Zhao
|
de001a9bbf
Use meaningful name for extensionId
|
9 years ago |
Cheng Zhao
|
ec1944c146
Implement chrome.tab.onCreated/onRemoved APIs
|
9 years ago |
Cheng Zhao
|
2431d886bf
Current handle sender.tab for background pages
|
9 years ago |
Cheng Zhao
|
f693b042b5
Fix js lint warnings
|
9 years ago |
Cheng Zhao
|
9ed4730cba
Pass sender for chrome.runtime.onMessage
|
9 years ago |
Cheng Zhao
|
5eb9ed1729
Implement chrome.tabs.sendMessage
|
9 years ago |
Cheng Zhao
|
62fb4f9820
Implement chrome.runtime.sendMessage
|
9 years ago |
Cheng Zhao
|
ba315248e0
Use ipcRenderer.sendTo to get rid of routers in main process
|
9 years ago |
Cheng Zhao
|
ae1f442b02
Add ipcRenderer.sendTo
|
9 years ago |
Cheng Zhao
|
d55b96fdf5
Clean up the Chrome API implementation code
|
9 years ago |