Craig Shoemaker
d485cfbca3
Fixed typo
2015-07-24 06:53:55 -07:00
Cheng Zhao
b52c07f650
spec: Make dom-ready spec stronger
2015-07-24 15:48:13 +08:00
Jeffrey Morgan
4de4ef1ccc
Remove change to "mapped onto" in accelerator.md
...
Remove the change to “mapped onto” in `accelerator.md` after feedback
from @OlsonDev.
2015-07-24 07:19:43 +01:00
Craig Shoemaker
959f5d61b7
Windows/Linux compatibility changes
...
- Updated accelerator to cross platform values
- Added a warning to non-Mac users regarding the selector option
2015-07-23 15:04:43 -07:00
Jeffrey Morgan
d9ee8519e9
Correct error in chrome-command-line-switches.md
...
Replace “to” with “in” to correct the error identified in
`chrome-command-line-switches.md` by @OlsonDev.
2015-07-23 20:45:08 +01:00
Jeffrey Morgan
8b4815fd95
Improve grammar and punctuation of crash-reporter.md
...
Improve the grammar, sentence structure, punctuation and formatting of
`crash-reporter.md`.
2015-07-23 18:02:45 +01:00
Jeffrey Morgan
32b84bd3f9
Improve grammar and punctuation of clipboard.md
...
Improve the grammar, sentence structure, punctuation and formatting of
`clipboard.md`.
2015-07-23 18:01:00 +01:00
Jeffrey Morgan
adab769700
Improve grammar and punctuation of chrome-command-line-switches.md
...
Improve the grammar, sentence structure, punctuation and formatting of
`chrome-command-line-switches.md`
2015-07-23 17:59:51 +01:00
Jeffrey Morgan
d138c2970c
Improve grammar and punctuation of auto-updater.md
...
Improve the grammar, sentence structure, punctuation and formatting of
`auto-updater.md`.
2015-07-23 17:57:42 +01:00
Jeffrey Morgan
452619990e
Improve grammar and punctuation of accelerator.md
...
Improve the grammar, sentence structure, punctuation and formatting of
`accelerator.md`.
2015-07-23 17:55:57 +01:00
Cheng Zhao
cc2a9f617d
Add noLink option for showMessageBox
2015-07-23 17:25:37 +08:00
Cheng Zhao
72eb87a631
Make the extraSize of BrowserWindow.setAspectRatio optional
2015-07-23 10:14:02 +08:00
Cheng Zhao
ea1b89c699
Merge pull request #2250 from EyeSee360/master
...
Maintain an aspect ratio for content within a window
2015-07-23 09:45:42 +08:00
Eran Tiktin
d701e1aa40
Update dialog.md
...
Added a comment about the fact that on Windows, the "question" message box uses the same icon as the "info" message box (Electron uses the task dialog API instead of the message box API). This is because Microsoft's API doesn't supply a default question icon (see `pszIcon` in https://msdn.microsoft.com/en-us/library/windows/desktop/bb760540(v=vs.85).aspx ).
2015-07-22 18:13:50 +03:00
Michael S. Barthelemy
6d25c81bd1
changes requested for pull request #2250 into electron master
2015-07-22 10:23:31 -04:00
Haojian Wu
462e6e0a82
Implement getUserAgent API.
2015-07-22 12:25:10 +08:00
Cheng Zhao
59269a70a0
docs: Mention libappindicator1 is required, close #1347
2015-07-21 11:27:43 +08:00
Cheng Zhao
dbab889fcc
Merge pull request #2232 from atom/status_item_view
...
Introduce custom status item view on OS X.
2015-07-21 10:36:19 +08:00
Haojian Wu
d342c9a6df
Implement 'drop-files' tray event on OS X.
2015-07-20 20:06:15 +08:00
Cheng Zhao
a1f0c24bf4
Merge pull request #2270 from UsabilityEtc/patch-1
...
Improve grammar and sentence structure of app.md
2015-07-20 18:40:09 +08:00
Robo
d3055a5ca0
session: api to set proxy
2015-07-20 15:21:47 +05:30
Matias Insaurralde
73790fcef5
preparing README-es
2015-07-19 17:39:59 -04:00
Jeffrey Morgan
5010c15ffc
Improve grammar and sentence structure of app.md
...
Improve the grammar and sentence structure of app.md. Replace references to Mac with OS X for consistency with other docs and use the OS X nomenclature of notification rather than message.
2015-07-18 15:40:01 +01:00
Cheng Zhao
8cf9df2d8d
docs: Mention null session of RequestHttpJob
2015-07-16 15:17:45 -07:00
Cheng Zhao
3145c78b61
Merge pull request #2207 from deepak1556/fetch_job_patch
...
protocol: create separate request context for fetch job
2015-07-16 15:14:45 -07:00
Robo
57244e4718
use request context from session if provided
2015-07-16 20:18:33 +05:30
Cheng Zhao
db6d8de5dc
docs: Say more about standard scheme
2015-07-16 06:32:09 -07:00
Cheng Zhao
652843f447
Merge pull request #2234 from astoilkov/patch-1
...
fix typo in browser-window.md
2015-07-16 04:34:23 -07:00
Cheng Zhao
78e55414d4
Merge pull request #2235 from mhkeller/doc-json-fix
...
valid example json, fix https://github.com/atom/electron/issues/2228
2015-07-16 02:53:59 -07:00
Haojian Wu
17628b3e40
📝 tray.popContextMenu API.
2015-07-16 11:53:13 +08:00
Jeffrey Morgan
4baaf03ac7
Improve grammar and comments
...
Improve the grammar and sentence structure of the text and improve the code comments.
2015-07-15 16:48:24 -07:00
Cheng Zhao
c2bfc60a59
Merge pull request #2216 from UsabilityEtc/patch-1
...
Improve grammar and code formatting
2015-07-15 16:44:20 -07:00
Cheng Zhao
f78dcfb8e0
Merge pull request #2214 from PButcher/patch-1
...
Update window-open.md
2015-07-15 16:43:50 -07:00
Cheng Zhao
91bfd1f77c
Merge pull request #2206 from dalinaum/patch-1
...
Update README-ko.md
2015-07-15 13:14:05 -07:00
Cheng Zhao
9ee0d46734
Use CTRL+SHIFT+I for toggling devtools, fix #2205
2015-07-15 13:11:01 -07:00
mhkeller
ca2cb9c9ba
valid example json, fix https://github.com/atom/electron/issues/2228
2015-07-15 10:34:33 -04:00
Antonio Stoilkov
00c484c68b
fix typo in browser-window.md
2015-07-15 17:29:02 +03:00
Haojian Wu
38c33d69ae
📝 'right-clicked' doc.
2015-07-15 20:13:59 +08:00
Jeffrey Morgan
ce24226128
Update global-shortcut.md
...
Improved the grammar and code formatting of global-shortcut.md.
2015-07-14 16:58:15 +01:00
Peter Butcher
b3c51e46e7
Update window-open.md
...
Just an irritating typo.
2015-07-14 16:37:52 +01:00
Cheng Zhao
886db7a3f2
Merge pull request #2195 from atom/jl-docs-typo
...
Fix docs typo
2015-07-14 08:35:33 -07:00
Cheng Zhao
e5f852d7d5
docs: Adds the dependencies of arm target
...
Close #2181
2015-07-13 15:26:35 -07:00
Cheng Zhao
3ef54147c9
Merge pull request #2179 from deepak1556/proxy_patch
...
doc: kProxyPacUrl support
2015-07-13 15:14:58 -07:00
Cheng Zhao
868dee55de
The options of clearStorageData should be optional
2015-07-13 15:13:17 -07:00
Cheng Zhao
6840d424cd
docs: Add WebContents.session
2015-07-13 12:41:07 -07:00
Cheng Zhao
34819140c3
Merge pull request #2102 from deepak1556/storage_cleanup_api_patch
...
app: api to clear data from different storage types
2015-07-13 12:34:48 -07:00
LYK
eadd2f8de6
Update README-ko.md
...
Remove a personal email address and repository.
2015-07-13 23:29:06 +09:00
Jessica Lord
1249196118
Fix docs typo
...
It was breaking the docs site build because it's a code block type
2015-07-11 19:46:26 -07:00
Robo
e0e4c1b54c
doc: kProxyPacUrl support
2015-07-10 13:56:21 +05:30
Robo
628fb5f5e9
app: api to clear data from different storage types
2015-07-10 11:31:30 +05:30
Cheng Zhao
a24d2921af
Merge pull request #2164 from hankbao/global-shortcut-doc-update
...
Update global-shortcut.md
2015-07-10 13:33:07 +08:00
Cheng Zhao
7a390bdd4c
Merge pull request #2125 from deepak1556/protocol_cleanup
...
protocol: cleanup
2015-07-10 12:16:17 +08:00
Robo
2d3e938a7f
clipboard: api to write multiple formats to same writer
2015-07-10 09:20:52 +05:30
Hank Bao
fc9612a5ed
Fix sample code indention
2015-07-09 22:49:16 +08:00
Robo
2cd5fb5694
add compatibility will old api
2015-07-09 14:48:58 +05:30
Robo
da00329d78
protocol: cleanup
2015-07-09 14:48:58 +05:30
Hank Bao
fb99bfac52
Update sample code in global-shortcut.md
2015-07-09 17:03:58 +08:00
Hank Bao
7b19b6b4f2
Update global-shortcut.md
...
Make it clear that the `global-shortcut` module should not be used until the ready event of app module gets emitted.
2015-07-09 12:30:37 +08:00
Cheng Zhao
aab78db8b8
On Windows "Cancel" button is also forced to be canclId
2015-07-08 16:00:30 +08:00
Cheng Zhao
2e51afcd9e
Merge pull request #2150 from mattdesl/patch-2
...
improve docs on toJpeg(quality)
2015-07-08 11:10:16 +08:00
Cheng Zhao
fdc01b8ba8
Merge pull request #2146 from atom/cancel-id
...
Add "cancelId" option for showMessageBox
2015-07-08 10:08:39 +08:00
Cheng Zhao
e0528655a8
Merge pull request #2133 from atom/app_dir_api
...
Implment app.getAppPath API.
2015-07-08 10:08:22 +08:00
Matt DesLauriers
08983e1ba9
improve docs on toJpeg(quality)
2015-07-07 20:20:20 -04:00
Cheng Zhao
7d456d3556
docs: cancelId
2015-07-07 18:51:49 +08:00
Haojian Wu
a2857d2dca
Implment app.getAppPath API.
2015-07-07 17:37:53 +08:00
Cheng Zhao
3e6394a004
gtk: Map dialog type to message box type
2015-07-07 17:21:30 +08:00
Matt DesLauriers
0c0446e254
explain the process.platform check
2015-07-06 20:38:38 -04:00
Florian Brinker
7231de7c2b
Update using-native-node-modules.md
...
update to newest version and x64 fix for popular systems
2015-07-06 14:05:15 +02:00
Cheng Zhao
3064afbac4
Merge pull request #2119 from deepak1556/linux_doc_patch
...
doc: linux troubleshooting libtinfo.so.5 not found
2015-07-06 12:29:40 +08:00
Cheng Zhao
9f0571772d
Merge pull request #2117 from tommoor/patch-4
...
Fixed and clarified crash-reporter documentation
2015-07-06 09:55:50 +08:00
Cheng Zhao
07cf2eac4e
Merge pull request #2113 from atom/libchromiumcontent-mirror
...
Allow downloading prebuilt libchromiumcontent binaries from mirror
2015-07-06 09:52:43 +08:00
Cheng Zhao
822efa2f97
Merge pull request #2109 from krainboltgreene/patch-1
...
Typo in function name for remote
2015-07-05 22:55:09 +08:00
Haojian Wu
f5b502186b
📝 Add mirror address description.
2015-07-05 22:50:36 +08:00
Cheng Zhao
4e94e0c82f
Merge pull request #2093 from preco21/master
...
Translate docs into korean #2 + added link of power-save-blocker API to README
2015-07-05 21:21:56 +08:00
Robo
c7518f84f8
doc: linux troubleshooting libtinfo.so.5 not found
2015-07-04 10:52:18 +05:30
Tom Moor
cb3e758bc6
Fixed and clarified crash-reporter documentation
...
It was unclear to us until we looked through the atom source code that crashReporter.start must be ran in each renderer process
2015-07-03 11:34:36 -07:00
Kurtis Rainbolt-Greene
6902b876a8
Typo in function name for remote
2015-07-02 21:58:31 -05:00
Cheng Zhao
5ccc909f2f
Merge pull request #2094 from atom/arm
...
Add arm build
2015-07-02 16:04:37 +08:00
Cheng Zhao
a367934b95
docs: Cross compilation
2015-07-02 15:55:21 +08:00
Plusb Preco
dcd10d1e4b
Translated API docs, added power-save-blocker API to README
2015-07-01 14:57:14 +09:00
Plusb Preco
783e4bc591
Translate some apis
2015-07-01 03:42:29 +09:00
Shaine Ismail
11cfe20395
Update build-instructions-windows.md
...
Very very very minor typo
2015-06-30 13:00:20 +01:00
Plusb Preco
fcf4da1097
Fix charsets, add more translated files
2015-06-29 21:41:11 +09:00
Kevin Sawicki
4b4654ec71
Merge pull request #2066 from atom/doc-type-error
...
📝 Fix a type error.
2015-06-26 08:24:33 -06:00
Glen Maddern
19daed9479
electron-installer not atom-shell-installer
...
<3
2015-06-26 14:17:52 +10:00
Plusb Preco
ebb031dafe
Fix typos, add more files
2015-06-26 13:06:12 +09:00
Plusb Preco
bf5b084945
Fix some typos and translate more files
2015-06-26 13:06:10 +09:00
Cheng Zhao
e6f3c4c22b
Merge pull request #2002 from atom/app-commands-win32
...
Windows App Commands
2015-06-26 11:43:08 +08:00
Cheng Zhao
b5ff77ef0d
Small cleanups
2015-06-26 11:20:12 +08:00
Haojian Wu
80e02d945c
📝 Fix a type error.
2015-06-26 10:47:50 +08:00
Cheng Zhao
a3ec50437d
Rename event name to gpu-process-crashed
2015-06-26 10:34:38 +08:00
Cheng Zhao
5b5393e82b
docs: gpu-crashed is moved to app
2015-06-26 10:34:13 +08:00
Paul Betts
2a2158e0e3
📝 consistency
2015-06-25 11:29:58 -06:00
Paul Betts
b98154431c
📝 app commands
2015-06-25 11:29:25 -06:00
deepak1556
0fbd908fb6
app: event to pass client certificate data
2015-06-25 21:29:21 +05:30
Cheng Zhao
f93d50c380
Merge pull request #2025 from atom/power-save-blocker-api
...
Power save blocker API
2015-06-24 18:53:10 +08:00
Haojian Wu
13784e6551
More updates: use string instead of integer to identify blocker type.
2015-06-24 13:06:39 +08:00
Cheng Zhao
7b542b88f0
Merge pull request #2028 from preco21/master
...
Translate docs to korean (Re PR)
2015-06-23 11:12:23 +08:00
Cheng Zhao
3519dd96ee
Merge pull request #2019 from atom/pdf-api-doc
...
Add usage sample code of printToPDF API.
2015-06-23 10:20:46 +08:00
Cheng Zhao
19963bfcd1
Merge pull request #1981 from atom/cookies-api
...
Implement Cookies api
2015-06-23 10:04:42 +08:00