Cheng Zhao
|
1e918480b4
|
docs: webContents.beginFrameSubscription
|
2015-09-18 17:53:19 +08:00 |
|
Cheng Zhao
|
573892c112
|
docs: webContents.sendInputEvent
|
2015-09-18 17:44:11 +08:00 |
|
Cheng Zhao
|
86f523d3c1
|
Move BeginFrameSubscription to WebContents
|
2015-09-18 15:57:43 +08:00 |
|
Cheng Zhao
|
42863e4700
|
Move SendInputEvent to WebContents
|
2015-09-18 14:20:31 +08:00 |
|
Cheng Zhao
|
9e7de78231
|
Fix cpplint warnings
|
2015-09-18 14:12:48 +08:00 |
|
Cheng Zhao
|
c550546ff1
|
Do not manually convert Object to WebInputEvent
|
2015-09-18 14:09:31 +08:00 |
|
Cheng Zhao
|
5a599cb6ff
|
Sequence of definitions should follow the declarations
|
2015-09-18 13:49:33 +08:00 |
|
Cheng Zhao
|
84ce441fb6
|
Add converters for WebInputEvent
|
2015-09-18 13:33:06 +08:00 |
|
Cheng Zhao
|
d7bac5a10b
|
Remove the offscreen-render option
We are going to move the APIs to WebContents
|
2015-09-18 12:15:13 +08:00 |
|
Cheng Zhao
|
ec90d03d74
|
Fix compilation error
|
2015-09-18 12:10:00 +08:00 |
|
Cheng Zhao
|
ee0d48dc5a
|
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
|
2015-09-18 12:01:33 +08:00 |
|
Cheng Zhao
|
15394b9a3b
|
Merge pull request #2825 from atom/blink-converter
Move the converters for blink structures to another file
|
2015-09-18 11:27:49 +08:00 |
|
Cheng Zhao
|
5aa7cf7a30
|
Fix cpplint warning
|
2015-09-18 11:10:32 +08:00 |
|
Cheng Zhao
|
7dc7ee1c41
|
Move the converters for blink structures to another file
It makes the api::WebContents smaller.
|
2015-09-18 11:06:38 +08:00 |
|
Cheng Zhao
|
96d35ec29e
|
Merge pull request #2802 from nekuz0r/device-emulation
Add device emulation
|
2015-09-18 10:43:17 +08:00 |
|
Cheng Zhao
|
91796e7095
|
Merge pull request #2819 from IonicaBizauKitchen/hash
Fix the git commit messages hash link
|
2015-09-18 10:25:31 +08:00 |
|
Cheng Zhao
|
75b0d0cd6c
|
Merge pull request #2818 from IonicaBizauKitchen/require
Fixed the mapNumbers require call
|
2015-09-18 10:25:10 +08:00 |
|
Gohy Leandre
|
6b875110ed
|
Add device emulation API
|
2015-09-17 13:50:36 +02:00 |
|
Cheng Zhao
|
1348e18a81
|
Bump v0.33.0
|
2015-09-17 18:31:12 +08:00 |
|
Cheng Zhao
|
c700c58793
|
Merge pull request #2817 from atom/fix-set-immediate
Update to node v4.1.0
|
2015-09-17 18:27:53 +08:00 |
|
Ionică Bizău
|
a46cb8cebb
|
Fix the git commit messages hash link
|
2015-09-17 12:34:15 +03:00 |
|
Ionică Bizău
|
01ed2c4222
|
Fixed the mapNumbers require call
Since mapNumber.js is a file, we should prefix it with "./", otherwise an error is thrown.
|
2015-09-17 12:24:12 +03:00 |
|
Cheng Zhao
|
d28789b509
|
Change version to v0.32.4
This makes sure the native modules are built against the headers of
v0.32.4, since Node.js v4.1.0 has bumped the module version.
|
2015-09-17 16:48:53 +08:00 |
|
Cheng Zhao
|
2be6bdcf4a
|
Update to node v4.1.0
|
2015-09-17 16:06:35 +08:00 |
|
Cheng Zhao
|
5604655d54
|
spec: vm.createContext should not crash
|
2015-09-17 16:06:19 +08:00 |
|
Cheng Zhao
|
93639a080c
|
spec: setImmediate should work in forked scripts
|
2015-09-17 15:12:15 +08:00 |
|
Cheng Zhao
|
e30dd943db
|
Update brightray for #2808
|
2015-09-17 15:01:33 +08:00 |
|
Cheng Zhao
|
a386bb4edf
|
Merge pull request #2815 from atom/release-resources
Release the resources of native window immediately when it is closed
|
2015-09-17 14:56:21 +08:00 |
|
Cheng Zhao
|
e73c655d65
|
No need to delete window in Destory
The native window is now automatically deleted after it gets closed.
|
2015-09-17 11:32:19 +08:00 |
|
Cheng Zhao
|
e3c64d7971
|
Release the native window after window gets closed
Previously we delete the window after the JS object gets garbage
collected, which is too late for releasing some resources.
|
2015-09-17 11:30:17 +08:00 |
|
Cheng Zhao
|
9fd5a64cd8
|
Update brightray to unsubscribe from NSNotificationCenter
|
2015-09-17 11:25:27 +08:00 |
|
Cheng Zhao
|
ec7ea3005d
|
Merge pull request #2800 from seanchas116/app-getlocale
App app.getLocale() API to get application locale
|
2015-09-16 23:25:25 +08:00 |
|
Cheng Zhao
|
3f881e8617
|
Merge pull request #2798 from jonatasfreitasv/master
Three api docs translated to pt-BR
|
2015-09-16 23:18:28 +08:00 |
|
Cheng Zhao
|
cb13d8bdc7
|
Update brightray for #2790
|
2015-09-16 19:59:03 +08:00 |
|
Cheng Zhao
|
11ee2c47d0
|
Merge pull request #2789 from deepak1556/protocol_response_headers_patch
protocol: respect provided mimetype in generated response headers
|
2015-09-16 19:50:33 +08:00 |
|
Ryohei Ikegami
|
7b75b29265
|
Add docs for app.getLocale()
|
2015-09-16 17:17:49 +09:00 |
|
Ryohei Ikegami
|
b9c274929b
|
Add app.getLocale()
|
2015-09-16 17:16:21 +09:00 |
|
Jonatas Freitas
|
842ec3d11b
|
pt-BR README.md updated.
|
2015-09-16 00:39:14 -03:00 |
|
Jonatas Freitas
|
244e184b7e
|
api/shell translated to pt-BR
|
2015-09-16 00:36:43 -03:00 |
|
Jonatas Freitas
|
a3a9bbb979
|
api/process.md translated to pt-BR
|
2015-09-16 00:10:35 -03:00 |
|
Robo
|
57c910faef
|
protocol: respect provided mimetype in generated response headers
|
2015-09-16 08:34:04 +05:30 |
|
Heilig Benedek
|
90064eeddd
|
Returning to original native_mate.
|
2015-09-16 03:29:23 +02:00 |
|
Cheng Zhao
|
08f5c32306
|
script: Call Electron binary from Debug build
We usually don't build Release version on the development machine.
|
2015-09-16 09:21:55 +08:00 |
|
Cheng Zhao
|
69cc3ab5ef
|
docs: Make description of fullscreen more precise
Closes #2793.
|
2015-09-16 09:20:16 +08:00 |
|
Heilig Benedek
|
5269380b6d
|
Removed duplicate keydown event sending.
|
2015-09-16 03:12:49 +02:00 |
|
Cheng Zhao
|
d8f77e5134
|
Merge pull request #2796 from atom/fix-wrong-check-activate-event
Fix a wrong check in emitting 'activate-with-no-open-windows' event.
|
2015-09-16 09:04:33 +08:00 |
|
Heilig Benedek
|
ceef06b344
|
Renamed setOffscreenRender to begin/endFrameSubscription because the name was a bit misleading, and replaced the ArrayBuffer creation with a node::Buffer::New call.
|
2015-09-16 02:59:16 +02:00 |
|
Haojian Wu
|
a3e9ff67b0
|
Fix a wrong check in emitting 'activate-with-no-open-windows' event.
|
2015-09-16 08:36:01 +08:00 |
|
Cheng Zhao
|
ae776b523c
|
Merge pull request #2784 from neutrous/patch-1
Update quick-start.md for zh-CN
|
2015-09-15 21:28:59 +08:00 |
|
Cheng Zhao
|
10b1ea7244
|
Bump v0.32.3
|
2015-09-15 15:30:22 +08:00 |
|