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
|
7f7cdbf775
|
Remove NativeWindow::CallDevToolsFunction
|
2015-06-05 13:32:01 +08:00 |
|
Cheng Zhao
|
8306dc427a
|
Merge pull request #1867 from deepak1556/devtools_workspace_patch
devtools: supporting workspace usage
|
2015-06-05 13:26:37 +08:00 |
|
Cheng Zhao
|
66b3972fbc
|
Fix typo
|
2015-06-05 10:03:01 +08:00 |
|
deepak1556
|
790fba598e
|
devtools: supporting workspace usage
|
2015-06-05 01:06:53 +05:30 |
|
Cheng Zhao
|
f4c696b922
|
Merge pull request #1863 from atom/default-menu
Create a default menu for apps ran by default_app
|
2015-06-04 22:36:33 +08:00 |
|
deepak1556
|
683917ae67
|
renderer: option to override page visiblity state
|
2015-06-04 14:40:13 +05:30 |
|
Cheng Zhao
|
a22b9be681
|
mac: Do nothing if calling Menu.setApplicationMenu(null)
|
2015-06-04 16:14:19 +08:00 |
|
Cheng Zhao
|
5d23b7468e
|
Allow removing menu bar
|
2015-06-04 16:10:19 +08:00 |
|
Cheng Zhao
|
47e9deeb9a
|
Remove Menu::AttachToWindow
It makes the logic more complex without any benefit
|
2015-06-04 15:32:33 +08:00 |
|
Cheng Zhao
|
6d6e75795f
|
Allow settting menu to null
|
2015-06-04 15:14:43 +08:00 |
|
Cheng Zhao
|
cc3066e746
|
Create a default menu for apps ran by default_app
|
2015-06-04 14:54:53 +08:00 |
|
Cheng Zhao
|
31beee9599
|
Check for nullness when comparing webContents, close #1838
|
2015-06-03 18:48:10 +08:00 |
|
Cheng Zhao
|
912ed2ca10
|
Merge pull request #1839 from deepak1556/devtools_api_patch
devtools: initialise devtoolsWebContents when opened with inspect* apis
|
2015-06-03 18:31:25 +08:00 |
|
Cheng Zhao
|
3a3b05b2f0
|
Clean up code
|
2015-06-03 14:53:19 +08:00 |
|
Cheng Zhao
|
34cd1435b4
|
Clean up code
|
2015-06-03 14:17:28 +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
|
6dfa7b5383
|
Don't rely on guest_process_id for searching guest
|
2015-06-03 13:45:06 +08:00 |
|
Cheng Zhao
|
d46e986e80
|
Remove AtomResourceDispatcherHostDelegate
|
2015-06-03 10:08:05 +08:00 |
|
deepak1556
|
67a9931b55
|
devtools: initialise devtoolsWebContents when opened with inspect* apis
|
2015-06-01 17:23:44 +05:30 |
|
Cheng Zhao
|
fe631e6eeb
|
Bump v0.27.2
|
2015-06-01 12:22:36 +08:00 |
|
Yeechan Lu
|
c026863d48
|
Print real error messages even if it looks like an invalid app
|
2015-06-01 10:13:33 +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 |
|
Cheng Zhao
|
3e720bd611
|
Bump v0.27.1
|
2015-05-28 16:23:29 +08:00 |
|
Cheng Zhao
|
ad89a923e9
|
Merge pull request #1785 from deepak1556/browser_client_patch
browserClient: dont restart render process for javascript scheme
|
2015-05-28 16:22:45 +08:00 |
|
Cheng Zhao
|
895ab49857
|
Merge pull request #1797 from deepak1556/response_headers_patch
fix accessing headers from resourcerequestdetails
|
2015-05-28 14:44:46 +08:00 |
|
deepak1556
|
f98da217e1
|
fix accessing headers from resourcerequestdetails
|
2015-05-28 11:20:07 +05:30 |
|
deepak1556
|
9b7ad675c6
|
browserClient: dont restart render process for javascript: scheme
|
2015-05-27 16:39:02 +05:30 |
|
Cheng Zhao
|
6ee8f6e4f2
|
Bump v0.27.0
|
2015-05-27 16:57:41 +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
|
1c60575dc0
|
Merge pull request #1738 from deepak1556/http_ptach
webContents: providing header details with response event
|
2015-05-27 15:05:55 +08:00 |
|
Cheng Zhao
|
abf8ffd3a2
|
Merge pull request #1689 from deepak1556/ftp_patch
protocol: adding ftp scheme support
|
2015-05-27 15:04:21 +08:00 |
|
Cheng Zhao
|
c244e83e10
|
Merge pull request #1633 from deepak1556/window_event_patch
window: adding resize and move events
|
2015-05-27 14:54:36 +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 |
|
deepak1556
|
4d5790dc09
|
return headers as object
|
2015-05-23 19:26:47 +05:30 |
|
deepak1556
|
c22b138b67
|
webContents: providing header details with response event
|
2015-05-23 19:26:47 +05:30 |
|
Cheng Zhao
|
e233eab4f2
|
HandleMouseDown is deprecated
|
2015-05-23 11:58:20 +08:00 |
|