Cheng Zhao
|
fa169ee7ff
|
Remove the original-fs.js
It is acutally not needed.
|
2015-05-20 13:31:28 +08:00 |
|
Cheng Zhao
|
0e7bc6b8ec
|
Make "original-fs" available as built-in module
|
2015-05-20 13:29:05 +08:00 |
|
Cheng Zhao
|
4129d45d21
|
Merge pull request #1596 from deepak1556/protocol_interceptor_patch
protocol: wrapping HttpJobFactory with a default protocol handler to intercept
|
2015-05-20 11:52:52 +08:00 |
|
Cheng Zhao
|
361505661f
|
Merge pull request #1651 from magicae/ppapi-description-patch
ppapi: fix PPAPI flash plugin description as chromium does
|
2015-05-20 11:32:09 +08:00 |
|
Cheng Zhao
|
b558485394
|
Merge pull request #1732 from atom/web-preferences
Simplify how we find NativeWindow from WebContents
|
2015-05-20 10:45:01 +08:00 |
|
Cheng Zhao
|
7c69c2846b
|
Simplify how we find NativeWindow from WebContents
|
2015-05-20 10:27:16 +08:00 |
|
Paul Betts
|
975978b414
|
Don't be so paranoid about empty opts
|
2015-05-19 14:27:15 -07:00 |
|
Paul Betts
|
5ee0ff9ee9
|
Fixup code review items
|
2015-05-19 14:27:15 -07:00 |
|
Paul Betts
|
22f51372f5
|
Fix typo
|
2015-05-19 14:27:15 -07:00 |
|
Paul Betts
|
e4d90f747f
|
Pass user agent along like http referrer and set user agent in C++
|
2015-05-19 14:27:15 -07:00 |
|
Paul Betts
|
4a8d7c1819
|
Right before navigate, set the user agent
|
2015-05-19 14:27:15 -07:00 |
|
Paul Betts
|
3a81a5224d
|
Set up a class for it in web-view-attributes
|
2015-05-19 14:27:14 -07:00 |
|
Paul Betts
|
3993161a63
|
Define a new useragent attribute on WebView tag
|
2015-05-19 14:27:14 -07: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 |
|
Cheng Zhao
|
827741a9c6
|
Bump v0.26.0
|
2015-05-12 17:24:00 +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
|
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 |
|
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
|
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
|
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 |
|
Cheng Zhao
|
9e3f108fad
|
Merge pull request #1585 from joshaber/no-texture
Use the standard window background
|
2015-05-10 21:09:38 +08:00 |
|
Cheng Zhao
|
1571c3537d
|
Merge pull request #1601 from hokein/fix-out-of-bound
Fix a potential out-of-bound issue in Accelerator.
|
2015-05-10 21:04:45 +08:00 |
|
Cheng Zhao
|
ce042d0524
|
mac: Don't use [NSScreen mainScreen]
|
2015-05-10 16:51:18 +08:00 |
|
deepak1556
|
15ae6b8d36
|
fix lint errors and add documentation
|
2015-05-10 10:25:19 +05:30 |
|
deepak1556
|
853ce0bbd7
|
provide flag to set flash version
|
2015-05-10 09:22:09 +05:30 |
|
deepak1556
|
1c190388e5
|
flash_drm_host not required
|
2015-05-10 09:22:09 +05:30 |
|
deepak1556
|
3fdc4543b8
|
ppapi flash plugin support
|
2015-05-10 09:22:09 +05:30 |
|
Cheng Zhao
|
95e72c24cc
|
Merge pull request #1532 from hokein/win-print
Make Print API work on Windows.
|
2015-05-10 11:40:19 +08:00 |
|
joshaber
|
85119db81a
|
Use a new option to opt into the standard window.
|
2015-05-08 16:28:24 -04:00 |
|
Cheng Zhao
|
4d9470c24e
|
Bump v0.25.3
|
2015-05-08 14:28:30 +08:00 |
|
Haojian Wu
|
2b82e523bf
|
Fix a potential out-of-bound issue in Accelerator.
|
2015-05-07 15:46:38 +08:00 |
|
Cheng Zhao
|
9d54092f41
|
Merge pull request #1512 from hokein/add-win-key
Add `Super` key support in global-shortcut API.
|
2015-05-07 10:35:56 +08:00 |
|
joshaber
|
5f357d39b2
|
If it's frameless then use the textured background.
|
2015-05-06 10:08:24 -04:00 |
|
joshaber
|
102fb66461
|
Remove the textured background.
|
2015-05-05 20:53:26 -04:00 |
|
Haojian Wu
|
0f67b1866a
|
Add Super key support in global-shortcut API.
|
2015-05-05 22:49:32 +08:00 |
|
Haojian Wu
|
298d3a0144
|
Fix compilation error on OS X.
|
2015-05-04 20:58:48 +08:00 |
|