Jakukyo Friel
123e20c688
doc atom-shell-vs-node-webkit: typo
2014-05-08 15:38:28 +08:00
Cheng Zhao
7c9c3170f5
Merge pull request #266 from dougnukem/patch-2
...
Update "app" to "your-app" to avoid module collision with require('app')
2014-05-08 12:22:00 +08:00
Kramer Campbell
72f6575fc4
Correct WebContents send example.
2014-05-07 16:32:02 -07:00
Doug Daniels
90538d0e16
Update "app" to "your-app" to avoid module collision with require('app')
...
If you name your app's folder `app/` and if you run the atom-shell from the directory above that, it will result in an error, which I believe is caused by resolving `require('app')` to your `app/` folder.
So just to avoid confusion where someone might create an app with that folder and run the atom-shell from that directory.
I wrote up some details getting atom-shell working using the grunt plugin.
- https://github.com/atom/atom-shell/issues/256#issuecomment-42464026
2014-05-07 14:21:13 -05:00
SAKATA Sinji
1bce2ec0e9
Fixed typos
2014-05-07 20:04:14 +09:00
Pascal Borreli
831c7f5924
Fixed typos
2014-05-07 07:34:53 +01:00
andy matthews
f263a8e9d5
Capitilization, grammar, and punctuation changes
2014-05-07 00:06:35 -05:00
Cheng Zhao
f280590adf
Merge pull request #255 from dougnukem/patch-1
...
minor spelling fix and grammar
2014-05-07 10:00:11 +08:00
Cheng Zhao
779e7765ae
💄 Fix format.
2014-05-07 09:47:58 +08:00
Cheng Zhao
f25480dec5
📝 Say more on sending messages from browser to web page.
2014-05-07 09:45:39 +08:00
Doug Daniels
70194d2632
minor spelling fix and grammar
2014-05-06 20:30:58 -05:00
Cheng Zhao
d0b8b478fc
Merge pull request #246 from Dorian/patch-1
...
Update quick-start.md: Minor wording changes
2014-05-07 08:38:04 +08:00
Dan Schuman
0c9794eefa
Update atom-shell-vs-node-webkit.md
2014-05-06 09:52:24 -07:00
Dan Schuman
2a22a47322
missing adjective =)
2014-05-06 09:46:29 -07:00
Dorian Marié
38178fb3c8
Quick-start.md: Emphasis on important concepts of atom-shell
2014-05-06 13:04:13 -03:00
Dorian Marié
ca845aa35e
Update quick-start.md: Minor wording changes
2014-05-06 12:55:34 -03:00
Cheng Zhao
444a094eda
Fix subtitle
2014-05-06 15:22:29 +08:00
Cheng Zhao
d2f3d83678
💄 Remove redundant empty line.
2014-05-06 15:20:47 +08:00
Cheng Zhao
5eb2b33018
📝 Add technical differences to node-webkit, fixes #242 .
2014-05-06 15:16:54 +08:00
Cheng Zhao
5b5651882e
Squirrel.Mac is open sourced.
2014-05-06 11:22:03 +08:00
Cheng Zhao
5c55b9412f
📝 Add Synopsis chapter.
2014-05-05 14:49:05 +08:00
Cheng Zhao
5933947000
📝 Simpilify the structure of API references.
2014-05-05 14:24:57 +08:00
Cheng Zhao
fae3cf9a55
📝 Add Squirrel's server settings in auto-updater doc.
2014-05-05 10:07:15 +08:00
Cheng Zhao
37275c64cd
📝 Mention 64/32 bit support on each platform.
2014-05-05 09:48:44 +08:00
Cheng Zhao
9b9cfcfeaa
📝 Update source code structure.
2014-05-04 20:15:20 +08:00
Cheng Zhao
69821cdb96
📝 Separate the application distribution chapter out.
2014-05-04 18:32:12 +08:00
Cheng Zhao
98a49fa155
📝 Update the quick start on writing the app.
2014-04-30 17:28:36 +08:00
Cheng Zhao
aa54df7e44
📝 Simpler introduction in quick start.
2014-04-30 16:39:49 +08:00
Cheng Zhao
a9748f6cc6
📝 Say some more about native node modules.
2014-04-30 15:03:14 +08:00
Cheng Zhao
f7cf3ad867
Restructure the docs to put more tutorials.
2014-04-30 14:52:58 +08:00
Cheng Zhao
b6fa1141fe
📝 Add troubleshooting in windows build instructions.
2014-04-29 11:07:17 +08:00
Cheng Zhao
85f6edb815
📝 Update docs of ipc module.
2014-04-25 17:35:36 +08:00
Cheng Zhao
1fd8deaca7
📝 Add docs on WebContents.
2014-04-25 17:15:26 +08:00
Cheng Zhao
cca0d8d583
📝 Add docs for executeJavaScriptInDevTools.
2014-04-08 12:52:42 +08:00
Cheng Zhao
eaab9b295b
📝 Update docs for new source code structure.
2014-03-16 09:17:45 +08:00
Cheng Zhao
cdf6f3ade9
📝 Add 'accept-first-mouse' to docs.
2014-03-15 19:31:29 +08:00
Cheng Zhao
09ebabfc45
📝 Revise the build instructions on Linux.
2014-03-13 14:20:48 +08:00
Cheng Zhao
6248aeb1ea
📝 Revise the dialog API docs.
2014-03-13 14:09:30 +08:00
Cheng Zhao
b96aee50e1
📝 Mention that iframe is sandboxed by default.
2014-03-10 22:33:34 +08:00
Cheng Zhao
839a751de5
Add 'activate-with-no-open-windows' event for app.
...
Fixes #194 .
2014-03-05 18:09:44 +08:00
Cheng Zhao
e3d67a304f
📝 Notice on sandbox
attribute.
2014-03-04 21:44:15 +08:00
Cheng Zhao
77253abbd7
📝 Mention the change of default security of node integration.
2014-03-04 21:25:43 +08:00
Cheng Zhao
679aa43113
📝 List libraries required for Linux.
2014-02-20 18:56:59 +08:00
Cheng Zhao
2b82eafff4
📝 Update docs on using native modules.
2014-02-20 18:51:57 +08:00
Cheng Zhao
94b3de557e
📝 Add docs on building for Linux.
2014-02-20 18:39:24 +08:00
Cheng Zhao
4051d2ebdb
Merge branch 'master' into linux
...
Conflicts:
atom.gyp
vendor/apm
vendor/brightray
2014-02-14 13:17:00 +00:00
Cheng Zhao
45b626e0cc
📝 Add docs on new auto updater API.
2014-02-02 20:55:35 +08:00
Cheng Zhao
18fdbb6432
Add docs on the node-integration setting.
2014-01-31 15:22:32 +08:00
Cheng Zhao
53a4f34433
📝 Add docs on window events.
2014-01-15 14:42:47 +00:00
Cheng Zhao
b2d4d76bcf
📝 Update docs on source code structure.
2014-01-16 10:31:59 +08:00