Cheng Zhao
4435cdc576
Create user_data_dir before creating singleton lock
2016-04-27 21:52:50 +09:00
Cheng Zhao
302a6e42bd
Merge pull request #5310 from electron/ci-no-clean
...
Do not run clean in cibuild
2016-04-27 20:21:55 +09:00
Cheng Zhao
f3c3042deb
Do not run clean in cibuild
2016-04-27 19:55:01 +09:00
Cheng Zhao
7b8a05f01f
Merge pull request #5298 from phamdaniel/fix-mac-accelerators
...
Fix converting from windows virtual keycode back to mac keycode
2016-04-27 10:23:28 +09:00
Kevin Sawicki
32c93f713a
Merge pull request #5301 from electron/webframe-docs
...
Update module names in docs
2016-04-26 13:46:38 -07:00
Kevin Sawicki
4080442f80
content-tracing -> contentTracing
2016-04-26 10:28:20 -07:00
Kevin Sawicki
b1c0e7e2ab
web-frame -> webFrame
2016-04-26 10:28:04 -07:00
Daniel Pham
21af03d71a
🍎 Fix converting from windows virtual keycode back to mac keycode
2016-04-26 10:53:26 -04:00
Cheng Zhao
cdb4444caa
Merge pull request #5293 from electron/native-gc
...
Dereference remote objects with native code
2016-04-26 19:39:48 +09:00
Cheng Zhao
76a954077d
Simplify RemoteCallbackFreer
2016-04-26 16:37:46 +09:00
Cheng Zhao
4f21a50d23
Remove duplicated converter for content::WebContents
2016-04-26 16:31:56 +09:00
Cheng Zhao
d9778413e1
Should also destory RemoteCallbackFreer when page is reloaded
2016-04-26 16:30:26 +09:00
Cheng Zhao
06cf0406fe
Dereference remote objects with native code
...
Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.
This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8.
2016-04-26 16:16:22 +09:00
Cheng Zhao
570dc7ca9b
Merge branch 'MarshallOfSound-master'
2016-04-26 11:15:56 +09:00
Cheng Zhao
f081c77422
Fix compilation error
2016-04-26 11:15:36 +09:00
Cheng Zhao
f3a9d3eed7
Merge pull request #5290 from arifcakiroglu/master
...
Translate docs to Turkish
2016-04-26 11:13:09 +09:00
Samuel Attard
315cd9d2c8
Emit an error if quitAndInstall
is called without an update being available
2016-04-26 11:55:57 +10:00
Cheng Zhao
db91adc2e8
Merge branch 'michal1106-patch-1'
2016-04-26 10:24:57 +09:00
Cheng Zhao
a0c14eed04
Revise the using-pepper-flash-plugin.md
2016-04-26 10:24:43 +09:00
Cheng Zhao
63d0704490
Merge pull request #5282 from electron/system-preferences
...
Add systemPreferences module
2016-04-26 08:21:43 +09:00
arifcakiroglu
64db17dde7
Added Turkish Docs link to README-ko
2016-04-26 01:03:17 +03:00
arifcakiroglu
d02125bde5
Update README
2016-04-26 00:49:34 +03:00
michal1106
62d00163a8
Update using-pepper-flash-plugin.md
2016-04-25 16:45:56 +03:00
Cheng Zhao
b5d2e51100
docs: platform-theme-changed is deprecated
2016-04-25 22:27:44 +09:00
Cheng Zhao
11653aa9c8
docs: systemPreferences
2016-04-25 15:36:38 +09:00
Cheng Zhao
067e9c1a85
Add systemPreferences.getUserDefault
2016-04-25 15:35:52 +09:00
Cheng Zhao
a421c66f3f
Deprecate the platform-theme-changed event
2016-04-25 14:35:34 +09:00
Cheng Zhao
9557226223
Add systemPreferences.subscribeNotification
2016-04-25 14:25:14 +09:00
Cheng Zhao
ddd8eae661
Move isAeroGlassEnabled and isDarkMode to systemPreferences
2016-04-25 12:35:09 +09:00
Cheng Zhao
d72a0e452f
BuildPrototype should not be empty
2016-04-25 12:24:11 +09:00
Cheng Zhao
13f8599ba1
Add systemPreferences module
2016-04-25 11:32:33 +09:00
Cheng Zhao
60b9ff3948
Merge pull request #5280 from electron/better-wrappable
...
Clean up the Wrappable class
2016-04-25 11:22:56 +09:00
Cheng Zhao
9fe3dbcfe0
Make VS happy
2016-04-25 10:40:19 +09:00
Cheng Zhao
272592415d
Fix building on non-mac
2016-04-25 10:34:41 +09:00
Cheng Zhao
993695af07
Remove unneeded cleanup code
2016-04-25 10:23:36 +09:00
Cheng Zhao
60d2cb8a84
Remove the isolate parameter of GetWrapper
2016-04-25 10:19:25 +09:00
Cheng Zhao
2ae52d0ff4
Make Wrappable a template class
2016-04-25 10:17:54 +09:00
Cheng Zhao
a8f08e1fab
Merge pull request #5263 from miniak/mac-fix-maximize
...
Fix BrowserWindow.maximize/unmaximize on Mac
2016-04-24 13:58:36 +09:00
Cheng Zhao
096b948570
Merge pull request #5249 from electron/api-summaries
...
create a one-liner description for each API
2016-04-24 13:50:17 +09:00
Cheng Zhao
c7f338a5ef
Merge pull request #5260 from fierroformo/fix-spanish-docs
...
Fix spanish docs
2016-04-24 13:45:13 +09:00
Cheng Zhao
c7754e712d
Merge pull request #5253 from preco21/master
...
docs: Update Korean docs as Upstream
2016-04-24 13:38:06 +09:00
Cheng Zhao
2f06a2af81
Merge pull request #5252 from miniak/doc-fix
...
Documentation fixes
2016-04-24 13:37:45 +09:00
Milan Burda
e1516d4244
Fix BrowserWindow.maximize/unmaximize on Mac
2016-04-23 01:16:31 +02:00
Alejandro Betancourt
778d18a510
Fix links in readme for spanish translation
2016-04-22 17:13:51 -05:00
Milan Burda
dfd1a46956
Document process.crash method
2016-04-22 23:58:41 +02:00
Alejandro Betancourt
28381757d5
Fix translations to spanish
2016-04-22 14:34:46 -05:00
Zeke Sikelianos
799fd13c50
more updates to api summaries based on feedback
2016-04-22 11:42:54 -07:00
Zeke Sikelianos
2c8261b429
update excerpts based on feedback
2016-04-22 10:32:28 -07:00
Zeke Sikelianos
0527b17e42
blockquote summaries
2016-04-22 10:32:28 -07:00
Zeke Sikelianos
ee190ca62a
create a one-liner description for each API
2016-04-22 10:32:28 -07:00