Cheng Zhao
|
dd871812b7
|
Add WebContentsPrefrences class
|
2015-09-06 10:53:03 +08:00 |
|
Cheng Zhao
|
45491ca7ab
|
Fix API changes
|
2015-09-03 17:50:23 +09:00 |
|
Robo
|
aed487ef40
|
app: add will-download event to defaultSession
|
2015-08-31 12:57:56 +05:30 |
|
Robo
|
239d535cac
|
render: executejavascript with option to simulate usergesture
|
2015-07-30 15:38:46 +05:30 |
|
Robo
|
66553eea1a
|
webContents: api to add/remove path from devtools workspace
|
2015-07-29 09:29:38 +05:30 |
|
Cheng Zhao
|
9bb87af66b
|
Add webContents.focus
|
2015-07-24 12:58:28 +08:00 |
|
Haojian Wu
|
462e6e0a82
|
Implement getUserAgent API.
|
2015-07-22 12:25:10 +08:00 |
|
Cheng Zhao
|
053594eae8
|
Set default user agent for WebContents
|
2015-07-14 12:13:25 -07:00 |
|
Cheng Zhao
|
54dac0f37a
|
Check whether WebContents lives before using its methods
Close #2064.
|
2015-07-06 18:21:04 +08:00 |
|
Cheng Zhao
|
ffd9c743de
|
Move gpu-crashed event to app
|
2015-06-26 10:33:52 +08:00 |
|
Cheng Zhao
|
01dc0f973c
|
Remove inspectable_web_contents_
|
2015-06-25 14:32:38 +08:00 |
|
Cheng Zhao
|
b2a8678c47
|
Move BrowserPluginGuestDelegate to a separate class
|
2015-06-25 14:28:13 +08:00 |
|
Cheng Zhao
|
fb5fe7a714
|
Decouple WebContentsDelegate from NativeWindow
|
2015-06-25 11:07:23 +08:00 |
|
Cheng Zhao
|
19ca011735
|
Discard is_guest_, use type_ instead
|
2015-06-24 22:23:38 +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
|
7f0658efa7
|
Add mate::TrackableObject
|
2015-06-24 14:36:05 +08:00 |
|
Cheng Zhao
|
52789ab96f
|
Implement getId in C++
|
2015-06-23 16:16:10 +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 |
|
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
|
ccbe554ec0
|
Make callback aligns node.js style.
|
2015-06-16 20:07:44 +08:00 |
|
Haojian Wu
|
ac62871645
|
Return node::Buffer as a printToPDF callback result.
|
2015-06-16 20:07:44 +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
|
5459137d3d
|
Remove unused options for WebContents.create
|
2015-06-09 15:40:04 +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
|
a9ad783bca
|
The ElementSizeChanged has been removed
|
2015-05-29 13:52:14 +08:00 |
|
Cheng Zhao
|
bdf73fcd4c
|
Update to the new algorithm of setting webview size
|
2015-05-29 11:12:55 +08:00 |
|
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 |
|
Cheng Zhao
|
01e891652f
|
Fix compilation errors
|
2015-05-22 15:24:34 +08:00 |
|
deepak1556
|
4fe294ed04
|
check for renderviewhost availability before using
|
2015-05-21 10:16:10 +05:30 |
|
deepak1556
|
be57151037
|
webContents: override fullscreen notification apis for webview
|
2015-05-21 10:16:10 +05:30 |
|
Cheng Zhao
|
dbecc8d5f5
|
Merge pull request #1701 from CharlieHess/paste-and-match-style
Paste and Match Style
|
2015-05-20 23:12:46 +08:00 |
|
deepak1556
|
c548b9c87e
|
webContents: adding events to detect gpu and plugin process crashes
|
2015-05-20 15:05:48 +05:30 |
|
deepak1556
|
46d80e8f05
|
devtools: api to inspect service worker for current webcontents
|
2015-05-18 19:19:33 +05:30 |
|
Charlie Hess
|
3913e18447
|
Add WebContents API for PasteAndMatchStyle.
|
2015-05-15 00:15:19 -07:00 |
|
Cheng Zhao
|
e817192df3
|
Make history.go work
|
2015-05-11 16:44:01 +08:00 |
|