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
|
c0a6cb69bf
|
Move printToPDF API to WebContents.
Also expose in webview.
|
2015-06-16 20:06:52 +08:00 |
|
Haojian Wu
|
2597ded985
|
Cleanup.
|
2015-06-16 20:02:25 +08:00 |
|
Haojian Wu
|
8572ccb807
|
Add callback function in printToPDF API.
|
2015-06-16 20:02:24 +08:00 |
|
Haojian Wu
|
ce8bbb689c
|
Add options to custom print settings in printToPDF API.
|
2015-06-16 20:02:24 +08:00 |
|
Haojian Wu
|
7ffa7042b1
|
Add printToPDF Implementation.
|
2015-06-16 20:02:23 +08:00 |
|
Haojian Wu
|
b360f7d86a
|
Add printToPDF API skeleton.
|
2015-06-16 20:02:23 +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
|
d9efc3b4bf
|
Move more methods to CommonWebContentsDelegate
|
2015-06-05 15:12:38 +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
|
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 |
|
deepak1556
|
790fba598e
|
devtools: supporting workspace usage
|
2015-06-05 01:06:53 +05:30 |
|
deepak1556
|
683917ae67
|
renderer: option to override page visiblity state
|
2015-06-04 14:40:13 +05:30 |
|
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
|
d4be2da70e
|
Don't rely on process_id to search for NativeWindow
|
2015-06-03 14:08:56 +08:00 |
|
deepak1556
|
67a9931b55
|
devtools: initialise devtoolsWebContents when opened with inspect* apis
|
2015-06-01 17:23:44 +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
|
9a60fde59b
|
alias move and moved event on OS X
|
2015-05-22 12:24:12 +05:30 |
|
deepak1556
|
3a5977e09f
|
window: adding resize and move events
|
2015-05-22 12:13:00 +05:30 |
|
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
|
f2d91bc53c
|
adding events to notify fullscreen state
|
2015-05-21 10:16:11 +05:30 |
|
deepak1556
|
ddda8e4197
|
track html api triggered fullscreen separaely
|
2015-05-21 10:16:11 +05:30 |
|
Cheng Zhao
|
7c69c2846b
|
Simplify how we find NativeWindow from WebContents
|
2015-05-20 10:27:16 +08:00 |
|
deepak1556
|
9963ddc485
|
implement method on browser window
|
2015-05-18 20:08:08 +05:30 |
|
Cheng Zhao
|
0d4d2080ca
|
Implement size and position APIs with bounds API
|
2015-05-04 12:47:56 +08:00 |
|
deepak1556
|
9ae59e8ac7
|
removed move utility and replaced with setbounds
|
2015-05-01 20:10:46 +05:30 |
|
Cheng Zhao
|
16b2f08cd3
|
Don't use Chromium's history list
|
2015-04-27 15:11:59 +08:00 |
|
deepak1556
|
20b4cae980
|
window: supports HTML5 fullscreen api
|
2015-04-23 12:14:29 +05:30 |
|
Cheng Zhao
|
b37c73436b
|
Fix API changes
|
2015-04-21 18:56:08 +08:00 |
|
Cheng Zhao
|
c7468278df
|
Change the window class names
|
2015-04-14 16:18:57 +08:00 |
|
Cheng Zhao
|
43fe82e1e5
|
Merge branch 'master' into rename-to-electron
|
2015-04-12 21:49:08 +08:00 |
|
Cheng Zhao
|
252ac465c5
|
Merge pull request #1384 from atom/component_build
Links with Chromium directly instead of linking its shared library
|
2015-04-11 14:12:16 +08:00 |
|
Kevin Sawicki
|
6615ef1054
|
Atom Shell -> Electron
|
2015-04-08 10:16:10 -07:00 |
|
Cheng Zhao
|
ca161e29ce
|
Fix calling our new APIs in patch
|
2015-04-02 23:02:22 +08:00 |
|
Robo
|
3aefa5f549
|
browserWindow: adding devtools-focused event
|
2015-04-02 12:23:57 +05:30 |
|
Cheng Zhao
|
21a09d3ae8
|
Improve #1317
|
2015-03-27 16:29:14 +08:00 |
|
Cheng Zhao
|
2505f8b8b2
|
Merge pull request #1317 from deepak1556/api_window_patch
npapi: warn users loading npapi plugins on unsupported platform
|
2015-03-27 16:26:03 +08:00 |
|
Cheng Zhao
|
32cd068427
|
Improve #1307
|
2015-03-27 16:24:33 +08:00 |
|
deepak1556
|
69d958b94e
|
providing option to undock devtools from browser-window
|
2015-03-27 13:32:08 +05:30 |
|
Robo
|
c677a44688
|
npapi: warn users loading npapi plugins on unsupported platform
|
2015-03-27 04:14:01 +05:30 |
|
Cheng Zhao
|
ae5586408f
|
Enable setting only one side of max/min size, fixes #1301
|
2015-03-26 12:23:38 +08:00 |
|
Cheng Zhao
|
30e931f10b
|
Revert "The "subpixel-font-scaling" option is removed"
This reverts commit 98fbe5127b .
|
2015-03-23 16:29:32 +08:00 |
|
Cheng Zhao
|
9bae54f917
|
Avoid extra copy of data in capturePage
|
2015-03-20 10:26:42 +08:00 |
|