Cheng Zhao
|
01e891652f
|
Fix compilation errors
|
2015-05-22 15:24:34 +08:00 |
|
deepak1556
|
e8a02316ce
|
also emit html fullscreen notification on windows when its webview contents trigger it
|
2015-05-21 10:41:53 +05:30 |
|
deepak1556
|
0dcf061dc1
|
check if window is html or forced fullscreen
|
2015-05-21 10:16:11 +05:30 |
|
deepak1556
|
ddda8e4197
|
track html api triggered fullscreen separaely
|
2015-05-21 10:16:11 +05:30 |
|
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 |
|
Cheng Zhao
|
4ae1998d09
|
Revert #1604
|
2015-05-20 20:35:54 +08:00 |
|
deepak1556
|
e80e4ae02c
|
remove usage global browser context
|
2015-05-20 16:14:57 +05:30 |
|
deepak1556
|
04b797ff0c
|
webContents: providing response headers in did-get-response-details event
|
2015-05-20 15:54:30 +05:30 |
|
deepak1556
|
c548b9c87e
|
webContents: adding events to detect gpu and plugin process crashes
|
2015-05-20 15:05:48 +05:30 |
|
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
|
5ee0ff9ee9
|
Fixup code review items
|
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 |
|
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 |
|
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
|
fc2bc20572
|
Determine wheter a navigation entry is in-page
|
2015-05-11 13:51:52 +08:00 |
|
deepak1556
|
22c50d0800
|
webContents: removing getFavicon api
|
2015-05-04 13:39:13 +05:30 |
|
Cheng Zhao
|
9300859983
|
Merge pull request #1535 from deepak1556/contents_patch
webContents: adding serviceworker helper utilities
|
2015-05-01 14:56:35 +08:00 |
|
deepak1556
|
d76bd4a103
|
webContents: adding serviceworker helper utilities
|
2015-05-01 12:02:57 +05:30 |
|
Cheng Zhao
|
bfac7f7a17
|
Make beforeunload work in webview
|
2015-05-01 13:48:39 +08:00 |
|
Cheng Zhao
|
817dfbdc27
|
Merge pull request #1525 from deepak1556/dom_event_patch
webContents: providing dom-ready event
|
2015-05-01 12:08:03 +08:00 |
|
deepak1556
|
8c5f171a93
|
webContents: providing dom-ready event
|
2015-04-30 09:58:29 +05:30 |
|
deepak1556
|
d8be645d5a
|
webContents: check for navigation entry before using
|
2015-04-29 08:57:49 +05:30 |
|
Cheng Zhao
|
16b2f08cd3
|
Don't use Chromium's history list
|
2015-04-27 15:11:59 +08:00 |
|
Cheng Zhao
|
0143a45488
|
Implement our own NavigationController
|
2015-04-27 15:11:59 +08:00 |
|
Cheng Zhao
|
858198a2bd
|
Merge pull request #1461 from deepak1556/webview_devtools_patch
webview: add inspectElement method
|
2015-04-25 16:14:13 +08:00 |
|
deepak1556
|
6cc571bdfe
|
include headers only in places used
|
2015-04-25 10:13:52 +05:30 |
|
deepak1556
|
18b3dfa350
|
removed will-navigate and did-navigate events
|
2015-04-25 09:50:28 +05:30 |
|
deepak1556
|
36819e2638
|
added did-navigate event, getFavicon api and workaround webview spec
|
2015-04-25 09:50:28 +05:30 |
|
deepak1556
|
9b585458c1
|
webview: will-navigate and page-favicon-set navigation events
|
2015-04-25 09:50:28 +05:30 |
|
deepak1556
|
cdb1711fe1
|
webview: add inspectElement method
|
2015-04-23 15:18:13 +05:30 |
|
Cheng Zhao
|
b37c73436b
|
Fix API changes
|
2015-04-21 18:56:08 +08:00 |
|
Cheng Zhao
|
fc7bddf0d9
|
Merge pull request #1409 from deepak1556/webcontents_geturl_patch
webContents: fix dereferencing null in getURL
|
2015-04-13 17:07:36 +08:00 |
|
Cheng Zhao
|
e28fc190f2
|
Merge pull request #1382 from deepak1556/webcontents_patch
webContents: workaround reloadIgnoringcache without breaking node integration
|
2015-04-13 14:54:06 +08:00 |
|
deepak1556
|
a3f630e55c
|
webContents: workaround reloadIgnoringcache without breaking node integration
|
2015-04-13 11:03:16 +05:30 |
|
Robo
|
847ae5abe4
|
webContents: fix dereferencing null in getURL
|
2015-04-12 10:51:05 +05:30 |
|
deepak1556
|
15a648a879
|
webContents: event to detect status of requested resource
|
2015-04-08 19:14:47 +05:30 |
|
Robo
|
87af6f9c80
|
webview: adding page-title-set event
|
2015-04-05 14:50:42 +05:30 |
|
Cheng Zhao
|
12d5474077
|
Fix webview for the new API
|
2015-03-18 09:57:46 +08:00 |
|
Cheng Zhao
|
8a138fafd4
|
Fix API changes of WebContentsDelegate
|
2015-03-18 09:57:38 +08:00 |
|
Robo
|
87cb2ece80
|
add DidFailProvisionalLoad method
|
2015-03-14 08:58:30 +05:30 |
|
Cheng Zhao
|
29471ff8b5
|
Fix styling of #1209
|
2015-03-09 13:46:46 -07:00 |
|
Robo
|
0663b9dae2
|
using WebContentsObserver::NavigationEntryCommitted to set virtualurl
|
2015-03-05 20:09:27 +05:30 |
|
Cheng Zhao
|
071a55974a
|
A little clean up
|
2015-02-05 00:19:30 -08:00 |
|
Cheng Zhao
|
331d0481bb
|
Move web_view_manager to atom/browser
|
2015-02-04 15:17:28 -08:00 |
|
Cheng Zhao
|
2c61070b36
|
Avoid using global BrowserContext
|
2015-02-04 15:08:29 -08:00 |
|