appetizermonster
39e3506add
Fix typo
2015-08-29 18:04:30 +09:00
Jessica Lord
609961a1de
Merge pull request #2585 from atom/jl-std-docs-2
...
Standardize: clipboard, content-tracing, crash-reporter
2015-08-28 13:51:16 -07:00
Jessica Lord
6277a65bb7
Merge pull request #2535 from atom/jl-br-win
...
Updating Browser Window Documentation
2015-08-28 11:31:08 -07:00
Jessica Lord
26f7f2ab21
Merge pull request #2602 from atom/jl-std-docs-3
...
Standardize Docs: dialog, file-object, frameless-window
2015-08-28 11:30:18 -07:00
Jessica Lord
aa03fddb62
contentTracing → tracing → content-tracing
2015-08-28 10:57:20 -07:00
Jessica Lord
bbf2cbb6f6
Small edits
2015-08-28 10:50:30 -07:00
Jessica Lord
221eff7fec
⬇️ list level
2015-08-28 10:50:02 -07:00
Jessica Lord
c2073a3c45
Consolidate note on experimental APIs
2015-08-28 10:34:48 -07:00
Tim Ruffles
4bc9bf7654
improve advice on callbacks passed from renderer to main
...
Remote is a great feature, it's a shame to put people off unnecessarily. I think the original warnings given are too extreme
The potential bugs that stem from not cleaning up event handlers (or any reference) are present in any Javascript code. We don't avoid using event-handlers in the DOM because we might forget to clean them up!
I've added an example of the behaviour of return values from synchronously called callbacks from renderer, and have changed the advice from 'you shouldn't do this' to 'be careful when you do this'.
2015-08-27 17:10:02 +01:00
Jessica Lord
f74d7d71e6
Edits per inline comments
2015-08-27 08:11:51 -07:00
Cheng Zhao
8a09cf5369
Add webFrame.setZoomLevelLimits API
2015-08-27 22:08:25 +08:00
Jessica Lord
586b407103
Small edits and line wrap
2015-08-26 16:41:25 -07:00
Jessica Lord
715a88026e
Small edits
2015-08-26 16:28:44 -07:00
Jessica Lord
3001ef7980
General text edits to content-tracing
2015-08-26 14:56:00 -07:00
Jessica Lord
0a4144e67a
Merge branch 'master' into jl-std-docs-2
2015-08-26 14:26:36 -07:00
Jessica Lord
71fa87e4ed
Note about platform specific apis
2015-08-26 14:14:59 -07:00
Jessica Lord
4e781eb042
Add platform labels
2015-08-26 14:05:47 -07:00
Jessica Lord
5f1897713c
Edits, grammar, punctuation and merge conflicts
2015-08-26 13:57:42 -07:00
Jessica Lord
38b519ceb5
Add (optional) notation
2015-08-26 10:45:57 -07:00
Jessica Lord
71f74f4042
Add platform label where applicable
2015-08-26 10:45:57 -07:00
Jessica Lord
c282d4c0ff
Line wrap 80-col
2015-08-26 10:45:57 -07:00
Jessica Lord
00de81771c
Text edits per commit comments
2015-08-26 10:45:16 -07:00
Jessica Lord
840095b444
Break out methods, standardize
2015-08-26 10:45:15 -07:00
Jessica Lord
ac84f56e36
Merge pull request #2533 from atom/jl-snd-docs
...
Standardize Docs: app, auto-updater, styleguide
2015-08-25 14:37:48 -07:00
Jessica Lord
aeb37941bb
Replace platform notes with one general note
2015-08-25 10:12:21 -07:00
Jessica Lord
f4783772c5
Merge branch 'master' into jl-std-docs-2
2015-08-25 06:10:04 -07:00
Jessica Lord
76416d5e47
Standardize frameless-window
2015-08-25 05:56:38 -07:00
Plusb Preco
1065374db4
Merge remote-tracking branch 'atom/master'
2015-08-25 21:56:37 +09:00
Jessica Lord
864c8df639
Standardize file-object
2015-08-25 05:48:24 -07:00
Jessica Lord
81ed608b9c
Standardize dialog
2015-08-25 05:46:06 -07:00
Jessica Lord
d2288815f8
List punctuation in crash-reporter
2015-08-25 05:18:02 -07:00
Jessica Lord
2c7ccffe1a
Line wrap at 80-col
2015-08-25 05:16:20 -07:00
Jessica Lord
a67767dbea
Standardize crash-reporter
2015-08-25 05:01:57 -07:00
Jessica Lord
703ced32db
Standardize content-tracing
2015-08-25 04:49:48 -07:00
Plusb Preco
5dc5f52f32
Fix typos and improve grammer, translate more files
...
Translate content-tracing-ko.md file.
Fix typos, improve grammer in tutorials and update as upstream.
2015-08-25 14:43:37 +09:00
Cheng Zhao
a14739bde9
Merge pull request #2553 from etiktin/patch-3
...
Update dialog.md with info about filter extensions
2015-08-25 12:49:13 +08:00
Plusb Preco
5a37f96434
Remove comments about remote buffer
...
Remove comments about remote buffer in browser-window.md, because remote
buffer now supports in remote module.
2015-08-25 10:14:52 +09:00
Jessica Lord
7f72207e66
Add platform label where applicable
2015-08-24 15:33:07 -07:00
Jessica Lord
90392e9231
Standardize clipboard
2015-08-24 14:35:43 -07:00
Jessica Lord
d87c8a8291
Add optional notation
2015-08-24 14:56:19 +02:00
Jessica Lord
9b84dc4e1a
Line wrap 80
2015-08-24 14:38:29 +02:00
Jessica Lord
6c984fac7c
Add file to KO translation docs
2015-08-22 14:23:57 +02:00
Jessica Lord
3f52a91312
Create directory for KO translations
2015-08-22 14:21:01 +02:00
Eran Tiktin
c686fc4d6b
Made sure that lines are not longer than 80 characters
2015-08-22 05:09:37 +03:00
Eran Tiktin
db2f0a68e8
Update dialog.md with info about filter extensions
...
There was some confusion about the correct way to add an `All Files` filter (see #2525 ), so I added it to the example.
Also added a short note about the extension syntax.
This is related to PR #2547 .
2015-08-21 21:18:37 +03:00
Cheng Zhao
d7cf460918
docs: callback => completion in some places
2015-08-21 20:16:56 +08:00
Cheng Zhao
9212a1db8e
Merge branch 'master' into chrome44
2015-08-21 19:29:34 +08:00
Cheng Zhao
ec18c2f354
Merge pull request #2453 from etiktin/nativeimage_ico_support_windows
...
Add support for using .ico icon files on Windows
2015-08-21 11:45:12 +08:00
Cheng Zhao
01921ee6fa
Merge branch 'master' of https://github.com/preco21/electron into preco21-master
...
Conflicts:
docs/api/browser-window-ko.md
2015-08-21 11:30:47 +08:00
Plusb Preco
ad24c11f32
Merge remote-tracking branch 'atom/master'
2015-08-21 11:41:07 +09:00