Kevin Sawicki
37b18243f4
Bump v1.4.8
2016-11-22 14:02:52 -08:00
Kevin Sawicki
e356168c9a
Merge pull request #8047 from electron/fix-incorrect-window-size
...
Fix incorrect window size after restore on Windows
2016-11-22 14:01:50 -08:00
Kevin Sawicki
6f29d7211e
Move restore/unmaximize specs near state ones
2016-11-22 13:32:39 -08:00
Kevin Sawicki
414db313c6
Merge pull request #8056 from electron/mocha-only-check
...
Check runner.hasOnly for focused spec check
2016-11-22 13:30:08 -08:00
Kevin Sawicki
63eec70350
Assert bounds when restoring
2016-11-22 13:22:30 -08:00
Kevin Sawicki
c0d9175bc3
Try specs without setTimeout calls
2016-11-22 13:14:17 -08:00
Kevin Sawicki
89965aa5db
Check runner.hasOnly for focused spec check
2016-11-22 13:06:18 -08:00
Kevin Sawicki
238beb72ee
Remove .only call
2016-11-22 11:41:02 -08:00
Zeke Sikelianos
6c046704c7
Merge pull request #8022 from electron/lint-required-and-optional-params
...
use updated docs linter with required param parsing
2016-11-22 10:47:32 -08:00
Zeke Sikelianos
5dc4b22d31
Merge pull request #7992 from electron/process-doc-followup
...
Process doc followup
2016-11-22 10:46:57 -08:00
Kevin Sawicki
95ab4815de
Merge pull request #8041 from electron/webview-zoom-factor
...
Add new method to set layout-based zoom level limit
2016-11-22 09:08:00 -08:00
Kevin Sawicki
a7aed98d59
Add initial spec for zoom level limits
2016-11-22 08:43:14 -08:00
Kevin Sawicki
c4b68d88e9
Add setZoomLevelLimits to planned breaking changes
2016-11-22 08:11:14 -08:00
Kevin Sawicki
d4368fabb9
Add 2.0 comment about setZoomLevelLimits
2016-11-22 08:09:14 -08:00
Kevin Sawicki
9a5df9da41
Expose setVisualZoomLevelLimits on webContents and <web-view>
2016-11-22 08:07:55 -08:00
Kevin Sawicki
756a338b05
Document webFrame.setVisualZoomLevelLimits as public
2016-11-22 08:03:04 -08:00
Kevin Sawicki
e887fb69bd
Export a setVisualZoomLevelLimits method
2016-11-22 07:53:02 -08:00
Kevin Sawicki
fb5bca8bc5
Merge pull request #8046 from electron/bengotow/url-schemes-docs-patch
...
Update open-url docs to mention NSPrincipalClass
2016-11-22 07:50:13 -08:00
Kevin Sawicki
0d317a2e49
Add backticks around Info.plist
2016-11-22 07:49:56 -08:00
Kevin Sawicki
77e317c1eb
Merge pull request #8043 from electron/crash-reporter-docs
...
crash-reporter -> crashReporter
2016-11-22 07:49:11 -08:00
Samuel Attard
97b4f12112
Fix linting issues
2016-11-22 16:13:08 +11:00
Samuel Attard
926cabec78
Add spec for maximize restore positioning
2016-11-22 16:07:19 +11:00
Samuel Attard
621a934160
Fix maximize --> unmaximize positioning issue
2016-11-22 16:07:05 +11:00
Samuel Attard
c65033a13b
Revert "incorrect position when restored from maximize-on-top-drag under Windows #7630 "
...
This reverts commit a2b3abbf47 .
2016-11-22 15:49:56 +11:00
Samuel Attard
67f33cdb60
Add failing spec for window size after restore
2016-11-22 15:49:47 +11:00
Ben Gotow
964c88a189
Update open-url docs to mention NSPrincipalClass
...
We got bit by a nasty bug today - if you change your app's info.plist `NSPrincipalClass` to something other to `AtomApplication` (We set it to NylasApplication via a bad find-replace), everything works except open-url is never fired. Add a small reference to the docs so folks know to check this key.
2016-11-21 16:55:18 -08:00
Kevin Sawicki
62b39d58ca
crash-reporter -> crashReporter
2016-11-21 15:42:24 -08:00
Paul Betts
3e85d7759b
📝
2016-11-21 15:16:13 -05:00
Paul Betts
7445f9bdcc
Lint
2016-11-21 15:13:34 -05:00
Paul Betts
e2649ce7d8
Add new method to set layout-based zoom level limit
2016-11-21 14:59:55 -05:00
Kevin Sawicki
71f94c7a3a
Merge pull request #8030 from LuisHsu/master
...
zh_TW translation of tutorial docs
2016-11-21 09:53:25 -08:00
Kevin Sawicki
41d6207376
Merge pull request #8027 from bowbowbow/patch-1
...
Fix missed parameter in example.
2016-11-21 09:51:44 -08:00
Kevin Sawicki
82d17cb05d
Merge pull request #7993 from electron/get-user-default-crash
...
Prevent systemPreferences.getUserDefault crash for missing arrays/dictionaries
2016-11-21 09:50:37 -08:00
Kevin Sawicki
26137977cd
Fix crash when return value pointer is null
2016-11-21 09:22:30 -08:00
Kevin Sawicki
cbffd598f9
Add failing spec for unknown user defaults
2016-11-21 09:22:30 -08:00
Kevin Sawicki
2e35b1c855
Merge pull request #7776 from electron/zoom-to-web-contents-size
...
Add zoomToPageWidth window option
2016-11-21 09:21:55 -08:00
Kevin Sawicki
ea6b53578f
Mention preferred size
2016-11-21 08:45:46 -08:00
Kevin Sawicki
2fc46f638f
🎨
2016-11-21 08:45:46 -08:00
Kevin Sawicki
a991570677
intrinsicWidth -> pageWidth
2016-11-21 08:45:46 -08:00
Kevin Sawicki
d4ba5b4638
Add spec for zoomToPageWidth
2016-11-21 08:45:46 -08:00
Kevin Sawicki
b02c0e6f46
Remove unneeded proportion calculation
2016-11-21 08:45:46 -08:00
Kevin Sawicki
7916981da2
zoomToContentSize -> zoomToPageWidth
2016-11-21 08:45:46 -08:00
Kevin Sawicki
7896ee23a2
Document zoomToContentSize
2016-11-21 08:45:46 -08:00
Kevin Sawicki
c5790e39dc
Add support for zooming to content size
2016-11-21 08:45:46 -08:00
Zeke Sikelianos
8bc3dcd17a
Merge pull request #8031 from muryoimpl/fix-broken-link-in-api-dialog
...
Fix typo in docs/api/dialog
2016-11-20 17:54:47 -08:00
muryoimpl
eab5376c25
Fix typo
2016-11-21 00:49:11 +09:00
LuisHsu
56b15eadea
📝 zh_TW of tutorial/accessibility.md
...
[ci skip]
* Translate tutorial/about.md
2016-11-20 22:35:32 +08:00
LuisHsu
61c31f8e21
📝 zh_TW translation of tutorial/about.md
...
[ci skip]
1. Translate tutorial/about.md
2. Fix some broken links
3. Untranslated links are keep in English
2016-11-20 22:01:43 +08:00
bowbowbow
8918770892
I modified missed parameter in example.
...
Below example (in line 43 ~ 45) not working like comment. Because `ipcRenderer` callback function have two parameters (event, arg).
```javascript
ipcRenderer.on('asynchronous-reply', (arg) => {
console.log(arg) // "pong" 출력
})
```
2016-11-20 21:30:50 +09:00
Zeke Sikelianos
94988f89b0
use updated docs linter with required param parsing
2016-11-19 11:34:19 -08:00
Zeke Sikelianos
d6e3360aef
Merge pull request #8009 from deed02392/master
...
Update docs
2016-11-18 08:33:24 -08:00
deed02392
1ee0efbe5c
Merge pull request #1 from deed02392/patch-1
...
Patch 1
2016-11-18 00:38:24 +00:00
George Hafiz
aac31159b8
Update formatting to prevent '[] ()' sequences (e.g. String[] (optional)), which breaks MD rendering on GitHub and hides the array indication
2016-11-18 00:34:48 +00:00
deed02392
0aa1c3c6c3
Update dialog.md
...
Fix syntax to support docs parser and MD.
2016-11-17 22:39:24 +00:00
Kevin Sawicki
02a95a3eba
Merge pull request #7981 from electron/more-menu-item-roles
...
Add reload and toggledevtools menu item roles
2016-11-17 13:04:13 -08:00
Kevin Sawicki
996ddba715
Add rpc error for ELECTRON_BROWSER_MEMBER_GET
2016-11-17 12:29:23 -08:00
Kevin Sawicki
88809b0e0b
Document reload and toggledevtools roles
2016-11-17 10:57:20 -08:00
Kevin Sawicki
88959079bd
Add toggledevtools menu item role
2016-11-17 10:57:20 -08:00
Kevin Sawicki
0698b5f1be
Add reload menu item role
2016-11-17 10:57:20 -08:00
Kevin Sawicki
28c39d5151
Merge pull request #8003 from electron/missing-remote-object-error
...
Throw custom error when remote object is missing from registry
2016-11-17 10:57:03 -08:00
Kevin Sawicki
5427ec4844
Negate code as per node docs
2016-11-17 10:22:29 -08:00
Kevin Sawicki
aef898ad93
Set errno on RPC error
2016-11-17 10:09:29 -08:00
Kevin Sawicki
c05ca68811
Throw custom error when remote object is missing from registry
2016-11-17 09:55:13 -08:00
deed02392
489d873306
Update dialog.md
...
Fix 'properties' type in documentation (was missing `[]` notation due to lack of Markdown escaping).
2016-11-17 07:36:37 +00:00
Cheng Zhao
3834f0c6a6
Merge pull request #7974 from electron/chrome-runtime-response-callback
...
Implement chrome.runtime.onMessage response callback
2016-11-17 13:01:38 +09:00
Samuel Attard
7c26ec8bd4
Remove semicolon
2016-11-17 14:56:44 +11:00
Cheng Zhao
eb63bea87c
Merge branch 'gabriel-master'
2016-11-17 12:15:38 +09:00
Cheng Zhao
5639faf069
Also fix the Windows and Linux side of async openExternal
2016-11-17 12:13:07 +09:00
Cheng Zhao
090a5d9a61
platform_util code should not involve V8 code
2016-11-17 11:22:09 +09:00
Cheng Zhao
622bad1cff
Simplify getting callback
2016-11-17 10:36:16 +09:00
Gabriel Handford
5b260dbee3
Fix win/linux compile (again)
2016-11-17 10:33:24 +09:00
Gabriel Handford
f0ca9dff81
Fix win/linux compile
2016-11-17 10:33:24 +09:00
Gabriel Handford
9382d48708
Update docs
2016-11-17 10:33:24 +09:00
Gabriel Handford
54222bdf28
More general string for OSStatus
2016-11-17 10:33:24 +09:00
Gabriel Handford
2931c27395
More readable
2016-11-17 10:33:24 +09:00
Gabriel Handford
31123f908d
Fix ternary
2016-11-17 10:33:24 +09:00
Gabriel Handford
99a5258999
Callback uses (platform specific) error, with message
2016-11-17 10:33:24 +09:00
Gabriel Handford
5e8059e0fa
Fix method names, move to anon namespace
2016-11-17 10:33:24 +09:00
Gabriel Handford
08a9af3a85
Linting
2016-11-17 10:33:24 +09:00
Gabriel Handford (linux)
d186fd78e3
Fix header
2016-11-17 10:33:23 +09:00
Gabriel Handford
6524a33ffc
Include callback header
2016-11-17 10:33:23 +09:00
Gabriel Handford
21df08d536
Remove redundant comment
2016-11-17 10:33:23 +09:00
Gabriel Handford
cfd2a029ad
Fix linting
2016-11-17 10:33:23 +09:00
Gabriel Handford
c78567aba6
Update shell openExternal docs (from review)
2016-11-17 10:33:23 +09:00
Gabriel Handford
9ca684d87f
Remove redundant method
2016-11-17 10:33:23 +09:00
Gabriel Handford
128feb17cb
Fix method call
2016-11-17 10:33:23 +09:00
Gabriel Handford
3eb5f8d521
Fix typo
2016-11-17 10:33:23 +09:00
Gabriel Handford
b266533dfc
Shell openExternal can take optional callback (macOS)
2016-11-17 10:33:23 +09:00
Zeke Sikelianos
1b5b29901c
Merge pull request #7969 from electron/one-file-per-api
...
move each API doc into its own file
2016-11-16 11:12:36 -08:00
Zeke Sikelianos
468d8b7707
reference node's process object
2016-11-16 09:54:29 -08:00
Zeke Sikelianos
1da97f729e
process object is available in renderer processes too
2016-11-16 09:54:19 -08:00
Zeke Sikelianos
f9683ff99f
use unreleased linter
2016-11-16 09:03:17 -08:00
Zeke Sikelianos
a7fdd04751
move menu constructor docs to top of file
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
5979dab13c
fix some class headings
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
c9739abf7f
add description and process for BrowserWindow class
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
39330affda
DownloadItem only needs one heading
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
d6684c4dcd
fix UploadBlob heading
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
4770d2b526
returns an instance, not the module
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
2b689a21e7
fix structure headings
2016-11-16 09:02:49 -08:00
Zeke Sikelianos
b084dc29ea
move each API doc into its own file
2016-11-16 09:02:49 -08:00
Kevin Sawicki
c4d74c48e4
Bump v1.4.7
2016-11-16 08:11:28 -08:00
Kevin Sawicki
436775b1e4
Merge branch 'opener-origin-check'
2016-11-16 08:10:18 -08:00
Kevin Sawicki
aa2824621a
Make scheme const
2016-11-16 08:03:07 -08:00
Kevin Sawicki
651eaec64f
Use sender.id instead of sender.webContents.id
2016-11-16 07:50:30 -08:00
Kevin Sawicki
92577c37c8
Don't log blocked messages when guestWindow is null
2016-11-16 07:50:30 -08:00
Kevin Sawicki
04c68745db
Always call done callback in before block
2016-11-16 07:50:30 -08:00
Cheng Zhao
81f2e76e36
Fix standard linting errors
2016-11-16 07:50:30 -08:00
Cheng Zhao
18fca785c4
Print error messages
2016-11-16 07:50:30 -08:00
Cheng Zhao
a1066617a8
Do permission check when calling guest window methods
2016-11-16 07:50:30 -08:00
Cheng Zhao
a1dfdbdde4
spec: Should check origin before accessing window.opener
2016-11-16 07:50:30 -08:00
Kevin Sawicki
63a138b6de
Merge pull request #7980 from electron/guard-against-missing-members
...
Guard against missing members in setObjectMembers
2016-11-16 07:46:42 -08:00
Kevin Sawicki
5167ccd147
Guard against missing members in setObjectMembers
2016-11-16 07:45:34 -08:00
Kevin Sawicki
cb0845fc49
Merge pull request #7979 from electron/credits-attributed-string
...
Convert about credits to NSAttributedString
2016-11-16 07:45:07 -08:00
Kevin Sawicki
11449b2e8c
Convert about credits to NSAttributedString
2016-11-16 07:42:24 -08:00
Kevin Sawicki
bee5ced8f4
Merge pull request #7978 from electron/memoize-no-asar-env-check
...
Memoize ELECTRON_NO_ASAR env var check
2016-11-16 07:41:48 -08:00
Kevin Sawicki
bea1a0643c
Memoize ELECTRON_NO_ASAR env var check
2016-11-16 07:37:53 -08:00
Kevin Sawicki
f111bb4107
Merge pull request #7989 from electron/pin-electron-docs-linter
...
Pin electron-docs-linter version
2016-11-16 07:37:08 -08:00
Kevin Sawicki
f20ca63dd0
Pin electron-docs-linter to 1.14.1
2016-11-16 07:33:36 -08:00
Kevin Sawicki
9624bc1403
Merge pull request #7917 from voidbridge/feature/expose-cert-chain
...
Expose whole certificate chain to verify proc
2016-11-15 16:37:58 -08:00
Kevin Sawicki
fc1ce3eeab
Assert certs further up the chain
2016-11-15 16:32:12 -08:00
Kevin Sawicki
095d711848
Remove select-client-certificate issueCert assert
2016-11-15 16:24:50 -08:00
Kevin Sawicki
a1dca8afc9
🎨 Remove buildup asserts and just use assert.equal
2016-11-15 15:53:42 -08:00
Greg Nolle
86321a2c60
Fixed incorrect subject name of test client certificate.
2016-11-15 15:53:42 -08:00
Greg Nolle
2e5c92d41e
Fix listing issues: remove semicolons.
2016-11-15 15:53:42 -08:00
Greg Nolle
f767f0f048
Remove unnecessary ConvertToV8 calls.
2016-11-15 15:53:42 -08:00
Greg Nolle
93ce2f7800
Add assertions for new fields in existing specs.
2016-11-15 15:53:42 -08:00
Greg Nolle
5d028f9163
Expose extra certificate information: full breakdown of issuer and subject principals, as well as full structure of intermediate issuer certificates.
2016-11-15 15:53:42 -08:00
Greg Nolle
446399c3c1
Expose whole certificate chain to verify proc and certificate-error event.
2016-11-15 15:53:42 -08:00
Kevin Sawicki
0ef6d4631d
Merge pull request #7658 from figma/webview-manual-guest-resize
...
Allow webview guests to be resized manually
2016-11-15 14:21:56 -08:00
Kevin Sawicki
b87d86e9d5
Merge pull request #7982 from kirly-af/kirly-af-tray-example-fix
...
[ci skip] Correct Linux limitation example
2016-11-15 14:19:03 -08:00
Kevin Sawicki
35e000024c
Minor doc updates to setSize/disableguestresize
2016-11-15 13:59:01 -08:00
Kevin Sawicki
9e51c779e1
Assert expected height
2016-11-15 13:54:25 -08:00
Alexandre
6f8eb282b7
[ci skip] Correct Linux limitation example
2016-11-15 21:53:54 +01:00
Kevin Sawicki
301b8ec39a
Merge pull request #7962 from liusy182/disable-accelerator
...
disable accelerator when menu item is disabled
2016-11-15 11:05:36 -08:00
Birunthan Mohanathas
2986b7bc4a
Allow webview guests to be resized manually
...
This adds the `disableguestresize` property for webviews to prevent the
webview guest from reacting to size changes of the webview element. This
also partially documents the `webContents.setSize` function in order to
manually control the webview guest size.
These two features can be combined to improve resize performance for
e.g. webviews that span the entire window. This greatly reduces the lag
described in #6905 .
2016-11-15 11:00:09 -08:00
张树源
89feefac2c
update app.md Chinese translation to latest version ( #7973 )
...
* Update Chinese translation to latest version.
* Update app.md translation
* update app.md Chinese translation to latest version.
2016-11-15 10:04:00 -08:00
Kevin Sawicki
68a6b39920
Merge pull request #7971 from electron/modify-install-docs
...
make npm install instructions more prominent
2016-11-15 10:03:23 -08:00
Kevin Sawicki
eeffa42513
Merge pull request #7923 from jhen0409/patch-1
...
Add support remove / clear for chrome.storage
2016-11-15 09:04:45 -08:00
Jhen
8b30439d7f
Update devtools extension spec for chrome.storage
2016-11-15 19:58:08 +08:00
Samuel Attard
01005688b6
Implement chrome.runtime.onMessage response callback
2016-11-15 21:30:40 +11:00
liusi
9e91f319c1
fix linting error
2016-11-15 13:19:34 +08:00
Kevin Sawicki
619bb31de2
Merge pull request #7972 from electron/macos-10-11-constants
...
Use visual effect values directly since enums are 10.11+
2016-11-14 17:04:55 -08:00
Kevin Sawicki
dcb3a13361
Use values directly since constants are 10.11+
2016-11-14 16:43:05 -08:00
Kevin Sawicki
c2663e48c1
Merge pull request #7967 from veleek/patch-1
...
Update electron-squirrel-startup link
2016-11-14 15:46:34 -08:00
Zeke Sikelianos
621715e5e5
link to more relevant yarn doc
2016-11-14 13:57:12 -08:00
Zeke Sikelianos
b9991f0494
make npm install instructions more prominent
2016-11-14 13:52:07 -08:00
Ben Randall
c259b4294d
Update electron-squirrel-startup link
...
The currently link points to a non-existent page. I'm pointing it to another link that seems to be appropriate, but I'm not positive.
If someone else knows that this is the correct place to link that would be nice to hear.
2016-11-14 10:16:24 -08:00
Kevin Sawicki
4867475cee
Merge pull request #7540 from deepak1556/form_post_new_window_patch
...
webContents: handle POST navigation for new windows
2016-11-14 07:39:54 -08:00
Kevin Sawicki
8822c7d87d
Merge pull request #7958 from jhen0409/patch-2
...
Add Redux DevTools Extension to support list
2016-11-14 07:32:53 -08:00
liusi
06cfcd612d
disable accelerator when menu item is disabled
2016-11-14 12:29:27 +08:00
Jhen
1404ea1c2c
Add Redux DevTools Extension to support list
2016-11-14 00:32:31 +08:00
deepak1556
4deb7c6fa7
fix lint error
2016-11-12 07:16:48 +05:30
Kevin Sawicki
b9e950f5c7
Mark postData as optional
2016-11-12 07:15:21 +05:30
Kevin Sawicki
134f8afbe6
Add specs for content type on POST forms
2016-11-11 10:54:01 -08:00
Kevin Sawicki
50019f39e9
🎨
2016-11-11 10:54:01 -08:00
deepak1556
5f596b22c7
specify content type depending on post data
2016-11-11 10:54:01 -08:00
Kevin Sawicki
cbb68f6980
Remove quotes around key
2016-11-11 10:54:01 -08:00
deepak1556
61576c39be
uploadData => uploadRawData
2016-11-11 10:54:01 -08:00
deepak1556
9536ebc0ad
fix build error
2016-11-11 10:54:01 -08:00
deepak1556
723a3eda8b
update docs
2016-11-11 10:54:01 -08:00
deepak1556
a5fd6507a9
set default values in converter
2016-11-11 10:54:01 -08:00
deepak1556
dbe57c4ad4
update docs
2016-11-11 10:54:01 -08:00
deepak1556
ad5f944185
add spec
2016-11-11 10:53:36 -08:00
deepak1556
2044208fd6
add docs
2016-11-11 10:53:36 -08:00
deepak1556
2d7ceae320
fix js lint error
2016-11-11 10:53:00 -08:00
deepak1556
0410a184ce
webContents: handle POST navigation for new windows
2016-11-11 10:53:00 -08:00
Kevin Sawicki
7cfe1dd0af
Merge pull request #7946 from electron/move-footer-links-to-bottom
...
Move footer links to bottom
2016-11-11 10:23:03 -08:00
Kevin Sawicki
4de2493d89
Move footer links to bottom
2016-11-11 10:22:27 -08:00
Jhen
b86dff45d7
Add support remove / clear for chrome.storage
2016-11-12 02:16:51 +08:00
Zeke Sikelianos
fb8339830e
Merge pull request #7945 from electron/add-process-to-content-tracing-doc
...
add process to contentTracing doc
2016-11-11 10:09:07 -08:00
Zeke Sikelianos
ec7cae4a34
add process to contentTracing doc
2016-11-11 10:07:36 -08:00
Zeke Sikelianos
80a7835cdf
Merge pull request #7884 from electron/optional-things
...
Update docs to correctly identify props and params that are optional
2016-11-11 09:47:31 -08:00
Zeke Sikelianos
50be8b65d1
update docs linter
2016-11-11 09:22:55 -08:00
Samuel Attard
174e51507d
Update menu.md
2016-11-11 09:22:55 -08:00
Samuel Attard
494afec01d
remote require could resolve to strings/numbers not just objects
2016-11-11 09:22:55 -08:00
Samuel Attard
aeefee7348
Fix the download-item doc so it correctly resembles a class
2016-11-11 09:22:55 -08:00
Samuel Attard
c1af62a3b3
Move crash-report object to it's own struct
2016-11-11 09:22:55 -08:00
Samuel Attard
11f8923c43
Fix tray and menu docs
2016-11-11 09:22:55 -08:00
Samuel Attard
63ebc41778
More docs updates
2016-11-11 09:22:55 -08:00
Samuel Attard
1a9b4b4671
First few docs made optional
2016-11-11 09:22:55 -08:00
Kevin Sawicki
8a29604f1e
Merge pull request #7944 from electron/autorelease-effect-view
...
Autorelease NSVisualEffectView
2016-11-11 09:05:32 -08:00
Kevin Sawicki
483e007b69
🎨
2016-11-11 08:51:33 -08:00
Kevin Sawicki
2d8a61a775
autorelease NSVisualEffectView
2016-11-11 08:51:29 -08:00
gellert
5e62d28e50
adds test, adds view to AtomNSWindow and minor fixes
2016-11-11 08:49:57 -08:00
gellert
2cf30c0d63
remove method transferred to set with null
2016-11-11 08:49:57 -08:00
gellert
16253fe708
doc fixes
2016-11-11 08:49:57 -08:00
gellert
84a3fe50dc
little fix in docs
2016-11-11 08:49:57 -08:00
gellert
8ad50d1e35
adds vibrancy effect for macos
2016-11-11 08:49:57 -08:00
Zeke Sikelianos
ad638097b6
Merge pull request #7933 from joshaber/patch-1
...
Update external frameworks version
2016-11-11 07:43:35 -08:00
joshaber
999b349e94
Docit
2016-11-10 13:35:56 -05:00
Kevin Sawicki
76375a83eb
Merge pull request #7925 from mrxf/patch-5
...
Modify the error terms
2016-11-10 09:34:14 -08:00
Kevin Sawicki
ea534aa564
Merge pull request #7922 from mrxf/patch-4
...
Modify some translation errors
2016-11-10 09:33:55 -08:00
Kevin Sawicki
055e49ab9c
Merge pull request #7921 from mrxf/patch-3
...
fix some translation problems
2016-11-10 09:33:04 -08:00
Josh Abernathy
0d43e239d4
Update to version 1.2.0 of external frameworks.
2016-11-10 11:33:01 -05:00
张树源
c04a0381dc
Modify the error terms
...
There is an error in the translation of the last sentence.It may make reader confuse.
2016-11-10 14:42:41 +08:00
张树源
5cebe65310
Modify some translation errors
2016-11-10 11:13:54 +08:00
张树源
ab5a49b6ae
fix some translation problems
...
update translation.
2016-11-10 10:29:43 +08:00
Kevin Sawicki
7b463297c6
Merge pull request #7908 from deepak1556/about_scheme_patch
...
protocol: register about scheme handler
2016-11-09 16:13:27 -08:00
Kevin Sawicki
debdce1e66
Bump v1.4.6
2016-11-09 11:59:25 -08:00
Kevin Sawicki
8a2706d2f4
Merge pull request #7906 from electron/upgrade-chrome-53
...
Upgrade to Chrome 53.0.2785.143
2016-11-09 11:49:33 -08:00
Kevin Sawicki
709dd0bf18
Upgrade to Chrome 53.0.2785.143
2016-11-09 11:03:44 -08:00
Kevin Sawicki
de78f3441e
Merge pull request #7916 from thompsonemerson/patch-7
...
add link for powerSaveBlocker | pt-br
2016-11-09 08:28:21 -08:00
Emerson Thompson
f23624755e
add link for powerSaveBlocker | pt-br
2016-11-09 13:25:24 -03:00
Kevin Sawicki
0c265f8ed4
Merge pull request #7912 from mrxf/patch-2
...
Update translation
2016-11-09 08:17:59 -08:00
Kevin Sawicki
c1f2e30c5a
Merge pull request #7910 from mrxf/patch-1
...
update simplified Chinese translation
2016-11-09 08:17:31 -08:00
Kevin Sawicki
3b415b2e99
Merge pull request #7907 from thompsonemerson/patch-5
...
power-save-blocker.md file translation
2016-11-09 08:16:20 -08:00
张树源
bea9f78ddb
Update translation
...
change link to a simple Chinese page.
2016-11-09 18:29:49 +08:00
张树源
95484a1b1a
修改翻译不完善部分
...
完善翻译内容
2016-11-09 16:53:53 +08:00
deepak1556
a0065e62fa
add about: protocol handler
2016-11-09 13:22:58 +05:30
deepak1556
3aab713d24
add failing spec
2016-11-09 11:00:50 +05:30
Emerson Thompson
5d6f180413
power-save-blocker.md file translation
2016-11-08 14:51:53 -03:00
Kevin Sawicki
7971ce0dd9
Merge pull request #7895 from electron/windows-symbol-server
...
Update Windows symbols server URL
2016-11-07 15:14:53 -08:00
Lee Dohm
4159a6a41d
Merge pull request #7900 from electron/more-license-clarification
...
More license section clarification and update copyright year
2016-11-07 14:57:46 -08:00
Lee Dohm
e49af23a7d
Add copyright range of 2013-2016 to LICENSE
2016-11-07 14:54:54 -08:00
Lee Dohm
30117816be
More license section clarification
2016-11-07 14:26:21 -08:00
Kevin Sawicki
b6ece7d16c
Merge pull request #7852 from electron/webview-guestinstance
...
Fix reload/destroy webview guestinstance issues
2016-11-07 13:48:01 -08:00
Kevin Sawicki
6fda4fc45c
Guard against attachedCallback firing while handling detachedCallback
2016-11-07 13:42:36 -08:00
Kevin Sawicki
18e1de105f
Add failing spec for deleted guestinstance when moving webview
2016-11-07 13:42:36 -08:00
Kevin Sawicki
133ad6e18b
Only set size and load URL on first attach
2016-11-07 13:42:36 -08:00
Kevin Sawicki
b84fed5cb2
Add failing spec for hide/show reload issue
2016-11-07 13:42:36 -08:00
Kevin Sawicki
a737732521
Only remove guest from embedder when view id changes
2016-11-07 13:42:36 -08:00
Kevin Sawicki
f454cb3408
Add failing spec for hide/show webview issue
2016-11-07 13:42:36 -08:00
Lee Dohm
d18a9eaf65
Merge pull request #7897 from electron/logo-clarification
...
Add logo clarification and standardized licensing language
2016-11-07 12:23:08 -08:00
Lee Dohm
059433511c
Add logo clarification and standardized licensing language
2016-11-07 12:08:11 -08:00
Kevin Sawicki
acacb3f551
Update symbols server URL
2016-11-07 10:58:27 -08:00
Kevin Sawicki
0008bc5f82
Merge pull request #7893 from tinydew4/translate-ko
...
Update the korean docs up to 'ef9d8fe' commit.
2016-11-07 08:55:22 -08:00
Kevin Sawicki
a3e10aba95
Merge pull request #7863 from electron/coffee-script-webview-cleanup
...
Clean up CoffeeScript leftovers in webview code
2016-11-07 08:53:08 -08:00
Kevin Sawicki
73774f21b7
🎨
2016-11-07 08:28:02 -08:00
Kevin Sawicki
3c18de9c5a
Only return when guestInstance is non-null
2016-11-07 08:25:01 -08:00
Kevin Sawicki
19a5d2ba2b
Use window close helper instead of destroying for coverage
2016-11-07 08:25:01 -08:00
Kevin Sawicki
16f57b219b
Add resize event spec
2016-11-07 08:25:01 -08:00
Kevin Sawicki
0485069c7b
Use spread operator
2016-11-07 08:25:01 -08:00
Kevin Sawicki
e4d6aa30a1
Do truthy check in if block
2016-11-07 08:25:01 -08:00
Kevin Sawicki
89a26684e5
Return webContents directly
2016-11-07 08:25:01 -08:00
Kevin Sawicki
0e1c2b0fcb
Use for/of and remove loop variables
2016-11-07 08:25:01 -08:00
Kevin Sawicki
6eab14359c
Use ES6 style class for WebViewImpl
2016-11-07 08:25:01 -08:00
Kevin Sawicki
76f96bd99c
Destructure requires
2016-11-07 08:25:01 -08:00
Kevin Sawicki
48bcad87c2
Use template strings
2016-11-07 08:25:01 -08:00
Kevin Sawicki
712b15286c
Use let/const instead of var
2016-11-07 08:25:01 -08:00
Kevin Sawicki
3053be345b
Remove unneeded returns
2016-11-07 08:25:01 -08:00
Kevin Sawicki
8e834e9047
Merge pull request #7869 from electron/less-browserify-build-time
...
Only run browserify when sandbox files change
2016-11-07 08:20:20 -08:00
Kevin Sawicki
3e34760eef
Run browserify with --silent
2016-11-07 08:19:59 -08:00
Kevin Sawicki
e0afb814aa
Only call browserify when one of sandbox sources change
2016-11-07 08:19:59 -08:00
tinydew4
0fd35cf768
Update the korean docs up to 'ef9d8fe' commit.
2016-11-07 13:59:53 +00:00
Kevin Sawicki
0b86acfef4
Merge pull request #7881 from electron/node-headers-url
...
Update dist url to be electron instead of atom-shell
2016-11-04 16:22:34 -07:00
Kevin Sawicki
36ee417d3b
Update more download URLs from atom-shell to electron
2016-11-04 16:21:30 -07:00
Kevin Sawicki
a1a07aed44
Add atom-shell URL to planned breaking changes
2016-11-04 16:21:30 -07:00
Kevin Sawicki
f0731be20b
Update dist url to be electron instead of atom-shell
2016-11-04 16:21:30 -07:00
Zeke Sikelianos
58278ee095
Merge pull request #7867 from electron/update-issue-template
...
ask for more info in the issue template
2016-11-04 15:12:20 -07:00
Zeke Sikelianos
494a025fb8
🎨
2016-11-04 15:11:40 -07:00
Zeke Sikelianos
ade8401b5b
add a preamble
2016-11-04 12:12:37 -07:00
Zeke Sikelianos
ef9d8fe9bd
Merge pull request #7843 from electron/process-docs
...
document the process(es) in which APIs are available
2016-11-03 13:14:30 -07:00
Zeke Sikelianos
471b9980ec
line up process annotations consistently
2016-11-03 13:13:21 -07:00
Zeke Sikelianos
9c65b9a9f2
ask for more info in the issue template
2016-11-03 12:58:31 -07:00
Zeke Sikelianos
21105271a4
document processes for APIs nested in parent docs
2016-11-03 11:50:00 -07:00
Kevin Sawicki
7e90bb47a5
Merge pull request #7533 from electron/async-executeJavaScript
...
Allow web frame methods to return async promises
2016-11-03 10:32:21 -07:00
Zeke Sikelianos
ac68de6215
document process(es) for all APIs
2016-11-03 10:26:00 -07:00
Kevin Sawicki
8e203592e2
🎨 Remove extra returns
2016-11-03 09:51:01 -07:00
Samuel Attard
9f18a6e65c
Use ES6 template strings, fix docs and remove _ERROR_ IPC event
2016-11-03 09:33:47 -07:00
Samuel Attard
857e1da6a3
Make executeJavaScript return a Promise so that caught errors can be sent to the caller
2016-11-03 09:33:47 -07:00
Samuel Attard
75b010ce63
Add sync executeJavaScript test
2016-11-03 09:33:47 -07:00
Samuel Attard
124fbdbd74
Allow web frame methods to return async promises
2016-11-03 09:33:47 -07:00
Kevin Sawicki
cf0cd5b50b
Merge pull request #7823 from kanemontreuil/consolidate-gitignore
...
Consolidate log files
2016-11-03 09:26:48 -07:00
Zeke Sikelianos
cc18670ae1
Merge pull request #7854 from electron/fix-ipc-docs
...
Fix the IPC docs so the docs-linter finds the methods
2016-11-02 20:14:47 -07:00
Samuel Attard
6228ce3f35
Fix the IPC docs so the docs-linter finds the methods
2016-11-03 14:04:03 +11:00
Kevin Sawicki
89511bb0cb
Merge pull request #7847 from tinydew4/translate-ko
...
[ko] Add net document on README.md
2016-11-02 09:23:54 -07:00
Kevin Sawicki
11bc993344
Merge pull request #7846 from thomsonreuters/net-doc-samples
...
Documentation: Formatting JavaScript sample code.
2016-11-02 09:23:35 -07:00
tinydew4
9126ab6766
Add net document on README.md
2016-11-02 11:22:21 +00:00
ali.ibrahim
49cb675057
Fixing a trivial js lint issue.
2016-11-02 11:16:37 +01:00
ali.ibrahim
e8b119e636
Formatting JavaScript sample code.
2016-11-02 10:40:51 +01:00
Zeke Sikelianos
e8bb79310c
document the process(es) in which APIs are available
2016-11-01 16:35:31 -07:00
Zeke Sikelianos
da3dbdcb9b
Merge pull request #7837 from electron/lightweight-docs-linter
...
use docs linter with lots of stuff npmignored
2016-11-01 12:12:04 -07:00
Zeke Sikelianos
b400edcc88
use docs linter with lots of stuff npmignored
2016-11-01 10:45:29 -07:00
Kevin Sawicki
6580088574
Bump v1.4.5
2016-11-01 08:51:10 -07:00
Haojian Wu
794479519c
Add missing net document entry.
2016-11-01 16:50:55 +01:00
Kevin Sawicki
97d468cf35
Merge pull request #7822 from tinydew4/translate-ko
...
Update the korean docs up to '379c347' commit.
2016-11-01 08:44:10 -07:00
Kevin Sawicki
af6a3b3173
Merge pull request #7821 from electron/lint-net-docs
...
use new docs linter with support for the new net APIs
2016-11-01 08:43:46 -07:00
Kevin Sawicki
0c8160bfe3
Merge pull request #7820 from tinydew4/trimming
...
Trim: docs/api/net.md
2016-11-01 08:43:28 -07:00
Kane Montreuil
a584acef46
Consolidate log files
2016-11-01 00:47:34 -04:00
tinydew4
691ad97abe
Update the korean docs up to '379c347' commit.
...
Swap two debugging tutorials with each other.
2016-11-01 04:20:23 +00:00
tinydew4
836cd017a9
Trim: docs/api/net.md
2016-11-01 03:53:45 +00:00
Zeke Sikelianos
e70f8acf47
use new docs linter with support for the new net APIs
2016-10-31 20:53:13 -07:00
Zeke Sikelianos
721924b749
Merge pull request #7818 from electron/more-net-doc-fixes
...
fix formatting of new net API doc
2016-10-31 19:36:31 -07:00
Kevin Sawicki
ba6bb45f70
Merge pull request #7813 from electron/ready-to-show-spec
...
Add initial ready-to-show event spec
2016-10-31 16:28:09 -07:00
Zeke Sikelianos
379c3470c8
fix formatting of new net API doc
2016-10-31 15:48:06 -07:00
Kevin Sawicki
038718717c
Add initial ready-to-show spec
2016-10-31 12:40:49 -07:00
Kevin Sawicki
b8f09ecf4f
Merge pull request #7812 from electron/url-format-in-quick-start
...
Format URL passed to BrowserWindow.loadURL
2016-10-31 11:37:41 -07:00
Kevin Sawicki
e9a2792b55
Format URL passed to BrowserWindow.loadURL
2016-10-31 11:34:53 -07:00
Kevin Sawicki
aa3bc13ca3
Merge pull request #7788 from electron/notification-crash
...
Fix notification crash when using permission handler
2016-10-31 09:39:38 -07:00
Kevin Sawicki
ed3a2dae1b
Merge pull request #7787 from julianengel/patch-1
...
Added example usage for the default port
2016-10-31 09:28:20 -07:00
Kevin Sawicki
48eaee0c0e
Match example to node inspector doc
2016-10-31 09:27:42 -07:00
Kevin Sawicki
6b2848307d
Merge pull request #7807 from electron/net-docs-fixup
...
Quick fix up of net docs
2016-10-31 09:23:07 -07:00
DaLun
651a2d4399
ZH_TW docs update ( #7797 )
...
* Update cookie.md
* Update cookie.md
* Update task.md
* ZH_TW docs /structures/cookie add
* Fix a word && add new docs
* Update task.md
* Update cookie.md
* new update
2016-10-31 09:21:56 -07:00
DaLun
7c48dd54e1
ZH_TW docs api/structures/cookie add ( #7793 )
...
* Update cookie.md
* Update cookie.md
* Update task.md
* ZH_TW docs /structures/cookie add
* Fix a word && add new docs
* Update task.md
* Update cookie.md
2016-10-31 09:21:43 -07:00
Zeke Sikelianos
5968346c1e
Merge pull request #7809 from shiftkey/typos-for-net-docs
...
fixed a couple of typos
2016-10-31 09:16:32 -07:00
Zeke Sikelianos
266d3b553b
Merge pull request #7745 from electron/inline-enums
...
update docs linter to add support for inline ENUM values
2016-10-31 09:05:05 -07:00
Kevin Sawicki
53ff706cd2
Upgrade brigthray for notification crash fix
2016-10-31 09:02:18 -07:00
Brendan Forster
651b0c0f82
fixed a couple of typos
2016-10-31 08:59:26 -07:00
Kevin Sawicki
3f8e173452
Call callback asynchronously to match original issue
2016-10-31 08:54:57 -07:00
Kevin Sawicki
078c924760
Upgrade brightray for notification crash fix
2016-10-31 08:54:57 -07:00
Kevin Sawicki
611614c649
Use equal/deepEqual for channel/args asserts
2016-10-31 08:54:57 -07:00
Kevin Sawicki
dda3fcef91
Add failing spec for notification permission crash
2016-10-31 08:54:56 -07:00
Cheng Zhao
92f8c105d9
Merge pull request #7766 from liusy182/window-size-restore
...
incorrect position when restored from maximize-on-top-drag under Windows #7630
2016-10-31 11:04:35 +09:00
Samuel Attard
4ee308fcc2
Quick fix up of net docs
2016-10-31 12:43:57 +11:00
Cheng Zhao
dfefa00a50
Merge pull request #7577 from thomsonreuters/net_module
...
net module
2016-10-31 10:31:56 +09:00
Zeke Sikelianos
44146009ad
Merge pull request #7795 from LaurentLeVan/master
...
[docs-translations\fr-FR]Add section supported platforms
2016-10-30 09:40:22 -07:00
Laurent Le Van
b376c29937
[docs-translations/fr-FR]Correct some typos (double space deletion and 'de' to 'ne') in supported-platforms.md
2016-10-30 14:22:35 +02:00
Laurent Le Van
f613d8d0d0
[docs-translations\fr-FR]Add of the tutorial folder and create supported-platforms.md in French
2016-10-29 18:10:57 +03:00
Kevin Sawicki
a506df4d25
Merge pull request #7791 from electron/io-doc-link-fix
...
Fix README link to Mac debug instructions
2016-10-28 14:49:43 -07:00
Ian Olsen
a0772dbbe9
fix link to Mac debug instructions
2016-10-28 14:32:48 -07:00
Kevin Sawicki
f603e47226
Merge pull request #7785 from tinydew4/translate-ko
...
[ko] Update the korean docs up to '2006d64' commit.
2016-10-28 09:46:28 -07:00
Julian Engel
4b0b875d6f
Added example usage for the default port
...
According to Issue ##7756 I added the example usage.
2016-10-28 18:04:51 +03:00
tinydew4
d50cabddc0
[ko] Update the korean docs up to '2006d64' commit.
2016-10-28 08:42:57 +00:00
Kevin Sawicki
cbda2a3e60
Merge pull request #7770 from vitaliel/patch-1
...
Fixed typo in ru-RU/tutorial/application-distribution.md
2016-10-27 10:43:11 -07:00
Kevin Sawicki
2006d64939
Merge pull request #7757 from crilleengvall/master
...
Adding documentation about hidden-inset
2016-10-28 02:42:57 +09:00
Kevin Sawicki
d9f3355dea
Remove excess newlines
2016-10-27 10:42:31 -07:00
Kevin Sawicki
c8263a9a18
Add newlines and backticks
2016-10-27 10:41:43 -07:00
Kevin Sawicki
6d2e9f5311
Merge pull request #7753 from tinydew4/translate-ko
...
[ko] Update the korean docs up to '02a7094' commit.
2016-10-28 02:40:08 +09:00
Kevin Sawicki
bb6d15ee10
Merge pull request #7750 from bheart/master
...
Document the fact that Accelerators are used by the globalShortcut module
2016-10-28 02:39:46 +09:00
Kevin Sawicki
56f7aceec7
Merge pull request #7743 from doraeric/trans-zhtw
...
add zh-tw docs
2016-10-28 02:38:00 +09:00
Vitalie Lazu
933e013e7e
Fixed typo
2016-10-27 14:58:16 +03:00
liusi
a2b3abbf47
incorrect position when restored from maximize-on-top-drag under Windows #7630
2016-10-27 17:42:43 +08:00
Christian Engvall
29470dd018
Adding documentation about hidden-inset
2016-10-26 21:33:48 +02:00
Zeke Sikelianos
ed878b400e
Merge pull request #7752 from tinydew4/clean-up
...
Clean unnecessary sentences on web-contents.md
2016-10-26 11:40:23 -07:00
tinydew4
fbe4394bbd
Clean unnecessary sentences on web-contents.md
2016-10-26 15:41:47 +00:00
tinydew4
3e0d8841ea
Update the korean docs up to '02a7094' commit.
2016-10-26 15:36:06 +00:00
Will Tange
aeb774730b
Link Accelerator docs to globalShortcut module
...
Usage of Accelerators (i.e. `globalShortcut.register`) is now documented in the Accelerator docs themselves.
2016-10-26 14:48:09 +02:00
ali.ibrahim
6d92457095
Fixing code review issues: refactoring emit methods using CustomEmit.
2016-10-26 11:10:15 +02:00
Zeke Sikelianos
8fa3057e19
update docs linter to add support for inline ENUM values
2016-10-25 23:48:48 -07:00
Zeke Sikelianos
eed8f201e2
Merge pull request #7741 from electron/shuffle-bw-docs
...
Clean up nested objects and string ENUMS in the docs
2016-10-25 23:47:32 -07:00
Zeke Sikelianos
0add800240
Merge pull request #7715 from electron/docs-linter-function-param-types
...
update docs linter to support parsing of function parameter types
2016-10-25 23:42:50 -07:00
doraeric
9356843e27
add zh-tw docs
2016-10-26 14:09:36 +08:00
Samuel Attard
02a7094529
Follow docs style guide for string ENUMS
2016-10-26 16:19:41 +11:00
Samuel Attard
76da80c5e9
Further clean up
2016-10-26 16:18:55 +11:00
Samuel Attard
7078ed80fa
Move webPreferences and titleBarStyle to the correct place in the docs
...
In their previous location `electron-docs-linter` would not output an Object structure for `webPreferences` (which is a key part of the constructor)
2016-10-26 14:31:30 +11:00
Cheng Zhao
e97d3c21a3
Merge pull request #7719 from electron/find-pasteboard
...
Add macOS find pasteboard support
2016-10-26 11:23:14 +09:00
Kevin Sawicki
9e266642f9
Merge pull request #7592 from frontapp/master
...
Preview file with QuickLook
2016-10-26 10:12:15 +09:00
Kevin Sawicki
0f5bfadd2b
Merge pull request #7740 from mauriciofauth/pt-br/api/window-open
...
Update docs-translations/pt-BR/api/window-open.md
2016-10-26 09:58:48 +09:00
Kevin Sawicki
d85c4da11b
Minor formatting tweaks
2016-10-26 09:55:34 +09:00
Kevin Sawicki
d982376fc4
filename -> displayName
2016-10-26 09:47:38 +09:00
Pierre Laurac
d26601f695
Convention naming
2016-10-26 09:07:38 +09:00
Pierre Laurac
0ec57cca32
last linter commit
2016-10-26 09:06:50 +09:00
Pierre Laurac
cf5fc3f922
more linter
2016-10-26 09:06:44 +09:00
Pierre Laurac
1f60aff73d
linter
2016-10-26 09:06:39 +09:00
Pierre Laurac
9b19e6ee38
Changing names and memory leak fix
2016-10-26 09:05:42 +09:00
Pierre Laurac
6bac17fb9a
Linter
2016-10-26 09:05:36 +09:00
Pierre Laurac
e759ce72b5
Using UTF8 String for filepath and filename
2016-10-26 09:05:27 +09:00
Pierre Laurac
b44371f4bf
filename as Optional argument
2016-10-26 09:05:01 +09:00
Pierre Laurac
9736dc3115
Specifying macOS only method
2016-10-26 09:04:30 +09:00
Pierre Laurac
18ac4178fe
Validation with linter
2016-10-26 09:04:22 +09:00
Pierre Laurac
2f7cceb11c
Removing extra line break
2016-10-26 09:03:55 +09:00
Pierre Laurac
002462ce7b
Removing unused header dependencies
2016-10-26 09:03:49 +09:00
Pierre Laurac
4d305b06d1
Adding documentation
2016-10-26 09:03:14 +09:00
Pierre Laurac
9673cee4d7
Using string from the std
2016-10-26 09:02:36 +09:00
Pierre Laurac
526debb5ab
Adding easy way to preview files
2016-10-26 09:02:29 +09:00
Pierre Laurac
fb444f646b
default template for PreviewFile
2016-10-26 09:02:21 +09:00
Kevin Sawicki
26f76f8d41
Merge pull request #7739 from electron/fix-incorrect-types-registerURLSchemeAsPrivileged
...
Update web-frame.md
2016-10-26 08:50:20 +09:00
Maurício Meneghini Fauth
9ae18c6194
📝 Update docs-translations/pt-BR/api/window-open.md [ci skip]
2016-10-25 21:48:22 -02:00
Samuel Attard
9e425cd01e
Update web-frame.md
2016-10-26 10:04:18 +11:00
Zeke Sikelianos
171b901c61
Merge pull request #7736 from mauriciofauth/pt-br/readme
...
Fix links in docs-translations/pt-BR/README.md
2016-10-25 14:18:01 -07:00
Zeke Sikelianos
fbade9305c
Merge pull request #7730 from tinydew4/translate-ko
...
[ko] Update the korean docs depend on the '1c7d5df' commit.
2016-10-25 13:55:42 -07:00
Maurício Meneghini Fauth
082cd9b72c
📝 Fix links in docs-translations/pt-BR/README.md [ci skip]
2016-10-25 15:53:33 -02:00
ali.ibrahim
e9db926b48
Fixing code review issues: fixing linter issues in spec file.
2016-10-25 16:55:17 +02:00
ali.ibrahim
bdb3f4d4cb
Fixing code review issues: adding some test cases for partition/session options.
2016-10-25 16:19:26 +02:00
ali.ibrahim
b44d5290e2
Fixing code review issues: adding a partition options and making the session option only takes Session objects.
2016-10-25 15:47:54 +02:00
tinydew4
6a36deec3b
Update the korean docs depend on the '1c7d5df' commit.
2016-10-25 13:34:48 +00:00
ali.ibrahim
6d7f179a9b
Fixing code review issues: making delegate_ a raw pointer.
2016-10-25 15:02:35 +02:00
ali.ibrahim
61278f9ace
Fixing code review issues.
2016-10-25 12:41:01 +02:00
Kevin Sawicki
7ffc1faf5b
Document read/writeFindText
2016-10-25 14:16:40 +09:00
Kevin Sawicki
1c3b5835f4
Add spec for read/write find text
2016-10-25 14:15:54 +09:00
Kevin Sawicki
1718697ef0
Read/write find pasteboard text via IPC in renderer process
2016-10-25 14:15:54 +09:00
Kevin Sawicki
144a61c5a3
Add find text support to clipboard
2016-10-25 14:15:54 +09:00
Kevin Sawicki
f7bf8c4fdc
Merge pull request #7718 from mike-engel/mengel/update-docs
...
Clarify the setMenuBarVisibility api
2016-10-25 13:08:37 +09:00
Mike Engel
6f64ad30cb
Clarify the setMenuBarVisibility api
...
The setMenuBarVisibility api is only supported on Windows and Linux.
This adds some minor documentation to make that clearer. Fixes #7686
2016-10-24 22:04:45 -06:00
Kevin Sawicki
1c7d5df2fe
Merge pull request #7717 from electron/doc-lists
...
Add newlines before lists
2016-10-25 12:40:32 +09:00
Kevin Sawicki
65e6da2673
Add newlines before lists
2016-10-25 12:38:08 +09:00
Kevin Sawicki
39a5c7dab9
Merge pull request #7631 from beakerbrowser/webview-policy-flags2
...
Add 'webpreferences' attribute to webview
2016-10-25 12:14:25 +09:00
Kevin Sawicki
b4cc3541a8
Minor tweaks to webpreferences docs
2016-10-25 12:08:19 +09:00
Kevin Sawicki
68c2c9825f
Remove lint warnings
2016-10-25 10:36:43 +09:00
Kevin Sawicki
3aad6a0c99
Use forEach and destructuring for parsing features
2016-10-25 10:31:50 +09:00
Kevin Sawicki
2556ed8744
Add parse-features-strings.js
2016-10-25 10:28:36 +09:00
Paul Frazee
f35536bdc5
factor out parse-features-string.js
2016-10-24 20:21:42 -05:00
Cheng Zhao
775328d5d5
Merge pull request #7707 from electron/focus-window-on-menu-bar-click
...
Focus window on menu bar click
2016-10-25 09:09:45 +09:00
Zeke Sikelianos
1a03e62717
update docs linter to support parsing of function parameter types
2016-10-24 12:04:37 -07:00
Kevin Sawicki
31b4f61815
Merge pull request #7651 from deepak1556/session_cert_verifier_patch
...
session: exclude hosts from CT verification if they are handled by custom cert verifiers
2016-10-24 16:53:04 +09:00
Kevin Sawicki
076e033236
Merge pull request #7711 from tinydew4/translate-ko
...
[ko] Apply the changes till the 'a2a4462' commit.
2016-10-24 16:49:37 +09:00
tinydew4
2c50f14346
Apply the changes till the 'a2a4462' commit.
2016-10-24 07:41:15 +00:00
Kevin Sawicki
82e593b44f
Merge pull request #7709 from tinydew4/translate-ko
...
[ko] Apply the changes till the 'b2559d7' commit.
2016-10-24 16:36:58 +09:00
Kevin Sawicki
224d2ca93c
Merge pull request #7710 from electron/web-frame-lint
...
Remove RegisterURLSchemeAsPrivileged lint error
2016-10-24 16:29:10 +09:00
Kevin Sawicki
0841c4291a
Remove RegisterURLSchemeAsPrivileged lint error
2016-10-24 16:27:54 +09:00
Kevin Sawicki
271733fc53
Add tests for ses.setCertificateVerifyProc
2016-10-24 16:12:49 +09:00
Kevin Sawicki
a2a44621fd
Merge pull request #7708 from tinydew4/fix-typo
...
Fix typo, and trimming.
2016-10-24 16:12:29 +09:00
Cheng Zhao
ad48aeeea4
Merge pull request #7665 from beakerbrowser/privilegedschemeopts
...
Add options to webFrame.registerURLSchemeAsPrivileged
2016-10-24 15:56:18 +09:00
Kevin Sawicki
83f47bc980
Upgrade brighray for RequireCTDelegate
2016-10-24 15:44:21 +09:00
tinydew4
67a09d9fe0
Fix typo, and trimming.
2016-10-24 06:34:09 +00:00
tinydew4
189ae97732
Apply the changes till the 'b2559d7' commit.
2016-10-24 06:32:28 +00:00
Kevin Sawicki
632739ec6e
Merge pull request #7590 from electron/docs-cleanup
...
Cleanup docs and standardize structs
2016-10-24 15:13:39 +09:00
Cheng Zhao
88ac376382
Merge pull request #7628 from deepak1556/geo_request_context_patch
...
browser: fix race in creation of default browser context by AtomAccessTokenStore
2016-10-24 14:57:37 +09:00
Kevin Sawicki
b2559d7d28
Merge pull request #7596 from electron/function-param-types
...
Function param types
2016-10-24 12:40:41 +09:00
Kevin Sawicki
98387e50cc
Focus window on menu bar click
2016-10-24 11:49:51 +09:00
Constantin Dumitrescu
93464b8100
[ci skip] Update docs/README.md to point to the right location of styleguide.md ( #7697 )
2016-10-24 10:22:22 +09:00
kok liu
52783bb67f
update the zh-CN docs README.md and find a error in en docs README.md ( #7676 )
...
* update the zh-CN readme and find a error in en readme
* fix a style problem
2016-10-24 10:21:02 +09:00
Kevin Sawicki
c90d4abcf0
Merge pull request #7654 from scotttrinh/flash-frame-doc
...
📝 Add flashFrame to desktop env integration
2016-10-24 10:20:08 +09:00
Kevin Sawicki
6f85d85c12
Minor tweaks to flash frame section
2016-10-24 10:19:51 +09:00
Kevin Sawicki
280235872b
Add flashframe link
2016-10-24 10:14:52 +09:00
Kevin Sawicki
e93eaed5d0
Merge pull request #7666 from amtj/issue#6939
...
📝 Remove ambiguous default value of nodeintegration Issue #6939
2016-10-24 09:54:46 +09:00
Kevin Sawicki
32cff67fd4
Merge pull request #7641 from rogerlista/master
...
📝 Link to README.md pt-br [ci skip]
2016-10-24 09:19:08 +09:00
Kevin Sawicki
d3f40212db
Merge pull request #7622 from Haraldson/flash-trust
...
Add a note on Flash permissions to Troubleshooting
2016-10-24 09:16:07 +09:00
Zeke Sikelianos
11ad9e7f25
Merge pull request #7650 from davej/patch-3
...
Docs: Fix relative link to MAS builds tutorial
2016-10-22 23:51:59 +09:00
ali.ibrahim
0c44d19249
net module: documenting the session property.
2016-10-20 15:48:36 +02:00
ali.ibrahim
7c17aeb6da
Documenting net module: fixing linter issues.
2016-10-20 14:42:15 +02:00
ali.ibrahim
8c19d3b210
Documenting net module: various fixes.
2016-10-20 13:57:08 +02:00
ali.ibrahim
9f15191280
Formatting net documentation.
2016-10-20 12:30:03 +02:00
ali.ibrahim
69790bd7ed
Documenting ClientRequest constructor options.
2016-10-20 11:58:06 +02:00
ali.ibrahim
fdfa0f4a6d
Documenting the login event.
2016-10-20 11:45:45 +02:00
ali.ibrahim
7f8b180f70
Fixing authentication cancel with null/undefined credentials.
2016-10-20 11:43:26 +02:00
tinydew4
43ae784a40
Translate releasing
2016-10-20 08:58:48 +00:00
Kevin Sawicki
6a4d9f8a87
Merge pull request #7674 from electron/tweak-releasing-doc
...
Push after bumping version
2016-10-20 16:12:33 +09:00
Kevin Sawicki
e2c646a14b
Push after bumping
2016-10-20 11:34:51 +09:00
Kevin Sawicki
337db9fbb9
Merge pull request #7660 from electron/document-release-process
...
Document release process
2016-10-20 11:31:51 +09:00
Zeke Sikelianos
63267031e9
❌ 💲
2016-10-20 11:30:36 +09:00
Zeke Sikelianos
88b288502a
Add note about Python HTTPS warning
2016-10-20 11:29:02 +09:00
Zeke Sikelianos
b0fb0c6492
Document S3 creds
2016-10-20 11:22:32 +09:00
Zeke Sikelianos
3a44663003
Add note about setting $ELECTRON_GITHUB_TOKEN
2016-10-20 11:19:18 +09:00
Zeke Sikelianos
147addbce1
Bump v1.4.4
2016-10-20 09:17:29 +09:00
ali.ibrahim
7549adcfce
Documenting net module: various fixes.
2016-10-19 18:31:08 +02:00
ali.ibrahim
fddbde2fd5
Documenting net module: various fixes.
2016-10-19 18:19:28 +02:00
ali.ibrahim
6e5951b764
Documenting net module: formatting.
2016-10-19 18:11:07 +02:00
ali.ibrahim
3b620b8c0c
Documenting net module: various fixes.
2016-10-19 18:05:38 +02:00
ali.ibrahim
0d82fbcf37
Documenting net.IncomingMessage.
2016-10-19 16:51:44 +02:00
ali.ibrahim
5cd20a8e5d
Documenting net.ClientRequest
2016-10-19 15:34:21 +02:00
Amitoj
4ff73d8b56
📝 Small tweaks
...
[ci skip] Remove ambiguous default value of nodeintegration.
Issue #6939
2016-10-19 13:38:46 +05:30
ali.ibrahim
f651b21cda
Fixing net doc file name.
2016-10-19 09:24:59 +02:00
Zeke Sikelianos
7a73c0189f
bump-release -> bump-version
2016-10-19 11:40:40 +09:00
Paul Frazee
0345b62369
update webFrame.registerURLSchemeAsPrivileged docs to be more specific
2016-10-18 17:13:33 -05:00
Amitoj
3a31f28f27
📝 Remove ambiguous default value of nodeintegration
...
Remove ambiguous default value for nodeintegration in webview.
Issue #6939
2016-10-19 02:38:29 +05:30
Paul Frazee
a5c62bb264
add options to webFrame.registerURLSchemeAsPrivileged
2016-10-18 15:52:41 -05:00
ali.ibrahim
9bddc2cbaa
Adding net documentation skeleton.
2016-10-18 19:14:43 +02:00
ali.ibrahim
43113fcfb4
Fixing net response objects being piped into writable streams test.
2016-10-18 10:28:35 +02:00
Zeke Sikelianos
6b207d65bf
update releasing
2016-10-18 14:04:52 +09:00
Samuel Attard
9d0d1c8341
Fix bd object name
2016-10-18 15:47:18 +11:00
Zeke Sikelianos
82a16ee41f
document the electron release process
2016-10-18 13:41:57 +09:00
Kevin Sawicki
104f8d6057
Merge pull request #7659 from electron/jacob/ally
...
Fire a11y event on touch screens using screen readers
2016-10-18 13:41:48 +09:00
Jacob Groundwater
9c9ba80978
Fire a11y event on touch screens using screen readers
2016-10-18 13:28:32 +09:00
Scott Trinh
a06a1fa262
📝 Add flashFrame to desktop env integration
2016-10-17 16:22:45 -04:00
ali.ibrahim
c198828e58
Adding gc tests: fixing a memory leak with C++ URLRequest objects.
2016-10-17 19:02:25 +02:00
Cheng Zhao
cbe9768529
Merge pull request #7566 from electron/always-shorten-path
...
Shorten Socket path for makeSingleInstance in sandboxed apps
2016-10-17 20:43:51 +08:00
Cheng Zhao
ce847fc3ca
Merge pull request #7578 from electron/windows-logging
...
Show console output from Windows when ELECTRON_RUN_AS_NODE is set
2016-10-17 20:22:39 +08:00
deepak1556
5cbbd6efe6
session: exclude hosts from CT verification if they are handled by custom cert verifiers
2016-10-17 16:35:28 +05:30
Dave Jeffery
00d641aaf7
Docs: Fix relative link to MAS builds tutorials
...
The link was 404'ing
2016-10-17 11:26:28 +01:00
ali.ibrahim
9b4e9c642a
Making test code run directly in main browser context to avoid rpc persistent handles.
2016-10-17 11:51:20 +02:00
ali.ibrahim
c6ae27c7c9
Adding a stability test: non referenced, unused requests are collected without crash.
2016-10-17 10:38:10 +02:00
Rogério
9ead3ad0a0
📝 Link to README.md pt-br [ci skip]
2016-10-15 21:01:37 -03:00
Paul Frazee
e7962c7ba2
fixes and tests for webview 'webpreferences' attr
2016-10-14 18:04:33 -05:00
Paul Frazee
194b14100e
add the 'webpreferences' attribute to webviews
2016-10-14 17:16:39 -05:00
Kevin Sawicki
3dd8377218
Merge pull request #7611 from electron/only-enable-msaa-if-needed
...
Check harder before enabling Accessibility support on Win32
2016-10-14 12:46:32 -07:00
deepak1556
bd34db256b
browser: fix race in creation of default browser context by AtomAccessTokenStore
2016-10-15 01:00:54 +05:30
Paul Betts
6fdf40b038
Code Cleanup
2016-10-14 12:17:32 -07:00
Kevin Sawicki
988e2334f5
Merge pull request #7614 from tinydew4/translate-ko
...
[ko] Apply the changes till the '9367c76' commit.
2016-10-14 09:19:04 -07:00
ali.ibrahim
0e13b8dd01
making the net module usable only after the ready event.
2016-10-14 17:57:37 +02:00
ali.ibrahim
ac9e6eda95
Fixing a crash with pending URLRequests on shutdown.
2016-10-14 17:37:39 +02:00
Samuel Attard
ba91bbd397
Fix spaces
2016-10-14 22:54:04 +11:00
Hein Haraldson Berg
63e1b2fb46
Add a note on Flash permissions to Troubleshooting
2016-10-14 12:51:26 +02:00
ali.ibrahim
c0c9e3ac3d
Formatting C++ code using ClangFormat.
2016-10-14 11:51:45 +02:00
ali.ibrahim
4347ce4a53
Formatting C++ code using ClangFormat.
2016-10-14 11:50:47 +02:00
ali.ibrahim
9cc8bfae1c
fixing space formatting issues.
2016-10-14 10:58:16 +02:00
tinydew4
741ae488d5
Apply the changes till the '9367c76' commit.
2016-10-14 02:24:27 +00:00
Samuel Attard
10ef6749b3
Source -> DesktopCapturerSource
2016-10-14 13:10:37 +11:00
Samuel Attard
32c3f17f5a
Rename dcs object
2016-10-14 13:00:03 +11:00
Samuel Attard
ad45c084cc
Fix uploaddata naming
2016-10-14 11:37:36 +11:00
Kevin Sawicki
a13ed2a005
Merge pull request #7610 from LShun/patch-1
...
Word addition and revision for Readme,md
2016-10-13 14:18:56 -07:00
Kevin Sawicki
9367c764be
Merge pull request #7608 from nabeelomer/master
...
Add further information to online-offline event documentation
2016-10-13 14:17:07 -07:00
Kevin Sawicki
4f57b685bd
Add backticks around true/false values
2016-10-13 14:16:37 -07:00
Kevin Sawicki
902a8c57bd
Merge pull request #7602 from danburzo/cli_switches_docs
...
Docs: Command-line switches -- note about node.js flags, added debug flags
2016-10-13 14:13:08 -07:00
Kevin Sawicki
21cfd330c0
Switch from node man to node --help
2016-10-13 14:11:56 -07:00
Long Nhat Nguyen
c017a7a1c7
Update url ( #7598 )
...
* Update EventEmitter URL
* Update EventEmitter URL
* Enable click
* Update EventEmitter URL
* Update EventEmitter URL
* Update URL
* Update URL
* Update EventEmitter URL
* Tweak sentence and add perios
2016-10-13 14:09:14 -07:00
Kevin Sawicki
0756aa663b
Merge pull request #7587 from electron/update-standard
...
Update standard to v8 to be inline with standard-markdown
2016-10-13 14:04:24 -07:00
Kevin Sawicki
4ee94917a0
Merge pull request #7576 from tinydew4/translate-ko
...
Apply the changes of docs on ko-KR
2016-10-13 13:56:39 -07:00
Paul Betts
0df21afcdf
Check harder before enabling Accessibility support
2016-10-13 11:46:55 -07:00
ali.ibrahim
de29f2dde5
Fixing build: removing constness on net::HttpResponseHeaders as otherwise we would need a change in libchromiumcontent.
2016-10-13 17:51:19 +02:00
ali.ibrahim
6f5b0a28c5
Fixing code review issues: function call formatting, renaming JS member variables, refactoring response headers conversion.
2016-10-13 17:14:23 +02:00
LShun
433a825006
Word addition and revision for Readme,md
...
I edited some words as well as added some information ( for example the License ) that was missing in the translation but found in the main site README.md,
2016-10-13 22:58:48 +08:00
Nabeel Omer
4f288e3ba2
Update
2016-10-13 20:22:40 +05:30
Nabeel Omer
392b59be4e
Made relevant changes
2016-10-13 20:12:44 +05:30
Nabeel Omer
6d8d211631
Update online-offline-events.md
2016-10-13 19:45:39 +05:30
Dan Burzo
af17253a72
Changed link to Node docs in MD reference format
2016-10-13 13:03:29 +03:00
Dan Burzo
cfdea04c83
Added note about sending flags to Node.js, additional debug flags
2016-10-13 12:54:22 +03:00
Samuel Attard
5cf03e68d4
Fix missing type
2016-10-13 17:33:12 +11:00
Samuel Attard
20323e7032
Specifiy function param types in docs
2016-10-13 17:30:57 +11:00
Samuel Attard
78343a62b8
Cleanup docs and standardize structs
2016-10-13 14:38:06 +11:00
Zeke Sikelianos
7584e73d70
Merge pull request #7580 from electron/docs-linter-rectangle-rename
...
Update docs linter with Rectangle structure fixes
2016-10-12 19:06:44 -07:00
Samuel Attard
eac5ba4c56
Fix spec linting issues
2016-10-13 12:47:43 +11:00
Samuel Attard
a9d5699a52
Update standard to v8 to be inline with standard-markdown
2016-10-13 12:46:00 +11:00
tinydew4
4e08264522
Apply the changes on early Oct 13, 2016
2016-10-13 00:49:20 +00:00
tinydew4
6b39e4a210
Apply the changes about #7379 to ko_KR
2016-10-13 00:34:39 +00:00
tinydew4
4a1c8f6cb7
Apply the changes
2016-10-13 00:33:12 +00:00
tinydew4
468d5f6c7a
Apply the changes on Oct 12, 2016
2016-10-13 00:32:05 +00:00
Kevin Sawicki
a8382d6794
Moving atom_bindings include to Windows block
2016-10-12 13:48:49 -07:00
Kevin Sawicki
e899050500
Add basic test of spawned ELECTRON_RUN_AS_NODE process
2016-10-12 13:48:49 -07:00
Kevin Sawicki
b01fd9715b
Only expose process.log on Windows
2016-10-12 13:48:48 -07:00
Kevin Sawicki
0417a3e51e
Upgrade node for process logging fix patch
2016-10-12 13:48:48 -07:00
Kevin Sawicki
0740b2f66b
Reuse Log method
2016-10-12 13:48:48 -07:00
Kevin Sawicki
d686916fe2
Expose process.log when running as node
2016-10-12 13:48:48 -07:00
Kevin Sawicki
fefc7c23f9
Merge pull request #7479 from bpasero/process-no-asar
...
Introduce ELECTRON_NO_ASAR
2016-10-12 13:48:03 -07:00
Kevin Sawicki
cef7525d00
Merge pull request #7583 from torn4dom4n/master
...
Update devDependency Status URL
2016-10-12 13:20:16 -07:00
Long Nhat Nguyen
b448b0c796
Update devDependency Status URL
...
[ci skip]
2016-10-12 20:17:26 +00:00
Kevin Sawicki
a97dc6d17a
Merge pull request #7570 from preco21/korean-docs-12
...
docs: Update Korean docs as upstream and small improves
2016-10-12 13:06:02 -07:00
Kevin Sawicki
fcfc13c1ea
Merge pull request #7579 from electron/tweak-about-panel-key-names
...
Use lower-case about panel option keys
2016-10-12 11:32:01 -07:00
Kevin Sawicki
1e4ef195bb
Use lower-case about panel option keys
2016-10-12 11:18:21 -07:00
Kevin Sawicki
566d76def2
Mention spawning with ELECTRON_RUN_AS_NODE
2016-10-12 11:11:27 -07:00
Kevin Sawicki
f553d16539
Only support ELECTRON_NO_ASAR in non browser/renderer processes
2016-10-12 11:11:27 -07:00
Kevin Sawicki
8897a7a926
Add specs for ELECTRON_NO_ASAR env var
2016-10-12 11:11:27 -07:00
Benjamin Pasero
656ee0d9c3
introduce ELECTRON_NO_ASAR
2016-10-12 11:11:27 -07:00
Zeke Sikelianos
ecc03fdd40
update docs linter with Rectangle structure fixes
2016-10-12 11:04:53 -07:00
ali.ibrahim
b290415bbd
Fixing build on Mac OS
2016-10-12 19:41:13 +02:00
ali.ibrahim
16069cd477
Commenting some test code.
2016-10-12 17:13:06 +02:00
ali.ibrahim
ae1c33b863
fixing linter issues.
2016-10-12 14:54:32 +02:00
ali.ibrahim
d21def7b8d
Fixing various issues in tests.
2016-10-12 14:54:32 +02:00
ali.ibrahim
bd5e622bec
Adding request/response piping tests.
2016-10-12 14:54:31 +02:00
ali.ibrahim
a5c508d2d7
Adding abort, webRequest interception and creation tests.
2016-10-12 14:54:31 +02:00
ali.ibrahim
b731ca50bc
Adding HTTP request headers manipulation tests.
2016-10-12 14:54:30 +02:00
ali.ibrahim
4eb9fc1bb6
Adding chunked uploading test.
2016-10-12 14:54:29 +02:00
ali.ibrahim
9b94dfcbdc
Adding basic http tests, fixing issues in ClientRequest constructor.
2016-10-12 14:54:29 +02:00
Ali Ibrahim
046f48db51
Fixing build on Linux
2016-10-12 14:54:28 +02:00
ali.ibrahim
b57ffbf1ab
Temporary fix for the post data test.
2016-10-12 14:54:28 +02:00
ali.ibrahim
42bae9d71d
Making the HTTP response a full-fledged Readable stream.
2016-10-12 14:54:27 +02:00
ali.ibrahim
dcffb51e5e
Adding net module spec file skeleton.
2016-10-12 14:54:26 +02:00
ali.ibrahim
8c5751e9f7
Adding systematic checks on the atom_request_ pointer as it may be reset to null.
2016-10-12 14:54:26 +02:00
ali.ibrahim
a655cca0a1
Request/Response state simplification. Removing redundant state flags.
2016-10-12 14:54:25 +02:00
ali.ibrahim
e472d11761
Caching response headers so that AtomURLRequest can be freed after the close event.
2016-10-12 14:54:25 +02:00
ali.ibrahim
ec1fc5a17b
Implementing error, close, finish, abort events management.
2016-10-12 14:54:24 +02:00
ali.ibrahim
bde30b90e8
Adding some implementation comments. Enforcing Chromium coding conventions.
2016-10-12 14:54:23 +02:00
ali.ibrahim
42adb2afd4
Fixing lint-js issues.
2016-10-12 14:54:22 +02:00
ali.ibrahim
0588435882
Fixing cpplint issues.
2016-10-12 14:54:22 +02:00
ali.ibrahim
08947682b0
Implementing abort workflow, emitting error events.
2016-10-12 14:54:21 +02:00
ali.ibrahim
cbbc4376ca
Adding support for upload chunked encoding.
2016-10-12 14:54:20 +02:00
ali.ibrahim
9498a5738a
Refactoring net module, adding a ClientRequest and IncomingMessage classes.
2016-10-12 14:54:20 +02:00
ali.ibrahim
fcaf9cb031
Some code cleaning.
2016-10-12 14:54:19 +02:00
ali.ibrahim
f7525d7877
Adding support for POST requests.
2016-10-12 14:54:18 +02:00
ali.ibrahim
2b3b41d5f9
Implementing authentication callback.
2016-10-12 14:54:18 +02:00
ali.ibrahim
2d9d4af98d
Implementing URLRequest API, getting response body.
2016-10-12 14:54:17 +02:00
ali.ibrahim
81eab9887b
Adding URLResponse to emit response events, implementing status code.
2016-10-12 14:54:16 +02:00
ali.ibrahim
7521aeea09
Implement URLRequest::Delegate, handle thread sync.
2016-10-12 14:54:15 +02:00
ali.ibrahim
e8d4abe78f
Adding net module and URLRequest class.
2016-10-12 14:54:15 +02:00
Cheng Zhao
46cd8708a4
Merge pull request #7561 from electron/windows-system-colors
...
Support retrieving Windows system colors
2016-10-12 15:35:18 +09:00
Zeke Sikelianos
27e1938e9f
Merge pull request #7471 from electron/update-standard-markdown
...
Use standard style JavaScript in all docs translations
2016-10-11 22:37:54 -07:00
Zeke Sikelianos
17198c26d9
update standard-markdown
2016-10-11 22:37:32 -07:00
Zeke Sikelianos
eaeebd3ebd
use newer function syntax
2016-10-11 22:37:32 -07:00
Zeke Sikelianos
253a383168
standardize docs-translations by hand
2016-10-11 22:37:32 -07:00
Zeke Sikelianos
3e4a0705e9
standardize docs
2016-10-11 22:37:32 -07:00
Zeke Sikelianos
7ef374477d
lint docs-translations with standard-markdown
2016-10-11 22:36:11 -07:00
Zeke Sikelianos
4ae6103356
auto-standardize javascript in docs-translations
2016-10-11 22:36:11 -07:00
Zeke Sikelianos
2e4322c230
update to new standard-markdown with --fix feature
2016-10-11 22:36:11 -07:00
Zeke Sikelianos
6b7e375963
Merge pull request #7379 from electron/seperate-structs
...
Move reused object structures to a standard structures folder
2016-10-11 22:28:39 -07:00
Zeke Sikelianos
c46c1dbb1e
Merge pull request #7505 from electron/testing-docs
...
Update test dependencies and documentation
2016-10-11 22:28:16 -07:00
Plusb Preco
af79f4793e
📝 Improve grammar
...
[ci skip]
2016-10-12 12:24:21 +09:00
Plusb Preco
774a15f4c8
📝 Improve grammar
...
[ci skip]
* Use `formal` tense.
* Small fixes.
2016-10-12 12:24:14 +09:00
Plusb Preco
b7c4cde11a
📝 Adjust line wrap to 80
...
[ci skip]
2016-10-12 12:13:59 +09:00
Plusb Preco
9857aa25a3
📝 Update Korean docs as upstream
...
[ci skip]
2016-10-12 12:02:04 +09:00
Zeke Sikelianos
d4a8a64ba7
Merge pull request #7498 from electron/custom-props-in-menu-item-constructor
...
Preserve custom properties passed to MenuItem constructor
2016-10-11 14:24:13 -07:00
Zeke Sikelianos
af0098f064
remove badge count after each setBadgeCount test
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
37c53f2e09
clarify mocha test exclusion
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
a8e59ccd3d
fix links to testing docs
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
57852366bb
mention building before testing
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
a4832c304e
unify testing docs for all platforms
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
156d823b7f
remove badge after setBadgeCount test finishes
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
45d9cc6405
update test dependencies
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
0aeb53435e
add tips for testing
2016-10-11 14:22:48 -07:00
Paul Betts
7dd1ebc734
Fix oops typos
2016-10-11 14:02:29 -07:00
Kevin Sawicki
ce694760bc
Remove const since SkColor is an int
2016-10-11 13:15:27 -07:00
Kevin Sawicki
c8189046fe
Emit color-changed event on Windows
2016-10-11 13:15:27 -07:00
Kevin Sawicki
2656812dea
Doc systemPreferences.getColor
2016-10-11 13:15:27 -07:00
Kevin Sawicki
1978b39337
Remove duplicate colors
2016-10-11 13:15:27 -07:00
Kevin Sawicki
e7bfd1c959
Add systemPreferences.getColor specs
2016-10-11 13:15:26 -07:00
Kevin Sawicki
663f8f4b54
Add systemPreferences.getColor on Windows
2016-10-11 13:15:26 -07:00
Kevin Sawicki
9b0a32f62c
Add ToRGBHex color helper
2016-10-11 13:15:26 -07:00
Paul Betts
06065d1c5d
Instead of gating the path shortening to MAS_BUILD, figure it out at runtime
2016-10-11 13:06:29 -07:00
Paul Betts
e84ae6e2aa
Add a method to determine whether we're in the Apple sandbox
2016-10-11 13:06:29 -07:00
Kevin Sawicki
13f9a6c273
Merge pull request #7563 from rogerlista/master
...
📝 Translation of security.md to pt-BR [ci skip]
2016-10-11 10:06:02 -07:00
Rogério
d89b23c120
📝 Translation of security.md to pt-BR [ci skip]
2016-10-11 14:01:07 -03:00
Kevin Sawicki
479451e7c7
Merge pull request #7562 from odedhb/patch-1
...
Update mac-app-store-submission-guide.md
2016-10-11 10:00:56 -07:00
Oded Breiner
ea8a4f2b51
Update mac-app-store-submission-guide.md
2016-10-11 19:58:53 +03:00
Kevin Sawicki
e26189ba87
Merge pull request #7560 from electron/upgrade-brigthray
...
Upgrade brightray for devtools dock state preference fix
2016-10-11 09:48:39 -07:00
Kevin Sawicki
003522d6f7
Merge pull request #7558 from danburzo/build_instructions
...
Adds link to PyObjC installation instructions
2016-10-11 09:48:20 -07:00
Kevin Sawicki
4db6ccd579
Merge pull request #7555 from tinydew4/translate-ko
...
Apply the changes of docs to ko-KR
2016-10-11 09:47:51 -07:00
Kevin Sawicki
39aa740c88
Merge pull request #7552 from electron/fix-menu-docs
...
fix Menu API example
2016-10-11 09:47:30 -07:00
Kevin Sawicki
66f825beb1
Upgrade brightray for devtools dock state preference fix
2016-10-11 08:45:42 -07:00
Dan Burzo
75feeca0f0
Small fix to grammar in Build instructions (macOS)
2016-10-11 17:41:28 +03:00
Dan Burzo
120aa1c9ce
Adds link to PyObjC installation instructions
2016-10-11 17:34:35 +03:00
tinydew4
7fa2ffc2a7
Apply the changes on Oct 11, 2016
2016-10-11 12:25:34 +00:00
tinydew4
15fae91ac7
Apply changes about crash-reporter
2016-10-11 12:06:32 +00:00
Cheng Zhao
4ae190dab9
Merge pull request #7549 from electron/about-panel-options
...
Support setting about panel options
2016-10-11 20:18:23 +09:00
Cheng Zhao
0baa60caab
Merge pull request #7528 from electron/key-and-code-on-sent-input-events
...
Set key and code on sendInputEvent keyboard events
2016-10-11 19:34:05 +09:00
Cheng Zhao
2a3bcdcaab
Merge pull request #7518 from electron/inverted-color-scheme
...
Support detecting inverted color scheme on Windows
2016-10-11 19:31:34 +09:00
Zeke Sikelianos
619f74fa12
fix Menu example
2016-10-10 23:01:35 -07:00
Zeke Sikelianos
8aaf029e55
remove unused var
2016-10-10 15:38:27 -07:00
Zeke Sikelianos
bcce7aff18
test that overrideProperty is not overwritten
2016-10-10 15:25:56 -07:00
Zeke Sikelianos
b575055d7e
inherit user-specific MenuItem properties more safely
2016-10-10 14:40:49 -07:00
Kevin Sawicki
d5b3ef5380
Merge pull request #7548 from malept/electron-packager-mas-doc-fix
...
Docs: clarify ignoring object files with electron-packager
2016-10-10 13:50:41 -07:00
Kevin Sawicki
58ef0bea17
Doc app.setAboutPanelOptions
2016-10-10 13:40:57 -07:00
Kevin Sawicki
7de6a06acf
Support setting about panel options
2016-10-10 13:30:58 -07:00
Zeke Sikelianos
2cd10d339f
remove duplicated prop copying
2016-10-10 11:07:01 -07:00
Kevin Sawicki
38281f3364
Implement SysColorChangeListener directly on Windows
2016-10-10 10:43:09 -07:00
Kevin Sawicki
25bcc2dd0d
🎨
2016-10-10 10:43:09 -07:00
Kevin Sawicki
af27c62b07
Doc inverted-color-scheme-changed event
2016-10-10 10:43:08 -07:00
Kevin Sawicki
8b16b82ce9
Add inverted-color-scheme-changed event
2016-10-10 10:43:08 -07:00
Kevin Sawicki
223e9d97a0
Doc systemPreferences.isInvertedColorScheme
2016-10-10 10:43:08 -07:00
Kevin Sawicki
7b49d94e9f
Add systemPreferences.isInvertedColorScheme API
2016-10-10 10:43:08 -07:00
Mark Lee
a677eb0f95
📝 clarify ignoring object files with electron-packager
...
Note that Electron Packager 8.1.0 ignores object files by default.
2016-10-10 13:08:36 -04:00
Kevin Sawicki
987579d391
Send initial keyDown before char event
2016-10-10 09:35:44 -07:00
Kevin Sawicki
99414065a9
Add char/keypress event tests
2016-10-10 09:35:44 -07:00
Kevin Sawicki
e4b0577cb0
Assert key and code in keyup input event spec
2016-10-10 09:35:44 -07:00
Kevin Sawicki
424afd3faf
Update expected key and code values
2016-10-10 09:35:43 -07:00
Kevin Sawicki
6fac14ad3f
Set key and code on keyboard events
2016-10-10 09:35:43 -07:00
Kevin Sawicki
d69367aa9b
Add keydown sendInputEvent specs
2016-10-10 09:35:43 -07:00
Kevin Sawicki
2efb7a12cb
Merge pull request #7544 from tinydew4/fix-docs
...
Fix dot
2016-10-10 09:19:13 -07:00
Kevin Sawicki
9f616b934b
Merge pull request #7542 from Menq/patch-1
...
update
2016-10-10 09:18:41 -07:00
Kevin Sawicki
c016e83eb3
Merge pull request #7541 from tinydew4/translate-ko
...
Translate clang-format
2016-10-10 09:18:23 -07:00
Kevin Sawicki
7015dbf0d2
Merge pull request #7536 from rogerlista/master
...
📝 Translation of faq.md to pt-BR [ci skip]
2016-10-10 09:18:02 -07:00
tinydew4
9f42c4c441
Fix dot
2016-10-10 14:31:05 +00:00
孟强
1841f826fe
update
...
rename electron-prebuild to electron
2016-10-10 17:08:26 +08:00
Cheng Zhao
e24267d060
Update brightray for #7503
2016-10-10 11:35:59 +09:00
Cheng Zhao
91591f37e6
Merge pull request #7500 from electron/store-crashes-in-configured-temp-dir
...
Store crash reports in configured temp dir
2016-10-10 10:19:02 +09:00
tinydew4
8875296338
Translate clang-format.md
2016-10-10 00:53:13 +00:00
Rogério
98eb8cd3c1
📝 Translation of faq.md to pt-BR [ci skip]
2016-10-09 10:56:55 -03:00
Zeke Sikelianos
2acd7f4d12
fix NativeImage link path
2016-10-07 21:25:39 -07:00
Samuel Attard
4d49156dac
Rename bounds -> rectangle
2016-10-08 13:09:31 +11:00
Kevin Sawicki
c147e72c8e
Merge pull request #7499 from electron/clang-format
...
Add a guide to use clang-format
2016-10-07 14:06:18 -07:00
Kevin Sawicki
f872799f5c
Minor edits to clang-format guide
2016-10-07 14:05:33 -07:00
Kevin Sawicki
913bc8e198
Merge pull request #7527 from electron/only-set-global-app-name-on-audio-manager-on-linux
...
Only call media::AudioManager::SetGlobalAppName on Linux
2016-10-07 14:04:03 -07:00
Kevin Sawicki
c37740273f
Add linux guard for SetGlobalAppName call
2016-10-07 13:44:54 -07:00
Kevin Sawicki
f09ed4b677
Merge pull request #7524 from deepak1556/pa_app_name_patch
...
media: set the application name for audio streams shown in external apps
2016-10-07 10:15:35 -07:00
Kevin Sawicki
e52f5933a0
Merge pull request #7522 from tinydew4/translate-ko
...
Add REPL doc in ko-KR and apply other changes
2016-10-07 10:11:24 -07:00
Kevin Sawicki
9339853448
Merge pull request #7520 from electron/fix-undef-webprefs
...
Default webPreferences to empty object always
2016-10-07 10:10:40 -07:00
deepak1556
12fb9f1f18
media: set the application name for audio streams shown in external apps
2016-10-07 16:15:30 +05:30
tinydew4
f3b182606b
Add REPL doc in ko-KR and apply other changes
2016-10-07 08:34:27 +00:00
Samuel Attard
a0284a9bc5
Add spec for window.open with webPreferences set to null
2016-10-07 12:13:04 +11:00
Samuel Attard
09e5035ab5
Default webPreferences to empty object always
2016-10-07 11:45:13 +11:00
Zeke Sikelianos
b7e078e98d
sanitize MenuItem options
2016-10-06 14:37:13 -07:00
Zeke Sikelianos
f80e81bf9f
standardize
2016-10-06 12:20:00 -07:00
Zeke Sikelianos
c34d868609
update docs-linter
2016-10-06 12:20:00 -07:00
Samuel Attard
2b05c61ae3
Update docs for parsing
2016-10-06 12:19:38 -07:00
Samuel Attard
b859afc118
Update docs to follow the 'link first instance' standard
2016-10-06 12:19:38 -07:00
Samuel Attard
03979936f3
Move reused object structures to a standard structures folder
2016-10-06 11:59:42 -07:00
Kevin Sawicki
4d7050553c
Merge pull request #7449 from amtj/repl-docs
...
add REPL documentation
2016-10-06 11:38:48 -07:00
Kevin Sawicki
c104858079
Update Node.js docs link and Windows note
2016-10-06 11:38:09 -07:00
Kevin Sawicki
2c8781ed69
Merge pull request #7511 from tinydew4/translate-ko
...
Update korean docs
2016-10-06 11:12:26 -07:00
Kevin Sawicki
e38fc724f8
Merge pull request #7508 from miniak/docs-fix
...
Add missing documentation
2016-10-06 11:11:31 -07:00
Kevin Sawicki
3bbfc4d420
Merge pull request #7507 from toonborgers/translate-nl
...
Add link to dutch translation in CONTRIBUTING.md [ci skip]
2016-10-06 11:06:18 -07:00
Kevin Sawicki
217010a669
Merge pull request #7515 from electron/newline-before-list
...
Add newline before list
2016-10-06 11:03:52 -07:00
Kevin Sawicki
451cea4675
Add newline before list
2016-10-06 11:02:30 -07:00
Kevin Sawicki
d39182b41a
Pass crashes directory instead of product name and temp dir
2016-10-06 10:55:11 -07:00
Zeke Sikelianos
2cda2bd718
Merge pull request #7502 from squarejaw/patch-1
...
Fix misspelling in docs/api/app.md
2016-10-06 10:44:11 -07:00
Kevin Sawicki
16e3991ffa
Guard against app.getPath throwing with OS fallback
2016-10-06 10:07:40 -07:00
Kevin Sawicki
fbbffe03a5
Add getPath specs
2016-10-06 09:57:25 -07:00
Kevin Sawicki
f61ace74bb
Sort includes
2016-10-06 09:50:06 -07:00
Kevin Sawicki
4a8dcec63a
Wait for crash report to become available
2016-10-06 09:47:07 -07:00
Kevin Sawicki
30c6ca6751
Only call UTF8ToUTF16 on Windows
2016-10-06 09:14:16 -07:00
Kevin Sawicki
84b7bb29f0
Fix Windows compiler errors
2016-10-06 09:02:03 -07:00
Kevin Sawicki
9d1d1f21e9
Use FilePath for crash reporter temp directory
2016-10-06 09:02:03 -07:00
Kevin Sawicki
883c4b63d0
temp_path -> temp_dir
2016-10-06 09:02:02 -07:00
Kevin Sawicki
0380d3ae50
Pass crashes directory to crash service process
2016-10-06 09:02:02 -07:00
Kevin Sawicki
2fbb98a97c
Remove directory assert
2016-10-06 09:02:02 -07:00
Kevin Sawicki
43702e0f8e
Support calling getUploadedReports on unstarted crash reporter
2016-10-06 09:02:02 -07:00
Kevin Sawicki
56d9ce34e4
Use valid Linux report id
2016-10-06 09:02:02 -07:00
Kevin Sawicki
76abb2e18d
Add missing temp_dir arg to override
2016-10-06 09:02:02 -07:00
Kevin Sawicki
a0db484510
Use app.getPath directly for temp path
2016-10-06 09:02:02 -07:00
Kevin Sawicki
b3b856f476
Set productName in main process on Linux
2016-10-06 09:02:02 -07:00
Kevin Sawicki
69a7025c96
Fix Linux compiler errors
2016-10-06 09:02:01 -07:00
Kevin Sawicki
773bfea386
Remove unused rimraf spec dependency
2016-10-06 09:02:01 -07:00
Kevin Sawicki
eafc694bba
Mention crash report locations
2016-10-06 09:02:01 -07:00
Kevin Sawicki
81733a523e
DRY up temp directory logging
2016-10-06 09:02:01 -07:00
Kevin Sawicki
1afe501a36
Add tests for crash reports in custom temp directory
2016-10-06 09:02:01 -07:00
Kevin Sawicki
f282b51c98
🎨 Use ES6 class, destructuring, and let/const
2016-10-06 09:02:01 -07:00
Kevin Sawicki
ac0658bbf1
Use PathService for temp dir path for crashes
2016-10-06 09:02:01 -07:00
tinydew4
116dbc0581
Update ko docs
2016-10-06 14:53:57 +00:00
tinydew4
6af8a0fae4
Update ko docs
2016-10-06 14:27:48 +00:00
tinydew4
79b5ae3d57
Modify docs to refelect the latest
2016-10-06 14:27:48 +00:00
Milan Burda
cb15181f43
Fix typo
2016-10-06 12:03:37 +02:00
Milan Burda
9f342ebbd1
Add missing documentation
2016-10-06 11:30:34 +02:00
Toon Borgers
27795015ff
Add link to dutch translation in CONTRIBUTING.md
2016-10-06 10:56:59 +02:00
Cheng Zhao
79a5de3fd8
Bump v1.4.3
2016-10-06 17:12:07 +09:00
Cheng Zhao
2624738534
Lock the version of electron-docs-linter
2016-10-06 17:12:06 +09:00
Cheng Zhao
10b91b1291
Merge pull request #7488 from electron/native-image-resize-and-crop
...
Support resizing and cropping native images
2016-10-06 15:01:41 +09:00
Cheng Zhao
1781ceb25b
Merge pull request #7494 from thomsonreuters/Update_Test_For_Missing_Additional_Features
...
Update BrowserWindow's test to check additional features upon window.open() call
2016-10-06 14:45:28 +09:00
Cheng Zhao
051e5c27b3
Update brightray for #7332
2016-10-06 14:42:14 +09:00
Cheng Zhao
5285b729be
Merge pull request #7407 from thomsonreuters/New_Window_Handler_Can_Create_And_Return_Window
...
New-window event handler can return its own BrowserWindow instance
2016-10-06 14:37:48 +09:00
Bryan Bess
9bc6000cb5
📝 Fix misspelling in docs/api/app.md [ci skip]
2016-10-05 19:17:49 -05:00
Zeke Sikelianos
fdf3f6ce30
remove unneeded new keyword
2016-10-05 13:44:28 -07:00
Haojian Wu
0d930b65f1
📝 clang-format on Electron C++ code.
2016-10-05 22:12:48 +02:00
Zeke Sikelianos
16b3962b66
preserve custom properties passed to MenuItem constructor
2016-10-05 12:24:08 -07:00
Kevin Sawicki
4b95f3a462
Mark width/height as optional
2016-10-05 11:02:58 -07:00
Kevin Sawicki
4ffae1d563
Add spec for getAspectRatio
2016-10-05 11:02:58 -07:00
Kevin Sawicki
abffd98e29
Resize images with preserve aspect ratio
2016-10-05 11:02:58 -07:00
Kevin Sawicki
56f9cc683a
bounds -> rect
2016-10-05 11:02:57 -07:00
Kevin Sawicki
49cc00dedf
Add tests of resizing/cropping an empty image
2016-10-05 11:02:57 -07:00
Kevin Sawicki
9fa13710aa
Document crop and resize
2016-10-05 11:02:57 -07:00
Kevin Sawicki
0eda33f057
Add tests for cropping native images
2016-10-05 11:02:57 -07:00
Kevin Sawicki
2b4fff70d5
Add initial crop method
2016-10-05 11:02:57 -07:00
Kevin Sawicki
a80f4c1605
Add specs for other create image helpers
2016-10-05 11:02:57 -07:00
Kevin Sawicki
6aba4e916a
🎨 Use deepEqual asserts
2016-10-05 11:02:57 -07:00
Kevin Sawicki
6a7f0d70fd
Add native image resize tests
2016-10-05 11:02:56 -07:00
Kevin Sawicki
042684fb38
Add resize method to native image
2016-10-05 11:02:56 -07:00
Kevin Sawicki
018575de71
Merge pull request #7496 from electron/app-doc-fix
...
Add newline before return list
2016-10-05 09:36:01 -07:00
Kevin Sawicki
8c0588d4e0
Merge pull request #7495 from toonborgers/translate-nl
...
📝 Dutch translation for CONTRIBUTING.md [ci skip]
2016-10-05 09:34:08 -07:00
Kevin Sawicki
aaa8c56686
Merge pull request #7487 from fplucas/master
...
📝 Fix the link source-code-directory-structure.md on pt-br [ci skip]
2016-10-05 09:33:07 -07:00
Kevin Sawicki
5e936a24ac
Add newline before list
2016-10-05 09:24:33 -07:00
Michael Vasseur
edd80d88a9
Update BrowserWindow's test to check additional features upon window.open() call
2016-10-05 13:45:15 +02:00
Toon Borgers
25659e482e
Fix relative url
2016-10-05 12:28:36 +02:00
Toon Borgers
a097d17166
Fix relative link, added translation link for dutch
2016-10-05 12:28:08 +02:00
Toon Borgers
d4bbc24031
Translate CONTRIBUTING.md
2016-10-05 12:25:50 +02:00
Michael Vasseur
3dd41bc09a
Fix errors
2016-10-05 11:46:55 +02:00
Michael Vasseur
9490ec7686
Fix JS Lint issues
2016-10-05 09:47:39 +02:00
Michael Vasseur
a2b3cf95a7
Sets correct openerId in mergeBrowserWindowOptions() to give correct options to 'new-window' event handler
2016-10-05 09:47:39 +02:00
Michael Vasseur
cc7f4fedf6
Rebase with recent changes
2016-10-05 09:47:39 +02:00
Michael Vasseur
22bd7c0271
Updated the related documentation
2016-10-05 09:47:38 +02:00
Michael Vasseur
3408c8038e
Fix indentation
2016-10-05 09:47:38 +02:00
Michael Vasseur
5a4cdcfde1
'new-window' event handlers can return their window when default behavior is prevented
2016-10-05 09:46:54 +02:00
Toon Borgers
0babe4a5ed
Add english version to start from
2016-10-05 09:27:20 +02:00
Toon Borgers
a538b37854
Create CONTRIBUTING.md
2016-10-05 09:16:34 +02:00
Cheng Zhao
ebaeec1677
Merge pull request #7491 from electron/initialize-direct-write-font-proxy
...
Enable emoji as fallback font on Windows 10
2016-10-05 14:15:55 +09:00
Kevin Sawicki
1f1d9cefca
Update libchromiumcontent for #7334
2016-10-04 17:28:46 -07:00
Haojian Wu
a846088eac
Add clang-format config file.
2016-10-04 22:42:49 +02:00
Kevin Sawicki
43f4eb76c4
Merge pull request #7489 from davej/patch-2
...
Docs: Correct image.getSize() type signature
2016-10-04 13:36:48 -07:00
Dave Jeffery
29b9fbcc9a
Docs: Move buffer link to end of file
2016-10-04 21:34:24 +01:00
Dave Jeffery
4d10b9a31b
Docs: Correct image.getSize() type signature
2016-10-04 21:20:42 +01:00
Lucas Pugliesi
0727102c5e
📝 Fix the link source-code-directory-structure.md on pt-br [ci skip]
2016-10-04 14:43:11 -03:00
Kevin Sawicki
4c2590ed92
Merge pull request #7486 from fplucas/master
...
📝 Translation of build-instructions-osx.md to pt-br [ci skip]
2016-10-04 10:31:08 -07:00
Lucas Pugliesi
66ce176b22
Merge remote-tracking branch 'upstream/master'
2016-10-04 14:27:00 -03:00
Lucas Pugliesi
a824ff479a
📝 Translation of build-instructions-osx.md to pt-br [ci skip]
2016-10-04 14:26:41 -03:00
Kevin Sawicki
c88c6b1323
Merge pull request #7481 from fplucas/master
...
📝 Translation of synopsis.md to pt-br [ci skip]
2016-10-04 09:11:16 -07:00
Kevin Sawicki
b459f00bd3
Merge pull request #7478 from tinydew4/translate-ko
...
Update the ko-KR docs related to the `additionalFeatures`.
2016-10-04 09:10:55 -07:00
Amitoj
00376c1d59
add note about windows
...
note "REPL is not available on Windows."
2016-10-04 19:32:46 +05:30
Lucas Pugliesi
85a8b149bb
📝 Translation of synopsis.md to pt-br [ci skip]
2016-10-04 09:37:18 -03:00
tinydew4
3fcb57559a
Update the ko-KR docs related to the .
2016-10-04 08:35:07 +00:00
Cheng Zhao
bf21892cfa
Merge pull request #7291 from thomsonreuters/Fix_Missing_Additional_Features_New_Popup_Windows
...
Fix for missing additional features fields when creating new popup windows
2016-10-04 15:42:36 +09:00
Cheng Zhao
c4576463e2
Format the docs according to style guide
2016-10-04 14:41:37 +09:00
Michael Vasseur
3af686daff
Documented JavasScript API changes related to the fix for additional features processing
2016-10-04 14:38:32 +09:00
Michael Vasseur
c811188e22
Updated required code to handle missing additional features for popup windows
2016-10-04 14:38:32 +09:00
Cheng Zhao
ef88a06f08
Update libchromiumcontent for #7291
2016-10-04 14:30:59 +09:00
Cheng Zhao
cf050ff9e2
Merge pull request #7468 from electron/focus-window-when-menu-is-clicked
...
Focus window when menu button is pressed
2016-10-04 14:22:49 +09:00
Kevin Sawicki
bb04069e83
Merge pull request #7437 from fplucas/master
...
📝 Translation of CONTRIBUTING.md to pt-br [ci skip]
2016-10-03 15:37:52 -07:00
Amitoj
a938859eb8
repl-docs: move file to tutorials
...
also add note for renderer processes.
2016-10-04 00:12:25 +05:30
Lucas Pugliesi
8d35576a36
Merge CONTRIBUTING.md
2016-10-03 15:18:03 -03:00
Kevin Sawicki
9cae04edde
Remove unused ButtonListener
2016-10-03 10:26:18 -07:00
Kevin Sawicki
11684c2c73
Focus submenu buttons when clicked
2016-10-03 10:13:41 -07:00
Kevin Sawicki
e258973490
Merge pull request #7434 from rafaelstz/patch-2
...
Update year in LICENSE file
2016-10-03 09:29:54 -07:00
Kevin Sawicki
00d57fa547
Merge pull request #7433 from rafaelstz/patch-1
...
Update license in README file
2016-10-03 09:29:26 -07:00
Kevin Sawicki
24106469c5
Merge pull request #7456 from amitmerchant1990/patch-1
...
Update accessibility.md
2016-10-03 09:28:22 -07:00
Kevin Sawicki
9c55280917
Merge pull request #7457 from josephfrazier/fix-findinpage-links
...
Fix webContents.findInPage links in docs
2016-10-03 09:22:53 -07:00
Cheng Zhao
98333049ec
Merge pull request #7452 from enlight/node-buffer-safe-free
...
Prevent undefined behavior when some Node Buffer objects are destroyed
2016-10-03 21:57:37 +09:00
Cheng Zhao
63b45a873b
Merge pull request #7451 from was4444/master
...
keep up with en version
2016-10-03 21:35:06 +09:00
Cheng Zhao
ec34bfde26
Merge pull request #7432 from electron/check-if-window-closed
...
Ignore already closed windows
2016-10-03 21:21:35 +09:00
Cheng Zhao
8ae91ea2ee
Merge pull request #7444 from rogerlista/master
...
📝 Translation of CODE OF CONDUCT.md to pt-BR [ci skip]
2016-10-03 21:19:35 +09:00
Cheng Zhao
772c456513
Merge pull request #7335 from miniak/set-default-error-mode
...
Add process.setDefaultErrorMode()
2016-10-03 20:53:42 +09:00
Cheng Zhao
3a4cd19226
Merge pull request #7461 from electron/revert-7416-fix-windows-draggable-high-dpi
...
Revert "Fix for issues seen on frameless window (Windows) when at 200% resolution"
2016-10-03 20:42:44 +09:00
Cheng Zhao
4d8c1c61a5
Revert "Fix for issues seen on frameless window (Windows) when at 200% resolution"
2016-10-03 20:41:52 +09:00
Cheng Zhao
bee3abe334
Merge pull request #7416 from bsclifton/fix-windows-draggable-high-dpi
...
Fix for issues seen on frameless window (Windows) when at 200% resolution
2016-10-03 18:34:18 +09:00
Joseph Frazier
5d1c626a53
Fix webContents.findInPage links in docs
2016-10-03 02:07:52 -04:00
Amit Merchant
fb612075c4
Update accessibility.md
2016-10-03 11:13:25 +05:30
Vadim Macagon
7c5d3296e7
Prevent undefined behavior when some Node Buffer objects are destroyed
...
If node::Buffer::New() is used to wrap an existing chunk of memory
without providing a custom callback to release that memory then Node
will just use `free()`. In a couple of places Node buffer objects were
constructed from chunks of memory that were allocated with `new[]`, but
a custom callback to release that memory was omitted, this resulted in
undefined behavior when those buffers were destroyed because `free()`
was used to release memory allocated with `new[]`.
To avoid undefined behavior the aforementioned buffer objects are now
constructed with a custom callback that safely releases the underlying
chunk of memory.
2016-10-03 10:26:26 +07:00
Amitoj
002b9b5d4b
add link to repl documentation
2016-10-02 23:47:11 +05:30
Amitoj
a0a23e04cf
s/provides/provides a/
2016-10-02 23:42:37 +05:30
wxf
763fdb4be1
keep up with en version
2016-10-02 21:45:22 +08:00
Amitoj
4d0cef5070
add REPL documentation
2016-10-02 18:20:29 +05:30
Rogério
18c7ba94f8
📝 Translation of accessibility.md to pt-BR [ci skip]
2016-10-01 21:28:17 -03:00
Rogério
5fb72b5e05
📝 Translation of README.md to pt-BR [ci_skip]
2016-10-01 20:55:12 -03:00
Rogério
960971b195
📝 Translation of CONTRIBUTING.md to pt-BR[ci skip]
2016-10-01 19:56:01 -03:00
Rogério
b10a6422d4
Translation of CODE OF CONDUCT.md to pt-BR [ci skip]
2016-10-01 17:59:30 -03:00
Lucas Pugliesi
2714f280f5
📝 Translation of file-object.md to pt-br [ci skip]
2016-10-01 09:07:49 -03:00
Lucas Pugliesi
9c53d241fa
📝 Translation of CONTRIBUTING.md to pt-br [ci skip]
2016-10-01 08:45:31 -03:00
Rafael Corrêa Gomes
f4d33e366d
Update year in LICENSE file
2016-10-01 00:34:29 -03:00
Rafael Corrêa Gomes
73cdf35c98
Update license in README file
2016-10-01 00:33:51 -03:00
Kevin Sawicki
140651c258
Ignore already closed windows
2016-09-30 15:04:13 -07:00
Kevin Sawicki
ff6a8fac2a
Merge pull request #7417 from electron/check-sheet-parent-before-beginning
...
Only begin sheet when no sheet parent
2016-09-30 13:08:35 -07:00
Kevin Sawicki
1807458c66
Only begin sheet when no sheet parent
2016-09-30 10:43:43 -07:00
Kevin Sawicki
fb41474555
Merge pull request #7429 from electron/webview-max-listeners
...
Ensure webviews get reset after spec finishes
2016-09-30 10:43:27 -07:00
Kevin Sawicki
3f390c6849
Ensure webviews get reset after spec finishes
2016-09-30 10:15:11 -07:00
Kevin Sawicki
4a186069d9
Merge pull request #7428 from electron/sandbox-specs
...
Explicitly close popup window from sandbox spec
2016-09-30 09:28:59 -07:00
Kevin Sawicki
d942694695
openedWindow -> popupWindow
2016-09-30 08:54:24 -07:00
Kevin Sawicki
766f5afabd
Explicitly close popup window
2016-09-30 08:50:41 -07:00
Kevin Sawicki
e16fa08e61
🎨
2016-09-30 08:38:21 -07:00
Kevin Sawicki
b07d4eba11
Merge pull request #7427 from tinydew4/translate-ko
...
Update ko-KR/api/session.md
2016-09-30 08:14:46 -07:00
tinydew4
f1d1070baa
Update ko-KR/api/session.md
2016-09-30 15:09:11 +00:00
Kevin Sawicki
0c146de7dd
Merge pull request #7422 from tinydew4/translate-ko
...
Update korean CODE_OF_CONDUCT.md
2016-09-30 07:56:07 -07:00
Cheng Zhao
5a56de501a
Bump v1.4.2
2016-09-30 17:39:27 +08:00
Cheng Zhao
11d16a7342
Merge pull request #7415 from electron/disable-tab-menu-on-sierra
...
Hide Show Tab Bar menu item on macOS Sierra
2016-09-30 17:23:54 +08:00
Cheng Zhao
1b5db42ec6
Merge pull request #7398 from electron/cookie-changed-event
...
Add cookie changed event
2016-09-30 17:10:44 +08:00
tinydew4
0b6b4ca50d
Update CODE_OF_CONDUCT.md
2016-09-30 06:32:07 +00:00
tinydew4
e7e8b3fdb6
Remove BOM to korean docs
2016-09-30 00:03:29 +00:00
Milan Burda
5bfa898a02
Always drop SEM_NOGPFAULTERRORBOX flag from error mode (enables WER if crashReporter is not started)
2016-09-29 13:57:41 -07:00
Kevin Sawicki
770a3509cf
Add forward declaration of NSWindow.allowsAutomaticWindowTabbing
2016-09-29 10:54:59 -07:00
Kevin Sawicki
b14870d9a1
Merge pull request #7413 from deepak1556/devtools_filesystemapi_patch
...
browser: allow filesystem access for devtools scheme
2016-09-29 10:52:47 -07:00
Brian Clifton
52340b43f5
Possible fix for issues seen on frameless window (Windows) when at 200%
2016-09-29 10:48:36 -07:00
deepak1556
1323542373
browser: allow filesystem access for devtools scheme
2016-09-29 22:54:39 +05:30
Kevin Sawicki
24b9313958
Disable Show Tab Bar menu item on macOS Sierrra
2016-09-29 10:18:15 -07:00
Kevin Sawicki
0e1290fc10
Upgrade brightray for merged cookie delegate support
2016-09-29 09:18:21 -07:00
Kevin Sawicki
8abe8fe01d
Remove unneeded locker and handle scope
2016-09-29 09:16:35 -07:00
Kevin Sawicki
77b35ba7ab
Use separate session for cookies change event test
2016-09-29 09:16:35 -07:00
Kevin Sawicki
96e48ac13c
Document cookie changed event
2016-09-29 09:16:35 -07:00
Kevin Sawicki
d83534d513
Add specs for cookie changed event
2016-09-29 09:16:35 -07:00
Kevin Sawicki
19c7ee0932
Use scoped_refptr for cookie delegate
2016-09-29 09:16:35 -07:00
Kevin Sawicki
24bcf6ac16
Add initial cookie changed event support
2016-09-29 09:16:29 -07:00
Kevin Sawicki
5d23d165a9
Upgrade brigthray for cookie monster delegate
2016-09-29 09:16:29 -07:00
Kevin Sawicki
b3b9994ce8
Configure ink drops on menu bar buttons ( #7397 )
...
* Add ink drop to menu bar buttons
* Pass background color to submenu button
* Sort includes
2016-09-29 09:15:12 -07:00
Arus
df0bda058f
Update korean docs, according to most recent changes and other missing. ( #7400 )
...
* Apply changes
* Apply changes
* Apply changes
* Apply changes
* Fix all JS standard syntax errors
* Apply of recent changes, #7374
2016-09-29 08:52:40 -07:00
Cheng Zhao
15b8449411
Merge pull request #7393 from electron/upgrade-brigthray-for-ct-fix
...
Upgrade Brightray for certificate transparency crash fix
2016-09-29 16:56:31 +08:00
Cheng Zhao
e1d68fa3cd
Merge pull request #7374 from electron/fixup-return-values
...
Update docs to contain more specific return values
2016-09-29 16:44:08 +08:00
Cheng Zhao
2c9ce3f3e0
Merge pull request #7372 from electron/update-docs-linter
...
update electron-docs-linter
2016-09-29 16:43:22 +08:00
Cheng Zhao
734f42b5f9
Merge pull request #7319 from Menci/master
...
Workaround for electron/electron#5050
2016-09-29 16:42:30 +08:00
Kevin Sawicki
3cff64001d
Upgrade brightray for CT crash fix
2016-09-28 16:02:48 -07:00
Kevin Sawicki
241297fb2e
Merge pull request #7388 from electron/custom-window-level-test
...
Add test for BrowserWindow.setAlwaysOnTop
2016-09-28 15:47:29 -07:00
Kevin Sawicki
d4583006b3
Merge pull request #7391 from kiavashps/patch-1
...
docs: app.md - fix relaunch arg concat syntax
2016-09-28 10:30:59 -07:00
Kiavash Page
d42e51e33a
app.md - fix relaunch arg concat syntax
2016-09-28 10:23:03 -07:00
Kevin Sawicki
3bed19d70d
Add spec for BrowserWindow.setAlwaysOnTop
2016-09-28 09:23:52 -07:00
Kevin Sawicki
fd6ef6712f
Link to window level macOS docs
2016-09-28 09:20:22 -07:00
Cheng Zhao
c51982a231
Merge pull request #7362 from bsclifton/fix-windows-draggable-high-dpi
...
Fixes mouse coordinates for Windows when display is set to a higher DPI
2016-09-28 19:42:17 +08:00
Cheng Zhao
53d4c36332
Merge pull request #7353 from electron/no-login-item-apis-on-mas
...
document lack of MAS support for login item APIs
2016-09-28 19:20:32 +08:00
Cheng Zhao
de76bf5f63
Merge pull request #7296 from adammeyer/custom-window-level
...
Allow custom window level when sending window to top
2016-09-28 19:18:12 +08:00
Samuel Attard
e0e47ea9a1
Update docs to contain more specific return values
2016-09-28 18:28:44 +13:00
Zeke Sikelianos
3989139378
update electron-docs-linter
2016-09-27 22:04:22 -07:00
Menci
ca68dfe097
🎨 Remove extra semicolon
2016-09-28 06:45:15 +08:00
Kevin Sawicki
5114d571df
Merge pull request #7364 from tiagotol/patch-1
...
Update quick-start.md
2016-09-27 13:02:25 -07:00
tiagotol
08808664b6
Update quick-start.md
2016-09-27 14:29:35 -03:00
Brian Clifton
13de65d310
Fixes mouse coordinates for Windows when display is set to a higher DPI (ex: enlarged by 150% using display settings)
2016-09-27 08:23:48 -07:00
Zeke Sikelianos
6728efe87e
Merge pull request #7339 from electron/document-return-values
...
Document the return values of all methods in the docs
2016-09-27 07:39:25 -07:00
Cheng Zhao
458c4dd129
Merge branch 'support-chromium-sandbox' of https://github.com/tarruda/electron into tarruda-support-chromium-sandbox
2016-09-27 20:02:23 +08:00
Menci
ef45b67dbf
🐧 🐛 Move the workaround to lib/browser/init.js
2016-09-27 19:19:52 +08:00
Cheng Zhao
604700187d
Merge pull request #7327 from MaxWhere/osr-fixes
...
Small fixes for offscreen rendering
2016-09-27 19:17:10 +08:00
Cheng Zhao
7e1ae369ed
Merge pull request #7356 from electron/fix-typo
...
fix typo
2016-09-27 19:05:06 +08:00
Cheng Zhao
9850af93c9
Merge pull request #7313 from electron/add-type-to-webview-style-tag
...
add type to webview style tag
2016-09-27 19:03:08 +08:00
Cheng Zhao
4c8d0ab804
Merge pull request #7298 from deepak1556/content_settings_patch
...
protocol: disable storage for non standard custom schemes
2016-09-27 18:52:36 +08:00
Thiago de Arruda
47fd41715f
Add some tests for "sandbox" option
2016-09-27 06:01:47 -03:00
Thiago de Arruda
a64978b812
Use the routing id on api::WebContents::GetID
...
The sandbox option allows multiple webContents in one renderer process, so using
the only the renderer id to identify WebContents instances is no longer an
option.
WebContents::GetID now returns a 64-bit integer, which is composed of both the
process id(high 32), and the RenderViewHost routing id(low 32). Also add a
`GetProcessID` that retrieves the renderer process id, a requirement in some of
our javascript code.
2016-09-27 06:01:47 -03:00
Thiago de Arruda
524bab530a
Improve AtomSandboxedRendererClient to support preload scripts.
...
Add RenderFrameObserver/RenderViewObserver subclasses that implement the
necessary support for preload scripts in sandboxed renderers.
2016-09-27 06:01:47 -03:00
Thiago de Arruda
72154b64ed
Embed setup bundle for preload scripts in sandboxed renderers.
...
Add a gyp target that creates a browserify bundle starting with
`lib/sandboxed_renderer/init.js`, which is embedded into the executable using
the `atom_js2c` target.
The goal of this bundle is to provide a very basic environment for preload
scripts where a `require` function is available.
2016-09-27 06:01:47 -03:00
Thiago de Arruda
695509e267
Add browser side support for reading files from renderer.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
0f7652dc85
Move code that defines ipcRenderer methods into another file.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
1713200084
Refactor the atom_js2c target to include javascript from multiple dirs.
...
Before invoking js2c, copy all files that must be embedded into the shared
intermediate directory, and modify the js2c wrapper script to include all files
from that directory(which is passed as argument).
This allows the build system to embed files that don't share a common base
directory, such as javascript generated at build time.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
6afe8aa7f2
Move EmitIPCEvent into AtomRenderViewObserver.
...
Refactor this function as a method so it is possible to inherit most behavior
from AtomRenderViewObserver and override EmitIPCEvent.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
c8629019f5
Expose atom_api_renderer_ipc module API
2016-09-27 06:01:46 -03:00
Thiago de Arruda
a7b6332ed0
Add atom::AtomSandboxedRendererClient class
2016-09-27 06:01:46 -03:00
Thiago de Arruda
06cc9a44fe
Add support for native chromium popups on sandboxed renderers.
...
- Allow `api::Window` instances to be created from existing `api::WebContents`.
- Override `WebContentsCreated` and `AddNewContents` to wrap renderer-created
`content::WebContents` into `api::WebContents`.
- For `content::WebContents` that should be displayed in new windows, pass the
wrapped `api::WebContents` object to window manager.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
0b3b29938f
Allow api::WebContents to fully wrap an existing content::WebContents.
...
- Add an overload to `WebContents::CreateFrom` that accepts a type parameter. If
type is `REMOTE`, initialization is the same as before(a thin wrapper). If
not, the `api::WebContents` will be fully initialized, as if it was created by
`api::WebContents::Create`.
- Move common initialization code to `InitWithSessionAndOptions`.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
1b1541fe1a
Decouple api::Window initialization from api::WebContents construction.
2016-09-27 06:01:46 -03:00
Thiago de Arruda
1d228446db
Expose --enable-sandbox command-line switch.
...
When `--enable-sandbox` is passed, electron will use chromium sandbox to spawn
all renderers, and every new BrowserWindow will automatically have "sandboxed"
passed as a web preference(since the renderer would not work properly
otherwise).
2016-09-27 06:01:46 -03:00
Thiago de Arruda
c783ec72bc
Add "sandboxed" option to "webPreferences".
...
When "sandboxed" is passed as a web preference for `BrowserWindow`, the newly
created renderer won't run any node.js code/integration, only communicating with
the system via the IPC API of the content module. This is a requirement for
running the renderer under chrome OS-level sandbox.
Beyond that, certain behaviors of AtomBrowserClient are modified when dealing
with sandboxed renderers:
- `OverrideSiteInstanceNavigation` no longer create a new `SiteInstance` for
every navigation. Instead, it reuses the source `SiteInstance` when not
navigating to a different site.
- `CanCreateWindow` will return true and allow javascript access.
2016-09-27 06:01:46 -03:00
Zeke Sikelianos
90c5972fce
Merge pull request #7342 from tinydew4/update-changes
...
Update changes to korean docs.
2016-09-26 22:19:45 -07:00
Zeke Sikelianos
1f677ed361
fix typo
2016-09-26 22:12:51 -07:00
Zeke Sikelianos
9c19b4e3d5
Merge pull request #7343 from tinydew4/translate-ko
...
Translate newest styleguide.md and update changes to system-preferences.md
2016-09-26 21:47:42 -07:00
Zeke Sikelianos
d4a1f396fb
tweak wording about complex objects
2016-09-26 21:04:54 -07:00
arus
72e3816143
Change a word
2016-09-27 09:38:23 +09:00
arus
9dd181c206
Change some sentences after review
2016-09-27 09:34:59 +09:00
Zeke Sikelianos
9828926002
Merge pull request #7340 from tinydew4/fix-link
...
Fix broken link in original docs
2016-09-26 12:04:22 -07:00
Zeke Sikelianos
bb955b6202
document lack of MAS support for login item APIs
2016-09-26 11:00:13 -07:00
Cheng Zhao
1dd05ff520
Merge pull request #7338 from electron/fix-get-accent-color-docs
...
Fix getAccentColor() docs in system-preferences.md
2016-09-26 15:39:40 +08:00
Cheng Zhao
19bd5ea8ba
Merge pull request #7316 from tinydew4/update-ko
...
Update debugging-main-process and Add planned-breaking-changes
2016-09-26 12:56:22 +08:00
arus
bcf7a86dc7
Update changes to ko-KR/api
2016-09-26 00:03:32 +09:00
arus
2fbdac1034
Update changes to ko-KR/api/app.md
2016-09-25 23:50:36 +09:00
arus
577585df63
Update changes to ko-KR/api/power-monitor.md
2016-09-25 23:48:09 +09:00
arus
f13bd655a1
Update changes to ko-KR/api/screen.md
2016-09-25 23:45:56 +09:00
arus
81de0518d9
Update changes to ko-KR/api/web-contents.md
2016-09-25 23:43:24 +09:00
arus
d93a86e8cc
Remove some changes
2016-09-25 23:37:34 +09:00
arus
7e186cee55
Remove some changes
2016-09-25 23:28:59 +09:00
arus
97da066ae2
Update changes to ko-KR/api/web-contents.md
2016-09-25 23:25:05 +09:00
arus
b58f73b5c9
Update change to ko-KR/README.md
2016-09-25 23:18:18 +09:00
arus
ad1cb16a76
Update changes to web-view-tag.md
2016-09-25 22:58:41 +09:00
arus
cd4a66dca5
Update changes to browser-window.md
2016-09-25 22:40:05 +09:00
arus
cc282a1114
Update /ko-KR/api/system-preferences.md
2016-09-25 21:57:43 +09:00
arus
270d6f774a
Update changes to browser-window and correct a word
2016-09-25 21:40:33 +09:00
Samuel Attard
987a2e173a
Fix docs linting
2016-09-25 21:57:37 +13:00
arus
66efaa5e0f
Update /ko-KR/styleguide.md
2016-09-25 17:04:34 +09:00
arus
27a9f960de
Fix broken link
2016-09-25 16:15:16 +09:00
arus
74e03d285e
Fix broken link
2016-09-25 16:13:34 +09:00
arus
123f2a8265
Update /ko-KR/styleguide.md
2016-09-25 16:05:45 +09:00
arus
d25c2d0f41
Update /ko-KR/api/system-preferences.md
2016-09-25 16:05:45 +09:00
Samuel Attard
d2a701a465
Document the return values of all methods in the docs
2016-09-25 12:59:30 +13:00
Vadim Macagon
1df30821db
Fix getAccentColor() docs in system-preferences.md
...
Example was using a non-existent method.
2016-09-25 01:45:34 +07:00
Zeke Sikelianos
bf88fe32fd
Merge pull request #7333 from tinydew4/translate-ko
...
Translate CODE_OF_CONDUCT and change a word as other docs, in korean
2016-09-24 10:04:04 -07:00
arus
e21d5bd380
Change some sentences more smoothly
2016-09-24 15:58:58 +09:00
arus
04bdc87283
Change some smoothly
2016-09-24 11:33:31 +09:00
arus
177ccbc014
Translate CODE_OF_CONDUCT and change a word as other docs, in korean
2016-09-24 10:37:17 +09:00
Zeke Sikelianos
d6cd9e3034
Merge pull request #7331 from tinydew4/fix-link
...
Fix broken links
2016-09-23 17:19:07 -07:00
Zeke Sikelianos
d391f1b527
Merge pull request #7330 from tinydew4/translate-ko
...
Translate accessibility and change some in korean
2016-09-23 17:07:40 -07:00
arus
8c7a4de27b
Fix broken links
2016-09-24 08:26:25 +09:00
Arus
7cd7894878
Update accessibility.md
2016-09-24 08:23:36 +09:00
arus
d7fc7ef2ee
Fix errata
2016-09-24 08:19:24 +09:00
arus
6aef061362
Translate accessibility.md in korean
2016-09-24 08:14:19 +09:00
arus
e4943b3ab3
Change more smoothly
2016-09-24 07:18:39 +09:00
arus
091136908d
Replace changes as link of original docs
2016-09-24 06:51:28 +09:00
Zeke Sikelianos
c6390e71d9
Merge pull request #7314 from tinydew4/translate-ko
...
Translate ko, debug-instructions-macos.md
2016-09-23 11:53:45 -07:00
gellert
ab5e51c209
fixes software rendering on macos and small resizing addition
2016-09-23 20:27:05 +02:00
Menci
938b9e897a
🐧 🐛 Workaround for electron/electron#5050
...
Chromium only show the Tray icon with libappindicator when the env `XDG_CURRENT_DESKTOP`'s value is `Unity`. But under elementaryOS its value is 'Pantheon'.
Set it to `Unity` before app startup make the tray icon show under elementaryOS.
2016-09-23 18:07:43 +08:00
arus
924033c2ba
Remove notice on top
2016-09-23 14:03:42 +09:00
arus
99e256f461
Translate debug-instructinos-macos.md in korean
2016-09-23 14:03:42 +09:00
arus
d2bcbafe73
Translate additonally
2016-09-23 12:56:21 +09:00
arus
5c07643d24
Apply debugging-main-process changes in korean
2016-09-23 12:51:28 +09:00
Zeke Sikelianos
56d62ff589
add html doctype
2016-09-22 14:47:20 -07:00
Zeke Sikelianos
62375663ab
add type to webview style tag
2016-09-22 14:34:03 -07:00
Kevin Sawicki
f5694daeb7
Merge pull request #7299 from Gioggio/master
...
Docs: Start Italian translations
2016-09-22 12:21:09 -07:00
Gioggio
3a73625ece
📝 Update translation for faq.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
3b45f5a8e9
📝 Add styleguide.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
78791763cf
📝 Fix typos and improve translations in README.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
81b55c1700
📝 Add faq.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Gioggio
39a3ffdb9d
📝 Add README.md
...
[ci skip]
2016-09-22 21:07:13 +02:00
Kevin Sawicki
df03c92249
Compare against NSNormalWindowLevel in IsAlwaysOnTop
2016-09-22 09:41:06 -07:00
Kevin Sawicki
c336cf59c1
Ignore level when calling SetAlwaysOnTop on Widget
2016-09-22 09:38:04 -07:00
Kevin Sawicki
fcd6fd9fd5
Merge pull request #7310 from BenV/patch-1
...
Add npm_config_target_arch to native module doc
2016-09-22 09:34:19 -07:00
Kevin Sawicki
1ec173ad81
Merge pull request #7308 from tinydew4/translate-ko
...
Apply docs changes to korean docs
2016-09-22 09:32:41 -07:00
Kevin Sawicki
bce62622bb
Fix compiler errors
2016-09-22 09:22:28 -07:00
Ben Vinson
1290ddb5c9
Add npm_config_target_arch to native module doc
...
We ran into an issue when creating a 32-bit binary on 64-bit Windows where node-pre-gyp kept using the 64-bit library. Setting the `npm_config_target_arch` environment variable resolved the problem for us and caused the 32-bit binary to be built and used.
2016-09-22 09:46:31 -06:00
Kevin Sawicki
ea42722918
Merge pull request #7284 from enlight/debugging-with-electron-inspector
...
Split up debugging-main-process.md, add electron-inspector guide
2016-09-22 08:40:38 -07:00
arus
aac09e5234
Fix erratum
2016-09-22 22:56:19 +09:00
arus
df3896b143
Apply docs changes to korean docs
2016-09-22 22:53:11 +09:00
Cheng Zhao
903bf444d9
Bump v1.4.1
2016-09-22 19:05:58 +09:00
Cheng Zhao
3dad8734a0
Do not copy api.json on Windows
2016-09-22 19:05:58 +09:00
Vadim Macagon
762a5bbefa
Split up debugging-main-process.md, add electron-inspector guide
...
- Move the debugging guides for VSCode and node-inspector into separate
files.
- Add instructions for using electron-inspector to the node-inspector
guide.
- Remove note in node-inspector guide about crashing when inspecting
`process` (it was fixed a long time ago:
https://github.com/nodejs/node-v0.x-archive/issues/8205 )
2016-09-22 15:43:06 +07:00
Cheng Zhao
d3a175cea8
Merge pull request #7303 from electron/fix-out-dir
...
electron-api.json is under out/ instead of out/R/
2016-09-22 14:39:33 +09:00
Cheng Zhao
4e0f810148
electron-api.json is under out/ instead of out/R/
2016-09-22 14:31:28 +09:00
Cheng Zhao
32543997d4
Merge pull request #7297 from electron/clean-docs
...
Mention build cleaning on all three platforms
2016-09-22 14:14:36 +09:00
Cheng Zhao
c9a3ab3a81
Merge pull request #7295 from electron/native-image-bad-path-docs
...
Mention createFromPath bad path return value
2016-09-22 14:14:15 +09:00
Cheng Zhao
3b4a071723
Merge pull request #7294 from electron/mutate-remote-array-docs
...
Mention mutating remote arrays and buffers
2016-09-22 14:13:49 +09:00
Cheng Zhao
de9b01409b
Merge pull request #7293 from electron/bookmark-windows-docs
...
Mention using fallback text when writing bookmarks on Windows
2016-09-22 14:13:28 +09:00
Cheng Zhao
296a53536d
Merge pull request #7292 from electron/ct-log-verifiers
...
Upgrade Brigthray for CT log verifier fix
2016-09-22 14:11:20 +09:00
adammeyer
783d47f78b
custom window level as string
2016-09-21 22:49:06 -04:00
adammeyer
b35bde662a
custom window level docs
2016-09-21 19:06:36 -04:00
deepak1556
ad783652c8
update docs
2016-09-22 00:20:34 +05:30
deepak1556
7ba947aee9
add spec
2016-09-22 00:15:25 +05:30
Kevin Sawicki
696e5e73bc
Upgrade Brigthray for CT log verifier fix
2016-09-21 11:29:09 -07:00
Kevin Sawicki
a723d17f49
Mention cleaning on all three platforms
2016-09-21 11:10:52 -07:00
Kevin Sawicki
f8236c1a65
Add more failure asserts for nativeImage.createFromPath
2016-09-21 10:48:24 -07:00
Kevin Sawicki
546c0e7822
Mention createFromPath failure cases
2016-09-21 10:48:01 -07:00
Kevin Sawicki
e7c4d2523b
Mention mutating remote arrays and buffers
2016-09-21 10:44:54 -07:00
adammeyer
fbb3a288ec
Allow custom window level when sending window to top
2016-09-21 13:35:59 -04:00
Kevin Sawicki
cae15ad6b5
Mention using fallback text when writing bookmarks on Windows
2016-09-21 10:31:01 -07:00
deepak1556
ed465208a2
renderer: add content settings class for managing storage
2016-09-21 21:47:30 +05:30
Kevin Sawicki
c2c48c4079
Merge pull request #7290 from tinydew4/translate-ko
...
Translate tutorial/about.md
2016-09-21 09:04:20 -07:00
Kevin Sawicki
dc7d2dab68
Merge pull request #7287 from tinydew4/translate-update
...
Update windows-store-guide.md in ko-KR docs
2016-09-21 09:03:48 -07:00
arus
146970d29d
Add missing sample codes
2016-09-22 00:35:27 +09:00
arus
ba2cb42f0d
Remove incorrect letters
2016-09-22 00:30:20 +09:00
arus
7dfe1a59b1
Translate remains in about.md
2016-09-22 00:18:28 +09:00
arus
4343f762ac
Translate some in about.md
2016-09-22 00:15:57 +09:00
arus
e2f53c6bcc
Translate some in about.md
2016-09-22 00:13:44 +09:00
arus
5c22f2ca5d
Translate some in about.md
2016-09-22 00:05:26 +09:00
arus
b6d4014bd5
Translate some in about.md
2016-09-22 00:04:24 +09:00
arus
6b8f5f5b7f
Translate some in about.md
2016-09-22 00:01:21 +09:00
arus
b7e2f819a3
Translate Core Philosophy in about.md
2016-09-21 23:55:16 +09:00
arus
a8e0e8d7fd
Translate LTS in about.md
2016-09-21 23:42:07 +09:00
arus
beea9a7c36
Translate Update dependencies and Versioning in about.md
2016-09-21 23:35:19 +09:00
arus
a44d7a3bc6
Translate some in aboud.md
2016-09-21 23:11:29 +09:00
arus
b45db70d21
Translate Releases in about.md
2016-09-21 23:08:32 +09:00
arus
8feff471ce
Modify some in about.md
2016-09-21 23:04:41 +09:00
arus
00dec166e9
Translate Core Team and Contributors in about.md
2016-09-21 23:03:23 +09:00
arus
ebbbaf1ab0
Translate Core Team and Contributors in about.md
2016-09-21 23:03:02 +09:00
arus
29312186de
Translate about/about electron in Korean
2016-09-21 22:38:17 +09:00
arus
e1d9e4ffcb
Merge branch 'translate-update' of https://github.com/tinydew4/electron into translate-update
2016-09-21 22:01:54 +09:00
arus
b6c04c9e35
Update windows-store-guide.md in ko-KR docs
2016-09-21 22:00:48 +09:00
arus
405b411a29
Merge branch 'translate-update' of https://github.com/tinydew4/electron into translate-update
2016-09-21 21:44:07 +09:00
arus
582fc50cf6
Update windows-store-guide.md in ko-KR docs
2016-09-21 21:43:18 +09:00
arus
b74cfda7b9
Update windows-store-guide.md in ko-KR docs
2016-09-21 21:35:35 +09:00
Cheng Zhao
805ce0dee9
Merge pull request #7276 from electron/google-api-key-env2
...
allow GOOGLE_API_KEY to be set
2016-09-21 15:16:29 +09:00
Zeke Sikelianos
f4a8fb9eb4
🎨 standard
2016-09-20 14:55:45 -07:00
Kevin Sawicki
85702604c3
Merge pull request #7277 from electron/dictionary-to-object
...
Set parameter type to Object instead of Dictionary
2016-09-20 14:48:48 -07:00
Kevin Sawicki
98999f4850
Add missing s in progress
2016-09-20 14:46:17 -07:00
Kevin Sawicki
b5e1571204
Set parameter type to Object
2016-09-20 14:26:55 -07:00
Zeke Sikelianos
d7934e7525
add link to chromium API keys doc
2016-09-20 14:13:30 -07:00
Zeke Sikelianos
7fcba6ba0f
document the GOOGLE_API_KEY env var
2016-09-20 13:58:39 -07:00
Kevin Sawicki
ea1927f428
Store api_key_ on TokenLoadingJob
2016-09-20 13:24:45 -07:00
Zeke Sikelianos
fa2aaa48b1
allow GOOGLE_API_KEY to be set in environment
2016-09-20 12:01:59 -07:00
Kevin Sawicki
dee383db07
Merge pull request #7273 from tinydew4/fix-links
...
Fix some bronken links
2016-09-20 09:00:08 -07:00
Kevin Sawicki
04a1dc8e1e
Merge pull request #7272 from tinydew4/translate-ko
...
Translate "offscreen rendering" in Korean
2016-09-20 08:59:53 -07:00
Kevin Sawicki
ae31ded165
Merge pull request #7265 from octref/patch-1
...
Add instruction for debugging main process in VSCode
2016-09-20 08:59:37 -07:00
arus
402e977b40
Fix some bronken links
2016-09-20 23:36:20 +09:00
arus
a65c8cae63
modify some
2016-09-20 23:30:46 +09:00
arus
47a03d3ca1
modify some
2016-09-20 23:29:34 +09:00
arus
b4a13fda3a
Translate offscreen rendering in Korean
2016-09-20 23:19:15 +09:00
Cheng Zhao
e11672d42b
Merge pull request #7262 from tinydew4/patch-1
...
Update browser-window.md
2016-09-20 16:04:25 +09:00
Cheng Zhao
30a6b597a5
Merge pull request #7239 from darkdh/6873
...
Emit scroll-touch-edge event instead of changing the behavior of scrollll-touch-begin/end
2016-09-20 14:51:10 +09:00
Pine
c45ca254e3
Add instruction for debugging main process in VSCode
...
I hope you don't mind me putting the VSCode part before `node-inspector`, because VSCode seems easier to setup, and VSCode could inspect `process` without crashing.
2016-09-19 22:43:05 -07:00
Cheng Zhao
143d7ab98f
Merge pull request #7264 from electron/docs-readme
...
Docs Readme
2016-09-20 14:31:31 +09:00
Cheng Zhao
e3e450613d
Merge pull request #7157 from Mossop/moveguest
...
Allow moving a webcontents to a different webview
2016-09-20 14:28:42 +09:00
Cheng Zhao
77fdc67235
Merge pull request #7173 from electron/windows-system-color
...
Add an app API method to fetch the system ColorizationColor
2016-09-20 14:06:21 +09:00
Zeke Sikelianos
61e50046bd
link to the documentation styleguide
2016-09-19 21:10:36 -07:00
Zeke Sikelianos
1cdf8bbc10
break up run-on sentence
2016-09-19 21:09:31 -07:00
Zeke Sikelianos
a3d2cdaa2c
website doesn't display docs for old versions any more
2016-09-19 21:09:02 -07:00
Arus
159e2f2dab
Update browser-window.md
2016-09-20 11:26:04 +09:00
Kevin Sawicki
e8f3cf164b
Merge pull request #7227 from electron/felix-cmd-strings
...
Ensure correct types for commandLine
2016-09-19 10:22:28 -07:00
Samuel Attard
456f102cdc
Fix k typo
2016-09-20 02:42:41 +10:00
Samuel Attard
ba98109d33
Remove semicolons from spec
2016-09-20 02:41:26 +10:00
Samuel Attard
9f94652792
Add basic spec for getAccentColor
2016-09-20 02:41:26 +10:00
Samuel Attard
1454510549
Alphabetical method ordering
2016-09-20 02:41:26 +10:00
Samuel Attard
c0f8b4895d
Update docs
2016-09-20 02:41:26 +10:00
Samuel Attard
5dd5dbb3d8
Add a systemPreferences API method to fetch the system ColorizationColor
...
This is useful for automatical app theming
* Fetches the color from the registry
* Returns an empty string if the fetch fails (a falsey value)
2016-09-20 02:41:26 +10:00
Kevin Sawicki
48fd2bd35f
binding -> bindings
2016-09-19 09:31:59 -07:00
Felix Rieseberg
29fa48d8c3
🔧 Ensure correct types for commandLine
...
This commit ensures that arguments passed to `appendSwitch` and `appendArgument` are turned into strings before passing them over to the binding.
2016-09-19 09:31:59 -07:00
Felix Rieseberg
90bff4d9de
🔧 Ensure correct types for commandLine
...
This commit ensures that arguments passed to `appendSwitch` and `appendArgument` are turned into strings before passing them over to the binding.
2016-09-19 09:31:59 -07:00
Cheng Zhao
b05254807b
Merge pull request #7253 from electron/osr-crash
...
Unsubscribe observer when OffScreenRenderWidgetHostView is destroyed
2016-09-19 17:54:31 +09:00
Cheng Zhao
e504d82554
spec: Suppress the download.pdf test on AppVeyor
2016-09-19 17:12:33 +09:00
Cheng Zhao
5bf746700e
Unsubscribe observer when OffScreenRenderWidgetHostView is destroyed
2016-09-19 16:51:03 +09:00
Cheng Zhao
07a08077a2
Revert electron/brightray#246
2016-09-19 16:31:00 +09:00
Cheng Zhao
26004f1a66
Merge pull request #7241 from miniak/crashed-killed
...
Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
2016-09-19 16:02:52 +09:00
Cheng Zhao
1c6586c4b9
Merge pull request #7238 from electron/felix-windows-store-docs
...
Update Windows Store Language
2016-09-19 15:54:23 +09:00
Cheng Zhao
0ac4b89a0a
Merge pull request #7236 from yuya-oc/accelerator-for-redo
...
Use Ctrl+Y as the accelerator of redo on Windows
2016-09-19 15:53:44 +09:00
Cheng Zhao
6de1eef078
Merge pull request #7234 from Mossop/testhistoryreplace
...
✅ Test that replacement history entries don't break forward navigation.
2016-09-19 15:47:30 +09:00
Cheng Zhao
1fd819e500
Merge pull request #7231 from miniak/default-error-mode
...
Fix ELECTRON_DEFAULT_ERROR_MODE
2016-09-19 15:44:52 +09:00
Cheng Zhao
a260647b4f
Merge pull request #7062 from MaxWhere/osr-sizing-fix
...
Offscreen invalidate and sizing fix
2016-09-19 15:38:11 +09:00
Cheng Zhao
ffe931bde7
Merge pull request #7226 from electron/power-monitor-error
...
Rethrow caught errors from process.binding
2016-09-19 15:25:18 +09:00
Cheng Zhao
27bc6c7883
Merge pull request #7233 from electron/deprecate-atom-shell-version
...
Deprecate process.versions['atom-shell']
2016-09-19 15:24:10 +09:00
Cheng Zhao
6c340cece8
Merge pull request #7229 from electron/update-clang
...
Update clang to r274142.
2016-09-19 15:23:57 +09:00
Cheng Zhao
64718173ef
Merge pull request #7230 from electron/windows-x64-link-crypt32
...
Link against crypt32.lib
2016-09-19 15:23:41 +09:00
Yuya Ochiai
43f955194e
🏁 Use Ctrl+Y as the accelerator of redo on Windows
2016-09-18 17:07:34 +09:00
Milan Burda
8567f79e67
Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
2016-09-17 17:02:36 -07:00
Anthony Tseng
269a87b26f
Emit scroll-touch-edge event instead of changing the behavior of scroll-touch-begin/end
...
fix #6873
2016-09-17 22:50:10 +08:00
Felix Rieseberg
084110c56f
📝 Update Windows Store Language
2016-09-17 04:19:55 -07:00
Dave Townsend
47df447e4f
✅ Test that replacement history entries don't break forward navigation.
...
This is a test for #7175
2016-09-16 17:08:54 -07:00
Kevin Sawicki
1072519488
Mark atom-shell version as deprecated
2016-09-16 15:59:00 -07:00
gellert
37de2301f7
moves setsize call to osr renderwidgethostview
2016-09-16 23:28:51 +02:00
gellert
fec5a7d67a
removes extra header
2016-09-16 23:27:51 +02:00
gellert
8baaad4e0d
cleanup and adds docs
2016-09-16 23:27:51 +02:00
gellert
10ea0268e5
calling setsize only on osr windows
2016-09-16 23:27:11 +02:00
gellert
b4c220613f
adds invalidate method and proper resizing
2016-09-16 23:27:11 +02:00
Zeke Sikelianos
d4b204799d
Merge pull request #7120 from electron/lint-docs
...
Publish the public API as a JSON object
2016-09-16 14:05:32 -07:00
Milan Burda
12a2b144f3
Only drop the SEM_NOGPFAULTERRORBOX flag when calling SetErrorMode (ELECTRON_DEFAULT_ERROR_MODE)
2016-09-16 14:01:33 -07:00
Kevin Sawicki
7df86c48fa
Link against crypt32.lib
2016-09-16 13:17:58 -07:00
Kevin Sawicki
0c3ad527e3
initialize -> require
2016-09-16 13:09:06 -07:00
Haojian Wu
37e30cef60
Update clang to r274142.
2016-09-16 21:59:25 +02:00
Kevin Sawicki
0fda86f79a
Mention not requiring module until app is ready
2016-09-16 11:42:02 -07:00
Kevin Sawicki
e77d7e7f62
🎨
2016-09-16 11:41:53 -07:00
Kevin Sawicki
5d0f3534eb
Rethrow binding errors
2016-09-16 11:34:52 -07:00
Kevin Sawicki
577394442b
power-monitor -> powerMonitor
2016-09-16 09:58:27 -07:00
Cheng Zhao
d1274bb79f
Update brightray for #7073
2016-09-16 21:28:24 +09:00
Cheng Zhao
da677b683b
Merge pull request #7163 from MaxWhere/frame-sub-scale-fix
...
Frame subscriber improvements
2016-09-16 21:24:53 +09:00
Cheng Zhao
9dad9478fa
Merge pull request #7169 from deepak1556/download_defaultname_patch
...
browser: provide a default filename when unable to generate from download data
2016-09-16 21:19:21 +09:00
Cheng Zhao
ea244a5188
Merge pull request #7209 from electron/remote-function-missing-properties
...
Guard against missing remote function properties
2016-09-16 21:11:12 +09:00
Cheng Zhao
69d4cac760
Merge branch 'release'
2016-09-16 21:03:54 +09:00
deepak1556
e7f1265b64
add save-to-disk disposition for new-window event
2016-09-16 16:30:26 +05:30
deepak1556
94faaf7d58
provide a default file name for downloads
2016-09-16 16:02:57 +05:30
deepak1556
d426d4ad90
add failing spec
2016-09-16 16:02:57 +05:30
gellert
64e53a17bd
reverts subscriber api
2016-09-16 11:18:15 +02:00
Cheng Zhao
20d5a50ac9
Merge pull request #7178 from aichingm/master
...
🐧 Add support for different trash implementations
2016-09-16 17:43:09 +09:00
Cheng Zhao
9714348260
Merge pull request #6941 from deepak1556/blob_data_patch
...
protocol: provide blob uuid with uploadData
2016-09-16 17:01:15 +09:00
Plusb Preco
787bc85703
docs: Update Korean docs as upstream ( #7211 )
...
* 📝 Update `README-ko.md`
* Remove Korean readme specified header.
* Add Indonesia community link.
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Mark untranslated docs
* 📝 Update Korean docs as upstream
[ci skip]
* 📝 Update Korean docs as upstream
[ci skip]
* 📝 Add untranslated files
[ci skip]
* 📝 Update Korean docs as upstream
[ci skip]
* 📝 Update Korean docs as upstream
* 📝 Update `README-ko.md`
* Remove Korean readme specified header.
* Add Indonesia community link.
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Update Korean docs as upstream
* 📝 Mark untranslated docs
* 📝 Update Korean docs as upstream
[ci skip]
* 📝 Update Korean docs as upstream
[ci skip]
* 📝 Add untranslated files
[ci skip]
* 📝 Update Korean docs as upstream
[ci skip]
* 📝 Update Korean docs as upstream
* 📝 Correct readme name
[ci skip]
* 📝 Update Korean docs as upstream
[ci skip]
2016-09-15 09:27:10 -07:00
Cheng Zhao
e62e62292a
Bump v1.4.0
2016-09-15 14:44:38 +09:00
Cheng Zhao
b84d29fb32
Merge pull request #7213 from electron/chrome-update
...
Update to Chrome 53.0.2785.113
2016-09-15 14:44:10 +09:00
Cheng Zhao
5be8104104
Update to Chrome 53.0.2785.113
2016-09-15 14:27:56 +09:00
Kevin Sawicki
eef42770c6
Don't load remote properties until they are accessed
2016-09-14 13:29:49 -07:00
Kevin Sawicki
f792c720f4
Allow spec to be run multiple times in same runner
2016-09-14 11:16:44 -07:00
Kevin Sawicki
359ab2f9b3
Only set members when members exist
2016-09-14 10:54:23 -07:00
Kevin Sawicki
bc13536208
Add failing spec for missing remote properties
2016-09-14 10:53:25 -07:00
Kevin Sawicki
0d4872755c
Merge pull request #7195 from Joshua-Anderson/update-node-req
...
Update nodejs requirement for building on linux
2016-09-14 09:52:23 -07:00
Cheng Zhao
4627311c34
Merge pull request #7104 from electron/chrome53
...
Upgrade to Chrome 53 and Node 6.5.0
2016-09-14 22:18:08 +09:00
Cheng Zhao
dc2ced14b8
Node module version should be 50
2016-09-14 17:08:13 +09:00
deepak1556
eafb6307d5
fix crash when using geolocation api with enableHighAccuracy option
2016-09-14 16:23:01 +09:00
Cheng Zhao
fbac635687
Only emit finalUpdate found-in-page events
...
Since Chrome 53 all meaningful results of found-in-page are finalUpdate.
2016-09-14 16:23:01 +09:00
Cheng Zhao
5ccd0a24e9
Fix compatibility with canScroll
2016-09-14 16:23:01 +09:00
Cheng Zhao
f8bdc7437d
module search paths have changed
2016-09-14 16:23:01 +09:00
Cheng Zhao
1de2b77ee4
Update to Node 6.5.0
2016-09-14 16:23:00 +09:00
Cheng Zhao
18fd3e0329
Fix js linting error
2016-09-14 16:23:00 +09:00
Cheng Zhao
a510642a25
finalUpdate can be false
2016-09-14 16:23:00 +09:00
Cheng Zhao
30dd65e3a9
Fix failing spec when refreshing test window
2016-09-14 16:23:00 +09:00
Cheng Zhao
5708e86a05
Fix API change of findInPage API
2016-09-14 16:23:00 +09:00
Cheng Zhao
937ae7ef8f
Fix crash caused by new network parameters
2016-09-14 16:23:00 +09:00
Cheng Zhao
4c56c1c2b2
Fix crash in offscreen renderer
2016-09-14 16:22:59 +09:00
Cheng Zhao
6d8f900916
Fix building on Windows
2016-09-14 16:22:43 +09:00
Cheng Zhao
4aa292c7cd
Fix building on Linux
2016-09-14 16:22:43 +09:00
Cheng Zhao
f28e8d7168
Fix API changes of Chrome 53
2016-09-14 16:22:43 +09:00
Cheng Zhao
2e0a1a8a64
Upgrade to Chrome 53
2016-09-14 16:22:41 +09:00
Cheng Zhao
cfe7bfd7eb
Bump v1.3.6
2016-09-14 14:36:11 +09:00
Cheng Zhao
7086bb8973
Merge pull request #7189 from electron/both-arm-names
...
Upload ARM assets with and without v7l suffix
2016-09-14 14:31:10 +09:00
Cheng Zhao
23ae57fe79
Merge pull request #7188 from electron/app-is-ready-public
...
Mark app.isReady() as public
2016-09-14 14:30:46 +09:00
Joshua Anderson
56b40ae6d2
Update nodejs requirement for building on linux
2016-09-13 19:41:53 -07:00
Kevin Sawicki
34b9ba2edc
Upload ARM assets without v7l suffix
2016-09-13 10:06:09 -07:00
Kevin Sawicki
4c4d585b84
initialization -> initializing
2016-09-13 09:37:03 -07:00
Kevin Sawicki
f373f2ae15
Mark app.isReady() as public
2016-09-13 09:35:39 -07:00
Cheng Zhao
b13bab6fae
Merge pull request #7182 from electron/shell-return-values
...
Return booleans from more shell APIs
2016-09-13 16:46:05 +09:00
Cheng Zhao
4eba8094d4
Merge pull request #7096 from minggo/add-option-to-disable-devtools
...
add option to disable devtools
2016-09-13 16:01:56 +09:00
Cheng Zhao
df3f0a4516
Merge pull request #7175 from bsuh/fix-twitch-navigation
...
Fix navigation controller
2016-09-13 16:01:00 +09:00
Cheng Zhao
036a35ab64
Merge pull request #7160 from PierBover/patch-1
...
added clarification for common Windows pitfalls
2016-09-13 15:09:04 +09:00
Kevin Sawicki
07304e5950
Add missing return value
2016-09-12 14:33:22 -07:00
Kevin Sawicki
00d0887cab
Document shell.moveItemToTrash return value
2016-09-12 14:30:01 -07:00
Kevin Sawicki
55eab8e385
Return boolean from shell.openItem
2016-09-12 14:29:06 -07:00
Kevin Sawicki
72558654ef
Return boolean from shell.showItemInFolder
2016-09-12 14:22:29 -07:00
Zeke Sikelianos
9e8b0953f3
fix indentation
2016-09-12 10:47:36 -07:00
Kevin Sawicki
05043432dd
Merge pull request #7162 from electron/network-entitlements
...
Document com.apple.security.network entitlements
2016-09-12 09:31:11 -07:00
Mario Aichinger
893fc2cd53
🐧 Add support for different trash implementations
...
Make the trash implemantation in MoveItemToTrash selectable via an environment variable
2016-09-12 10:41:23 +02:00
Cheng Zhao
9a56959647
Merge pull request #7140 from liusy182/url-fix
...
fix a bug in navigation-controller where string is used as object
2016-09-12 14:46:05 +09:00
Brian Suh
5fc1f57fb5
Fix navigation controller
...
In-page navigation has not actually started if the current entry is
being replaced. Do not set inPageIndex if replaceEntry is true.
2016-09-11 14:46:17 -07:00
gellert
2435f1b660
lint fix
2016-09-09 23:50:01 +02:00
gellert
afb551e94a
updates tests
2016-09-09 23:40:10 +02:00
gellert
5754f3aea0
update docs
2016-09-09 23:26:14 +02:00
gellert
d3dc66e308
adds scale factor check and simplifies frame subscription
2016-09-09 23:17:17 +02:00
Kevin Sawicki
b128264ae4
Document com.apple.security.network entitlements
2016-09-09 13:55:32 -07:00
Pier Bover
70c1d194ef
added clarification for common Windows pitfalls
2016-09-09 13:51:42 -05:00
Dave Townsend
313b2faa3c
Add a guestinstance attribute to webviews reflecting their current guest
...
instance ID and allowing moving a guest instance to a new webview.
2016-09-09 10:32:05 -07:00
Zeke Sikelianos
18585204b7
wrap line to stay under 80 chars
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
3d40c720dd
fix indentation and rename function
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
8d201ae1ad
generate electron-api.json and upload with release
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
67c89b68d3
use new electron-docs-linter with node 4 support
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
5937d37fc5
move linting work to electron-docs-linter's new CLI
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
56a644d49f
move electron.json to docs/api.json
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
0c54700b16
add electron.json (compiled to target 1.2.7 release)
2016-09-09 10:07:22 -07:00
Zeke Sikelianos
3a5bf51d1d
add lint-docs script
2016-09-09 10:07:22 -07:00
Kevin Sawicki
01fa9827b4
Merge pull request #7153 from VarunAgw/patch-1
...
SSL issue in links
2016-09-09 08:05:38 -07:00
Phil Haack
cadbd7beb1
Merge pull request #7145 from electron/device-scale-factor-failures
...
Get specs passing on displays using certain device scale factors
2016-09-09 07:38:23 -07:00
Cheng Zhao
e189132176
Merge pull request #7123 from deepak1556/asar_range_patch
...
protocol: respect range header when reading from asar
2016-09-09 20:59:12 +09:00
Varun Agrawal
95206682a0
SSL issue in links
2016-09-09 17:27:27 +05:30
Cheng Zhao
7ed33dfbee
Merge pull request #7077 from miniak/title-bar-style
...
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
2016-09-09 20:27:26 +09:00
Cheng Zhao
b6079ff90b
Merge pull request #7053 from electron/launch-from-notification
...
Send notification info to app.ready, on macOS
2016-09-09 20:01:39 +09:00
Cheng Zhao
693ba1375b
Merge pull request #7146 from electron/resolve-empty-url-values
...
Tweak how empty URLs are resolved
2016-09-09 19:58:41 +09:00
Cheng Zhao
932b6dc0cf
Merge pull request #7142 from electron/require-buffer
...
Require Buffer explicitly instead of relying on global
2016-09-09 19:52:53 +09:00
Kevin Sawicki
64d436682c
Verify resolving URL via console-message event
2016-09-08 17:38:40 -07:00
Kevin Sawicki
7c26fe46b8
=== -> !==
2016-09-08 17:12:53 -07:00
Kevin Sawicki
daf1eec5ec
Use === for string comparison
2016-09-08 17:11:10 -07:00
Kevin Sawicki
7d24df34fc
Place resolve specs in correct outer block
2016-09-08 17:08:49 -07:00
Kevin Sawicki
bfd48fe2ad
Add specs for resolving attribute URLs
2016-09-08 16:56:29 -07:00
Kevin Sawicki
1dbaf4987e
Don't resolve empty src/preload attribute values
2016-09-08 16:48:30 -07:00
Kevin Sawicki
ea069805d1
Add failing specs for empty preload/src attribute
2016-09-08 16:40:31 -07:00
Kevin Sawicki
68c67b64c5
Use delta when scale factor is above 2 and odd
2016-09-08 16:24:11 -07:00
Charlie Hess
32e0e8a151
Use smart pointers in a couple places.
2016-09-08 16:23:55 -07:00
Kevin Sawicki
59a49f6f96
Use bounds helper in failing specs
2016-09-08 16:20:46 -07:00
Kevin Sawicki
7494e286d9
Put actual value first
2016-09-08 16:20:45 -07:00
Kevin Sawicki
d88f70caa2
Use single assert bounds helper
2016-09-08 16:20:45 -07:00
Kevin Sawicki
71fac07a93
Add scale factor assert helpers
2016-09-08 16:20:45 -07:00
Kevin Sawicki
de6f405d98
Merge pull request #7143 from electron/windows-spec-failures
...
Fix windows spec failures
2016-09-08 16:13:16 -07:00
Kevin Sawicki
9829baed46
Open about:blank when window.open is called with no URL
2016-09-08 16:10:21 -07:00
Kevin Sawicki
e4e4e8b2eb
Add missing {}
2016-09-08 13:12:00 -07:00
Kevin Sawicki
4d20c4f3fd
Update productName default in docs
2016-09-08 11:52:29 -07:00
Kevin Sawicki
d407eab0ff
Set crashReporter productName in specs
2016-09-08 11:52:29 -07:00
Kevin Sawicki
63e9bc4804
Assert isTTY is undefined on Windows
2016-09-08 11:52:29 -07:00
Kevin Sawicki
638c96345d
Merge pull request #7133 from electron/update-travis-node-versions
...
Upgrade Travis node version
2016-09-08 11:13:00 -07:00
Kevin Sawicki
74bb4bacd7
Add section about Buffer global
2016-09-08 10:42:43 -07:00
Kevin Sawicki
aaf2bb2751
Add spec for deleting Buffer global in preload
2016-09-08 10:34:09 -07:00
Kevin Sawicki
d476227e16
Remove unneeded return
2016-09-08 10:20:39 -07:00
Kevin Sawicki
902bd0564e
Require Buffer explicitly instead of relying on global
2016-09-08 10:17:06 -07:00
Kevin Sawicki
24da3d181f
Merge pull request #7129 from adamkidder/override_libchromium
...
Allow LIBCHROMIUMCONTENT_COMMIT to be overridden from the environment
2016-09-08 09:37:05 -07:00
Kevin Sawicki
e8fcdebf6d
Update Travis config to build on node 4.5.0
2016-09-08 09:24:59 -07:00
Kevin Sawicki
803943bff8
Merge pull request #7128 from electron/api-breakage-list
...
Document what APIs will break in Electron 2.0
2016-09-08 09:21:26 -07:00
Kevin Sawicki
ae933140af
Add variables to options example
2016-09-08 09:15:05 -07:00
Kevin Sawicki
d1876aa313
Add headings for each module
2016-09-08 09:09:49 -07:00
Kevin Sawicki
25f5135134
Move breaking changes doc to /docs
2016-09-08 09:07:58 -07:00
Kevin Sawicki
2aa64853f4
Add planned 2.0 API breakage
2016-09-08 09:05:49 -07:00
Kevin Sawicki
224d3aef3e
Mark detach option for 2.0 removal
2016-09-08 09:05:49 -07:00
liusy182
2c7690be45
simplify logic
2016-09-08 21:36:39 +08:00
liusy182
180a77e671
fix a minor bug in navigation-controller where a string is used as an object
2016-09-08 21:31:42 +08:00
Cheng Zhao
2885e980a5
Merge pull request #7131 from electron/end-sheet-on-close
...
End sheet in parent when closing modal window
2016-09-08 15:53:07 +09:00
deepak1556
c003c3e28f
increase spec timeout
2016-09-08 11:38:24 +05:30
Cheng Zhao
a0eccdfe1e
Merge pull request #7130 from electron/windows-stdin-renderer
...
Add EOF process.stdin in render process
2016-09-08 15:04:10 +09:00
deepak1556
bd291b9601
protocol: respect range header when reading from asar
2016-09-08 10:14:49 +05:30
deepak1556
1ae7b2fcbc
update
2016-09-08 10:12:23 +05:30
deepak1556
7e6cba1482
add failing spec
2016-09-08 09:37:06 +05:30
Kevin Sawicki
45e8c40ae8
Merge pull request #7132 from electron/lint-python-via-npm-run-lint
...
Run pylint as part of main lint task
2016-09-07 16:49:21 -07:00
Kevin Sawicki
d6b1d61438
Run pylint as part of main lint task
2016-09-07 16:23:59 -07:00
Kevin Sawicki
8652888e27
End sheet in parent when closing modal window
2016-09-07 15:24:37 -07:00
Kevin Sawicki
d76c970da6
Assert read value instead of exception
2016-09-07 14:51:05 -07:00
Kevin Sawicki
28b33074cf
Setup stdin in both processes on Windows
2016-09-07 14:45:56 -07:00
Kevin Sawicki
b5e9bb9e6a
Add spec for accessing process.stdin
2016-09-07 14:40:18 -07:00
Adam Kidder
8ec49fe57c
Allow LIBCHROMIUMCONTENT_COMMIT to be overridden from the environment
2016-09-07 12:06:06 -07:00
Kevin Sawicki
691aec701f
Merge pull request #7119 from electron/arrange-project-translations
...
Arrange meta docs translations
2016-09-07 08:46:37 -07:00
Cheng Zhao
e561608c0d
Merge pull request #7116 from electron/restore-no-asar
...
Restore process.noAsar in finally block
2016-09-07 16:50:26 +09:00
Cheng Zhao
ade60ed482
Merge pull request #7110 from electron/circular-menu-require
...
Prevent circular Menu require
2016-09-07 16:32:23 +09:00
minggo
3fdc99c3c6
change the option name to devTools
2016-09-07 10:16:52 +08:00
minggo
7d712b77ba
remove duplicate comment
2016-09-07 09:43:06 +08:00
Kevin Sawicki
0686908461
Link to translations
2016-09-06 14:58:50 -07:00
Kevin Sawicki
22368d0f06
Move translated project docs to docs-translations folder
2016-09-06 14:54:17 -07:00
Kevin Sawicki
076d957ab9
Merge pull request #7068 from duncup/master
...
Create translate docs.
2016-09-06 14:47:18 -07:00
Kevin Sawicki
540b1960a8
Merge pull request #7113 from electron/const-default-app
...
Use const instead of var in default app
2016-09-06 13:42:36 -07:00
Kevin Sawicki
46fbb6ed61
Reset process.noAsar in finally block
2016-09-06 13:40:25 -07:00
Kevin Sawicki
b186d752da
Add failing spec for restoring noAsar value
2016-09-06 13:40:15 -07:00
Kevin Sawicki
7bc45c328b
Use const instead of var
2016-09-06 11:58:06 -07:00
Kevin Sawicki
b54b74c310
Prevent missing Menu.buildFromTemplate function
2016-09-06 11:31:14 -07:00
minggo
91fb85947d
WebContents::InspectElement and WebContents::InspenctServiceWorker return immediately if DevTools is disabled
2016-09-06 17:53:42 +08:00
minggo
2db5aa8294
update browser-window.md to add disableDevTools option
2016-09-06 17:46:55 +08:00
minggo
baa55caf83
remove unneeded whitespace
2016-09-06 11:48:48 +08:00
minggo
19f6811312
initialize disable_devtools_
2016-09-06 11:08:50 +08:00
minggo
1f1180f857
use webPreferences to disable devtools
2016-09-05 18:25:57 +08:00
minggo
0d7e7be748
add option to disable devtools
2016-09-05 16:27:56 +08:00
Charlie Hess
80f046c8df
Update docs.
2016-09-03 12:03:58 -07:00
Milan Burda
9911e60f5b
Add support for titleBarStyle: 'hidden-inset' on OS X 10.9
2016-09-03 01:33:20 +02:00
duncup
742a498f13
Create translate docs.
2016-09-02 14:25:56 +08:00
Cheng Zhao
02ce727ff6
Bump v1.3.5
2016-09-02 13:59:28 +09:00
Cheng Zhao
cdfcca147a
Fix warning when compiling for win32 ia32 build
2016-09-02 13:59:28 +09:00
Cheng Zhao
8471f647a1
Fix arm's zip name
2016-09-02 13:57:56 +09:00
Kevin Sawicki
0c2da5dcea
Merge pull request #7059 from malept/docs-typos
...
Fix documentation typos
2016-09-01 17:37:28 -07:00
Mark Lee
38e1a24304
📝 Make arch references more consistent
...
[ci skip]
2016-09-01 07:53:32 -07:00
Mark Lee
00154c7f9c
📝 Add missing words
...
[ci skip]
2016-09-01 07:49:36 -07:00
Cheng Zhao
249777721c
Fix symbols zip's name
2016-09-01 19:18:19 +09:00
Cheng Zhao
31e947a9f7
Update brightray submodule
2016-09-01 19:12:44 +09:00
Cheng Zhao
308f3bb77b
Update libchromiumcontent for #5665
2016-09-01 16:38:52 +09:00
Cheng Zhao
14f625d61b
Merge pull request #6826 from enlight/set-jump-list
...
Extend the custom Jump List API provided by Electron
2016-09-01 15:35:21 +09:00
deepak1556
7b85ca0301
create helper class to read blob data
2016-09-01 08:52:44 +05:30
Vadim Macagon
c64294cf60
Extend the custom Jump List API
...
Add `app.getJumpListSettings()` and `app.setJumpList(callback)` that
make it possible to fully customize the Jump List of an Electron app.
It is now possible to:
- Add tasks to the standard `Tasks` category.
- Add separators to the standard `Tasks` category.
- Add custom categories containing tasks and file links.
- Add system managed Recent/Frequent categories.
- Remove the custom Jump List.
2016-09-01 09:56:14 +07:00
Charlie Hess
f0517812b1
Linter fascism.
2016-08-31 18:12:35 -07:00
Charlie Hess
cd25066c9f
Fix oops on Windows / Linux.
2016-08-31 17:26:25 -07:00
Charlie Hess
af9e010162
Send notification userInfo to app.ready, on macOS.
...
Check if the user launched the app from a notification and send the notification args across if so.
2016-08-31 17:17:44 -07:00
deepak1556
5cbc8d5c71
fix ambiguous constructor call
2016-09-01 01:01:52 +05:30
deepak1556
be4bc6b7ef
fix docs and update specs
2016-09-01 01:01:52 +05:30
deepak1556
d2e40d4fc1
update api to work on public url and uuid
2016-09-01 01:01:52 +05:30
deepak1556
a23e7ecf8f
add docs
2016-09-01 01:01:52 +05:30
deepak1556
0fb2339e3d
session: api to retrieve blob data from uuid
2016-09-01 01:01:52 +05:30
deepak1556
2b0f632d51
provide blob uuid from upload data
2016-09-01 01:01:52 +05:30
Cheng Zhao
a37544cef4
Merge pull request #7041 from Ikana/document-webcontents-fromId
...
documents webContents.fromId
2016-08-31 21:01:49 +09:00
Cheng Zhao
4833c4800e
Merge pull request #6998 from electron/ipc-v8-converter-crash
...
Don't serialize external values over IPC
2016-08-31 20:45:25 +09:00
Cheng Zhao
5c051c9941
Merge pull request #6986 from electron/arm-release-asset-name
...
Add v7l to ARM release assets
2016-08-31 20:35:59 +09:00
Cheng Zhao
f854b27bfb
Merge pull request #6867 from electron/remote-function-properties
...
Allow accessing remote function properties
2016-08-31 17:28:09 +09:00
roderik
1ff58a6066
documents webContents.fromId
2016-08-30 22:25:04 -05:00
Kevin Sawicki
3e7a0e4b43
Test external value as send argument
2016-08-30 09:27:12 -07:00
Kevin Sawicki
8a9776b227
Move IsExternal check to FromV8ValueImpl
2016-08-30 08:51:22 -07:00
Cheng Zhao
e2d70fb92b
Merge pull request #7028 from electron/default-exit-code
...
Default app exit code to 0
2016-08-30 19:36:03 +09:00
Cheng Zhao
f30ebc6839
Merge pull request #7026 from Menci/master
...
Add guide for force new page in print / printToPDF
2016-08-30 19:31:31 +09:00
Cheng Zhao
572f58bc34
Merge pull request #7018 from HanaeKae/jpfont-in-flash
...
Japanese font rendering in flash.
2016-08-30 17:52:05 +09:00
Cheng Zhao
46b2579441
Merge pull request #7029 from electron/revert-7003-exit-tab-fullscreen
...
Revert "exit tab fullscreen on destroy"
2016-08-30 17:09:37 +09:00
Cheng Zhao
ee1571e556
Revert "exit tab fullscreen on destroy"
2016-08-30 17:08:51 +09:00
Samuel Attard
adf9acc468
Default app exit code to 0
2016-08-30 13:30:56 +10:00
Menci
ec60c149f5
Add guide for force new page in print / printToPDF
2016-08-30 08:45:39 +08:00
Kevin Sawicki
679ee95e8a
Explicitly mention external objects
2016-08-29 10:38:17 -07:00
Kevin Sawicki
625bfe53f7
🎨
2016-08-29 10:38:17 -07:00
Kevin Sawicki
558ee08be9
Add explicit test for IPC cycle detection
2016-08-29 10:38:16 -07:00
Kevin Sawicki
434e7cb5e9
Add test for sending webContents instance over IPC
2016-08-29 10:38:16 -07:00
Kevin Sawicki
0f7e43aa47
Re-enable DOM object over IPC asserts
2016-08-29 10:38:16 -07:00
Kevin Sawicki
58fc1b7933
Ignore external values when serializing
2016-08-29 10:38:16 -07:00
Kevin Sawicki
b17a2874f8
Add empty request error handler
2016-08-29 10:38:16 -07:00
Kevin Sawicki
e38bc17a7b
Add regression spec for HTTP request over IPC
2016-08-29 10:38:16 -07:00
Kevin Sawicki
3f4af3a2ba
Convert specs to expect empty objects
2016-08-29 10:38:16 -07:00
Kevin Sawicki
4579ec6094
Don't convert values with internal fields
2016-08-29 10:38:16 -07:00
Cheng Zhao
b5dec9990e
Merge pull request #7003 from brave/exit-tab-fullscreen
...
exit tab fullscreen on destroy
2016-08-29 16:36:44 +09:00
Hanae Kae
6ea5e50179
Japanese font rendering in flash.
2016-08-29 16:02:09 +09:00
Cheng Zhao
4e800e7fef
Merge pull request #7002 from electron/include-alpha
...
Enable alphabetical include order cpplint rule
2016-08-29 15:19:05 +09:00
Cheng Zhao
ac9e64cfd4
Merge pull request #7001 from electron/debug-wait-connect
...
Port --debug-brk support to Node 6.3.0
2016-08-29 15:15:14 +09:00
Kevin Sawicki
9965423c4d
Merge pull request #7006 from electron/fix-optional-param-spacing
...
fix optional param spacing
2016-08-27 12:18:45 -07:00
Zeke Sikelianos
7ff5649965
fix optional param spacing
2016-08-26 23:47:04 -07:00
Kevin Sawicki
3dd5628ded
Include windows.h first
2016-08-26 16:00:05 -07:00
bridiver
4532114965
exit tab fullscreen on destroy
2016-08-26 15:52:15 -07:00
Kevin Sawicki
6285500cdc
Sort includes alphabetically
2016-08-26 15:30:02 -07:00
Kevin Sawicki
56c17ae516
Enable alphabetical include order lint filter
2016-08-26 15:29:53 -07:00
Kevin Sawicki
307b504eb4
Merge pull request #6925 from BraveNewMath/patch-1
...
fix windows command prompt error
2016-08-26 14:17:55 -07:00
Kevin Sawicki
8d194691fe
Add separate platform examples for running electron
2016-08-26 14:16:30 -07:00
Kevin Sawicki
7dd1a7e6f4
Only set _debugWaitConnect in main process
2016-08-26 12:30:27 -07:00
Kevin Sawicki
a2f0111205
Remove v8debug flag no longer supported by node
2016-08-26 12:08:18 -07:00
Kevin Sawicki
056e5b951b
Set process._debugWaitConnect with --debug-brk is specified
2016-08-26 12:06:15 -07:00
Cheng Zhao
723c74ace6
Merge pull request #6989 from Menci/master
...
[doc] Add support for titleBarStyle hidden on macOS 10.9
2016-08-26 20:57:26 +09:00
Cheng Zhao
c5ece2bfb1
Merge pull request #6984 from electron/zoom-webview
...
Document <webview>.setZoomFactor/Level as public
2016-08-26 20:56:47 +09:00
Cheng Zhao
cd469b5f31
Merge pull request #6983 from electron/download-item-prompt
...
Check DownloadItem save path before prompting
2016-08-26 20:41:03 +09:00
Cheng Zhao
d35613b5ad
Merge pull request #6977 from electron/ipc-cycle-detection
...
Improve cycle detection in IPC arguments
2016-08-26 20:26:00 +09:00
Menci
a9eb6b7238
Add support for titleBarStyle hidden on macOS 10.9
...
"titleBarStyle: 'hidden'" supports macOS 10.9 now. See https://github.com/electron/electron/pull/6848 and ab8fd49c72 for more info.
2016-08-26 12:06:56 +08:00
Kevin Sawicki
fd38cfd88c
Remove unused imports
2016-08-25 17:57:14 -07:00
Kevin Sawicki
d0b95e9298
Add v7l suffix to ARM build assets
2016-08-25 17:51:37 -07:00
Kevin Sawicki
87e60466d3
Add helper for generating zip file names
2016-08-25 17:50:12 -07:00
Zeke Sikelianos
34e0f8c644
Merge pull request #6985 from electron/more-parameter-fixes
...
More parameter fixes
2016-08-25 17:28:36 -07:00
Zeke Sikelianos
e91dc83b2c
capitalize
2016-08-25 17:26:57 -07:00
Zeke Sikelianos
0ba9564629
use the right bullet
2016-08-25 17:26:52 -07:00
Zeke Sikelianos
ab1238d8fd
add a description for BrowserWindowProxy
2016-08-25 15:20:05 -07:00
Kevin Sawicki
bdaea02d8a
Document <webview>.setZoomFactor/Level as public
2016-08-25 14:55:01 -07:00
Zeke Sikelianos
5619558689
document some missing parameters
2016-08-25 14:43:06 -07:00
Zeke Sikelianos
0e4e60625f
fix method heading level
2016-08-25 14:42:53 -07:00
Kevin Sawicki
3108b8aacd
Use path to non-existent file
2016-08-25 14:40:15 -07:00
Kevin Sawicki
cf93e3e713
Check download item save path before prompting
2016-08-25 14:34:48 -07:00
Kevin Sawicki
1de8a0dcf9
Add failing spec for unwanted save dialog
2016-08-25 14:27:37 -07:00
Kevin Sawicki
e14e92147d
Merge pull request #6981 from electron/typo-in-method-name
...
Correct misspelling of destroy in method name
2016-08-25 13:45:42 -07:00
Kevin Sawicki
7a0129bbc7
Correct misspelling of destroy in method name
2016-08-25 12:28:57 -07:00
Zeke Sikelianos
9548184b15
Merge pull request #6980 from electron/method-params-take-2
...
Document all Method Parameters
2016-08-25 11:25:01 -07:00
Zeke Sikelianos
28d42ba35b
document missing method parameters
2016-08-25 10:52:19 -07:00
Kevin Sawicki
50e2e26e4f
Improve cycle detection in V8ValueConverter
2016-08-25 09:26:07 -07:00
Kevin Sawicki
10d39f673a
Add failing spec for duplicate references over IPC
2016-08-25 09:25:13 -07:00
Cheng Zhao
97a004a357
Merge pull request #6963 from electron/remote-buffers
...
Serialize ArrayBuffers as Buffers instead of Arrays over remote
2016-08-25 17:29:12 +09:00
Cheng Zhao
764c84f569
Merge pull request #6952 from deepak1556/custom_scheme_filesystem_patch
...
protocol: allow standard schemes to support filesystem api
2016-08-25 09:28:34 +09:00
Cheng Zhao
6e75e8e2bf
Merge pull request #6961 from electron/fullscreen-linux
...
Only change window state when fullscreen is true
2016-08-25 09:23:02 +09:00
Kevin Sawicki
b688539fe9
🎨 Use const
2016-08-24 17:00:03 -07:00
Kevin Sawicki
e1cf61f0cb
Add spec for Int16Array remote parameter
2016-08-24 16:47:14 -07:00
Kevin Sawicki
a1a7b1779c
Add missing space after comma
2016-08-24 16:41:59 -07:00
Kevin Sawicki
01e69353d5
Don't serialize ArrayBuffer as Array
2016-08-24 15:18:42 -07:00
Kevin Sawicki
363a02b82d
Add more remote Buffer specs
2016-08-24 15:01:52 -07:00
Kevin Sawicki
554e944105
Add test of sending Buffer
2016-08-24 14:49:25 -07:00
Zeke Sikelianos
a97b40eff5
Install node 4 on GitHub CI ( #6948 )
2016-08-24 14:37:19 -07:00
Kevin Sawicki
459c80da4e
Only change window state when fullscreen is true
2016-08-24 14:30:29 -07:00
Kevin Sawicki
4ce2c221c9
Minor doc edits and link to MDN page
2016-08-24 09:03:44 -07:00
deepak1556
62cb8428fb
use schemes from global instead of commandline
2016-08-24 20:22:35 +05:30
Cheng Zhao
7bdce52290
Merge pull request #6944 from electron/check-window-from-native-view
...
Access native window through native view
2016-08-24 16:25:27 +09:00
Cheng Zhao
dc73a5afea
Merge pull request #6896 from malept/fix-checksum-format
...
The checksum file needs to indicate that the files should be opened in binary mode
2016-08-24 16:15:22 +09:00
deepak1556
ae297760af
add spec and docs
2016-08-24 06:53:14 +05:30
deepak1556
ad0c86db7a
register custom schemes to access files through filesystem api
2016-08-24 05:46:54 +05:30
Kevin Sawicki
21de91d6e2
Don't open dev tools if already initialized
2016-08-23 15:26:13 -07:00
Kevin Sawicki
1276587ebe
Merge pull request #6934 from electron/add-missing-class-descriptions
...
Give every class a description
2016-08-23 10:16:29 -07:00
Kevin Sawicki
463b3de199
Use correct GetToplevelWindow signature
2016-08-23 10:12:55 -07:00
Kevin Sawicki
399470e281
Add spec for detached window crash
2016-08-23 10:06:05 -07:00
Kevin Sawicki
dd5ee28b2f
Access window through native view
2016-08-23 09:51:54 -07:00
Jessica Lord
bb7599cddd
Merge pull request #6938 from electron/add-accessibility-doc
...
Add accessibility doc
2016-08-23 09:30:02 -07:00
Cheng Zhao
88979a9844
Bump v1.3.4
2016-08-23 17:03:07 +09:00
Cheng Zhao
4ca6587660
Merge pull request #6935 from electron/default-network-conditions
...
Default network conditions to 0.0
2016-08-23 16:40:36 +09:00
Zeke Sikelianos
098d4dc0ca
improve wording about class instantiation
2016-08-22 21:45:25 -07:00
Kevin Sawicki
ec44a5d198
Add tests for setting remote function properties
2016-08-22 17:07:18 -07:00
Kevin Sawicki
666a668d91
Support remote function keys and property descriptors
2016-08-22 17:07:18 -07:00
Kevin Sawicki
d226b7bc6c
Use Proxy for accessing properties of remote function
2016-08-22 17:07:18 -07:00
Kevin Sawicki
8b38018ab4
Add helper for including function properties
2016-08-22 17:07:17 -07:00
Kevin Sawicki
3245bb99b2
Only register methods with members
2016-08-22 17:07:17 -07:00
Kevin Sawicki
600076b46d
Remove lint from fixtures
2016-08-22 17:07:17 -07:00
Kevin Sawicki
d333cc5e38
Support remote function properties
2016-08-22 17:07:17 -07:00
Kevin Sawicki
9e4665fbc4
Add failing spec for remote static members
2016-08-22 17:07:17 -07:00
Kevin Sawicki
5cc61089d9
Add failing spec for remote function with properties
2016-08-22 17:07:17 -07:00
Jessica Lord
d2ad88978a
Add accessibility doc
2016-08-22 16:27:33 -07:00
Kevin Sawicki
0485e9eb36
🎨 Go back to single line declaration
2016-08-22 16:26:31 -07:00
Kevin Sawicki
0955c2fd4d
Merge pull request #6936 from electron/add-missing-require
...
add missing require to win.loadURL doc
2016-08-22 15:49:48 -07:00
Zeke Sikelianos
84fc1d022f
add missing require to win.loadURL doc
2016-08-22 14:25:48 -07:00
Kevin Sawicki
4fc6cf48b0
Document enableNetworkEmulation defaults
2016-08-22 14:25:42 -07:00
Kevin Sawicki
ad3dc3766e
Default network values to 0.0
2016-08-22 14:19:09 -07:00
Zeke Sikelianos
3d371e09b7
add a blockquote for every class
2016-08-22 14:11:03 -07:00
Kevin Sawicki
e84d0ebb7e
Merge pull request #6932 from electron/fix-power-save-blocker-doc-bug
...
Fix some invalid docs
2016-08-22 12:30:00 -07:00
Zeke Sikelianos
8c0a551d25
fix linting errors in docs
2016-08-22 11:47:55 -07:00
Zeke Sikelianos
ee44ab7ecd
wrap MenuItem constructor in backticks
2016-08-22 11:29:15 -07:00
Zeke Sikelianos
39c5ff2077
missing space in doc
2016-08-22 11:17:05 -07:00
Cheng Zhao
d6a63855c4
Merge pull request #6926 from electron/fix-fetch
...
Use scoped policy for micro tasks
2016-08-22 20:08:08 +09:00
Cheng Zhao
103fea5cdf
Use scoped policy for micro tasks
2016-08-22 19:34:59 +09:00
Cheng Zhao
9bc6302aea
spec: Add test case for fetch
2016-08-22 19:26:07 +09:00
Cheng Zhao
374e23fc37
Merge pull request #6922 from TomKaltz/patch-1
...
Update devtools-extension.md
2016-08-22 16:52:18 +09:00
Elias
1fe3b70a23
fix windows command prompt error
...
path to electron needs to be wrapped in quotes or else windows command prompt will error out
2016-08-22 00:29:33 -07:00
Cheng Zhao
c1989fb794
Merge pull request #6913 from markwylde/bugfix-spelling-fix
...
Fix spelling mistake from registred to registered
2016-08-22 11:19:09 +09:00
Cheng Zhao
be9fa3c9d3
Merge pull request #6923 from electron/fix-path-compatibility
...
Do not add extra space when args is empty
2016-08-22 11:00:07 +09:00
Cheng Zhao
23ca9fcd02
Merge pull request #6900 from electron/loadurl-example
...
Improve doc for loadURL
2016-08-22 10:46:03 +09:00
Cheng Zhao
31b82731ac
Cleanup the usages of std::wstring
2016-08-22 09:57:52 +09:00
Cheng Zhao
77dfd3a76c
Do not add extra space when args is empty
2016-08-22 09:50:58 +09:00
Cheng Zhao
8b9fd8a76e
Merge pull request #6858 from electron/default-protocol-launch-args
...
Allow settings of launch args when using defaultProtocol
2016-08-22 09:32:54 +09:00
Thomas Kaltz III
77dc700c51
Update devtools-extension.md
...
Cerebral Debugger is now supported under Electron
2016-08-21 17:36:26 -04:00
Mark Wylde
c55b1e87ed
Fix spelling mistake from registred to registered
2016-08-20 14:25:13 +01:00
Zeke Sikelianos
1985432e8e
recommend url.format for file URLs
2016-08-19 13:31:57 -07:00
Zeke Sikelianos
d9901e62b6
improve doc for loadURL
2016-08-18 22:20:55 -07:00
Will Eccles
488fe53276
fixed grammar for 32bit
2016-08-18 08:56:12 -07:00
Mark Lee
aaf9c5327c
The checksum file needs to indicate that the files should be opened in binary mode
2016-08-18 08:35:54 -07:00
Samuel Attard
ab7899d0fb
Fix linting issues
2016-08-18 20:42:06 +10:00
Samuel Attard
73246112d2
Use base::string16 and base::JoinString instead of custom methods
2016-08-18 20:35:57 +10:00
Samuel Attard
ca971e978e
Return boolean instead of empty string when error occurs. Update docs
2016-08-18 18:02:13 +10:00
Cheng Zhao
293ba4230d
Merge pull request #6888 from electron/show-spec-runner-initially
...
Show spec window initially when not on CI
2016-08-18 15:27:09 +09:00
Cheng Zhao
b9b6fc238e
docs: Correctly fomart titleBarStyle line
2016-08-18 14:42:10 +09:00
Cheng Zhao
105597c7e8
Merge pull request #6848 from miniak/titlebar-style-hidden
...
Add support for titleBarStyle: 'hidden' on OS X 10.9
2016-08-18 14:40:54 +09:00
Cheng Zhao
06d2dfe119
Merge pull request #6788 from electron/felix-progress-enum
...
Use enum to declare ProgressState
2016-08-18 14:35:00 +09:00
Cheng Zhao
56d17a1449
Merge pull request #6829 from electron/fix-thumbar-buttons-vanishing
...
Save the thumbar buttons when setting them to restore later
2016-08-18 14:34:26 +09:00
Cheng Zhao
9b00e3f432
Merge pull request #6882 from duncup/patch-1
...
Fix typos
2016-08-18 11:51:43 +09:00
Kevin Sawicki
dfb6a9b07d
Show window when not on CI
2016-08-17 14:25:42 -07:00
Kevin Sawicki
6813c03f30
Merge pull request #6853 from electron/about-documentation
...
Add About Electron documentation
2016-08-17 08:53:33 -07:00
Kevin Sawicki
b8971ae185
Merge pull request #6871 from electron/update-docs-for-electron-npm
...
Update docs re: electron module update
2016-08-17 08:52:42 -07:00
Kevin Sawicki
09adffe48f
Merge pull request #6870 from electron/more-permissive-standard-markdown
...
Use a more permissive version of standard-markdown
2016-08-17 08:52:06 -07:00
Kevin Sawicki
bc3d2cfc34
Merge pull request #6875 from electron/remove-styleguide-rule-about-endlines
...
source files DO have newlines at the end
2016-08-17 08:51:20 -07:00
wolf
e9b5833ed4
Fix typos
...
Fix typos,`当前也` change to `当前页`
修正错别字,`当前也`改为`当前页`
2016-08-17 22:16:28 +08:00
Cheng Zhao
0b7b6b38c0
Merge pull request #6872 from electron/only-show-extension-button-on-save-dialog
...
Only call setCanSelectHiddenExtension on save dialogs
2016-08-17 22:35:15 +09:00
Cheng Zhao
faebe5259d
Merge pull request #6861 from megahertz/bug_window_location
...
Apply resolveURL when set a location of a window opened by window.open()
2016-08-17 22:04:46 +09:00
Cheng Zhao
fc57201406
Merge pull request #6857 from brave/object-registry
...
clear the storage for the webContentsId when the render view is deleted
2016-08-17 21:47:39 +09:00
Cheng Zhao
79f35fa475
Merge pull request #6850 from electron/disable-resize-when-changing-style-mask
...
Disable all resizes when changing the window's style mask
2016-08-17 21:19:35 +09:00
Cheng Zhao
2e8d7cd6db
Merge pull request #6881 from electron/data-string
...
Certificate data is now a string
2016-08-17 21:13:31 +09:00
Cheng Zhao
8f9a0100e3
Certificate data is now a string
2016-08-17 20:48:09 +09:00
Cheng Zhao
47c37d6f51
Merge pull request #6814 from brave/net-converter-fix
...
don't convert a string to an array buffer
2016-08-17 20:44:13 +09:00
Cheng Zhao
bd03ae53f2
Merge pull request #6832 from hammerandchisel/bug/remote_object_freer_crash
...
fix intermittent crash in RemoteObjectFreer
2016-08-17 20:31:06 +09:00
Cheng Zhao
4e355355a9
Merge pull request #6851 from electron/focused-web-contents-from-hidden-windows
...
Prevent web contents in hidden windows from reporting as focused
2016-08-17 20:15:37 +09:00
Zeke Sikelianos
515e25b749
source files DO have newlines at the end
2016-08-16 21:24:53 -07:00
Kevin Sawicki
4fc4f0ae53
Only call setCanSelectHiddenExtension for save dialogs
2016-08-16 17:22:44 -07:00
Kevin Sawicki
925fb27b1e
Merge pull request #6874 from electron/tweak-flaky-web-contents-spec
...
Tweak flaky web contents spec
2016-08-16 16:42:01 -07:00
Kevin Sawicki
6cca62788d
Assert first and last web contents types
2016-08-16 16:19:32 -07:00
Jessica Lord
3ebd5fbd8f
Update docs re: electron module update
2016-08-16 15:57:07 -07:00
Zeke Sikelianos
cc2b95fac3
js → javascript
2016-08-16 14:50:21 -07:00
Zeke Sikelianos
e71280f31c
restore js label to orphan code blocks
2016-08-16 14:49:42 -07:00
Zeke Sikelianos
8527bc360a
bump standard-markdown for orphan array support
2016-08-16 14:48:35 -07:00
Zeke Sikelianos
6b298213ab
update standard-markdown to 1.2.0
2016-08-16 14:07:50 -07:00
Jessica Lord
8d9aaf1d5e
Fix date
2016-08-16 11:34:20 -07:00
Kevin Sawicki
959613bb04
Merge pull request #6865 from electron/test-for-request-headers-without-path-expansion
...
Add test for header with . characters
2016-08-16 10:05:48 -07:00
Kevin Sawicki
1f46574efe
Add test for header with . characters
2016-08-16 09:08:36 -07:00
Kevin Sawicki
c93a8fb4ea
Merge pull request #6856 from brave/nested-header-fix
...
don't convert header names to nested values
2016-08-16 08:54:26 -07:00
Alexey Prokhorov
16f2702495
Apply resolveURL when set a location of a window opened by window.open()
2016-08-16 16:24:49 +05:00
Samuel Attard
88bf089504
Pass args through correctly
2016-08-16 17:40:44 +10:00
Samuel Attard
14154e374a
Fix cpp linting issues
2016-08-16 15:54:30 +10:00
Samuel Attard
ce986590cf
Clarify defaults
2016-08-16 15:39:36 +10:00
Samuel Attard
db27da5db0
Document the optional params
2016-08-16 15:38:35 +10:00
Samuel Attard
e5daf63b0e
Allow client to specify EXE file and args to set as default handler
...
* Optional path param to setAsDefaultProtocolClient
* Optional args param to setAsDefaultProtocolClient
2016-08-16 15:35:33 +10:00
bridiver
3b11bf5e41
clear the storage for the webContentsId when the render view is deleted
2016-08-15 21:53:58 -07:00
bridiver
ca4cbe34a0
don't convert header names to nested values
...
fixes #6855
2016-08-15 17:21:14 -07:00
Jessica Lord
fd9a032839
Add About Electron documentation
2016-08-15 16:26:30 -07:00
Kevin Sawicki
0755349e70
Ensure hidden windows don't have focused webContents
2016-08-15 14:13:24 -07:00
Kevin Sawicki
cc7fe82b74
Add failing webContents.isFocused spec
2016-08-15 14:11:08 -07:00
Kevin Sawicki
86e5bd3552
Disable resize during any stylemask change
2016-08-15 13:18:22 -07:00
Milan Burda
ab8fd49c72
Add support for titleBarStyle: 'hidden' on OS X 10.9 (hidden-inset falls back to hidden)
2016-08-15 22:10:38 +02:00
Kevin Sawicki
c754b5efdc
Add failing spec for state changes resizing frameless window
2016-08-15 12:30:26 -07:00
Kevin Sawicki
420f756c47
Merge pull request #6846 from ysagal/patch-1
...
Added `title` to `page-title-updated` return args
2016-08-15 10:11:16 -07:00
Stan
c9f80dfc7b
Added title to page-title-updated return args
2016-08-15 13:06:29 -04:00
Kevin Sawicki
2a67b05fcf
Merge pull request #6838 from Gerhut/master
...
📝 Rename `electron-prebuilt` to `electron` when install [ci skip]
2016-08-15 08:53:45 -07:00
程启翔
91ed01df26
📝 Rename electron-prebuilt to electron when install [ci skip]
...
ref electron-userland/electron-prebuilt#160
2016-08-14 12:42:26 +08:00
bridiver
94c60379d1
don't convert a string to an array buffer
2016-08-13 13:35:23 -07:00
Andy Dill
704561b255
use MSG_ROUTING_NONE to initialize routing_id_ rather than 0
2016-08-12 13:03:31 -07:00
Haojian Wu
6a9801b82c
Remove an extra space in front of #.
2016-08-12 22:01:30 +02:00
Andy Dill
a3bd54a41a
👕 fix lint line length error in remote_object_freer
2016-08-12 09:38:49 -07:00
Andy Dill
067aa3dbef
cache routing_id so we can look up the render_view in RunDestructor with no v8 calls
2016-08-12 09:16:10 -07:00
Samuel Attard
2fa7aa3c71
Save the thumbar buttons when setting them
...
Then restore the buttons when restoring the taskbar icon
2016-08-13 01:55:42 +10:00
Cheng Zhao
05518ccd52
Merge pull request #6817 from deepak1556/context_menu_image_patch
...
webContents: fix value of contextMenu hasImageContents property
2016-08-12 17:51:40 +09:00
Cheng Zhao
d84098c4c1
Merge pull request #6816 from deepak1556/webframe_scheme_patch
...
webFrame: enable privileged schemes to send CORS requests
2016-08-12 17:48:50 +09:00
Cheng Zhao
620847d2fd
Merge pull request #6755 from electron/upgrade-clang
...
Upgrade clang
2016-08-12 17:38:03 +09:00
Cheng Zhao
c41183302b
Update brightray for #6755
2016-08-12 17:37:38 +09:00
Cheng Zhao
f30fe5643a
Merge pull request #6812 from electron/bootstrap-defines
...
Support build variable setting during bootstrap
2016-08-12 17:11:22 +09:00
Cheng Zhao
6a7c6cae3a
Merge pull request #6810 from electron/iframe-ismainpage-event
...
Send isMainFrame as argument to did-navigate-in-page event
2016-08-12 17:10:47 +09:00
deepak1556
ee298ea0e3
webContents: fix value of contextMenu hasImageContents property
2016-08-12 00:55:20 +05:30
Haojian Wu
fc36048d78
Move project-specific flags to common.gypi.
2016-08-11 21:08:12 +02:00
Haojian Wu
42a5b1f5bc
Don't show -Wvarargs warning in libuv.
2016-08-11 20:59:06 +02:00
Haojian Wu
2e5eeef70e
Pass compilation on mac.
2016-08-11 20:59:06 +02:00
Haojian Wu
cd169f933e
Upgrade clang to r269902.
2016-08-11 20:59:06 +02:00
deepak1556
77173be1c6
webFrame: enable privileged schemes to send CORS requests
2016-08-11 23:01:10 +05:30
Kevin Sawicki
d07e40b415
Support build variable setting during bootstrap
2016-08-11 09:50:40 -07:00
Samuel Attard
0b624315b2
Fix attribute typo in docs
2016-08-12 01:49:56 +10:00
Samuel Attard
5b07e8dd5b
Send isMainFrame as argument to did-navigate-in-page event
2016-08-12 01:27:50 +10:00
Cheng Zhao
58b391cb77
Merge pull request #6801 from electron/libchromiumcontent-packages
...
Add gperf and bison to package install commands
2016-08-11 17:23:33 +09:00
Cheng Zhao
b285b22b07
Update native_mate
2016-08-11 17:23:03 +09:00
Cheng Zhao
919571a5fc
Merge pull request #6804 from electron/clean-libchromiumcontent-src
...
Clean libchromiumcontent/src
2016-08-11 17:20:44 +09:00
Cheng Zhao
e491b7932f
Merge pull request #6789 from electron/felix-ignore-vscode
...
Gitignore Visual Studio Files
2016-08-11 17:16:41 +09:00
Kevin Sawicki
bc28f8d3cc
Add clean npm run script
2016-08-10 17:36:58 -07:00
Kevin Sawicki
321e953a1d
Clean libchromiumcontent/src
2016-08-10 17:36:57 -07:00
Kevin Sawicki
252aca8834
Add gperf and bison to package install commands
2016-08-10 17:34:58 -07:00
Kevin Sawicki
e290d51412
Merge pull request #6796 from electron/disable-global-shortcut-spec-on-windows-ci
...
Disable globalShortcut spec on Windows CI
2016-08-10 09:57:51 -07:00
Felix Rieseberg
8b85ee8a20
🔧 Use enum to declare ProgressState
...
As recommended in #6768 , this commit adds an enum for progress states for windows.
2016-08-10 08:56:26 -07:00
Felix Rieseberg
96632370b2
Gitignore Visual Studio Files
...
Adds Visual Studio and Visual Studio Code configuration files (auto-generated) to .gitignore.
2016-08-10 08:54:50 -07:00
Kevin Sawicki
b017d2d324
Disable globalShortcut spec on Windows CI
2016-08-10 08:52:50 -07:00
Cheng Zhao
912c7716b3
Bump v1.3.3
2016-08-10 16:00:24 +09:00
Cheng Zhao
d9b872b073
Merge pull request #6787 from electron/api-specs
...
Add initial specs for untested modules
2016-08-10 15:55:23 +09:00
Kevin Sawicki
2a0eb72334
Add asserts for crash report APIs
2016-08-09 15:44:04 -07:00
Kevin Sawicki
ce0165367c
Add spec for invalid capture options
2016-08-09 15:31:24 -07:00
Kevin Sawicki
a6353eb98f
Add initial global shortcut spec
2016-08-09 15:13:05 -07:00
Kevin Sawicki
39e1541a7e
Add initial power save blocker spec
2016-08-09 15:05:56 -07:00
Kevin Sawicki
ab0d726594
Merge pull request #6782 from electron/dip-thumbnail-clip
...
Convert DIP to screen rect for thumbnail clip
2016-08-09 09:16:10 -07:00
Kevin Sawicki
2802d2f3f9
Use gfx::Rect::ToRECT
2016-08-09 08:50:06 -07:00
Kevin Sawicki
5f2a13d01b
Convert dip to screen rect for thumbnail clip
2016-08-09 08:40:38 -07:00
Cheng Zhao
6cd99ebf6b
Merge pull request #6752 from lgalabru/feature/macos-native-notifications
...
Send events as native macOS notifications
2016-08-09 21:34:52 +09:00
Cheng Zhao
dd79c71302
Style fixes for SetProgressBar
2016-08-09 21:02:14 +09:00
Cheng Zhao
81244c2221
Merge pull request #6768 from electron/felix-set-progress
...
Enable mode indication for setProgressBar
2016-08-09 20:58:07 +09:00
Cheng Zhao
01f92a83ab
Merge pull request #6780 from electron/update-available-check
...
Mark update available until restart
2016-08-09 20:44:26 +09:00
Cheng Zhao
25f29e30f5
Merge pull request #6776 from electron/remove-has-real-name-callback-property-check
...
Remove HasRealNamedCallbackProperty check when converting objects
2016-08-09 20:26:26 +09:00
Cheng Zhao
4a9bb87f31
Merge pull request #6777 from electron/zoom-roles
...
Add zoom menu item roles
2016-08-09 20:24:06 +09:00
Ludovic Galabru
a5351407c5
Fixing indentation
2016-08-09 05:57:02 -04:00
Felix Rieseberg
73c91dae9e
🔧 Enable mode indication for setProgressBar
...
This commit enables setting a mode for the setProgressBar method.
Old behavior is kept intact, usage is entirely optional.
2016-08-08 15:52:20 -07:00
Kevin Sawicki
0747957919
Add spec for quitAndInstall with no update on Windows
2016-08-08 13:13:08 -07:00
Kevin Sawicki
dd6c69c90b
Use const instead of var
2016-08-08 13:07:01 -07:00
Kevin Sawicki
49908fd818
Keep update available flag set until restart
2016-08-08 13:03:02 -07:00
Kevin Sawicki
11b14f7621
Add zoom items to menu template
2016-08-08 11:09:30 -07:00
Kevin Sawicki
af607f8b67
🎨 function -> =>
2016-08-08 11:09:30 -07:00
Kevin Sawicki
bcc372568f
Add zoom menu item roles
2016-08-08 11:09:30 -07:00
Kevin Sawicki
59ffe35781
Merge pull request #6765 from miniak/menu-speaking-roles
...
Add macOS specific speaking roles for MenuItem
2016-08-08 11:06:45 -07:00
Kevin Sawicki
e767d3c131
Add spec for executeJavaScript DOM class prototype
2016-08-08 09:42:43 -07:00
Kevin Sawicki
42a1136c88
Remove HasRealNamedCallbackProperty check
2016-08-08 09:35:40 -07:00
Kevin Sawicki
8b3aa4dbb4
Add spec for sending document.location over IPC
2016-08-08 09:35:30 -07:00
Cheng Zhao
872fbe8ba0
Merge pull request #6762 from miniak/set-thumbnail-clip
...
Add BrowserWindow.prototype.setThumbnailToolTip
2016-08-08 20:27:15 +09:00
Cheng Zhao
3dd57d1171
Update brightray and libchromiumcontent to latest for #6769
2016-08-08 20:17:41 +09:00
Cheng Zhao
f5abae31a3
Code cleanup for native_window_mac
...
Method definitions should matche sequence of declarations.
2016-08-08 20:15:45 +09:00
Milan Burda
a6125c538e
Add BrowserWindow.prototype.setThumbnailToolTip
2016-08-08 12:05:47 +02:00
Cheng Zhao
a432fb0c34
Merge pull request #6766 from miniak/set-user-tasks-result
...
Report app.setUserTasks success/failure
2016-08-08 17:43:08 +09:00
Cheng Zhao
850ea37abd
Merge pull request #6761 from bbondy/master
...
Fix printing on Windows when sandbox is enabled
2016-08-08 16:52:07 +09:00
Cheng Zhao
d1b9d03c74
Merge pull request #6754 from darkdh/swipe_conflict
...
Fix scroll conflict
2016-08-08 16:23:52 +09:00
Cheng Zhao
b6becdeae7
Merge pull request #6741 from MaxWhere/native-window-widget-mac
...
Offscreen rendering fixes for macOS
2016-08-08 16:10:30 +09:00
Cheng Zhao
443761b047
Merge pull request #6745 from electron/remove-lint-ignore-files
...
Remove files from cpplint ignore list
2016-08-08 16:04:07 +09:00
Cheng Zhao
2137c42215
Merge pull request #6744 from sairoutine/jpdocs
...
Japanese: add build-instructions-linux.md
2016-08-08 16:03:30 +09:00
Cheng Zhao
fd461cdd27
Merge pull request #6743 from electron/recovery-suggestion
...
Add recovery suggestion to auto update failure string
2016-08-08 16:02:13 +09:00
Milan Burda
e84c82b4a7
Document boolean return value of app.setAsDefaultProtocolClient + app.removeAsDefaultProtocolClient
2016-08-08 02:26:27 +02:00
Milan Burda
a0cf013112
Report app.setUserTasks success/failure
2016-08-08 02:22:51 +02:00
Milan Burda
edc1a9614c
Add macOS specific speaking roles for MenuItem
2016-08-08 00:02:32 +02:00
Brian R. Bondy
95d5de1444
Fix printing on Windows when sandbox is enabled
...
Auditors: @bridiver
This makes it closer to how it works in Chromium and fixes the forever spooling problem on Windows.
The old way worked when the sandbox was disabled but failed on the call for shared_buf.CreateAndMapAnonymous when the sandbox was enabled
This also fixes a handle leak which Chromium already had fixed.
2016-08-07 10:46:08 -04:00
Ludovic Galabru
38cc56efee
🍎 Send events as native macOS notifications
2016-08-06 14:54:07 +02:00
Anthony Tseng
1aedccaeeb
Fix scroll conflict
2016-08-06 14:02:40 +08:00
gellert
541116ff24
removes recycling of compositors on mac
2016-08-06 00:00:32 +02:00
Kevin Sawicki
a9c6ee997f
Remove ignore files that are lint free
2016-08-05 10:53:10 -07:00
Kevin Sawicki
fdc666708f
Use ATOM_COMMON_ATOM_VERSION_H_ as ifdef guar
2016-08-05 10:52:56 -07:00
sairoutine
c8369c8890
📝 Japanese: add build-instructions-linux.md [ci skip]
2016-08-06 02:03:15 +09:00
Kevin Sawicki
0c5b49c402
Add recovery suggestion to failure string
2016-08-05 09:24:13 -07:00
gellert
f29dc3402b
reverts AcceleratedWidgetMacNSView into offscreen class
2016-08-05 15:23:36 +02:00
Cheng Zhao
5eeadb0ad4
Merge pull request #6737 from MaxWhere/setpainting-fix
...
Fix for transparent frames when offscreen window restarted painting
2016-08-05 20:47:35 +09:00
Cheng Zhao
d23418728f
Merge pull request #6721 from electron/osr-refactor
...
Emit NativeImage objects in paint event
2016-08-05 20:44:40 +09:00
Heilig Benedek
29f30aa6ba
added checks for painting_ when setting the outputdevice to active state and removed show/hide from start/stoppainting since during testing they caused transparent frames to appear when a window was set to paint again after stopping
2016-08-05 12:30:47 +02:00
gellert
795753286b
moves AcceleratedWidgetMacNSView to NativeWindowMac
2016-08-05 12:29:35 +02:00
Cheng Zhao
7173d8b01b
Use getBitmap in docs
2016-08-05 18:08:36 +09:00
Cheng Zhao
1be253e1aa
Cleanup the code of getBitmap
2016-08-05 18:05:44 +09:00
Heilig Benedek
b5c19a9c6d
update docs
2016-08-05 17:40:42 +09:00
Heilig Benedek
37f5ef5712
add getBitmap to NativeImage
2016-08-05 17:40:42 +09:00
Cheng Zhao
736fbd46c6
docs: Show how to use bitmap data directly
2016-08-05 17:40:42 +09:00
Cheng Zhao
8c4ebdc88e
Emit NativeImage objects in paint event
2016-08-05 17:40:42 +09:00
Cheng Zhao
3be68ba136
Merge pull request #6736 from electron/maximizable-state
...
Always restore maximizable state after changing window behavior/style
2016-08-05 17:25:22 +09:00
Cheng Zhao
8a33464d41
Merge pull request #6654 from electron/content-bounds
...
Add BrowserWindow.get/setContentBounds()
2016-08-05 17:23:24 +09:00
Cheng Zhao
2ef33bc158
Merge pull request #6739 from electron/cookies-refactor
...
Remove AtomBrowserContext::SetCookieableSchemes
2016-08-05 16:46:40 +09:00
Cheng Zhao
a14b2c1cf8
Remove AtomBrowserContext::SetCookieableSchemes
...
The standard schemes are already stored, we don't have to duplicate the
list for every session.
2016-08-05 16:35:37 +09:00
Cheng Zhao
6cd1aa21af
Merge pull request #6708 from deepak1556/cookieable_schemes_patch
...
protocol: custom standard schemes should support cookies
2016-08-05 16:25:23 +09:00
Cheng Zhao
ce5bdaf46f
Update brightray for #6708
2016-08-05 16:23:59 +09:00
Kevin Sawicki
23203daf95
Non-resizable windows should only maximizable on Mac
2016-08-04 17:22:09 -07:00
Kevin Sawicki
b77a553de7
Always reset maximizable state
2016-08-04 16:50:22 -07:00
Kevin Sawicki
41a0a3fff2
Add failing spec
2016-08-04 16:46:40 -07:00
Kevin Sawicki
dbddf5028a
Adjust y position if menu bar is visible
2016-08-04 13:18:58 -07:00
Kevin Sawicki
2a20630f2f
Use same position as setPosition test
2016-08-04 13:02:41 -07:00
Kevin Sawicki
3a0ceb40b9
Assert new content bounds after resize event
2016-08-04 12:54:45 -07:00
Kevin Sawicki
3041fcc79e
Add spec for BrowserWindow.setContentBounds
2016-08-04 12:34:09 -07:00
Kevin Sawicki
01f95c149a
Doc BrowserWindow.setContentBounds
2016-08-04 12:15:29 -07:00
Kevin Sawicki
7bca105e15
Set max size on window constraints
2016-08-04 12:14:23 -07:00
Kevin Sawicki
7ae9c7616d
Use empty origin when only adjusting size
2016-08-04 12:10:01 -07:00
Kevin Sawicki
52199a008d
Add initial setContentBounds method
2016-08-04 12:02:24 -07:00
Kevin Sawicki
5681ee5220
Use current content position when adjusting content size
2016-08-04 11:41:32 -07:00
Kevin Sawicki
a190495df3
Use bounds for converting window/content sizes
2016-08-04 11:27:27 -07:00
Kevin Sawicki
4751f971e2
Use View::GetBoundsInScreen to compute content bounds
2016-08-04 09:58:36 -07:00
Kevin Sawicki
4f90abce23
Set bounds size to content size
2016-08-04 09:58:36 -07:00
Kevin Sawicki
a868bffd73
Document BrowserWindow.getContentBounds()
2016-08-04 09:58:36 -07:00
Kevin Sawicki
79eee0fdf1
Assert after size through getContentBounds() API
2016-08-04 09:58:35 -07:00
Kevin Sawicki
48cc13d009
Add BrowserWindow.getClientBounds API
2016-08-04 09:58:35 -07:00
Cheng Zhao
cdfbeb1a0a
Merge pull request #6726 from MaxWhere/dummy-view-fix
...
Omits setMouseDownCanMoveWindow call for OffScreenView
2016-08-04 22:07:30 +09:00
gellert
0bb5dabf99
omits setMouseDownCanMoveWindow call for OffScreenView
2016-08-04 12:00:35 +02:00
Cheng Zhao
7624958cf2
Merge pull request #6723 from electron/dummy-view
...
Show a dummy view in the offscreen window
2016-08-04 17:04:32 +09:00
Cheng Zhao
c0c7b81aed
Fix building on Linux
2016-08-04 16:43:30 +09:00
Cheng Zhao
31d8e1b9c9
Also show the text on Windows and Linux
2016-08-04 16:36:01 +09:00
deepak1556
2aa1c9e556
register cookieable schemes with browser context
2016-08-04 12:17:30 +05:30
Cheng Zhao
41df037f64
Show dummy view under offscreen mode
2016-08-04 15:35:08 +09:00
deepak1556
52431506ba
protocol: custom standard schemes should support cookies
2016-08-04 11:06:21 +05:30
Cheng Zhao
64334fd40b
Pass SkBitmap directly
2016-08-04 13:22:19 +09:00
Cheng Zhao
530fcc8de1
Pass OnPaint callback in constructor
...
This can catch the paint events happened before onload event.
2016-08-04 13:03:24 +09:00
Cheng Zhao
32d9382417
Merge pull request #6713 from MaxWhere/offscreen-rendering-fixes
...
Fixes buffer size in offscreen mode
2016-08-04 13:00:54 +09:00
Heilig Benedek
1b0af6f6f1
removed bpp (it can be calculated)
...
fixed buffer size calculation (we actually send the whole image, not just the dirty part)
removed the unnecessary resets and const
now we use Copy instead of New
2016-08-04 05:18:27 +02:00
Cheng Zhao
01d3f76f92
Merge pull request #6718 from electron/coverage
...
Add JavaScript code coverage reporting
2016-08-04 10:59:54 +09:00
Cheng Zhao
4a5a4729b4
Merge pull request #6720 from deepak1556/extension_scheme_patch
...
browser: register extension scheme as web safe scheme
2016-08-04 10:51:48 +09:00
Cheng Zhao
6e63ea7d91
Merge pull request #6719 from electron/is-destroyed-public
...
Mark isDestroyed as public on BrowserWindow/WebContents
2016-08-04 10:49:01 +09:00
Cheng Zhao
f9a3ed10b8
Merge pull request #6714 from sairoutine/jpdocs
...
Add: japanese build-instructions-osx.md
2016-08-04 10:26:00 +09:00
Cheng Zhao
28cb0c7f6b
Merge pull request #6709 from saghul/uv-fixes
...
A couple of small libuv related fixes
2016-08-04 10:09:58 +09:00
Cheng Zhao
361161df0a
Merge pull request #6711 from miniak/cleanup
...
isSwipeTrackingFromScrollEventsEnabled cleanup
2016-08-04 10:09:39 +09:00
Kevin Sawicki
1ee244c1b2
Upgrade to electabul@0.0.4
2016-08-03 16:37:53 -07:00
Kevin Sawicki
e1eef5f7ca
Upgrade to electabul@0.0.3
2016-08-03 16:23:40 -07:00
Kevin Sawicki
a665cf1935
Remove unused spec modules
2016-08-03 16:23:40 -07:00
Kevin Sawicki
ad07a20d9a
Use electabul to instrument and report coverage
2016-08-03 16:23:39 -07:00
Kevin Sawicki
2c0de93f06
Use once when calling done callback
2016-08-03 16:23:39 -07:00
Kevin Sawicki
0ebe142b2f
Close windows instead of destroying them
2016-08-03 16:23:39 -07:00
Kevin Sawicki
cce6be1900
Only prevent unload the first time it is attempted
2016-08-03 16:23:39 -07:00
Kevin Sawicki
916920844e
Use once instead of on
2016-08-03 16:23:39 -07:00
Kevin Sawicki
60e60d86d1
Send coverage from chrome extension iframe
2016-08-03 16:23:39 -07:00
Kevin Sawicki
9aec425ea8
Save dev tools coverage when available
2016-08-03 16:23:39 -07:00
Kevin Sawicki
e034bd05d3
Save type in coverage filename
2016-08-03 16:23:39 -07:00
Kevin Sawicki
88dc281242
Use web contents id when pid is unavailable
2016-08-03 16:23:38 -07:00
Kevin Sawicki
eaa567dd86
Ignore windows with no URLs
2016-08-03 16:23:38 -07:00
Kevin Sawicki
016faacf86
Save coverage on beforeunload event
2016-08-03 16:23:38 -07:00
Kevin Sawicki
300bf24241
Save coverage data when browser windows are destroyed
2016-08-03 16:23:38 -07:00
Kevin Sawicki
9299921ee9
Delete output lib folder before instrumenting
2016-08-03 16:23:38 -07:00
Kevin Sawicki
491f69df80
Add ability to run tests with coverage report
2016-08-03 16:23:38 -07:00
Kevin Sawicki
e17e195479
Add run script to generate instrumented code coverage .asar
2016-08-03 16:23:38 -07:00
Kevin Sawicki
5b5d51ecf4
Add helper to instrument electron.asar
2016-08-03 16:23:38 -07:00
Kevin Sawicki
afdff69482
Add initial code coverage reporting
2016-08-03 16:23:37 -07:00
deepak1556
835891b373
browser: register extension scheme as web safe scheme
2016-08-04 04:30:25 +05:30
Kevin Sawicki
05ab7d39ad
Mark isDestroyed as public on BrowserWindow/WebContents
2016-08-03 14:58:22 -07:00
Kevin Sawicki
15e6028f38
Merge pull request #6710 from miniak/docs-fixes
...
docs: fix cwd description for shell.writeShortcutLink
2016-08-03 14:36:27 -07:00
gellert
ca16132268
renames to bytesPerPixel and use nullptr
2016-08-03 19:39:23 +02:00
Milan Burda
d8f79bf29b
docs: fix cwd description for shell.writeShortcutLink
2016-08-03 18:27:15 +02:00
sairoutine
cedb3714a1
📝 delete no need text in japanese readme.md [ci skip]
2016-08-04 01:17:01 +09:00
sairoutine
ca0ac9c586
📝 build-instructions-osx.md [ci skip]
2016-08-04 01:13:57 +09:00
gellert
8a5e96056e
adds resets to destructor
2016-08-03 17:38:56 +02:00
Milan Burda
136f10c4e8
Remove unnecessary comment + respondsToSelector for isSwipeTrackingFromScrollEventsEnabled implementation
2016-08-03 15:46:39 +02:00
Saúl Ibarra Corretgé
d6ff804b9a
Remove unneeded flag check
...
stop_flag is only set if uv_stop was called, which is never the case, so
skipping the test should be harmless.
2016-08-03 12:52:17 +01:00
Saúl Ibarra Corretgé
0da72be8a9
Remove unneeded libuv callback
2016-08-03 12:48:58 +01:00
gellert
50485a28d3
fixes buffer size and adds pixel size to paint event
2016-08-03 13:28:19 +02:00
Cheng Zhao
3ea48a822e
Merge pull request #6706 from sairoutine/jpdocs
...
Japanese: add atom-shell-vs-node-webkit.md
2016-08-03 20:06:03 +09:00
Cheng Zhao
230943d425
Merge pull request #6707 from electron/auto-run-micro-tasks
...
Revert Node's call of SetAutorunMicrotasks(false)
2016-08-03 18:14:01 +09:00
Cheng Zhao
1445ea8baf
Revert Node's call of SetAutorunMicrotasks(false)
2016-08-03 17:57:10 +09:00
sairoutine
cdeef7c20a
📝 japanese: add atom-shell-vs-node-webkit.md [ci skip]
2016-08-03 17:21:30 +09:00
Cheng Zhao
617820dfc2
Merge pull request #6705 from electron/remove-view-painted
...
Remove the view-painted event
2016-08-03 16:55:48 +09:00
Cheng Zhao
5dabc47440
Remove the view-painted event
2016-08-03 16:20:55 +09:00
Cheng Zhao
1e4c83eb93
Cleanup atom_api_system_preferences_mac.mm
2016-08-03 16:13:51 +09:00
Cheng Zhao
322fb97d8d
Merge pull request #6686 from darkdh/swipe_prefs
...
Swipe back/forward should respect system preferences
2016-08-03 16:10:29 +09:00
Cheng Zhao
b9bcba7abe
docs: Do not repeat processes for multiple times in menu.md
2016-08-03 16:08:54 +09:00
Cheng Zhao
163a6bd5c5
Merge pull request #6700 from calidion/patch-1
...
Update menu.md
2016-08-03 16:00:52 +09:00
Cheng Zhao
53831d71e3
Merge pull request #6703 from electron/merge-offscreen
...
Merge #6691
2016-08-03 15:58:31 +09:00
Cheng Zhao
2e8ccfd8df
Add Offscreen Rendering to guides
2016-08-03 15:38:24 +09:00
Cheng Zhao
1f41e22614
Put constants in annoymouse namespace
2016-08-03 14:09:38 +09:00
Cheng Zhao
82da3b6c66
Fix accidentally changed lines
2016-08-03 14:03:57 +09:00
Cheng Zhao
4d85c1a557
Refactor osr_render_widget_host_view
2016-08-03 13:53:11 +09:00
Cheng Zhao
ea8ea1543f
Refactor osr_output_device
2016-08-03 13:06:38 +09:00
Cheng Zhao
9d8e510a55
Refactor the code in atom_api_web_contents
2016-08-03 13:06:34 +09:00
Cheng Zhao
921aaf9aa3
Move osr related files to atom/browser/osr
2016-08-03 13:05:47 +09:00
Anthony Tseng
e0c0e3e5f7
Add IsSwipeTrackingFromScrollEventsEnabled in system prefs
2016-08-03 10:27:56 +08:00
Eric
5ae112677b
Update menu.md
...
1. add difference notice
2. changed `render process` to `main process`
2016-08-03 10:10:56 +08:00
Cheng Zhao
b0e36ec93a
Revert unnecessary changes
2016-08-03 10:48:07 +09:00
Cheng Zhao
aefd99ec7f
Only enable kEnableBeginFrameScheduling for offscreen
...
It has effects on performance and only gets turned on after Chrome 54.
2016-08-03 10:40:12 +09:00
Cheng Zhao
63c34f3dcf
docs: Use app.disableHardwareAcceleration() instead of --disable-gpu
...
The --disable-gpu switch does not work when passed with `appendSwitch`.
2016-08-03 10:32:29 +09:00
Cheng Zhao
c8b544ee1f
spec: Remove duplicate code in tests
2016-08-03 10:27:55 +09:00
Cheng Zhao
ba9aa13bd8
Fix lint warnings in documentations
2016-08-03 10:15:38 +09:00
Cheng Zhao
d8a030fa9b
Revert the change on default_app
2016-08-03 10:13:32 +09:00
Cheng Zhao
7b34b8d183
Update libchromiumcontent for offscreen patches
2016-08-03 10:12:41 +09:00
Cheng Zhao
c68e9cb595
Use electron/brightray
2016-08-03 10:10:58 +09:00
Cheng Zhao
363fabdcb4
Merge branch 'offscreen-rendering' of https://github.com/MaxWhere/electron into merge-offscreen
2016-08-03 10:09:48 +09:00
Cheng Zhao
1fa18aeba2
Merge pull request #6693 from sairoutine/jpdocs
...
Japanese: add coding-style.md
2016-08-03 08:30:32 +09:00
Cheng Zhao
549aa59d18
Merge pull request #6694 from ssdong/fixed_typo_in_chinese_doc_translation
...
fixed typo in simplified chinese doc translation
2016-08-03 08:30:18 +09:00
Cheng Zhao
59076711cb
Bump v1.3.2
2016-08-03 07:18:31 +09:00
Susu Dong (LCL)
ddb7b5cff9
fixed typo in simplified chinese doc translation
2016-08-02 15:21:49 -04:00
sairoutine
93e37a92a2
📝 Japanese: add coding-style.md [ci skip]
2016-08-03 03:21:22 +09:00
gellert
1663a9cd13
fixes linendings
2016-08-02 19:31:30 +02:00
Kevin Sawicki
820f3968aa
Merge pull request #6677 from miniak/default-app-menu
...
Add zooming commands to menu in default app
2016-08-02 10:27:56 -07:00
Milan Burda
87c9926fe8
Move Toggle Fullscreen to the bottom of the View menu
2016-08-02 18:08:41 +02:00
Milan Burda
2e043453c0
Add zooming commands to menu (default app)
2016-08-02 18:08:35 +02:00
gellert
362f3deb93
fixes linting
2016-08-02 16:39:07 +02:00
gellert
9872fa0f52
restoring default app
2016-08-02 15:17:50 +02:00
gellert
8eed91d87a
Merge remote-tracking branch 'upstream/master' into speedup-gpu
2016-08-02 14:59:03 +02:00
Cheng Zhao
217156f76c
Update libchromiumcontent: close #6668
2016-08-02 21:38:34 +09:00
Cheng Zhao
91169396f6
Merge pull request #6688 from electron/constructor-refactor
...
Use FunctionTemplate instead of ObjectTemplate for native classes
2016-08-02 21:37:56 +09:00
Cheng Zhao
8c0a033b6f
Fix lint errors of using __proto__
2016-08-02 21:02:28 +09:00
Cheng Zhao
edb573d69e
Make WebContents inherit NavigationController
2016-08-02 20:55:56 +09:00
Cheng Zhao
025034127a
Set JavaScript APIs on prototype of WebContents
2016-08-02 20:52:07 +09:00
Cheng Zhao
844f32aa36
Set prototype of constructor directly
2016-08-02 20:38:35 +09:00
Heilig Benedek
4088f0eb33
remove unneeded windows specific things
2016-08-02 12:57:23 +02:00
Heilig Benedek
9068182664
small fixes
2016-08-02 12:56:03 +02:00
Cheng Zhao
8c3232dc56
Every native class now gets a name
2016-08-02 19:28:12 +09:00
Cheng Zhao
cb19efe49c
Pass FunctionTemplate in BuildPrototype
2016-08-02 18:08:12 +09:00
Cheng Zhao
895b8b47ee
Save the prototype of EventEmitter
2016-08-02 18:07:58 +09:00
Cheng Zhao
892026458d
Cleanup init.js
2016-08-02 17:45:46 +09:00
Cheng Zhao
8f62e79243
GetConstructor now returns FunctionTemplate
2016-08-02 17:20:58 +09:00
Cheng Zhao
6e0cde5b24
All native objects have prototype now
2016-08-02 17:12:17 +09:00
Cheng Zhao
8cd4612fe0
Get rid of Constructor class
2016-08-02 17:02:04 +09:00
Cheng Zhao
846ec5ba49
AttachAsUserData now can assume the existence of wrapper
2016-08-02 15:28:32 +09:00
Cheng Zhao
1505a46ed0
Do not rely on Constructor to call Init
...
This makes it deterministic when the JavaScript is initialized, which
can make our logic more clear.
2016-08-02 15:15:40 +09:00
Cheng Zhao
84bb82866d
docs: the callbacks
2016-08-02 14:44:06 +09:00
Cheng Zhao
56b1abd64a
Merge pull request #6685 from electron/document-contents-zoom
...
Implement and Document the zoom methods that are mapped to the webContents object
2016-08-02 14:41:09 +09:00
Cheng Zhao
7ac28b53e6
Merge pull request #6683 from gabriel/master
...
Add isVisible() to app.dock
2016-08-02 12:33:36 +09:00
Cheng Zhao
2330f927ed
Merge pull request #6684 from electron/felix-debugging-link-fix
...
Fix link to macOS Debugging Instructions
2016-08-02 12:19:05 +09:00
Anthony Tseng
beca2d26f3
Swipe back/forward should respect system preferences
2016-08-02 11:18:46 +08:00
Samuel Attard
a498cf5b79
Fix linting issues
2016-08-02 13:13:17 +10:00
Samuel Attard
b59f37de98
Document the async versions of getZoomFactor and getZoomLevel
2016-08-02 13:04:21 +10:00
Samuel Attard
e4f6083753
Implement asynchronous versions of getZoomFactor and GetZoomLevel on the webContents object
2016-08-02 13:02:55 +10:00
Samuel Attard
a1f5ca1ad2
Document the zoom methods that are mapped to the webContents object
2016-08-02 12:28:13 +10:00
Felix Rieseberg
c36bcf47d3
📝 Fix link to macOS Debugging Instructions
2016-08-01 19:15:03 -07:00
Cheng Zhao
f8025d95b8
Merge pull request #6678 from sairoutine/jpdocs
...
Japanese: add system-preferences.md
2016-08-02 09:31:39 +09:00
Cheng Zhao
f7150228d8
Merge pull request #6675 from miniak/docs-ico-sizes
...
docs: Improve ICO size list
2016-08-02 09:31:19 +09:00
Gabriel Handford
7bde92deb9
Add isVisible() to app.dock
2016-08-01 15:22:37 -07:00
sairoutine
0e6c2f9971
📝 Japanese: add system-preferences.md [ci skip]
2016-08-01 23:43:07 +09:00
Cheng Zhao
eb73303f28
Merge pull request #6676 from electron/fix-upload
...
Fix a few errors when running the script to upload checksum files
2016-08-01 22:54:10 +09:00
Cheng Zhao
9765599b49
Must pass unicode to StringIO
2016-08-01 22:08:52 +09:00
Cheng Zhao
94a17bb494
Use spaces between checksum and filename
2016-08-01 22:08:52 +09:00
Cheng Zhao
217b639597
Fix filename when uploading to github
2016-08-01 22:08:52 +09:00
Cheng Zhao
c943e4a61f
Fix error in run_boto_script
2016-08-01 22:08:52 +09:00
Cheng Zhao
d00bff4d94
Fix error of run_python_script
2016-08-01 21:41:55 +09:00
Cheng Zhao
079a7a1a1c
Do not put the upload logic in make_zip
2016-08-01 21:16:16 +09:00
Cheng Zhao
8f75f10239
Merge pull request #6588 from malept/dist-checksums
...
Generate and upload checksums for released ZIPs to GitHub
2016-08-01 20:47:07 +09:00
Cheng Zhao
d56057b186
Merge pull request #6674 from electron/session-no-gc
...
Do not garbage collect sessions
2016-08-01 20:40:55 +09:00
gellert
935d47d83e
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
2016-08-01 13:28:12 +02:00
gellert
56f5749675
adds transparency
2016-08-01 13:27:39 +02:00
Cheng Zhao
e1152ae96c
Remove usages of linked_ptr
...
It is no longer needed since we now have move semantic.
2016-08-01 20:26:06 +09:00
Heilig Benedek
a4a2579423
brightray commit update
2016-08-01 13:22:16 +02:00
Milan Burda
e7322edb3a
docs: Improve ICO size list
2016-08-01 13:13:40 +02:00
Cheng Zhao
ffed3e9c0c
Move the code to native
2016-08-01 20:11:17 +09:00
Cheng Zhao
d23d9dcf01
Do not garbage collect sessions
2016-08-01 19:35:51 +09:00
gellert
36918250ec
a possible fix for dragging
2016-08-01 12:06:46 +02:00
gellert
439ad94afe
Merge remote-tracking branch 'upstream/master' into speedup-gpu
2016-08-01 12:00:34 +02:00
Mark Lee
59de146a9f
Use S3 as an intermediary store & merge shasum files before uploading to GitHub
2016-07-31 19:25:26 -07:00
Mark Lee
5b07154b8e
Generate and upload checksums for released ZIPs to GitHub
...
When generating an Electron release, create a `sha256sum`-compatible
file for each ZIP file, and upload them to the corresponding GitHub release.
This is primarily to confirm that the download of a given ZIP completed
successfully, as opposed to verifying that an Electron team member uploaded
the given ZIP files (which would require using a trusted GPG key).
2016-07-31 19:00:57 -07:00
Cheng Zhao
01ebc77228
Fix styling issues
2016-08-01 09:58:33 +09:00
Cheng Zhao
fb76aaac39
Merge pull request #6667 from liusy182/restore-issue
...
fix maximize restore issue caused by restore window size change
2016-08-01 09:56:08 +09:00
Cheng Zhao
1d33275374
Merge pull request #6661 from MaxWhere/minor-fixes
...
A minor fix for sendInputEvent and improvements related to cursor-changed event
2016-08-01 09:45:41 +09:00
Heilig Benedek
c39ded0481
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
2016-08-01 02:18:37 +02:00
Heilig Benedek
0eacee0058
add documentation for changes
2016-08-01 02:18:19 +02:00
Heilig Benedek
64f220fb50
fix UTF character sending as suggested by @zcbenz
2016-08-01 02:18:07 +02:00
Heilig Benedek
bc9adcd5ca
fix toBUFFER naming issue and cursor-changed parameter order
2016-08-01 02:17:49 +02:00
Heilig Benedek
2b05be64b4
add documentation for changes
2016-08-01 02:14:45 +02:00
Heilig Benedek
7a471e1ab7
fix UTF character sending as suggested by @zcbenz
2016-08-01 02:14:11 +02:00
Heilig Benedek
bc7c5c567c
fix toBUFFER naming issue and cursor-changed parameter order
2016-08-01 02:13:31 +02:00
Cheng Zhao
3d47ab20c2
Merge pull request #6663 from simonmysun/patch-1
...
Typo fix
2016-08-01 08:45:15 +09:00
Cheng Zhao
feb8a4b905
Merge pull request #6662 from sairoutine/jpdocs
...
Japanese: add testing-on-headless-ci.md
2016-08-01 08:44:54 +09:00
gellert
8e1214fc3a
paint toggling fix cleanup
2016-08-01 01:01:55 +02:00
gellert
aac5fb0377
fixes paint toggling, for real tho hopefully
2016-08-01 00:47:53 +02:00
gellert
690ca7ec2a
filtering out offscreen webcontents in getAllWebcontents call
2016-07-31 22:06:34 +02:00
gellert
1cd1c5e01c
fixes paint toggling
2016-07-31 22:05:36 +02:00
Heilig Benedek
0098d5bca7
Hide when not painting + cursor event fix
2016-07-31 18:40:35 +02:00
gellert
35ee99265e
adds tests for osr
2016-07-31 17:10:53 +02:00
liusi
db671702df
fix maximize restore issue caused by restore window size change
2016-07-31 21:49:54 +08:00
gellert
5525ac36b8
does linting
2016-07-31 12:19:56 +02:00
孙茂胤
1d5a126135
Typo fix
2016-07-31 16:11:03 +08:00
sairoutine
a77a83761f
📝 Japanese: add testing-on-headless-ci.md [ci skip]
2016-07-31 17:05:13 +09:00
Heilig Benedek
f3b723c9fa
Send some more data with the cursor-changed event
2016-07-31 05:24:54 +02:00
Heilig Benedek
21962be60e
Adds option to get raw data from NativeImage
2016-07-31 05:24:44 +02:00
Heilig Benedek
af80b9a7df
Fixes not being able to send UTF8 characters anymore
2016-07-31 05:24:28 +02:00
Heilig Benedek
015516497c
Merge pull request #13 from electron/master
...
update as upstream
2016-07-31 05:19:43 +02:00
Heilig Benedek
0a349ef16c
remove fpscounter, can be enabled from node
2016-07-31 05:13:29 +02:00
Heilig Benedek
3e7ff466cd
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
2016-07-31 05:12:34 +02:00
Heilig Benedek
3a1285aeac
Send some more data with the cursor-changed event
2016-07-31 05:11:56 +02:00
Heilig Benedek
d0bda76a2d
Adds option to get raw data from NativeImage
2016-07-31 05:11:18 +02:00
Heilig Benedek
94e52f0738
Fixes not being able to send UTF8 characters anymore
2016-07-31 05:10:14 +02:00
gellert
092fc92cb8
adds tutorial
2016-07-31 00:47:08 +02:00
gellert
f60d791fa8
adds docs for osr
2016-07-31 00:22:34 +02:00
gellert
e4000850cd
head part updates
2016-07-30 21:35:14 +02:00
gellert
916063f370
handles destroyed renderer process
2016-07-30 21:25:49 +02:00
gellert
976277ffbf
webcontentsview cleanup
2016-07-30 20:39:17 +02:00
gellert
6486d80f87
api impl + cleanups + stability improvements
2016-07-30 15:40:16 +02:00
Cheng Zhao
a769996b8d
Merge pull request #6641 from electron/felix-macos-debugging
...
Add debugging instructions for macOS
2016-07-30 11:55:05 +09:00
gellert
2190c4dd8d
adds destructors + more code cleanup
2016-07-30 00:51:19 +02:00
Heilig Benedek
70656dc991
revert framesubscription
2016-07-29 19:54:35 +02:00
Felix Rieseberg
ab69ae07b7
📝 Add debugging instructions for macOS
...
I already wrote up debugging instructions for Windows, but never got
around to writing them for macOS - until now! This adds a very basic
introduction to LLDB from the command line, which should empower people
to figure out what’s happening inside Electron when they call an
Electron method from JavaScript.
2016-07-29 10:19:58 -07:00
Cheng Zhao
67ef47104f
Merge pull request #6649 from miniak/docs-fix
...
docs: fix argument types
2016-07-29 22:51:26 +09:00
gellert
6abf7475b8
cleaning up osr pt1
2016-07-29 14:50:27 +02:00
Milan Burda
e428d5db4f
docs: fix argument types
2016-07-29 11:56:32 +02:00
Cheng Zhao
ea6e6dab8c
Merge pull request #6644 from electron/webcontents-is-focused-crash
...
Check view before checking top level native window
2016-07-29 11:08:11 +09:00
Cheng Zhao
6bb342ef2a
Merge pull request #6646 from electron/linux-200
...
Load 200 DPI resources on Linux
2016-07-29 11:07:23 +09:00
Cheng Zhao
5643feabc3
Load 200 DPI resources on Linux
2016-07-29 10:51:31 +09:00
Cheng Zhao
72612ed2f5
Merge pull request #6637 from electron/check-window-class
...
Check that window is an EventDispatchingWindow
2016-07-29 10:42:36 +09:00
Cheng Zhao
e5e4c53b1e
Merge pull request #6645 from electron/ico-125
...
Update ico to include sizes for 125% DPI
2016-07-29 10:33:55 +09:00
Cheng Zhao
5e7ee675f7
Update ico to include sizes for 125% DPI
2016-07-29 10:32:48 +09:00
Cheng Zhao
8bf30ace4b
Merge pull request #6636 from yuya-oc/docs-win32-icon
...
docs: Add recommended sizes for Windows ICO icons
2016-07-29 10:11:05 +09:00
Cheng Zhao
6d3120b05c
Merge pull request #6626 from Starefossen/patch-1
...
docs: mention app ready event for DevTools Extension tutorial
2016-07-29 10:02:01 +09:00
Heilig Benedek
fdff60132c
update brightray commit
2016-07-29 01:48:29 +02:00
Kevin Sawicki
5982e3a75e
Fix typo in comment
2016-07-28 15:48:01 -07:00
Kevin Sawicki
bd2ce5327c
Return early when render widget host view is null
2016-07-28 15:47:52 -07:00
Heilig Benedek
ab38e7700f
brightray url update
2016-07-28 22:18:21 +02:00
Kevin Sawicki
5eaae8136e
Check that window is an EventDispatchingWindow
2016-07-28 08:48:56 -07:00
Yuya Ochiai
29d66eb0d0
📝 Add recommended sizes for Windows ICO icons
...
For #6396
Please refer to https://msdn.microsoft.com/en-us/library/windows/desktop/dn742485(v=vs.85).aspx
[ci skip]
2016-07-28 23:22:41 +09:00
Heilig Benedek
7b61c5c9d0
removed some junk and added offscreen webcontents type
2016-07-28 12:10:56 +02:00
Cheng Zhao
b790ad6c1a
Merge pull request #6631 from amor520/master
...
update Prerequisites
2016-07-28 18:07:33 +09:00
amor
46e707fd6d
update Prerequisites
2016-07-28 15:01:36 +08:00
Cheng Zhao
e73bd00854
Merge pull request #6629 from electron/download-item-get-save-path
...
Set download item save path to selected path from dialog
2016-07-28 15:23:43 +09:00
Kevin Sawicki
55d6e0de1a
Assert save path of download item
2016-07-27 17:52:36 -07:00
Kevin Sawicki
4e9b19074f
Make downloadItem.getSavePath() public
2016-07-27 17:33:36 -07:00
Kevin Sawicki
0ad8c66b65
Use selected dialog path as item save path
2016-07-27 17:31:26 -07:00
Heilig Benedek
0dbe4bc417
api base
2016-07-28 01:58:23 +02:00
Cheng Zhao
bf20bbc247
Merge pull request #6623 from electron/shortcut
...
Add shell.writeShortcutLink/readShortcutLink APIs
2016-07-28 08:48:52 +09:00
Kevin Sawicki
34f33c3b45
Merge pull request #6627 from davej/patch-1
...
docs: Explain how to use highlightMode with BrowserWindow
2016-07-27 15:57:34 -07:00
DaveJ
42640b6170
docs: Add click handler to tray window example
2016-07-27 23:56:00 +01:00
DaveJ
322fe36dea
docs: Fix undefined variables
2016-07-27 23:23:26 +01:00
Dave Jeffery
4823b5582f
docs: Explain how to use highlightMode with BrowserWindow
...
As discussed on https://github.com/electron/electron/pull/6620
2016-07-27 21:35:13 +01:00
Hans Kristian Flaatten
ba2b8c8d3e
docs: mention app ready event for DevTools Extension tutorial
2016-07-27 22:01:01 +02:00
gellert
c45d9555e7
cleans up class names
2016-07-27 20:31:03 +02:00
gellert
f90e62a7a5
apply fixes
2016-07-27 19:59:01 +02:00
gellert
6e1db86a77
fixes software output device rendering
2016-07-27 19:44:41 +02:00
Heilig Benedek
221714e141
added onpaint to software path
2016-07-27 19:19:53 +02:00
Heilig Benedek
783c9d9218
Merge branch 'speedup-gpu' of https://github.com/MaxWhere/electron into speedup-gpu
2016-07-27 18:25:28 +02:00
Heilig Benedek
da5c95710f
software bump
2016-07-27 18:24:58 +02:00
gellert
d0bd4816cb
adds tracing calls and osx fix
2016-07-27 18:02:54 +02:00
Heilig Benedek
a39bb35744
use electron nativewindow
2016-07-27 14:36:22 +02:00
Cheng Zhao
242ce4f818
Fix building on non-Windows
2016-07-27 19:55:05 +09:00
Cheng Zhao
ac8a490d56
Fix lint warnings
2016-07-27 19:51:16 +09:00
Cheng Zhao
eadffc6db8
docs: icon and iconIndex have to be set together
2016-07-27 19:49:17 +09:00
Cheng Zhao
57dbf284c1
spec: shell.writeShortcutLink/readShortcutLink
2016-07-27 19:43:11 +09:00
Cheng Zhao
d6234e11df
docs: shell.writeShortcutLink/readShortcutLink
2016-07-27 16:47:24 +09:00
Cheng Zhao
ff5b8047a1
Throw exception when ReadShortcutLink failed
2016-07-27 16:32:32 +09:00
Cheng Zhao
25538fe7fb
All fields are always returned
2016-07-27 16:23:35 +09:00
Cheng Zhao
60ba2d624e
Initialize COM before using the API
2016-07-27 16:20:53 +09:00
Cheng Zhao
7f3443b138
Add shell.writeShortcutLink/readShortcutLink
2016-07-27 16:16:21 +09:00
Cheng Zhao
367f94aa76
Bump v1.3.1
2016-07-27 13:21:17 +09:00
Cheng Zhao
1e61743242
Merge pull request #6602 from electron/appusermodelid-remove-spaces
...
Remove all spaces from potential appUserModelID as it isn't allowed by the spec
2016-07-27 10:53:52 +09:00
Cheng Zhao
b8bafbc5a3
Merge pull request #6620 from electron/tray-highlight-toggle
...
Add option to always highlight the tray icon
2016-07-27 10:49:38 +09:00
Cheng Zhao
99b523176b
Merge pull request #6619 from electron/web-contents-copy-image-at
...
Add webContents.copyImageAt(x, y)
2016-07-27 10:15:38 +09:00
Cheng Zhao
7994f087fb
Merge pull request #6618 from electron/code-range-registration
...
Only register code range in Windows crash reporter once
2016-07-27 09:52:18 +09:00
Cheng Zhao
4dc8e90586
Merge pull request #6603 from electron/standard-markdown
...
Standardize JavaScript code snippets in the documentation
2016-07-27 09:36:44 +09:00
Cheng Zhao
0bfd31e7cb
Update brightray for #6613
2016-07-27 08:53:55 +09:00
Cheng Zhao
b3530a55a9
Merge pull request #6613 from deepak1556/pref_init_patch
...
browser: initialize pref registry in brightray
2016-07-27 08:53:33 +09:00
Samuel Attard
9f0299cc31
Use better regex to match spaces
2016-07-27 09:38:49 +10:00
Kevin Sawicki
c4e743d207
Add TODO to deprecate boolean param
2016-07-26 14:18:15 -07:00
Kevin Sawicki
8e1de88512
Correct typo in variable name
2016-07-26 14:17:41 -07:00
Kevin Sawicki
0ff6b87f8c
Update tray.setHighlightMode docs
2016-07-26 13:59:19 -07:00
Kevin Sawicki
b2f9cce297
Add option to always highlight the tray icon
2016-07-26 13:51:43 -07:00
Kevin Sawicki
31564f079f
Document webContents.copyImageAt(x,y)
2016-07-26 12:08:05 -07:00
Kevin Sawicki
bde432b64d
Add webContents.copyImageAt
2016-07-26 12:06:11 -07:00
Kevin Sawicki
7a1b796dd0
Change registered flag from InitBreakpad
2016-07-26 10:54:30 -07:00
Kevin Sawicki
3279f5c80a
Add spec for starting crash reporter twice
2016-07-26 10:43:57 -07:00
Kevin Sawicki
8956388804
Only register code range once
2016-07-26 10:40:11 -07:00
Zeke Sikelianos
c3f26df577
standardize electron-capturer doc snippets
2016-07-26 09:49:02 -07:00
Zeke Sikelianos
c38f505001
update standard-markdown to use linux-friendly local require statements
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
3a16a9b0bf
update to standard-markdown with node 0.10 support
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
784bee8faa
update npm run lint to include docs
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
06a354a2eb
standardize all javascript blocks in English docs
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
dd9935a9d7
add npm script to lint all javascript blocks in the docs using standard
2016-07-26 09:47:16 -07:00
gellert
8392ece321
updates impl to newer version of chromium
2016-07-26 16:52:43 +02:00
deepak1556
e65bc481a8
browser: initialize pref registry in brightray
2016-07-26 16:34:04 +05:30
Cheng Zhao
7c1f48808b
Merge pull request #6612 from electron/cc-cxx
...
Do not overwrite CC and CXX in bootstrap
2016-07-26 19:55:25 +09:00
Cheng Zhao
7d11912a03
No more need to overwrite env when running update.py
2016-07-26 19:24:58 +09:00
Cheng Zhao
49181403ef
Ignore CC and CXX in env
2016-07-26 19:24:28 +09:00
Cheng Zhao
0cdd764161
Merge pull request #6609 from electron/msvs
...
Add --msvs parameter to bootstrap.py
2016-07-26 19:03:25 +09:00
Cheng Zhao
89de791e9d
docs: Mention the --msvs
2016-07-26 17:42:12 +09:00
Cheng Zhao
b34deb1d2f
docs: x64 is the default build
2016-07-26 17:40:58 +09:00
Cheng Zhao
9bf3150237
Add --msvs parameter to bootstrap.py
2016-07-26 17:38:31 +09:00
Cheng Zhao
a4d983c236
Merge pull request #6607 from enlight/patch-4
...
Normalize string quotes in desktopCapturer docs
2016-07-26 16:29:01 +09:00
Cheng Zhao
61d16d5caa
Merge pull request #6606 from electron/font-settings
...
Set page's font settings with system settings
2016-07-26 14:11:20 +09:00
Vadim Macagon
6cc68638e7
Normalize string quotes in desktopCapturer docs
...
Missed one string in my previous PR :(
2016-07-26 11:57:39 +07:00
Cheng Zhao
2b0cd97bb8
Merge pull request #6593 from enlight/improved-desktop-capturer-docs
...
Improve readability, and add a link to the navigator.getUserMedia API
2016-07-26 13:35:54 +09:00
Cheng Zhao
d2ce50e3dd
c++11 styling
2016-07-26 13:32:17 +09:00
Cheng Zhao
0da1a772be
Set page's font settings with system settings
2016-07-26 13:29:27 +09:00
Vadim Macagon
89309244b5
Improve the desktopCapturer docs
...
Made minor improvements to readability, and added a link to the
`navigator.getUserMedia` docs on MDN for convenience.
2016-07-26 10:48:38 +07:00
Cheng Zhao
8d941a6559
Merge pull request #6566 from electron/win-autoupdater-es6
...
Move autoUpdater to ES6
2016-07-26 12:46:00 +09:00
Cheng Zhao
b139d5ad1c
Merge pull request #6598 from electron/fs-access-asar
...
Add asar implementation of fs.access/accessSync
2016-07-26 12:42:59 +09:00
Cheng Zhao
7b6d74fdc2
Merge pull request #6596 from liusy182/restore-issue
...
Window position doesn't restore correctly minimize and restore window
2016-07-26 11:21:59 +09:00
Cheng Zhao
c70ec47138
Merge pull request #6595 from lukeapage/patch-8
...
Clarify the default arguments for Menu popup
2016-07-26 11:16:57 +09:00
Samuel Attard
12dba2cb67
Remove all spaces from potential appUserModelID as it isn't allowed by the spec
2016-07-26 11:44:01 +10:00
Samuel Attard
20e26a9639
Move auto-updater-win to ES6
2016-07-26 11:40:55 +10:00
Kevin Sawicki
c730800f0c
Merge pull request #6601 from feross/master
...
Fix test for PR #6600
2016-07-25 17:45:50 -07:00
Feross Aboukhadijeh
9bc144c880
Fix test for PR #6600
...
Just realized that the tests don't pass after my PR. This fixes that :)
2016-07-25 17:27:45 -07:00
Kevin Sawicki
8c7d28de27
Merge pull request #6600 from feross/master
...
MenuItem: Use 'Close Window' for 'close' role label
2016-07-25 15:21:05 -07:00
Feross Aboukhadijeh
d6a7ced32c
MenuItem: Use 'Close Window' for 'close' role label
...
On OS X, the standard label that's used for the 'close' role is 'Close
Window'. You can see this in the default macOS apps from Apple.
2016-07-25 15:13:17 -07:00
gellert
9d83ce1676
resolves
2016-07-25 21:09:49 +02:00
Kevin Sawicki
b627b8711a
Add spec for accessing normal files
2016-07-25 11:17:40 -07:00
Kevin Sawicki
8eca019157
Support paths as Buffers
2016-07-25 11:10:36 -07:00
Kevin Sawicki
30fbe92970
Add asar-supported fs.accessSync implementation
2016-07-25 11:05:18 -07:00
gellert
8fb7872b84
removes logs and adds webcontentsview init
2016-07-25 19:58:21 +02:00
gellert
0ad0c79202
adds beginframe scheduling
2016-07-25 19:58:14 +02:00
Kevin Sawicki
3ad5504194
Add asar-supported fs.access implementation
2016-07-25 10:50:30 -07:00
gellert
9e10f211d7
removes commented includes
2016-07-25 19:44:44 +02:00
gellert
8090278708
breaks down osr api to separate files
2016-07-25 19:44:44 +02:00
gellert
14836cef02
using damage_rect
2016-07-25 19:44:44 +02:00
gellert
96e1ba9c14
gpu acclereted osr added
2016-07-25 19:44:44 +02:00
Heilig Benedek
5371921f8a
speed(up) bump
2016-07-25 19:44:44 +02:00
Heilig Benedek
4a0f0063a0
speedup base
2016-07-25 19:44:44 +02:00
Kevin Sawicki
a518c47f4c
Use let/const instead of var
2016-07-25 10:43:38 -07:00
liusi
8129c27a4a
Merge branch 'master' of https://github.com/electron/electron into restore-issue
2016-07-25 22:53:18 +08:00
liusi
2cc01eea30
issue 6574 - Window position doesn't restore correctly
2016-07-25 22:51:27 +08:00
gellert
6eba509d53
removes logs and adds webcontentsview init
2016-07-25 15:55:00 +02:00
Luke Page
c365aa85c2
Clarify the default arguments for popup
...
The null / -1 defaults weren't very helpful, so changed to follow other documentation and write the behaviour if that param is missing.
2016-07-25 13:57:38 +02:00
Cheng Zhao
729b84f2ca
Merge pull request #6576 from electron/browser-window-proxy-docs
...
Fix BrowserWindowProxy documentation
2016-07-25 16:55:49 +09:00
Cheng Zhao
66086880e2
Merge pull request #6575 from electron/asar-doc-fixes
...
fix wording in asar doc
2016-07-25 16:55:20 +09:00
Cheng Zhao
a30997867f
Merge pull request #6573 from electron/native-image-doc
...
Fix documentation for NativeImage
2016-07-25 16:55:09 +09:00
Cheng Zhao
72c4952907
Merge pull request #6590 from electron/reliable-typed-array
...
Use ArrayBuffer.isView to detect Buffer and ArrayBuffer
2016-07-25 16:54:54 +09:00
Cheng Zhao
7a61966423
Use deepEqual for comparing type arrays
2016-07-25 16:41:20 +09:00
Cheng Zhao
9ddb62c42a
Use Buffer.from instead of deprecated new Buffer
2016-07-25 16:40:22 +09:00
Cheng Zhao
1c9421bc89
Use ArrayBuffer.isView to detect Buffer and ArrayBuffer
2016-07-25 16:39:09 +09:00
Cheng Zhao
eb51e080e5
spec: TypeArray should work in remote
2016-07-25 16:30:40 +09:00
Cheng Zhao
200d09cc70
Merge pull request #6572 from haadcode/master
...
Add support for TypedArrays in IPC.
2016-07-25 16:22:29 +09:00
Cheng Zhao
fb251ac09b
Update brightray for #6156
2016-07-25 16:08:38 +09:00
Cheng Zhao
e95da6ad1b
Merge pull request #6565 from TiagoDanin/Update-Doc
...
Update docs-translations
2016-07-25 16:05:04 +09:00
Cheng Zhao
fd8cc63ca9
Merge pull request #6558 from deepak1556/session_proxy_patch
...
session: add proxyBypassRules option to setProxy api
2016-07-25 16:03:50 +09:00
Cheng Zhao
c497765dea
Merge pull request #6524 from liusy182/painted-event-6426
...
add "view-painted" event to WebContent.
2016-07-25 16:02:50 +09:00
Cheng Zhao
c0f81d14e4
Bump v1.3.0
2016-07-25 12:57:10 +09:00
Cheng Zhao
4af72617ee
Merge pull request #6589 from electron/200-resources
...
Load a few resources pak added in Chrome 52
2016-07-25 12:54:45 +09:00
Cheng Zhao
b013abf829
Copy a few more files to out dir
2016-07-25 12:11:01 +09:00
Cheng Zhao
221f53ab08
Load a few more pak files
2016-07-25 11:10:53 +09:00
Cheng Zhao
f4207560f2
Update libchromiumcontent: fix linking error on Linux
2016-07-25 08:53:58 +09:00
Cheng Zhao
f09fc2f6e9
Merge pull request #6585 from electron/win-release
...
Do not export symbols of OpenSSL on Windows
2016-07-24 22:23:19 +09:00
Cheng Zhao
e8c03f2555
Do not export symbols of OpenSSL on Windows
2016-07-24 21:56:16 +09:00
Cheng Zhao
ed14f661dd
Merge pull request #6584 from electron/fix-ci
...
Do not throw exception when channel name is "error"
2016-07-24 21:55:11 +09:00
Cheng Zhao
751ee53683
Do not throw exception when channel name is "error"
2016-07-24 21:08:25 +09:00
haad
fac330fb50
Fix TypedArray check, add check when instanceof doesn't work for TypedArrays.
2016-07-23 12:43:49 +01:00
haad
2757046e71
Add isTypedArray to Electron exports
2016-07-23 11:30:14 +01:00
Zeke Sikelianos
a2ffab40f9
use an instance-variable-style name for BrowserWindowProxy
2016-07-22 15:00:10 -07:00
Zeke Sikelianos
3a9c57231e
fix wording in asar doc
2016-07-22 14:52:43 -07:00
Zeke Sikelianos
9432cb9170
use standard-style javascript in nativeImage doc
2016-07-22 13:47:05 -07:00
Zeke Sikelianos
9ca0fbaeb7
fix capitalization and headings for NativeImage class
2016-07-22 13:42:27 -07:00
haad
e6c8900a18
Fix linting
2016-07-22 20:20:24 +01:00
haad
c717cd9192
🐛 Add support for TypedArrays in IPC.
...
Fixes https://github.com/electron/electron/issues/2104 .
2016-07-22 19:44:19 +01:00
Cheng Zhao
99ec841a8e
Merge pull request #6342 from electron/chrome52
...
Upgrade to Chrome 52
2016-07-22 08:53:33 -06:00
Cheng Zhao
0c1d91a895
display.h needs to be used together with screen.h
2016-07-22 23:37:20 +09:00
gellert
81be0bc123
adds beginframe scheduling
2016-07-22 13:55:58 +02:00
TiagoDanin
c7c6dda122
Replace OSX to macOS and Update references
2016-07-21 16:07:03 -05:00
Cheng Zhao
cf6f4708bc
Fix building on Windows
2016-07-21 11:20:43 -06:00
Kevin Sawicki
7bcd76aa93
Merge pull request #6562 from liusy182/hasImageContents
...
fix documentation error pointed out in issue #6541
2016-07-21 10:38:22 -06:00
liusy182
6e83f454d7
documentation error pointed out in issue #6541
2016-07-21 22:46:46 +08:00
Cheng Zhao
6850500a65
Fix building on Linux
2016-07-21 07:09:01 -06:00
Cheng Zhao
0fa4e58557
Bump node module version
2016-07-21 06:32:29 -06:00
Cheng Zhao
d22dc6c7d3
Update to Chrome 52.0.2743.82
2016-07-21 06:07:05 -06:00
Cheng Zhao
f6f7b41f0a
Fix compilation error after merge
2016-07-21 06:03:38 -06:00
Cheng Zhao
b57665330c
Merge branch 'master' into chrome52
2016-07-21 05:34:36 -06:00
Cheng Zhao
50b6b500fd
Merge pull request #6557 from LittleboyHarry/patch-1
...
Translate the comments
2016-07-21 04:55:56 -06:00
Cheng Zhao
9cdc74e431
Merge pull request #6559 from electron/node-6-3
...
Update to Node.js 6.3.0
2016-07-21 03:28:37 -06:00
Cheng Zhao
fbfae70803
spec: Fix exception when refreshing test window
2016-07-21 17:08:43 +09:00
Cheng Zhao
39bd2bee8e
Avoid using CHECK in files using node headesr
...
Node has its own CHECK macro which requires linking with node::Assert.
2016-07-21 16:56:48 +09:00
Cheng Zhao
cef86f5257
Use node::FreeEnvironment
2016-07-21 16:43:21 +09:00
Cheng Zhao
334f03fc42
Fix compilation errors on Windows
2016-07-21 16:36:50 +09:00
Cheng Zhao
5fc0201ca1
There is no node_extern.h anymore
2016-07-21 16:36:31 +09:00
Cheng Zhao
8488b84b53
Update .node-version
2016-07-21 01:17:07 -06:00
Cheng Zhao
567714f07c
Add a few new node defines
2016-07-21 00:57:34 -06:00
Cheng Zhao
39e39ae913
Make use of some new Node config flags
2016-07-21 00:57:34 -06:00
Cheng Zhao
7d42797c1f
Update node headers including
2016-07-21 00:57:34 -06:00
Cheng Zhao
8f5bd4afaf
Update to Node 6.3.0
2016-07-21 00:57:34 -06:00
Cheng Zhao
498e9089b3
Bump v1.2.8
2016-07-20 23:57:08 -06:00
deepak1556
aa6d79a3d8
session: add proxyBypassRules option to setProxy api
2016-07-21 10:14:54 +05:30
Harry
9b12cf75ec
Translate the comments
2016-07-21 10:37:55 +08:00
Cheng Zhao
a0c5749ac1
Merge pull request #6547 from electron/update-web-view-docs
...
docs: Update nodeintegration of web-view-tag.md
2016-07-20 05:18:47 -06:00
Cheng Zhao
99524bf490
Merge pull request #6540 from mattslay/patch-1
...
Update file-object.md
2016-07-20 05:13:43 -06:00
Cheng Zhao
e9e67179c3
docs: Update nodeintegration of web-view-tag.md
...
webview is now disabled when nodeIntegration is off.
2016-07-20 05:13:05 -06:00
Cheng Zhao
81c790dfdb
Merge pull request #6529 from darkdh/serial_number
...
serial number in hex string
2016-07-20 05:00:57 -06:00
gellert
504c79cae7
removes commented includes
2016-07-20 11:32:59 +02:00
gellert
84a5c50b62
breaks down osr api to separate files
2016-07-20 11:30:06 +02:00
Matt Slay
0e24d148fd
Update file-object.md
...
Added a for loop to iterate over the array of files, which allows processing of multiple files being dropped over the "holder" div.
2016-07-19 23:51:58 -05:00
gellert
7fc9df4f8f
using damage_rect
2016-07-19 23:50:49 +02:00
Anthony Tseng
9e6f623a5c
Using base::HexEncode()
2016-07-19 11:06:56 +08:00
Anthony Tseng
42eb0c3eae
serial number in hex string
2016-07-18 23:42:42 +08:00
Cheng Zhao
4081381700
Merge pull request #6527 from electron/mac-relaunch
...
Apply #6412 on macOS
2016-07-18 09:00:36 -06:00
Cheng Zhao
1a0199c2ad
Merge pull request #6520 from MagiCarbon/master
...
error link
2016-07-18 08:49:13 -06:00
Cheng Zhao
2ed733fedc
Redirect relaunch process's stdout to /dev/null
2016-07-18 08:46:01 -06:00
gellert
50dc71d1c2
gpu acclereted osr added
2016-07-18 16:16:23 +02:00
liusi
d335d7d706
add "view-painted" event to WebContent.
2016-07-18 14:54:52 +08:00
Moriarty!~~
d10323b057
error link
...
> `[security introduction](../tutorial/security.md)`.
it should be `[security introduction](tutorial/security.md)`
2016-07-17 09:22:53 +08:00
Cheng Zhao
08491e1ceb
Merge pull request #6511 from electron/more-docs-cleanup
...
Clean up API Docs
2016-07-16 09:57:04 +09:00
Kevin Sawicki
12cb678562
Merge pull request #6510 from electron/reset-thumbnail-docs
...
Mention how to reset thumbnail to entire window
2016-07-15 10:40:32 -07:00
Kevin Sawicki
e24885b160
Mention how to reset thumbnail to entire window
2016-07-15 10:38:11 -07:00
Kevin Sawicki
efcdad2751
Merge pull request #6509 from electron/brightray-devtools-focus-fix
...
Upgrade brightray for undocked devtools focus fix
2016-07-15 10:17:59 -07:00
Kevin Sawicki
e15d7a1fd3
Upgrade brightray for undocked devtools focus fix
2016-07-15 09:21:08 -07:00
Cheng Zhao
4d46189928
Fix cpplint warnings
2016-07-15 22:47:40 +09:00
Cheng Zhao
43b5e655a4
Merge pull request #6502 from liusy182/optional-callback-6491
...
Make the callback of session.clearStorageData optional
2016-07-15 22:45:49 +09:00
liusi
154daa8d6a
make Session::ClearStorageData's callback optional
2016-07-15 14:13:56 +08:00
Cheng Zhao
9eacd07eda
Merge pull request #6489 from electron/webcontents-static-api
...
Document static methods on webContents
2016-07-15 11:02:00 +09:00
Cheng Zhao
2791f71c03
webContents is now a public module
2016-07-15 10:59:19 +09:00
Cheng Zhao
52808d5342
Merge pull request #6499 from electron/drop-vista
...
Remove implicit references to Vista in docs
2016-07-15 10:20:14 +09:00
Cheng Zhao
d186a01815
Merge pull request #6497 from electron/windows-thumbnail
...
Add setThumbnailClip API on Windows
2016-07-15 10:18:39 +09:00
Cheng Zhao
5db758297f
Merge pull request #6486 from MarshallOfSound/master
...
Add a getFeedURL API for the autoUpdater
2016-07-15 10:02:05 +09:00
Kevin Sawicki
297365b4f0
Add require example for webContents
2016-07-14 17:54:18 -07:00
Kevin Sawicki
4de4774325
Update headings/sections to follow docs styleguide
2016-07-14 17:46:58 -07:00
Cheng Zhao
7c56169633
Merge pull request #6495 from electron/link-to-boilerplates
...
link to boilerplates
2016-07-15 09:44:29 +09:00
Cheng Zhao
c3ed4b5527
Merge pull request #6493 from electron/elecron-devtools-installer
...
mention electron-devtools-installer as an alternative
2016-07-15 09:44:01 +09:00
Kevin Sawicki
1aa645522a
Remove implicit references to Vista
2016-07-14 17:33:48 -07:00
Cheng Zhao
16e43a7f15
Merge pull request #6490 from wilsonpage/add-drop-text-support
...
Add support for dropped text in osx
2016-07-15 09:12:35 +09:00
Cheng Zhao
3ace677b41
Merge pull request #6474 from darkdh/cert_detail
...
Add more detail attributes for certificate-error
2016-07-15 08:45:36 +09:00
Zeke Sikelianos
7700c5e249
denote return type on process memory info methods methods
2016-07-14 16:10:19 -07:00
Zeke Sikelianos
595b827a13
Use common style to denote OS-specific arguments
2016-07-14 16:09:29 -07:00
Kevin Sawicki
f4a160d0fb
Add properties as sub-list
2016-07-14 16:02:06 -07:00
Kevin Sawicki
ccee3e1fc2
Document setThumbnailClip
2016-07-14 15:54:57 -07:00
Kevin Sawicki
86218fe773
win: Add setThumbnailClip window API
2016-07-14 15:50:31 -07:00
Samuel Attard
450c181da3
Add autoUpdater getFeedURL specs
2016-07-15 10:13:41 +12:00
Samuel Attard
d42e6b3c1f
Fix casing issue on the windows update JS file
2016-07-15 10:05:36 +12:00
Zeke Sikelianos
ee677ea212
link to boilerplates
2016-07-14 14:57:06 -07:00
Zeke Sikelianos
52a2ed9205
fix typo
2016-07-14 14:16:02 -07:00
Zeke Sikelianos
f857be431a
mention electron-devtools-installer as an automated alternative
2016-07-14 14:12:06 -07:00
Wilson Page
90f8a7e828
Add support for dropped text in osx
2016-07-14 18:25:58 +01:00
Kevin Sawicki
a4001fbc55
Sort contents by id for consistent ordering
2016-07-14 09:41:10 -07:00
Kevin Sawicki
34f454a0f5
Use let and const
2016-07-14 09:33:16 -07:00
Kevin Sawicki
d9e15151fb
Use getCurrentWebContents()
2016-07-14 09:25:59 -07:00
Kevin Sawicki
446e3f06c9
Add spec for webContents.getFocusedWebContents()
2016-07-14 09:17:16 -07:00
Kevin Sawicki
ebdf8e1fa1
Add initial webContents spec
2016-07-14 09:10:40 -07:00
Kevin Sawicki
c680c0b85e
Document static webContents methods
2016-07-14 09:00:29 -07:00
Kevin Sawicki
a7badd43d5
Expose getAllWebContents() API
2016-07-14 08:59:49 -07:00
Samuel Attard
84a8c393a8
Fix linting, removes additional semicolon
2016-07-15 00:29:53 +12:00
Samuel Attard
fa7526202b
Remove unnecessary method
2016-07-15 00:13:04 +12:00
Samuel Attard
b367c65bcd
Add docs for getFeedURL
2016-07-15 00:07:17 +12:00
Samuel Attard
51687e1bc9
Add the getFeedURL API for macOS and Windows
2016-07-15 00:04:48 +12:00
Anthony Tseng
02e89d60f1
Use CalculateFingerprint256()
2016-07-14 19:09:11 +08:00
Cheng Zhao
ba887dbde7
Merge pull request #6482 from deepak1556/webcontents_navigation_obs_patch
...
webcontents: replace deprecated navigation observers
2016-07-14 12:57:26 +09:00
Cheng Zhao
21a2feaf23
Merge pull request #6480 from electron/webcontents-focus
...
Execute role-based menu items on focused web contents
2016-07-14 12:47:07 +09:00
Cheng Zhao
183b599b9c
Merge pull request #6470 from electron/session-options
...
Ad options for creating Session
2016-07-14 12:07:39 +09:00
deepak1556
c8bf6edcc6
webcontents: replace deprecated navigation observers
2016-07-14 06:47:38 +05:30
Kevin Sawicki
72cdba2b8e
🎨
2016-07-13 14:49:25 -07:00
Kevin Sawicki
e1459b7db7
Doc webContents.isFocused
2016-07-13 14:20:33 -07:00
Kevin Sawicki
d8eb8f4007
Sort filenames
2016-07-13 14:18:41 -07:00
Kevin Sawicki
f9a8bd3ea5
Call role method on focused web contents
2016-07-13 14:16:56 -07:00
Kevin Sawicki
06e595e7cc
Add webContents.getFocusedWebContents()
2016-07-13 14:16:56 -07:00
Kevin Sawicki
7877fa7c0a
Add webContents.isFocused()
2016-07-13 14:16:56 -07:00
Kevin Sawicki
5d95b544dd
Merge pull request #6476 from AndrewTsao/patch-1
...
fix a typo.
2016-07-13 09:41:10 -07:00
andi
7807310c02
fix a typo.
2016-07-14 00:37:55 +08:00
Heilig Benedek
6e25aea49f
speed(up) bump
2016-07-13 17:43:00 +02:00
Anthony Tseng
db39867ad9
Add more detail attributes for certificate-error
2016-07-13 22:14:47 +08:00
Cheng Zhao
6d2e633c82
Merge pull request #6469 from abdihaikal/master
...
Add electron-id.slack.com for Indonesia
2016-07-13 17:24:28 +09:00
Cheng Zhao
1faa567d09
Merge pull request #6467 from electron/enforce-new-docs-styleguide
...
Update documentation guidelines for Classes
2016-07-13 16:41:13 +09:00
Cheng Zhao
41d2799514
Run background pages in separate partition
...
This avoids the default partition always being created on startup, so it
gives users a chance to run session.fromParititon.
2016-07-13 16:22:55 +09:00
Abdi Haikal
de352f71cb
Add electron-id.slack.com for Indonesia
2016-07-13 14:07:46 +07:00
Zeke Sikelianos
9b1d1dc2c7
clarify rules for documenting classes
2016-07-12 22:00:28 -07:00
Zeke Sikelianos
4905d30dd6
fix heading levels on BrowserWindowProxy
2016-07-12 21:57:07 -07:00
Zeke Sikelianos
5ab4fd261c
🎨
2016-07-12 21:50:43 -07:00
Zeke Sikelianos
b20606c718
fix heading levels in Menu doc
2016-07-12 21:47:28 -07:00
Zeke Sikelianos
2486512c71
use h3/h4 for instance headings and children
2016-07-12 21:42:08 -07:00
Zeke Sikelianos
f8045fd743
💄
2016-07-12 21:40:46 -07:00
Cheng Zhao
749ed3473b
spec: Fix js lint warning
2016-07-13 13:34:19 +09:00
Zeke Sikelianos
6d8a6e6471
use consistent wording for instances
2016-07-12 21:30:27 -07:00
Zeke Sikelianos
a304a59d36
use h3/h4 for static method headings and methods
2016-07-12 21:29:09 -07:00
Zeke Sikelianos
fff036b6ab
distinguish static methods from module methods
2016-07-12 21:28:27 -07:00
Zeke Sikelianos
a08ee97fb0
use h3/h4 for instance events headings and events
2016-07-12 21:24:22 -07:00
Zeke Sikelianos
67dbff1d4a
events -> instance events
2016-07-12 21:22:54 -07:00
Zeke Sikelianos
e866c68938
📝 minor style changes and typos
2016-07-12 21:21:25 -07:00
Cheng Zhao
e653c67153
Move chromeExtensionHandler out of ready handler
...
This code were in ready handler because we could not require "protocol"
before ready before. It is now safe to move the code out.
2016-07-13 12:23:14 +09:00
Cheng Zhao
6db75a3458
Fix building on Linux
2016-07-13 12:23:14 +09:00
Cheng Zhao
fd73279d16
spec: Test lifetime of sessions returned by session.fromPartition
2016-07-13 12:23:14 +09:00
Cheng Zhao
62153f4117
spec: Name of tests should match docs
2016-07-13 12:23:14 +09:00
Cheng Zhao
3ce3004595
spec: session.defaultSession test case
2016-07-13 12:23:14 +09:00
Cheng Zhao
e7666b0448
docs: options of session.fromPartition
2016-07-13 12:23:14 +09:00
Cheng Zhao
753e92c845
Add cache option for session
2016-07-13 12:23:14 +09:00
Cheng Zhao
e213e09c3e
Add options to session.fromPartition
2016-07-13 12:23:14 +09:00
Cheng Zhao
00804e5f98
Move the ability to create BrowserContext to embedder
2016-07-13 12:23:14 +09:00
Cheng Zhao
400bb8d0f3
Hide in_memory parameter in native interface
2016-07-13 12:23:14 +09:00
Cheng Zhao
06a41cedab
Move check of isReady to native code
2016-07-13 12:23:14 +09:00
Cheng Zhao
d739d8772c
Move session-created event to app
...
This follows the convention of other *-created events.
2016-07-13 12:23:14 +09:00
Cheng Zhao
45500701f1
Do not access default session before app is ready
2016-07-13 12:23:14 +09:00
Cheng Zhao
fcd3357fb8
Use Proxy to provide protocol APIs
...
In this way we can avoid initializing defaultSession when protocol
module is used.
2016-07-13 12:23:14 +09:00
Cheng Zhao
4ebb83e999
Move the warning of registerStandardSchemes to native code
2016-07-13 12:23:14 +09:00
Cheng Zhao
13e1818bf7
Bump v1.2.7
2016-07-13 12:22:42 +09:00
Cheng Zhao
e96d7a5fd9
Merge pull request #6466 from electron/cert-verifier-io-thread
...
Create AtomCertVerifier on IO thread
2016-07-13 12:22:17 +09:00
Cheng Zhao
e5ccb3fd5d
Remove lock in AtomCertVerifier
2016-07-13 12:07:57 +09:00
Cheng Zhao
24c60019b7
Create AtomCertVerifier on IO thread
2016-07-13 12:05:57 +09:00
Cheng Zhao
12d646a48b
Merge pull request #6459 from electron/devtools-context-menu
...
Add edit menu items to editable elements in dev tools
2016-07-13 10:43:48 +09:00
Cheng Zhao
606931d737
Merge pull request #6455 from electron/use-current-content-constraints
...
Initialize new size constraints to current constraints
2016-07-13 10:14:33 +09:00
Kevin Sawicki
181b8d799e
Add spec for min/max window size
2016-07-12 16:36:25 -07:00
Kevin Sawicki
15f7dc6609
Initialize to constraints to current constraints
2016-07-12 16:36:25 -07:00
Kevin Sawicki
e02cf5905c
Execute command on devtools web contents when focused
2016-07-12 13:24:53 -07:00
Kevin Sawicki
fa36d2e8c6
Add standard edit items to text context menus
2016-07-12 11:54:45 -07:00
Kevin Sawicki
63b98b1ea0
Use const instead of var
2016-07-12 11:31:40 -07:00
Kevin Sawicki
d3e63777cb
Merge pull request #6457 from preco21/document-fixes-6
...
docs: Small document fixes
2016-07-12 11:08:28 -07:00
Plusb Preco
9ea4039887
📝 Fix grammatical typo
...
[ci skip]
2016-07-13 03:02:14 +09:00
Kevin Sawicki
2f17c0ba74
Merge pull request #6456 from preco21/korean-docs-10
...
docs: Update Korean docs as upstream
2016-07-12 10:59:38 -07:00
Plusb Preco
039aebb74a
📝 Fix isolated link
...
[ci skip]
2016-07-13 02:59:29 +09:00
Plusb Preco
19765e70cf
📝 Fix typo
...
[ci skip]
2016-07-13 02:57:11 +09:00
Plusb Preco
797aef60ee
📝 Update Korean docs as upstream
...
[ci skip]
2016-07-13 02:53:26 +09:00
Kevin Sawicki
d842604d16
Merge pull request #6444 from electron/windows-login-items
...
Implement login item API on Windows
2016-07-12 10:26:02 -07:00
Plusb Preco
56e679632f
📝 Update Korean docs as upstream
...
[ci skip]
2016-07-13 01:12:04 +09:00
Kevin Sawicki
afd5e51d6a
Add Browser namespace
2016-07-12 09:10:48 -07:00
Kevin Sawicki
66d16b2871
Add Windows label to login items settings API
2016-07-12 09:10:48 -07:00
Kevin Sawicki
64513f8c69
Enable login item spec on Windows
2016-07-12 09:10:47 -07:00
Kevin Sawicki
3d358ee7ea
Fix Windows compilation issues
2016-07-12 09:10:47 -07:00
Kevin Sawicki
af907163a2
Enable LoginItemSettings converter on all platforms
2016-07-12 09:10:47 -07:00
Kevin Sawicki
5a36c5596c
Add initial windows login item implementation
2016-07-12 09:10:47 -07:00
Kevin Sawicki
64f9c6a1d7
Add get/setLoginItemSettings on all platforms
2016-07-12 09:10:47 -07:00
Cheng Zhao
230b4ac241
Merge pull request #6449 from electron/10.9-transparent
...
Fix transparent window having border on OS X 10.9
2016-07-12 15:25:37 +09:00
Cheng Zhao
3335792200
Remove some unneeded hacks for old OS X versions
2016-07-12 15:15:47 +09:00
Cheng Zhao
2ee8142136
Fix transparent window having border on OS X 10.9
2016-07-12 15:01:37 +09:00
Cheng Zhao
056166ea17
Merge pull request #6448 from electron/tray-next-tick
...
Destroy the native tray in next tick
2016-07-12 14:55:34 +09:00
Cheng Zhao
5a604f8e79
Destroy the native tray in next tick
2016-07-12 14:23:38 +09:00
Cheng Zhao
3eaa32fc87
Merge pull request #6447 from ellerbrock/broken-link-fix
...
fix broken link
2016-07-12 11:01:52 +09:00
Cheng Zhao
df0d2b89cd
Merge pull request #6446 from electron/accessibility-api
...
Add API for Chrome's accessibility support state
2016-07-12 10:59:12 +09:00
Cheng Zhao
21a8a727f8
Merge pull request #6442 from electron/circular-references
...
Maintain stack of visited objects for cycle detection
2016-07-12 10:39:16 +09:00
Cheng Zhao
53440e8993
Merge pull request #6441 from miniak/remove-windows-vista-check
...
Remove unnecessary >= Windows Vista check
2016-07-12 10:33:29 +09:00
Maik Ellerbrock
01cb024f44
fix broken link
...
fixed broken link "how to share data between web pages" in section "Differences Between Main Process and Renderer Process"
2016-07-12 07:31:18 +08:00
Kevin Sawicki
4e22d5dd8a
Add missing typeof
2016-07-11 14:48:48 -07:00
Kevin Sawicki
f5d371e180
Remove linter warnings
2016-07-11 14:46:28 -07:00
Kevin Sawicki
131bff48ea
IsAccessibilitySupportEnabled -> isAccessibilitySupportEnabled
2016-07-11 14:44:32 -07:00
Kevin Sawicki
46a1e0382d
Document accessibility support API
2016-07-11 14:41:35 -07:00
Kevin Sawicki
67b647322f
Add spec to verify app.isAccessibilitySupportEnabled return type
2016-07-11 14:32:24 -07:00
Kevin Sawicki
34f7ddec9f
Update API to isAccessibilitySupportEnabled
2016-07-11 14:32:14 -07:00
Kevin Sawicki
3fcbac78ac
Implement accessiblity change events on Windows
2016-07-11 14:23:25 -07:00
Kevin Sawicki
68d7ae75b0
Implement accessiblity change events on mac
2016-07-11 14:09:01 -07:00
Kevin Sawicki
fc36ac8c1b
Add API for accessibility state and changes
2016-07-11 14:04:56 -07:00
Kevin Sawicki
1a080266c5
Merge pull request #6443 from robertfirespotter/patch-1
...
Fix link to locales.md
2016-07-11 12:09:30 -07:00
Robert D
2d40ced3be
Fix link to locales.md
2016-07-11 11:37:22 -07:00
Kevin Sawicki
2d9391f7d7
Add more cycle tests
2016-07-11 10:49:23 -07:00
Kevin Sawicki
00f82aaffe
Only check arrays and objects for cycles
2016-07-11 10:39:45 -07:00
Kevin Sawicki
bd58e1b2c3
Remove linter errors
2016-07-11 10:33:13 -07:00
Kevin Sawicki
564b0cace5
Maintain visted objects as a stack for cycle detection
2016-07-11 10:33:13 -07:00
Kevin Sawicki
71a8bac12a
Add more failing circular reference specs
2016-07-11 10:33:13 -07:00
Kevin Sawicki
5da0b856f9
Call includes directly on visited array
2016-07-11 10:33:13 -07:00
Kevin Sawicki
2cc2b8a146
Return empty array for circular references
2016-07-11 10:33:04 -07:00
Kevin Sawicki
ab1786c17d
Add spec for circular array/object references
2016-07-11 09:52:50 -07:00
Milan Burda
38016b8144
Remove unnecessary >= Windows Vista check
2016-07-11 18:23:33 +02:00
Cheng Zhao
b06e6e9ce5
Merge pull request #6438 from develar/patch-2
...
docs: electron-userland package tools links
2016-07-11 20:12:59 +09:00
Vladimir Krivosheev
d824e3a959
docs: electron-userland package tools links
...
`electron-packager` and `electron-builder` now in the `electron-userland` github org — links fixed.
2016-07-11 13:05:02 +02:00
Cheng Zhao
6164139167
Merge pull request #6436 from electron/open-external-string16
...
win: Fix openExternal not working with non-ASCII characters
2016-07-11 17:31:17 +09:00
Cheng Zhao
5208bbd2e8
Remove unneeded include
2016-07-11 17:13:21 +09:00
Cheng Zhao
86338290fb
win: Fix openExternal not working with non-ASCII characters
2016-07-11 17:12:11 +09:00
Cheng Zhao
5abe726678
Merge pull request #6434 from electron/fullscreen-set-bounds
...
mac: Do not change window size when in fullscreen
2016-07-11 17:11:51 +09:00
Cheng Zhao
31e67788a2
mac: Do not change window size when in fullscreen
2016-07-11 16:44:42 +09:00
Cheng Zhao
381366daf1
Fix indention
2016-07-11 16:43:01 +09:00
Cheng Zhao
70a29bd46a
Merge pull request #6433 from electron/fullscreen-button
...
The fullscreen button should always be hidden for frameless window
2016-07-11 16:23:10 +09:00
Cheng Zhao
db8787fce1
The fullscreen button should always be hidden for frameless window
2016-07-11 16:00:29 +09:00
Cheng Zhao
2220534df3
Merge pull request #6432 from electron/global-unresponsive-suppresser
...
Suppress the unresponsive event globally
2016-07-11 15:45:36 +09:00
Cheng Zhao
8269e7b1ef
Suppress unresponsive event when showing menu
2016-07-11 15:31:24 +09:00
Cheng Zhao
7848608198
Replace DialogScope with UnresponsiveSuppressor
...
The latter is global-wide.
2016-07-11 15:29:03 +09:00
Cheng Zhao
c58bddffe3
Update brightray for #2565
2016-07-11 15:10:43 +09:00
Cheng Zhao
d5a7b3b7fd
Merge pull request #6431 from electron/show-hidden-files
...
Add showHiddenFiles property for dialog.showOpenDialog
2016-07-11 14:58:33 +09:00
Cheng Zhao
26fe38a296
docs: showHiddenFiles
2016-07-11 13:52:44 +09:00
Cheng Zhao
fc72df3ba1
win: Use FOS_FORCESHOWHIDDEN for showHiddenFiles
2016-07-11 13:49:51 +09:00
Cheng Zhao
6e0fadbe26
gtk: Set show-hidden property for showHiddenFiles
2016-07-11 13:47:24 +09:00
Cheng Zhao
f08ac07737
mac: Add showHiddenFiles property for showOpenDialog
2016-07-11 13:30:18 +09:00
Cheng Zhao
33e8d5e0aa
Merge pull request #6429 from electron/fullscreen-menu-bar
...
Auto-hide menubar when in fullscreen
2016-07-11 13:28:00 +09:00
Cheng Zhao
a1a870fe43
Auto-hide menubar when in fullscreen
2016-07-11 13:10:19 +09:00
Cheng Zhao
32f3f3244e
Merge pull request #6428 from electron/toolbar
...
win: Add toolbar type for BrowserWindow
2016-07-11 13:00:48 +09:00
Cheng Zhao
e8e2763131
win: Add toolbar type for BrowserWindow
2016-07-11 12:46:50 +09:00
Cheng Zhao
c644353726
Update brightray for #6423
2016-07-11 09:04:34 +09:00
Cheng Zhao
eae69f9728
Merge pull request #6423 from electron/modernize-to-c11
...
Modernize to c++11
2016-07-11 09:03:03 +09:00
Haojian Wu
4ac4dacffe
Some manual change to for-ranged loop.
...
Use "const auto&" where possible.
2016-07-10 15:57:51 +02:00
Haojian Wu
2717b96310
Don't change chromium_src files.
2016-07-10 15:35:54 +02:00
Haojian Wu
55b3f1936f
Modernize to C++11: Use for-range loop.
2016-07-10 13:33:15 +02:00
Haojian Wu
3bdeac98bf
Modernize to C++11: use override.
2016-07-10 13:21:42 +02:00
Haojian Wu
04f9d35312
Modernize to C++11: Use auto key to improve code readability and maintainability.
2016-07-10 13:11:47 +02:00
Cheng Zhao
11ebb15fd2
Merge pull request #6420 from pedrro/master
...
Fixed broken links in documentation PT-BR
2016-07-10 19:30:41 +09:00
Cheng Zhao
f35bbb9131
Merge pull request #6419 from electron/remove-unused-using-decls
...
Remove unused using decls.
2016-07-10 19:29:40 +09:00
Cheng Zhao
c7a483aaef
Merge pull request #6418 from vsemozhetbyt/patch-1
...
Fix typo in the web-contents.md
2016-07-10 19:29:18 +09:00
Haojian Wu
fab02809c6
Modernize to C++11: NULL => nullptr.
...
No functional change.
2016-07-10 11:57:04 +02:00
pedro silva
77ef70cd92
Fixed broken links in documentation PT-BR
2016-07-09 18:47:19 -03:00
Haojian Wu
59e44c13e0
Remove unused using decls.
2016-07-09 22:23:57 +02:00
vsemozhetbyt
4f62050b01
Fix typo in the web-contents.md
...
📝 `false` -> `true` in the `webContents.print` `silent` explanation.
[ci skip]
2016-07-09 20:31:02 +03:00
Machisté N. Quintana
9c74ea4bf4
Merge pull request #6416 from mihaipocorschi/fix-docs-readme
...
Fixed broken FAQ link in docs/README.md
2016-07-09 08:49:30 -07:00
Cheng Zhao
c5dd345b98
Merge pull request #6417 from electron/thick-frame-maximze
...
Correctly handle maximize/fullscreen in window without thickFrame
2016-07-09 23:37:39 +09:00
Cheng Zhao
f77b9db069
Fix unmaximize() not working
2016-07-09 23:16:57 +09:00
Cheng Zhao
5979c1464f
Remember bounds instead of size
2016-07-09 23:10:36 +09:00
Cheng Zhao
c4de246bfb
Correctly handle unmaximize
2016-07-09 23:04:42 +09:00
Cheng Zhao
baff744601
Use setBounds to implement maximize for window without thickFrame
2016-07-09 22:49:55 +09:00
mihaipocorschi
a3388b1d25
Fixed broken FAQ link in docs/README.md
2016-07-09 16:14:42 +03:00
Cheng Zhao
b87c3c4b2d
Merge pull request #6415 from electron/thick-frame
...
Add thickFrame option for BrowserWindow
2016-07-09 22:09:23 +09:00
Cheng Zhao
b70090170d
docs: thickFrame option
2016-07-09 21:52:45 +09:00
Cheng Zhao
2ece9e2885
Add thickFrame option
2016-07-09 21:49:15 +09:00
Cheng Zhao
187b68b8b2
Merge pull request #6412 from electron/relaunch-dev-null
...
Redirect relaunch process's stdout to /dev/null
2016-07-09 18:16:12 +09:00
Cheng Zhao
54f74e8160
Redirect relaunch process's stdout to /dev/null
2016-07-09 17:59:40 +09:00
Cheng Zhao
1beba5bdc0
Merge pull request #6411 from electron/clear-protocol-handlers
...
Clear protocol handlers on exit
2016-07-09 17:18:31 +09:00
Cheng Zhao
627028e3a0
Clear protocol handlers on exit
2016-07-09 17:02:55 +09:00
Cheng Zhao
3481acd570
Merge pull request #6404 from electron/default-app-accessibility
...
Adjust default app styles for accessibility
2016-07-09 12:08:11 +09:00
Kevin Sawicki
d02a453c51
Merge pull request #6391 from electron/getlocale-oneline
...
New title and one-liner for app.getLocale() doc
2016-07-08 12:45:41 -07:00
Kevin Sawicki
85ff4c4dab
Merge pull request #6405 from vsemozhetbyt/patch-1
...
Fix typo in the web-view-tag.md
2016-07-08 12:18:54 -07:00
vsemozhetbyt
1726327bfa
Fix typo in the web-view-tag.md
...
📝 Remove a redundant # from a href hash.
web-contents.md##webcontentssendinputeventevent ->
web-contents.md#webcontentssendinputeventevent
[ci skip]
2016-07-08 22:15:51 +03:00
Kevin Sawicki
8aee04bb24
Improve text and link contrast ratio
2016-07-08 11:31:00 -07:00
Kevin Sawicki
a4754212dc
Add lang attribute to html element
2016-07-08 11:26:22 -07:00
Jessica Lord
e25001e277
Rename file
2016-07-08 09:43:48 -07:00
Kevin Sawicki
7dc336606d
Merge pull request #6403 from devjin0617/devjin0617-patch-1
...
Update README-ko.md
2016-07-08 09:26:18 -07:00
devjin0617
5fd77cbf2e
Update README-ko.md
...
Add meetup community link of turkish
2016-07-09 01:22:35 +09:00
Cheng Zhao
6e81c55880
Merge pull request #6385 from electron/only-use-role-accelerator-in-app-menu
...
Only use default role accelerator in app menu
2016-07-08 11:22:21 +09:00
Cheng Zhao
5713e0599b
Merge pull request #6375 from electron/login-item
...
Add login item API
2016-07-08 10:39:20 +09:00
Cheng Zhao
204734f80b
Merge pull request #6392 from vsemozhetbyt/patch-2
...
Fix typos in the remote.md
2016-07-08 10:03:32 +09:00
vsemozhetbyt
ba9baec27f
Fix typos in the remote.md
...
📝 Fixes #6387
[ci skip]
2016-07-08 04:00:22 +03:00
Cheng Zhao
b02a83c96e
Merge pull request #6390 from vsemozhetbyt/patch-1
...
One alphabetical reordering in the docs/README.md
2016-07-08 09:52:32 +09:00
Jessica Lord
ea64db9e5c
More concise wording
2016-07-07 17:45:35 -07:00
Cheng Zhao
2c56cd4ffa
Merge pull request #6384 from electron/move-faq
...
Move and rename FAQ
2016-07-08 09:35:08 +09:00
vsemozhetbyt
9c5d36f0c6
One alphabetical reordering in the docs/README.md
...
📝 webContents, Tray -> Tray, webContents
If I get it right, only API TOCs should be ordered alphabetically,
so I've left other ones (Guides, Tutorials, Development) untouched.
I'm not so sure about API TOC Intro (three links below the "Synopsis"),
tell me if they should be sorted alphabetically too.
[ci skip]
2016-07-08 03:33:22 +03:00
Jessica Lord
ae8b78aff8
New title and one-liner
2016-07-07 17:33:06 -07:00
Cheng Zhao
a0eaf8aca6
Merge pull request #6383 from electron/quit-menu-on-linux
...
Use Ctrl+Q as default accelerator for quit role on Linux
2016-07-08 09:32:07 +09:00
Kevin Sawicki
cde594775d
Remove API that is no longer available
2016-07-07 16:41:08 -07:00
Kevin Sawicki
7326d3d3d5
🎨
2016-07-07 16:38:12 -07:00
Kevin Sawicki
10bb8df09a
Update login item API docs
2016-07-07 16:33:26 -07:00
Kevin Sawicki
2633c2f735
Add was prefix to current launch settings
2016-07-07 16:29:58 -07:00
Kevin Sawicki
c100300764
Update API to get/setLoginItemSettings
2016-07-07 16:29:09 -07:00
Kevin Sawicki
e4906f2d87
Add back getCurrentActivityType
2016-07-07 14:29:43 -07:00
Kevin Sawicki
cb943cec77
🎨
2016-07-07 14:28:01 -07:00
Kevin Sawicki
10a2454921
Remove unneeded atom:: prefix
2016-07-07 14:25:09 -07:00
Kevin Sawicki
791cbc929a
Update spec to request defualt accelerator from item
2016-07-07 11:55:59 -07:00
Kevin Sawicki
2faf00dc19
Only use default accelerator in Windows/Linux app menu
2016-07-07 11:50:19 -07:00
Cheng Zhao
6381f44f26
mac: Pass useDefaultAccelerator to getAcceleratorForCommandId
2016-07-07 11:50:19 -07:00
Jessica Lord
00fab4688b
Move and rename FAQ
2016-07-07 10:13:19 -07:00
Kevin Sawicki
1e0e5b0eff
Use CommandOrControl+Q for quit role on Linux
2016-07-07 09:19:20 -07:00
Kevin Sawicki
583122ee3e
Add quit menu item on Linux
2016-07-07 09:15:36 -07:00
Kevin Sawicki
77cdc2c4a7
Merge pull request #6382 from vsemozhetbyt/patch-1
...
Fix a hash of a link href in the remote.md
2016-07-07 08:54:23 -07:00
vsemozhetbyt
34ed2c4da4
Fix a hash of a link href in the remote.md
...
📝 web-contents.md#webcontentsexecutejavascriptcode-usergesture ->
web-contents.md#webcontentsexecutejavascriptcode-usergesture-callback
2016-07-07 18:52:49 +03:00
Cheng Zhao
d23c1bf917
Cleanup the code of SetBounds
2016-07-07 20:02:18 +09:00
Cheng Zhao
43e9f30b21
Merge pull request #6363 from MarshallOfSound/master
...
Bound the target width and height of window when calling SetSize
2016-07-07 19:52:47 +09:00
Cheng Zhao
c3ce53a7b2
Merge pull request #6379 from Crocmagnon/patch-1
...
Highlight the whole eval() override
2016-07-07 19:49:42 +09:00
Gabriel Augendre
72e811fea4
Highlight the whole eval() override
...
I updated the link to hightlight not only the first line but the whole `window.eval()` override.
2016-07-07 12:22:12 +02:00
Samuel Attard
ceb2864881
Move size bounding logic to SetBounds
2016-07-07 20:55:10 +12:00
Cheng Zhao
eedac775e4
Merge pull request #6377 from electron/docs-update
...
docs: Some dlls are not there anymore
2016-07-07 10:45:55 +09:00
Cheng Zhao
a053dc2f7d
Merge pull request #6376 from electron/require-package-json-in-default-app
...
Use require to load package.json in default app
2016-07-07 10:25:56 +09:00
Cheng Zhao
26af0999cd
Merge pull request #6372 from electron/linux-icon
...
Set default app window icon on Linux
2016-07-07 10:19:02 +09:00
Cheng Zhao
c70635daff
docs: Some dlls are not there anymore
2016-07-07 10:17:49 +09:00
Cheng Zhao
c7e0df09bc
Merge pull request #6370 from electron/send-key-event-to-main-menu
...
Give menu a chance to handle keydown event before window
2016-07-07 10:11:12 +09:00
Cheng Zhao
bbfdaf7679
Merge pull request #6355 from electron/webview-capture-page
...
Add <webview>.capturePage([rect,] callback)
2016-07-07 10:09:40 +09:00
Cheng Zhao
0a64d6ee30
Merge pull request #6369 from electron/remote-object-with-no-constructor
...
Handle remote arguments with no constructor
2016-07-07 09:47:46 +09:00
Kevin Sawicki
2e02994277
Add parens about constructor
2016-07-06 15:45:35 -07:00
Kevin Sawicki
88fe667f66
Use require to load package json
2016-07-06 14:19:47 -07:00
Kevin Sawicki
49b32b8380
Mention open as hidden is manually configurable
2016-07-06 14:17:19 -07:00
Kevin Sawicki
667b6d6370
Doc login item APIs
2016-07-06 14:10:25 -07:00
Kevin Sawicki
60ab71a706
Combine launch and current status login item APIs
2016-07-06 13:57:46 -07:00
Kevin Sawicki
2406c82ef5
Add specs for login item APIs
2016-07-06 13:34:14 -07:00
Kevin Sawicki
c5610b2186
Add API to add/remove app as login item
2016-07-06 13:26:16 -07:00
Kevin Sawicki
b55f55cfc4
Add app.getLoginItemStatus API
2016-07-06 13:17:39 -07:00
Kevin Sawicki
56739e10e3
Add anonymous class to exports and assert it
2016-07-06 13:11:25 -07:00
Kevin Sawicki
a9b43a0fc9
Use empty string constructor name when missing
2016-07-06 13:06:48 -07:00
Kevin Sawicki
79c00d8938
Shrink icon using pngcrush
2016-07-06 12:51:16 -07:00
Kevin Sawicki
98a97a52ea
Add getLoginItemLaunchStatus API
2016-07-06 12:49:08 -07:00
Kevin Sawicki
cf480f8e17
Set default app window icon on Linux
2016-07-06 11:47:21 -07:00
Kevin Sawicki
bd33961964
Give menu a chance to handle key event before window
2016-07-06 10:12:40 -07:00
Kevin Sawicki
07ccb6af2b
🎨
2016-07-06 09:42:43 -07:00
Kevin Sawicki
b900ff93e4
Make OnCapturePageDone static
2016-07-06 09:32:58 -07:00
Kevin Sawicki
c2ecc49be2
Defer to webContents docs
2016-07-06 09:21:29 -07:00
Kevin Sawicki
4a4a8528ea
Fix linter warnings
2016-07-06 09:21:29 -07:00
Kevin Sawicki
ce4ef1ccb8
Update capturePage documentation for new location
2016-07-06 09:21:28 -07:00
Kevin Sawicki
12dddae2ca
Remove unused callback
2016-07-06 09:21:28 -07:00
Kevin Sawicki
f7b72f0948
Move capturePage to WebContents
2016-07-06 09:21:28 -07:00
Kevin Sawicki
d67dfd09fd
Pass through empty constructor names
2016-07-06 09:18:20 -07:00
Kevin Sawicki
a1209b69b3
Add spec for constructor-less param
2016-07-06 09:11:04 -07:00
Maksim
b444b35215
Update remote.js
2016-07-06 09:11:04 -07:00
Kevin Sawicki
d42d10a47c
Merge pull request #6368 from vsemozhetbyt/patch-1
...
Fix disordered definitions in webContents doc
2016-07-06 09:02:35 -07:00
vsemozhetbyt
c2bf6c2460
Fix disordered definitions in webContents doc
...
📝 Swap `clearSelection` and `keepSelection` definitions
for `webContents.stopFindInPage(action)` that seems to be in wrong order.
[ci skip]
2016-07-06 18:58:50 +03:00
Samuel Attard
6bd343b112
Bound the target width and height of window when calling SetSize
2016-07-07 00:49:35 +12:00
Heilig Benedek
74120493fd
Merge pull request #12 from electron/master
...
update as upstream
2016-07-06 14:12:24 +02:00
Cheng Zhao
92b97d3576
Bump v1.2.6
2016-07-06 13:20:36 +09:00
Paul Betts
7ffab11f1a
Merge pull request #6356 from jonathansampson/patch-1
...
modern.ie is no longer in use
2016-07-05 19:37:38 -07:00
Jonathan Sampson
7baf7372af
modern.ie is no longer in use
...
The URL exists for historical reasons, but is no longer the primary URL for developer resources.
2016-07-05 19:34:33 -07:00
Cheng Zhao
6fe4653b54
Merge pull request #6354 from electron/package-json-bom
...
Use require to load package.json
2016-07-06 09:48:37 +09:00
Kevin Sawicki
b8e5180132
Use require to load package.json instead of fs/JSON
2016-07-05 15:50:12 -07:00
Heilig Benedek
6fb6b93003
speedup base
2016-07-05 21:33:22 +02:00
Cheng Zhao
437164deec
Force linking with MeasureFormat of icu
2016-07-05 14:49:03 +09:00
Cheng Zhao
41b8dda071
For hidden window focus() should do nothing
2016-07-05 10:34:52 +09:00
Cheng Zhao
de502d8012
Initialize MaterialDesignController
2016-07-05 09:41:23 +09:00
Cheng Zhao
381689d3ed
Fix building on Windows
2016-07-05 09:31:29 +09:00
Cheng Zhao
8d3e09747a
directWrite option is removed
2016-07-05 09:20:57 +09:00
Cheng Zhao
d0719e9b4b
Fix cpplint warnings
2016-07-04 19:19:20 +09:00
Cheng Zhao
6c2825c0c4
spec: Ignore cache when testing protocol module
2016-07-04 18:08:41 +09:00
Cheng Zhao
ea5c5d2680
Fix building on Linux
2016-07-04 16:41:18 +09:00
Cheng Zhao
0a6bb9c36a
Fix crash when creating protocol module
2016-07-04 15:32:43 +09:00
Cheng Zhao
48f819f337
Do not use home cooked SkUserConfig.h
2016-07-04 15:32:43 +09:00
Cheng Zhao
1ba3907038
Update to API changes of Chrome 52
2016-07-04 15:32:43 +09:00
Cheng Zhao
eb378bef3a
Upgrade to Chrome 52
2016-07-04 15:32:43 +09:00
Cheng Zhao
83ae14f2ed
Merge pull request #6333 from electron/drag-item
...
Add `webContents.startDrag(item)` API
2016-07-04 13:30:56 +09:00
Cheng Zhao
23582cc9d3
Reduce the scope of ScopedNestableTaskAllower
2016-07-03 15:30:27 +09:00
Cheng Zhao
ba1fe322e9
docs: Use <a> as example
2016-07-03 15:27:26 +09:00
Cheng Zhao
b7459d50f9
docs: Dragging files out of the window
2016-07-03 15:26:22 +09:00
Cheng Zhao
f072d9dd3a
docs: webContents.startDrag(item)
2016-07-03 15:10:59 +09:00
Cheng Zhao
7916f0ea18
win: Use drag_utils::CreateDragImageForFile
2016-07-03 14:44:47 +09:00
Cheng Zhao
63a8961ed1
views: Implement webContents.startDrag
2016-07-03 14:34:35 +09:00
Cheng Zhao
fa468a529b
Support dragging multiple files
2016-07-03 13:58:31 +09:00
Cheng Zhao
13c668f22b
mac: Implement webContents.startDrag
2016-07-03 12:26:43 +09:00
Cheng Zhao
74ebbf9c78
docs: Add trailing period
2016-07-02 20:27:14 +09:00
Cheng Zhao
ff5745f36f
Merge pull request #6324 from MarshallOfSound/master
...
Document possible getLocale returns values.
2016-07-02 11:25:15 +00:00
Samuel Attard
7f914c65de
Update docs to match style guide
2016-07-02 23:21:45 +12:00
Samuel Attard
bbaab9b355
Document possible getLocale returns values. Closes #5363
2016-07-02 21:17:37 +12:00
Cheng Zhao
14c4be50c1
Avoid calling GetWebContentsFromProcessID for twice
2016-07-02 16:54:12 +09:00
Cheng Zhao
b0faa62f76
Merge pull request #6313 from MarshallOfSound/silent-notification-when-muted
...
Override the Notification API constructor to create silent notificatons when the webContents is muted
2016-07-02 07:44:33 +00:00
Cheng Zhao
6eda76336f
Merge pull request #6323 from electron/icon-fix
...
Set window icon before showing window
2016-07-02 07:41:30 +00:00
Cheng Zhao
e76ec92812
Set window icon before showing window
2016-07-02 16:16:47 +09:00
Cheng Zhao
6ffcb9f06c
Merge pull request #6322 from electron/chrome-51.0.2704.106
...
Update to Chrome 51.0.2704.106
2016-07-02 07:12:23 +00:00
Cheng Zhao
cd38e5c85e
Update to Chrome 51.0.2704.106
2016-07-02 13:54:34 +09:00
Cheng Zhao
ee0eb9ae08
Merge pull request #6309 from electron/app-launcher-rename
...
Implement app.setBadgeCount on Mac
2016-07-02 01:51:47 +00:00
Cheng Zhao
767124c45c
Update for reviews
2016-07-02 10:36:46 +09:00
Samuel Attard
4f660f3e6f
Implement WebContenstAudioMuted in AtomBrowserClient
2016-07-02 13:28:28 +12:00
Kevin Sawicki
5dcc354432
Merge pull request #6298 from jhen0409/patch-5
...
Support background.page in extension manifest
2016-07-01 08:59:39 -07:00
Kevin Sawicki
b47d0e3e58
Tweak launcher note text
2016-07-01 08:51:25 -07:00
Jhen
d4f64ce943
Use background page path instead of generated path
...
if extension use manifest.background.page
2016-07-01 23:50:31 +08:00
Cheng Zhao
df3e651fbf
Merge pull request #6315 from electron/fix-extension-match
...
Don't use MatchesExtension for matching filters
2016-07-01 14:14:18 +00:00
Cheng Zhao
cff50614e5
Merge pull request #6314 from electron/suppress-session-protocol
...
spec: Suppress the session.protocol test
2016-07-01 13:56:48 +00:00
Cheng Zhao
431ea61ff8
Don't use MatchesExtension for matching filters
...
MatchesExtension compares double extensions like .tar.gz, which does not
match the filters.
2016-07-01 22:55:15 +09:00
Cheng Zhao
bb92765ecf
spec: Suppress the session.protocol test
2016-07-01 22:24:30 +09:00
Cheng Zhao
1da2a1c2ae
app.setBadgeCount should return boolean
2016-07-01 22:20:05 +09:00
Samuel Attard
54f06b0ba9
Override the Notification API constructor to create silent notifications when the webContents is muted
2016-07-01 23:26:40 +12:00
Cheng Zhao
f8ec377123
docs: app.setBadgeCount
2016-07-01 17:44:09 +09:00
Cheng Zhao
cb00d3cfb3
mac: Implement app.setBadgeCount
2016-07-01 17:39:26 +09:00
Cheng Zhao
36a0a491c9
Merge pull request #6216 from electron/class-docs
...
Add details to docs/styleguide.md
2016-07-01 05:34:01 +00:00
Cheng Zhao
3965440952
conjunctions don't have to be capitalized
2016-07-01 14:33:22 +09:00
Cheng Zhao
1626c3bf0a
Use * instead of - for lists
...
`*` is used in most lists in our docs, let's keep consistency.
2016-07-01 14:30:55 +09:00
Cheng Zhao
83e9521d13
Update atom-shell-vs-node-webkit.md
2016-07-01 14:27:56 +09:00
Kevin Sawicki
0959143e2d
Merge pull request #6294 from preco21/korean-docs-9
...
docs: Update Korean docs as upstream
2016-06-30 14:41:50 -07:00
Jhen
76f4bd01eb
Support background.page in extension manifest
2016-06-30 16:04:13 +08:00
Plusb Preco
21f0e65735
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-30 11:32:14 +09:00
Kevin Sawicki
511dceda4e
Merge pull request #6225 from miniak/publish-pdb
...
Publish Windows PDBs to allow debugging without Symbol server
2016-06-29 16:54:26 -07:00
Kevin Sawicki
7279fc46bc
Merge pull request #6280 from electron/pop-up-context-menu-windows
...
Use previously set context menu when popup menu is null
2016-06-29 13:00:10 -07:00
Kevin Sawicki
45dbbfdfe9
Use nullptr comparisons
2016-06-29 11:52:58 -07:00
Kevin Sawicki
e797eb5ca3
Use set context menu when param is not specified
2016-06-29 11:52:58 -07:00
Kevin Sawicki
6d7b52eceb
Merge pull request #6243 from jnugh/master
...
Ubuntu Unity launcher counter badge
2016-06-29 11:45:19 -07:00
Jonas Schwabe
9aa8807f83
add specs for app.launcher api
...
fix linter errors
2016-06-29 20:28:16 +02:00
Kevin Sawicki
0991d2bf47
Merge pull request #6290 from electron/updated-apis-in-doc-translations
...
Update renamed nativeImage APIs in translated docs
2016-06-29 11:25:44 -07:00
Kevin Sawicki
90048abd0a
Update renamed nativeImage APIs
2016-06-29 11:23:11 -07:00
Jonas Schwabe
768ff7af5a
Add additional method isUnityRunning, fix multiple typos in docs
2016-06-29 20:22:17 +02:00
Jonas Schwabe
8ac205685d
Add ifdef for property, which should only be availabe on Linux
2016-06-29 20:22:17 +02:00
Jonas Schwabe
e2d389fbd4
Rename the unityLauncher api to launcher and make it available on linux in general. + Document it only works on ubuntu
2016-06-29 20:22:17 +02:00
Jonas Schwabe
336a55cb23
📝 docs for unity launcher badge api
2016-06-29 20:22:17 +02:00
Jonas Schwabe
e3ba6818af
Fix linter errors
2016-06-29 20:22:17 +02:00
Jonas Schwabe
b22ce93477
Implement libunity launcher badge counter to be set via electron, fixes #4193
2016-06-29 20:22:17 +02:00
Kevin Sawicki
90ea0a365c
Merge pull request #6289 from electron/lint-specs
...
Remove standard linter warnings from specs
2016-06-29 11:14:53 -07:00
Plusb Preco
4a40369b6d
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-30 02:50:41 +09:00
Kevin Sawicki
03497fb984
Update buffer length asserts
2016-06-29 09:46:16 -07:00
Kevin Sawicki
8b35814d10
🎨
2016-06-29 09:46:16 -07:00
Kevin Sawicki
197ec98800
Remove standard linter warnings
2016-06-29 09:46:16 -07:00
Kevin Sawicki
4afa32a7bb
Add WebInspector as global
2016-06-29 09:46:16 -07:00
Kevin Sawicki
9922261f9e
Set browser env in specs
2016-06-29 09:46:16 -07:00
Kevin Sawicki
e94c066c03
change into spec directory before running standard
2016-06-29 09:46:15 -07:00
Kevin Sawicki
3090d1f85e
Upgrade to standard 7.1.2+
2016-06-29 09:46:15 -07:00
Kevin Sawicki
cde1254e29
Merge pull request #6282 from electron/cookie-set-failed-message
...
Mention setting cookie in failure message
2016-06-29 09:46:02 -07:00
Kevin Sawicki
8c52279531
Tweak cookie set failure message and add spec
2016-06-29 08:53:52 -07:00
Kevin Sawicki
2cf0843f82
Merge pull request #6281 from electron/cookies-http-only
...
Update key to be httpOnly instead of session
2016-06-29 08:46:37 -07:00
Kevin Sawicki
5b8c4f55e7
Update key to be httpOnly instead of session
2016-06-29 08:39:20 -07:00
Kevin Sawicki
42fe27b25b
Merge pull request #6288 from thompsonemerson/patch-4
...
word correction
2016-06-29 08:15:34 -07:00
Milan Burda
43eba3dada
Publish Windows PDBs to allow debugging without Symbol server
2016-06-29 16:58:56 +02:00
Emerson Thompson
68ef327c81
word correction
2016-06-29 11:15:52 -03:00
Plusb Preco
b73d90094f
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-29 22:34:51 +09:00
Kevin Sawicki
8155e71925
Merge pull request #6279 from electron/chrome-storage-return
...
Always call chrome.storage.*.get callback
2016-06-28 14:47:32 -07:00
Kevin Sawicki
d2d11ce8bd
Invoke callback instead of returning
2016-06-28 13:04:59 -07:00
Kevin Sawicki
2fe83bc5f0
Add failing spec for no specified storage keys
2016-06-28 13:01:51 -07:00
Kevin Sawicki
6081cba15d
Merge pull request #6269 from Draivin/master
...
Add chrome.storage.local
2016-06-28 12:44:45 -07:00
Kevin Sawicki
49bec9165c
Merge pull request #6278 from electron/ico-native-image-crash
...
Fix nativeImage.createFromPath for non-existent .ico
2016-06-28 12:41:48 -07:00
Kevin Sawicki
14df90fd19
Add spec for valid .ico file
2016-06-28 12:17:05 -07:00
Kevin Sawicki
8fb86e10fc
Add assert for non-existent .ico
2016-06-28 12:17:05 -07:00
Milan Burda
a886261518
Fix crash in ReadImageSkiaFromICO when CreateSkBitmapFromHICON fails
2016-06-28 12:17:05 -07:00
Daniel Pham
a47e30dd82
Merge pull request #6274 from thompsonemerson/patch-3
...
word correction
2016-06-28 09:43:29 -04:00
Daniel Pham
3dbe4a5c71
Merge pull request #6272 from thompsonemerson/patch-1
...
link correction
2016-06-28 09:43:06 -04:00
Daniel Pham
509fd3948c
Merge pull request #6273 from thompsonemerson/patch-2
...
link to the translation
2016-06-28 09:40:47 -04:00
Emerson Thompson
1551a96223
word correction
2016-06-28 09:43:10 -03:00
Emerson Thompson
8faf2f10e1
link to the translation
2016-06-28 09:38:02 -03:00
Emerson Thompson
918f25b76c
link correction
2016-06-28 09:22:53 -03:00
Ian Ornelas
d6ab353438
Add chrome.storage.local
2016-06-28 07:21:03 -03:00
Kevin Sawicki
b38eef066e
Merge pull request #6266 from thompsonemerson/patch-3
...
Translated: power-monitor.md
2016-06-27 16:58:42 -07:00
Emerson Thompson
393829b674
Translated: power-monitor.md
2016-06-27 20:48:58 -03:00
Kevin Sawicki
4d910618d0
Merge pull request #6265 from thompsonemerson/patch-2
...
broken link (404)
2016-06-27 16:28:07 -07:00
Kevin Sawicki
739334f521
Merge pull request #6263 from thompsonemerson/patch-1
...
Portuguese error - word "atualização"
2016-06-27 16:27:49 -07:00
Emerson Thompson
3da41e03aa
broken link (404)
...
Broken link (404) to DesktopCapturer
2016-06-27 20:27:09 -03:00
Emerson Thompson
e457207b20
Portuguese error
2016-06-27 20:19:46 -03:00
Cheng Zhao
4e747b56b0
Update docs-translations/zh-CN/api/shell.md
...
Close #6099 .
2016-06-26 13:36:05 +09:00
Cheng Zhao
7d38384bdd
Merge pull request #6244 from electron/frame-subscription-cleanup
...
Cleanup code of beginFrameSubscription
2016-06-26 04:27:06 +00:00
Cheng Zhao
090c8b89bb
spec: Make beginFrameSubscription test more reliable
2016-06-26 11:53:58 +09:00
Cheng Zhao
e1ad64013e
Cleanup code of beginFrameSubscription
2016-06-26 11:46:40 +09:00
Cheng Zhao
3d2ad0080d
Merge pull request #6164 from MaxWhere/master
...
beginFrameSubscription bugfix and improvement
2016-06-26 02:39:59 +00:00
Cheng Zhao
dd7cf3d7b1
Merge pull request #6238 from fdelayen/click-top-level-menu
...
Execute click handlers for top level menu items
2016-06-26 01:59:31 +00:00
Heilig Benedek
5118def724
damaged -> dirty rename, fixed misc issues, changed signature, updated docs and added tests
2016-06-25 18:23:40 +02:00
Florent Delayen
4d55175649
Execute click handlers for top level menu items
2016-06-25 16:51:43 +02:00
Cheng Zhao
04b30afbed
Merge pull request #6233 from electron/clipboard-bookmark-support
...
Add support for reading/writing bookmarks from the clipboard
2016-06-25 05:23:32 +00:00
Cheng Zhao
8a4c8eb305
Merge pull request #6226 from miniak/fix-uninitialized-member-var
...
Fix uninitialized member variable in CrashReporterWin
2016-06-25 01:18:19 +00:00
Kevin Sawicki
f90ef12814
read/writeBookmark is not implemented on Linux
2016-06-24 17:16:38 -07:00
Zeke Sikelianos
aee111bf2f
minor wording changes and tweaks
2016-06-24 15:59:30 -07:00
Kevin Sawicki
9479536bb8
Tweak return value description
2016-06-24 15:35:30 -07:00
Kevin Sawicki
5fbba2d27b
Add assertions for no available bookmark
2016-06-24 15:32:52 -07:00
Kevin Sawicki
6588b85ac9
Mention empty strings
2016-06-24 15:31:15 -07:00
Kevin Sawicki
30a628b46f
Remove unsupported type
2016-06-24 15:29:39 -07:00
Kevin Sawicki
a2ba778adc
Document clipboard bookmark support
2016-06-24 15:20:49 -07:00
Kevin Sawicki
9fab641ecb
Add missing rtf key
2016-06-24 15:17:31 -07:00
Kevin Sawicki
e802d0e4a0
Add bookmark key to clipboard.write
2016-06-24 15:14:28 -07:00
Kevin Sawicki
358bf1bf69
Add read/writeBookmark spec
2016-06-24 15:10:32 -07:00
Kevin Sawicki
271808b278
Support reading/writing bookmarks to clipboard
2016-06-24 15:08:12 -07:00
Kevin Sawicki
63e2ee8e10
Add link to Boolean
2016-06-24 12:45:22 -07:00
Kevin Sawicki
47504c5a53
Use more lists
2016-06-24 12:40:55 -07:00
Kevin Sawicki
5dd7bf67e7
Minor formatting and wording tweaks
2016-06-24 12:28:41 -07:00
Milan Burda
dfc2f3f0c6
Fix uninitialized member variable in CrashReporterWin
2016-06-24 18:30:38 +02:00
Zeke Sikelianos
6ea59803a8
Merge pull request #6221 from SudarAbisheck/master
...
Update quick-start.md
2016-06-23 23:08:23 -07:00
Cheng Zhao
0c53317eea
Merge pull request #6220 from electron/promise-in-main-process
...
Handle v8::MicrotasksScope in the main process
2016-06-24 06:07:28 +00:00
Sudar Abisheck
0e1caa5961
Update quick-start.md
...
Corrected the anchor text
2016-06-24 11:29:55 +05:30
Cheng Zhao
ee28f4fc32
Handle v8::MicrotasksScope in the main process
2016-06-24 14:45:31 +09:00
Cheng Zhao
5826a8f9a9
Merge pull request #6218 from electron/clean-up-callback-id
...
Remove callbackId when callback is removed from registry
2016-06-24 03:17:46 +00:00
Cheng Zhao
f792b6c752
Remove callbackId when callback is removed from registry
2016-06-24 11:22:48 +09:00
Cheng Zhao
38592aaef7
Add details to docs/styleguide.md
2016-06-24 10:45:37 +09:00
Cheng Zhao
552c9b7f0a
Merge pull request #6213 from electron/reset-search-paths
...
Reuse node's implementation of Module._nodeModulePaths
2016-06-24 00:26:33 +00:00
Cheng Zhao
eb55fba9f4
Merge pull request #6211 from electron/debugging-main-process-docs
...
Update debugging main process docs
2016-06-24 00:25:26 +00:00
Cheng Zhao
fa023842d3
Merge pull request #6111 from electron/docs-formatting
...
Docs formatting
2016-06-24 00:24:57 +00:00
Kevin Sawicki
bac4d51169
Reuse root path variable
2016-06-23 15:56:29 -07:00
Kevin Sawicki
905e9e9645
Include trailing separator in comparisons
2016-06-23 15:45:08 -07:00
Kevin Sawicki
c6906deef2
Add failing spec for trailing separator bug
2016-06-23 15:39:21 -07:00
Kevin Sawicki
b273b70eee
Filter existing search paths instead reimplementing
2016-06-23 15:27:45 -07:00
Kevin Sawicki
eed240be1c
Add specs for Module._nodeModulesPath
2016-06-23 15:20:14 -07:00
Kevin Sawicki
adc8c54a81
Minor formatting updates
2016-06-23 14:23:34 -07:00
Kevin Sawicki
eb8c1b1a50
Make update number message a note
2016-06-23 14:20:52 -07:00
Kevin Sawicki
5e389021eb
Use upstream node-pre-gyp
2016-06-23 14:19:23 -07:00
Zeke Sikelianos
3dcbbe9f20
remove parens from type
2016-06-23 14:13:03 -07:00
Zeke Sikelianos
cfebf7aa6b
fix list indentation
2016-06-23 10:36:16 -07:00
Cheng Zhao
d959ccb47c
Merge pull request #6201 from electron/did-fail-load
...
Do not emit did-fail-load for canceled requests
2016-06-23 11:55:39 +00:00
Cheng Zhao
ed6213e951
Do not emit did-fail-load for canceled requests
2016-06-23 20:32:19 +09:00
Cheng Zhao
a00c5e3363
Bump v1.2.5
2016-06-23 14:37:58 +09:00
Cheng Zhao
e70c622a70
Merge pull request #6190 from electron/default-label-and-accelerator
...
Add default label and accelerator for menu item roles
2016-06-23 05:34:10 +00:00
Cheng Zhao
19d8a366b3
Merge pull request #6180 from jhen0409/patch-4
...
Fix chrome.runtime.sendMessage
2016-06-23 04:58:30 +00:00
Cheng Zhao
6aef8f4fea
Merge pull request #6197 from electron/fix-api-call-yosemite
...
mac: Avoid calling setTitleVisibility for OS X 10.9
2016-06-23 04:49:11 +00:00
Cheng Zhao
d313639bbb
Merge pull request #6198 from electron/fix-session-protocol-test
...
Split the session.protocol test into multiple tests
2016-06-23 04:49:06 +00:00
Cheng Zhao
2893974c05
spec: Set mimeType for protocol's handler
2016-06-23 13:29:18 +09:00
Cheng Zhao
a04c0ce196
spec: Split the session.protocol test into multiple tests
2016-06-23 13:16:53 +09:00
Cheng Zhao
71ab69314c
spec: Put protocol registration in beforeEach
2016-06-23 13:11:19 +09:00
Cheng Zhao
6cfd078d19
Merge pull request #6174 from electron/session-docs-cleanup
...
docs: Separate Cookies and WebRequest classes in session.md
2016-06-23 04:05:18 +00:00
Cheng Zhao
7f3a296050
mac: Avoid calling setTitleVisibility for OS X 10.9
2016-06-23 13:00:14 +09:00
Cheng Zhao
74a2b77359
Merge pull request #6195 from electron/eagerly-require-protocol
...
Eagerly require protocol
2016-06-23 03:31:26 +00:00
Cheng Zhao
75972abc84
Merge pull request #6192 from electron/native-image-api-names
...
Upper case initialisms in nativeImage API
2016-06-23 03:06:42 +00:00
Cheng Zhao
7fa4a7889b
Update brightray for #6178
2016-06-23 12:05:10 +09:00
Kevin Sawicki
5a122b5ea0
Eagerly require protocol
2016-06-22 18:51:39 -07:00
Kevin Sawicki
c686997209
Ctrl -> Control for consistency
2016-06-22 16:56:45 -07:00
Jhen
233355ed09
Fix chrome.runtime.sendMessage
...
add a case of not provide extension-id: (message, responseCallback)
2016-06-23 07:40:15 +08:00
Cheng Zhao
293a1edc35
Merge pull request #6183 from joshaber/patch-1
...
Update external frameworks version
2016-06-22 23:33:30 +00:00
Kevin Sawicki
e9222583cb
toPng/toJpeg -> toPNG/toJPEG
2016-06-22 15:47:42 -07:00
Kevin Sawicki
813e528350
Update expected accelerator
2016-06-22 15:41:45 -07:00
Kevin Sawicki
6165908ba7
Incorporate review feedback
2016-06-22 15:26:17 -07:00
Kevin Sawicki
be642612c0
Export app before requiring modules
2016-06-22 15:21:45 -07:00
Kevin Sawicki
4dbdcad05e
Remove label/accelerators with role defaults
2016-06-22 14:37:16 -07:00
Kevin Sawicki
b7afe44a5c
Add assert for role with app name in label
2016-06-22 14:22:15 -07:00
Kevin Sawicki
ece319a687
🎨
2016-06-22 14:14:32 -07:00
Kevin Sawicki
58c1d38c96
Remove lint errors
2016-06-22 14:13:12 -07:00
Kevin Sawicki
c98f419bc8
Doc role defaults
2016-06-22 14:10:44 -07:00
Kevin Sawicki
5096d7835f
Add spec for default role label/accelerator
2016-06-22 14:07:46 -07:00
Kevin Sawicki
c6dc6a8905
Specify focused window to execute call
2016-06-22 14:02:31 -07:00
Kevin Sawicki
30e3a6ed83
Add app require
2016-06-22 13:59:49 -07:00
Kevin Sawicki
66f2fb2fe4
Add execute helper to roles file
2016-06-22 13:48:26 -07:00
Kevin Sawicki
653370974a
🎨 Sort roles alphabetically
2016-06-22 13:15:20 -07:00
Kevin Sawicki
c0562d16d5
Add more role defaults
2016-06-22 13:09:49 -07:00
Kevin Sawicki
888068b597
Add default help/window labels
2016-06-22 13:09:49 -07:00
Kevin Sawicki
566a407b36
Use default labels and accelerators
2016-06-22 13:09:49 -07:00
Kevin Sawicki
13a6d32ee9
Add default label/accelerator to role menu items
2016-06-22 13:09:48 -07:00
Kevin Sawicki
25b2724ab9
Add menu item role defaults
2016-06-22 13:09:48 -07:00
Kevin Sawicki
56b3478760
Merge pull request #6184 from electron/read-only-command-id
...
Make MenuItem.commandId read only
2016-06-22 13:09:16 -07:00
Kevin Sawicki
ad110fc806
Make commandId a read only property
2016-06-22 10:07:02 -07:00
Kevin Sawicki
90600ba653
Add failing spec for writeable command id
2016-06-22 10:06:54 -07:00
Josh Abernathy
bd74412501
Update external frameworks version
...
Bump to [1.1.0](https://github.com/electron/electron-frameworks/releases/tag/v1.1.0 ) which upgraded Squirrel.Mac.
2016-06-22 13:00:31 -04:00
Kevin Sawicki
c6db5f6baa
Merge pull request #6182 from electron/format-menu-item
...
Reformat MenuItem class
2016-06-22 10:00:01 -07:00
Kevin Sawicki
50a62429e4
Add back event param
2016-06-22 09:35:11 -07:00
Kevin Sawicki
4e8d4dfda9
Move click variable near this.click
2016-06-22 09:21:46 -07:00
Kevin Sawicki
38e1abc599
🎨 Destructure requires
2016-06-22 09:21:46 -07:00
Kevin Sawicki
51b8c0292c
Add spec for submenu type with no submenu
2016-06-22 09:21:46 -07:00
Kevin Sawicki
93cbe6539f
Add spec for invalid menu item type
2016-06-22 09:21:46 -07:00
Kevin Sawicki
ca57f8a391
Remove CoffeeScript class wrapper
2016-06-22 09:21:46 -07:00
Cheng Zhao
7274c69bc6
Merge pull request #6175 from miniak/content-protection
...
Add BrowserWindow.prototype.setContentProtection(enable)
2016-06-22 11:25:49 +00:00
Cheng Zhao
86e98950cc
Merge pull request #6173 from arifcakiroglu/patch-1
...
Update README.md
2016-06-22 10:31:36 +00:00
Milan Burda
c243cf0c0f
Add BrowserWindow.prototype.setContentProtection(enable)
2016-06-22 10:40:33 +02:00
Arif Çakıroğlu
7e7c085dc7
Update README.md
2016-06-22 11:02:14 +03:00
Cheng Zhao
1a74177e2d
docs: Separate Cookies and WebRequest classes in session.md
2016-06-22 16:34:58 +09:00
Cheng Zhao
fd40f3d344
Merge pull request #6172 from electron/session-setuseragent
...
Add Session.setUserAgent(userAgent[, acceptLanguages]) API
2016-06-22 07:34:10 +00:00
Arif Çakıroğlu
5a702e0153
Update README.md
...
add `electron-tr` community
2016-06-22 10:11:13 +03:00
Cheng Zhao
6f9c4766fc
Fix usages of global BrowserContext in App::ImportCertificate
2016-06-22 16:10:36 +09:00
Cheng Zhao
6b1df5838c
docs: ses.setUserAgent(userAgent[, acceptLanguages])
2016-06-22 16:05:38 +09:00
Cheng Zhao
01bc8305f8
Add ses.getUserAgent()/setUserAgent(...) APIs
2016-06-22 15:57:51 +09:00
Cheng Zhao
9c8e64f268
Cache the BrowserContext::GetUserAgent
2016-06-22 15:46:46 +09:00
Cheng Zhao
b0f04de50c
Do not force creating default session in C++
2016-06-22 15:41:56 +09:00
Zeke Sikelianos
271c39ceb3
OS X → macOS
2016-06-21 23:02:01 -07:00
Zeke Sikelianos
72403c1a8d
use consistent verb style
2016-06-21 22:56:51 -07:00
Zeke Sikelianos
90d1b9169f
prepositions are hard
2016-06-21 22:55:26 -07:00
Zeke Sikelianos
2a079b2e0a
wether → whether
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
46c1ef60aa
restore headings in translated session docs
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
0ff50650d2
document drop-files event type
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
574e8974b6
undo heading changes to special-case session
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
a82a2485d7
fix debugger event headings
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
49fd3ff41b
document platform-specific arguments
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
74e0535659
use unformatted raw code examples in styleguide
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
0d481aaeb8
📝 use h3 headings for events and methods, per the styleguide
2016-06-21 22:54:43 -07:00
Cheng Zhao
40c195cf5c
Merge pull request #6171 from electron/maximize/minimize
...
mac: Fix maximize/unmaximize event emitted before window is maximized
2016-06-22 05:26:27 +00:00
Cheng Zhao
8ffd069689
mac: Fix maximize/unmaximize event emitted before window is maximized
2016-06-22 14:06:54 +09:00
Cheng Zhao
a5976055bf
Merge pull request #6170 from electron/click-event
...
Add "event" parameter for "click" handler of MenuItem
2016-06-22 05:06:25 +00:00
Cheng Zhao
90b64504fc
spec: Fix failing tests of Menu
2016-06-22 13:36:10 +09:00
Cheng Zhao
62d0dbea5a
docs: Reformat the menu-item.md
2016-06-22 13:23:07 +09:00
Cheng Zhao
8d08e215b2
Add "event" parameter for "click" handler of MenuItem
2016-06-22 11:22:14 +09:00
Cheng Zhao
e6327fb015
Add EventEmitter::CreateEventFromFlags
2016-06-22 11:00:45 +09:00
Cheng Zhao
08a1e92650
Bump v1.2.4
2016-06-22 10:26:54 +09:00
Cheng Zhao
4e811fc377
Merge pull request #6169 from electron/map-roles-by-command-id
...
Map roles by command id instead of index
2016-06-22 01:24:20 +00:00
Cheng Zhao
c0aebc9d4f
Merge pull request #6168 from electron/forward-delete
...
Support forward delete menu item accelerator
2016-06-22 01:12:10 +00:00
Cheng Zhao
85c163e58a
Merge pull request #6166 from electron/fullscreen-role
...
Add togglefullscreen menu item role
2016-06-22 00:58:39 +00:00
Kevin Sawicki
812dea9a8b
Add comment about map key/values
2016-06-21 15:28:02 -07:00
Kevin Sawicki
583cc925ac
Map roles by command id
2016-06-21 15:25:14 -07:00
Kevin Sawicki
9486df1303
Add delete accelerator to delete menu
2016-06-21 12:38:44 -07:00
Kevin Sawicki
738edb650d
Make NSDeleteFunctionKey to NSDeleteCharacter
2016-06-21 12:33:02 -07:00
Kevin Sawicki
3505e98a46
Access function in methodInBrowserWindow
2016-06-21 10:08:30 -07:00
Kevin Sawicki
35097b244e
Doc togglefullscreen menu item role
2016-06-21 09:43:29 -07:00
Kevin Sawicki
dcd832e88c
🎨
2016-06-21 09:38:35 -07:00
Kevin Sawicki
3cdf36c536
Use togglefullscreen role
2016-06-21 09:34:41 -07:00
Kevin Sawicki
2536e62fb0
Add togglefullscreen role selector
2016-06-21 09:34:29 -07:00
Kevin Sawicki
e3e1ed41ca
Add togglefullscreen role
2016-06-21 09:31:17 -07:00
Kevin Sawicki
59ff3dc2f3
Merge pull request #6154 from electron/quit-role
...
Add quit menu item role
2016-06-21 09:20:22 -07:00
Kevin Sawicki
fbfac6d49b
Fix lint errors
2016-06-21 09:08:13 -07:00
Kevin Sawicki
395c372702
Document quit role
2016-06-21 09:08:13 -07:00
Kevin Sawicki
32ea5a5e27
Remove CoffeeScript ref variables
2016-06-21 09:08:13 -07:00
Kevin Sawicki
2d8ec60eed
Use const/let instead of var
2016-06-21 09:08:13 -07:00
Kevin Sawicki
11ba7eaa91
Add File > Exit menu on Windows
2016-06-21 09:08:13 -07:00
Kevin Sawicki
7a6436014e
Use quit role
2016-06-21 09:08:13 -07:00
Kevin Sawicki
67f7b4d4c5
Map quit role to terminate selector
2016-06-21 09:08:13 -07:00
Kevin Sawicki
a16d907684
Add quit role
2016-06-21 09:08:12 -07:00
Heilig Benedek
3c92825e2a
Fix init list order
2016-06-21 14:32:22 +02:00
Heilig Benedek
712141f153
Updated docs for beginFrameSubscription
2016-06-21 13:35:30 +02:00
Cheng Zhao
f45e6c6c38
Merge pull request #6161 from electron/refresh-menu-bar-color
...
Update menubar color when theme changes
2016-06-21 09:34:55 +00:00
Cheng Zhao
aca37c8974
Update menubar color when theme changes
2016-06-21 18:05:01 +09:00
Cheng Zhao
816b2ea8f2
linux: Disable parent window when showing modal dialogs ( #6160 )
2016-06-21 08:54:55 +00:00
Cheng Zhao
00f5fa440d
Merge pull request #6159 from electron/tray-get-bounds
2016-06-21 16:38:03 +09:00
Cheng Zhao
9d63199c37
docs: Make tray.md follow docs style guide
2016-06-21 16:20:33 +09:00
Cheng Zhao
11f242a241
docs: Tray.getBounds()
2016-06-21 16:13:50 +09:00
Cheng Zhao
324153d394
win: Use DIP rect for tray icon's bounds
2016-06-21 16:05:28 +09:00
Cheng Zhao
886ef1717c
win: Implement tray.getBounds() API
2016-06-21 15:49:22 +09:00
Cheng Zhao
db98e256f2
mac: Add tray.getBounds() API
2016-06-21 15:40:30 +09:00
Cheng Zhao
9993aab5b1
Update brightray for electron/brightray#228
2016-06-21 12:24:25 +09:00
Kevin Sawicki
8a9f2261d0
Add default error handler to remote promises ( #6151 )
...
* Add failing spec for unhandled main process exception
* Remove unused return
* Use let/const instead of var
* Add spec for unhandled rejection in renderer process
* Prevent unhandled rejection defaul
* Use once instead of on
* Add default fulfilled/rejection handler to promise
2016-06-21 00:54:15 +00:00
Charlie Hess
74321dce74
Add systemPreferences.subscribeLocalNotification. ( #6150 )
2016-06-21 00:48:42 +00:00
Heilig Benedek
3529f8a40a
Frame subscriber bugfix + added only_damaged option
2016-06-21 02:42:00 +02:00
Heilig Benedek
a35915ee9f
Merge pull request #11 from electron/master
...
update as upstream
2016-06-21 00:08:48 +02:00
Cheng Zhao
1837a938a1
Merge pull request #6147 from electron/open-item-in-folder
...
mac: Convert path to absolute path in ShowItemInFolder
2016-06-20 13:03:16 +00:00
Cheng Zhao
c9d5c4e45c
mac: Convert path to absolute path in ShowItemInFolder
2016-06-20 21:14:17 +09:00
Cheng Zhao
b87cf3771b
Merge pull request #6145 from electron/app-indicator-id
...
Use fixed ID for app indicators
2016-06-20 08:50:16 +00:00
Cheng Zhao
5e459b057e
Use fixed ID for app indicators
2016-06-20 17:35:45 +09:00
Cheng Zhao
6bd1a2dec6
Merge pull request #6144 from electron/crash-release-renderer
...
Avoid calling Environment::GetCurrent for unjected contexts
2016-06-20 08:09:42 +00:00
Cheng Zhao
a3dd6c635f
Avoid calling Environment::GetCurrent for unjected contexts
...
It seems to cause crashes when it is called for contexts that do not
have node integrations.
2016-06-20 16:51:42 +09:00
Cheng Zhao
3428874907
Merge pull request #6140 from electron/parent
...
Add support for child windows
2016-06-20 07:27:05 +00:00
Cheng Zhao
f7a9b1ae04
docs: modal window is greatly simplified
2016-06-20 16:00:38 +09:00
Cheng Zhao
5674e8d114
Only define enable/disable API for views
2016-06-20 15:44:50 +09:00
Cheng Zhao
e33e4be257
macOS: Use sheet window as modal window
2016-06-20 14:49:24 +09:00
Cheng Zhao
1866dbe608
Move disable counter to NativeWindow from api::Window
2016-06-20 11:48:46 +09:00
Cheng Zhao
946d246aea
docs: Parent and child windows
2016-06-20 11:21:34 +09:00
Cheng Zhao
02acce8991
linux: Make modal dialog show more smoothly
2016-06-20 11:16:41 +09:00
Cheng Zhao
9aa7291627
linux: Implement win.disable/enable/isEnabled() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
074903ca33
Do not emit "unresponsive" when there is modal dialog
2016-06-20 11:16:41 +09:00
Cheng Zhao
f4bec78ccb
linux: Implement win.setParentWindow(parent)
2016-06-20 11:16:41 +09:00
Cheng Zhao
4c3c4437da
win: Implement win.disable/enable/isEnabled() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
a6c4bf098b
spec: Avoid calling setParentWindow for unrelated tests
2016-06-20 11:16:41 +09:00
Cheng Zhao
85ba382027
Add "parent" option for BrowserWindow
2016-06-20 11:16:41 +09:00
Cheng Zhao
473413e874
views: Initial implementation of win.setParentWindow(parent)
...
But it doesn't work, aparrently Chromium doesn't support changing
parent window dynamically on desktop.
2016-06-20 11:16:41 +09:00
Cheng Zhao
f2cbd7cb36
mac: Add win.beginSheet(sheet)/endSheet(sheet) API
2016-06-20 11:16:41 +09:00
Cheng Zhao
2c5f4aadfb
spec: Test cases for win.setModal(modal)
2016-06-20 11:16:41 +09:00
Cheng Zhao
1104dded24
Handle multiple modal windows correctly
2016-06-20 11:16:41 +09:00
Cheng Zhao
3f34f80433
Add win.setModal(modal) API
2016-06-20 11:16:41 +09:00
Cheng Zhao
1a4b4a65c9
mac: Add win.disable/enable/isEnabled() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
214dd97165
spec: Test cases for parent window
2016-06-20 11:16:41 +09:00
Cheng Zhao
6cef29e4ee
Add win.getChildWindows() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
22513efd55
Add win.getParentWindow() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
fb7e7b315c
mac: Close all child windows before closing current window
2016-06-20 11:16:41 +09:00
Cheng Zhao
fd42e3dc84
mac: Add win.setParentWindow(parent) API
2016-06-20 11:16:41 +09:00
Cheng Zhao
e4d30ccfc3
spec: Suppress isCI test on CI
2016-06-20 11:16:17 +09:00
Cheng Zhao
a87fe61f3a
Merge branch 'preco21-korean-docs-8'
2016-06-20 09:48:25 +09:00
Cheng Zhao
c44a6ad8b8
Merge pull request #6135 from blainesch/patch-1
...
Add copy/pasta example for system preferences.
2016-06-20 00:34:40 +00:00
Cheng Zhao
b4232d9230
Merge pull request #6128 from gerhardberger/webview-size-issue
...
Fixes transformed webview size
2016-06-20 00:13:30 +00:00
Plusb Preco
08782e319a
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-20 03:23:36 +09:00
Plusb Preco
4c5fd1bf14
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-20 02:18:51 +09:00
Machisté N. Quintana
786863a88f
Merge pull request #6136 from MarshallOfSound/master
...
Fix typo in DevTools Extensions tutorial
2016-06-19 09:56:22 -07:00
Samuel Attard
ea38916c27
Fix typo in DevTools Extensions tutorial
2016-06-20 02:24:00 +10:00
Blaine Schmeisser
c75f3a8b5e
Add copy/pasta example for system preferences.
...
Most of the other api docs have one example of where to find the module in a copy/paste format. This pull request adds one for the system preferences.
2016-06-19 08:53:34 -07:00
Cheng Zhao
c4c768ea8c
Merge pull request #6134 from electron/chrome-51.0.2704.103
...
Update to Chrome 51.0.2704.103
2016-06-19 12:32:56 +00:00
Cheng Zhao
b74522d9f3
Merge pull request #6130 from rahatarmanahmed/fix-renderer-stdout
...
🐛 Don't load 'repl' unless needed
2016-06-19 12:32:06 +00:00
Cheng Zhao
ce2199d96a
Update to Chrome 51.0.2704.103
2016-06-19 21:09:29 +09:00
Cheng Zhao
6d6f0cae62
Pyhton => Python, close #6126
2016-06-19 20:55:26 +09:00
Cheng Zhao
6f4899bd94
Merge pull request #6068 from electron/redispatch-events
...
Redispatch events to handle native OSX shortcuts
2016-06-19 11:22:02 +00:00
Cheng Zhao
d3bf400d56
Use class extension to avoid type conversion
2016-06-19 20:16:19 +09:00
Cheng Zhao
31d619f748
Merge pull request #6115 from electron/load-extension-when-added
...
Call loadExtension from addDevToolsExtension
2016-06-19 10:55:45 +00:00
Cheng Zhao
78193a0608
Merge pull request #6125 from leo/master
...
Replace "Mac OS" and "OS X" with "macOS"
2016-06-19 10:53:43 +00:00
Cheng Zhao
7c2c0ce709
Merge pull request #6105 from zephyrzoom/master
...
Update electron-faq.md
2016-06-19 10:11:32 +00:00
Rahat Ahmed
3c7c584444
🐛 Don't load 'repl' unless needed
...
Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.
Fixes #5051
2016-06-19 02:34:48 -05:00
gellert
3d010a8988
fixes transformed webview size
2016-06-19 00:41:42 +02:00
Leonard Lamprecht
511bf83fe7
Improved wording
2016-06-18 15:28:22 +02:00
Leonard Lamprecht
67dd19ed0f
Replace OS X and Mac OS with macOS
2016-06-18 15:26:26 +02:00
Kevin Sawicki
754c4654d4
Add back window check
2016-06-17 16:23:54 -07:00
Kevin Sawicki
52350b5e35
Merge pull request #6116 from electron/extensions-app-ready
...
Mark which APIs are unavailable before app ready
2016-06-17 15:11:10 -07:00
Kevin Sawicki
6709e3c338
Mark which APIs are unavailable before app ready
2016-06-17 15:06:59 -07:00
Kevin Sawicki
df22082110
Call loadExtension from addDevToolsExtension
2016-06-17 14:53:51 -07:00
Kevin Sawicki
9afff89748
Merge pull request #6110 from electron/dan/iss6109
...
Fix context menus selecting first item by default.
2016-06-17 14:06:09 -07:00
Daniel Pham
a8a6f6f856
🍎 Fix context menus selecting first item by default.
2016-06-17 17:03:15 -04:00
Kevin Sawicki
c9fdd52f7e
Upgrade brightray
2016-06-17 11:38:39 -07:00
Kevin Sawicki
13e554ab11
🎨
2016-06-17 11:32:56 -07:00
Kevin Sawicki
711c3abaeb
Remove isKindOfClass check
2016-06-17 11:13:28 -07:00
Kevin Sawicki
0e65977a3c
Use EventDispatchingWindow from brightray
2016-06-17 11:11:50 -07:00
Kevin Sawicki
3bc4f188ef
Handle redispatch in devtools undocked windows
2016-06-17 10:27:53 -07:00
Kevin Sawicki
e0f06d582d
Remove unneeded method declaration
2016-06-17 10:02:35 -07:00
Kevin Sawicki
1e73d48198
🎨
2016-06-17 09:13:00 -07:00
Kevin Sawicki
02abda4be8
Use isKindOfClass
2016-06-17 09:13:00 -07:00
Kevin Sawicki
b80f20912f
Remove unused property
2016-06-17 09:12:59 -07:00
Kevin Sawicki
1762599df0
Remove unused variable
2016-06-17 09:12:59 -07:00
Kevin Sawicki
a2bbfea9e0
Redispatch events to handle native shortcuts
2016-06-17 09:12:59 -07:00
Kevin Sawicki
785ae8daef
Merge pull request #6106 from mjudd/master
...
📝 Fix minor text issues.
2016-06-17 08:58:16 -07:00
Mark Judd
bf6133d61f
📝 Fix minor text issues.
2016-06-17 11:45:12 -04:00
707
ab41965124
Update electron-faq.md
2016-06-17 23:00:26 +08:00
Cheng Zhao
66fe1e48e8
Merge pull request #6095 from electron/protocol-ready-bug
...
Setup protocol after ready has already fired
2016-06-17 03:40:46 +00:00
Cheng Zhao
57ed682e34
Merge pull request #6091 from electron/icon-progress-crash
...
Fix crash setting progress after setting dock icon
2016-06-17 03:29:49 +00:00
Cheng Zhao
9a22aba308
Merge pull request #6090 from electron/web-navigation-api
...
Add webNavigation APIs to background pages
2016-06-17 03:21:16 +00:00
Cheng Zhao
0ccf49f7b8
Merge pull request #6097 from electron/should-set-tittle
...
Use the setTitleVisibility to control tittlebar's visibility
2016-06-17 03:21:04 +00:00
Cheng Zhao
6b20d6c189
Don't change the behavior of transparent window
2016-06-17 11:02:37 +09:00
Cheng Zhao
9eea973d31
Use the setTitleVisibility to control tittlebar's visibility
2016-06-17 10:54:50 +09:00
Cheng Zhao
d2a831aea5
Merge pull request #6089 from brave/window-menu
...
set the title for hidden and hidden-inset windows so they show up in …
2016-06-17 00:49:51 +00:00
Cheng Zhao
1a70fd8efe
Merge pull request #6087 from electron/public-app-menu-getter
...
Make Menu.getApplicationMenu() public
2016-06-17 00:40:14 +00:00
Cheng Zhao
245f9cdd7d
Merge pull request #6076 from electron/build-from-source
...
Update the using-native-node-modules.md
2016-06-17 00:21:57 +00:00
Kevin Sawicki
802fca28f7
Setup protocol after ready has already fired
2016-06-16 16:23:08 -07:00
Kevin Sawicki
a6e3eeee2d
Merge pull request #6092 from electron/doc-typos
...
Minor doc typo fixes
2016-06-16 15:27:59 -07:00
Kevin Sawicki
a3b933f1f8
Fence block as yml
2016-06-16 15:26:58 -07:00
Kevin Sawicki
094098b571
Correct typos in docs
2016-06-16 15:19:38 -07:00
Kevin Sawicki
b6f87574ee
Reset icon and clear progress bar
2016-06-16 15:01:37 -07:00
Kevin Sawicki
5f0238ebf4
Add subview whenever content view is empty
2016-06-16 14:57:23 -07:00
Kevin Sawicki
52525ef6bc
Add failing spec for icon progress crash
2016-06-16 14:57:07 -07:00
bridiver
2094b39460
set the title for hidden and hidden-inset windows so they show up in the window menu list
...
fixes #6088
2016-06-16 13:12:53 -07:00
Machisté N. Quintana
296d49dc56
Make Menu.getApplicationMenu() public
...
Closes https://github.com/electron/electron/issues/6085
2016-06-16 12:43:01 -07:00
Kevin Sawicki
65abaee299
Forward will/did navigate events to extensions
2016-06-16 12:07:59 -07:00
Kevin Sawicki
64ae5cf5a1
Merge pull request #6084 from wolfgang42/master
...
Fix typo: 'arugments'
2016-06-16 10:46:58 -07:00
Wolfgang
b349c381fa
🎨 Fix typo: 'arugments'
2016-06-16 13:41:45 -04:00
Kevin Sawicki
567622c126
Drop unneeded .js extensions
2016-06-16 09:52:14 -07:00
Kevin Sawicki
3aecb11094
Extract Event clas to own file
2016-06-16 09:51:54 -07:00
Kevin Sawicki
7f9fa92e2d
Add chrome.webNavigation stubs
2016-06-16 09:46:26 -07:00
Cheng Zhao
611791ea30
Update the using-native-node-modules.md
2016-06-16 17:10:57 +09:00
Cheng Zhao
58bce74255
Merge pull request #6071 from banyudu/patch-2
...
DocFixit: fix spell error
2016-06-16 05:19:26 +00:00
Cheng Zhao
0630b2d519
Merge pull request #6070 from banyudu/patch-1
...
DocFixit: fix spell error
2016-06-16 05:19:13 +00:00
Cheng Zhao
553341db87
Bump v1.2.3
2016-06-16 12:38:00 +09:00
Cheng Zhao
59fc30e6ae
Merge pull request #6073 from electron/protocol-crash
...
Make api::Protocol thread safe
2016-06-16 03:35:37 +00:00
Cheng Zhao
9e947d3973
Merge pull request #6072 from electron/fix-crash-windows
...
Work around a compiler bug that crashes on Windows
2016-06-16 03:09:37 +00:00
Cheng Zhao
335cd8779c
spec: Correctly cleanup the protocol test
2016-06-16 11:09:52 +09:00
Cheng Zhao
fe0e17d1c3
Make api::Protocol thread safe
2016-06-16 11:09:52 +09:00
Cheng Zhao
659384383e
Avoid storing JobFactory in BrowserContext
...
JobFactory should always be created and accessed in IO thread.
2016-06-16 11:09:51 +09:00
Cheng Zhao
9372d4df32
Make sure BrowserContext is deleted after Protocol
2016-06-16 11:09:51 +09:00
Cheng Zhao
bb10551d23
Work around a compiler bug that crashes on Windows
2016-06-16 10:55:25 +09:00
Yudu Ban
17a4b61d54
fix spell error
2016-06-16 09:32:58 +08:00
Yudu Ban
d014f7fc76
fix spell error
2016-06-16 09:31:10 +08:00
Kevin Sawicki
9267004b53
Merge pull request #6052 from electron/doc-entitlements
...
Document entitlements needed for dialog APIs
2016-06-15 11:14:00 -07:00
Kevin Sawicki
2d6986d270
Merge pull request #6061 from zephyrzoom/master
...
Update online-offline-events.md
2016-06-15 11:11:30 -07:00
707
6567b4c8bf
Update online-offline-events.md
...
漏掉了一个字
2016-06-15 19:30:02 +08:00
Cheng Zhao
efa667fa0a
Merge pull request #6035 from electron/content-scripts-in-web-views
...
Load content scripts in webview devtools
2016-06-15 07:26:27 +00:00
Cheng Zhao
0615fbda84
Merge pull request #6053 from electron/flash-docs
...
Improve the docs on loading flash plugin
2016-06-15 01:31:32 +00:00
Cheng Zhao
e6ba0ac52a
Merge pull request #6049 from electron/sys-executable
...
Include sys.executable in build libchromiumcontent args
2016-06-15 01:06:38 +00:00
Cheng Zhao
be90e2e9ff
Improve the docs on loading flash plugin
2016-06-15 09:41:47 +09:00
Kevin Sawicki
ae6ffa6d5e
unkown -> unknown
2016-06-14 15:47:33 -07:00
Kevin Sawicki
4e89656538
🎨
2016-06-14 15:47:33 -07:00
Kevin Sawicki
bf791c110f
Tweak type check to consider windows and webviews
2016-06-14 15:47:33 -07:00
Kevin Sawicki
85517a1eea
Add 2 spaces before comment
2016-06-14 15:47:33 -07:00
Kevin Sawicki
ee09c7534a
Only add extensions to windows and webviews
2016-06-14 15:47:33 -07:00
Kevin Sawicki
f29801ad2b
Add background page web contents type
2016-06-14 15:47:33 -07:00
Kevin Sawicki
ee0bab6389
Specify type instead of isGuest
2016-06-14 15:47:33 -07:00
Kevin Sawicki
c7b2545b1b
Use web contents type enum and add converter
2016-06-14 15:47:32 -07:00
Kevin Sawicki
fc2b5eebc0
Remove unused includes
2016-06-14 15:47:32 -07:00
Kevin Sawicki
f25c1f864b
Use RenderProcessPreferences for non-remote web contents
2016-06-14 15:47:32 -07:00
Kevin Sawicki
5c5fb0e39e
Tweak documentation link
2016-06-14 15:24:05 -07:00
Kevin Sawicki
bfde8b02bb
Drop the certain
2016-06-14 15:22:12 -07:00
Kevin Sawicki
54d1647a5c
Mention dialog entitlements
2016-06-14 15:20:29 -07:00
Kevin Sawicki
45a9b0e0a5
Include sys.executable in build libchromiumcontent args
2016-06-14 11:49:54 -07:00
Kevin Sawicki
9223019af8
Merge pull request #6043 from JimiC/patch-1
...
Improved test exit
2016-06-14 10:07:57 -07:00
Jimi (Dimitris) Charalampidis
8121f913ca
Improving test exit
...
Test should always exit (app.stop()) either on success or failure.
2016-06-14 16:36:54 +03:00
Cheng Zhao
12a35a05c6
Merge pull request #6038 from electron/check-alert
...
Fix exception in alert for inavlid parameter
2016-06-14 06:36:00 +00:00
Cheng Zhao
18a38dbfc1
Fix exception in alert for inavlid parameter
2016-06-14 15:22:01 +09:00
Cheng Zhao
b0f3443d72
Merge pull request #6037 from electron/auto-updater-wait
...
Use "--processStartAndWait" when launching Update.exe
2016-06-14 05:59:40 +00:00
Cheng Zhao
3f2c3e0448
Wait for current app to quit before launching new app
2016-06-14 14:31:41 +09:00
Cheng Zhao
f4c10060af
Update brightray for #4261
2016-06-14 13:40:37 +09:00
Cheng Zhao
ae22980ee3
Merge pull request #6030 from electron/repl-error-on-windows
...
Log error when repling on Windows
2016-06-13 23:43:51 +00:00
Cheng Zhao
af722cc104
Merge pull request #6029 from electron/web-contents-created-app-api
...
Add web-contents-created event to app
2016-06-13 23:31:47 +00:00
Cheng Zhao
fcc7dc774a
Merge pull request #6026 from electron/ready-to-show
...
Add "ready-to-show" event and docs on showing window gracefully
2016-06-13 23:24:14 +00:00
Kevin Sawicki
82d0d06d61
Log error when repling on Windows
2016-06-13 09:46:33 -07:00
Kevin Sawicki
f67e2043c8
Add back options param
2016-06-13 09:06:42 -07:00
Kevin Sawicki
d160be5daa
Add web-contents-created event spec
2016-06-13 09:05:04 -07:00
Kevin Sawicki
88a81ef946
Doc web-contents-created
2016-06-13 09:01:06 -07:00
Kevin Sawicki
56001b481e
Emit web-contents-created on app
2016-06-13 08:59:57 -07:00
Kevin Sawicki
c422613169
Merge pull request #6027 from Kushagra8888/patch-2
...
remove extraneous 'not'
2016-06-13 08:54:55 -07:00
Kushagra Sharma
61c0981ac7
remove extraneous 'not'
...
[ci skip]
2016-06-13 20:14:42 +05:30
Plusb Preco
e4cc55f86c
📝 Add missing changes
...
[ci skip]
2016-06-13 22:20:49 +09:00
Cheng Zhao
fc09c98bec
Use once for 'ready-to-show'
2016-06-13 22:19:44 +09:00
Cheng Zhao
f7f86160c1
Only do the trick when window is hidden
2016-06-13 22:18:57 +09:00
Cheng Zhao
8a50a1b9d3
docs: Showing window gracefully
2016-06-13 22:11:40 +09:00
Cheng Zhao
4d65af3c60
Add ready-to-show event
2016-06-13 21:20:16 +09:00
Cheng Zhao
2dc453b4be
Merge pull request #6023 from electron/ignore-focus
...
Add focusable option
2016-06-13 09:17:55 +00:00
Cheng Zhao
d92570a04b
Merge pull request #6022 from tjctw/patch-1
...
Update mac-app-store-submission-guide.md
2016-06-13 08:53:55 +00:00
Cheng Zhao
e284deb7e1
docs: The side effect of focusable: false on Linux
2016-06-13 17:53:08 +09:00
Cheng Zhao
50f1837097
On Windows focusable: false also means skipTaskbar: true
2016-06-13 17:24:45 +09:00
Cheng Zhao
8eca728e0a
Add focusable option
2016-06-13 17:10:28 +09:00
TJC
f255bb1b04
Update mac-app-store-submission-guide.md
...
typo
2016-06-13 16:07:35 +08:00
Cheng Zhao
5aecd10502
docs: Document the behavior of win.setIgnoreFocus on OS X
2016-06-13 16:40:02 +09:00
Cheng Zhao
ce00f4a273
Merge pull request #6013 from miniak/setIgnoreFocus
...
Add BrowserWindow.prototype.setIgnoreFocus
2016-06-13 07:18:10 +00:00
Cheng Zhao
927436de1a
Merge pull request #6019 from preco21/korean-docs-7
...
docs: Update Korean docs as upstream
2016-06-13 06:43:41 +00:00
Cheng Zhao
04479b40a7
Merge pull request #6012 from miniak/menu-item-roles
...
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-13 06:21:53 +00:00
Cheng Zhao
33a69fe50b
Merge pull request #6008 from develar/patch-1
...
Add info about electron-builder to build windows installer
2016-06-13 06:16:53 +00:00
Plusb Preco
951aa72847
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-13 12:19:37 +09:00
Cheng Zhao
4f1f0add27
docs: Reword the requirement of setApplication Menu
2016-06-13 10:52:12 +09:00
Cheng Zhao
9b566d8a40
Merge pull request #5999 from greggman/update-menu-docs-1
...
Document Menu.setApplicationMenu from main process
2016-06-13 01:42:47 +00:00
Cheng Zhao
8fe5dd22b2
Merge pull request #6018 from electron/string-map
...
Cleanup code for autoUpdater
2016-06-13 01:02:53 +00:00
Cheng Zhao
853d7b1b79
Merge pull request #5965 from electron/installed-extension-api
...
Add BrowserWindow.getDevToolsExtensions API
2016-06-13 00:45:58 +00:00
Cheng Zhao
26c4fc34cb
Reset SQRLUpdater when setFeedURL is called
2016-06-13 09:41:14 +09:00
Cheng Zhao
a3786f66c9
Do not add JS wrapper for setFeedURL
...
When possible we should avoid adding wrappers in JS, it usually makes
code more difficult to mantain
2016-06-13 09:38:47 +09:00
Cheng Zhao
e2442fb052
Move converter for std::map to native_mate
2016-06-13 09:27:13 +09:00
Cheng Zhao
85379e3148
Merge pull request #5879 from miniak/autoUpdater
...
Add optional requestHeaders argument to autoUpdater.setFeedURL
2016-06-13 00:17:24 +00:00
Plusb Preco
68e99be9f6
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-13 03:42:26 +09:00
Plusb Preco
bab8f6f60f
📝 Update Korean docs as upstream
...
* Small fixes
[ci skip]
2016-06-13 03:28:11 +09:00
Milan Burda
7a1d1ee0ea
Add BrowserWindow.prototype.setIgnoreFocus
2016-06-12 20:20:57 +02:00
Plusb Preco
6176f65759
📝 Fix grammatical issue
...
[ci skip]
2016-06-13 02:51:47 +09:00
Plusb Preco
3ebf0fd335
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-13 02:40:39 +09:00
Plusb Preco
d73d803a57
📝 Small fixes
...
[ci skip]
2016-06-13 02:28:25 +09:00
Milan Burda
f5699ad3a6
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-12 19:21:52 +02:00
Milan Burda
c89d8b19b6
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
2016-06-12 12:46:16 +02:00
Vladimir Krivosheev
109596501c
Add info about electron-builder to build windows installer
2016-06-12 10:48:50 +02:00
Heilig Benedek
70aa706524
Merge pull request #10 from electron/master
...
update as upstream
2016-06-11 13:43:25 +02:00
Greggman
19c9170d6c
Document Menu.setApplicationMenu from main process
...
You can't call Menu.setApplicationMenu until the app is ready.
[ci skip]
2016-06-11 14:09:53 +09:00
Jessica Lord
c68ca16148
Merge pull request #5974 from electron/chrome-storage-sync
...
Add chrome.storage.sync and chrome.storage.get APIs
2016-06-10 12:20:03 -07:00
Kevin Sawicki
88b62a33ab
Merge pull request #5989 from electron/dan-remove-node-version-file
...
Bump .node-version file
2016-06-10 11:23:25 -07:00
Daniel Pham
47350bba8f
⬆️ node@6.1.0
2016-06-10 14:19:42 -04:00
Kevin Sawicki
4ab6429f1d
Merge pull request #5986 from electron/doc-requires
...
Access remote from electron require
2016-06-10 10:27:57 -07:00
Kevin Sawicki
5e88abed7e
Access remote from electron require in translated doc
2016-06-10 10:27:25 -07:00
Kevin Sawicki
9438ba3aaf
Access remote from electron require
2016-06-10 10:24:35 -07:00
Jessica Lord
39e6081a00
🔥 line
2016-06-10 09:59:47 -07:00
Kevin Sawicki
f9b7033f43
Fix typo in example
2016-06-10 09:34:34 -07:00
Kevin Sawicki
2804272c7d
Doc getDevToolsExtensions
2016-06-10 09:29:26 -07:00
Kevin Sawicki
1f245d5ff6
Add getDevToolsExtensions API
2016-06-10 09:26:38 -07:00
Kevin Sawicki
091682a039
Doc BrowserWindow.isDevToolsExtensionInstalled
2016-06-10 09:24:04 -07:00
Kevin Sawicki
0a26075699
Add BrowserWindow.isDevToolsExtensionInstalled API
2016-06-10 09:24:04 -07:00
Cheng Zhao
e824603f37
Merge pull request #5979 from cyberkatze/patch-7
...
fixed errors in text
2016-06-10 12:22:04 +00:00
Cheng Zhao
39b918fbfe
Merge pull request #5978 from cyberkatze/patch-6
...
fixed errors in text
2016-06-10 12:21:58 +00:00
Cheng Zhao
0cbcc6db39
Merge pull request #5977 from cyberkatze/patch-5
...
fixed errors in text
2016-06-10 12:21:49 +00:00
Cheng Zhao
90a1b45135
Merge pull request #5975 from electron/disable-only-specs-on-ci
...
Log and exit when calling only in specs on CI
2016-06-10 12:11:31 +00:00
Cheng Zhao
4373dc1eac
Merge pull request #5972 from electron/non-writeable-guest-id
...
Make guestId on BrowserWindowProxy non-writeable
2016-06-10 12:02:07 +00:00
Josh Bernitt
4219513457
issue 2813 add app name after Quit
...
Adding the application name after the Quit string for Mac OS systems.
2016-06-10 21:01:06 +09:00
Cheng Zhao
21081549fd
Merge pull request #5967 from electron/window-opener-webview
...
Support window.opener from windows opened from a <webview>
2016-06-10 11:52:37 +00:00
Ali Elderov
538a4f61ee
fixed errors in text
2016-06-10 08:39:28 +02:00
Ali Elderov
9bc536a95f
fixed errors in text
2016-06-10 08:31:46 +02:00
Ali Elderov
cf4b40d3e6
fixed errors in text
2016-06-10 08:21:32 +02:00
Cheng Zhao
ccaf837da4
Merge pull request #5964 from electron/manifest-errors
...
Throw errors reading/parsing manifest.json files
2016-06-10 03:28:57 +00:00
Kevin Sawicki
34e01833d3
Merge pull request #5966 from electron/felix-docs-windows-store
...
Update Guide for Windows Store Apps
2016-06-09 17:36:55 -07:00
Kevin Sawicki
110f1f8b75
Tweak error message
2016-06-09 17:00:32 -07:00
Felix Rieseberg
8204412f9b
📝 Update Guide for Windows Store Apps
...
- Updated the guide to reflect that electron-windows-store no longer
requires container conversion prerequisites
- Added a link and a note about using background tasks to include
UWP features
2016-06-09 16:59:42 -07:00
Kevin Sawicki
55a4e2589b
Log/exit when only called in specs on CI
2016-06-09 16:56:25 -07:00
Jessica Lord
8fa4d66a5e
Remove .only from spec
2016-06-09 16:39:42 -07:00
Jessica Lord
ede3dbd201
🚿 Lint
2016-06-09 16:39:24 -07:00
Jessica Lord
f121f46a24
Merge branch 'master' into chrome-storage-sync
2016-06-09 16:35:00 -07:00
Jessica Lord
dc10568917
Handle the three get cases
2016-06-09 16:26:42 -07:00
Jessica Lord
d6d4d51173
Fix spec case
2016-06-09 16:26:25 -07:00
Cheng Zhao
3dbef4ab8f
Merge pull request #5959 from electron/download-item-interrupt
...
Add more bindings to DownloadItem
2016-06-09 22:50:34 +00:00
Kevin Sawicki
50f5025447
Merge pull request #5924 from electron/chrome-i18n-get-message
...
Implement chrome.i18n.getMessage
2016-06-09 14:47:37 -07:00
Kevin Sawicki
2efc913222
Remove standard lint warnings
2016-06-09 14:17:54 -07:00
Jessica Lord
d6b108b272
Add spec
2016-06-09 14:14:20 -07:00
Jessica Lord
41d6ddd588
Add storage file
2016-06-09 14:14:14 -07:00
Kevin Sawicki
01f96fe6af
Default locale to en
2016-06-09 14:00:53 -07:00
Jessica Lord
0ed10658a3
Add spec
2016-06-09 13:57:51 -07:00
Kevin Sawicki
9f64c39f8c
Remove lint warnings
2016-06-09 13:57:08 -07:00
Kevin Sawicki
2367cd574e
Cache extension metadata
2016-06-09 13:57:08 -07:00
Kevin Sawicki
ea9d2dadf8
Add fixme for sync ipc
2016-06-09 13:57:08 -07:00
Kevin Sawicki
d4925e6226
Add initial support for placeholders and substitutions
2016-06-09 13:57:08 -07:00
Kevin Sawicki
d54de73e03
🎨
2016-06-09 13:57:08 -07:00
Kevin Sawicki
84960af793
Add initial chrome.i18n.getMessage API
2016-06-09 13:57:08 -07:00
Kevin Sawicki
939ae567ac
🎨
2016-06-09 13:53:36 -07:00
Kevin Sawicki
39180e6539
Get webContents from guestId
2016-06-09 13:50:42 -07:00
Kevin Sawicki
2f88bec177
Add guestId non-writeable assertions
2016-06-09 13:45:09 -07:00
Kevin Sawicki
2f93735909
Make BrowserWindowProxy guestId non-writeable
2016-06-09 13:41:42 -07:00
Kevin Sawicki
c8180ab301
Update spec description
2016-06-09 12:06:49 -07:00
Kevin Sawicki
a184b6afb3
Add spec for window.open from <webview>
2016-06-09 12:02:01 -07:00
Kevin Sawicki
bbc3a71c9f
Use webContents id as guest id in opened windows
2016-06-09 11:29:38 -07:00
Kevin Sawicki
ebf9773269
Use const/let and removes CoffeeScript ref vars
2016-06-09 10:35:48 -07:00
Kevin Sawicki
6d3fc611bd
Tweak duplicate extension message
2016-06-09 10:08:21 -07:00
Kevin Sawicki
f46edd5186
Throw errors reading/parsing manifest.json
2016-06-09 09:45:02 -07:00
Kevin Sawicki
d1ac5dd29b
Add specs for manifest.json read/parse error
2016-06-09 09:44:49 -07:00
Kevin Sawicki
a3899f17f9
Merge pull request #5963 from agustinwang/patch-1
...
fix typo
2016-06-09 08:56:45 -07:00
agustin.wang
6f8893b42b
fix typo
2016-06-09 23:16:46 +08:00
Cheng Zhao
054446a8bf
Merge pull request #5958 from cyberkatze/patch-4
...
fixed errors in text
2016-06-09 12:06:58 +00:00
Cheng Zhao
cc6b812d96
Merge pull request #5957 from cyberkatze/patch-3
...
updated translation for README.md
2016-06-09 12:06:49 +00:00
Cheng Zhao
573a8320c1
Merge pull request #5956 from cyberkatze/patch-2
...
updated translation for supported-platforms.md
2016-06-09 12:06:37 +00:00
Cheng Zhao
cbcbcaeb41
docs: Make the example cover all cases
2016-06-09 20:57:29 +09:00
Cheng Zhao
dcad25c98c
Add isPaused and canResume
2016-06-09 20:51:01 +09:00
Cheng Zhao
3f1dba3016
docs: Update DownloadItem for getState
2016-06-09 20:35:12 +09:00
Cheng Zhao
0321e23c7a
Add DownloadItem.getState
2016-06-09 20:27:39 +09:00
Ali Elderov
c9e8c7f1b6
fixed errors in text
2016-06-09 10:38:28 +02:00
Ali Elderov
0dc49ca713
updated translation for README.md
2016-06-09 10:26:55 +02:00
Ali Elderov
8a2aa018ff
updated translation for supported-platforms.md
2016-06-09 10:25:02 +02:00
Cheng Zhao
2ec5406ca6
Merge pull request #5904 from deepak1556/extension_partition_patch
...
browser: set up extension protocol handler for each browser context
2016-06-09 08:04:58 +00:00
Cheng Zhao
c6eda51b43
Merge pull request #5955 from enlight/fix-atom-taskbarhost-typo
...
Fix typo in `atom::TaskbarHost::InitializeTaskbar()`
2016-06-09 07:11:25 +00:00
Cheng Zhao
bfac5ba6f2
Merge pull request #5954 from agustinwang/patch-1
...
update `win` to `mainWindow`
2016-06-09 07:11:07 +00:00
Cheng Zhao
5f1e9d4ea7
Merge pull request #5952 from enlight/patch-3
...
Update Build System Overview doc
2016-06-09 07:07:32 +00:00
Vadim Macagon
a6f0fcf89f
Fix typo in atom::TaskbarHost::InitializeTaskbar()
...
`InitailizeTaskbar` -> `InitializeTaskbar`
2016-06-09 12:21:21 +07:00
deepak1556
4749e18fc0
fix spec and docs
2016-06-09 10:48:05 +05:30
deepak1556
b91217f29e
emit once for each session and add spec
2016-06-09 10:40:51 +05:30
deepak1556
cb5e648502
register extension handler for every session created
2016-06-09 10:40:51 +05:30
deepak1556
ebff40b5a5
add docs
2016-06-09 10:39:18 +05:30
deepak1556
aa853dd3be
move protocol to session properties for working with partitions
2016-06-09 10:39:18 +05:30
deepak1556
0e0235407b
fill net::URLRequest details on IO thread
2016-06-09 10:39:18 +05:30
deepak1556
414183e0fd
fix dereferencing null pointer
2016-06-09 10:39:18 +05:30
agustin.wang
48a939ac7e
更新浏览器窗口变量名称
...
最新的 electron-quick-start 仓库中的变量已由 win 变更为 mainWindow
2016-06-09 12:55:07 +08:00
Cheng Zhao
d5bb7d7525
Merge pull request #5950 from VReality64/master
...
📝 Update Korean doc to a latest version.
2016-06-09 04:20:27 +00:00
Vadim Macagon
537c62a9a8
Update Build System Overview doc
...
`atom.gyp` was renamed to `electron.gyp` not long ago but this document wasn't updated.
2016-06-09 10:58:58 +07:00
Cheng Zhao
8a92ee403c
Merge pull request #5945 from electron/default-title-to-app-name
...
Default window title to app name
2016-06-09 02:06:30 +00:00
Cheng Zhao
0abd55221d
Merge pull request #5944 from electron/set-maximizable-last
...
Set maximizable state after installing view
2016-06-09 01:52:35 +00:00
Cheng Zhao
b422c47b67
Merge pull request #5943 from bbondy/master
...
Allow obtaining system Pepper Flash path
2016-06-09 01:48:53 +00:00
Cheng Zhao
20372f057e
Merge pull request #5913 from electron/webview-devtools-extensions
...
Enable DevTools extensions in webviews
2016-06-09 01:45:55 +00:00
VReality64
9c10ecd13f
📝 Update Korean doc to a latest version.
...
[ci skip]
2016-06-09 09:59:14 +09:00
Kevin Sawicki
7d48827199
Default window title to app name
2016-06-08 14:17:33 -07:00
Kevin Sawicki
9f93f4e27f
Set maximizable state after installing view
2016-06-08 13:56:45 -07:00
Brian R. Bondy
352a9cd6f2
Allow obtaining system Pepper Flash path
2016-06-08 16:40:15 -04:00
Kevin Sawicki
f33537336b
Add default statement
2016-06-08 12:00:14 -07:00
Kevin Sawicki
4823a04a44
hookWindowForTabEvents -> hookWebContentsForTabEvents
2016-06-08 12:00:13 -07:00
Kevin Sawicki
11e68ff932
Only add extensions to non-remote webContents
2016-06-08 12:00:13 -07:00
Kevin Sawicki
c8c60dd313
Add devtools from web-contents-created event
2016-06-08 12:00:13 -07:00
Kevin Sawicki
d8fe5da3ea
🎨
2016-06-08 12:00:13 -07:00
Kevin Sawicki
ec8b9e3f35
Export loadDevToolsExtensions API to use in guest view manager
2016-06-08 12:00:13 -07:00
Kevin Sawicki
219d177731
Load extensions for all web contents
2016-06-08 12:00:13 -07:00
Kevin Sawicki
4f7bde38a9
Assert on tab id as well
2016-06-08 12:00:13 -07:00
Kevin Sawicki
bf47056561
Pluralize extension
2016-06-08 12:00:13 -07:00
Kevin Sawicki
78e3bb0660
🎨
2016-06-08 12:00:13 -07:00
Kevin Sawicki
4c1ede32cf
Use destroyed event instead of closed event
2016-06-08 12:00:12 -07:00
Kevin Sawicki
4f46f75d8f
Load dev tools extensions in webviews
2016-06-08 12:00:12 -07:00
Kevin Sawicki
19787544b5
Add failing spec for webview devtools extension
2016-06-08 12:00:12 -07:00
Kevin Sawicki
82bee12c00
Merge pull request #5911 from mafintosh/patch-1
...
support --abi
2016-06-08 11:57:16 -07:00
Mathias Buus
7dcb939338
support --abi
2016-06-08 20:55:06 +02:00
Kevin Sawicki
f4c1cd11a0
Merge pull request #5921 from electron/webview-show-definition-for-selection
...
Add showDefinitionForSelection to webContents/webview
2016-06-08 10:40:10 -07:00
Kevin Sawicki
7250c461be
Remove NOTIMPLEMENTED() call
2016-06-08 10:21:28 -07:00
Kevin Sawicki
70996c79ba
Add showDefinitionForSelection webContents proxy method
2016-06-08 10:19:43 -07:00
Kevin Sawicki
6337e93e6d
Check for Mac in if block
2016-06-08 10:15:37 -07:00
Kevin Sawicki
c66299bf66
Document webview.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
8c520cf158
🎨
2016-06-08 10:15:36 -07:00
Kevin Sawicki
6360a5cae4
Add deprecation TODO for BrowserWindow.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
ce19c2c0ad
Document webContents.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
4f0a52628e
Add showDefinitionForSelection to webContents/webview
2016-06-08 10:15:36 -07:00
Kevin Sawicki
e4398dde42
Merge pull request #5942 from enlight/patch-2
...
Fix location of code snippet in nativeImage docs
2016-06-08 09:36:42 -07:00
Vadim Macagon
8e2ae9b9e7
Fix location of code snippet in nativeImage docs
...
The code snippet for `nativeImage.createFromPath` somehow ended up in the wrong section of the document, this PR moves it back where it belongs.
2016-06-08 23:34:45 +07:00
Cheng Zhao
b2bea57eff
Bump v1.2.2
2016-06-08 16:47:41 +09:00
Cheng Zhao
3cb5649f07
Merge pull request #5932 from electron/fix-standard-scheme
...
Fix crash when using fetch in custom protocols
2016-06-08 07:47:04 +00:00
Cheng Zhao
1bfbd215ea
Don't rely on AddAdditionalSchemes for setting standard schemes
...
On Linux because of the existence of zygote process, it becomes very
tricky to correctly set standard schemes, basically we have to:
1. Pass --standard-schemes to both zygote and render processes
2. Init standard schemes for both zygote and render processes
The )1 is very hard to achieve, so instead of using
AddAdditionalSchemes, we just call url::AddStandardScheme directly.
2016-06-08 16:32:02 +09:00
Cheng Zhao
7108cc5f2b
Mark standard scheme as safe scheme
2016-06-08 15:49:26 +09:00
Cheng Zhao
920ebee333
Make sure standard schemes are also set in child process
2016-06-08 15:46:50 +09:00
Cheng Zhao
1146b2d5c1
spec: Custom protocol can have "fetch" working in it
2016-06-08 14:44:30 +09:00
Cheng Zhao
2696c0a693
Merge pull request #5929 from electron/chrome-update
...
Update to Chrome 51.0.2704.84
2016-06-08 02:25:58 +00:00
Cheng Zhao
77dc08f2f9
Update to Chrome 51.0.2704.84
2016-06-08 11:08:24 +09:00
Cheng Zhao
2ed2db2068
Merge pull request #5928 from electron/bellow
...
bellow => below
2016-06-08 02:07:14 +00:00
Cheng Zhao
3ec4fcb3ec
bellow => below
2016-06-08 11:03:01 +09:00
Cheng Zhao
6c5eaf6178
Merge pull request #5923 from electron/disable-blink-features
...
Support disabling Blink features
2016-06-08 02:00:30 +00:00
Cheng Zhao
013bd004c9
Merge pull request #5922 from ekonstantinidis/patch-1
...
Move example to the correct place
2016-06-08 01:57:56 +00:00
Cheng Zhao
d2331bc2c0
Merge pull request #5915 from electron/remove-result-collection
...
Remove unused results collection
2016-06-08 00:58:16 +00:00
Kevin Sawicki
02e0ca60ef
Use lowercase param key
2016-06-07 16:35:23 -07:00
Kevin Sawicki
cd2041375b
Add missing A in constant name
2016-06-07 16:31:16 -07:00
Kevin Sawicki
96012d6523
Remove trailing comma
2016-06-07 16:24:05 -07:00
Kevin Sawicki
f7b0bb2bf3
Add TODO about blinkFeatures -> enableBlinkFeatures
2016-06-07 16:23:09 -07:00
Emmanouil Konstantinidis
9b979f3b49
Move example to the correct place
2016-06-07 23:40:07 +01:00
Kevin Sawicki
c7f2c25bc9
Mention enabling/disabling
2016-06-07 13:59:30 -07:00
Kevin Sawicki
1b6a95adcb
Document disableblinkfeatures attribute
2016-06-07 13:57:54 -07:00
Kevin Sawicki
636e356977
Document disableBlinkFeatures option
2016-06-07 13:56:33 -07:00
Kevin Sawicki
b941e25bf5
Link to RuntimeEnabledFeatures.in
2016-06-07 13:55:44 -07:00
Kevin Sawicki
ca6e3ed1ef
Add webview support for disabled blink features
2016-06-07 13:49:31 -07:00
Kevin Sawicki
ae71cf3df1
Add disableBlinkFeatures option
2016-06-07 13:42:42 -07:00
Kevin Sawicki
ba762464d2
More let/const-ing
2016-06-07 10:29:29 -07:00
Kevin Sawicki
5c880b7c99
We -> we
2016-06-07 10:25:21 -07:00
Kevin Sawicki
ce1a9740f6
🎨 Use const and for/of loops
2016-06-07 10:24:48 -07:00
Kevin Sawicki
3bcb411e28
Don't collect unused results array
2016-06-07 10:24:33 -07:00
Cheng Zhao
4948bcc806
Merge pull request #5910 from electron/win-click-through
...
Implement win.setIgnoreMouseEvents for Windows and Linux
2016-06-07 12:05:07 +00:00
Cheng Zhao
5f838a1ee4
Merge pull request #5907 from VReality64/master
...
Update Korean documentation translation to a latest version
2016-06-07 11:39:25 +00:00
Cheng Zhao
e7754fa55a
Merge pull request #5906 from ThaddeusJiang/master
...
update Quick Start Page[zh-CN]
2016-06-07 11:38:51 +00:00
Cheng Zhao
6192eef1b6
Update docs on win.setIgnoreMouseEvents
2016-06-07 20:32:52 +09:00
Cheng Zhao
f8b69c1fac
Implement SetIgnoreMouseEvents for Linux
2016-06-07 20:23:29 +09:00
Cheng Zhao
cae25cab3e
Implement SetIgnoreMouseEvents for Windows
2016-06-07 19:38:41 +09:00
VReality64
219bc2fc51
Update Korean documentation translation to a latest version
2016-06-07 19:19:21 +09:00
Cheng Zhao
fe4b957587
Merge pull request #5905 from electron/frameless-title
...
Fix title of frameless window showing as empty under fullscreen
2016-06-07 10:18:59 +00:00
jf_jiang
ece468681f
fix outside link
2016-06-07 18:57:45 +09:00
jf_jiang
7e5f9fef52
update Quick Start Page[zh-CN]
...
Based on electron ver 1.1.3 update Quick Start Page[Simplified
Chinese].
2016-06-07 18:52:01 +09:00
Cheng Zhao
b444211d6f
Fix title of frameless window showing as empty under fullscreen
2016-06-07 17:26:26 +09:00
Cheng Zhao
d3d2ca9a31
Merge pull request #5903 from electron/update-target-url
...
Add update-target-url event
2016-06-07 07:10:54 +00:00
Cheng Zhao
3c873736d7
Add update-target-url event
2016-06-07 15:56:19 +09:00
Cheng Zhao
1c504ec45d
Merge pull request #5901 from electron/screen-docs
...
docs: Update the code sample of screen module
2016-06-07 05:04:55 +00:00
Cheng Zhao
1a22caabe8
docs: Update the code sample of screen module
...
* We should not require it before the ready event;
* There is no need to use electronScreen as name in the main process.
2016-06-07 13:56:57 +09:00
Cheng Zhao
08f8e06c55
Merge pull request #5894 from electron/chrome-runtime-id
...
Implement chrome.runtime.id
2016-06-07 01:54:58 +00:00
Cheng Zhao
2701ed6dd7
Merge pull request #5893 from electron/remove-extension-id-logging
...
Don't log devtools extension id
2016-06-07 01:54:16 +00:00
Cheng Zhao
243052742e
Merge pull request #5898 from electron/native-module-signing
...
docs: Move "Sign Native Modules" to MAS Guide
2016-06-07 01:40:55 +00:00
Cheng Zhao
5fc64aea38
docs: Move "Sign Native Modules" to MAS Guide
2016-06-07 10:26:53 +09:00
Cheng Zhao
cb5f5660e1
Merge pull request #5890 from jpittner/patch-1
...
Update using-native-node-modules.md
2016-06-07 01:09:40 +00:00
Kevin Sawicki
61ce19ba7e
Set chrome.runtime.id
2016-06-06 14:42:07 -07:00
Kevin Sawicki
d6311daea3
Add failing spec for chrome.runtime.id
2016-06-06 14:41:55 -07:00
Kevin Sawicki
a906336b1e
Don't log extension id
2016-06-06 13:03:01 -07:00
Cheng Zhao
7e7186933f
Merge pull request #5889 from electron/disable-gpu
...
Add app.disableHardwareAcceleration() API
2016-06-06 12:08:37 +00:00
jpittner
3edde9143b
Update using-native-node-modules.md
...
Explains how native modules to be signed and packaged.
2016-06-06 13:46:34 +02:00
Cheng Zhao
02cfe30df9
Add app.disableHardwareAcceleration() API
2016-06-06 20:19:55 +09:00
Cheng Zhao
3e809901e0
Merge pull request #5888 from electron/linux-focus
...
Fix NativeWindow::Focus not moving focus to window
2016-06-06 08:26:47 +00:00
Cheng Zhao
32b692b60c
Fix NativeWindow::Focus not moving focus to window
...
Chromium's implementation is somehow not working as expected, the new
implementation follows the behavior of wmctrl.
2016-06-06 16:59:31 +09:00
Cheng Zhao
438cab1f56
Merge pull request #5886 from electron/chrome-update
...
Update to Chrome 51.0.2704.79
2016-06-06 07:47:43 +00:00
Cheng Zhao
adec511891
Update to Chrome 51.0.2704.79
2016-06-06 15:59:07 +09:00
Cheng Zhao
14210174d3
Merge pull request #5883 from sethlu/update-mas-submission-guide
...
Update Chinese translation for MAS Submission Guide
2016-06-06 06:20:16 +00:00
Cheng Zhao
1066c1acaf
Merge pull request #5882 from electron/felix-extension-warning-2
...
Log a warning if an extension's manifest cannot be parsed
2016-06-06 06:20:02 +00:00
Cheng Zhao
ec691a3a64
Merge pull request #5870 from danhp/missing-roles
...
Add 'delete' and 'pasteandmatchstyle' roles
2016-06-06 06:16:53 +00:00
sethlu
8cca8d66e3
Update Chinese translation
2016-06-06 09:57:07 +08:00
Daniel Pham
bd1eae86a1
Add 'delete' and 'pasteandmatchstyle' roles
2016-06-05 21:50:37 -04:00
Cheng Zhao
08f5322658
Merge pull request #5873 from sourenaraya/patch-1
...
Fix shared data example in FAQ
2016-06-06 01:48:13 +00:00
Felix Rieseberg
eb62abcc23
🎨 Log a warning if an extension's manifest cannot be parsed
...
Also logs a clean warning if an extension's manifest is incomplete,
missing, or can otherwise not be parsed.
2016-06-05 18:30:49 -07:00
Cheng Zhao
8847af0e54
Merge pull request #5859 from electron/felix-extension-warning
...
Log a warning if an extension has already been loaded
2016-06-06 01:22:47 +00:00
sourenaraya
506bc4db4c
Fix shared data example
...
since `remote` module unaviable
2016-06-05 20:39:10 +10:00
Felix Rieseberg
b42e6583f7
🎨 Log a warning if an extension has already been loaded
...
If an extension has already been loaded (for instance because it’s
persisted), `addDevToolsExtension` will return nothing, which is
confusing. This adds a little `console.warn` to educate people about
what’s happening.
Closes #5854
2016-06-03 14:32:22 -07:00
Heilig Benedek
9aaa6c7a8f
Merge pull request #9 from electron/master
...
update as upstream
2016-06-03 15:35:12 +02:00
Cheng Zhao
9d55424c48
Merge pull request #5849 from preco21/korean-docs-6
...
docs: Update Korean docs as upstream
2016-06-03 11:29:13 +00:00
Plusb Preco
6f8ebee3e8
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-03 18:41:47 +09:00
Plusb Preco
d4ab4bee93
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-03 18:37:46 +09:00
Plusb Preco
41f99187e7
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-03 17:47:21 +09:00
Cheng Zhao
f59eecb1cc
Merge pull request #5833 from CharlieHess/osx-global-defaults
...
Support array / dictionary types in getUserDefault
2016-06-03 08:36:44 +00:00
Cheng Zhao
567a7ed829
Merge pull request #5839 from sqrthree/patch-1
...
Correct wrong words
2016-06-03 04:50:58 +00:00
Cheng Zhao
4ec064d311
Merge pull request #5837 from electron/restart
...
Add app.relaunch API
2016-06-03 04:00:12 +00:00
Cheng Zhao
7f9e296f9c
Merge pull request #5826 from Pym/patch-1
...
Add nuts link to the docs
2016-06-03 03:30:13 +00:00
Cheng Zhao
707d68f719
spec: Add test case for app.relaunch
2016-06-03 12:12:20 +09:00
Cheng Zhao
be6ed84ff2
args should always be checked
2016-06-03 12:08:45 +09:00
Paul Betts
4d8c73734c
Merge pull request #5841 from envygeeks/patch-1
...
List all the possible folders for Linux.
2016-06-02 19:36:38 -07:00
Jordon Bedwell
020da553ff
List all the possible folders for Linux.
...
Linux has several folders, depending on who is using the Linux install. On our systems it could be any one of those depending on the user and what software they prefer to use, they all have the React plugin however, each one sits in a different folder. I prefer Chrome because of Netflix, she prefers Chromium and we also have Chrome Beta available.
2016-06-02 20:29:25 -05:00
Kevin Sawicki
b0ccf6fd74
Merge pull request #5840 from electron/code-block-name
...
Correct typo in code block name
2016-06-02 09:40:07 -07:00
Kevin Sawicki
96ca8edbb4
javascript -> javascript
2016-06-02 09:39:17 -07:00
Plusb Preco
d234467682
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-02 23:50:50 +09:00
sqrthree
2ef2c1af02
Correct wrong words
...
修正错别字
2016-06-02 22:35:40 +08:00
Cheng Zhao
d3fe80991c
docs: app.relaunch
2016-06-02 22:06:27 +09:00
Cheng Zhao
91a9e67dca
Provide a flexible API for app.relaunch
2016-06-02 21:49:29 +09:00
Cheng Zhao
3de41fb22d
Correctly quotes the argv on Windows
2016-06-02 21:10:39 +09:00
Cheng Zhao
8435f1c900
Allow using current argv for relaunch
2016-06-02 20:48:36 +09:00
Cheng Zhao
9a08cbce27
Uniform when to use args or argv
2016-06-02 20:41:59 +09:00
Cheng Zhao
0d066de53e
Make sure the new instance inherite cwd on mac
2016-06-02 20:32:29 +09:00
Cheng Zhao
0646f6ea9e
Implement Relaunch on Windows
2016-06-02 19:49:36 +09:00
Cheng Zhao
a3f39e9d0b
Implement Relaunch on Linux
2016-06-02 16:54:21 +09:00
Cheng Zhao
c3fe2dae9d
Separate LaunchProgram from mac implementation
2016-06-02 16:23:46 +09:00
Charlie Hess
e377298cd2
Be consistent in spec organization.
2016-06-01 19:29:24 -07:00
Charlie Hess
fa3b17444f
All we really need to do is make getUserDefault support array / object types.
2016-06-01 19:21:17 -07:00
Charlie Hess
587dd2fe51
Expose the method to JS and write a simple test.
2016-06-01 18:56:25 -07:00
Charlie Hess
0230567891
Write a new method that returns prefs under the NSGlobalDomain.
2016-06-01 18:55:20 -07:00
Charlie Hess
aa1b8cd74b
Expose the NSArrayToListValue converter.
2016-06-01 18:53:49 -07:00
Cheng Zhao
060829da64
Separate implementations of RelauncherMain and RelauncherSynchronizeWithParent
2016-06-02 09:09:32 +09:00
Charlie Hess
10dcb10898
Merge remote-tracking branch 'upstream/master'
2016-06-01 14:38:49 -07:00
Kevin Sawicki
c3e9ce34a1
Merge pull request #5829 from electron/rename-frameworks-repo
...
Rename and move atom-shell-frameworks repo
2016-06-01 13:32:19 -07:00
Kevin Sawicki
789a878f07
Rename atom-shell-frameworks repo name and org
2016-06-01 13:25:36 -07:00
Pierre-Yves Jamon
3b11355521
Add nuts link to the docs
...
Add link to GitbookIO/nuts in the docs page for autoUpdater
2016-06-01 15:22:08 +02:00
Cheng Zhao
fc30a2a084
Use AtomCommandLine to process command line parameters
2016-06-01 22:15:50 +09:00
Cheng Zhao
6df18956cd
Get ready to make relauncher cross-platform
2016-06-01 22:04:20 +09:00
Cheng Zhao
abdcb9d481
Implement app.relaunch on OS X
2016-06-01 18:22:14 +09:00
Cheng Zhao
7b3ba739bf
Import chrome/browser/mac/relauncher.{cc,h}
2016-06-01 16:26:08 +09:00
Cheng Zhao
97dd71d79e
Bump v1.2.1
2016-06-01 16:15:53 +09:00
Cheng Zhao
e46ef5a15a
Merge pull request #5824 from electron/cleanup-web-contents
...
Cleanup the web-contents.js code
2016-06-01 07:14:31 +00:00
Cheng Zhao
8f49d43b69
Merge pull request #5781 from deepak1556/bluetooth_patch
...
webContents: add event to select bluetooth device
2016-06-01 06:40:08 +00:00
Cheng Zhao
f4dc8f6d26
Merge pull request #5823 from ColinEberhardt/patch-1
...
minor typo fixes
2016-06-01 06:34:57 +00:00
Cheng Zhao
01b10b3b39
Slightly improve docs of webContents.printToPDF
2016-06-01 15:32:37 +09:00
Cheng Zhao
0864d3b1ee
Cleanup the printToPDF code
2016-06-01 15:32:37 +09:00
deepak1556
7434838463
fix docs
2016-06-01 11:44:29 +05:30
deepak1556
de4bff003f
fix header paths and comments
2016-06-01 11:44:29 +05:30
deepak1556
db4dc4757a
move bluetooth_chooser to atom/browser/lib
2016-06-01 11:43:39 +05:30
deepak1556
51daf8e194
add docs
2016-06-01 11:43:39 +05:30
deepak1556
a70749e80a
browser: implement bluetooth chooser interface
2016-06-01 11:43:39 +05:30
Cheng Zhao
eb882855bc
Cleanup the CoffeeScript converted code
2016-06-01 15:08:51 +09:00
Cheng Zhao
5bb8da6073
Explicitly initialize session before webContents
2016-06-01 14:57:35 +09:00
Cheng Zhao
523e8c2e1c
Update libchromiumcontent and brightray for #5781
2016-06-01 14:53:05 +09:00
Cheng Zhao
0565c42add
Merge pull request #5812 from vasumahesh1/feature-pdf
...
webContents: custom pageSize for printToPDF
2016-06-01 05:52:08 +00:00
Colin Eberhardt
89adc122c3
Minor typo fixes
2016-06-01 06:36:45 +01:00
Cheng Zhao
28c9dcc393
Merge pull request #5817 from electron/plist-vars
...
Add variables for plist paths
2016-06-01 04:33:27 +00:00
Cheng Zhao
15d32a9096
Merge pull request #5820 from electron/session-check
...
Throw error when session module is used before app is ready
2016-06-01 03:22:00 +00:00
Cheng Zhao
8dfbbcefc8
Throw error when session module is used before app is ready
2016-06-01 10:53:06 +09:00
Cheng Zhao
d105524135
Cleanup the JavaScript code of session
2016-06-01 10:42:24 +09:00
Kevin Sawicki
18f005092b
Merge pull request #5819 from gjtorikian/patch-1
...
Fix typo
2016-05-31 17:56:16 -07:00
Garen Torikian
2aa1aedd92
Fix typo
2016-05-31 17:51:09 -07:00
Kevin Sawicki
606fc1a5b7
Add plist path variables
2016-05-31 16:48:03 -07:00
Vasu Mahesh
fc6628d159
Add: custom pageSize for printToPDF
2016-05-31 22:40:11 +05:30
Cheng Zhao
f5839c3a5b
Merge pull request #5782 from electron/store-icons
...
Keep copies of window icons
2016-05-31 10:07:15 +00:00
Cheng Zhao
aea2135016
Keep copies of window icons
2016-05-31 17:47:45 +09:00
Plusb Preco
a454cc8260
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-31 16:14:56 +09:00
Plusb Preco
31f2ac8bf3
📝 Update README.md
...
[ci skip]
2016-05-31 16:14:40 +09:00
Cheng Zhao
6c705fdd70
Merge pull request #5776 from electron/fix-node-output
...
Correctly redirect output to console on Windows
2016-05-31 03:19:58 +00:00
Cheng Zhao
4d8994df92
spec: child_process.fork shouble be able to pipe stdio
2016-05-31 11:05:58 +09:00
Cheng Zhao
381da76967
Correctly redirect output to console
2016-05-31 10:19:13 +09:00
Cheng Zhao
543d4bb2b1
Merge pull request #5770 from electron/clear-before-notice
...
Clear the buffers before notifying the other end of the pipe
2016-05-30 22:52:01 +00:00
Cheng Zhao
f02143b8f2
Clear the buffers before notifying the other end of the pipe
2016-05-30 22:38:01 +09:00
Cheng Zhao
0c93b21a5f
Merge pull request #5769 from electron/fetch-job-cleanup
...
Refactor the URLRequestFetchJob code
2016-05-30 12:08:12 +00:00
Cheng Zhao
49f1278601
Refactor the URLRequestFetchJob code
...
This makes the read end and write end of the pipe have same logic, so it
is more easy to maintain.
2016-05-30 20:31:00 +09:00
Cheng Zhao
912cedc593
Merge pull request #5753 from deepak1556/url_request_fetch_job_patch
...
protocol: store initial response data for when resource loader becomes ready
2016-05-30 10:53:53 +00:00
Cheng Zhao
6e14a55817
Merge pull request #5768 from electron/fix-web-securiy-node-integration
...
Initialize script context in DidClearWindowObject
2016-05-30 08:01:48 +00:00
Cheng Zhao
ad3b3e0162
Merge pull request #5766 from kcrt/jpdocs
...
Japanese: add web-view-tag.md
2016-05-30 07:51:55 +00:00
Cheng Zhao
6755aa44f6
Initialize script context in DidClearWindowObject
...
Doing it in RunScriptsAtDocumentStart would somehow result in weird
results when webSecurity is off.
2016-05-30 16:34:28 +09:00
Cheng Zhao
ce0d3d93ab
spec: disablewebsecurity should not break preload and node integration
2016-05-30 15:23:09 +09:00
TAKAHASHI Kyohei
5ab86cc2df
📝 trivial change in web-view-tag.md
...
There is a mistake about the information of `stopFindInPage`.
[ci skip]
2016-05-30 14:02:15 +09:00
TAKAHASHI Kyohei
12631a18c0
📝 Japanese: add web-view-tag.md
2016-05-30 13:59:43 +09:00
Cheng Zhao
7ec467e337
docs: Move the "Packaging Tools" out of "Rebranding" chapter
2016-05-30 10:37:32 +09:00
Cheng Zhao
a176aaee01
Merge pull request #5734 from danhp/fix-aspect-ratio
...
Fix 'setAspectRatio(0)' not resetting the default behaviour.
2016-05-30 01:14:03 +00:00
Cheng Zhao
3e41aebaa7
Merge pull request #5763 from electron/window-icon-size
...
Choose the correct icon size for Windows taskbar
2016-05-30 01:01:28 +00:00
Cheng Zhao
26fa963a70
Merge pull request #5720 from danhp/release-single-instance
...
Add 'app.releaseSingleInstance()'
2016-05-30 00:51:13 +00:00
Cheng Zhao
5a9eb5cfa6
Choose the correct icon size for Windows taskbar
2016-05-30 09:46:42 +09:00
Cheng Zhao
79cb648b6b
Merge pull request #5726 from danhp/fix-context-menu
...
Fix context menus only showing on primary monitor.
2016-05-30 00:16:21 +00:00
Cheng Zhao
09796587b4
Remove trailing whitespaces and cleanup the code logic
2016-05-30 09:12:16 +09:00
Cheng Zhao
ec53e49fad
Merge pull request #5718 from felixrieseberg/windows-fullscreenable
...
Fix setFullscreen() on Windows
2016-05-30 00:08:16 +00:00
Cheng Zhao
9f0fc96025
Merge pull request #5711 from electron/extension-code-cleanup
...
Implement partial chrome.* API for devtools extension
2016-05-29 23:29:08 +00:00
Plusb Preco
b78f7701e5
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-30 01:59:32 +09:00
Daniel Pham
34af9794a2
✅ Add test for 'setAspectRatio(0)'
2016-05-29 08:47:42 -04:00
deepak1556
9d8af43617
add spec
2016-05-29 13:43:26 +05:30
deepak1556
23fbb57d72
protocol: store response data when reader is not ready
2016-05-29 13:17:31 +05:30
Cheng Zhao
d1e56f416c
Update the docs on using DevTools extension
2016-05-29 15:19:41 +09:00
Cheng Zhao
5f3fdbe635
Simplify the implementation of sendToAll
2016-05-29 12:10:32 +09:00
Cheng Zhao
de001a9bbf
Use meaningful name for extensionId
2016-05-29 11:57:20 +09:00
Cheng Zhao
ec1944c146
Implement chrome.tab.onCreated/onRemoved APIs
2016-05-29 11:50:14 +09:00
Cheng Zhao
2431d886bf
Current handle sender.tab for background pages
2016-05-29 10:46:48 +09:00
Cheng Zhao
dd804d7432
Enable specifying custom command line switches
2016-05-29 10:34:53 +09:00
Cheng Zhao
f693b042b5
Fix js lint warnings
2016-05-28 22:46:15 +09:00
Cheng Zhao
747f910ce0
Merge pull request #5736 from electron/missing-has-own-property
...
Support objects with no prototype over IPC
2016-05-28 13:42:30 +00:00
Cheng Zhao
3c7d94f2d9
Merge pull request #5742 from electron/duplicate-hidden-inset-check
...
Remove duplicate hidden-inset check
2016-05-28 13:42:15 +00:00
Cheng Zhao
f4fe60d126
Set default mimeType for BufferJob
2016-05-28 22:36:22 +09:00
Cheng Zhao
30dca2b4e1
Pages in chrome extension should not have node integration
2016-05-28 21:46:53 +09:00
Cheng Zhao
9ed4730cba
Pass sender for chrome.runtime.onMessage
2016-05-28 21:45:23 +09:00
Cheng Zhao
5eb9ed1729
Implement chrome.tabs.sendMessage
2016-05-28 21:35:07 +09:00
Cheng Zhao
62fb4f9820
Implement chrome.runtime.sendMessage
2016-05-28 21:23:43 +09:00
Cheng Zhao
ba315248e0
Use ipcRenderer.sendTo to get rid of routers in main process
2016-05-28 21:13:00 +09:00
Cheng Zhao
a58b84bbd7
spec: ipcRenderer.sendTo sends message to WebContents
2016-05-28 20:50:30 +09:00
Cheng Zhao
ae1f442b02
Add ipcRenderer.sendTo
2016-05-28 20:50:28 +09:00
Cheng Zhao
d55b96fdf5
Clean up the Chrome API implementation code
2016-05-28 20:33:18 +09:00
Cheng Zhao
31628abadc
Implement chrome.tabs.executeScript
2016-05-28 16:41:12 +09:00
Cheng Zhao
db94121360
Implement port.sender
2016-05-28 16:01:16 +09:00
Cheng Zhao
f5b430d9e1
Inject chrome.* to content scripts
2016-05-28 15:37:44 +09:00
Cheng Zhao
d8db695712
Handle port disconnecting
2016-05-28 12:07:08 +09:00
Cheng Zhao
599d3c147b
Background pages and content script should be loaded on startup
2016-05-28 10:39:11 +09:00
Cheng Zhao
e76c36a9a8
Make simple runtime.connect work
2016-05-28 10:26:41 +09:00
Cheng Zhao
dfe7ae2124
Add webContents.fromId
2016-05-28 10:10:24 +09:00
Kevin Sawicki
5deb86d6f9
Merge pull request #5744 from aaronang/docs-improve-structure-of-source-code
...
📝 Indicate directories in the Structure of Source Code section
2016-05-27 15:41:28 -07:00
Aaron Ang
0a03dcd481
📝 Indicate directories in the Structure of Source Code section
...
[ci skip]
2016-05-28 00:22:47 +02:00
Kevin Sawicki
6e8945d7fa
Merge pull request #5738 from electron/remove-deprecated-apis-from-docs
...
Remove deprecated APIs from the docs
2016-05-27 15:10:45 -07:00
Kevin Sawicki
1704b1ad53
Remove APIs that are no longer present
2016-05-27 15:08:29 -07:00
Kevin Sawicki
d02c1fbbf4
Merge pull request #5670 from electron/custom-fork-docs
...
Create guide for how to create your own from-source Electron fork
2016-05-27 14:34:49 -07:00
Kevin Sawicki
6add7f8d49
we -> it
2016-05-27 14:34:23 -07:00
Kevin Sawicki
ba6c8b531f
Add ELECTRON_REPO example
2016-05-27 14:06:40 -07:00
Kevin Sawicki
82bc98ec3c
Put - at end of previous line
2016-05-27 14:06:04 -07:00
Kevin Sawicki
1e28e3fc27
Add trailing slashes to directories
2016-05-27 14:06:04 -07:00
Kevin Sawicki
2effa32e3e
Tighten up section title
2016-05-27 14:06:04 -07:00
Kevin Sawicki
f17e64e726
Tweak fork section
2016-05-27 14:06:04 -07:00
Kevin Sawicki
556b39c6f2
ATOM_SHELL -> ELECTRON in env vars
2016-05-27 14:06:04 -07:00
Kevin Sawicki
4734cbaf1c
Move custom fork content to app distribution doc
2016-05-27 14:06:04 -07:00
Paul Betts
153a7f19ae
Add notes on S3 directory structure
2016-05-27 14:06:04 -07:00
Paul Betts
0b27db2ef4
Create guide for how to create your own from-source Electron fork
...
This PR adds the notes on how to use Surf to build and upload a custom version of Electron
2016-05-27 14:06:04 -07:00
Kevin Sawicki
b465f2c3c4
Remove duplicate hidden-inset check
2016-05-27 13:27:35 -07:00
Kevin Sawicki
1e99f656cc
Merge pull request #5737 from electron/browser-window-proxy-print
...
Add print() to BrowserWindowProxy
2016-05-27 11:33:08 -07:00
Kevin Sawicki
84f6015037
Call print on webContents
2016-05-27 11:11:55 -07:00
Felix Rieseberg
fa7f084625
📠 Add print() to BrowserWindowProxy
...
Closes #5685
2016-05-27 11:11:19 -07:00
Kevin Sawicki
fc4b224dec
Add asserts for properties
2016-05-27 10:52:56 -07:00
Kevin Sawicki
59dd7ca9df
Guard against object with no hasOwnProperty
2016-05-27 10:46:02 -07:00
Kevin Sawicki
7cf6be07a6
Add failing spec for remote property with no prototype
2016-05-27 10:45:39 -07:00
Kevin Sawicki
ac394ec3ef
Merge pull request #5725 from electron/clipboard-api-names
...
Upper case initialisms in clipboard API
2016-05-27 09:09:12 -07:00
Daniel Pham
0c710fce33
🍎 Fix 'setAspectRatio(0)' not resetting the default behaviour.
2016-05-27 08:56:34 -04:00
Cheng Zhao
9ab76fb884
Add webContents.sendToAll to send message to all frames
2016-05-27 16:58:49 +09:00
Cheng Zhao
c1facec5a6
No need to hijack setInjectedScriptForOrigin
2016-05-27 15:12:49 +09:00
Cheng Zhao
134f9019eb
Enable node integration for pages in devtools extension
2016-05-27 15:10:46 +09:00
Cheng Zhao
7e1f159185
Run content scripts at correct phase
2016-05-27 11:12:51 +09:00
Cheng Zhao
49d9446cce
Implement a simple content script injector
2016-05-27 10:29:57 +09:00
Cheng Zhao
97c04735a2
Handle unloading devtools correctly
2016-05-27 09:55:59 +09:00
Cheng Zhao
a63ff714f8
Read content_scripts to preferences
2016-05-27 09:47:37 +09:00
Cheng Zhao
7eab259d92
Make it possible to only set preferences for BrowserWindow
2016-05-27 09:20:46 +09:00
Cheng Zhao
4fb9e20c33
Add API to set render process preferences
2016-05-27 08:51:02 +09:00
Daniel Pham
f4c3f0423a
🎁 Add 'app.releaseSingleInstance()'
2016-05-26 18:50:06 -04:00
Cheng Zhao
b646d7a55c
The consts
2016-05-27 07:43:23 +09:00
Daniel Pham
b0c72adbe1
🍎 Fix context menus only showing on primary monitor.
2016-05-26 17:43:38 -04:00
Kevin Sawicki
23962e133e
Use correct TODO format
2016-05-26 14:28:33 -07:00
Kevin Sawicki
efeb9647ff
Update docs for new API names
2016-05-26 14:26:12 -07:00
Kevin Sawicki
71b73a9cfb
Use new APIs
2016-05-26 14:24:47 -07:00
Kevin Sawicki
dc7316f52f
Upper case abbreviations
2016-05-26 14:23:20 -07:00
Felix Rieseberg
836f8ab33c
🐛 Fix setFullscreen() on Windows
...
This ensures that a BrowserWindow responds to `setFullscreen(true)` if
`full screenable` was not defined during creation.
This bug was on Windows only.
2016-05-26 11:52:25 -07:00
Cheng Zhao
cdfbe876a5
Make sure chrome.devtools.inspectedWindow.tabId is set
2016-05-26 19:57:10 +09:00
Cheng Zhao
edd8210ae5
Add simple support for background page
2016-05-26 19:57:10 +09:00
Cheng Zhao
99c1434051
Store the original manifest file
2016-05-26 18:38:20 +09:00
Cheng Zhao
513b66f207
Cleanup chrome-extension.js after the Coffe2ES transfer
2016-05-26 18:38:20 +09:00
Cheng Zhao
f29598d907
getHostForPath => generateHostForPath
...
The original name implies no side effect, but is is not true.
2016-05-26 18:38:20 +09:00
Cheng Zhao
c1272743b9
Bump v1.2.0
2016-05-26 18:07:52 +09:00
Cheng Zhao
eeb996e92f
Merge pull request #5710 from electron/chrome-lastest-stable
...
Update to Chrome 51.0.2704.63
2016-05-26 09:07:24 +00:00
Cheng Zhao
eb8284e285
Update to Chrome 51.0.2704.63
2016-05-26 18:06:55 +09:00
Cheng Zhao
20b09e9d03
Merge pull request #5701 from danhp/propagate-close
...
Properly notify observers when window prevents close
2016-05-26 05:33:55 +00:00
Cheng Zhao
93b8237e1f
Merge pull request #5700 from felixrieseberg/standard-7
...
Implement JavaScript Standard Style 7
2016-05-26 04:57:36 +00:00
Cheng Zhao
8a4b7eb062
Merge pull request #5689 from cdaringe/master
...
Support non-native promises
2016-05-26 04:49:40 +00:00
Cheng Zhao
4ea7602871
Merge pull request #5684 from electron/webview-visibilitychange
...
Support document visibility and events in webviews
2016-05-26 01:07:24 +00:00
Cheng Zhao
fa1246ccf7
Merge pull request #5683 from electron/no-more-atom-shell
...
Rename remaining Atom Shell references
2016-05-26 01:06:36 +00:00
Cheng Zhao
0b9c11a5f2
Fix pylint warnings
2016-05-26 10:06:25 +09:00
Kevin Sawicki
4e44900930
Initialize guest_instance_id
2016-05-25 18:05:37 -07:00
Daniel Pham
d1c302800f
Fix: Properly notify observers when window prevents close
2016-05-25 19:26:57 -04:00
Felix Rieseberg
bef6748c06
🎨 Implement JS Standard Code Style 7
...
Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.
* camelCase is now enforced
* No assignments in return statements
2016-05-25 16:20:49 -07:00
Kevin Sawicki
75754804af
Use auto for embedder var
2016-05-25 10:34:33 -07:00
Kevin Sawicki
88f665bc1b
Restore original include location
2016-05-25 10:28:35 -07:00
Kevin Sawicki
814e4377a4
Restore original comment position
2016-05-25 10:26:59 -07:00
Kevin Sawicki
6632547b17
parent -> embedder
2016-05-25 10:26:20 -07:00
Kevin Sawicki
89ffa02d75
Tweak comment
2016-05-25 10:26:05 -07:00
Kevin Sawicki
b1ce57faa9
Remove redundant atom:: namespace use
2016-05-25 10:22:43 -07:00
Kevin Sawicki
03c6fbf80f
🎨
2016-05-25 10:20:00 -07:00
Kevin Sawicki
f58322891b
Remove added switch/option
2016-05-25 10:17:35 -07:00
Kevin Sawicki
583bb49f6c
Get hidden state by using parent window directly
2016-05-25 10:13:12 -07:00
Kevin Sawicki
69c69880e5
Tweak spec description
2016-05-25 09:12:52 -07:00
Kevin Sawicki
4e68a8d16e
Remove logging in parent page
2016-05-25 09:12:52 -07:00
Kevin Sawicki
73b07f76a3
Support document visiblity state and events in webviews
2016-05-25 09:12:52 -07:00
Kevin Sawicki
1e15ce6ccd
Add failing spec for webview visiblity changes
2016-05-25 09:12:52 -07:00
cdaringe
32073fa079
🎨 Support non-native promises
2016-05-25 10:11:18 -06:00
Kevin Sawicki
9684f61e12
atom_gyp -> electron_gyp
2016-05-25 09:10:46 -07:00
Kevin Sawicki
6c8cf16508
Deprecate ATOM_SHELL_GITHUB_TOKEN
2016-05-25 09:08:10 -07:00
Kevin Sawicki
43f0dfd0ab
Deprecate old S3 env vars
2016-05-25 09:08:09 -07:00
Kevin Sawicki
1bdb9f3de0
Add fallback s3 config values
2016-05-25 09:08:09 -07:00
Kevin Sawicki
94c8b0e1b1
atom_shell -> electron
2016-05-25 09:08:09 -07:00
Kevin Sawicki
7e209dd982
ATOM_SHELL_INTERNAL_CRASH_SERVICE -> ELECTRON_INTERNAL_CRASH_SERVICE
2016-05-25 09:08:09 -07:00
Kevin Sawicki
8f1943bc7b
Link to other apps
2016-05-25 09:08:09 -07:00
Kevin Sawicki
3dd2f709e0
Remove mention of Atom Shell
2016-05-25 09:08:09 -07:00
Cheng Zhao
b86ded3b54
Merge pull request #5688 from enlight/patch-1
...
Improve documentation of `ses.cookies.set()`
2016-05-25 10:44:33 +00:00
Cheng Zhao
3ef0947718
Merge pull request #5687 from electron/fix-invalid-parameter
...
Ignore invalid parameter error on Window
2016-05-25 07:03:33 +00:00
Vadim Macagon
c2633460eb
Improve documentation of ses.cookies.set()
...
Fix description of the `details.url` param in `ses.cookies.set()`, and clarify the fact that cookies without an expiration date will not be retained between sessions.
2016-05-25 12:46:17 +07:00
Cheng Zhao
34c4e797bb
Truncate the strings passed to google_breakpad::CustomInfoEntry
2016-05-25 14:46:15 +09:00
Cheng Zhao
545c9f5bed
Ignore invalid parameter error in Electron
2016-05-25 14:46:15 +09:00
Cheng Zhao
4cd0de0e87
Merge pull request #5682 from electron/remove-old-run-as-node-env-var
...
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
2016-05-25 02:17:18 +00:00
Cheng Zhao
b1226a908b
Update node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE
2016-05-25 10:55:02 +09:00
Cheng Zhao
f34cd8767c
Merge pull request #5658 from danhp/handoff-fallback
...
Add fallback URL to handoff
2016-05-25 01:13:03 +00:00
Daniel Pham
eb0889de38
🍎 Add fallback URL to handoff.
2016-05-24 21:06:14 -04:00
Cheng Zhao
e97ce6f7e1
Merge pull request #5669 from felixrieseberg/build-instructions
...
Update Windows Build Instructions
2016-05-24 23:49:37 +00:00
Kevin Sawicki
89538b19ee
Upgrade node for ELECTRON_RUN_AS_NODE change
2016-05-24 10:42:09 -07:00
Kevin Sawicki
b68d1ecb83
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
2016-05-24 10:17:57 -07:00
Kevin Sawicki
407a5d4415
Merge pull request #5681 from electron/default-app-error-handling
...
Tweak default app error handling
2016-05-24 10:15:56 -07:00
Kevin Sawicki
3e15021c12
Remove . after path to prevent confusion
2016-05-24 09:56:36 -07:00
Kevin Sawicki
ca72d4346b
application -> app for consitency
2016-05-24 09:53:23 -07:00
Kevin Sawicki
74cde4e714
Log stack when available
2016-05-24 09:51:09 -07:00
Kevin Sawicki
48522d4b70
Remove custom MODULE_NOT_FOUND code check
2016-05-24 09:45:32 -07:00
Kevin Sawicki
63b84923ce
Update copy
2016-05-24 09:43:25 -07:00
Kevin Sawicki
4a35206302
🎨
2016-05-24 09:42:31 -07:00
Kevin Sawicki
6de4249af8
Tweak resolve filename error message
2016-05-24 09:41:31 -07:00
Kevin Sawicki
deb15e60b5
Lead with package.json path
2016-05-24 09:38:04 -07:00
Kevin Sawicki
f691a46d4d
Use dialog.showErrorBox
2016-05-24 09:37:52 -07:00
Kevin Sawicki
67c88d2f8a
Move Module require to top
2016-05-24 09:33:55 -07:00
Kevin Sawicki
4d56437a26
Merge pull request #5610 from bigtimebuddy/master
...
The "Error opening app" dialog
2016-05-24 09:22:11 -07:00
Felix Rieseberg
2a7590529e
📝 Update Windows Build Instructions
...
Closes #5655
2016-05-24 06:12:07 -07:00
Cheng Zhao
28e2058ff1
Merge pull request #5648 from electron/chrome51
...
Update to Chrome 51
2016-05-24 10:59:11 +00:00
Cheng Zhao
1dd98171f4
Bump v1.1.2
2016-05-24 15:59:21 +09:00
Cheng Zhao
994cc62031
Merge pull request #5668 from electron/strip-ffmpeg
...
Strip ffmpeg in zip file
2016-05-24 04:33:09 +00:00
Cheng Zhao
cd444e82f9
Merge pull request #5666 from electron/remote-promise-reject
...
Handle rejection of remote promises
2016-05-24 04:30:25 +00:00
Cheng Zhao
9d924bb6d7
Merge pull request #5662 from electron/electron-require
...
Always return internal module when requiring electron
2016-05-24 01:46:36 +00:00
Cheng Zhao
995a20a125
Merge pull request #5653 from electron/menu-position-fix
...
Fix context menu not showing correctly in devtools
2016-05-24 01:02:48 +00:00
Kevin Sawicki
677a317274
Strip ffmpeg in zip file
2016-05-23 15:47:07 -07:00
Jessica Lord
1ba07a9d6d
Merge pull request #5659 from danhp/patch-2
...
Mention that x and y have to be used together when creating new window
2016-05-23 15:44:42 -07:00
Kevin Sawicki
a4f94b89b4
Add comment about Module path
2016-05-23 15:15:39 -07:00
Kevin Sawicki
5e2f36387f
Move require spec to api-app-spec
2016-05-23 15:14:55 -07:00
Kevin Sawicki
4a41311409
Test that calling regular module succeeds
2016-05-23 15:14:55 -07:00
Kevin Sawicki
6ac0151e65
Remove lint warnings
2016-05-23 15:14:55 -07:00
Kevin Sawicki
fe0ec67623
Add spec for electron module require
2016-05-23 15:14:55 -07:00
Kevin Sawicki
19fd841c30
🎨
2016-05-23 15:14:55 -07:00
Kevin Sawicki
566b0676bc
Pre-resolve electron require path
2016-05-23 15:14:55 -07:00
Kevin Sawicki
daea448b61
.coffee -> .js
2016-05-23 15:14:55 -07:00
Kevin Sawicki
7929daa48c
Pass both callback values to then
2016-05-23 15:07:01 -07:00
Kevin Sawicki
f3af1dbd54
Add failing spec for rejected remote promise
2016-05-23 15:06:46 -07:00
Matt Karl
ee61a2880a
Removes main error, fixes messaging for JSON parse
2016-05-23 16:47:55 -04:00
Kevin Sawicki
1c9fe8d23e
Merge pull request #5664 from electron/cibuild-ps1
...
Add a Windows script to just invoke cibuild
2016-05-23 13:07:18 -07:00
Paul Betts
52888c97b5
Add a Windows script to just invoke cibuild
2016-05-23 12:37:47 -07:00
Matt Karl
58d9d2cf41
Adds JSON parse, invalid and missing main field errors
2016-05-23 15:00:55 -04:00
Daniel Pham
5010150c8c
📝 Mention that x and y have to be used together when creating new window
...
[ci skip]
2016-05-23 13:00:43 -04:00
Cheng Zhao
3402c7be3f
Suppress ffi test on Windows
2016-05-23 23:31:00 +09:00
Cheng Zhao
37a4267450
Update brightray: fix Windows linking problem
2016-05-23 23:24:43 +09:00
Cheng Zhao
2208b8bd6e
Update symbol names of icu
2016-05-23 22:53:50 +09:00
Cheng Zhao
2edf559571
Update brightray: fix OS X linking problem
2016-05-23 22:05:26 +09:00
Cheng Zhao
0d4f1abdf9
Move the menu sightly higher when repositioning the menu
...
Otherwise the menu is not able to show the last menu item and the arrow
will show.
2016-05-23 21:54:06 +09:00
Cheng Zhao
b866b34ac8
The unit of position is CGFloat
2016-05-23 21:53:50 +09:00
Cheng Zhao
fca91db133
Fix showing context menu in devtools
2016-05-23 21:08:16 +09:00
Cheng Zhao
badecb49f3
Update brightray: fix Linux linking problem
2016-05-23 19:50:05 +09:00
Cheng Zhao
9f858e1243
Merge branch 'master' into chrome51
2016-05-23 19:49:43 +09:00
Cheng Zhao
c489d6d4b3
Merge pull request #5638 from deepak1556/iwa_patch
...
browser: flags to control iwa enabled server whitelist
2016-05-23 10:48:30 +00:00
Cheng Zhao
208acd1b9c
Update brightray: Manage NetLog in BrowserClient
2016-05-23 19:02:40 +09:00
Cheng Zhao
1b9bced8c0
Merge pull request #5644 from leethomas/fix/osx-aspect-ratio
...
🍎 let Cocoa handle keeping aspect ratio on window resize
2016-05-23 08:15:44 +00:00
Cheng Zhao
f756a3e682
Fix crash when quitting
2016-05-23 17:03:49 +09:00
Cheng Zhao
44651656dd
Fix building on Windows
2016-05-23 16:39:19 +09:00
Cheng Zhao
9d82041923
Fix js lint warnings
2016-05-23 16:15:39 +09:00
Cheng Zhao
d6f9e57e33
Fix chrome.devtools not available in devtools extensions
2016-05-23 16:04:37 +09:00
Cheng Zhao
de1fc9d432
Fix building on Linux
2016-05-23 15:27:01 +09:00
deepak1556
f68d0f324f
deprecate app.allowNTLMCredentialsForAllDomains
2016-05-23 11:44:21 +05:30
Cheng Zhao
a92b4a6da4
Make |button| default to left button
...
This fixes the failing test of sendInputEvent.
2016-05-23 14:27:39 +09:00
Cheng Zhao
fa0ce7ad5f
Adjust to the new behaviors of beforeunload handler
2016-05-23 14:27:39 +09:00
Cheng Zhao
06800940ec
Fix cpplint warnings
2016-05-23 13:03:43 +09:00
Cheng Zhao
4b675a741d
Init feature list in node process
...
It is a new dependency of gin.
2016-05-23 13:01:47 +09:00
Cheng Zhao
530f19e956
Fix crash due to site_instace being freed early
2016-05-23 12:57:46 +09:00
Cheng Zhao
899cdb48d7
Fix using invalid pointer as SiteInstance
2016-05-23 12:46:14 +09:00
Cheng Zhao
a2bd55dd3c
Adapt to changes of Chrome 51 API changes (Part 2)
2016-05-23 12:29:14 +09:00
leethomas
de27b34891
disregard extraSize when initially setting the aspect ratio
2016-05-22 19:09:21 -07:00
Cheng Zhao
7ba391da7c
Update to API changes of Chrome 51
2016-05-23 10:59:39 +09:00
leethomas
1d61f987cb
code styling
2016-05-22 18:59:00 -07:00
Cheng Zhao
05c2999651
Update to Chrome 51.0.2704.54
2016-05-23 10:11:19 +09:00
Cheng Zhao
fd5f120434
Merge pull request #5646 from electron/update-breakpad
...
Fix crash reporter not working on x64 Windows
2016-05-23 00:25:24 +00:00
leethomas
09de0c2766
call base SetAspectRatio in NativeWindowMac implementation
2016-05-22 17:22:57 -07:00
leethomas
ac6e4aff5e
comments
2016-05-22 17:00:14 -07:00
Cheng Zhao
13b4c8bb06
Ignore invalid parameter error in crash service process
2016-05-23 08:59:34 +09:00
leethomas
7aaf974362
override SetAspectRatio for NativeWindowMac
2016-05-22 16:50:50 -07:00
leethomas
8f7a04f9c3
🍎 let Cocoa handle keeping the aspect ratio whenever the edges are dragged
2016-05-22 15:43:47 -07:00
deepak1556
62cad610e0
bring back app.allowNTLMCredentialsForAllDomains
2016-05-23 01:52:09 +05:30
Cheng Zhao
4c531e909b
Update breakpad to lastest master
2016-05-22 22:06:12 +09:00
Cheng Zhao
b52b6e12c4
Merge pull request #5640 from electron/update-crashpad
...
Update crashpad to latest master
2016-05-22 12:47:34 +00:00
Cheng Zhao
48b161f210
Update crashpad to 35da3b6
2016-05-22 21:00:16 +09:00
Cheng Zhao
06da5d543c
Merge pull request #5622 from kcrt/jpmanual
...
Japanese manual: Update tutorials and api
2016-05-22 07:57:36 +00:00
Cheng Zhao
5267d734bb
Merge pull request #5634 from deepak1556/net_error_description_patch
...
renderer: generate net error strings when requested
2016-05-22 00:34:56 +00:00
deepak1556
3db2daf790
browser: flags to control iwa enabled server whitelist
2016-05-21 23:38:50 +05:30
TAKAHASHI Kyohei
9d02292dec
Japanese manual: modified template string
...
modified based on the comments from Flatta
[ci skip]
2016-05-22 00:22:51 +09:00
TAKAHASHI Kyohei
77eb0e8e3f
Japanese manual: Update tutorials and api
...
[ci skip]
2016-05-22 00:17:20 +09:00
Cheng Zhao
6f3d0e1782
Merge pull request #5603 from leethomas/osx-horizontal-sheet-offset
...
Osx horizontal sheet offset
2016-05-21 14:07:53 +00:00
Cheng Zhao
6c8ffcf7a0
Merge pull request #5631 from electron/x64-by-default-win32
...
Default to amd64 on Windows
2016-05-21 13:39:25 +00:00
Cheng Zhao
363ab2075c
Update libchromiumcontent for #5618
2016-05-21 20:48:06 +09:00
deepak1556
c9b314d43c
renderer: generate net error strings when requested
2016-05-21 10:21:15 +05:30
Paul Betts
0e63050916
Default to amd64 on Windows
2016-05-20 14:20:48 -07:00
Kevin Sawicki
8821cae34f
Merge pull request #5630 from electron/env-var-headings
...
Use ### for env var headings
2016-05-20 14:05:15 -07:00
Kevin Sawicki
f16f48aa7c
Tweak example intros
2016-05-20 14:04:01 -07:00
Kevin Sawicki
e1d9229507
Tweak intro sentence
2016-05-20 14:03:28 -07:00
Kevin Sawicki
588420ecd2
Use active voice
2016-05-20 14:02:10 -07:00
Kevin Sawicki
d56c36b4a7
Minor wording updates
2016-05-20 14:01:08 -07:00
Kevin Sawicki
d983eb42e6
Use ### for headings for consistency
2016-05-20 13:58:48 -07:00
Matt Karl
b08393a663
Fixed linting error
2016-05-20 16:01:08 -04:00
Matt Karl
a1e59b814c
Changed default button, updated link
2016-05-20 13:29:42 -04:00
Kevin Sawicki
f52cd31d0d
Merge pull request #5625 from electron/doc-headings
...
Capitalize Object in doc heading
2016-05-20 10:01:54 -07:00
Kevin Sawicki
f266b979af
Capitalize Object
2016-05-20 09:25:10 -07:00
Matt Karl
25cb0fcbb9
Added Learn More button
2016-05-20 11:04:10 -04:00
Cheng Zhao
8b9d189671
Merge pull request #5624 from electron/hicon
...
Feed Windows APIs with ICO icons of appropriate size
2016-05-20 14:30:00 +00:00
Cheng Zhao
3182485e68
No need to reference the icon in Tray
2016-05-20 22:44:02 +09:00
Cheng Zhao
a93c9462ed
Add BrowserWindow.setIcon
2016-05-20 22:22:15 +09:00
Cheng Zhao
b33c04d041
docs: Recommend to use ICO icon
2016-05-20 19:58:47 +09:00
Cheng Zhao
d26480b74e
Correctly set window icon from ICO
2016-05-20 19:46:05 +09:00
Cheng Zhao
ea2807c890
Make it possible to get different size of icons from ICO
2016-05-20 17:51:05 +09:00
Cheng Zhao
0059e7bcf9
Use LoadIconMetric to load correct icon
2016-05-20 17:12:07 +09:00
Cheng Zhao
9e26e5c121
Load HICON directly in NotifyIcon
2016-05-20 16:55:22 +09:00
Cheng Zhao
67d9ae27c3
Remove the JavaScript wrapper for setContextMenu
2016-05-20 16:18:38 +09:00
Cheng Zhao
adfd99f5f0
Convert to mate::Handle<NativeImage> instead of gfx::Image
2016-05-20 16:14:40 +09:00
leethomas
9196a9f334
update docs
2016-05-19 20:32:14 -07:00
leethomas
7d93642f42
extend setSheetOffset to accept an optional 2nd offset
2016-05-19 20:32:06 -07:00
Cheng Zhao
7c34d8333c
Store ico image in HCION
2016-05-20 11:31:02 +09:00
Cheng Zhao
d5f3e5d59a
Bump v1.1.1
2016-05-20 09:30:24 +09:00
Cheng Zhao
8ac93e02c6
Merge pull request #5616 from electron/inherit-zoom
...
Inherit zoomFactor in webview
2016-05-20 00:27:06 +00:00
Cheng Zhao
4193fb1742
Merge pull request #5617 from electron/dont-return-from-on-functions
...
Remove returns from event listeners
2016-05-20 00:26:29 +00:00
Cheng Zhao
844f9e989b
Merge pull request #5611 from jviotti/fix/invalid-archive-asar-exec
...
Override `child_process.execFile` asar patch for `child_process.exec`
2016-05-20 00:24:10 +00:00
Cheng Zhao
d6dffc570c
Merge pull request #5614 from electron/bengotow-remote-docs
...
Update remote.md to mention enumerable property limitation
2016-05-19 23:54:20 +00:00
Cheng Zhao
4a075866de
Merge pull request #5608 from Gaserd/patch-4
...
docs : Russian
2016-05-19 23:51:22 +00:00
Kevin Sawicki
cc7395eea8
Remove returns from event listeners
2016-05-19 15:28:08 -07:00
Kevin Sawicki
b09c81202a
Add test for webview zoomFactor inheritance
2016-05-19 14:46:52 -07:00
Kevin Sawicki
4754e4aabb
Add zoomFactor to guest params
2016-05-19 14:32:16 -07:00
Kevin Sawicki
fef2f789cd
🎨
2016-05-19 14:30:53 -07:00
Juan Cruz Viotti
1a27ecdad4
Override child_process.execFile asar patch for child_process.exec
...
NodeJS implements `child_process.exec` by simply passing the whole
command to `child_process.execFile`. See:
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L90
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L99
Electron patches `child_process.execFile` to add support for `asar`
archives by injecting logic that extracts the required files from the
`asar` to a temporary location before delegating the work to the
original `child_process.execFile`.
In order to decide whether to inject the custom `asar` extracting logic,
Electron makes use of a helper function called `splitPath()`. See:
- https://github.com/electron/electron/blob/master/lib/common/asar.js#L37
If the first argument of the returned array equals `true`, means that
the path is considered to be an `asar` archive, and thus the extraction
logic takes place. The problem is that if the command passed to
`child_process.execFile` *contains* a path to an asar archive, padded
with other commands/arguments, `splitPath()` will consider it to be an
`asar` archive, and will try to extract it, throwing a rightfully
`Invalid package` error.
Fixes: https://github.com/electron/electron/issues/5571
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com >
2016-05-19 17:19:36 -04:00
Ben Gotow
2bade868bb
Update remote.md to mention enumerable property limitation
...
#5599
2016-05-19 09:31:02 -07:00
Matt Karl
e87ced60e5
The "Error opening app" dialog, now with less attitude
2016-05-19 10:33:22 -04:00
Sergey
836e2e4e91
docs : Russian
...
Russian language for http://electron.atom.io/docs/tutorial/mac-app-store-submission-guide/
2016-05-19 16:46:42 +03:00
Cheng Zhao
a2b6731bf2
Merge pull request #5606 from electron/process-docs
...
Cleanup the docs of process object
2016-05-19 11:59:37 +00:00
Cheng Zhao
983d611e96
Cleanup the docs of process object
2016-05-19 20:12:56 +09:00
Cheng Zhao
0bd3e28a05
Merge pull request #5526 from electron/process-stats
...
Process and System memory statistics API
2016-05-19 10:34:01 +00:00
Cheng Zhao
480f0fbfd7
Merge pull request #5600 from tensor5/update_clang_only_if_needed
...
Update Clang only if needed
2016-05-19 10:29:29 +00:00
Cheng Zhao
590c2bcf23
Merge pull request #5604 from preco21/korean-docs-5
...
docs: Update Korean docs as upstream
2016-05-19 10:27:03 +00:00
Cheng Zhao
8fd9957453
Merge pull request #5605 from preco21/document-fixes-5
...
docs: Improve docs
2016-05-19 10:26:38 +00:00
Cheng Zhao
e488320d37
Ignore failures of OS X on Travis CI
2016-05-19 19:23:02 +09:00
Cheng Zhao
195e0e64d0
Update brightray for #5578
2016-05-19 19:22:32 +09:00
Cheng Zhao
17528a4dfd
Merge pull request #5578 from deepak1556/disable_http2_patch
...
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
2016-05-19 10:21:36 +00:00
Cheng Zhao
53d0db0a28
Merge pull request #5602 from electron/static-linking-vs-runtime
...
Link with VS2015 libraries statically for Release build
2016-05-19 09:50:53 +00:00
Plusb Preco
d6ab81c1da
📝 Fix link to improve readability
...
[ci skip]
2016-05-19 18:36:26 +09:00
Plusb Preco
3ee9eef308
📝 Remove unused link
...
[ci skip]
2016-05-19 18:34:08 +09:00
Plusb Preco
9cbcd228f3
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:32:43 +09:00
Plusb Preco
e1bf0ea2b4
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:28:29 +09:00
Plusb Preco
5c8ecd8a97
📝 Small fixes
...
* Adjust line length to `80`.
* Fix typos
[ci skip]
2016-05-19 18:28:00 +09:00
Plusb Preco
2b7c3735bd
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-19 17:22:51 +09:00
Cheng Zhao
f8c1db160e
Only use the osfhandle hack on Windows
2016-05-19 17:02:40 +09:00
Cheng Zhao
e609a5bee2
Fix passing fd across modules
2016-05-19 16:38:37 +09:00
leethomas
eaacbc86c7
📝 update english docs to include setSheetOffsets
2016-05-18 23:59:25 -07:00
Cheng Zhao
4702d8b640
No need to download and ship vs runtime libraries
2016-05-19 15:49:26 +09:00
leethomas
359123458d
🍎 allow x-axis offset to be set for sheets
2016-05-18 23:45:54 -07:00
Cheng Zhao
d8c05ecc0d
Link with Vs2015 runtime statically for Release build
2016-05-19 15:06:47 +09:00
Cheng Zhao
f441ba2694
Merge pull request #5601 from electron/team-id
...
Include team ID in the base bundle ID
2016-05-19 03:24:31 +00:00
Cheng Zhao
5d906c0e4e
docs: Team ID is now required for signing
2016-05-19 11:13:09 +09:00
Cheng Zhao
a361d50b95
Add team ID to base Bundle ID
2016-05-19 10:57:57 +09:00
Nicola Squartini
18b2094198
Update Clang only if needed
2016-05-19 10:14:57 +09:00
Kevin Sawicki
1032287511
Merge pull request #5588 from brunoqueiros/error-message
...
Improve error message
2016-05-18 17:41:57 -07:00
Cheng Zhao
d3beaa0b16
Merge pull request #5595 from miniak/asar-fix
...
Make js2asar.py more robust
2016-05-18 23:40:11 +00:00
Bruno Queiros
046cb0df8d
🎨 Use the same stack trace for both cases
2016-05-18 19:02:42 -03:00
Kevin Sawicki
97d903bca3
Merge pull request #5587 from kcrt/master
...
Japanese manual: add electron-versioning.
2016-05-18 13:55:10 -07:00
Kevin Sawicki
0456be1535
Merge pull request #5594 from Gaserd/patch-3
...
Create supported-platforms.md
2016-05-18 13:52:47 -07:00
Milan Burda
161bd89a24
Make js2asar.py more robust
2016-05-18 12:54:53 -07:00
Sergey
5f9976c46a
Create supported-platforms.md
...
Create new file - supported-platforms.
Russian language for this page - http://electron.atom.io/docs/tutorial/supported-platforms/
2016-05-18 22:40:12 +03:00
Paul Betts
872c6ea763
📝
2016-05-18 11:08:04 -07:00
Paul Betts
e995befcd0
Move everything into atom_bindings
2016-05-18 11:07:30 -07:00
Paul Betts
d49302858b
Merge pull request #5589 from Gaserd/patch-2
...
исправление ошибки в слове
2016-05-18 10:57:53 -07:00
Sergey
d3e0c08255
исправление ошибки в слове
...
ничего критичного, просто букву не ту поставили.
2016-05-18 18:04:52 +03:00
Bruno Queiros
06e3e65c1b
🎨 Improve error message
2016-05-18 11:00:08 -03:00
TAKAHASHI Kyohei
962ce6c44c
Japanese manual: add electron-versioning.
...
electron-versioning.md is translated.
Other tutorial files are updated.
[ci skip]
2016-05-18 22:33:21 +09:00
Cheng Zhao
e05f795d1d
Merge pull request #5584 from electron/sandbox-no-expl
...
Enable sandboxing without using temporary-exception
2016-05-18 10:02:30 +00:00
Cheng Zhao
906948218f
docs: Update MAS guide without using temporary-exception
2016-05-18 16:48:22 +09:00
Cheng Zhao
deddf98533
Currently set base bundle ID
2016-05-18 16:42:26 +09:00
Plusb Preco
d7fdb16078
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-18 16:41:21 +09:00
Cheng Zhao
d2a567d6ab
Merge pull request #5582 from electron/notification-user-info
...
Pass userInfo in systemPreferences.subscribeNotification
2016-05-18 07:36:31 +00:00
Cheng Zhao
3d0b98c9ca
Use string description for unknown types
2016-05-18 16:01:08 +09:00
Cheng Zhao
68cf267b1d
Do not convert NSDictionary to JSON
2016-05-18 15:49:33 +09:00
Cheng Zhao
240c346d02
Ignore invalid JSON object when converting NSDictionary
2016-05-18 14:54:37 +09:00
Cheng Zhao
97250b53e8
Pass userInfo in subscribeNotification
2016-05-18 14:40:19 +09:00
Cheng Zhao
49cca0978d
Merge pull request #5580 from electron/annoymous-web-contents
...
Add support for anonymous WebContents
2016-05-18 05:31:10 +00:00
Cheng Zhao
87c10b3ac2
Make non-public module accesible via remote
2016-05-18 13:57:48 +09:00
Cheng Zhao
5f6c468f0f
Handle keyboard events for WebContents that do not have owner window
2016-05-18 13:57:48 +09:00
Cheng Zhao
dc9b3fcef7
Remove WebViewGuestDelegate::HandleKeyboardEvent
2016-05-18 13:57:48 +09:00
Cheng Zhao
d6cb84f8a3
WebContents without owner window should always open detached devtools
2016-05-18 13:57:48 +09:00
Cheng Zhao
998ce73ad9
Add webContents.id property
2016-05-18 13:57:48 +09:00
Cheng Zhao
8a061b7183
A normal WebContents can have no owner window
2016-05-18 13:57:48 +09:00
Cheng Zhao
118afab67b
Make sure BrowserContext is always destroyed after WebContents
2016-05-18 13:57:48 +09:00
Plusb Preco
7fd3149031
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-18 12:15:29 +09:00
Cheng Zhao
242508e22f
Merge pull request #5574 from electron/devtools-extension-test
...
Add test that loads a devtools extension
2016-05-18 01:46:44 +00:00
Cheng Zhao
5368da18ad
Merge pull request #5575 from electron/link-to-spectron
...
Add spectron to ChromeDriver doc
2016-05-18 01:34:56 +00:00
deepak1556
467ccabb7e
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
2016-05-18 06:56:58 +05:30
Cheng Zhao
397d0e34ee
Merge pull request #5559 from electron/disable-webview
...
Disable webview when nodeIntegration is off
2016-05-18 01:26:58 +00:00
Cheng Zhao
27da0f3338
Merge pull request #5576 from electron/title-tweaks
...
Tweak doc headings
2016-05-18 01:26:27 +00:00
Cheng Zhao
c7f5210b50
Merge pull request #5567 from felixrieseberg/versioning
...
Add Information about Versioning
2016-05-18 00:43:23 +00:00
Cheng Zhao
7bd11c14f6
Update brightray to fix linking problem on Linux
2016-05-18 09:42:38 +09:00
Kevin Sawicki
cee31ff67a
Remove semicolon
2016-05-17 16:42:37 -07:00
Kevin Sawicki
9266f9abfc
Update interval id variable name
2016-05-17 16:42:21 -07:00
Kevin Sawicki
f95c46d987
Show last panel by id
2016-05-17 16:40:34 -07:00
Kevin Sawicki
866260a2a6
with -> on
2016-05-17 16:05:47 -07:00
Kevin Sawicki
bfb75df49c
Tweak doc headings
2016-05-17 16:02:54 -07:00
Kevin Sawicki
b301c473cd
Simplify sentence
2016-05-17 15:14:50 -07:00
Kevin Sawicki
3f3871b1be
Add spectron section
2016-05-17 15:13:26 -07:00
Kevin Sawicki
2043356fa3
Recommend electron-chromedriver
2016-05-17 15:09:09 -07:00
Kevin Sawicki
13cfc2d2a0
Add comment about panel switching via input event
2016-05-17 15:05:58 -07:00
Kevin Sawicki
8d0c5c30b8
Use consistent function styles
2016-05-17 15:05:27 -07:00
Kevin Sawicki
0b4b79d0a4
Use control on non-mac platforms
2016-05-17 15:01:32 -07:00
Kevin Sawicki
7db2601ea8
DRY up specs
2016-05-17 14:59:33 -07:00
Kevin Sawicki
77b074fbad
Add spec for undocked devtools
2016-05-17 14:56:00 -07:00
Paul Betts
dc86ec8ddd
Come Correct with Wrapping
2016-05-17 14:54:33 -07:00
Kevin Sawicki
189380d4ea
Add spec for devtools extension
2016-05-17 14:52:45 -07:00
Paul Betts
bfb4867e10
🔥 old docs
2016-05-17 14:52:01 -07:00
Paul Betts
1623622073
Dox
2016-05-17 14:48:49 -07:00
Paul Betts
ae2eec3efa
Move process-stats methods to process
2016-05-17 14:47:56 -07:00
Paul Betts
b51be9b83f
Add docs
2016-05-17 14:47:56 -07:00
Paul Betts
60bc2acd6c
Linting
2016-05-17 14:47:56 -07:00
Paul Betts
cd7bc0e50c
Rename Metrics => MemoryInfo so it's consistent
2016-05-17 14:47:56 -07:00
Paul Betts
75362450cd
Everything is in KB
2016-05-17 14:47:56 -07:00
Paul Betts
191b054ff0
Implement process and system memory statistics
2016-05-17 14:47:56 -07:00
Paul Betts
f4538daa0a
Wire it up
2016-05-17 14:47:56 -07:00
Paul Betts
a7ac7ba4c1
Add the dumbest new builtin that works
2016-05-17 14:47:56 -07:00
Felix Rieseberg
7e09b1664a
📝 Add Information about Versioning
2016-05-17 20:20:25 +02:00
Plusb Preco
ee9e28dfdf
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-17 21:18:31 +09:00
Cheng Zhao
fb6f5320e7
Update brightray for #5348
2016-05-17 20:33:44 +09:00
Cheng Zhao
7ce87c470a
docs: webview is only available with nodeIntegration on
2016-05-17 17:10:33 +09:00
Cheng Zhao
90f52169af
No more need to check for nodeIntegration when creating guest view
2016-05-17 17:06:02 +09:00
Cheng Zhao
0140015500
spec: WebView is disabled when nodeIntegration is disabled
2016-05-17 17:04:13 +09:00
Cheng Zhao
c1399f9bdc
Disable webview when nodeIntegration is off
2016-05-17 16:51:06 +09:00
Cheng Zhao
3fedea4b9e
Merge pull request #5557 from electron/osx-buttons
...
Implement titleBarStyle without using NSFullSizeContentViewWindowMask
2016-05-17 16:48:45 +09:00
Cheng Zhao
13bfb099a2
Fix the toolbar showing when titleBarStyle is hidden-inset
2016-05-17 16:25:18 +09:00
Cheng Zhao
f53aabaef5
Implement titleBarStyle without using NSFullSizeContentViewWindowMask
2016-05-17 15:48:14 +09:00
Cheng Zhao
ecbb088ea6
Merge pull request #5542 from stevekinney/standardize-requires
...
Standardize requires
2016-05-16 10:42:12 +09:00
Cheng Zhao
f5442a4888
Merge pull request #5540 from kcrt/master
...
Update: Japanese version of MAS submission guide
2016-05-16 10:33:25 +09:00
Cheng Zhao
57f082055a
Merge pull request #5509 from electron/bengotow/dialog-titles
...
Add buttonLabel param to showOpen/showSave dialogs
2016-05-16 10:27:28 +09:00
Cheng Zhao
e53bfad018
Fix building on Windows
2016-05-16 10:09:41 +09:00
Steve Kinney
0d3d097ce8
💄 Standarize requires in JavaScript API
2016-05-15 09:41:30 -04:00
Steve Kinney
2317b56ac4
💄 Make the power-save-blocker a bit more concise
2016-05-15 09:36:13 -04:00
TAKAHASHI Kyohei
16c870191f
Update: Japanese version of MAS submission-guide
2016-05-15 15:42:35 +09:00
Ben Gotow
54c654530e
Fix linux support
2016-05-15 01:29:13 -05:00
Ben Gotow
6217d497ed
Fix build issues
2016-05-15 01:03:32 -05:00
Ben Gotow
84cce6c2c1
Don't default to "Open", "Save", just let OS decide
2016-05-15 01:03:32 -05:00
Ben Gotow
40c531737d
Add buttonLabel param to showOpen/showSave dialogs
2016-05-15 01:03:32 -05:00
Cheng Zhao
88f3c34412
Merge pull request #5532 from stevekinney/patch-2
...
💄 Use ES6; clean up CoffeeScript conversion in BrowserWindow module
2016-05-15 12:38:28 +09:00
Steve Kinney
fd9c9c3be7
💄 Use spread operator instead of arguments object
2016-05-14 22:33:21 -04:00
Steve Kinney
236810a923
💄 Use ES6; clean up CoffeeScript conversion
...
💄 Destructure app module
Address linting errors
2016-05-14 22:33:20 -04:00
Cheng Zhao
88dc73ec3f
Merge pull request #5533 from stevekinney/patch-3
...
💄 Destructure globalShortcut module
2016-05-15 11:16:19 +09:00
Cheng Zhao
195a4bb3c1
Merge pull request #5538 from electron/vs2015-runtime
...
Ship with runtime libraries of Visual Studio 2015
2016-05-15 11:15:49 +09:00
Cheng Zhao
c540721bd3
Merge pull request #5537 from electron/suppress-more-tests
...
Suppress the tests that need to call window.open on Travis CI
2016-05-15 11:15:42 +09:00
Steve Kinney
c11d18fe06
💄 Destructure globalShortcut module
...
💄 Remove globalShortcut property
Add back the globalShortcut property
2016-05-14 21:53:42 -04:00
Cheng Zhao
8ed3659bb8
Link with libraries of Visual Studio 2015
2016-05-15 10:41:43 +09:00
Cheng Zhao
ba7a32b16e
Sync submodule recursively
2016-05-15 10:33:23 +09:00
Cheng Zhao
800ab50b56
Download redist files of VS2015
2016-05-15 10:30:19 +09:00
Cheng Zhao
f43b9665c1
And increase timeout for the rest
2016-05-15 10:00:29 +09:00
Cheng Zhao
14906eb6c8
Merge pull request #5530 from stevekinney/patch-1
...
💄 Add ES6; Clean up from CoffeeScript conversion in app module
2016-05-15 09:57:49 +09:00
Cheng Zhao
c53e47265d
Merge pull request #5535 from Godoy/translate-pt-br
...
Translate tutorial/devtools-extension.md to Portuguese (pt-br).
2016-05-15 09:47:29 +09:00
Cheng Zhao
5986a302d1
Merge pull request #5531 from kcrt/patch-1
...
wrong link destination
2016-05-15 09:46:59 +09:00
Cheng Zhao
f5acc8b599
Merge pull request #5525 from stanfieldr/doc-improvements
...
A little confused by docs
2016-05-15 09:45:43 +09:00
Cheng Zhao
e5af03547f
Merge pull request #5534 from kcrt/master
...
Translate tutorial/security.md to Japanese.
2016-05-15 09:41:52 +09:00
Cheng Zhao
861a79dd6a
Suppress the tests that need to call window.open on Travis CI
2016-05-15 09:41:02 +09:00
Cheng Zhao
5fe270a78f
Merge pull request #5522 from Wolfer/patch-1
...
Update application-distribution.md
2016-05-15 09:38:31 +09:00
Steve Kinney
b1275420a3
Require download_items inline
2016-05-14 19:43:30 -04:00
Adriano Godoy
fb161d5f1f
PT-BR link to devtools-extension tutorial on README.md
2016-05-14 16:06:11 -03:00
Adriano Godoy
6ac24f592c
Translate tutorial/devtools-extension.md to Portuguese (pt-br).
2016-05-14 16:01:52 -03:00
TAKAHASHI Kyohei
88d158f2c1
Translate tutorial/security.md to Japanese.
2016-05-15 02:37:55 +09:00
Steve Kinney
e5036c0988
Use anonymous function for wrapping native classes
2016-05-14 12:28:28 -04:00
TAKAHASHI, Kyohei
0b5efcbc75
wrong link destination
2016-05-15 00:36:11 +09:00
Steve Kinney
0785c3bd15
💄 Add spaces to comply with Standard
2016-05-14 11:31:08 -04:00
Steve Kinney
5dc88aa543
💄 Add ES6; Clean up from CoffeeScript conversion
2016-05-14 11:17:46 -04:00
Cheng Zhao
5ec2e8d7e5
Merge pull request #5413 from electron/process-resource-usage
...
Fetch Process resource usage from WebContents
2016-05-14 23:28:51 +09:00
Cheng Zhao
3214fdd73f
Fix failing CI on OS X
2016-05-14 23:11:13 +09:00
Cheng Zhao
d3e359ab2d
No need for explicit type conversion
2016-05-14 22:50:05 +09:00
Cheng Zhao
c740438032
Rename webFrame.purgeCaches to webFrame.clearCache
...
This matches the name of session.clearCache.
2016-05-14 22:48:25 +09:00
Cheng Zhao
7459581d13
Fix cpplint warnings
2016-05-14 22:40:18 +09:00
Cheng Zhao
03052e81c1
Merge pull request #5519 from danhp/context-menu-docs
...
Fix indentation for context menu docs.
2016-05-14 21:49:16 +09:00
Daniel Pham
1bac1a9028
📝 Fix styling of the context-menu docs
...
[ci skip]
2016-05-14 08:43:23 -04:00
Cheng Zhao
de08473ea3
Merge pull request #5518 from danhp/popup-show-all
...
Fix context menu positioning on OS X
2016-05-14 20:00:30 +09:00
Robert Stanfield
2d46f6f66f
It isn't entirely clear to me that 'window-all-closed' is used for
...
this purpose. I originally looked for an event that would fire if
all windows were closed and the reason was NOT due to the application
quitting; however, this differs in that it is called regardless of
whether the app was quitting.
2016-05-13 21:34:42 -04:00
Serg F
2287ad6d37
Update application-distribution.md
2016-05-13 23:19:56 +03:00
Paul Betts
2234307d41
Whitespace issues
2016-05-13 10:54:10 -07:00
Paul Betts
652913f8d6
Just return the type directly
2016-05-13 10:54:10 -07:00
Paul Betts
19cba3ff85
Use doubles to represent memory size in bytes
2016-05-13 10:54:10 -07:00
Paul Betts
6f0057532a
Forgot scripts
2016-05-13 10:54:10 -07:00
Paul Betts
908084c0fd
Document resource methods
2016-05-13 10:54:10 -07:00
Paul Betts
d83c36e0fd
Add a way to drop all cached memory
2016-05-13 10:54:10 -07:00
Paul Betts
22a3765394
Wire up a new method in web frame
2016-05-13 10:54:10 -07:00
Paul Betts
61e775c055
Write native_mate converters for WebCache::ResourceTypeStat and friends
2016-05-13 10:54:10 -07:00
Daniel Pham
bebf8eabca
🍎 Fix context menu positioning
2016-05-13 10:54:40 -04:00
Cheng Zhao
847d9580b7
Bump v1.1.0
2016-05-13 17:00:02 +09:00
Cheng Zhao
faf896db67
Merge pull request #5461 from electron/chrome50
...
Continue the work of Chrome 50 upgrade
2016-05-13 14:52:09 +09:00
Cheng Zhao
10f144069d
Allow using __weak keyword
2016-05-13 13:49:53 +09:00
Cheng Zhao
29b799de73
Update clang revision to 261368
2016-05-13 11:18:16 +09:00
Cheng Zhao
525d456f7c
Update to Chrome 50.0.2661.102
2016-05-13 11:14:43 +09:00
Cheng Zhao
f1142cf2b5
Adapt to changes on hash functions of Chrome 50
2016-05-13 11:12:15 +09:00
Cheng Zhao
08779eb6d9
Use VS2015 on appveyor
2016-05-13 11:12:15 +09:00
Cheng Zhao
2d7b5c53b1
Change version number so native modules can build
2016-05-13 11:12:15 +09:00
Cheng Zhao
8dc8f8f485
Update libchromiumcontent: fix Release build on Windows
2016-05-13 11:12:01 +09:00
Cheng Zhao
4a409b870e
chromedriver's version is now v2.21
2016-05-13 11:12:01 +09:00
Cheng Zhao
bb5b30b8a0
It is not allowed to run scripts in DidCreateDocumentElement
2016-05-13 11:12:01 +09:00
Cheng Zhao
906ae043f9
Fix crash when creating external buffer
2016-05-13 11:12:01 +09:00
Cheng Zhao
0ad03d9ff7
Suppress crashReporter test on x64 Windows for now
2016-05-13 11:12:01 +09:00
Cheng Zhao
3aaff23f78
Do not call import_vs_env for non-win32
2016-05-13 11:12:01 +09:00
Cheng Zhao
e77582baee
Fix compilation warnings introduced by VS 2015
2016-05-13 11:12:01 +09:00
Cheng Zhao
2497c73009
Import build env from VS 2015
2016-05-13 11:12:01 +09:00
Cheng Zhao
73223fe5c3
Upgrade to Node v6
2016-05-13 11:12:01 +09:00
Cheng Zhao
9c0f298064
Update libchromiumcontent to fix renderer process crash
2016-05-13 11:12:01 +09:00
Cheng Zhao
525e3ee9c6
Update crashpad with AppKit patch
2016-05-13 11:11:50 +09:00
Cheng Zhao
9ccb495f60
Do not remove the patch for Command key
2016-05-13 11:11:50 +09:00
Cheng Zhao
35d9e37220
Simplify the check for web_frame_widget
2016-05-13 11:11:50 +09:00
Brian R. Bondy
e8c4fb6903
setBaseBackgroundColor moved to WebFrameWidget
2016-05-13 11:11:50 +09:00
Brian R. Bondy
a9652052c4
Update Brightray and libchromiumcontent v50 ref (Electron maintainer use
...
your refs)
2016-05-13 11:11:50 +09:00
Brian R. Bondy
a52dbf0784
Update SharedMemory buf constructor
2016-05-13 11:07:17 +09:00
Brian R. Bondy
900001e547
Update PlatformCanvas to SKCanvas
2016-05-13 11:07:17 +09:00
Brian R. Bondy
37ccd34a88
Update x11 global shortcut listeners
2016-05-13 11:07:17 +09:00
Brian R. Bondy
f93fa53aea
Update linux menu overrides
2016-05-13 11:07:17 +09:00
Brian R. Bondy
0253aec0cd
Add SkUserConfig.h with blank SkDebugf macro
...
This file was copied from:
./third_party/skia/include/config/SkUserConfig.h
But because of this linking error we needed to
define a macro for SkDebugf.
```
"SkDebugf(char const*, ...)", referenced from:
SkBitmap::allocPixels(SkImageInfo const&, unsigned long) in
libbrave_lib.a(brave_lib.native_desktop_media_list.o)
ld: symbol(s) not found for architecture x86_64
```
There used to be a hack to copy this file here which was removed:
8de9d9e2bc
2016-05-13 11:07:17 +09:00
Brian R. Bondy
ce7c1023d5
Minimum fixes needed for chromium_src
2016-05-13 11:07:17 +09:00
Brian R. Bondy
02d72c81af
Fix linking problem with IPC::MessageT
...
IPC::MessageT<ChromeUtilityHostMsg_ProcessStarted_Meta, std::__1::tuple<>, void>::MessageT(IPC::Routing)
2016-05-13 11:07:17 +09:00
Brian R. Bondy
22863b9f31
Fix GURL coonstructor from webkit string error
2016-05-13 11:07:17 +09:00
Brian R. Bondy
48e62ac0b5
Remove wwebaudio from web_preferences
...
Becauseit doesn't exist there anymore
2016-05-13 11:07:17 +09:00
Brian R. Bondy
732936713a
GetNativeScreen -> GetScreen
2016-05-13 11:07:17 +09:00
Brian R. Bondy
f418ac5b5d
Update to brave crashpad dep (Electron maintainer rebase this to use
...
your ref)
2016-05-13 11:07:17 +09:00
Brian R. Bondy
d889bdef49
Remove user_gesture parameter from PermissionManager::RequestPermission
2016-05-13 11:07:17 +09:00
Brian R. Bondy
c04353a845
WebFindOptions in its own header
2016-05-13 11:07:17 +09:00
Brian R. Bondy
ff91aeb5d4
Iterator to use size_t
2016-05-13 11:07:17 +09:00
Brian R. Bondy
8a2aebd03f
PermissionStatus constant update
2016-05-13 11:07:17 +09:00
Brian R. Bondy
82f3bb26ce
AccessTokenSet -> AccessTokenMap
2016-05-13 11:07:17 +09:00
Brian R. Bondy
2da39d31aa
Update to new pref service location in components
2016-05-13 11:07:17 +09:00
Brian R. Bondy
5fda9bc6ae
LoadAccessTokensCallbackType -> LoadAccessTokensCallback
2016-05-13 11:07:17 +09:00
Brian R. Bondy
93e9cf4ac1
No more GetCookieMonster
2016-05-13 11:07:17 +09:00
Brian R. Bondy
dc7928021d
Widevine AAC CDM no longer avail
...
See chromium ./third_party /widevine/cdm/widevine_cdm_common.h
2016-05-13 11:07:17 +09:00
Brian R. Bondy
b78fe04f8f
Remove Vorbis from CDM support
...
See https://codereview.chromium.org/1690353002
2016-05-13 11:07:17 +09:00
Brian R. Bondy
8d4ed037a2
Add referrer_schems to AddAdditionalSchemes
2016-05-13 11:07:17 +09:00
Cheng Zhao
57b0f288cb
Bump v1.0.2
2016-05-13 09:21:33 +09:00
Cheng Zhao
ceea7adf98
Update brightray for electron/brightray#219
2016-05-13 09:19:46 +09:00
Cheng Zhao
751ebe7377
Merge pull request #5513 from danhp/patch-1
...
Document 'Tab' as a supported accelerator.
2016-05-13 09:08:32 +09:00
Cheng Zhao
c59f38c370
Merge pull request #5508 from electron/bengotow/docs-tweaks
...
Add to security checklist
2016-05-13 08:46:08 +09:00
Daniel Pham
9a72afc963
📝 Document 'Tab' as a supported accelerator.
...
[ci skip]
2016-05-12 16:00:58 -04:00
Ben Gotow
b9b6e8aa68
Add to security checklist
2016-05-12 10:42:29 -07:00
Cheng Zhao
b32bc8cf3e
Merge pull request #5502 from anthonyryan1/master
...
Replace gtk_widget_hide_all with gtk_widget_hide
2016-05-12 19:37:25 +09:00
Cheng Zhao
01dcee6449
Update brightray for #5503
2016-05-12 18:01:03 +09:00
Machisté N. Quintana
83e3d059b4
Merge pull request #5504 from dalabarge/patch-1
...
Fixed grammar issue.
2016-05-11 19:29:36 -07:00
Daniel LaBarge
eef9d9beaf
Fixed grammar issue.
2016-05-11 21:08:01 -05:00
Cheng Zhao
f86bd75f82
Merge pull request #5501 from ecmadao/patch-1
...
Update screen.md
2016-05-12 10:36:38 +09:00
Cheng Zhao
9a35d54ecf
Merge pull request #5500 from radarhere/master
...
Fixed typo
2016-05-12 10:26:39 +09:00
Cheng Zhao
989dfe01e1
Merge pull request #5496 from deepak1556/linux_dialog_icon_patch
...
dialog: resize icon on linux before showing
2016-05-12 10:24:32 +09:00
ecmadao
b81742f335
Update screen.md
...
bugfix-修改错别字
2016-05-12 09:21:10 +08:00
Cheng Zhao
5a702425eb
Merge pull request #5489 from felixrieseberg/windows-store-guide
...
Add Windows Store Guide
2016-05-12 09:30:18 +09:00
Cheng Zhao
f6d4af8882
Merge pull request #5487 from felixrieseberg/windows-dialog-array
...
Document Dialog Buttons Behavior on Windows
2016-05-12 09:26:28 +09:00
Andrew Murray
2d19d8108b
Fixed typo
2016-05-12 08:14:17 +10:00
Anthony Ryan
c29b844a97
Replace gtk_widget_hide_all with gtk_widget_hide
...
gtk_widget_hide_all was deprecated in gtk+ 2.24 and was removed
entirely in recent versions. This is a pretty straight forward
replacement.
2016-05-11 15:33:43 -04:00
deepak1556
64718888dd
dialog: resize icon on linux before showing
2016-05-11 22:30:10 +05:30
Cheng Zhao
064af6ecb2
Merge branch '1-0-release'
2016-05-11 22:11:08 +09:00
Cheng Zhao
959f7a1911
Merge pull request #5491 from electron/key-weak-map
...
Extend the IDWeakMap to accept arbitrary key type
2016-05-11 22:10:43 +09:00
Cheng Zhao
ff3104b44b
hash function for pair is already defined in VS
2016-05-11 21:32:28 +09:00
Cheng Zhao
12d40cd310
Add typename hint to fix compilation error on VS2015
2016-05-11 20:57:21 +09:00
Cheng Zhao
759a46f3d6
Use DoubleIDWeakMap for |rendererFunctions|
2016-05-11 20:40:48 +09:00
Cheng Zhao
6578c4f0b3
Bump v1.0.1
2016-05-11 20:10:38 +09:00
Cheng Zhao
b2d83fd8a8
Merge pull request #5490 from electron/webcontents-event
...
Listen for devtools-opened on webContents
2016-05-11 19:59:09 +09:00
Kevin Sawicki
a32f50ef64
Use arrow function for this binding
2016-05-11 12:54:52 +02:00
Kevin Sawicki
1b2b7fc4ce
Listen for devtools-opened on webContents
2016-05-11 12:48:46 +02:00
Cheng Zhao
49ac160ff7
Move createIDWeakMap to v8Util
2016-05-11 19:30:06 +09:00
Cheng Zhao
a077355d70
Turn api::IDWeakMap into api::KeyWeakMap<T>
2016-05-11 18:21:35 +09:00
Felix Rieseberg
ffa5abe99b
📝 Add Windows Store Guide
...
This commit adds a guide about how to compile your app as a Windows Store app, analog to the Mac App Store guide.
2016-05-11 10:50:46 +02:00
Felix Rieseberg
9200e32b0e
📝 Document Dialog Buttons Behavior on Windows
...
Closes #5464
2016-05-11 10:27:37 +02:00
Cheng Zhao
04d59991b0
Use create function instead of IDWeakMap constructor
2016-05-11 16:15:32 +09:00
Cheng Zhao
c708ae8eb5
Remove IDWeakMap
2016-05-11 15:51:22 +09:00
Cheng Zhao
ea93553225
Make KeyWeakMap a template class
2016-05-11 15:17:35 +09:00
Cheng Zhao
e6c0b1fe0c
Fix leak when KeyWeakMap::Remove is called directly
...
Usually the KeyObject would be destroyed when GC happens, but then
Remove is called before GC happens, the KeyObject would be leaked
forever. This fixes it by keeping KeyObject as a member of map.
2016-05-11 15:17:35 +09:00
Cheng Zhao
79c1ad85f9
Add KeyWeakMap without Add method
2016-05-11 15:17:35 +09:00
Cheng Zhao
7f2a46cdd5
Remove unused methods of IDWeakMap
2016-05-11 15:17:35 +09:00
Cheng Zhao
2cd41b2f84
Merge branch 'master' of https://github.com/electron/electron
2016-05-11 15:15:15 +09:00
Cheng Zhao
0f52a6da39
Merge branch '1-0-release'
2016-05-11 15:14:56 +09:00
Cheng Zhao
71704fc5d8
Merge pull request #5486 from electron/fix-dump-version-info-js
...
Do not use require('app') in dump-version-info.js
2016-05-11 15:12:04 +09:00
Cheng Zhao
e5890728dc
Do not use require('app') in dump-version-info.js
2016-05-11 15:07:09 +09:00
Cheng Zhao
08d2320ad6
Merge pull request #5485 from preco21/korean-docs-4
...
docs: Update Korean docs as upstream
2016-05-11 14:48:43 +09:00
Plusb Preco
95c9e48822
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-11 13:48:40 +09:00
Machisté N. Quintana
8bb097e0a4
Merge pull request #5480 from preco21/patch-3
...
docs: Match object notation style
2016-05-10 21:27:45 -07:00
Plusb Preco
01c483e0dd
📝 Update README-ko.md
...
[ci skip]
2016-05-11 10:48:54 +09:00
Plusb Preco
4cdba29fbd
📝 Match object notation style
...
[ci skip]
2016-05-11 10:30:02 +09:00
Cheng Zhao
ed70a11ff8
Merge pull request #5477 from danhp/download-bounce
...
Add API: app.dock.downloadFinished(filePath)
2016-05-11 09:41:08 +09:00
Cheng Zhao
8dd5f58161
Merge pull request #5479 from electron/widevine-path
...
Fix passing paths in command line
2016-05-11 09:24:24 +09:00
Cheng Zhao
1d6f05c9bb
Merge branch 'document-fixes-4' of https://github.com/preco21/electron into preco21-document-fixes-4
2016-05-11 09:23:52 +09:00
Cheng Zhao
d0b39bc4fe
Merge pull request #5473 from preco21/korean-docs-3
...
docs: Update Korean docs as upstream
2016-05-11 09:20:51 +09:00
Cheng Zhao
dec971a889
Merge pull request #5471 from nickytonline/fix-readme
...
Fixed code snippet in read me
2016-05-11 09:12:01 +09:00
Cheng Zhao
0dad2581ef
Fix passing paths in command line
2016-05-11 08:57:35 +09:00
Nick Taylor
b54af73782
fixed code snippet in menu api documentation.
2016-05-10 22:32:45 +02:00
Daniel Pham
6dae07b76f
Add API: app.dock.downloadFinished(filePath)
2016-05-10 15:02:56 -04:00
Plusb Preco
ebc7f5cba0
📝 Remove whitespace
...
[ci skip]
2016-05-11 03:34:06 +09:00
Plusb Preco
c4d34eb465
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-11 03:14:06 +09:00
Plusb Preco
5146befa46
📝 Match variable names
...
[ci skip]
2016-05-11 02:38:42 +09:00
Plusb Preco
885aeec442
📝 Match variable names
...
[ci skip]
2016-05-11 02:16:32 +09:00
Plusb Preco
f1b184ef78
📝 Fix code style issue
...
* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes.
2016-05-11 02:15:09 +09:00
Plusb Preco
139a4f984a
📝 Add missing semicolons
...
[ci skip]
2016-05-11 01:57:55 +09:00
Plusb Preco
6e0112bf9f
📝 Cleanup codes
...
[ci skip]
2016-05-11 01:34:51 +09:00
Plusb Preco
552102b88d
📝 Remove whitespace after code block
...
[ci skip]
2016-05-11 01:32:13 +09:00
Plusb Preco
4d7296e1db
📝 Match destructuring style
...
[ci skip]
2016-05-11 01:26:38 +09:00
Cheng Zhao
61bf3ae1ee
Merge pull request #5462 from zicai/patch-1
...
Docs:fix a minor typo
2016-05-10 19:44:36 +09:00
Plusb Preco
5787bb0226
📝 Fix code style issue
...
* Match equality operators for consistent that `==`, `!=` by `===`,
`!==`.
* Match string expression notation `"` by `'`.
[ci skip]
2016-05-10 18:42:21 +09:00
zicai
8e48fde5ac
Docs:fix a minor typo
2016-05-10 16:53:14 +08:00
Plusb Preco
3cc2dd216f
📝 Adjust line length to 80
...
[ci skip]
2016-05-10 17:41:16 +09:00
Plusb Preco
cd3d154cc3
📝 Small fixes
...
[ci skip]
2016-05-10 17:35:12 +09:00
Plusb Preco
6bad16377d
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-10 16:27:14 +09:00
Cheng Zhao
3014e61792
Update native_mate: close #5392
2016-05-10 16:10:02 +09:00
Plusb Preco
12e62746b3
📝 Add security.md
...
[ci skip]
2016-05-10 13:48:26 +09:00
Cheng Zhao
61ec3acde9
Merge pull request #5459 from electron/soft-warning
...
Turn exception in protocol.registerStandardSchemes into warning warning
2016-05-10 11:11:00 +09:00
Cheng Zhao
8e7a5adc60
spec: protocol.registerStandardSchemes does not throw
2016-05-10 09:57:13 +09:00
Cheng Zhao
4dc431043f
docs: When to use protocol.registerStandardSchemes
2016-05-10 09:53:35 +09:00
Cheng Zhao
566bb1f708
Turn the exception in protocol.registerStandardSchemes to warning
2016-05-10 09:53:35 +09:00
Cheng Zhao
ab3122ef2a
No need to keep the deprecated APIs
...
They will be removed in next release.
2016-05-10 09:53:35 +09:00
Cheng Zhao
c40fb67890
Bump v1.0.0
2016-05-09 21:17:35 +09:00
Cheng Zhao
797b0ddb9a
Fix exception when refreshing specs window
2016-05-09 20:08:50 +09:00
Cheng Zhao
e139012f9a
Merge pull request #5373 from electron/remove-deprecated-apis
...
Remove deprecated apis
2016-05-09 19:16:38 +09:00
Plusb Preco
60d7dd991d
📝 Fix small typos
...
[ci skip]
2016-05-09 16:23:11 +09:00
Plusb Preco
897d376978
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-09 16:20:05 +09:00
Plusb Preco
ad4450ec88
📝 Small fixes
...
[ci skip]
2016-05-09 11:23:46 +09:00
Plusb Preco
fe5dc5d28e
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-09 10:43:52 +09:00
Cheng Zhao
af0afecb45
Merge pull request #5406 from deepak1556/protocol_standard_scheme_patch
...
protocol: fix registerStandardSchemes api
2016-05-09 09:12:35 +09:00
Cheng Zhao
6b79f53416
Merge pull request #5440 from electron/bengotow/remove-default-protocol
...
Implement RemoveAsDefaultProtocolClient on OS X
2016-05-09 08:36:21 +09:00
Ben Gotow
ac905e7080
Add docs, avoid side effects when not currently default
2016-05-08 10:50:17 -07:00
deepak1556
70dac71639
delay protocol object creation
2016-05-08 16:44:14 +05:30
Cheng Zhao
4841e37502
Merge pull request #5445 from electron/fix-flaky-tests
...
Suppress the window.open tests on travis CI's mac machine
2016-05-08 16:44:29 +09:00
Cheng Zhao
c682ccd9d0
Suppress the window.open tests on travis CI's mac machine
2016-05-08 15:15:16 +09:00
Cheng Zhao
b358dff689
Merge pull request #5444 from electron/expiration-date
...
Fix `expirationDate` not showing for persistent cookies
2016-05-08 15:13:36 +09:00
Cheng Zhao
e24ce97731
Set expirationDate for persistent cookie
2016-05-08 14:38:07 +09:00
Cheng Zhao
1dcbd352cc
Merge pull request #5436 from stevekinney/refactor-parse-args-in-dialog
...
Refactor parseArgs function in dialog module
2016-05-08 11:57:02 +09:00
Cheng Zhao
85f700f458
Merge pull request #5432 from stevekinney/default-app-to-es6
...
Update default_app to ES6 conventions
2016-05-08 11:21:01 +09:00
Cheng Zhao
3fcb4be303
Merge pull request #5418 from felixrieseberg/security-guide
...
Add Security Tutorial
2016-05-08 11:20:21 +09:00
deepak1556
9c71c9fa6a
fix docs and spec
2016-05-08 01:37:57 +05:30
deepak1556
0f2ae385ed
allow protocol module initialization before app ready.
...
* ensure registerStandardSchemes can only be called before app ready
* ensure other protocol methods can only be used after app ready
2016-05-08 01:36:34 +05:30
deepak1556
1ff33b7c81
protocol: fix registerStandardSchemes api
2016-05-08 01:36:34 +05:30
Ben Gotow
19d5d3b7d1
Implement RemoveAsDefaultProtocolClient on OS X
2016-05-07 11:07:58 -07:00
Steve Kinney
91220f2a98
💄 Simplify conditional check for BrowserWindow
2016-05-07 09:13:40 -06:00
Steve Kinney
f3e633eb2c
💄 Use destructuring to shift arguments
2016-05-07 08:55:26 -06:00
Steve Kinney
6708e2a302
💄 Cache last argument in parseArgs
...
This is to eliminate the need to access the array twice.
2016-05-07 08:52:52 -06:00
Steve Kinney
b6fd4fed38
💄 Update default_app to ES6 conventions
...
Add space before object literal method
2016-05-07 08:18:22 -06:00
Felix Rieseberg
02e8e929e1
📝 Add Security Tutorial
...
Add basic information about Electron and Security, including an
invitation to contribute to security features. Contains information by
@zcbenz, @zeke, and @paulcbetts.
2016-05-07 10:57:36 +01:00
Cheng Zhao
b05fa2ed5b
Merge pull request #5430 from deepak1556/ipc_renderer_patch
...
ipcRenderer: fix crash with multiple listeners to sync message
2016-05-07 16:32:54 +09:00
Cheng Zhao
e46a50512d
Merge pull request #5428 from miniak/update-app-manifest
...
Update app manifest
2016-05-07 11:20:25 +09:00
Cheng Zhao
8f4b6afa64
Merge pull request #5431 from deepak1556/devtools_file_system_indexer_patch
...
devtools: handle file system indexing requests
2016-05-07 10:55:12 +09:00
Cheng Zhao
e6f4dd0f85
Update brightray for #5431
2016-05-07 10:54:34 +09:00
Cheng Zhao
767c235708
Fix compilation error
2016-05-07 10:38:41 +09:00
Milan Burda
bc8689889d
Add dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDPIAware
2016-05-07 01:18:01 +02:00
Milan Burda
bb32039fde
Add disableWindowFiltering to app manifest to enable enumeration of modern app windows in node modules
2016-05-07 01:17:27 +02:00
deepak1556
53ac79cb19
devtools: handle file system indexing requests
2016-05-07 04:32:54 +05:30
Kevin Sawicki
081c8e1f28
Merge pull request #5426 from electron/vendor-link-in-docs
...
Link to vendor folder on GitHub
2016-05-06 13:31:23 -07:00
Kevin Sawicki
6861d645ad
Link to vendor folder on GitHub
2016-05-06 13:25:01 -07:00
Kevin Sawicki
ef459c7676
Remove support for options now on webPreferences
2016-05-06 10:12:56 -07:00
Cheng Zhao
28f1aef7b4
Remove ELECTRON_HIDE_INTERNAL_MODULES in docs
2016-05-06 10:12:56 -07:00
Cheng Zhao
fd432ddbc9
Fix the toDataUrl call in desktopCapturer
2016-05-06 10:12:56 -07:00
Cheng Zhao
446da677b5
Remove NativeImage.toDataUrl
2016-05-06 10:12:56 -07:00
Kevin Sawicki
7685380105
Remove crashed event forwarding
2016-05-06 10:12:56 -07:00
Kevin Sawicki
56cd57872c
Remove BrowserWindow events now on WebContents
2016-05-06 10:12:56 -07:00
Kevin Sawicki
f2d8eadf4e
Remove deprecated prototol APIs
2016-05-06 10:12:55 -07:00
deepak1556
14661819c2
move session wrapper to webcontents
2016-05-06 10:12:55 -07:00
Kevin Sawicki
609f5dcaaf
Update read path to something that exists
2016-05-06 10:12:55 -07:00
Kevin Sawicki
4d6b95aa52
Tweak spec description
2016-05-06 10:12:55 -07:00
Kevin Sawicki
0eefb282ca
Test no handler via call to deprecate.log
2016-05-06 10:12:55 -07:00
Kevin Sawicki
722a07de86
Add explicit call to deprecate.log
2016-05-06 10:12:55 -07:00
Kevin Sawicki
30b60516fe
Initialize session explicitly
2016-05-06 10:12:55 -07:00
Kevin Sawicki
814ae7b4a4
🎨
2016-05-06 10:12:55 -07:00
Kevin Sawicki
d627ead273
Remove linter errors
2016-05-06 10:12:55 -07:00
Kevin Sawicki
16d4c436cb
Keep exporting deprecate/deprecations
2016-05-06 10:12:55 -07:00
Kevin Sawicki
7ad86a12b4
Remove empty _init
2016-05-06 10:12:54 -07:00
Kevin Sawicki
58473f41ab
Remove deprecated BrowserWindow options specs
2016-05-06 10:12:54 -07:00
Kevin Sawicki
4cb620c195
Remove support for translating hyphenated options
2016-05-06 10:12:54 -07:00
Kevin Sawicki
bea232f53a
Update specs for internal module require
2016-05-06 10:12:54 -07:00
Kevin Sawicki
ef801d5543
Remove .only call
2016-05-06 10:12:54 -07:00
Kevin Sawicki
1e140fb32c
Remove ipc.js files
2016-05-06 10:12:54 -07:00
Kevin Sawicki
2ce4237083
Remove hideInternalModules API
2016-05-06 10:12:54 -07:00
Kevin Sawicki
dafa14fe42
Don't export deprecate API
2016-05-06 10:12:54 -07:00
Kevin Sawicki
bf91410a22
Remove deprecated main process ipc module
2016-05-06 10:12:54 -07:00
Kevin Sawicki
d988cae16d
Remove deprecated ipc module
2016-05-06 10:12:53 -07:00
Kevin Sawicki
a6cf7a1095
Remove deprecated crashReporter.start options
2016-05-06 10:12:53 -07:00
Kevin Sawicki
6f0471f6cb
Remove deprecated options check in BrowserWindow
2016-05-06 10:12:53 -07:00
Kevin Sawicki
0342db9328
Remove hyphenated options
2016-05-06 10:12:53 -07:00
Kevin Sawicki
dae68be2ce
Remove deprecated APIs
2016-05-06 10:12:53 -07:00
Kevin Sawicki
0cf50b1c0b
Merge pull request #5425 from electron/remove-atom-org-links
...
Update links to electron org in docs
2016-05-06 10:12:02 -07:00
Kevin Sawicki
7cca287b60
Update links to electron org
2016-05-06 10:11:43 -07:00
Kevin Sawicki
476aea5a3f
Merge pull request #5424 from electron/windows-installer-docs
...
Link to electron-winstaller
2016-05-06 10:11:33 -07:00
Kevin Sawicki
f84b5a7642
Link to electron-winstaller
2016-05-06 10:05:12 -07:00
Kevin Sawicki
9a56974c83
Merge pull request #5423 from electron/fix-spacing-app-doc
...
Fix spacing on lines and url
2016-05-06 09:59:58 -07:00
Jessica Lord
0e8636cb2a
Fix spacing on lines and url
2016-05-06 18:56:07 +02:00
Cheng Zhao
f58b3f853e
Merge pull request #5421 from electron/default-app-flag
...
Add a flag indicating app is started from default app
2016-05-06 22:09:02 +09:00
Cheng Zhao
c18880bd77
Add a flag indicating app is started from default app
2016-05-06 21:49:49 +09:00
Cheng Zhao
7b83d920fa
Merge pull request #5412 from electron/osx-disable-rubber-banding
...
Add scrollBounce option and disable it by default
2016-05-06 15:35:14 +09:00
Cheng Zhao
df397dab30
Add scrollBounce option and disable it by default
2016-05-06 14:57:43 +09:00
Cheng Zhao
4ce26dfa68
Merge pull request #5409 from electron/did-fail-load-clarification
...
Clarify how did-fail-load handles redirects
2016-05-06 14:27:46 +09:00
Cheng Zhao
16bfc19547
Merge pull request #5411 from electron/min-max-size-docs
...
docs: Make it clear that size constraints only apply for users
2016-05-06 14:24:59 +09:00
Cheng Zhao
a4405dad45
docs: Make it clear that size constraints only apply for users
...
[ci skip]
2016-05-06 14:21:19 +09:00
Cheng Zhao
aa516ae01a
Merge pull request #5408 from electron/ld-update-code-of-conduct
...
📝 Update to v1.4 of the Code of Conduct
2016-05-06 10:41:25 +09:00
Charlie Hess
69c4c7e3be
Clarify how did-fail-load handles redirects.
2016-05-05 15:52:00 -07:00
deepak1556
45b3bd3a22
ipcRenderer: fix crash with multiple listeners to sync message
2016-05-06 02:52:59 +05:30
Lee Dohm
edfb1b5d0e
📝 Update to v1.4 of the Code of Conduct
...
Also, switch email address for reporting.
2016-05-05 13:48:44 -07:00
Cheng Zhao
969a30fc3b
Merge branch 'update-code-samples' of https://github.com/stevekinney/electron into stevekinney-update-code-samples
2016-05-05 20:55:25 +09:00
Cheng Zhao
636570306a
Merge pull request #5401 from electron/ns-js-object
...
Fully support the userInfo object in app.setUserActivity and continue-activity event
2016-05-05 17:59:43 +09:00
Cheng Zhao
2c31d7c1e8
Revert "Generalize this mate converter for reuse."
...
This reverts commit 92606579d3 .
2016-05-05 17:26:31 +09:00
Cheng Zhao
c9c4ba39ab
docs: We support arbitrary NSDictionary now
2016-05-05 17:07:46 +09:00
Cheng Zhao
2f9fee0c8a
Move the job of creating userActivity to AtomApplication
2016-05-05 16:38:47 +09:00
Cheng Zhao
60bd60e1ed
Fully support converting NSDictionary to JS userInfo object
2016-05-05 16:26:44 +09:00
Cheng Zhao
8e1d2479ac
spec: Should not run app.setUserActivity test on non-OS X
2016-05-05 12:27:25 +09:00
Cheng Zhao
7268f434b2
Fix code styling problems
2016-05-05 12:26:23 +09:00
Cheng Zhao
3f2a25d07c
Merge pull request #5352 from CharlieHess/hands-on-hand-off
...
OS X Handoff Feature
2016-05-05 12:06:56 +09:00
Cheng Zhao
f10ab71f60
Merge pull request #5388 from electron/default-app-styling
...
Make the drag box fill the remaining height of window in default app
2016-05-05 11:16:16 +09:00
Cheng Zhao
4b42fe1b24
Merge pull request #5393 from appetizermonster/patch-2
...
Fix small mistakes in Korean Doc
2016-05-05 11:15:35 +09:00
Cheng Zhao
0901a70166
Merge pull request #5379 from danhp/context-menu
...
Expose the 'context-menu' event.
2016-05-05 11:12:58 +09:00
Charlie Hess
b2fb95f857
Use scoped_nsobject to ensure our intermediate objects get cleaned up.
2016-05-04 11:28:49 -07:00
Steve Kinney
55babea2bb
📝 Update tutorials to ES6 [ci skip]
2016-05-04 12:11:51 -06:00
Steve Kinney
3271492c86
📝 Update FAQ to ES6 [ci skip]
2016-05-04 12:02:24 -06:00
Steve Kinney
afe0296e0f
📝 Rewrite docs on destructuring assignment [ci skip]
2016-05-04 11:59:40 -06:00
Steve Kinney
5a9f28e034
📝 Update API documentation to ES6 [ci skip]
2016-05-04 11:59:02 -06:00
Steve Kinney
178496afe5
📝 Update documentation style guide to ES6 [ci skip]
2016-05-04 10:55:05 -06:00
Heejin Lee
2b079588bb
Fix small mistakes in CONTRIBUTING-ko.md
2016-05-05 00:02:53 +09:00
Daniel Pham
a6f2d401fa
Follow object naming conventions for params in the 'context-menu' event
2016-05-04 10:41:10 -04:00
Cheng Zhao
6fba72a40c
Merge pull request #5383 from preco21/korean-docs-2
...
docs: Update Korean docs as upstream
2016-05-04 23:20:44 +09:00
Cheng Zhao
fe73688975
Merge pull request #5387 from preco21/patch-1
...
docs: Match code syntax
2016-05-04 23:20:23 +09:00
Cheng Zhao
ef561fb919
Merge pull request #5378 from CGamesPlay/master
...
Use select to query the uv kqueue
2016-05-04 23:08:12 +09:00
Plusb Preco
9483cd351a
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-04 18:45:52 +09:00
Cheng Zhao
28d12166fd
Fix margin of elements in flex
2016-05-04 18:01:29 +09:00
Cheng Zhao
7074789011
Remove some unnecessary css rules
2016-05-04 18:01:29 +09:00
Cheng Zhao
5e73b0372d
Make the drag box fill the remaining height of window
2016-05-04 18:01:29 +09:00
Cheng Zhao
540076e9d5
Fix code styling issue
2016-05-04 17:12:10 +09:00
Cheng Zhao
8957ba5222
Merge pull request #5371 from adambuckland/fix_auto_update_error
...
Fix autoUpdater error on OS X
2016-05-04 16:58:25 +09:00
Cheng Zhao
4c1a0d29b0
Merge pull request #5367 from sindresorhus/patch-1
...
improve the `webContents.openDevTools` docs
2016-05-04 16:52:48 +09:00
Charlie Hess
7b207aa1b6
Don't run this spec on platforms where the method is unavailable.
2016-05-03 23:33:40 -07:00
Plusb Preco
9fcafc6f9e
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-04 15:00:59 +09:00
Plusb Preco
8be2239a45
📝 Match code syntax
...
[ci skip]
2016-05-04 14:34:11 +09:00
Plusb Preco
d63d570327
📝 Fix typo
...
[ci skip]
2016-05-04 09:46:14 +09:00
Charlie Hess
12764a66ed
Add an accessor for the current activity type and write the simplest possible test.
2016-05-03 15:51:31 -07:00
Charlie Hess
42768bcc2b
Save the activity on the application instance to ensure we hold a reference. Activities that enable search need to persist.
2016-05-03 14:57:16 -07:00
Daniel Pham
81eb3e3428
📝 Document 'context-menu' event
2016-05-03 17:52:24 -04:00
Daniel Pham
0fffbea79d
Add 'context-menu' event to 'WebContents'
2016-05-03 17:50:54 -04:00
Plusb Preco
ebd8d30f25
📝 Small fixes
...
[ci skip]
2016-05-04 02:55:10 +09:00
Charlie Hess
a5a2e20449
📝 on using only strings.
2016-05-03 10:34:59 -07:00
Charlie Hess
03d25ce6c0
Revert "Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray."
...
This reverts commit 2295f3a832 .
2016-05-03 10:32:42 -07:00
Charlie Hess
f84a973d69
Revert "Use a DictionaryValue everywhere instead of a string map."
...
This reverts commit 90cc10944a .
2016-05-03 10:31:53 -07:00
Paul Betts
2606f8020a
Merge pull request #5382 from danhp/patch-1
...
Fix Windows debug doc pointing to OS X
2016-05-03 09:28:45 -07:00
Daniel Pham
e9c9e22a9e
📝 Fix Windows debug doc pointing to OS X
...
[ci skip]
2016-05-03 11:51:57 -04:00
Cheng Zhao
513b07b3b3
Merge pull request #5377 from electron/custom_compiler
...
Add more options for building on Linux
2016-05-03 22:23:31 +09:00
Ryan Patterson
b15c07e1a8
Use select to query the uv kqueue
...
This resolves #38 . I've verified that events still get processed like they
should on El Capitan 10.11.3 (15D21).
2016-05-02 23:54:21 -07:00
Plusb Preco
0e7de568a2
📝 Small fixes
...
[ci skip]
2016-05-03 15:34:47 +09:00
Plusb Preco
f984536523
📝 Improve grammar
...
[ci skip]
2016-05-03 12:07:06 +09:00
Cheng Zhao
67a768fc77
Do not download clang on Windows
2016-05-03 09:38:15 +09:00
Cheng Zhao
49eed1ebb9
Ignore CC and CXX if user didn't change build configuration
2016-05-03 09:31:39 +09:00
Cheng Zhao
0567f09d6d
docs: The building environment variables
2016-05-03 08:29:23 +09:00
Charlie Hess
90cc10944a
Use a DictionaryValue everywhere instead of a string map.
2016-05-02 16:18:58 -07:00
Charlie Hess
2295f3a832
Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray.
2016-05-02 14:45:59 -07:00
Charlie Hess
b53480e15c
Merge remote-tracking branch 'origin/master' into hands-on-hand-off
2016-05-02 12:18:26 -07:00
Charlie Hess
dbe36748d4
Merge branch 'master' of https://github.com/atom/atom-shell
2016-05-02 12:18:10 -07:00
Plusb Preco
be32039cf9
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-03 02:43:21 +09:00
Kevin Sawicki
543211b53a
Merge pull request #5372 from electron/update-appveyor
...
Update link to AppVeyor build badge
2016-05-02 09:26:14 -07:00
Kevin Sawicki
fecd9ee4a0
Update link to AppVeyor build badge
2016-05-02 09:07:14 -07:00
Cheng Zhao
e39d5a9eb9
docs: Introduce clang flags
2016-05-02 22:32:43 +09:00
Cheng Zhao
ac3a704abc
Avoid overriding environment variables
2016-05-02 12:38:17 +00:00
Cheng Zhao
34b4ebd9f3
Fix logic errors
2016-05-02 12:15:10 +00:00
Cheng Zhao
098d72b741
Convert --clang_dir and --disable_clang to --defines
2016-05-02 21:19:16 +09:00
Cheng Zhao
26e4ce30bb
Pass --disable_clang and --clang_dir to libchromiumcontent
2016-05-02 20:06:21 +09:00
Cheng Zhao
7cbe6bc8bd
Merge pull request #5366 from electron/bootstrap-libchromiumcontent
...
Add --build_libchromiumcontent command line switch
2016-05-02 19:07:22 +09:00
Cheng Zhao
bd70d9008f
Update modules before calling build_libchromiumcontent
2016-05-02 07:45:48 +00:00
Sindre Sorhus
ad09196433
improve the webContents.openDevTools docs
...
consistent value notation and explain the difference between `undocked` and `detach` mode.
2016-05-02 14:39:46 +07:00
Cheng Zhao
cc24bea813
Fix pylint warnings
2016-05-02 16:38:58 +09:00
Cheng Zhao
459a65d296
docs: the --build_libchromiumcontent switch
2016-05-02 16:35:33 +09:00
Cheng Zhao
64abae0b3c
docs: Cleanup unnecessary parts in build-instructions-linux.md
2016-05-02 16:26:18 +09:00
Cheng Zhao
26c0ad1c2f
Add --build_libchromiumcontent option
2016-05-02 16:17:38 +09:00
Plusb Preco
a83b891a95
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-02 10:21:27 +09:00
Plusb Preco
51f095e5c3
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-05-02 10:18:38 +09:00
Plusb Preco
a60bb9031a
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-05-02 10:18:25 +09:00
Cheng Zhao
f1edd88e56
Merge pull request #5365 from TyanNN/master
...
Translated application distribution and application packaging to ru_RU
2016-05-02 10:08:20 +09:00
Cheng Zhao
c48598a5bc
Merge pull request #5360 from miniak/patch-1
...
Fix systemPreferences docs
2016-05-02 09:43:35 +09:00
TyanNN
6cb8f278a2
Translated application distribution and application packaging to ru_RU
2016-05-01 21:18:49 +03:00
Milan Burda
91911d2d32
Fix systemPreferences docs
2016-05-01 18:03:58 +02:00
Adam Buckland
abb60ecd2e
Fix autoUpdater error on OS X
...
If there is no localizedFailureReason, then then this will no longer be
added to the error string (which would result previously in it printing
'(null)' as part of the string)
2016-05-01 13:43:56 +01:00
Cheng Zhao
586e5e2ba5
Merge pull request #5361 from preco21/korean-docs
...
docs: Update Korean docs as upstream
2016-05-01 14:34:00 +09:00
Cheng Zhao
b2e77b2e6b
Merge pull request #5357 from TyanNN/master
...
Translated Quickstart to ru_RU
2016-05-01 11:46:15 +09:00
Charlie Hess
21ae288ee7
📝 about the plist changes.
2016-04-30 13:03:10 -07:00
Charlie Hess
05493502ea
Value first, key second.
2016-04-30 11:17:29 -07:00
Plusb Preco
33aecb9978
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-01 02:46:19 +09:00
Plusb Preco
a554f9e683
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-01 02:10:23 +09:00
Plusb Preco
6fda14ce88
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-01 01:53:21 +09:00
Plusb Preco
f426c9c951
📝 Improve grammar
...
[ci skip]
2016-05-01 01:12:54 +09:00
Plusb Preco
bde412dd69
📝 Fix typos
...
[ci skip]
2016-05-01 01:11:21 +09:00
Cheng Zhao
03ce8a195a
Merge pull request #5359 from electron/windows-pdb
...
Upload PDBs to Windows symbol server
2016-05-01 00:10:34 +09:00
Cheng Zhao
47f7f7b02e
Revert "Don't upload PDB files in CI"
...
This reverts commit 7ab8134613 .
2016-04-30 21:43:33 +09:00
Cheng Zhao
d91cd424fe
Revert "Run tests for branches on appveyor"
...
This reverts commit 33370b18b3 .
This commit was wrongly pushed.
2016-04-30 21:21:11 +09:00
Cheng Zhao
5766f4703a
Merge pull request #5358 from electron/windows-ci
...
Run tests on Windows CI machine
2016-04-30 21:18:23 +09:00
Cheng Zhao
f65f8918c9
Fix specs on Windows when running without desktop session
2016-04-30 21:03:22 +09:00
Cheng Zhao
33370b18b3
Run tests for branches on appveyor
2016-04-30 20:42:24 +09:00
TyanNN
dae63ec4f1
Translated Quickstart to ru_RU
2016-04-30 13:54:19 +03:00
Cheng Zhao
214eb0430c
Fix a few failing tests on Windows
2016-04-30 18:21:18 +09:00
Cheng Zhao
2a55d93501
Remove the output file after testing
2016-04-30 17:52:53 +09:00
Cheng Zhao
b68a25835f
Make sure output is written when test fails
2016-04-30 17:48:07 +09:00
Cheng Zhao
3dcf69eab3
Also run tests on 32bit Windows
2016-04-30 17:17:23 +09:00
Cheng Zhao
8aa88067ca
Do not write to stdout in Electron when running on win32 CI machine
...
This makes Electron crash on CI machine somehow.
2016-04-30 17:08:51 +09:00
Cheng Zhao
6756f8c7af
Make win32 CI machine run tests
2016-04-30 15:38:23 +09:00
Charlie Hess
cea1b49db0
Add some documentation in app.md.
2016-04-29 22:25:09 -07:00
Charlie Hess
195940292d
This is preventDefault by convention.
2016-04-29 22:08:19 -07:00
Charlie Hess
88805ec7e2
Make the Linter happy.
2016-04-29 22:05:36 -07:00
Cheng Zhao
fe3c78ad84
Merge pull request #5353 from electron/update-old-bracket-notation-in-translations
...
update all references to old atom-log bracket notation
2016-04-30 12:13:07 +09:00
Cheng Zhao
47a2a3a13f
Merge pull request #5349 from electron/link-to-electron-prebuilt
...
describe electron-prebuilt and link to it
2016-04-30 11:59:44 +09:00
Cheng Zhao
b693ced765
Merge pull request #5346 from electron/update-quick-start-code
...
update quick-start code to match quick-start repo
2016-04-30 11:56:50 +09:00
Zeke Sikelianos
9f99ba3b73
update all references to old atom-log bracket notation
2016-04-29 18:35:02 -07:00
Charlie Hess
3a9a1d35d7
Add the AppDelegate override for restoring from hand-off, and fire the app event.
2016-04-29 17:37:01 -07:00
Charlie Hess
c20acb0361
Implement a "continue-activity" event on app for resuming from hand-off.
2016-04-29 17:36:04 -07:00
Charlie Hess
6df4bb176d
Implement app.setUserActivity(type, userInfo).
2016-04-29 17:35:07 -07:00
Charlie Hess
92606579d3
Generalize this mate converter for reuse.
2016-04-29 17:32:25 -07:00
Kevin Sawicki
1bbc6211ca
Merge pull request #5347 from rhedshi/patch-1
...
Update mac-app-store-submission-guide.md
2016-04-29 13:34:02 -07:00
Zeke Sikelianos
0c9c1229e3
describe electron-prebuilt and link to it
2016-04-29 13:32:00 -07:00
rhedshi
95476a81ae
Update mac-app-store-submission-guide.md
2016-04-29 13:28:41 -07:00
Zeke Sikelianos
2f71d6afe0
update quick-start code to match quick-start repo
2016-04-29 13:17:50 -07:00
Charlie Hess
e9514bf35d
Merge branch 'master' of https://github.com/atom/atom-shell
2016-04-29 13:12:56 -07:00
Cheng Zhao
edb73fb734
Bump v0.37.8
2016-04-29 20:48:19 +09:00
Cheng Zhao
cb45c94db9
Merge pull request #5340 from electron/create-user-data
...
Make sure the userData directory is created before ready event
2016-04-29 20:36:27 +09:00
Cheng Zhao
66853344c0
Make sure the userData directory is created before ready event
2016-04-29 20:20:52 +09:00
Plusb Preco
83af5de572
📝 Small fixes
...
[ci skip]
2016-04-29 10:32:33 +09:00
Arif Çakıroğlu
f7d4ff90ea
added accelerator.md to api folders and translated ( #5316 )
...
* added accelerator.md to api folders and translated 🎉
* added file-object.md to api folder and translated
* added all folders to /tr-TR for broken links
* removed untouched documentation file
* broken link fix
2016-04-29 08:28:46 +09:00
Cheng Zhao
4001f10e2d
Merge pull request #5334 from miniak/fix-screen-events
...
Fix #3075 by not caching the displays (id is not persistent on Windows)
2016-04-29 08:24:55 +09:00
Cheng Zhao
c2833274bf
Merge pull request #5332 from Stone-Jay/patch-7
...
Update desktop-environment-integration.md (zh-CN)
2016-04-29 08:22:26 +09:00
Kevin Sawicki
9f82620bb0
Merge pull request #5300 from electron/default-app-styles
...
Update default app styles
2016-04-28 09:27:33 -07:00
Kevin Sawicki
b0dc7ff841
Remove header link hover color
2016-04-28 09:12:13 -07:00
Kevin Sawicki
80bece5640
Add links to nav bar
2016-04-28 09:12:13 -07:00
simurai
5995e3f400
Make drag&drop text wrap-able
2016-04-28 09:12:13 -07:00
simurai
3e4ecd6d6e
Fix logo
...
So the inner dot is filled
2016-04-28 09:12:12 -07:00
Kevin Sawicki
6979ea7fda
Use default cursor on holder area
2016-04-28 09:12:12 -07:00
Kevin Sawicki
068909dc03
Tweak header text color
2016-04-28 09:12:12 -07:00
Kevin Sawicki
dd337640f5
🎨
2016-04-28 09:12:12 -07:00
Kevin Sawicki
c6edab0950
Tweak link style
2016-04-28 09:12:12 -07:00
Kevin Sawicki
7e9d790070
Tweak font weight on holder div
2016-04-28 09:12:12 -07:00
Kevin Sawicki
54aa458ba4
Tweak font
2016-04-28 09:12:12 -07:00
Kevin Sawicki
09b036f07b
Update header colors
2016-04-28 09:12:12 -07:00
Milan Burda
340b7220f1
Fix #3075 by not caching the displays (id is not persistent on Windows)
2016-04-28 17:46:41 +02:00
StoneStoneStone
1bac04c69d
Update desktop-environment-integration.md
2016-04-28 22:30:14 +08:00
Cheng Zhao
850bc2d443
Merge pull request #5320 from deepak1556/desktopcapture_api_patch
...
renderer: fix desktop capture api not responding different subsequest calls
2016-04-28 20:14:58 +09:00
deepak1556
d64e3784f4
renderer: fix desktop capture api not responding different subsequest calls
2016-04-28 14:24:22 +05:30
Cheng Zhao
68192785e7
Merge pull request #5319 from deepak1556/webcontents_executejavascript_patch
...
webContents: fix executejavascript when called before page load
2016-04-28 16:43:50 +09:00
Cheng Zhao
d9db23185c
Merge pull request #5302 from ritazh/default-protocol-handler
...
Add API: IsDefaultProtocolClient
2016-04-28 16:13:06 +09:00
Cheng Zhao
122652a368
Merge pull request #5315 from deepak1556/download_manager_patch
...
browser: fix some edge cases with download manager
2016-04-28 16:08:22 +09:00
Cheng Zhao
77573281b5
Merge pull request #5314 from Stone-Jay/patch-6
...
Translate `testing-on-headless-ci.md` to Chinese
2016-04-28 11:12:55 +09:00
deepak1556
4e6b148eaa
webContents: fix executejavascript when called before page load
2016-04-28 01:54:08 +05:30
Rita Zhang
df2141d9e6
⚡ Add API: IsDefaultProtocolClient
2016-04-27 12:24:46 -07:00
deepak1556
6dbd2ce243
use DownloadItem to determine download initiator
2016-04-27 20:29:39 +05:30
StoneStoneStone
bfae925b0f
Translate testing-on-headless-ci.md to Chinese
2016-04-27 22:49:07 +08:00
deepak1556
46208b5b3e
session: dont attach download dialog to deleted webContents window
2016-04-27 20:00:31 +05:30
Cheng Zhao
0fa92923da
Merge pull request #5311 from electron/fix-singleton
...
Create user_data_dir before creating singleton lock
2016-04-27 22:25:15 +09:00
Cheng Zhao
4435cdc576
Create user_data_dir before creating singleton lock
2016-04-27 21:52:50 +09:00
Cheng Zhao
302a6e42bd
Merge pull request #5310 from electron/ci-no-clean
...
Do not run clean in cibuild
2016-04-27 20:21:55 +09:00
Cheng Zhao
f3c3042deb
Do not run clean in cibuild
2016-04-27 19:55:01 +09:00
Cheng Zhao
7b8a05f01f
Merge pull request #5298 from phamdaniel/fix-mac-accelerators
...
Fix converting from windows virtual keycode back to mac keycode
2016-04-27 10:23:28 +09:00
Kevin Sawicki
32c93f713a
Merge pull request #5301 from electron/webframe-docs
...
Update module names in docs
2016-04-26 13:46:38 -07:00
Kevin Sawicki
4080442f80
content-tracing -> contentTracing
2016-04-26 10:28:20 -07:00
Kevin Sawicki
b1c0e7e2ab
web-frame -> webFrame
2016-04-26 10:28:04 -07:00
Daniel Pham
21af03d71a
🍎 Fix converting from windows virtual keycode back to mac keycode
2016-04-26 10:53:26 -04:00
Cheng Zhao
cdb4444caa
Merge pull request #5293 from electron/native-gc
...
Dereference remote objects with native code
2016-04-26 19:39:48 +09:00
Cheng Zhao
76a954077d
Simplify RemoteCallbackFreer
2016-04-26 16:37:46 +09:00
Cheng Zhao
4f21a50d23
Remove duplicated converter for content::WebContents
2016-04-26 16:31:56 +09:00
Cheng Zhao
d9778413e1
Should also destory RemoteCallbackFreer when page is reloaded
2016-04-26 16:30:26 +09:00
Cheng Zhao
06cf0406fe
Dereference remote objects with native code
...
Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.
This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8.
2016-04-26 16:16:22 +09:00
Cheng Zhao
570dc7ca9b
Merge branch 'MarshallOfSound-master'
2016-04-26 11:15:56 +09:00
Cheng Zhao
f081c77422
Fix compilation error
2016-04-26 11:15:36 +09:00
Cheng Zhao
f3a9d3eed7
Merge pull request #5290 from arifcakiroglu/master
...
Translate docs to Turkish
2016-04-26 11:13:09 +09:00
Samuel Attard
315cd9d2c8
Emit an error if quitAndInstall is called without an update being available
2016-04-26 11:55:57 +10:00
Cheng Zhao
db91adc2e8
Merge branch 'michal1106-patch-1'
2016-04-26 10:24:57 +09:00
Cheng Zhao
a0c14eed04
Revise the using-pepper-flash-plugin.md
2016-04-26 10:24:43 +09:00
Cheng Zhao
63d0704490
Merge pull request #5282 from electron/system-preferences
...
Add systemPreferences module
2016-04-26 08:21:43 +09:00
arifcakiroglu
64db17dde7
Added Turkish Docs link to README-ko
2016-04-26 01:03:17 +03:00
arifcakiroglu
d02125bde5
Update README
2016-04-26 00:49:34 +03:00
michal1106
62d00163a8
Update using-pepper-flash-plugin.md
2016-04-25 16:45:56 +03:00
Cheng Zhao
b5d2e51100
docs: platform-theme-changed is deprecated
2016-04-25 22:27:44 +09:00
Cheng Zhao
11653aa9c8
docs: systemPreferences
2016-04-25 15:36:38 +09:00
Cheng Zhao
067e9c1a85
Add systemPreferences.getUserDefault
2016-04-25 15:35:52 +09:00
Cheng Zhao
a421c66f3f
Deprecate the platform-theme-changed event
2016-04-25 14:35:34 +09:00
Cheng Zhao
9557226223
Add systemPreferences.subscribeNotification
2016-04-25 14:25:14 +09:00
Cheng Zhao
ddd8eae661
Move isAeroGlassEnabled and isDarkMode to systemPreferences
2016-04-25 12:35:09 +09:00
Cheng Zhao
d72a0e452f
BuildPrototype should not be empty
2016-04-25 12:24:11 +09:00
Cheng Zhao
13f8599ba1
Add systemPreferences module
2016-04-25 11:32:33 +09:00
Cheng Zhao
60b9ff3948
Merge pull request #5280 from electron/better-wrappable
...
Clean up the Wrappable class
2016-04-25 11:22:56 +09:00
Cheng Zhao
9fe3dbcfe0
Make VS happy
2016-04-25 10:40:19 +09:00
Cheng Zhao
272592415d
Fix building on non-mac
2016-04-25 10:34:41 +09:00
Cheng Zhao
993695af07
Remove unneeded cleanup code
2016-04-25 10:23:36 +09:00
Cheng Zhao
60d2cb8a84
Remove the isolate parameter of GetWrapper
2016-04-25 10:19:25 +09:00
Cheng Zhao
2ae52d0ff4
Make Wrappable a template class
2016-04-25 10:17:54 +09:00
Cheng Zhao
a8f08e1fab
Merge pull request #5263 from miniak/mac-fix-maximize
...
Fix BrowserWindow.maximize/unmaximize on Mac
2016-04-24 13:58:36 +09:00
Cheng Zhao
096b948570
Merge pull request #5249 from electron/api-summaries
...
create a one-liner description for each API
2016-04-24 13:50:17 +09:00
Cheng Zhao
c7f338a5ef
Merge pull request #5260 from fierroformo/fix-spanish-docs
...
Fix spanish docs
2016-04-24 13:45:13 +09:00
Cheng Zhao
c7754e712d
Merge pull request #5253 from preco21/master
...
docs: Update Korean docs as Upstream
2016-04-24 13:38:06 +09:00
Cheng Zhao
2f06a2af81
Merge pull request #5252 from miniak/doc-fix
...
Documentation fixes
2016-04-24 13:37:45 +09:00
Milan Burda
e1516d4244
Fix BrowserWindow.maximize/unmaximize on Mac
2016-04-23 01:16:31 +02:00
Alejandro Betancourt
778d18a510
Fix links in readme for spanish translation
2016-04-22 17:13:51 -05:00
Milan Burda
dfd1a46956
Document process.crash method
2016-04-22 23:58:41 +02:00
Alejandro Betancourt
28381757d5
Fix translations to spanish
2016-04-22 14:34:46 -05:00
Zeke Sikelianos
799fd13c50
more updates to api summaries based on feedback
2016-04-22 11:42:54 -07:00
Zeke Sikelianos
2c8261b429
update excerpts based on feedback
2016-04-22 10:32:28 -07:00
Zeke Sikelianos
0527b17e42
blockquote summaries
2016-04-22 10:32:28 -07:00
Zeke Sikelianos
ee190ca62a
create a one-liner description for each API
2016-04-22 10:32:28 -07:00
Jessica Lord
a4de40ec89
Merge pull request #5254 from preco21/document-fixes-3
...
docs: Improve documentations
2016-04-22 09:55:25 -07:00
Kevin Sawicki
08e18d46ea
Merge pull request #5244 from electron/disable-node-in-web-view-when-disabled-in-parent
...
Disable node in webviews when disabled in parent window
2016-04-22 09:05:58 -07:00
Plusb Preco
6205dfa25f
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:30:41 +09:00
Plusb Preco
a14014941b
📝 Fix coding style issues
...
[ci skip]
2016-04-22 23:26:19 +09:00
Plusb Preco
ba9fa95653
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:23:39 +09:00
Plusb Preco
66f4701d93
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:23:15 +09:00
Plusb Preco
b6f8dcea20
📝 Add missing platform specified tag
...
[ci skip]
2016-04-22 23:21:42 +09:00
Plusb Preco
7fa4b7c8b5
📝 Normalize code tags
...
[ci skip]
2016-04-22 23:15:31 +09:00
Plusb Preco
b862cee6ec
📝 Correct heading order
...
[ci skip]
2016-04-22 23:11:39 +09:00
Plusb Preco
741f8091b4
📝 Fix coding style issues
...
* Correct heading order
* Adjust line length to `80`
* Beautify docs
* Apply small fixes
* Normalize whitespaces
[ci skip]
2016-04-22 23:09:59 +09:00
Plusb Preco
cbc2a869e3
📝 Fix typos
...
[ci skip]
2016-04-22 22:56:24 +09:00
Plusb Preco
c72bb6df33
📝 Remove unused link reference
...
[ci skip]
2016-04-22 22:55:38 +09:00
Plusb Preco
4f4277e25e
📝 Fix coding style issues
...
* Adjust line length to `80`
* Normalize whitespaces
[ci skip]
2016-04-22 22:54:43 +09:00
Plusb Preco
0282180b9c
📝 Correct description style
...
[ci skip]
2016-04-22 22:20:41 +09:00
Plusb Preco
08dbd35ced
📝 Apply small fixes
...
[ci skip]
2016-04-22 22:14:42 +09:00
Plusb Preco
552609db73
📝 Apply small fixes
...
[ci skip]
2016-04-22 22:13:02 +09:00
Plusb Preco
57115a447c
📝 Update README-ko.md
...
[ci skip]
2016-04-22 22:12:46 +09:00
Plusb Preco
d125483c13
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-22 22:02:39 +09:00
Milan Burda
da727a3c1b
Fix display.rotation documentation
2016-04-22 12:32:11 +02:00
Cheng Zhao
c04d43ca13
Bump v0.37.7
2016-04-22 17:39:11 +09:00
Cheng Zhao
394ffa88dd
Merge pull request #5250 from electron/felix/camelCase
...
Windows Store Camels
2016-04-22 11:23:15 +09:00
Felix Rieseberg
c0f63eed4e
🎨 Windows Store Camels
2016-04-21 19:11:25 -07:00
Kevin Sawicki
bb2cab2858
Merge pull request #5247 from djpereira/patch-1
...
Update desktop-capturer.md
2016-04-21 15:32:56 -07:00
Daniel Pereira
b45f683655
Update desktop-capturer.md
...
Fixed native image link.
2016-04-21 17:00:19 -05:00
Kevin Sawicki
8e7bf1051d
Disable node integration on webview when disabled on window
2016-04-21 11:52:10 -07:00
Kevin Sawicki
e4bd592e0e
Add failing spec
2016-04-21 11:49:42 -07:00
Plusb Preco
67f672541c
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-21 18:51:27 +09:00
Cheng Zhao
c92e622ce0
Merge pull request #5238 from electron/felix/appx-detection
...
Add Windows Store Detection
2016-04-21 16:21:38 +09:00
Felix Rieseberg
2a2a8d3263
Add Windows Store Detection
...
If we're running as a Windows Store appx package,
`process.windowsstore` will be `true`, otherwise
`undefined`.
2016-04-21 00:02:03 -07:00
Cheng Zhao
b30143c67d
Merge pull request #5237 from electron/set-path-no-create
...
Do not create the folder passed to app.setPath
2016-04-21 14:49:55 +09:00
Cheng Zhao
df97be30e5
Do not create the folder passed to app.setPath
2016-04-21 14:37:29 +09:00
Cheng Zhao
1c75baa8b3
Merge pull request #5236 from electron/short-ss-path
...
Make the length of SingletonSocket's path as short as we can
2016-04-21 14:14:24 +09:00
Cheng Zhao
0900762507
Make the length of SingletonSocket's path as short as we can
2016-04-21 13:58:11 +09:00
Plusb Preco
30d37fcba4
📝 Small fixes
...
[ci skip]
2016-04-21 12:33:56 +09:00
Cheng Zhao
ec832f418a
Merge pull request #5233 from electron/remove-no-exception
...
Guard against unexist owner when removing ref to remote object
2016-04-21 11:50:27 +09:00
Cheng Zhao
a836ee4ea7
Merge pull request #5231 from deepak1556/open_external_pemission_patch
...
session: allow providing permission to handle external protocols
2016-04-21 11:50:01 +09:00
Cheng Zhao
b5c1db9ad9
Guard against unexist owner when removing ref to remote object
2016-04-21 11:23:20 +09:00
deepak1556
ca756c3c24
session: allow providing permission to handle external protocols
2016-04-21 05:27:07 +05:30
Cheng Zhao
aa29dc0c8a
Merge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading
...
Add `isLoadingMainFrame()` to WebContents
2016-04-20 20:49:56 +09:00
Plusb Preco
720fbc1003
📝 Update Korean docs as upstream
...
* Update docs
* Small fixes
[ci skip]
2016-04-20 18:45:07 +09:00
Rob Brackett
dc8fc7c079
📝 Add English docs for webContents.isLoadingMainFrame()
...
[ci skip]
2016-04-19 23:27:22 -07:00
Cheng Zhao
823c4f91a8
Merge pull request #5219 from atdrago/master
...
Add note for OS X about using `role` on MenuItem
2016-04-20 15:11:43 +09:00
Cheng Zhao
809135f657
Merge pull request #5222 from Stone-Jay/master
...
fixes some translation mistakes
2016-04-20 15:05:25 +09:00
Cheng Zhao
47ec7dcaa0
Merge pull request #5213 from rmcdonald/patch-1
...
Correct transposition errors by changing xfvb to xvfb
2016-04-20 15:05:04 +09:00
Cheng Zhao
3fdcbcef03
Merge pull request #5223 from electron/remote-cleanup
...
Small cleanup of the code determining value's type
2016-04-20 14:47:16 +09:00
Cheng Zhao
965c3f605e
Merge pull request #5197 from deepak1556/client_certificate_patch
...
app: api to import client certificate
2016-04-20 14:35:00 +09:00
Cheng Zhao
680652d01c
buffer, null, array etc. all belong to object
2016-04-20 14:32:32 +09:00
Cheng Zhao
ff1b7d18f6
Cleanup the code determining value's type
2016-04-20 14:26:49 +09:00
Rob Brackett
d3e879cd7f
Change WebContents::IsLoadingMainFrame to compare SiteInstances
...
(per @deepak1556's recommendation)
Also updates tests to cover the situation where navigating between pages from the same potential "site" and adds generalized tests for `isLoadingMainFrame()`.
2016-04-19 22:05:09 -07:00
Cheng Zhao
d7a391dc61
Merge pull request #5214 from alexgleason/docs-downloaditem-typo
...
Fixed docs sample code programming error for DownloadItem
2016-04-20 13:44:31 +09:00
Cheng Zhao
d3bff7fffc
Merge pull request #5208 from deepak1556/devtools_dock_state_patch
...
devtools: allow opening in specified dock state
2016-04-20 13:34:52 +09:00
Cheng Zhao
a3e8591a41
Update brightray for #5208
2016-04-20 13:34:30 +09:00
deepak1556
794d120754
rename importClientCertificate => importCertificate
2016-04-20 08:45:49 +05:30
StoneStoneStone
bdde5fd7ad
Update screen.md
2016-04-20 10:58:32 +08:00
StoneStoneStone
57bdbd8185
Update download-item.md
2016-04-20 10:39:47 +08:00
StoneStoneStone
16b54e1502
Update screen.md
2016-04-20 10:37:41 +08:00
StoneStoneStone
7468118df5
Update screen.md
2016-04-20 10:26:31 +08:00
Rob Brackett
942971b01a
Fix linting errors.
2016-04-19 19:20:59 -07:00
Cheng Zhao
652110707e
Merge pull request #5202 from electron/updating-submodules
...
keeping submodules up to date
2016-04-20 10:51:12 +09:00
Adam Drago
b80272dbb4
Add note for OS X about using role on MenuItem
2016-04-19 18:12:37 -07:00
Cheng Zhao
5b7637687c
Merge pull request #5143 from felixrieseberg/debug-instructions
...
Add Debugging Instructions for Windows
2016-04-20 09:33:25 +09:00
Cheng Zhao
b2a3aabc90
Merge pull request #5218 from electron/style-fix
...
Fix some coding style issues
2016-04-20 09:31:53 +09:00
Cheng Zhao
18f5fcde60
Fix some coding style issues
2016-04-20 09:18:50 +09:00
Cheng Zhao
eb9e0e5534
Merge pull request #4922 from electron/bengotow/sheet-offset
...
Allow sheets to be attached at a custom offset #4679
2016-04-20 08:55:42 +09:00
Cheng Zhao
8ca1a6961c
Merge pull request #5147 from deepak1556/devtools_network_controller_patch
...
session: set client id when enabling network emulation
2016-04-20 08:52:59 +09:00
Cheng Zhao
37e500dc10
Merge pull request #5203 from Stone-Jay/master
...
Translate download-item.md to Chinese
2016-04-20 08:50:25 +09:00
Cheng Zhao
873e9c44db
Merge pull request #5196 from raybooysen/patch-1
...
Update screen.md
2016-04-20 08:44:41 +09:00
Jessica Lord
5e9fe1c6eb
Merge pull request #5168 from electron/jlord-patch-1
...
A few style updates 2 docs
2016-04-19 12:29:42 -07:00
Alex Gleason
02c8c58c0b
Fixed docs sample code programming error for DownloadItem
2016-04-19 12:47:05 -04:00
Zeke Sikelianos
8f04dd1b9c
remove the git
2016-04-19 09:46:48 -07:00
rmcdonald
838cf0ffdc
Correct transposition errors by changing xfvb to xvfb
2016-04-19 09:31:04 -07:00
deepak1556
58dfad4d01
devtools: allow opening in specified dock state
2016-04-19 18:12:05 +05:30
Cheng Zhao
34ee29871b
Merge pull request #5205 from electron/mas-fix
...
Fix the support for Mac App Store
2016-04-19 20:56:24 +09:00
Cheng Zhao
fd6747483a
Update the codesign code for latest Xcode
2016-04-19 20:31:31 +09:00
Cheng Zhao
bd406ab046
Update the MAS submission guide
2016-04-19 20:31:31 +09:00
deepak1556
2d8286515d
expose api only on platforms using nss cert database
2016-04-19 11:29:24 +05:30
Ben Gotow
414245f4d8
Keep function placement consistent
2016-04-18 22:45:38 -07:00
Ben Gotow
8f89cd2d59
Move "setSheetOffset" to the BrowserWindow
2016-04-18 22:39:12 -07:00
deepak1556
ddf962c6ea
client_id is accessed on different threads
2016-04-19 10:01:38 +05:30
StoneStoneStone
591f8fed88
Update frameless-window.md
2016-04-19 12:03:34 +08:00
StoneStoneStone
fcad4ee186
Create download-item.md
2016-04-19 11:58:58 +08:00
Zeke Sikelianos
916114dd28
📝 keeping submodules up to date
2016-04-18 20:23:11 -07:00
StoneStoneStone
ace235b2fe
Merge pull request #3 from electron/master
...
update from electron
2016-04-19 09:13:30 +08:00
Jessica Lord
c3200ba7f6
Revert "Fix headers"
...
This reverts commit 4dd2716865 .
2016-04-18 18:00:32 -07:00
Cheng Zhao
1c87acbb75
Merge pull request #5194 from Stone-Jay/patch-5
...
Create frameless-window.md
2016-04-19 08:59:45 +09:00
Cheng Zhao
5c75fbe369
Merge pull request #5192 from andrewda/patch-1
...
Update link to setFeatureEnabledFromString
2016-04-19 08:59:15 +09:00
Rob Brackett
64a84dee3b
Add isLoadingMainFrame method to WebContents.
...
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes #5183 .
2016-04-18 10:37:08 -07:00
Rob Brackett
3a9bbe30ac
Test for #5183 - webContents.executeJavaScript hangs on subframe load.
2016-04-18 10:33:56 -07:00
deepak1556
2c0494dcef
fix spec
2016-04-18 22:57:37 +05:30
deepak1556
919be67cd2
remove --client-certificate flag
2016-04-18 22:26:37 +05:30
deepak1556
2ddac9352f
add spec
2016-04-18 21:53:44 +05:30
Ray Booysen
5a9b86dd05
Update screen.md
2016-04-18 17:04:47 +01:00
deepak1556
1240c83e40
set trust bits for CA certs
2016-04-18 21:05:33 +05:30
StoneStoneStone
142300aeb9
Create frameless-window.md
...
Translate `frameless-window.md` to Chinese. And I'm not sure that the `non-client frame`'s translation is accurate.
2016-04-18 22:38:15 +08:00
Cheng Zhao
eeccd90455
Merge pull request #5191 from electron/initialize-embedder
...
Initialize the embedder_ member data
2016-04-18 15:13:41 +09:00
Cheng Zhao
a8032e8fef
Merge pull request #5184 from miniak/fix-docs
...
Fix documentation
2016-04-18 15:13:27 +09:00
deepak1556
b8e04f4947
set client id on AtomNetworkDelegate instead of cmd line switch
2016-04-18 11:35:24 +05:30
Andrew Dassonville
12483486c0
Update link to setFeatureEnabledFromString
2016-04-17 23:04:02 -07:00
Cheng Zhao
34319abf4a
Initialize the embedder_ member data
...
Otherwise it is going to be some random value and bite us.
2016-04-18 14:52:03 +09:00
deepak1556
e81cec4058
app: api to import client certificate
2016-04-18 10:54:43 +05:30
deepak1556
fcf04377d7
set network emulation client id in request headers
2016-04-18 10:49:00 +05:30
Cheng Zhao
0bf1e56156
Update brightray for electron/brightray#212
2016-04-18 13:59:15 +09:00
Plusb Preco
c8e77f47ab
📝 Fix typos
...
[ci skip]
2016-04-18 02:39:05 +09:00
Milan Burda
d512421084
Fix documentation
2016-04-16 19:58:03 +02:00
Ben Gotow
1976c271ec
Fix JS linter errors
2016-04-16 11:04:48 -04:00
Ben Gotow
65c37fe64b
Create local variable to typecast view
2016-04-16 10:57:39 -04:00
Ben Gotow
c87c49f4c8
Allow sheets to be attached at a custom offset #4679
...
Adds a new "setSheetOffset" API to the `dialog` module, which allows you to change the attachment point for sheets on Mac OS X. I put the API on the dialog module, even though Mac OS X requires that the native window hold and return the desired offset.
1. I was originally hoping to make this an argument on the actual dialog.show* calls, but it seems the parameter set is defined in `libchromiumcontent` and I wasn't sure it would be appropriate to add there?
2. The API could also be on the BrowserWindow (eg `BrowserWindow.setSheetOffset`). I don't have a strong preference, but I think it's more discoverable on the `dialog` module.
2016-04-16 10:16:43 -04:00
Zeke Sikelianos
8d08c3241d
Merge pull request #5176 from shokmaster/patch-1
...
Correct misspellings
2016-04-15 12:46:30 -07:00
Cheng Zhao
16de30dd04
Merge pull request #5169 from Stone-Jay/patch-4
...
Update sample code in online-offline-events.md
2016-04-15 22:16:07 +09:00
Cheng Zhao
522d592832
Merge pull request #5167 from Stone-Jay/patch-3
...
translation error in browser-window.md
2016-04-15 21:14:09 +09:00
Cheng Zhao
2414096560
Merge pull request #5166 from preco21/master
...
docs: Update Korean docs as upstream
2016-04-15 20:39:55 +09:00
Cheng Zhao
cb947873c4
Merge pull request #5161 from electron/felix/iss5097
...
AutoUpdate Windows: Don't spawn if running
2016-04-15 20:10:03 +09:00
Cheng Zhao
44bc24174c
Merge pull request #5159 from djpereira/patch-1
...
Sample missing reference to webContents for toggleDevTools
2016-04-15 19:59:50 +09:00
Cheng Zhao
9574f79d0f
Merge pull request #5157 from christoth/master
...
webview: add CSS styling notes to doc
2016-04-15 19:58:54 +09:00
Juan Antonio Gómez
132ac20ccf
Correct misspellings
...
Correct misspellings
2016-04-15 11:49:08 +02:00
StoneStoneStone
7d788cfa7a
Merge pull request #2 from Stone-Jay/patch-4
...
Patch 4
2016-04-15 16:02:58 +08:00
Cheng Zhao
aefb672393
Bump v0.37.6
2016-04-15 16:48:09 +09:00
Cheng Zhao
059ca01767
Update brightray for printing fix
2016-04-15 16:47:17 +09:00
Cheng Zhao
38f0088844
Update brightray for #4973
2016-04-15 16:35:51 +09:00
StoneStoneStone
07346ae858
Update sample code in online-offline-events.md
...
change `ipc` to `ipcMain`/`ipcRenderer`
2016-04-15 14:10:11 +08:00
Jessica Lord
4dd2716865
Fix headers
2016-04-14 20:55:43 -07:00
StoneStoneStone
1985e1b8e0
translation error in browser-window.md
...
'same-origin policy' means '同源策略' in Chinese
2016-04-15 10:04:01 +08:00
Cheng Zhao
075da45b74
Merge pull request #5155 from electron/mac-background-color
...
Set the backgroundColor of RenderWidgetHostView
2016-04-15 08:48:09 +09:00
Jessica Lord
7d96f3d720
Add new line
...
so that the list is styled correctly on website
2016-04-14 15:53:34 -07:00
Felix Rieseberg
a5b93211e6
AutoUpdate Windows: Don't spawn if running
...
Previously, the auto updater would run as many squirrel processes
as told. This introduces a little change where instead of spawning
a second process, we attach to the already running process - or, if
different arguments are passed, return and emit an error.
This is not failsafe, but it ensures that we don't run into simple
race condition crashes.
Closes $5097
2016-04-14 11:22:28 -07:00
Daniel Pereira
7b56085a0a
Update menu.md
...
There was a missing reference to webContents.
2016-04-14 10:50:08 -05:00
christoth
4708477f5a
webview: add CSS styling notes
...
Create a new section for CSS and add notes to avoid hiding the webview via hidden or display:none; and provide a recommended approach.
2016-04-14 10:29:55 -04:00
Plusb Preco
95a53fc832
📝 Small fixes
...
[ci skip]
2016-04-14 22:56:56 +09:00
Plusb Preco
b8e64ac40e
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-14 22:55:09 +09:00
Cheng Zhao
b84a178ceb
Set the backgroundColor of RenderWidgetHostView
2016-04-14 21:52:17 +09:00
Cheng Zhao
64d37065bd
Merge pull request #5117 from deepak1556/devtools_security_panel_patch
...
provide security style for devtools security panel
2016-04-14 20:23:58 +09:00
Cheng Zhao
7501a02b34
Merge pull request #5153 from electron/fix-frameless-background
...
Fix wrong default transparent background for frameless window
2016-04-14 20:05:35 +09:00
deepak1556
54545a8a6e
provide security style for devtools security panel
2016-04-14 16:20:14 +05:30
Cheng Zhao
11ba1832d1
Only transparent window does not have background color
2016-04-14 19:35:31 +09:00
Cheng Zhao
9e85cb4c11
Merge pull request #5152 from electron/fix-win-printing
...
Fix printing not working on Windows
2016-04-14 19:22:56 +09:00
Cheng Zhao
7d4e0629d6
Fix the link error
2016-04-14 18:22:29 +09:00
Cheng Zhao
ae0d007c5e
Do no load PDF library from DLL
...
We already have them compiled in.
2016-04-14 17:15:20 +09:00
Cheng Zhao
b9ad09db91
Update libchromiumcontent with necessary headers and libs
2016-04-14 17:14:45 +09:00
Cheng Zhao
47cc390e41
Merge pull request #5146 from Stone-Jay/patch-2
...
Update process.md
2016-04-14 15:11:55 +09:00
Cheng Zhao
7787dee638
Merge pull request #5141 from electron/optimize-visibility-state
...
Optimize the implementation of document.visibilityState
2016-04-14 11:56:13 +09:00
StoneStoneStone
cb2343c69e
Update process.md
...
translation error, change "实效" to “失效".
2016-04-14 10:08:01 +08:00
Cheng Zhao
31eb793fb0
Avoid adding a new option to webPreferences
2016-04-14 10:50:07 +09:00
Felix Rieseberg
3c6e933231
📝 Add Debugging Instructions for Windows
...
Ref #5140
2016-04-13 15:39:05 -07:00
Cheng Zhao
8f0e594007
Fix lint warnings
2016-04-13 23:10:31 +09:00
Cheng Zhao
43c44da50b
Correctly set initial visibilityState
2016-04-13 23:07:28 +09:00
Cheng Zhao
07a4c52919
Reduces the IPC messages used for visibilityState
2016-04-13 21:36:43 +09:00
Cheng Zhao
c3ac92b500
Update brightray for the linux notification improvements
2016-04-13 20:13:45 +09:00
Cheng Zhao
07572965df
Merge pull request #5137 from electron/fix-did-fail-load
...
Revert #3643
2016-04-13 20:12:50 +09:00
Cheng Zhao
65c612a66d
Avoid external URLs
2016-04-13 19:55:59 +09:00
Cheng Zhao
0a39449694
spec: loadUrl should not crash in did-fail-provisional-load handler
2016-04-13 19:39:11 +09:00
Cheng Zhao
92882c358a
No more need to delay did-fail-load event
2016-04-13 19:33:59 +09:00
Cheng Zhao
49d25693ee
Merge pull request #5136 from electron/gc-timer
...
Use LowMemoryNotification for GC
2016-04-13 18:47:28 +09:00
Cheng Zhao
3780d9f033
Use LowMemoryNotification for GC
2016-04-13 17:58:36 +09:00
Cheng Zhao
de51f2c1ba
Merge pull request #5131 from electron/focus-delay
...
Delay the focus/blur event to next tick
2016-04-13 13:00:18 +09:00
Cheng Zhao
99a9aa085e
views: Delay the focus/blur event to next tick
2016-04-13 11:02:34 +09:00
christoth
1379e4f2dc
Merge pull request #1 from electron/master
...
Update
2016-04-12 12:38:40 -04:00
Cheng Zhao
313883b1fc
Merge pull request #5119 from electron/hijack-reload
...
Handle the Page.reload command coming from devtools
2016-04-12 17:57:27 +09:00
Cheng Zhao
2fbe06a2a5
Handle the Page.reload command coming from devtools
2016-04-12 16:36:12 +09:00
Cheng Zhao
c9a3fc4317
Merge pull request #5118 from electron/webview-no-script
...
Fix webview and preload script not working when there is no script tag in page
2016-04-12 15:32:28 +09:00
Cheng Zhao
17446f4284
Make sure every page will get a script context created
2016-04-12 15:11:10 +09:00
Cheng Zhao
bb70defcb8
spec: webview should work without script tag in page
2016-04-12 15:10:26 +09:00
Cheng Zhao
5efa075aca
spec: preload attribute should work without script tag in page
2016-04-12 14:57:40 +09:00
Cheng Zhao
d6b4c2a842
Merge pull request #5114 from anshao/master
...
Delete the extra text
2016-04-12 14:02:23 +09:00
Cheng Zhao
41e771d011
Merge pull request #5108 from preco21/master
...
docs: Update Korean docs as upstream
2016-04-12 08:46:22 +09:00
zenganshao
337d105104
Delete the extra text
2016-04-11 22:43:02 +08:00
Cheng Zhao
d3fb123920
Merge pull request #5102 from Stone-Jay/patch-1
...
Update quick-start.md
2016-04-11 21:48:59 +09:00
Cheng Zhao
a07612c1ed
Merge branch '5074-did-get-response-details-resource-type' of https://github.com/Mr0grog/electron into Mr0grog-5074-did-get-response-details-resource-type
2016-04-11 21:05:40 +09:00
Cheng Zhao
a2f7458e07
Merge pull request #5091 from electron/electron-asar-in-stack-traces
...
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
2016-04-11 20:27:15 +09:00
Cheng Zhao
5659ee5c0b
Merge pull request #5030 from deepak1556/webrequest_response_headers_patch
...
session: webRequest.OnHeadersReceived should accept status line.
2016-04-11 20:04:32 +09:00
Cheng Zhao
056aaa2a62
Update brightray for #4931
2016-04-11 19:30:59 +09:00
Cheng Zhao
107d759ea2
Merge pull request #5072 from sneakypete81/master
...
Don't wait for xdg-open to exit when OpenExternal is called (Linux)
2016-04-11 19:27:53 +09:00
Cheng Zhao
796f6614f7
Merge pull request #5073 from electron/naming-things
...
Document API naming conventions
2016-04-11 19:16:31 +09:00
Plusb Preco
726d0d6b60
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-11 11:18:25 +09:00
Plusb Preco
a048bddaa5
📝 Fix url to relative
...
[ci skip]
2016-04-11 10:51:31 +09:00
Plusb Preco
c1f64b3f85
📝 Add missing changes
...
[ci skip]
2016-04-11 10:39:23 +09:00
Plusb Preco
3c44dfa210
📝 Fix grammatical typos
...
[ci skip]
2016-04-11 10:39:18 +09:00
Plusb Preco
1fe97ddf2e
📝 Fix url locale
...
[ci skip]
2016-04-11 10:38:34 +09:00
Plusb Preco
0a80618263
📝 Add missing changes
...
[ci skip]
2016-04-11 10:18:47 +09:00
StoneStoneStone
fca3a5f853
Update quick-start.md
...
Translation error about system events(line43).
2016-04-10 11:23:26 +08:00
Rob Brackett
1a842bf9d5
Fix trailing whitespace caught by linter.
2016-04-08 13:15:40 -07:00
Rob Brackett
50f51899de
Document resourceType arg for did-get-response-details event.
2016-04-08 13:03:22 -07:00
Rob Brackett
15b042b5f6
Add support/tests for did-get-response-details event on <WebView>
2016-04-08 12:55:20 -07:00
Rob Brackett
c1b1348735
Add resourceType arg to webContents did-get-response-details event.
...
Fixes #5074 and follows @zcbenz's recommendation to expose ResourceTypeToString from atom_network_delegate publicly.
Also adds testing for other arguments to the `did-get-response-details` events, since there were no existing tests for them.
2016-04-08 11:19:36 -07:00
Kevin Sawicki
732697a8a2
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
2016-04-08 08:53:58 -07:00
Kevin Sawicki
066092abb6
Merge pull request #5079 from electron/set-node-version-to-5-dot-10
...
Upgrade .node-version to 5.10.0
2016-04-08 08:24:53 -07:00
Kevin Sawicki
37119768a0
⬆️ node@5.10.0
2016-04-08 08:24:40 -07:00
deepak1556
3fb39ad3ef
provide option to override status line
2016-04-08 14:03:57 +05:30
Pete Burgers
00ff209fe7
Ensure process is cleaned up, to avoid leaks
2016-04-08 08:35:35 +01:00
Pete Burgers
46365f4076
wait_for_exit param should be const
2016-04-08 08:32:45 +01:00
Cheng Zhao
5ff97317fe
Merge pull request #5086 from electron/no-throttling
...
Add backgroundThrottling option to webPreferences
2016-04-08 16:25:09 +09:00
Cheng Zhao
d169ebf737
Merge pull request #5070 from christoth/master
...
webview: Update doc to reflect use of flexbox layout
2016-04-08 16:09:12 +09:00
Cheng Zhao
2f6796bd7f
Disable throttling in tests
2016-04-08 15:57:14 +09:00
Cheng Zhao
d156846036
Add backgroundThrottling option to webPreferences
2016-04-08 15:54:33 +09:00
Cheng Zhao
d703a87317
Update libchromiumcontent with disable_hidden.patch
2016-04-08 15:22:57 +09:00
deepak1556
4fc35a4587
session: webRequest.OnHeadersReceived should follow server redirect
...
Its required to follow server redirects.
2016-04-08 11:40:43 +05:30
Kevin Sawicki
f403950503
Merge pull request #5064 from electron/upgrade-asar-for-graceful-fs-warning
...
Upgrade asar to remove graceful-fs warning
2016-04-07 11:40:04 -07:00
Kevin Sawicki
f20950702d
⬆️ asar@0.11
2016-04-07 10:36:41 -07:00
Kevin Sawicki
1a3ede6ca5
Merge pull request #5075 from electron/upgrade-ci-node
...
Use node 0.10 instead of 0.8 on internal CI machines
2016-04-07 10:35:52 -07:00
Kevin Sawicki
4041d52864
Use single quotes
2016-04-07 10:15:31 -07:00
Kevin Sawicki
10860e4ec5
Use npm.cmd on Windows to print version
2016-04-07 10:14:52 -07:00
Kevin Sawicki
687a512b11
Log node and npm versions
2016-04-07 10:03:16 -07:00
Kevin Sawicki
e95224deab
Remove +=
2016-04-07 10:00:23 -07:00
Kevin Sawicki
a74b9607b6
Add more logging
2016-04-07 09:59:46 -07:00
Kevin Sawicki
0fad8fdc4b
Add missing .path
2016-04-07 09:56:04 -07:00
Kevin Sawicki
7e87973d60
Log version to verify
2016-04-07 09:55:23 -07:00
Kevin Sawicki
d3308cf8c3
Use node 0.10.21 on CI
2016-04-07 09:53:33 -07:00
Zeke Sikelianos
348a0e958b
wrap cases in backticks
2016-04-07 09:49:55 -07:00
Zeke Sikelianos
4d8d4d5f2a
use globalShortcut as a better mixedCase example
2016-04-07 09:49:17 -07:00
Zeke Sikelianos
193c6d6e93
📝 document API naming conventions
2016-04-07 09:40:31 -07:00
Kevin Sawicki
49b82decd8
Merge pull request #5061 from electron/rename-ipc-events
...
Rename internal IPC events to start with ELECTRON_
2016-04-07 09:37:07 -07:00
Kevin Sawicki
8d8d5878a3
Rename ATOM_ ipc event prefix to ELECTRON_
2016-04-07 09:04:55 -07:00
Pete Burgers
79ba8feaf8
Don't wait for xdg-open to exit when OpenExternal is called (Linux)
...
Some browsers (eg. Firefox) may not return until the browser window is
closed. This causes the Electron application to lock up while the browser
window is open.
See https://github.com/atom/atom/issues/6320
2016-04-07 17:04:15 +01:00
Kevin Sawicki
577480421d
Merge pull request #5063 from electron/mention-codesigning
...
Mention signing is required on OS X for automatic updates
2016-04-07 09:04:00 -07:00
Kevin Sawicki
59991f2fd8
Mention codesigning is required on OS X
2016-04-07 09:03:31 -07:00
christoth
a79c63581d
Update doc to reflect use of flexbox layout
...
Updated documentation, changed `display:inline-block` to `display:inline-flex', explicitly noted the use of the new layout and how it can be broken by overwriting the CSS `display' property.
2016-04-07 10:42:42 -04:00
Cheng Zhao
cf2a17cf88
Merge pull request #5048 from preco21/master
...
Docs: Update Korean docs as upstream
2016-04-07 21:22:24 +09:00
Cheng Zhao
82856eb099
Merge pull request #5029 from Mr0grog/5013-add-main-frame-param-for-did-fail-load
...
Add `isMainFrame` param to WebContents `did-fail-load` event
2016-04-07 20:22:02 +09:00
Cheng Zhao
7d3f8cb222
Merge pull request #5009 from deepak1556/context_creation_patch
...
browser: create cert verifier when browser context is created
2016-04-07 16:18:55 +09:00
Cheng Zhao
efb0fc2ea5
Merge pull request #4968 from phamdaniel/exit-events
...
Don't emit 'will-quit' when 'app.exit()' is called.
2016-04-07 16:14:35 +09:00
Cheng Zhao
aae83cbce8
Merge pull request #4986 from Aluxian/Aluxian-patch-1
...
Add squirrel-updates-server link in the docs
2016-04-07 16:11:49 +09:00
Cheng Zhao
adb112e970
Merge pull request #5056 from electron/fix-a11y-reader
...
Fix NVDA/JAWS support in Electron
2016-04-07 16:11:05 +09:00
Cheng Zhao
bcb4ba6f99
Merge pull request #5040 from electron/python2
...
Allow bootstrap to be invoked via python2
2016-04-07 16:10:51 +09:00
Cheng Zhao
cb47dfa90e
Fix problem with old Node
2016-04-07 15:59:28 +09:00
Cheng Zhao
71b67534a8
Fix coding styles
2016-04-07 15:45:20 +09:00
Paul Betts
3ee366257c
Allow bootstrap to be invoked via python2
...
This means that on most Linux distributions where python3 is the default, we
can invoke `python2 script/bootstrap.py` and have it all work
2016-04-07 15:43:57 +09:00
Cheng Zhao
d171cfe8d0
Merge pull request #4924 from electron/bengotow/osx-tray-templates
...
Fix broken template image support in Tray icon
2016-04-07 15:40:35 +09:00
Cheng Zhao
548febfa4c
Fix style issues
2016-04-07 15:23:16 +09:00
Ben Gotow
e0ee60f290
Fix memory leak
2016-04-07 15:21:07 +09:00
Ben Gotow
91457fe739
Support images larger than self.bounds
2016-04-07 15:21:07 +09:00
Ben Gotow
f9644463a9
Fix broken template image support in Tray icon
...
Between Electron `0.30.x` and `0.37.x`, the tray icon stopped automatically inverting template images when highlighted. NSImageView normally uses the correct color for template images magicaly, but I think the addition of event handlers in the container view prevents the image view from determining highlight state.
This PR switches to drawing the image manually. The `drawRect` function decides whether to use `image` or `alternateImage`(pressed image) and then if that image is marked as a template, it fills it with the same color used for the text before drawing it.
2016-04-07 15:21:07 +09:00
Cheng Zhao
80f66031cb
Merge pull request #5068 from electron/fix-ci
...
Update node: bring CI back to green
2016-04-07 15:20:16 +09:00
Cheng Zhao
fb299c7fcb
Update node: bring CI back to green
2016-04-07 14:58:14 +09:00
Cheng Zhao
55b8e9aa44
Bump v0.37.5
2016-04-07 10:34:25 +09:00
Cheng Zhao
b4885b9a37
atom => electron in upload script
2016-04-07 10:34:25 +09:00
Paul Betts
6e7aa6d299
Even though this call is probably fast, it can potentially happen a lot, make it _really_ fast
2016-04-06 10:44:39 -07:00
Paul Betts
c474ad0913
Revert "Remove custom WM_GETOBJECT"
...
This reverts commit 705001a50e .
2016-04-06 10:16:41 -07:00
Plusb Preco
5dfc64120f
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-04-06 14:03:03 +09:00
Cheng Zhao
b48788af43
Merge pull request #5033 from electron/fix-buffer-crash
...
Rebase on the correct Node commit
2016-04-05 20:44:09 +09:00
Cheng Zhao
dd283ff8d7
spec: We should not use pre release of Node
2016-04-05 19:53:07 +09:00
Cheng Zhao
7796dbb7ce
Update node: rebase on v5.10.0 tag instead of master branch
2016-04-05 19:34:13 +09:00
Cheng Zhao
c562b24df8
spec: Add test case for #5028
2016-04-05 17:08:27 +09:00
Rob Brackett
884c9cc2f5
Document isMainFrame argument for WebContents did-fail-load event.
2016-04-04 19:36:34 -07:00
Rob Brackett
f12f87d6f0
Add isMainFrame as last argument to WebContents did-fail-load event.
...
Fixes #5013 .
2016-04-04 19:26:06 -07:00
Kevin Sawicki
fa27120429
Merge pull request #4978 from electron/new-electron-org
...
Updates links for new GitHub organization
2016-04-04 12:34:50 -07:00
Kevin Sawicki
c2bcf8cbde
Update links for new Electron org
2016-04-04 12:18:37 -07:00
Kevin Sawicki
b553981644
Update readme and contributing guide for new org
2016-04-04 12:07:22 -07:00
Kevin Sawicki
fc84c952f2
Update source code for new org
2016-04-04 12:07:22 -07:00
Kevin Sawicki
102f7e8e33
Update docs for new org
2016-04-04 12:05:53 -07:00
Kevin Sawicki
5ffa30a563
Update submodules for new org
2016-04-04 12:05:53 -07:00
Plusb Preco
492a7d0ffe
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-04 01:01:01 +09:00
Plusb Preco
6e9c27fdaa
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-04 00:56:07 +09:00
deepak1556
769ba02b2a
browser: create cert verifier when browser context is created
2016-04-03 10:01:47 +05:30
Charlie Hess
a66565fd3f
Merge remote-tracking branch 'upstream/master'
2016-04-02 11:54:16 -07:00
Alexandru Rosianu
ff7bb1e6cb
Add squirrel-updates-server link in the docs
...
Add link to Aluxian/squirrel-updates-server in the docs page for autoUpdater
2016-04-01 14:28:52 +03:00
Daniel Pham
6e46753499
Don't emit 'will-quit' when 'app.exit()' is called. Fixes #4643
2016-03-31 10:18:18 -04:00
Heilig Benedek
1282d6eedb
Merge pull request #6 from atom/master
...
update as upstream
2016-02-25 23:50:13 +01:00