tinydew4 [Wed, 26 Oct 2016 15:40:45 +0000 (15:40 +0000)]
Clean unnecessary sentences on web-contents.md
Zeke Sikelianos [Wed, 26 Oct 2016 06:47:32 +0000 (23:47 -0700)]
Merge pull request #7741 from electron/shuffle-bw-docs
Clean up nested objects and string ENUMS in the docs
Zeke Sikelianos [Wed, 26 Oct 2016 06:42:50 +0000 (23:42 -0700)]
Merge pull request #7715 from electron/docs-linter-function-param-types
update docs linter to support parsing of function parameter types
Samuel Attard [Wed, 26 Oct 2016 05:19:41 +0000 (16:19 +1100)]
Follow docs style guide for string ENUMS
Samuel Attard [Wed, 26 Oct 2016 05:18:55 +0000 (16:18 +1100)]
Further clean up
Samuel Attard [Wed, 26 Oct 2016 01:52:40 +0000 (12:52 +1100)]
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)
Cheng Zhao [Wed, 26 Oct 2016 02:23:14 +0000 (11:23 +0900)]
Merge pull request #7719 from electron/find-pasteboard
Add macOS find pasteboard support
Kevin Sawicki [Wed, 26 Oct 2016 01:12:15 +0000 (10:12 +0900)]
Merge pull request #7592 from frontapp/master
Preview file with QuickLook
Kevin Sawicki [Wed, 26 Oct 2016 00:58:48 +0000 (09:58 +0900)]
Merge pull request #7740 from mauriciofauth/pt-br/api/window-open
Update docs-translations/pt-BR/api/window-open.md
Kevin Sawicki [Wed, 26 Oct 2016 00:55:34 +0000 (09:55 +0900)]
Minor formatting tweaks
Kevin Sawicki [Wed, 26 Oct 2016 00:47:22 +0000 (09:47 +0900)]
filename -> displayName
Pierre Laurac [Tue, 25 Oct 2016 14:52:56 +0000 (07:52 -0700)]
Convention naming
Pierre Laurac [Mon, 24 Oct 2016 18:55:48 +0000 (11:55 -0700)]
last linter commit
Pierre Laurac [Mon, 24 Oct 2016 18:54:22 +0000 (11:54 -0700)]
more linter
Pierre Laurac [Mon, 24 Oct 2016 18:49:30 +0000 (11:49 -0700)]
linter
Pierre Laurac [Fri, 14 Oct 2016 16:42:50 +0000 (09:42 -0700)]
Changing names and memory leak fix
Pierre Laurac [Thu, 13 Oct 2016 22:01:48 +0000 (15:01 -0700)]
Linter
Pierre Laurac [Thu, 13 Oct 2016 16:20:55 +0000 (09:20 -0700)]
Using UTF8 String for filepath and filename
Pierre Laurac [Thu, 13 Oct 2016 15:20:47 +0000 (08:20 -0700)]
filename as Optional argument
Pierre Laurac [Thu, 13 Oct 2016 04:12:50 +0000 (21:12 -0700)]
Specifying macOS only method
Pierre Laurac [Thu, 13 Oct 2016 04:07:14 +0000 (21:07 -0700)]
Validation with linter
Pierre Laurac [Thu, 13 Oct 2016 03:49:11 +0000 (20:49 -0700)]
Removing extra line break
Pierre Laurac [Thu, 13 Oct 2016 03:48:40 +0000 (20:48 -0700)]
Removing unused header dependencies
Pierre Laurac [Thu, 13 Oct 2016 03:46:42 +0000 (20:46 -0700)]
Adding documentation
Pierre Laurac [Thu, 13 Oct 2016 00:25:31 +0000 (17:25 -0700)]
Using string from the std
Pierre Laurac [Thu, 13 Oct 2016 00:21:56 +0000 (17:21 -0700)]
Adding easy way to preview files
Pierre Laurac [Wed, 12 Oct 2016 01:08:01 +0000 (18:08 -0700)]
default template for PreviewFile
Kevin Sawicki [Tue, 25 Oct 2016 23:50:20 +0000 (08:50 +0900)]
Merge pull request #7739 from electron/fix-incorrect-types-registerURLSchemeAsPrivileged
Update web-frame.md
Maurício Meneghini Fauth [Tue, 25 Oct 2016 23:48:22 +0000 (21:48 -0200)]
:memo: Update docs-translations/pt-BR/api/window-open.md [ci skip]
Samuel Attard [Tue, 25 Oct 2016 23:04:18 +0000 (10:04 +1100)]
Update web-frame.md
Zeke Sikelianos [Tue, 25 Oct 2016 21:18:01 +0000 (14:18 -0700)]
Merge pull request #7736 from mauriciofauth/pt-br/readme
Fix links in docs-translations/pt-BR/README.md
Zeke Sikelianos [Tue, 25 Oct 2016 20:55:42 +0000 (13:55 -0700)]
Merge pull request #7730 from tinydew4/translate-ko
[ko] Update the korean docs depend on the '
1c7d5df' commit.
Maurício Meneghini Fauth [Tue, 25 Oct 2016 17:53:33 +0000 (15:53 -0200)]
:memo: Fix links in docs-translations/pt-BR/README.md [ci skip]
tinydew4 [Tue, 25 Oct 2016 13:34:48 +0000 (13:34 +0000)]
Update the korean docs depend on the '
1c7d5df' commit.
Kevin Sawicki [Tue, 25 Oct 2016 05:09:42 +0000 (14:09 +0900)]
Document read/writeFindText
Kevin Sawicki [Tue, 25 Oct 2016 04:59:04 +0000 (13:59 +0900)]
Add spec for read/write find text
Kevin Sawicki [Tue, 25 Oct 2016 04:43:24 +0000 (13:43 +0900)]
Read/write find pasteboard text via IPC in renderer process
Kevin Sawicki [Mon, 24 Oct 2016 08:13:34 +0000 (17:13 +0900)]
Add find text support to clipboard
Kevin Sawicki [Tue, 25 Oct 2016 04:08:37 +0000 (13:08 +0900)]
Merge pull request #7718 from mike-engel/mengel/update-docs
Clarify the setMenuBarVisibility api
Mike Engel [Tue, 25 Oct 2016 04:04:45 +0000 (22:04 -0600)]
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
Kevin Sawicki [Tue, 25 Oct 2016 03:40:32 +0000 (12:40 +0900)]
Merge pull request #7717 from electron/doc-lists
Add newlines before lists
Kevin Sawicki [Tue, 25 Oct 2016 03:35:18 +0000 (12:35 +0900)]
Add newlines before lists
Kevin Sawicki [Tue, 25 Oct 2016 03:14:25 +0000 (12:14 +0900)]
Merge pull request #7631 from beakerbrowser/webview-policy-flags2
Add 'webpreferences' attribute to webview
Kevin Sawicki [Tue, 25 Oct 2016 03:08:19 +0000 (12:08 +0900)]
Minor tweaks to webpreferences docs
Kevin Sawicki [Tue, 25 Oct 2016 01:36:43 +0000 (10:36 +0900)]
Remove lint warnings
Kevin Sawicki [Tue, 25 Oct 2016 01:31:50 +0000 (10:31 +0900)]
Use forEach and destructuring for parsing features
Kevin Sawicki [Tue, 25 Oct 2016 01:28:36 +0000 (10:28 +0900)]
Add parse-features-strings.js
Paul Frazee [Tue, 25 Oct 2016 01:21:42 +0000 (20:21 -0500)]
factor out parse-features-string.js
Cheng Zhao [Tue, 25 Oct 2016 00:09:45 +0000 (09:09 +0900)]
Merge pull request #7707 from electron/focus-window-on-menu-bar-click
Focus window on menu bar click
Zeke Sikelianos [Mon, 24 Oct 2016 19:04:37 +0000 (12:04 -0700)]
update docs linter to support parsing of function parameter types
Kevin Sawicki [Mon, 24 Oct 2016 07:53:04 +0000 (16:53 +0900)]
Merge pull request #7651 from deepak1556/session_cert_verifier_patch
session: exclude hosts from CT verification if they are handled by custom cert verifiers
Kevin Sawicki [Mon, 24 Oct 2016 07:49:37 +0000 (16:49 +0900)]
Merge pull request #7711 from tinydew4/translate-ko
[ko] Apply the changes till the '
a2a4462' commit.
tinydew4 [Mon, 24 Oct 2016 07:41:15 +0000 (07:41 +0000)]
Apply the changes till the '
a2a4462' commit.
Kevin Sawicki [Mon, 24 Oct 2016 07:36:58 +0000 (16:36 +0900)]
Merge pull request #7709 from tinydew4/translate-ko
[ko] Apply the changes till the '
b2559d7' commit.
Kevin Sawicki [Mon, 24 Oct 2016 07:29:10 +0000 (16:29 +0900)]
Merge pull request #7710 from electron/web-frame-lint
Remove RegisterURLSchemeAsPrivileged lint error
Kevin Sawicki [Mon, 24 Oct 2016 07:27:54 +0000 (16:27 +0900)]
Remove RegisterURLSchemeAsPrivileged lint error
Kevin Sawicki [Mon, 24 Oct 2016 07:12:49 +0000 (16:12 +0900)]
Add tests for ses.setCertificateVerifyProc
Kevin Sawicki [Mon, 24 Oct 2016 07:12:29 +0000 (16:12 +0900)]
Merge pull request #7708 from tinydew4/fix-typo
Fix typo, and trimming.
Cheng Zhao [Mon, 24 Oct 2016 06:56:18 +0000 (15:56 +0900)]
Merge pull request #7665 from beakerbrowser/privilegedschemeopts
Add options to webFrame.registerURLSchemeAsPrivileged
Kevin Sawicki [Mon, 24 Oct 2016 06:44:21 +0000 (15:44 +0900)]
Upgrade brighray for RequireCTDelegate
tinydew4 [Mon, 24 Oct 2016 06:34:09 +0000 (06:34 +0000)]
Fix typo, and trimming.
tinydew4 [Mon, 24 Oct 2016 06:32:28 +0000 (06:32 +0000)]
Apply the changes till the '
b2559d7' commit.
Kevin Sawicki [Mon, 24 Oct 2016 06:13:39 +0000 (15:13 +0900)]
Merge pull request #7590 from electron/docs-cleanup
Cleanup docs and standardize structs
Cheng Zhao [Mon, 24 Oct 2016 05:57:37 +0000 (14:57 +0900)]
Merge pull request #7628 from deepak1556/geo_request_context_patch
browser: fix race in creation of default browser context by AtomAccessTokenStore
Kevin Sawicki [Mon, 24 Oct 2016 03:40:41 +0000 (12:40 +0900)]
Merge pull request #7596 from electron/function-param-types
Function param types
Kevin Sawicki [Mon, 24 Oct 2016 02:42:15 +0000 (11:42 +0900)]
Focus window on menu bar click
Constantin Dumitrescu [Mon, 24 Oct 2016 01:22:22 +0000 (04:22 +0300)]
[ci skip] Update docs/README.md to point to the right location of styleguide.md (#7697)
kok liu [Mon, 24 Oct 2016 01:21:02 +0000 (09:21 +0800)]
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
Kevin Sawicki [Mon, 24 Oct 2016 01:20:08 +0000 (10:20 +0900)]
Merge pull request #7654 from scotttrinh/flash-frame-doc
:memo: Add flashFrame to desktop env integration
Kevin Sawicki [Mon, 24 Oct 2016 01:19:51 +0000 (10:19 +0900)]
Minor tweaks to flash frame section
Kevin Sawicki [Mon, 24 Oct 2016 01:14:52 +0000 (10:14 +0900)]
Add flashframe link
Kevin Sawicki [Mon, 24 Oct 2016 00:54:46 +0000 (09:54 +0900)]
Merge pull request #7666 from amtj/issue#6939
📝Remove ambiguous default value of nodeintegration Issue #6939
Kevin Sawicki [Mon, 24 Oct 2016 00:19:08 +0000 (09:19 +0900)]
Merge pull request #7641 from rogerlista/master
:memo: Link to README.md pt-br [ci skip]
Kevin Sawicki [Mon, 24 Oct 2016 00:16:07 +0000 (09:16 +0900)]
Merge pull request #7622 from Haraldson/flash-trust
Add a note on Flash permissions to Troubleshooting
Zeke Sikelianos [Sat, 22 Oct 2016 14:51:59 +0000 (23:51 +0900)]
Merge pull request #7650 from davej/patch-3
Docs: Fix relative link to MAS builds tutorial
tinydew4 [Thu, 20 Oct 2016 08:58:48 +0000 (08:58 +0000)]
Translate releasing
Kevin Sawicki [Thu, 20 Oct 2016 07:12:33 +0000 (16:12 +0900)]
Merge pull request #7674 from electron/tweak-releasing-doc
Push after bumping version
Kevin Sawicki [Thu, 20 Oct 2016 02:34:51 +0000 (11:34 +0900)]
Push after bumping
Kevin Sawicki [Thu, 20 Oct 2016 02:31:51 +0000 (11:31 +0900)]
Merge pull request #7660 from electron/document-release-process
Document release process
Zeke Sikelianos [Thu, 20 Oct 2016 02:30:36 +0000 (11:30 +0900)]
❌ 💲
Zeke Sikelianos [Thu, 20 Oct 2016 02:29:02 +0000 (11:29 +0900)]
Add note about Python HTTPS warning
Zeke Sikelianos [Thu, 20 Oct 2016 02:22:32 +0000 (11:22 +0900)]
Document S3 creds
Zeke Sikelianos [Thu, 20 Oct 2016 02:19:18 +0000 (11:19 +0900)]
Add note about setting $ELECTRON_GITHUB_TOKEN
Zeke Sikelianos [Tue, 18 Oct 2016 03:52:25 +0000 (12:52 +0900)]
Bump v1.4.4
Amitoj [Wed, 19 Oct 2016 08:08:46 +0000 (13:38 +0530)]
📝 Small tweaks
[ci skip] Remove ambiguous default value of nodeintegration.
Issue #6939
Zeke Sikelianos [Wed, 19 Oct 2016 02:40:40 +0000 (11:40 +0900)]
bump-release -> bump-version
Paul Frazee [Tue, 18 Oct 2016 22:13:33 +0000 (17:13 -0500)]
update webFrame.registerURLSchemeAsPrivileged docs to be more specific
Amitoj [Tue, 18 Oct 2016 21:08:29 +0000 (02:38 +0530)]
📝Remove ambiguous default value of nodeintegration
Remove ambiguous default value for nodeintegration in webview.
Issue #6939
Paul Frazee [Tue, 18 Oct 2016 20:52:41 +0000 (15:52 -0500)]
add options to webFrame.registerURLSchemeAsPrivileged
Zeke Sikelianos [Tue, 18 Oct 2016 05:04:52 +0000 (14:04 +0900)]
update releasing
Samuel Attard [Tue, 18 Oct 2016 04:47:18 +0000 (15:47 +1100)]
Fix bd object name
Zeke Sikelianos [Tue, 18 Oct 2016 04:41:57 +0000 (13:41 +0900)]
document the electron release process
Kevin Sawicki [Tue, 18 Oct 2016 04:41:48 +0000 (13:41 +0900)]
Merge pull request #7659 from electron/jacob/ally
Fire a11y event on touch screens using screen readers
Jacob Groundwater [Tue, 18 Oct 2016 04:28:32 +0000 (13:28 +0900)]
Fire a11y event on touch screens using screen readers
Scott Trinh [Mon, 17 Oct 2016 20:22:45 +0000 (16:22 -0400)]
:memo: Add flashFrame to desktop env integration
Cheng Zhao [Mon, 17 Oct 2016 12:43:51 +0000 (20:43 +0800)]
Merge pull request #7566 from electron/always-shorten-path
Shorten Socket path for makeSingleInstance in sandboxed apps
Cheng Zhao [Mon, 17 Oct 2016 12:22:39 +0000 (20:22 +0800)]
Merge pull request #7578 from electron/windows-logging
Show console output from Windows when ELECTRON_RUN_AS_NODE is set
deepak1556 [Mon, 17 Oct 2016 10:33:24 +0000 (16:03 +0530)]
session: exclude hosts from CT verification if they are handled by custom cert verifiers
Dave Jeffery [Mon, 17 Oct 2016 10:26:28 +0000 (11:26 +0100)]
Docs: Fix relative link to MAS builds tutorials
The link was 404'ing
Rogério [Sun, 16 Oct 2016 00:01:37 +0000 (21:01 -0300)]
:memo: Link to README.md pt-br [ci skip]