Paul Betts
|
c99b20206c
|
Misc copy fixups
|
2014-11-14 19:15:11 -08:00 |
|
Paul Betts
|
d97155d7b0
|
Point people towards VS2013 Community Edition
|
2014-11-14 19:14:27 -08:00 |
|
Paul Betts
|
10af87008d
|
Remove Cygwin suggestion
|
2014-11-14 19:14:10 -08:00 |
|
Paul Betts
|
ed633b3250
|
Powershell'ify everything
|
2014-11-14 19:13:40 -08:00 |
|
Cheng Zhao
|
e0fddcb7ce
|
Merge pull request #826 from statico/patch-1
Update Windows build instructions
|
2014-11-15 10:52:12 +08:00 |
|
Cheng Zhao
|
7943f7f7eb
|
linux: Link necessary libraries
This fixes linking problem on some systems, see #500.
|
2014-11-15 10:16:48 +08:00 |
|
Ian Langworth ☠
|
bef6909218
|
Update Windows build instructions
I encountered a few problems when trying to build atom-shell under Windows.
|
2014-11-13 19:11:56 -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
|
bd1f0e78a8
|
docs: original-fs module
|
2014-11-12 11:58:03 +08:00 |
|
Cheng Zhao
|
57bfc63d23
|
docs: "httpreferrer" attribute of <webview>
|
2014-11-12 10:34:54 +08:00 |
|
Cheng Zhao
|
62fd76f7e4
|
docs: crashRepoter.getLastCrashReport
|
2014-11-11 20:20:36 +08:00 |
|
Cheng Zhao
|
94084639f2
|
Merge pull request #806 from atom/symbols-server
Upload PDB to S3 when publishing and add docs on setting up symbol server
|
2014-11-11 09:28:39 +08:00 |
|
Paul Betts
|
212cd67f08
|
Ports are limited to 64k
|
2014-11-10 11:53:12 -08:00 |
|
Cheng Zhao
|
4a1b6d76b2
|
docs: Update symbol server address
|
2014-11-10 23:24:13 +08:00 |
|
Cheng Zhao
|
621867e518
|
docs: Setting up symbol server in debugger
|
2014-11-10 16:09:13 +08:00 |
|
Cheng Zhao
|
111dcbac25
|
Merge pull request #794 from atom/webivew-preload
Add "preload" attribute for <webview>
|
2014-11-06 16:04:36 +08:00 |
|
Cheng Zhao
|
e28bdcdd46
|
docs: "preload" attribute of <webview>
|
2014-11-06 15:51:33 +08:00 |
|
Cheng Zhao
|
2637cafda5
|
Merge pull request #791 from brentertz/online-offline-events-tutorial
Online/offline event detection tutorial
|
2014-11-06 14:02:42 +08:00 |
|
Cheng Zhao
|
c764b7b023
|
docs: Mention the side effect of "fullscreen" option, fixes #792
|
2014-11-06 10:16:28 +08:00 |
|
Brent Ertz
|
522ae765ea
|
Updates per PR feedback
* Use backticks instead of quotes around code object
* Remove path.join usage
* Dasherize event names
|
2014-11-05 11:21:18 -07:00 |
|
Brent Ertz
|
9cf3811a56
|
Add tutorial on online/offline event detection
|
2014-11-05 07:49:50 -07:00 |
|
Cheng Zhao
|
4788323582
|
docs: "plugins" attribute of <webview>
|
2014-11-05 15:02:37 +08:00 |
|
Cheng Zhao
|
033212841d
|
docs: Document the disposition parameter
|
2014-11-04 18:37:06 +08:00 |
|
Cheng Zhao
|
4ebe58df57
|
Also add closeDevTools and isDevToolsOpened for webview
|
2014-11-03 22:12:56 +08:00 |
|
Cheng Zhao
|
cf9f249f07
|
Merge branch 'webview-devtools' of https://github.com/project-infinium/atom-shell into project-infinium-webview-devtools
|
2014-11-03 18:42:18 +08:00 |
|
gray
|
f43c227806
|
update and document openDevTools on web view.
|
2014-11-02 07:20:10 -08:00 |
|
Kevin Sawicki
|
490efe69f4
|
📝 a -> an
|
2014-11-02 07:20:00 -08:00 |
|
Subash Pathak
|
996e2bdc69
|
Update web-view-tag.md
|
2014-10-30 20:52:00 +05:45 |
|
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 |
|
Stefan Buck
|
eaa5e136b6
|
fix broken links
|
2014-10-27 22:43:29 +01:00 |
|
Cheng Zhao
|
f44be28309
|
doc: "new-window" event of WebContents
|
2014-10-27 23:27:33 +08:00 |
|
Cheng Zhao
|
fefeb39757
|
Add "frameName" as paramter for "new-window" event
|
2014-10-27 19:14:57 +08:00 |
|
Cheng Zhao
|
0839915538
|
Merge pull request #740 from atom/webview
Implement <webview> tag
|
2014-10-26 19:43:52 +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
|
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
|
69bcc8e831
|
Add docs on our custom web elements
|
2014-10-25 14:58:32 +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
|
4ccb0cccf3
|
Rename web-view module to web-frame
|
2014-10-24 18:45:03 +08:00 |
|
Cheng Zhao
|
5b167e3684
|
Mention clang 3.4 is required, refs #735
|
2014-10-24 09:55:31 +08:00 |
|
Cheng Zhao
|
b06d59fcb2
|
linux: Add libdbus-1-dev as requirement
|
2014-10-21 15:01:24 +08:00 |
|
Cheng Zhao
|
cb9bdbf247
|
docs: Add BrowserWindow.showInactive()
|
2014-10-17 22:49:21 +08:00 |
|
Bruce Mitchener
|
2fa0b1117c
|
[docs] Clean up some grammar around ASAR.
|
2014-10-14 08:16:22 +07:00 |
|
Josh Marinacci
|
7659edd139
|
speling error.
|
2014-10-02 14:51:05 -07:00 |
|