Commit Graph

66 Commits

Author SHA1 Message Date
Milan Burda
147f25f0b6 Update to Electron 1.3.3 2016-08-11 14:13:59 +02:00
Milan Burda
5d58ff759b Update to Electron 1.3.2 2016-08-03 14:47:07 +02:00
Milan Burda
09dcd610f0 Define Point/Size/Rectangle properly + use consistently 2016-07-29 14:10:26 +02:00
Milan Burda
094dfc6420 Update to Electron 1.3.1 (#10336)
* Update to Electron 1.3.1

* Update editing command docs

* Fix argument types
2016-07-28 19:59:34 -07:00
Milan Burda
bf140ce89a Add Electron specific versions to process.versions (#10320) 2016-07-29 00:24:22 +09:00
Milan Burda
00b54a3f25 Update to Electron 1.2.8 2016-07-25 11:03:46 +02:00
Linda_pp
bc5616cf9c github-electron: Update to v1.2.7 (#10132)
* github-electron: Update to v1.2.6

* github-electron: Update to v1.2.7

* Fix tests for startDrag()

* Fix 'Wether' -> 'Whether'

* Fix missing/wrong APIs and fix some description

* Add missing notes of platform limitations

* Fix wether -> whether

* Add the same description to overloaded functions

* Add `BeginFrameSubscriptionCallback`
2016-07-23 23:55:13 -07:00
Milan Burda
06a49b2445 Update to Electron 1.2.3 (#9685) 2016-06-19 12:48:13 +09:00
Milan Burda
42ceed2dbe Update to Electron 1.2.2 (#9620) 2016-06-14 00:58:29 +09:00
Milan Burda
0e9b30d821 Electron (#9445)
* Update to Electron 1.1.1

* Update to Electron 1.1.2

* Update to Electron 1.2.0

* Update to Electron 1.2.1
2016-06-03 00:56:50 +09:00
Linda_pp
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 Burda
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 Burda
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 Burda
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 Burda
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
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
73a5f323e7/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