Commit Graph

79 Commits

Author SHA1 Message Date
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
984183292f Merge back into one file (typings is not following references) 2016-03-30 19:13:29 +02: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
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09: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
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
rhysd
7f4a8573fa update executeJavaScript() API following Electron 0.36.10 2016-03-06 18:32:09 +09:00
m.sakamaki
88cc695e1f modified of code review 2016-02-29 11:24:12 +09:00
m.sakamaki
da016154e6 indent style equal tab 2016-02-27 15:32:12 +09:00
m.sakamaki
9cee9901e4 Add type definition for autoUpdater.quitAndInstall() to github-electron 2016-02-27 15:18:53 +09:00
Ilya Mochalov
abc2bcfb85 node: improved EventEmitter's definition with this-typing 2016-02-25 02:10:08 +05:00
Josh Olson
ecf4bb3346 Add WebContents.inspectElement to github-electron
See https://github.com/atom/electron/blob/master/docs/api/web-contents.md#webcontentsinspectelementx-y
2016-02-11 01:03:09 -06:00
Masahiro Wakame
04be44e2b5 Merge pull request #7604 from romgrk/patch-1
Update github-electron.d.ts
2016-02-06 23:33:34 +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
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
Elisée Maurer
9112b90712 github-electron: Add app.getLocale() 2016-01-24 22:08:58 +01:00
Rom Grk
fa051132c8 Update github-electron.d.ts
module GithubElectron > Electron

remove duplicate backgroundColor
2016-01-23 18:03:31 -05:00
Rom Grk
3556e7e896 Update github-electron.d.ts
BrowserWindowOptions, WebPreferences, from the doc:
https://github.com/atom/electron/blob/master/docs/api/browser-window.md
Version is now 0.36.3

Update github-electron.d.ts

fix: code style
update with:
8433d94cac
5567baf335
2016-01-23 17:31:47 -05: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
0eb88e69d7 showOpenDialog returns string[]
The showOpenDialog() function returns string[] as per https://github.com/atom/electron/blob/master/docs/api/dialog.md
2016-01-07 20:19:49 +11:00
Benjamin Pasero
38fddea3d4 updates as discussed 2016-01-07 08:45:52 +01:00
Benjamin Pasero
d885128900 updates from adopting for vscode 2016-01-06 16:32:56 +01:00
Horiuchi_H
eddede55bd Merge pull request #7459 from bradacina/master
Fix showSaveDialog method signature
2016-01-05 11:41:08 +09:00
bradacina
6f503d7925 Fix showSaveDialog method signature
showSaveDialog() filters have the same format as showOpenDialog() filters. It also returns a string containing the file name

As per:
https://github.com/atom/electron/blob/master/docs/api/dialog.md
2016-01-03 12:06:08 +11:00
hinamiyagk
0a25e19498 Add type definition for IPC Event on main process 2015-12-29 01:20:15 +09:00
Elisée
7e41f71ee1 github-electron: Add various missing interfaces 2015-12-27 14:04:45 +01:00
Masahiro Wakame
2e9d5db50e Merge pull request #7197 from chrootsu/node-events
node: signatures of module "events" have been changed
2015-12-23 17:15:14 +09:00
Masahiro Wakame
443b8255a5 Merge pull request #7184 from hinamiyagk/master
Add electron.hideInternalModules()
2015-12-23 15:29:47 +09:00
Ilya Mochalov
f8b59970de node: implementations of the interface "EventEmitter" in other modules have been fixed 2015-12-18 02:05:59 +05:00
hinamiyagk
3746eb3284 Fix wrong returning type of electron.hideInternalModules 2015-12-16 10:50:52 +09:00
Masahiro Wakame
933a5393f5 Merge pull request #7182 from paarthk/github-electron-webPreferences-optional
Made all entries in github-electron's WebPreferences interface optional
2015-12-16 00:29:37 +09:00
hinamiyagk
1bd11135c8 Add electron.hideInternalModules() 2015-12-14 12:09:18 +09:00