Alexandre Lacheze

Results 63 comments of Alexandre Lacheze

Moreover, in `ChromeAPIHandler`, I think we should abstract the use of IPC to ease the unit-tesing. A candidate for this: https://github.com/JsCommunity/json-rpc-peer that can use `stream`s of JSON-RPC

## Electron 1.7.8 ❌ On Inbox, when clicking on "new message", the `webview` freezes. Errors in console when loading: Cannot read property 'addEventListener' of null + Access-Control-Allow-Origin` XMLHttpRequest cannot load...

### With electron 1.7.8 ❌ Not working. Seems to freeze the webview. Errors in background page Fetch API cannot load electron-chrome-extension://-msg-appname-/conf/configuration.json. URL scheme "electron-chrome-extension" is not supported. (anonymous) @ background.bundle.js:11...

### With electron 1.7.8 ❌ Error in background page: ``` Uncaught TypeError: Cannot read property 'addListener' of undefined at background.min.js:117 ``` `chrome.tabs.onActivated` is missing

### With Electron 1.7.8 ❌ Error in Inbox's webview: ``` Uncaught TypeError: Cannot read property 'appendChild' of null (document.head) at addScriptToPage (VM151 concatenated_js.js:1032) at loadScript (VM151 concatenated_js.js:1109) at Object. (VM151...

### With electron electron/electron#11131 and #6 ❌ No more `TypeError: Cannot read property 'appendChild' of null` #### 2 minor fixes necessary - necessary: `protocol.registerStandardSchemes([constants.EXTENSION_PROTOCOL])` (merged in #26) - fix: `chrome.extension.onConnect`...

### Last notes taken when it was tested: Use `web_accessible_resources` to load a file in `docs.google.com/*` and `drive.google.com/*`. It also relies on `content_capabilities` to let app comunicate with a background...

### With electron 1.7.8 ❌ The zoom button does appear: When clicking on it error in Calendar frame: `VM165 concatenated_js.js:6 GET chrome-extension://__MSG_%40@extension_id__/images/zoom-video.png net::ERR_NOT_IMPLEMENTED` And in the background page: ``` OPTIONS...

### With Electron 1.7.8 ❌ Errors in webview: VM152 concatenated_js.js:8 Uncaught TypeError: Cannot read property 'appendChild' of null at o (VM152 concatenated_js.js:8) at u (VM152 concatenated_js.js:8) at Object. (VM152 concatenated_js.js:8)...

@checksummaster do you have new clue about this? Do you have the logs availabale. We are building with `[email protected]` and `[email protected]` with no issue as of today.