Jessica Lord
014d80c359
Replace cmd with bash
...
Markdown parser doesn’t recognize cmd.
2015-05-27 12:51:19 -07:00
Cheng Zhao
71ee864d1d
docs: Open devtools in the quick start example
2015-05-21 11:16:39 +08:00
Magica
f960c2dc63
doc: fix typo in pepper flash document
...
Add brackets around `plugins: true`
2015-05-20 18:04:51 +08:00
Cheng Zhao
97a2889fd9
Merge pull request #1663 from khornberg/patch-1
...
Correct link of debugging UI
2015-05-20 17:44:29 +08:00
Magica
6980982e32
ppapi: Add pepper flash tutorial
...
Fix https://github.com/atom/electron/issues/1674
2015-05-19 20:27:12 +08:00
Kyle Hornberg
0097f89adb
Correct link of debugging UI
...
Using the link provided one receives a response of `Cannot GET /[object%20Object]`.
I've tested this on electron 0.25.3 using the example application and node-inspector version 0.10.0.
The url change is the url provided by node-inspector in the terminal window.
2015-05-12 10:29:00 -05:00
Paul Betts
904505bb21
Suggest electron-rebuild for building native modules
2015-05-04 22:39:55 -07:00
Cheng Zhao
921e7e0f91
Merge pull request #1565 from chicoxyzzy/patch-1
...
docs: fix typo
2015-05-04 12:18:04 +08:00
Max Graey
6842ac98c3
revert changes of dist url
2015-05-04 10:13:43 +07:00
Sergey R
abe63ebd84
docs: fix typo
2015-05-04 02:21:07 +03:00
Max Graey
d2ab8322b7
update using-native-node-modules doc
2015-05-02 01:28:17 +07:00
Lee McKinnon
5fa7ae7d72
Fixing typo in desktop-environment-integration.md
...
Missing comma in the 'setUserTasks' as well as a typo in the description under "User tasks (Windows)"
2015-04-30 15:40:30 -04:00
Bhargav Patel
5c5fd377f7
Minor grammatical fixes
...
Fixed some run-on sentances and changed structor of some.
2015-04-23 20:12:04 -04:00
Kevin Sawicki
5c94f7ccd4
Merge pull request #1464 from bnvk/patch-1
...
updated bash path to ./Electron.app/Contents/MacOS/Electron
2015-04-22 14:08:09 -07:00
Florian Hämmerle
ec4d596189
Update quick-start.md
2015-04-22 22:14:50 +02:00
Brennan Novak
bc04e951cf
updated bash path to ./Electron.app/Contents/MacOS/Electron
...
it had the trailing /Atom which no longer exists
2015-04-22 16:22:08 +02:00
Cheng Zhao
fc3026dcfe
Merge branch 'master' of https://github.com/NKMR6194/electron into NKMR6194-master
2015-04-20 19:40:04 +08:00
Cheng Zhao
237b7bedaa
Merge pull request #1428 from SimplyAhmazing/master
...
Documentation Fix: edits quick-start doc file section "The renderer process" segment
2015-04-20 15:51:01 +08:00
SAKATA Sinji
45f022b9db
docs: Atom Shell => Electron in quick-start.md
2015-04-20 00:46:00 +09:00
Cheng Zhao
b0b6747456
docs: Update the rebranding guide
2015-04-17 11:59:40 +08:00
Cheng Zhao
d2682233fd
docs: Atom Shell => Electron
2015-04-16 11:31:12 +08:00
Ahmed Abdalla
3a850b94f5
removes use of passive voice
2015-04-15 14:01:09 -04:00
Ahmed Abdalla
a179e48e3b
fixes spelling typo
2015-04-15 13:58:30 -04:00
Ahmed Abdalla
0d3aaaf0af
edits quick-start "The renderer Process" segment
2015-04-14 23:04:19 -04:00
Cheng Zhao
43fe82e1e5
Merge branch 'master' into rename-to-electron
2015-04-12 21:49:08 +08:00
Cheng Zhao
159e013ce5
docs: Don't mention apm
...
It causes confusions, and it is not convineint any more, see #793 .
2015-04-12 21:46:50 +08:00
Kevin Sawicki
6615ef1054
Atom Shell -> Electron
2015-04-08 10:16:10 -07:00
TJ Krusinski
c98774b3df
add to
in sentence for grammar
...
Simply a small grammar improvement.
2015-04-05 16:18:20 -04:00
Cheng Zhao
fdc07dea17
docs: Say more about what is renderer process and main process
2015-03-29 16:02:31 +08:00
Joseph Dykstra
4a508e0e41
reverted incorrect changes
2015-03-27 07:46:26 -05: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
Cheng Zhao
475f624113
docs: The right way of "set", according to #1126
2015-03-23 10:35:35 +08:00
Cheng Zhao
de76ab97fb
docs: Fix setting GYP_DEFINES on Windows, closes #1126
2015-03-23 10:19:49 +08:00
Cheng Zhao
f5dc8fc80d
docs: How to use asar archive with unpacked files
2015-03-21 19:11:15 +08:00
Cheng Zhao
73ce16fc52
Remove unneeded log
2015-03-20 21:32:10 +08:00
Cheng Zhao
52d596e576
Merge pull request #1202 from xfq/patch-2
...
Update application-packaging.md
2015-03-04 09:36:51 -08:00
Cheng Zhao
1f849ec7b0
Merge pull request #1203 from xfq/patch-3
...
Update online-offline-events.md
2015-03-04 09:27:54 -08:00
Cheng Zhao
610ab0c0a5
Merge pull request #1204 from xfq/patch-4
...
Update using-selenium-and-webdriver.md
2015-03-04 09:27:34 -08:00
Xue Fuqiao
246d6cbcf7
Update using-selenium-and-webdriver.md
...
Update the URI of ChromeDriver.
2015-03-04 21:59:27 +08:00
Xue Fuqiao
29c6d1e46f
Update online-offline-events.md
...
Add HTML5 doctype.
2015-03-04 21:29:02 +08:00
Xue Fuqiao
92c76bac2b
Update application-packaging.md
...
`BrowserWindow` should be used in browser scripts instead of client scripts. Move it to the "Node API" section.
2015-03-04 20:16:22 +08:00
Xue Fuqiao
dab9dad9db
Update quick-start.md
...
node-webkit has been renamed to nw.js.
2015-03-04 16:18:51 +08:00
Yoshua Wuyts
a26976a161
docs: update wording in application-packagaging
...
Minor tweak, should make the sentence a bit more fluent. Thanks!
2015-02-08 12:04:02 +01:00
Cheng Zhao
137f3b8439
docs: forBrowser is now required for webdriver
2015-02-03 11:38:22 -08: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
37d278de34
docs: Use file: instead of asar:
2015-01-31 18:48:11 -08:00
Cheng Zhao
fe81e5b32d
Use https://atom.io/download/atom-shell as headers download URL
2015-01-23 12:16:49 -08:00
Cheng Zhao
45c2cda6bb
docs: Mention the GYP_DEFINES way of rebranding
2014-12-29 12:12:04 -08:00
Cheng Zhao
5c65f037b0
docs: Update Application Distribution
2014-12-29 10:46:15 -08:00
Paul Betts
e87876671f
Add some documentation about renaming Atom Shell
2014-12-07 21:38:29 -08:00