Cheng Zhao
|
e41b0d4d2c
|
Remove NativeWindow::ActivateContents
|
2015-06-25 13:18:36 +08:00 |
|
Cheng Zhao
|
fb5fe7a714
|
Decouple WebContentsDelegate from NativeWindow
|
2015-06-25 11:07:23 +08:00 |
|
Cheng Zhao
|
081a4597e9
|
Pass isGuest when creating WebContents
|
2015-06-24 23:29:32 +08:00 |
|
Cheng Zhao
|
19ca011735
|
Discard is_guest_, use type_ instead
|
2015-06-24 22:23:38 +08:00 |
|
Cheng Zhao
|
2bfa9da82e
|
Store NativeWindow's weak ptr in WebContents
|
2015-06-24 22:14:46 +08:00 |
|
Cheng Zhao
|
2532318bee
|
Add type for WebContents
|
2015-06-24 21:44:27 +08:00 |
|
Cheng Zhao
|
cc8b22b5ff
|
Make each class only have one weak map
|
2015-06-24 17:58:12 +08:00 |
|
Cheng Zhao
|
0ebd4d04ad
|
Make Session trackable
|
2015-06-24 15:39:05 +08:00 |
|
Cheng Zhao
|
1023b67d59
|
Make sure each C++ WebContents has only one JS WebContents
|
2015-06-24 15:22:11 +08:00 |
|
Cheng Zhao
|
33c2768a77
|
Add app.defaultSession
|
2015-06-23 23:40:41 +08:00 |
|
Cheng Zhao
|
77dbec305f
|
Emit ATOM_BROWSER_RELEASE_RENDER_VIEW in C++
|
2015-06-23 21:27:50 +08:00 |
|
Cheng Zhao
|
197a9b4165
|
Remove calls to v8::Isolate::GetCurrent
It is generally a bad thing to do since we might have multiple Isolates.
|
2015-06-23 17:22:14 +08:00 |
|
Cheng Zhao
|
1f97cee7c9
|
Fix release render view with wrong ID
|
2015-06-23 16:43:55 +08:00 |
|
Cheng Zhao
|
015ef3e014
|
Omit extra transfer of new-window event
|
2015-06-23 16:34:22 +08:00 |
|
Cheng Zhao
|
2d65c3bcd0
|
Clean up SetAllowTransparency
|
2015-06-23 16:19:12 +08:00 |
|
Cheng Zhao
|
52789ab96f
|
Implement getId in C++
|
2015-06-23 16:16:10 +08:00 |
|
Haojian Wu
|
bafbee805c
|
Fix more code styles.
|
2015-06-20 10:41:40 +08:00 |
|
Haojian Wu
|
969916442f
|
Use webContents BrowserContext.
Also fix some code styles.
|
2015-06-19 13:57:54 +08:00 |
|
Haojian Wu
|
99bfc9b7f5
|
Move cookies APIs to webContents.session.cookies namespace.
|
2015-06-19 10:30:08 +08:00 |
|
Cheng Zhao
|
e209312459
|
Replace a few calls to AtomBrowserMainParts::Get.
These calls replies on global BrowserContext, we can just make them use
the future default BrowserContext.
|
2015-06-18 17:01:23 +08:00 |
|
Haojian Wu
|
47eac062f6
|
Expose Print API to webContents and webView.
Also move the print implementation from window to webContents.
|
2015-06-16 20:08:30 +08:00 |
|
Haojian Wu
|
57580e00f9
|
Fix code style.
|
2015-06-16 20:07:45 +08:00 |
|
Haojian Wu
|
6e099af5fe
|
Move PDF printing setting in JS part.
|
2015-06-16 20:07:43 +08:00 |
|
Haojian Wu
|
c0a6cb69bf
|
Move printToPDF API to WebContents.
Also expose in webview.
|
2015-06-16 20:06:52 +08:00 |
|
Magica
|
8aa559fe51
|
Add setAudioMuted to webContents
|
2015-06-15 21:40:49 +08:00 |
|
Cheng Zhao
|
9f0ac13edc
|
Pass embedder when creating WebContents
|
2015-06-09 15:50:20 +08:00 |
|
Cheng Zhao
|
5459137d3d
|
Remove unused options for WebContents.create
|
2015-06-09 15:40:04 +08:00 |
|
Cheng Zhao
|
89087d402d
|
Merge pull request #1873 from atom/multiline-headers
Support multiple-line headers in `did-get-response-details'
|
2015-06-09 12:03:45 +08:00 |
|
Haojian Wu
|
64e84b8f6a
|
Support multiple-line headers in web-contents `did-get-response-details' event.
|
2015-06-09 11:18:46 +08:00 |
|
Haojian Wu
|
488801e244
|
Rename httpreferrer to httpReferrer, useragent to userAgent.
|
2015-06-09 10:10:29 +08:00 |
|
Cheng Zhao
|
bb42c2c7b6
|
Avoid destorying api::WebContents for twice
|
2015-06-05 18:13:30 +08:00 |
|
Cheng Zhao
|
af62b7b5c9
|
Put common code of OpenURLFromTab to CommonWebContentsDelegate
|
2015-06-05 17:45:17 +08:00 |
|
Cheng Zhao
|
8f9a109fa6
|
Implement HTML5 fullscreen in CommonWebContentsDelegate
|
2015-06-05 17:27:24 +08:00 |
|
Cheng Zhao
|
05468cc3fa
|
Remove devtools APIs from NativeWindow
|
2015-06-05 17:01:17 +08:00 |
|
Cheng Zhao
|
94d69777fa
|
Enable calling WebContents::openDevTools for BrowserWindow's WebContents
|
2015-06-05 15:41:03 +08:00 |
|
Cheng Zhao
|
67144aaf2a
|
Remove duplicate def of is_guest
|
2015-06-05 15:18:15 +08:00 |
|
Cheng Zhao
|
d9efc3b4bf
|
Move more methods to CommonWebContentsDelegate
|
2015-06-05 15:12:38 +08:00 |
|
Cheng Zhao
|
c32aac0a56
|
Manage webview with CommonWebContentsDelegate
|
2015-06-05 15:01:51 +08:00 |
|
Cheng Zhao
|
92b15c81e9
|
Manage InspectableWebContents in CommonWebContentsDelegate
|
2015-06-05 14:55:07 +08:00 |
|
Cheng Zhao
|
19d742de37
|
Add CommonWebContentsDelegate
|
2015-06-05 13:49:24 +08:00 |
|
Cheng Zhao
|
e8f33f51fb
|
Use DefaultWebContentsDelegate in api::WebContents
|
2015-06-05 13:41:45 +08:00 |
|
Cheng Zhao
|
d4be2da70e
|
Don't rely on process_id to search for NativeWindow
|
2015-06-03 14:08:56 +08:00 |
|
Cheng Zhao
|
a9ad783bca
|
The ElementSizeChanged has been removed
|
2015-05-29 13:52:14 +08:00 |
|
Cheng Zhao
|
b5c9fe78f1
|
Listen to ElementSizeChanged event
|
2015-05-29 13:47:09 +08:00 |
|
Cheng Zhao
|
e4bb456964
|
Pass element size when attaching
|
2015-05-29 11:47:54 +08:00 |
|
Cheng Zhao
|
bdf73fcd4c
|
Update to the new algorithm of setting webview size
|
2015-05-29 11:12:55 +08:00 |
|
deepak1556
|
f98da217e1
|
fix accessing headers from resourcerequestdetails
|
2015-05-28 11:20:07 +05:30 |
|
Cheng Zhao
|
4a376694b4
|
Merge pull request #1719 from deepak1556/service_worker_patch
devtools: api to inspect service worker
|
2015-05-27 15:47:41 +08:00 |
|
deepak1556
|
2de0b025f1
|
retrieve headers from response info
|
2015-05-24 10:56:25 +05:30 |
|
deepak1556
|
2b9826404a
|
using mate::Dictionary instead of base::DictionaryValue
|
2015-05-23 19:26:47 +05:30 |
|