Commit Graph
51 Commits
Author SHA1 Message Date
Milan Burda 456268818f Update app module 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 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 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
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
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
rhysd 5ad54b3e0b compliant fixes for errors by --target es6 2016-03-06 18:37:24 +09:00
rhysd 7f4a8573fa update executeJavaScript() API following Electron 0.36.10 2016-03-06 18:32:09 +09:00
m.sakamaki 9cee9901e4 Add type definition for autoUpdater.quitAndInstall() to github-electron 2016-02-27 15:18:53 +09:00
rhysd e5fc615482 github-electron: Add app.dock.setIcon() API
https://github.com/atom/electron/blob/master/docs/api/app.md#appdockseticonimage-os-x
2016-01-30 02:11:56 +09:00
rhysd ce480b5fc3 github-electron: Fix type of 'dock' member of 'app' 2016-01-30 02:07:30 +09:00
Horiuchi_H c4826e748d Merge pull request #7765 from elisee/patch-2
github-electron: Add app.getLocale()
2016-01-26 11:22:02 +09:00
Elisée Maurer 014238e73c github-electron: Add test for app.getLocale() 2016-01-25 13:01:52 +01:00
Masahiro Wakame 97abb50d2e Merge pull request #7689 from hinamiyagk/crashreporter-start-option
Make companyName and submitURL option required on crashReporter.start
2016-01-25 11:41:15 +09:00
hinamiyagk 8e0f150890 Make CrashReporterStartOptions.extra have only string properties 2016-01-23 15:01:48 +09:00
Masahiro Wakame 1365d43489 Merge pull request #7509 from bpasero/electron-updates
Updates to Electron
2016-01-22 18:07:17 +09:00
hinamiyagk 95b13ce5e2 Make companyName and submitURL option required on crashReporter.start 2016-01-19 18:32:57 +09:00
Bogdan Radacina 77669f3150 Add showOpenDialog tests for both call variants 2016-01-08 09:07:05 +11:00
Benjamin Pasero 38fddea3d4 updates as discussed 2016-01-07 08:45:52 +01:00
hinamiyagk 0a25e19498 Add type definition for IPC Event on main process 2015-12-29 01:20:15 +09:00
hinamiyagk 1bd11135c8 Add electron.hideInternalModules() 2015-12-14 12:09:18 +09:00
Masahiro Wakame 465cefc2fd Merge pull request #7121 from rhysd/electron-v0.35
Electron v0.35
2015-12-10 23:54:10 +09:00
rhysd 8f6135b6a0 github-electron: Fix min-width style properties of BrowserWindowOptions to minWidth style
They were renamed at Electron v0.35 and previous names were deprecated.

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
2015-12-10 00:56:18 +09:00
rhysd b10b59fe42 github-electron: Unite main process definitions and renderer process definitions
because currently github-electron-renderer.d.ts and
github-electron-main.d.ts can't be used with tsd.d.ts at the same
time.  tsd.d.ts includes both definition files.  So I unite them to
resolve it.
2015-12-10 00:44:14 +09:00
rhysd d5eca5e9a3 github-electron: Add 'electron' module for main process 2015-12-10 00:08:18 +09:00
rhysd 3b74f5ae2c github-electron: Add missing menu item option 'role' 2015-12-04 09:57:43 +09:00
Masahiro Wakame 34267a771c Merge pull request #6870 from progre/feature/github-electron-url-capitalize
Electron: Url to URL
2015-11-27 00:52:39 +09:00
progre c9296d222f Url to URL 2015-11-21 16:35:44 +09:00
rhysd addd482a5b github-electron: Add addWorkSpace() and removeWorkSpace to WebContents 2015-11-21 07:22:23 +09:00
rhysd 31bef5ed02 DevTools-related methods are moved from BrowserWindow to WebContents
DevTools-related methods are no longer defined in `BrowserWindow`.

https://github.com/atom/electron/blob/master/docs/api/browser-window.md

Instead, they are defined in `WebContents`.

https://github.com/atom/electron/blob/master/docs/api/web-contents.md
2015-11-21 07:22:14 +09:00
Masahiro Wakame eb4877a5f8 Merge pull request #6561 from rhysd/github-electron/title-bar-style
github-electron: Added 'title-bar-style' option to BrowserWindowOptions
2015-11-02 23:53:18 +09:00
rhysd fe9e124f69 Add 'title-bar-style' option to GitHubElectron.BrowserWindow
The documentation is below:

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
2015-11-01 21:29:43 +09:00
rhysd 9bd639eaf8 Add makeSingleInstance() API to 'app' module
Electron 0.34.1 introduced a new API `makeSingleInstance()`.

https://github.com/atom/electron/blob/master/docs/api/app.md#appmakesingleinstancecallback
2015-10-31 17:25:18 +09:00
Masahiro Wakame 7f07bd88d1 Merge pull request #5727 from rhysd/patch-2
Fixed parameter's type of Tray.setImage()
2015-09-09 02:51:31 +09:00
rhysd 978a94de72 Fix parameter's type of Tray.setImage()
`Tray.setImage()` can take `string` parameter the same as constructor of
`Tray`.
2015-09-08 18:57:31 +09:00
rhysd b8e6260a19 Add missing optional parameter of WebContents.loadUrl() 2015-09-05 23:07:35 +09:00
Masahiro Wakame 8c8a631830 Merge pull request #5602 from rhysd/patch-1
Add BrowserWindow.isDevToolsOpened()
2015-09-03 01:53:51 +09:00
rhysd 54862b49b1 Add BrowserWindow.isDevToolsOpened()
https://github.com/atom/electron/blob/master/docs/api/browser-window.md#winisdevtoolsopened
2015-08-29 19:45:54 +09:00
rhysd d34aa2d731 Added WebContents.print(), webContents.printToPDF() and aliases for BrowserWindow
Added definitions for below APIs.

- `WebContents.print([options])`

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#webcontentsprintoptions

- `WebContents.printToPDF(options, callback)`

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#webcontentsprinttopdfoptions-callback

- `BrowserWindow`'s aliases'

https://github.com/atom/electron/blob/master/docs/api/browser-window.md#browserwindowprintoptions
2015-08-17 16:49:39 +09:00