Cheng Zhao
|
0839915538
|
Merge pull request #740 from atom/webview
Implement <webview> tag
|
2014-10-26 19:43:52 +08:00 |
|
Cheng Zhao
|
9e32570dfa
|
Merge pull request #742 from patr0nus/yosemite-fix
Yosemite build fix
|
2014-10-26 19:36:08 +08:00 |
|
Cheng Zhao
|
404e08c0e7
|
Make remote.getCurrentWindow() work in <webview>
|
2014-10-26 19:30:53 +08:00 |
|
Cheng Zhao
|
10a8f3c884
|
Make <webview> work with plugins turned off
|
2014-10-26 14:05:54 +08:00 |
|
Kevin Sawicki
|
9f8ad36f30
|
📝 Minor grammar tweaks
|
2014-10-25 16:03:27 -07:00 |
|
Kevin Sawicki
|
8a4e0a64cf
|
📝 codes -> code
|
2014-10-25 16:00:23 -07:00 |
|
Cheng Zhao
|
db071f8d8e
|
Add specs for <webview>
|
2014-10-25 23:23:49 +08:00 |
|
Cheng Zhao
|
24b4fcea15
|
Add BIND_DONE event for process object
|
2014-10-25 23:21:17 +08:00 |
|
Cheng Zhao
|
e110f5c37c
|
Remove unneeded cleanup code
|
2014-10-25 23:09:45 +08:00 |
|
Cheng Zhao
|
1a93babdbc
|
Fix double freeing guest
|
2014-10-25 22:01:24 +08:00 |
|
Cheng Zhao
|
22e3b9df44
|
Add attribute to turn on node integration in <webview>
|
2014-10-25 20:52:42 +08:00 |
|
Cheng Zhao
|
d596a7427e
|
Node integration option is now only true/false
|
2014-10-25 19:20:04 +08:00 |
|
Cheng Zhao
|
81170d81b3
|
Remove iframe related security code
|
2014-10-25 19:08:21 +08:00 |
|
Cheng Zhao
|
e7825da0f8
|
Upgrade libchromiumcontent to discard iframe security settings
|
2014-10-25 18:53:24 +08:00 |
|
Cheng Zhao
|
f629fa7b27
|
Detect node integration in JavaScript
|
2014-10-25 18:51:26 +08:00 |
|
Cheng Zhao
|
04f1860bf5
|
Make autoresize follow Chrome's behavior
|
2014-10-25 16:04:16 +08:00 |
|
Cheng Zhao
|
69bcc8e831
|
Add docs on our custom web elements
|
2014-10-25 14:58:32 +08:00 |
|
Cheng Zhao
|
194ed3884c
|
Add 'new-window' event for <webview>
|
2014-10-25 13:21:09 +08:00 |
|
Cheng Zhao
|
d8447524cb
|
Allow passing V8 objects in EventEmitter
|
2014-10-25 11:30:35 +08:00 |
|
patr0nus
|
915a6196cc
|
Remove the deprecated convertScreenToBase and convertBaseToScreen.
|
2014-10-25 11:06:39 +08:00 |
|
patr0nus
|
623e3ebc03
|
Fix type convertion errors.
|
2014-10-25 11:06:10 +08:00 |
|
Cheng Zhao
|
485bd7bbd3
|
Add 'close' and 'console-message' for <webview>
|
2014-10-25 10:01:19 +08:00 |
|
Cheng Zhao
|
218d69d288
|
Dispatch WebContents events to <webview>
|
2014-10-25 09:05:50 +08:00 |
|
Cheng Zhao
|
d63f44cd07
|
Add more events for WebContents
|
2014-10-24 23:05:25 +08:00 |
|
Cheng Zhao
|
2d56067819
|
Fix creating window in <webview>
|
2014-10-24 22:14:12 +08:00 |
|
Cheng Zhao
|
a96cde254b
|
Send unhandled key event to embedder
|
2014-10-24 21:46:47 +08:00 |
|
Cheng Zhao
|
e214ce6bc4
|
Add WebContents.insertCSS
|
2014-10-24 21:04:50 +08:00 |
|
Cheng Zhao
|
1f08d50e98
|
Add WebContents.setUserAgent
|
2014-10-24 20:57:44 +08:00 |
|
Cheng Zhao
|
07a8a50861
|
Bind WebContents APIs to <webview>
|
2014-10-24 20:49:51 +08:00 |
|
Cheng Zhao
|
46ed83a057
|
Assign a new SiteInstance for guest
|
2014-10-24 20:20:56 +08:00 |
|
Cheng Zhao
|
e95c1256a0
|
Add remote.getGuestWebContents
|
2014-10-24 19:57:29 +08:00 |
|
Cheng Zhao
|
c0955eaa90
|
Don't expose <webview> in guest
|
2014-10-24 19:18:58 +08:00 |
|
Cheng Zhao
|
58a38d90b8
|
Don't fork renderer process for guest
|
2014-10-24 19:08:26 +08:00 |
|
Cheng Zhao
|
4ccb0cccf3
|
Rename web-view module to web-frame
|
2014-10-24 18:45:03 +08:00 |
|
Cheng Zhao
|
4f43c41577
|
Enable navigation from webview
|
2014-10-24 18:44:32 +08:00 |
|
Cheng Zhao
|
6336edbe92
|
Implement allowtransparency attribute
|
2014-10-24 16:48:21 +08:00 |
|
Cheng Zhao
|
ce793ec86d
|
Destroy guest when the embedder is gone
|
2014-10-24 16:19:00 +08:00 |
|
Cheng Zhao
|
993f66bd02
|
Fix initializing webview
|
2014-10-24 16:09:18 +08:00 |
|
Cheng Zhao
|
39e75574f4
|
Attach <webview> with guest WebContents
|
2014-10-24 14:37:14 +08:00 |
|
Cheng Zhao
|
2d8fe489a7
|
Add converters between gfx:: and v8
|
2014-10-24 12:48:52 +08:00 |
|
Cheng Zhao
|
5b167e3684
|
Mention clang 3.4 is required, refs #735
|
2014-10-24 09:55:31 +08:00 |
|
Cheng Zhao
|
dacbf7a042
|
Register guest web view
|
2014-10-23 23:08:48 +08:00 |
|
Cheng Zhao
|
81599f1535
|
Use old PLUGIN_METHOD_ATTACH for webview
|
2014-10-23 20:28:31 +08:00 |
|
Cheng Zhao
|
a22a5c67bd
|
Implement GuestViewInternal.createGuest and destroyGuest
|
2014-10-23 17:54:52 +08:00 |
|
Cheng Zhao
|
d34cff2eef
|
api: Add webContent.create() to create detached WebContents
|
2014-10-23 14:04:13 +08:00 |
|
Cheng Zhao
|
c72d769ff0
|
Make WebContents cache object template
|
2014-10-23 13:31:10 +08:00 |
|
Cheng Zhao
|
97139b7487
|
Fix js errors in webview
|
2014-10-22 23:37:27 +08:00 |
|
Cheng Zhao
|
d26dcd5501
|
Schemas should be registered early
|
2014-10-22 23:36:31 +08:00 |
|
Cheng Zhao
|
380de24f2e
|
Add code to register <webview> tag
|
2014-10-22 22:55:13 +08:00 |
|
Cheng Zhao
|
e7c7e086b1
|
Add API to register custom element
|
2014-10-22 21:01:12 +08:00 |
|