Cheng Zhao
|
b92e6e97ea
|
Dicard uses of base::Value in native_window.
|
2014-06-23 22:08:40 +08:00 |
|
Cheng Zhao
|
84e2c35611
|
Use mate::Dictionary instead of base::DictionaryValue for options.
mate::Dictionary can represent arbitray type, which matches our use.
|
2014-06-23 21:56:22 +08:00 |
|
Cheng Zhao
|
f4aadcbbfc
|
Do not disable detached devtools.
|
2014-06-17 16:35:23 +08:00 |
|
Cheng Zhao
|
05f079fa5b
|
Allow setting default zoom factor.
|
2014-06-16 18:52:04 +08:00 |
|
Cheng Zhao
|
70d3365414
|
gtk: Add BrowserWindow.setSkipTaskbar API.
|
2014-06-16 10:29:51 +08:00 |
|
Cheng Zhao
|
a7b730654c
|
mac: Add APIs on setting icon in titlebar.
|
2014-05-27 14:15:34 +08:00 |
|
Cheng Zhao
|
890448d5fa
|
Merge pull request #351 from atom/custom-web-preferences
Enable custom web preferences
|
2014-05-23 23:18:06 +08:00 |
|
Cheng Zhao
|
2204e9bb15
|
Add 'web-preferences' options in BrowserWindow.
|
2014-05-22 22:54:09 +08:00 |
|
Gavin M. Roy
|
b08ec402d2
|
Add a focus event to BrowserWindow
- Tested in OSX
- Untested in GTK, but I expect it should work
- Did not see any similar constructs for notifications in Windows
|
2014-05-21 13:46:13 -04:00 |
|
Cheng Zhao
|
5150fd6946
|
Add BrowserWindow::setContentSize.
|
2014-05-15 16:06:12 +08:00 |
|
Cheng Zhao
|
76cc3eeb6d
|
Get BrowserWindow::getContentSize API.
|
2014-05-15 15:30:04 +08:00 |
|
Cheng Zhao
|
f176b2c58f
|
Switch to use MIT license.
|
2014-05-04 20:29:08 +08:00 |
|
Cheng Zhao
|
c0875864dc
|
Handle IPC messages in webContents instead of BrowserWindow.
|
2014-04-25 16:13:16 +08:00 |
|
Cheng Zhao
|
4135040449
|
Move loading events to webContents.
|
2014-04-25 12:22:16 +08:00 |
|
Cheng Zhao
|
859606e88c
|
Move webContents events away from window.
|
2014-04-25 11:51:05 +08:00 |
|
Cheng Zhao
|
c5f8fbf471
|
Add getter for devToolsWebContents.
|
2014-04-25 10:48:11 +08:00 |
|
Cheng Zhao
|
1cb23a958c
|
Should send "closed" event when native window is closed.
|
2014-04-23 10:24:46 +08:00 |
|
Cheng Zhao
|
a040a96652
|
Discard all our custom V8 helpers, use native-mate instead.
|
2014-04-22 23:07:21 +08:00 |
|
Cheng Zhao
|
5c5cf3c66e
|
Fix a crash when destroying window.
|
2014-04-11 18:43:01 +08:00 |
|
Cheng Zhao
|
d6079782d1
|
mac: InspectableWebContents should be destroyed before release NSWindow.
Fixes atom/atom#1841.
|
2014-04-11 12:32:42 +08:00 |
|
Cheng Zhao
|
d7a54cf3a6
|
Add API to execute javascript in devtools.
|
2014-04-08 12:50:12 +08:00 |
|
Cheng Zhao
|
ff88535cd5
|
💄 Fix cpplint warning build/include_what_you_use.
|
2014-04-05 11:00:35 +08:00 |
|
Cheng Zhao
|
877277d837
|
Enable writing files in devtools.
|
2014-04-05 09:22:25 +08:00 |
|
Cheng Zhao
|
a80fe40f56
|
Synchronous event should be bound to WebContents.
This allows us to reply to synchronous message for arbitrary
WebContents.
|
2014-04-04 22:04:42 +08:00 |
|
Cheng Zhao
|
7a83b16cc4
|
Delay the unresponsive event shortly.
It could happen that a window became responsive immediately after the
unresponsive message is sent, like after showing a context menu
synchronously.
|
2014-03-25 18:10:51 +08:00 |
|
Cheng Zhao
|
2d808d30a2
|
Bring back build/include_order cpplint.
|
2014-03-16 09:13:06 +08:00 |
|
Cheng Zhao
|
516d46444d
|
Move all sources under atom/.
|
2014-03-16 08:30:26 +08:00 |
|