Cheng Zhao
|
69f93a7528
|
Merge pull request #4223 from deepak1556/notification_disable_patch
session: add setPermissionRequestHandler api
|
2016-02-01 20:51:22 +08:00 |
|
Robo
|
b575cd0ef9
|
add fullscreen permission type
|
2016-02-01 16:22:05 +05:30 |
|
Robo
|
45eada306f
|
add pointerlock permission type
|
2016-02-01 15:13:49 +05:30 |
|
Robo
|
db26dcaf4c
|
expose handler from session and remove permission-request event
|
2016-02-01 12:23:51 +05:30 |
|
Heilig Benedek
|
61e0219e91
|
Added documentation, restructured the files to fit better with electron's style and fixed a typo in keyboard_util's name.
|
2016-01-31 02:27:14 +01:00 |
|
Robo
|
2a278ceb8f
|
delegate to permission manager for other permissions
|
2016-01-30 16:49:18 +05:30 |
|
Heilig Benedek
|
0c9174bc7c
|
Introduced the cursor-changed event with one parameter - the name of the cursor type
|
2016-01-30 06:33:55 +01:00 |
|
Robo
|
85e13333c3
|
webview: add permission-request event
|
2016-01-29 15:23:28 +05:30 |
|
Robo
|
0e2323c9c8
|
browser: add webContents.debugger api
|
2016-01-21 23:52:23 +05:30 |
|
Cheng Zhao
|
af02739c4e
|
Change webview's zoom level on JavaScript side
|
2016-01-13 12:50:02 +08:00 |
|
Cheng Zhao
|
55dfddba77
|
Handle executeJavaScript in JavaScript
|
2016-01-13 12:11:46 +08:00 |
|
leethomas
|
96d68b9285
|
🐛 add isDevToolsFocused to WebContents to fix #3928, add devtools-[focused|open|close] events to WebView to fix #3783.
|
2015-12-31 22:21:54 -08:00 |
|
Brian R. Bondy
|
11b2015535
|
Add did-change-theme-color event to webview
|
2015-12-22 17:28:22 -05:00 |
|
Robo
|
d162180196
|
add api to webview
|
2015-12-21 17:13:23 +05:30 |
|
Robo
|
39e615ed87
|
webContents: adding findInPage api
|
2015-12-21 17:09:56 +05:30 |
|
Cheng Zhao
|
144b73c267
|
Merge pull request #3877 from bbondy/master
Add media play events to webview
|
2015-12-21 18:22:30 +08:00 |
|
Brian R. Bondy
|
fed0c43970
|
Add media play events to webview
|
2015-12-19 22:37:51 -05:00 |
|
Robo
|
7b03ac6d61
|
navigaton: handle history operations from renderer
|
2015-12-20 01:23:47 +05:30 |
|
Charlie Hess
|
f2797d2eab
|
Merge commit '58567834c7cb9c290ef48c9e8f54ae37246ef665' into web-contents-download-url
Conflicts:
atom/browser/api/atom_api_web_contents.cc
|
2015-12-03 10:31:51 -08:00 |
|
Cheng Zhao
|
a15f9fab5b
|
Use BuildPrototype to build prototype
This saves the step of manually keeping the global template object,
which is easy to forget then leak.
|
2015-12-03 16:04:46 +08:00 |
|
Cheng Zhao
|
6795bd1d96
|
Do not manually manage native resources
We should rely on the destructor to cleanup everything, instead of
putting them in the Destroy method.
|
2015-12-03 15:38:43 +08:00 |
|
Charlie Hess
|
c311c6cf1b
|
Add a DownloadURL method on WebContents.
|
2015-12-02 13:49:30 -08:00 |
|
Cheng Zhao
|
9a20b33d97
|
Add isDestroyed method for classes with destroy method
|
2015-11-19 17:08:16 +08:00 |
|
Cheng Zhao
|
9236adfbf5
|
Translate menu template directly in C++
|
2015-11-02 23:31:44 +08:00 |
|
Robo
|
c969052f12
|
browser: handle flash context menu
|
2015-11-01 01:13:17 +05:30 |
|
Haojian Wu
|
facd0fbc08
|
Implement webContents.savePage API.
|
2015-10-16 09:23:08 +08:00 |
|
Robo
|
7756bb6762
|
webcontents: notify guests of embedders' zoom level change
|
2015-10-08 10:38:22 +05:30 |
|
Cheng Zhao
|
f2c7943d42
|
Add WebContents.getOwnerBrowserWindow
|
2015-10-01 13:45:59 +08:00 |
|
Cheng Zhao
|
83c514001e
|
Move devtools API to WebContents
|
2015-10-01 11:25:31 +08:00 |
|
Cheng Zhao
|
de41890196
|
Inherit parent window's options in window.open
|
2015-09-22 22:32:10 +08:00 |
|
Cheng Zhao
|
86f523d3c1
|
Move BeginFrameSubscription to WebContents
|
2015-09-18 15:57:43 +08:00 |
|
Cheng Zhao
|
42863e4700
|
Move SendInputEvent to WebContents
|
2015-09-18 14:20:31 +08:00 |
|
Cheng Zhao
|
7dc7ee1c41
|
Move the converters for blink structures to another file
It makes the api::WebContents smaller.
|
2015-09-18 11:06:38 +08:00 |
|
Gohy Leandre
|
6b875110ed
|
Add device emulation API
|
2015-09-17 13:50:36 +02:00 |
|
Cheng Zhao
|
3bf73bc455
|
Expose native implementation of WebContent::GetURL
|
2015-09-15 09:18:14 +08:00 |
|
Cheng Zhao
|
46b2b91a27
|
Don't use Node's internal APIs
|
2015-09-07 16:41:49 +08:00 |
|
Cheng Zhao
|
e2bd1abce6
|
Make sure BrowserContext is destroyed on exit
|
2015-09-06 10:54:34 +08:00 |
|
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 |
|