vvakame
6f72fc18f1
rename github-electron to electron
2016-10-12 23:25:39 +09:00
Milan Burda
934e9171de
Update to Electron 1.4.2 ( #11766 )
...
* Update to Electron 1.4.2
* Use NodeJS.EventEmitter class
2016-10-06 09:38:13 -07:00
Milan Burda
32b5d0a12c
Update to Electron 1.4.1 ( #11481 )
2016-09-28 23:23:24 +09:00
Milan Burda
4b82641492
Update to Electron 1.3.6 ( #11229 )
2016-09-19 15:56:50 +09:00
Milan Burda
2e7debf76d
Update to Electron 1.3.5 ( #11096 )
2016-09-14 21:41:56 +09:00
Burt Harris
69eaae71c0
Extend from NodeJS.EventEmitter, not implement.
...
Corrects errors when new methods added to EventEmitter.
Since EventEmitter is really a class with behavior, it should be extended, rather
than implemented as an interface. This enables new behavior to be inherited, e.g.
EventListener.prependListener() was added in Node 6.
2016-08-30 19:02:01 -07:00
Milan Burda
2a6a1dc8e6
Update to Electron 1.3.4 ( #10783 )
2016-08-30 03:07:58 +09:00
Milan Burda
198bb0ca9a
Add missing method
2016-08-22 22:58:55 +02:00
rhysd
d887ba6c3c
electron-prebuilt was renamed to electron
...
http://electron.atom.io/blog/2016/08/16/npm-install-electron
2016-08-17 15:16:22 +09:00
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
88acaebe84
Update to Electron 1.2.5
2016-06-24 10:50:47 +02:00
Milan Burda
5686694c33
Replace OS X and Mac OS with macOS
2016-06-22 12:10:43 +02:00
Milan Burda
900a866673
Update to Electron 1.2.4
2016-06-22 12:07:03 +02: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
Milan Burda
0710f0ad23
Update to Electron 1.0.2 ( #9371 )
2016-05-23 12:54:12 +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
77664bdf01
Update to Electron 0.37.8 - forgotten header ( #9169 )
2016-05-06 02:14:44 +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
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