Tom Moor
a725a49759
Small spelling mistake
2015-05-15 13:09:59 -07:00
Kevin Sawicki
76f1e6d526
Merge pull request #1696 from campersau/patch-1
...
docs: fixed casing of "Note"
2015-05-15 09:30:28 -07:00
campersau
d19ae50cad
docs: fixed casing of "Note"
2015-05-15 17:46:25 +02:00
Charlie Hess
9f461aed68
Update docs.
2015-05-15 00:15:33 -07:00
Charlie Hess
3913e18447
Add WebContents API for PasteAndMatchStyle.
2015-05-15 00:15:19 -07:00
Charlie Hess
90fb7bc52d
Merge branch 'master' of https://github.com/atom/atom-shell
2015-05-14 22:37:20 -07:00
Haojian Wu
e76b06b84c
No need to link pdf related libraries in component build.
2015-05-13 09:54:56 +08:00
joshaber
76d33c37d7
Use the textured window for the frameless case too.
2015-05-12 21:11:43 -04:00
joshaber
033f9bcced
If the window's transparent it also needs to be textured.
2015-05-12 21:05:48 -04:00
joshaber
1c97fc79ad
Merge remote-tracking branch 'atom/master'
2015-05-12 20:48:15 -04:00
Max Ogden
d4d5e0f771
Merge pull request #30 from RnbWd/scripts2
...
updated scripts / .ignores
2015-05-12 17:27:55 -07:00
Max Ogden
bd2b0f2c2f
0.26.0
2015-05-12 17:22:08 -07:00
Max Ogden
19c6a6195d
0.26.0
2015-05-12 17:22:05 -07:00
RnbWd
eeb0d4439e
updated scripts / .ignores
2015-05-12 16:10:22 -07:00
Kyle Hornberg
0097f89adb
Correct link of debugging UI
...
Using the link provided one receives a response of `Cannot GET /[object%20Object]`.
I've tested this on electron 0.25.3 using the example application and node-inspector version 0.10.0.
The url change is the url provided by node-inspector in the terminal window.
2015-05-12 10:29:00 -05:00
deepak1556
32ba219146
allowing file:// URI to access other file:// URIs for filesytem api use
2015-05-12 18:21:48 +05:30
deepak1556
add7f8a4aa
add test
2015-05-12 18:03:00 +05:30
deepak1556
2785a4cc48
browser: create quota permission context to allow quota request
2015-05-12 17:52:30 +05:30
Cheng Zhao
827741a9c6
Bump v0.26.0
2015-05-12 17:24:00 +08:00
Cheng Zhao
ca623f16bf
Merge pull request #1657 from atom/msvcrt
...
Link with DLL version of VC++ runtime
2015-05-12 17:23:25 +08:00
Cheng Zhao
3bd54b7920
Ship with vc++ redist files
2015-05-12 17:08:27 +08:00
Cheng Zhao
613a51f5fb
Upgrade brightray to link with msvcrt dll
2015-05-12 17:00:36 +08:00
Cheng Zhao
d350e73dff
win: Link with msvcrt dll for Release build
2015-05-12 17:00:18 +08:00
Cheng Zhao
e5d30636c2
Update libchromiumcontent for linking with msvcrt dll
2015-05-12 16:54:18 +08:00
Magica
e1beeb95e3
Fix PPAPI flash plugin description
...
Fix https://github.com/atom/electron/issues/1637
2015-05-12 06:02:42 +08:00
Cheng Zhao
4ca8039104
Merge pull request #1646 from atom/navigation-in-page
...
Fix handling in-page navigations
2015-05-11 19:47:15 +08:00
Cheng Zhao
e817192df3
Make history.go work
2015-05-11 16:44:01 +08:00
Cheng Zhao
2bb7497312
Handle when in-page entries are cleared
2015-05-11 16:37:53 +08:00
Cheng Zhao
82ffa4d2b1
Send history operations as asynchronous messages
...
Sending as sync message will cause weird results for
NavigationController
2015-05-11 16:03:25 +08:00
deepak1556
707503ac40
support https, ws, wss builtin schemes to be intercepted
2015-05-11 12:56:36 +05:30
deepak1556
7fee639edf
protocol: wrapping httpjobfactory with a default protocol handler to intercept
2015-05-11 12:32:17 +05:30
Cheng Zhao
d1545a64ae
Don't force restart renderer process for in-page navigation
2015-05-11 14:40:40 +08:00
Cheng Zhao
40631edb70
Use Chrome's navigation controller for in-page navigations
2015-05-11 14:30:26 +08:00
Cheng Zhao
4d1cd7e15f
Redirect history operations in renderer to browser
2015-05-11 14:29:44 +08:00
Cheng Zhao
4c10925694
Add remote.getCurrentWebContents API
2015-05-11 14:05:20 +08:00
Cheng Zhao
fc2bc20572
Determine wheter a navigation entry is in-page
2015-05-11 13:51:52 +08:00
Cheng Zhao
4a195e6283
Merge pull request #1600 from deepak1556/protocol_error_patch
...
protocol: adding error job to log error with custom protocols
2015-05-11 13:15:14 +08:00
deepak1556
24bcd3b21e
provide default error message
2015-05-11 10:24:44 +05:30
deepak1556
9ab53b0e4b
protocol: adding error job to log error with custom protocols
2015-05-11 10:17:31 +05:30
Cheng Zhao
e5380fd671
Merge pull request #1642 from atom/archive-update-header
...
Keep asar archive's file opened in the archive's whole life time
2015-05-11 12:07:16 +08:00
Cheng Zhao
d9c769fa69
Reuse archive's fd in Node asar API
2015-05-11 11:10:50 +08:00
Cheng Zhao
d8d7e5b9bb
Add Archive::GetFD
2015-05-11 11:02:17 +08:00
Cheng Zhao
f8e1dfbbc6
Keep archive's file opened in the archive's whole life time
2015-05-11 10:47:29 +08:00
Cheng Zhao
f02cae1b0a
docs: app.terminate is deprecated
2015-05-11 10:22:19 +08:00
Max Ogden
baae0583c9
0.25.3-2 - add missing devDeps for tests
2015-05-10 13:55:44 -07:00
Max Ogden
009925d0fb
0.25.3-1
2015-05-10 13:54:36 -07:00
Max Ogden
e2fc1a0fb1
refactor to use electron-download
2015-05-10 13:54:06 -07:00
Cheng Zhao
fa7f900b2b
Merge pull request #1634 from federicobond/patch-1
...
Fix wording in docs/api/remote.md
2015-05-10 23:27:43 +08:00
Cheng Zhao
75e5695317
Merge pull request #1554 from deepak1556/favicon_patch
...
webContents: removing getFavicon api
2015-05-10 21:22:01 +08:00
Cheng Zhao
66ef52197a
mac: Make "standard-window" option default to true
2015-05-10 21:16:08 +08:00