Paul Betts
|
c6697f5f07
|
Use project_name for the lib file
|
2014-10-31 11:33:29 -07:00 |
|
Kevin Sawicki
|
b6b6fc3bfd
|
Remove All Rights Reserved after GitHub copyright
Closes #762
|
2014-10-31 11:17:05 -07:00 |
|
Cheng Zhao
|
de49498102
|
aura: Add color chooser dialog
|
2014-10-31 23:06:50 +08:00 |
|
Cheng Zhao
|
14c9a2a087
|
mac: Add color chooser dialog
|
2014-10-31 22:53:15 +08:00 |
|
Cheng Zhao
|
a4a390b2cc
|
Upgrade brightray to handle localized string
|
2014-10-31 19:42:36 +08:00 |
|
Cheng Zhao
|
0f5a058bdd
|
Implement RunFileChooser
|
2014-10-31 19:27:01 +08:00 |
|
Cheng Zhao
|
7d15aa2321
|
OVERRIDE => override in atom_browser_client.h
|
2014-10-31 18:26:01 +08:00 |
|
Cheng Zhao
|
9b1bcf51c6
|
Implement EnumerateDirectory
|
2014-10-31 17:37:32 +08:00 |
|
Cheng Zhao
|
b710cc3063
|
Add WebDialogHelper
|
2014-10-31 00:37:14 +08:00 |
|
Kevin Sawicki
|
1c91b4888a
|
Merge pull request #754 from Subash/master
Update web-view-tag.md
|
2014-10-30 09:18:40 -07:00 |
|
Subash Pathak
|
996e2bdc69
|
Update web-view-tag.md
|
2014-10-30 20:52:00 +05:45 |
|
Cheng Zhao
|
9ed6ad8165
|
Forbid using protocol module before app is ready, fixes #661
|
2014-10-30 22:27:29 +08:00 |
|
Cheng Zhao
|
c0cd8fca80
|
Upgrade native_mate, fixes #660
|
2014-10-30 21:55:03 +08:00 |
|
Cheng Zhao
|
25f69df341
|
Throw error when BrowserWindow is created before app is ready
|
2014-10-30 21:32:35 +08:00 |
|
Cheng Zhao
|
35e5c2172f
|
Bump v0.19.0.
|
2014-10-30 12:02:42 +08:00 |
|
Cheng Zhao
|
41b6f682d8
|
Merge pull request #750 from atom/fix-leaking-webcontents
Handle window.open and <a target="..."> correctly
|
2014-10-28 19:23:59 +08:00 |
|
Cheng Zhao
|
0c21c863d7
|
Simplify the GuestWindowManager
Instead of recording guest explicitly in a map, we just make use of
closure for bookkeeping.
|
2014-10-28 18:51:28 +08:00 |
|
Cheng Zhao
|
c71aa0995a
|
Reuse the window of same frame name
|
2014-10-28 13:23:25 +08:00 |
|
Cheng Zhao
|
8359c8e194
|
spec: Only test net.connect on Mac
The Linux travis ci machine is quite unstable on this test.
|
2014-10-28 10:09:47 +08:00 |
|
Kevin Sawicki
|
209dcd1aca
|
Merge pull request #747 from stefanbuck/patch-1
fix broken links
|
2014-10-27 14:45:21 -07:00 |
|
Stefan Buck
|
eaa5e136b6
|
fix broken links
|
2014-10-27 22:43:29 +01:00 |
|
Cheng Zhao
|
89990ec037
|
Don't throw exception on closed guest window
|
2014-10-27 23:59:11 +08:00 |
|
Cheng Zhao
|
cc9ff77dd2
|
Make <a target="_blank"> open window by default
|
2014-10-27 23:46:47 +08:00 |
|
Cheng Zhao
|
f44be28309
|
doc: "new-window" event of WebContents
|
2014-10-27 23:27:33 +08:00 |
|
Cheng Zhao
|
7f4d00fac0
|
Add eval() for FakeWindow
|
2014-10-27 23:07:41 +08:00 |
|
Cheng Zhao
|
bdad1d1753
|
Add focus() and blur() for FakeWindow
|
2014-10-27 23:03:05 +08:00 |
|
Cheng Zhao
|
64ce44d341
|
spec: "new-window" event of BrowserWindow
|
2014-10-27 22:08:24 +08:00 |
|
Cheng Zhao
|
6f41598962
|
Use GuestWindowManager to mange windows created by window.open
|
2014-10-27 21:56:04 +08:00 |
|
Cheng Zhao
|
9c92f2e692
|
spec: "new-window" event of <webview>
|
2014-10-27 19:26:45 +08:00 |
|
Cheng Zhao
|
fefeb39757
|
Add "frameName" as paramter for "new-window" event
|
2014-10-27 19:14:57 +08:00 |
|
Cheng Zhao
|
389e56ce36
|
Route window.open to "new-window" event
|
2014-10-27 18:52:55 +08:00 |
|
Cheng Zhao
|
94818aef26
|
Set "defaultPrevented" when "preventDefault()" is called
|
2014-10-27 17:55:28 +08:00 |
|
Cheng Zhao
|
e9b344b200
|
OVERRIDE => override in atom_api_window.h
|
2014-10-27 16:58:35 +08:00 |
|
Cheng Zhao
|
fb864a8f23
|
Prevent creating popup window from inside WebContents
|
2014-10-27 16:56:28 +08:00 |
|
Cheng Zhao
|
cf4c2d02f3
|
OVERRIDE => override in native_window.h
|
2014-10-27 16:47:50 +08:00 |
|
Cheng Zhao
|
b3dc0bc57e
|
Upgrade brightray
|
2014-10-27 16:47:38 +08:00 |
|
Cheng Zhao
|
0839915538
|
Merge pull request #740 from atom/webview
Implement <webview> tag
|
2014-10-26 19:43:52 +08:00 |
|
Cheng Zhao
|
9e32570dfa
|
Merge pull request #742 from patr0nus/yosemite-fix
Yosemite build fix
|
2014-10-26 19:36:08 +08:00 |
|
Cheng Zhao
|
404e08c0e7
|
Make remote.getCurrentWindow() work in <webview>
|
2014-10-26 19:30:53 +08:00 |
|
Cheng Zhao
|
10a8f3c884
|
Make <webview> work with plugins turned off
|
2014-10-26 14:05:54 +08:00 |
|
Kevin Sawicki
|
9f8ad36f30
|
📝 Minor grammar tweaks
|
2014-10-25 16:03:27 -07:00 |
|
Kevin Sawicki
|
8a4e0a64cf
|
📝 codes -> code
|
2014-10-25 16:00:23 -07:00 |
|
Cheng Zhao
|
db071f8d8e
|
Add specs for <webview>
|
2014-10-25 23:23:49 +08:00 |
|
Cheng Zhao
|
24b4fcea15
|
Add BIND_DONE event for process object
|
2014-10-25 23:21:17 +08:00 |
|
Cheng Zhao
|
e110f5c37c
|
Remove unneeded cleanup code
|
2014-10-25 23:09:45 +08:00 |
|
Cheng Zhao
|
1a93babdbc
|
Fix double freeing guest
|
2014-10-25 22:01:24 +08:00 |
|
Cheng Zhao
|
22e3b9df44
|
Add attribute to turn on node integration in <webview>
|
2014-10-25 20:52:42 +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
|
e7825da0f8
|
Upgrade libchromiumcontent to discard iframe security settings
|
2014-10-25 18:53:24 +08:00 |
|