Cheng Zhao
|
619a397ec9
|
Bump v0.33.1
|
2015-09-22 15:13:50 +08:00 |
|
Cheng Zhao
|
42515c6f41
|
No more need of manually setting process as local variable
|
2015-09-22 14:30:54 +08:00 |
|
Cheng Zhao
|
eccb5e7590
|
Don't make setImmediate a local variable
It makes more troubles than benefits, and somehow it is slowing message
loop down.
|
2015-09-22 14:29:21 +08:00 |
|
Indrek Ardel
|
c626ee6e92
|
Fix a typo
|
2015-09-19 21:17:23 +03:00 |
|
Cheng Zhao
|
7b2980434c
|
Fix wrong return values in a few converters
|
2015-09-18 18:21:51 +08:00 |
|
Cheng Zhao
|
c550546ff1
|
Do not manually convert Object to WebInputEvent
|
2015-09-18 14:09:31 +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
|
ee0d48dc5a
|
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
|
2015-09-18 12:01:33 +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
|
1348e18a81
|
Bump v0.33.0
|
2015-09-17 18:31:12 +08:00 |
|
Cheng Zhao
|
10b1ea7244
|
Bump v0.32.3
|
2015-09-15 15:30:22 +08:00 |
|
jaanus
|
5d8f1dd404
|
Implements #2734 “New API to configure BrowserWindow title bar on Mac”
New API supported on Yosemite 10.10 and newer.
|
2015-09-14 16:50:00 +02:00 |
|
Cheng Zhao
|
9d366e6c5c
|
Make global.setImmediate work in browser process
|
2015-09-14 16:34:58 +08:00 |
|
Cheng Zhao
|
d2e52fb6bb
|
Set global.setImmediate
|
2015-09-14 16:25:43 +08:00 |
|
Cheng Zhao
|
3bd16a5ecd
|
No more need to override setImmediate
It is now done in Node.js.
|
2015-09-14 15:47:39 +08:00 |
|
Cheng Zhao
|
60522e0d68
|
Bump v0.32.2
|
2015-09-10 16:27:15 +08:00 |
|
Heilig Benedek
|
b2af370249
|
Changed StringArray options to regular js objects with boolean values for better readability from the js side
|
2015-09-10 02:10:47 +02:00 |
|
Cheng Zhao
|
9dc6cfc1e9
|
Bump v0.32.1
|
2015-09-09 19:39:42 +08:00 |
|
Cheng Zhao
|
e5386cf8ea
|
Bump v0.32.0
|
2015-09-08 13:40:10 +08:00 |
|
Cheng Zhao
|
e365cb6b1c
|
No longer needs to define node_includes.h at last
|
2015-09-07 16:41:49 +08:00 |
|
Cheng Zhao
|
b1afe538ee
|
Add undocumented "preload-url" option for web-preferences
|
2015-09-06 10:53:03 +08:00 |
|
Cheng Zhao
|
45491ca7ab
|
Fix API changes
|
2015-09-03 17:50:23 +09:00 |
|
Cheng Zhao
|
1db843244d
|
Upgrade to Chrome 45
|
2015-09-03 17:50:23 +09:00 |
|
Cheng Zhao
|
f5f3278ffa
|
Bump v0.31.2
|
2015-09-02 11:12:01 +08:00 |
|
Heilig Benedek
|
dbcd0a4235
|
Key event sending update.
|
2015-09-02 02:33:40 +02:00 |
|
Cheng Zhao
|
4e7f56846f
|
Merge pull request #2650 from deepak1556/webcontents_download_event_patch
app: add will-download event to defaultSession
|
2015-09-01 20:10:43 +08:00 |
|
Robo
|
4062ca5f68
|
implement wrapSession
|
2015-09-01 16:50:42 +05:30 |
|
Heilig Benedek
|
c59c0bd5b3
|
Mouse event handling and keyboard event handling (not totally working yet)
|
2015-08-31 18:32:33 +02:00 |
|
Robo
|
af52eda0eb
|
process: api to set file descriptor soft limit
|
2015-08-31 13:00:04 +05:30 |
|
Cheng Zhao
|
37244c3b08
|
Remove extra output
|
2015-08-27 20:35:04 +08:00 |
|
Cheng Zhao
|
63eb4b72e2
|
IDWeakMap is not used anly more in JS
|
2015-08-27 19:55:16 +08:00 |
|
Cheng Zhao
|
64e8ce0c07
|
Don't rely on IDWeakMap for bookkeeping remote objects
It frees us from using C++ to track JS objects, thus improves the
performance of collecting memory.
|
2015-08-27 19:01:34 +08:00 |
|
Heilig Benedek
|
e4c01f3187
|
Offscreen render support base
|
2015-08-27 11:22:39 +02:00 |
|
Cheng Zhao
|
bd64f5ced2
|
Use V8's new SetWeak method
|
2015-08-27 16:41:51 +08:00 |
|
Cheng Zhao
|
f7c75d36ba
|
Do not create remote object for simple return values of APIs
|
2015-08-27 16:14:53 +08:00 |
|
Cheng Zhao
|
e432638b7d
|
Update node: Remove unneeded exports
|
2015-08-27 13:51:46 +08:00 |
|
Cheng Zhao
|
573c959a75
|
Use our debugger implementation in Node
|
2015-08-27 13:16:19 +08:00 |
|
Cheng Zhao
|
a1a6ea6fe1
|
Revert "Remove our own debugger implementation"
This reverts commit 1d148fe2fb .
|
2015-08-27 12:25:28 +08:00 |
|
Robo
|
be18a114e2
|
nativemate: increase recursion depth
|
2015-08-26 15:52:28 +05:30 |
|
Cheng Zhao
|
68a98d5dc2
|
Bump v0.31.0
|
2015-08-21 19:51:56 +08:00 |
|
Cheng Zhao
|
9212a1db8e
|
Merge branch 'master' into chrome44
|
2015-08-21 19:29:34 +08:00 |
|
Cheng Zhao
|
e016100860
|
Bump v0.30.5
|
2015-08-21 12:08:32 +08:00 |
|
Cheng Zhao
|
82fc98848a
|
win: Move the ICO reading code into a separate function
|
2015-08-21 12:06:38 +08:00 |
|
Cheng Zhao
|
ec18c2f354
|
Merge pull request #2453 from etiktin/nativeimage_ico_support_windows
Add support for using .ico icon files on Windows
|
2015-08-21 11:45:12 +08:00 |
|
Matt Mastracci
|
e628c7b37d
|
Fix for issue 1968: use uv_backend_timeout to determine timeout to match other platforms
|
2015-08-20 20:13:04 -06:00 |
|
Eran Tiktin
|
f386342a7c
|
Fix memory leak and confirming to style guide
Fixed according to @hokein 's suggestions.
|
2015-08-20 19:26:20 +03:00 |
|
Eran Tiktin
|
2bc087b5d5
|
Merge branch 'master' into nativeimage_ico_support_windows
|
2015-08-20 17:11:52 +03:00 |
|
Cheng Zhao
|
ebb1ddc0df
|
Support converting Buffer to Value
|
2015-08-12 15:39:33 +08:00 |
|