Commit Graph
116 Commits
Author SHA1 Message Date
Linda_ppandHoriuchi_H d9e73fad7d github-electron: Fix callback's return type of app.makeSingleInstance() (#9250)
The callback should return `void`, not `boolean`.

https://github.com/electron/electron/blob/master/docs/api/app.md#appmakesingleinstancecallback
2016-05-09 17:37:39 +09:00
Milan BurdaandMasahiro Wakame 77664bdf01 Update to Electron 0.37.8 - forgotten header (#9169) 2016-05-06 02:14:44 +09:00
Milan BurdaandMasahiro Wakame 1b14446e5d Update to Electron 0.37.8 (#9161)
* Update to Electron 0.37.8

* Fix exchanged interceptBufferProtocol / interceptStringProtocol + add handler types to avoid duplicates
2016-05-02 01:17:09 +09:00
Milan BurdaandMasahiro Wakame 2989fcf3d3 Update to Electron 0.37.7 (#9086)
* Update to Electron 0.37.7

* Add Electron specific process API
2016-04-25 23:23:46 +09:00
Milan BurdaandMasahiro Wakame cba323eec1 Update to Electron 0.37.6 (#9016)
* Update to Electron 0.37.6

* Eliminate any where possible

* Add missing setPermissionRequestHandler method on Session

* Add definitions for session.webRequest

* Fix headers type
2016-04-18 00:58:38 +09:00
Milan BurdaandMasahiro Wakame 5387ccca33 github-electron update (#8922)
* Update URLs to new location: https://github.com/electron/electron/blob/master/docs

* Fix CrashReporter interface

* Fix isMainFrame type in WebViewElement.LoadCommitEvent

* Update menu-item documentation

* Fix ContentTracing interface
2016-04-13 00:04:07 +09:00
Milan Burda 1dd24c9c5c Update to Electron 0.37.4 2016-04-04 11:27:11 +02:00
Milan Burda f4c846d332 Add missing error argument in Session.cookies.remove callback 2016-03-30 19:13:30 +02:00
Milan Burda 4f6eb3eb85 Update to Electron 0.37.3 2016-03-30 19:13:30 +02:00
Milan Burda 6d31749557 Add proper types for <webview> events 2016-03-30 19:13:30 +02:00
Milan Burda e20b68c998 Add missing method documentation 2016-03-30 19:13:30 +02:00
Milan Burda 338bead91c Use interface where appropriate to allow interface merging 2016-03-30 19:13:30 +02:00
Milan Burda 603ba38325 Update accelerator docs 2016-03-30 19:13:30 +02:00
Milan Burda 6f427acd99 Add <webview> element 2016-03-30 19:13:30 +02:00
Milan Burda b28a48961b Cleanup + share common options 2016-03-30 19:13:29 +02:00
Milan Burda 375d2e7f8a Update header 2016-03-30 19:13:29 +02:00
Milan Burda 232f2a1e67 Add tests for File 2016-03-30 19:13:29 +02:00
Milan Burda 984183292f Merge back into one file (typings is not following references) 2016-03-30 19:13:29 +02:00
Milan Burda 02ae98f63d Update remote module 2016-03-26 02:11:24 +01:00
Milan Burda 1956dad469 Update dialog module 2016-03-26 02:11:24 +01:00
Milan Burda 6c229fee0f Update desktop-capturer module 2016-03-26 02:11:24 +01:00
Milan Burda de9d5a1514 Update content-tracing module 2016-03-26 02:11:24 +01:00
Milan Burda 456268818f Update app module 2016-03-26 02:11:20 +01:00
Milan Burda 00efc6d1f1 Update ipc-main + ipc-renderer modules 2016-03-26 02:11:20 +01:00
Milan Burda 41efb3f95b Update browser-window module 2016-03-26 02:11:20 +01:00
Milan Burda c8fb877522 Update protocol module 2016-03-26 02:11:20 +01:00
Milan Burda 4cede46324 Update session module (except for webRequest) 2016-03-26 02:11:20 +01:00
Milan Burda 80d4209dd4 Update web-contents module 2016-03-26 02:11:19 +01:00
Milan Burda 2bd3c04d61 Update menu + menu-item modules 2016-03-26 02:11:19 +01:00
Milan Burda b0de3d5e0d Update screen module 2016-03-26 02:11:19 +01:00
Milan Burda 590cd3696f Update global-shortcut module 2016-03-26 02:11:19 +01:00
Milan Burda 1541bafec6 Update auto-updater module 2016-03-26 02:11:16 +01:00
Milan Burda 8878c949db Update power-save-blocker module 2016-03-26 01:56:55 +01:00
Milan Burda e808d51112 Update power-monitor module 2016-03-26 01:56:55 +01:00
Milan Burda 93b00632d4 Update web-frame module 2016-03-26 01:56:55 +01:00
Milan Burda e4ca24ac33 Update clipboard module 2016-03-26 01:56:55 +01:00
Milan Burda 1bde04c781 Update tray module 2016-03-26 01:56:52 +01:00
Milan Burda 2ba9783713 Update crash-reporter module 2016-03-26 01:56:52 +01:00
Milan Burda c43bf44206 Update shell module 2016-03-26 01:56:51 +01:00
Milan Burda 87b243541e Move modules into separate files 2016-03-26 01:56:48 +01:00
Milan Burda 5e1a3b738e Create EventEmitter parent class implementing NodeJS.EventEmitter 2016-03-25 20:07:17 +01:00
Masahiro Wakame f16c4922a7 Merge pull request #8608 from topsteam/github-electron-loadurl-extraHeaders
github-electron loadURL updated
2016-03-19 14:52:37 +09:00
Masahiro Wakame 4d24e5c9fe Merge pull request #8583 from rhysd/missing-webContents-APIs
github-electron: Added findInPage(), stopFindInPage() and insertText() for WebContents
2016-03-19 12:37:41 +09:00
Alexander Rusakov beeee8977d github-electron loadURL options extraHeaders 2016-03-17 17:37:12 +03:00
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
rhysd 31d988825e github-electron: Add findInPage(), stopFindInPage() and insertText() APIs for WebContents
https://github.com/atom/electron/blob/73a5f323e78cc15ca0c72ce7da5a6bea2ee56b63/docs/api/web-contents.md#webcontentsfindinpagetext-options
2016-03-16 10:00:39 +09:00
rhysd 2a9dadf70a github-electron: add missing remote.getCurrentWebContents()
API document is here:

https://github.com/atom/electron/blob/master/docs/api/remote.md#remotegetcurrentwebcontents
2016-03-11 10:14:19 +09:00
Masahiro Wakame 89ecfc3622 Merge pull request #8412 from rhysd/patch-4
github-electron: Improve executeJavaScript API following Electron v0.36.10 and compliant fixes
2016-03-10 22:46:16 +09:00