Haojian Wu
c0a6cb69bf
Move printToPDF API to WebContents.
...
Also expose in webview.
2015-06-16 20:06:52 +08:00
Haojian Wu
2597ded985
Cleanup.
2015-06-16 20:02:25 +08:00
Haojian Wu
10da361db1
Fix a type error in checking function options.
2015-06-16 20:02:25 +08:00
Haojian Wu
36fa4da252
Fix Linux compilation error.
2015-06-16 20:02:25 +08:00
Haojian Wu
68005f9ad4
Fix OS X compilation error.
2015-06-16 20:02:25 +08:00
Haojian Wu
bf5d448e37
📝 Add BrowserWindow.printToPDF API docs.
2015-06-16 20:02:24 +08:00
Haojian Wu
600077996c
Fix a landscape
option error.
2015-06-16 20:02:24 +08:00
Haojian Wu
cef177abc4
Add preview failed error.
2015-06-16 20:02:24 +08:00
Haojian Wu
8572ccb807
Add callback function in printToPDF API.
2015-06-16 20:02:24 +08:00
Haojian Wu
ce8bbb689c
Add options to custom print settings in printToPDF API.
2015-06-16 20:02:24 +08:00
Haojian Wu
9cf9229308
Write PDF file in FILE thread.
2015-06-16 20:02:23 +08:00
Haojian Wu
7ffa7042b1
Add printToPDF Implementation.
2015-06-16 20:02:23 +08:00
Haojian Wu
b360f7d86a
Add printToPDF API skeleton.
2015-06-16 20:02:23 +08:00
Cheng Zhao
44f8bfc550
Don't leak URLFetcher
2015-06-16 17:09:25 +08:00
Cheng Zhao
bd704dd8aa
Merge pull request #1979 from deepak1556/remote_args_patch
...
remote: handle circular reference in wrapArgs
2015-06-16 16:40:06 +08:00
Cheng Zhao
7b3fc14023
docs: --ignore-connections-limit
2015-06-16 16:13:46 +08:00
deepak1556
193f95a888
remote: handle circular reference in wrapArgs
2015-06-16 13:43:30 +05:30
Cheng Zhao
b03f44df10
Update brightray for #1960
2015-06-16 16:04:03 +08:00
Cheng Zhao
bf9af4d45b
Merge pull request #1980 from magicae/set-audio-mute
...
webContents: add setAudioMuted to webContents
2015-06-16 14:46:31 +08:00
Cheng Zhao
8181e9a0ef
Update brightray for #1941
2015-06-16 13:38:21 +08:00
Cheng Zhao
d9db657b43
Merge pull request #1967 from j13z/patch-1
...
Add minor grammar fixes
2015-06-16 10:30:06 +08:00
Cheng Zhao
e96119fc32
s/liste/listen
2015-06-16 10:08:32 +08:00
Magica
8aa559fe51
Add setAudioMuted to webContents
2015-06-15 21:40:49 +08:00
deepak1556
a5e2f8e79e
protocol: adding requestHttpJob method
2015-06-15 03:20:45 +05:30
Johannes Schmitz
2b3a80ecda
Add minor grammar fixes
2015-06-13 16:58:18 +02:00
Benjamin Pasero
7da3e84369
Update app.md to document how open-file is emitted
...
On Mac, open-file is also emitted when the application is not yet running.
2015-06-12 12:37:53 +02:00
Cheng Zhao
8b8a6aea74
Bump v0.28.1
2015-06-12 16:26:51 +08:00
Cheng Zhao
16e224bb86
Don't set browser_handles_all_top_level_requests
...
POST requests currently can not be handled on browser side.
Fix #1945 .
2015-06-12 16:26:04 +08:00
Cheng Zhao
459d389e03
Merge pull request #1951 from sotayamashita/translate/quick-start-jp.md
...
Translate quick-start.md into Japanese.
2015-06-12 15:49:21 +08:00
Cheng Zhao
8e4581a3c0
Merge pull request #1932 from samueleaton/master
...
adds example for "before using methods"
2015-06-12 15:07:17 +08:00
Cheng Zhao
c97c3fb9a1
Use LSGetApplicationForURL to search for app
...
It costs less.
2015-06-12 13:54:42 +08:00
Cheng Zhao
7ce8156691
Merge branch 'master' of https://github.com/mattotodd/electron into mattotodd-master
2015-06-12 13:49:51 +08:00
Sota Yamashita
0e6a70c556
Tranlsate quick-start-jp.md: status first
...
Translate: quick-start-jp.md
Fix bug
Tranlsate the world web
Change the method
Translate tutorial/quick-start-jp.md
Translate docs
Translate
Translate quick-start
2015-06-12 14:44:47 +09:00
Sam Eaton
b68d559329
Merge branch 'master' of https://github.com/atom/electron
2015-06-11 07:13:45 -06:00
Cheng Zhao
18fcd6990b
win: Fix running spec
2015-06-11 14:14:22 +08:00
Cheng Zhao
5fe130a684
Bump v0.28.0
2015-06-11 12:13:18 +08:00
eaton11
d367af3fa4
Merge branch 'master' of https://github.com/atom/electron
2015-06-10 19:28:14 -06:00
Sam Eaton
549ec51bce
adds 'before using methods' example
...
The document does not inform that the webview element has to be loaded
before using the element's methods. It is not clear.
2015-06-10 19:24:36 -06:00
msullivan
b4674923c9
return bool on shell.openExternal
2015-06-10 11:06:22 -04:00
Cheng Zhao
71598e15bf
Update node to fix crash caused by malloc
2015-06-10 21:08:54 +08:00
Cheng Zhao
cd3c061448
win: Fix compilation error
2015-06-10 19:34:30 +08:00
Cheng Zhao
163790d107
docs: Update formats
2015-06-10 19:18:33 +08:00
Cheng Zhao
2fdc5780ff
Merge pull request #1859 from deepak1556/client_certificate_patch
...
browser: support client certificate
2015-06-10 19:17:41 +08:00
Cheng Zhao
b76642bd10
Update brightray
2015-06-10 19:16:45 +08:00
Cheng Zhao
209e24bf0f
Merge pull request #1925 from atom/update-iojs
...
Update to io.js v2.2.1
2015-06-10 19:11:57 +08:00
Cheng Zhao
731773765e
Update iojs to fix linking on Linux
2015-06-10 16:40:35 +08:00
Cheng Zhao
333fe87490
Define V8_BASE
2015-06-10 16:30:47 +08:00
Cheng Zhao
36f0ef703a
Update io.js to v2.2.1
2015-06-10 16:19:19 +08:00
Cheng Zhao
605722c397
Make asar work with internalModuleReadFile and internalModuleStat
2015-06-10 16:18:55 +08:00
Cheng Zhao
132c13a11b
Fix calls to deprecated node::ThrowError API
2015-06-10 14:21:09 +08:00