Cheng Zhao
e95ab2ddb8
Merge pull request #1337 from deepak1556/api_devtools_window_patch
...
browserWindow: adding devtools-focused event
2015-04-07 09:50:31 +08:00
Robo
3aefa5f549
browserWindow: adding devtools-focused event
2015-04-02 12:23:57 +05:30
Evlogiy Sutormin
430a6c2915
fix link
2015-04-01 03:24:39 +03:00
Cheng Zhao
9b68777b4b
Minor fixes of #1309
...
* Line length should <= 80 cols.
* Add missing "s".
2015-03-29 20:40:02 +08:00
Cheng Zhao
3b1be743ef
Merge pull request #1309 from hokein/workspace-visible-api
...
Add workspace visible APIs
2015-03-29 20:37:07 +08:00
Cheng Zhao
85838fbf1a
Merge pull request #1313 from ArtskydJ/browser-side-to-main-process
...
Renamed browser-side to main process
2015-03-29 15:25:56 +08:00
Haojian Wu
0342854e25
Update workspace visible APIs.
2015-03-29 10:01:52 +08:00
Joseph Dykstra
4a508e0e41
reverted incorrect changes
2015-03-27 07:46:26 -05:00
Cheng Zhao
b52771e729
Merge pull request #1307 from deepak1556/api_windows_patch
...
providing option to undock devtools from browser-window
2015-03-27 16:19:45 +08:00
deepak1556
69d958b94e
providing option to undock devtools from browser-window
2015-03-27 13:32:08 +05:30
Cheng Zhao
b77c03357c
docs: BrowserWindow.capturePage nows returns NativeImage
2015-03-27 14:43:29 +08:00
Joseph Dykstra
b6875ad49b
Renamed browser-side to main process
...
renamed a few occurances of "web page" to "renderer"
renamed a few files that had "browser" in their name to "main-process"
note that there are still many occurances of web page.
2015-03-26 10:20:31 -05:00
Haojian Wu
296d5c4515
📝 Add document for workspace visible APIs.
2015-03-26 18:59:24 +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
98fbe5127b
The "subpixel-font-scaling" option is removed
2015-03-18 09:57:41 +08:00
Cheng Zhao
2d6dd9f4d2
docs: Put window.open docs in its own chapter, regards #1137
2015-03-04 08:47:04 -08:00
bundyo
e8d648bcba
Change the link to use dashes.
2015-02-28 10:34:26 +02:00
bundyo
c7562dbfd0
Add FakeWindow documentation.
2015-02-28 10:31:07 +02:00
Cheng Zhao
8093300a43
docs: Use NativeImage to replace Image
2015-02-12 13:52:28 +08:00
Cheng Zhao
382a00493b
docs: "type" option of BrowserWindow
2015-02-11 12:19:39 +08:00
Paul Betts
86de75deef
Style fixups
2015-02-10 17:14:26 -08:00
Paul Betts
59a8be53c2
Documentation
2015-02-06 17:11:54 -08:00
Damien Patou
8e6e1610a4
Event name typo
2015-02-05 01:23:16 +01:00
Xue Fuqiao
5083a7505d
Change Mac OS X to OS X.
...
Apple has renamed Mac OS X to OS X.
2015-02-02 16:21:23 +08:00
Cheng Zhao
3da347a783
docs: The editing commands
2015-01-19 12:30:28 -08:00
Cheng Zhao
ab9e1dd650
Upgrade brightray for #863
2015-01-15 17:52:14 -08:00
Cheng Zhao
bda3711815
docs: Transparent window
2015-01-12 15:27:33 -08:00
Cheng Zhao
6cdc8e4b96
Small style fixes
2014-12-19 12:48:53 -08:00
Hajime Morrita
dc9329ff43
Add BrowserWindow.showDefinitionForSelection()
...
This API shows the system-provided pop-up dictionary.
Some Mac apps including Chrome have "Look Up in in Dictionary" context
menu item. This API can be used to implement it.
2014-12-18 16:45:45 -08:00
Cheng Zhao
040049f9e7
docs: "will-navigate" event
2014-12-17 15:15:37 -08:00
Cheng Zhao
5a8678b191
docs: Window state events
2014-11-25 14:43:11 +08:00
Cheng Zhao
f2b91d5e1d
docs: Menu bar APIs
2014-11-12 20:49:38 +08:00
Cheng Zhao
a3d2a490da
docs: "preload" option of BrowserWindow
2014-11-12 15:51:48 +08:00
Cheng Zhao
c764b7b023
docs: Mention the side effect of "fullscreen" option, fixes #792
2014-11-06 10:16:28 +08:00
Cheng Zhao
033212841d
docs: Document the disposition
parameter
2014-11-04 18:37:06 +08:00
Kevin Sawicki
490efe69f4
📝 a -> an
2014-11-02 07:20:00 -08:00
Cheng Zhao
f44be28309
doc: "new-window" event of WebContents
2014-10-27 23:27:33 +08:00
Cheng Zhao
d596a7427e
Node integration option is now only true/false
2014-10-25 19:20:04 +08:00
Cheng Zhao
81170d81b3
Remove iframe related security code
2014-10-25 19:08:21 +08:00
Cheng Zhao
d63f44cd07
Add more events for WebContents
2014-10-24 23:05:25 +08:00
Cheng Zhao
e214ce6bc4
Add WebContents.insertCSS
2014-10-24 21:04:50 +08:00
Cheng Zhao
1f08d50e98
Add WebContents.setUserAgent
2014-10-24 20:57:44 +08:00
Cheng Zhao
07a8a50861
Bind WebContents APIs to <webview>
2014-10-24 20:49:51 +08:00
Cheng Zhao
cb9bdbf247
docs: Add BrowserWindow.showInactive()
2014-10-17 22:49:21 +08:00
Cheng Zhao
805215be78
Merge pull request #655 from hokein/master
...
SetProgressBar API Implementation, fixes #635
2014-09-20 11:19:34 +08:00
Haojian Wu
e7fbe84644
Use app name as desktop name by default.
2014-09-18 22:58:17 +08:00
Cheng Zhao
9653f20995
win: Add "direct-write" option for BrowserWindow.
...
For atom/atom#3540 .
2014-09-18 21:49:04 +08:00
Haojian Wu
e959a40b49
docs: setProgressBar API.
2014-09-18 19:32:58 +08:00
Cheng Zhao
f08c3f9134
docs: Add options for web runtime features.
2014-09-09 11:14:44 +08:00
Cheng Zhao
80fb44b926
docs: Add docs on how to use chrome devtools extension.
2014-08-28 16:33:27 +08:00