Kevin Sawicki [Fri, 26 Aug 2016 22:29:53 +0000 (15:29 -0700)]
Enable alphabetical include order lint filter
Kevin Sawicki [Fri, 26 Aug 2016 21:17:55 +0000 (14:17 -0700)]
Merge pull request #6925 from BraveNewMath/patch-1
fix windows command prompt error
Kevin Sawicki [Fri, 26 Aug 2016 21:16:30 +0000 (14:16 -0700)]
Add separate platform examples for running electron
Cheng Zhao [Fri, 26 Aug 2016 11:57:26 +0000 (20:57 +0900)]
Merge pull request #6989 from Menci/master
[doc] Add support for titleBarStyle hidden on macOS 10.9
Cheng Zhao [Fri, 26 Aug 2016 11:56:47 +0000 (20:56 +0900)]
Merge pull request #6984 from electron/zoom-webview
Document <webview>.setZoomFactor/Level as public
Cheng Zhao [Fri, 26 Aug 2016 11:41:03 +0000 (20:41 +0900)]
Merge pull request #6983 from electron/download-item-prompt
Check DownloadItem save path before prompting
Cheng Zhao [Fri, 26 Aug 2016 11:26:00 +0000 (20:26 +0900)]
Merge pull request #6977 from electron/ipc-cycle-detection
Improve cycle detection in IPC arguments
Menci [Fri, 26 Aug 2016 04:06:56 +0000 (12:06 +0800)]
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 https://github.com/electron/electron/pull/6848/commits/
ab8fd49c72e275fe8fb9697f466546c4bfb156aa for more info.
Zeke Sikelianos [Fri, 26 Aug 2016 00:28:36 +0000 (17:28 -0700)]
Merge pull request #6985 from electron/more-parameter-fixes
More parameter fixes
Zeke Sikelianos [Fri, 26 Aug 2016 00:26:57 +0000 (17:26 -0700)]
capitalize
Zeke Sikelianos [Fri, 26 Aug 2016 00:26:52 +0000 (17:26 -0700)]
use the right bullet
Zeke Sikelianos [Thu, 25 Aug 2016 22:20:05 +0000 (15:20 -0700)]
add a description for BrowserWindowProxy
Kevin Sawicki [Thu, 25 Aug 2016 21:55:01 +0000 (14:55 -0700)]
Document <webview>.setZoomFactor/Level as public
Zeke Sikelianos [Thu, 25 Aug 2016 21:43:06 +0000 (14:43 -0700)]
document some missing parameters
Zeke Sikelianos [Thu, 25 Aug 2016 21:42:53 +0000 (14:42 -0700)]
fix method heading level
Kevin Sawicki [Thu, 25 Aug 2016 21:40:15 +0000 (14:40 -0700)]
Use path to non-existent file
Kevin Sawicki [Thu, 25 Aug 2016 21:34:48 +0000 (14:34 -0700)]
Check download item save path before prompting
Kevin Sawicki [Thu, 25 Aug 2016 21:04:26 +0000 (14:04 -0700)]
Add failing spec for unwanted save dialog
Kevin Sawicki [Thu, 25 Aug 2016 20:45:42 +0000 (13:45 -0700)]
Merge pull request #6981 from electron/typo-in-method-name
Correct misspelling of destroy in method name
Kevin Sawicki [Thu, 25 Aug 2016 18:24:16 +0000 (11:24 -0700)]
Correct misspelling of destroy in method name
Zeke Sikelianos [Thu, 25 Aug 2016 18:25:01 +0000 (11:25 -0700)]
Merge pull request #6980 from electron/method-params-take-2
Document all Method Parameters
Zeke Sikelianos [Thu, 25 Aug 2016 17:52:19 +0000 (10:52 -0700)]
document missing method parameters
Kevin Sawicki [Thu, 25 Aug 2016 16:26:07 +0000 (09:26 -0700)]
Improve cycle detection in V8ValueConverter
Kevin Sawicki [Thu, 25 Aug 2016 16:10:37 +0000 (09:10 -0700)]
Add failing spec for duplicate references over IPC
Cheng Zhao [Thu, 25 Aug 2016 08:29:12 +0000 (17:29 +0900)]
Merge pull request #6963 from electron/remote-buffers
Serialize ArrayBuffers as Buffers instead of Arrays over remote
Cheng Zhao [Thu, 25 Aug 2016 00:28:34 +0000 (09:28 +0900)]
Merge pull request #6952 from deepak1556/custom_scheme_filesystem_patch
protocol: allow standard schemes to support filesystem api
Cheng Zhao [Thu, 25 Aug 2016 00:23:02 +0000 (09:23 +0900)]
Merge pull request #6961 from electron/fullscreen-linux
Only change window state when fullscreen is true
Kevin Sawicki [Wed, 24 Aug 2016 23:59:54 +0000 (16:59 -0700)]
:art: Use const
Kevin Sawicki [Wed, 24 Aug 2016 23:46:56 +0000 (16:46 -0700)]
Add spec for Int16Array remote parameter
Kevin Sawicki [Wed, 24 Aug 2016 23:41:59 +0000 (16:41 -0700)]
Add missing space after comma
Kevin Sawicki [Wed, 24 Aug 2016 22:02:51 +0000 (15:02 -0700)]
Don't serialize ArrayBuffer as Array
Kevin Sawicki [Wed, 24 Aug 2016 22:01:52 +0000 (15:01 -0700)]
Add more remote Buffer specs
Kevin Sawicki [Wed, 24 Aug 2016 21:49:25 +0000 (14:49 -0700)]
Add test of sending Buffer
Zeke Sikelianos [Wed, 24 Aug 2016 21:37:19 +0000 (14:37 -0700)]
Install node 4 on GitHub CI (#6948)
Kevin Sawicki [Wed, 24 Aug 2016 21:30:29 +0000 (14:30 -0700)]
Only change window state when fullscreen is true
Kevin Sawicki [Wed, 24 Aug 2016 16:03:44 +0000 (09:03 -0700)]
Minor doc edits and link to MDN page
deepak1556 [Wed, 24 Aug 2016 14:52:35 +0000 (20:22 +0530)]
use schemes from global instead of commandline
Cheng Zhao [Wed, 24 Aug 2016 07:25:27 +0000 (16:25 +0900)]
Merge pull request #6944 from electron/check-window-from-native-view
Access native window through native view
Cheng Zhao [Wed, 24 Aug 2016 07:15:22 +0000 (16:15 +0900)]
Merge pull request #6896 from malept/fix-checksum-format
The checksum file needs to indicate that the files should be opened in binary mode
deepak1556 [Wed, 24 Aug 2016 01:23:14 +0000 (06:53 +0530)]
add spec and docs
deepak1556 [Wed, 24 Aug 2016 00:16:54 +0000 (05:46 +0530)]
register custom schemes to access files through filesystem api
Kevin Sawicki [Tue, 23 Aug 2016 22:26:13 +0000 (15:26 -0700)]
Don't open dev tools if already initialized
Kevin Sawicki [Tue, 23 Aug 2016 17:16:29 +0000 (10:16 -0700)]
Merge pull request #6934 from electron/add-missing-class-descriptions
Give every class a description
Kevin Sawicki [Tue, 23 Aug 2016 17:12:55 +0000 (10:12 -0700)]
Use correct GetToplevelWindow signature
Kevin Sawicki [Tue, 23 Aug 2016 17:06:05 +0000 (10:06 -0700)]
Add spec for detached window crash
Kevin Sawicki [Tue, 23 Aug 2016 16:51:54 +0000 (09:51 -0700)]
Access window through native view
Jessica Lord [Tue, 23 Aug 2016 16:30:02 +0000 (09:30 -0700)]
Merge pull request #6938 from electron/add-accessibility-doc
Add accessibility doc
Cheng Zhao [Tue, 23 Aug 2016 08:03:07 +0000 (17:03 +0900)]
Bump v1.3.4
Cheng Zhao [Tue, 23 Aug 2016 07:40:36 +0000 (16:40 +0900)]
Merge pull request #6935 from electron/default-network-conditions
Default network conditions to 0.0
Zeke Sikelianos [Tue, 23 Aug 2016 04:45:25 +0000 (21:45 -0700)]
improve wording about class instantiation
Jessica Lord [Mon, 22 Aug 2016 23:27:33 +0000 (16:27 -0700)]
Add accessibility doc
Kevin Sawicki [Mon, 22 Aug 2016 23:26:31 +0000 (16:26 -0700)]
:art: Go back to single line declaration
Kevin Sawicki [Mon, 22 Aug 2016 22:49:48 +0000 (15:49 -0700)]
Merge pull request #6936 from electron/add-missing-require
add missing require to win.loadURL doc
Zeke Sikelianos [Mon, 22 Aug 2016 21:25:48 +0000 (14:25 -0700)]
add missing require to win.loadURL doc
Kevin Sawicki [Mon, 22 Aug 2016 21:25:42 +0000 (14:25 -0700)]
Document enableNetworkEmulation defaults
Kevin Sawicki [Mon, 22 Aug 2016 21:19:09 +0000 (14:19 -0700)]
Default network values to 0.0
Zeke Sikelianos [Mon, 22 Aug 2016 21:11:03 +0000 (14:11 -0700)]
add a blockquote for every class
Kevin Sawicki [Mon, 22 Aug 2016 19:30:00 +0000 (12:30 -0700)]
Merge pull request #6932 from electron/fix-power-save-blocker-doc-bug
Fix some invalid docs
Zeke Sikelianos [Mon, 22 Aug 2016 18:47:55 +0000 (11:47 -0700)]
fix linting errors in docs
Zeke Sikelianos [Mon, 22 Aug 2016 18:29:15 +0000 (11:29 -0700)]
wrap MenuItem constructor in backticks
Zeke Sikelianos [Mon, 22 Aug 2016 18:17:05 +0000 (11:17 -0700)]
missing space in doc
Cheng Zhao [Mon, 22 Aug 2016 11:08:08 +0000 (20:08 +0900)]
Merge pull request #6926 from electron/fix-fetch
Use scoped policy for micro tasks
Cheng Zhao [Mon, 22 Aug 2016 10:34:59 +0000 (19:34 +0900)]
Use scoped policy for micro tasks
Cheng Zhao [Mon, 22 Aug 2016 10:26:07 +0000 (19:26 +0900)]
spec: Add test case for fetch
Cheng Zhao [Mon, 22 Aug 2016 07:52:18 +0000 (16:52 +0900)]
Merge pull request #6922 from TomKaltz/patch-1
Update devtools-extension.md
Elias [Mon, 22 Aug 2016 07:29:33 +0000 (00:29 -0700)]
fix windows command prompt error
path to electron needs to be wrapped in quotes or else windows command prompt will error out
Cheng Zhao [Mon, 22 Aug 2016 02:19:09 +0000 (11:19 +0900)]
Merge pull request #6913 from markwylde/bugfix-spelling-fix
Fix spelling mistake from registred to registered
Cheng Zhao [Mon, 22 Aug 2016 02:00:07 +0000 (11:00 +0900)]
Merge pull request #6923 from electron/fix-path-compatibility
Do not add extra space when args is empty
Cheng Zhao [Mon, 22 Aug 2016 01:46:03 +0000 (10:46 +0900)]
Merge pull request #6900 from electron/loadurl-example
Improve doc for loadURL
Cheng Zhao [Mon, 22 Aug 2016 00:57:52 +0000 (09:57 +0900)]
Cleanup the usages of std::wstring
Cheng Zhao [Mon, 22 Aug 2016 00:50:58 +0000 (09:50 +0900)]
Do not add extra space when args is empty
Cheng Zhao [Mon, 22 Aug 2016 00:32:54 +0000 (09:32 +0900)]
Merge pull request #6858 from electron/default-protocol-launch-args
Allow settings of launch args when using defaultProtocol
Thomas Kaltz III [Sun, 21 Aug 2016 21:36:26 +0000 (17:36 -0400)]
Update devtools-extension.md
Cerebral Debugger is now supported under Electron
Mark Wylde [Sat, 20 Aug 2016 13:25:13 +0000 (14:25 +0100)]
Fix spelling mistake from registred to registered
Zeke Sikelianos [Fri, 19 Aug 2016 20:31:57 +0000 (13:31 -0700)]
recommend url.format for file URLs
Zeke Sikelianos [Fri, 19 Aug 2016 05:20:55 +0000 (22:20 -0700)]
improve doc for loadURL
Will Eccles [Thu, 18 Aug 2016 15:19:06 +0000 (11:19 -0400)]
fixed grammar for 32bit
Mark Lee [Thu, 18 Aug 2016 15:35:54 +0000 (08:35 -0700)]
The checksum file needs to indicate that the files should be opened in binary mode
Samuel Attard [Thu, 18 Aug 2016 10:42:06 +0000 (20:42 +1000)]
Fix linting issues
Samuel Attard [Thu, 18 Aug 2016 10:35:57 +0000 (20:35 +1000)]
Use base::string16 and base::JoinString instead of custom methods
Samuel Attard [Thu, 18 Aug 2016 08:02:13 +0000 (18:02 +1000)]
Return boolean instead of empty string when error occurs. Update docs
Cheng Zhao [Thu, 18 Aug 2016 06:27:09 +0000 (15:27 +0900)]
Merge pull request #6888 from electron/show-spec-runner-initially
Show spec window initially when not on CI
Cheng Zhao [Thu, 18 Aug 2016 05:42:10 +0000 (14:42 +0900)]
docs: Correctly fomart titleBarStyle line
Cheng Zhao [Thu, 18 Aug 2016 05:40:54 +0000 (14:40 +0900)]
Merge pull request #6848 from miniak/titlebar-style-hidden
Add support for titleBarStyle: 'hidden' on OS X 10.9
Cheng Zhao [Thu, 18 Aug 2016 05:35:00 +0000 (14:35 +0900)]
Merge pull request #6788 from electron/felix-progress-enum
Use enum to declare ProgressState
Cheng Zhao [Thu, 18 Aug 2016 05:34:26 +0000 (14:34 +0900)]
Merge pull request #6829 from electron/fix-thumbar-buttons-vanishing
Save the thumbar buttons when setting them to restore later
Cheng Zhao [Thu, 18 Aug 2016 02:51:43 +0000 (11:51 +0900)]
Merge pull request #6882 from duncup/patch-1
Fix typos
Kevin Sawicki [Wed, 17 Aug 2016 21:25:42 +0000 (14:25 -0700)]
Show window when not on CI
Kevin Sawicki [Wed, 17 Aug 2016 15:53:33 +0000 (08:53 -0700)]
Merge pull request #6853 from electron/about-documentation
Add About Electron documentation
Kevin Sawicki [Wed, 17 Aug 2016 15:52:42 +0000 (08:52 -0700)]
Merge pull request #6871 from electron/update-docs-for-electron-npm
Update docs re: electron module update
Kevin Sawicki [Wed, 17 Aug 2016 15:52:06 +0000 (08:52 -0700)]
Merge pull request #6870 from electron/more-permissive-standard-markdown
Use a more permissive version of standard-markdown
Kevin Sawicki [Wed, 17 Aug 2016 15:51:20 +0000 (08:51 -0700)]
Merge pull request #6875 from electron/remove-styleguide-rule-about-endlines
source files DO have newlines at the end
wolf [Wed, 17 Aug 2016 14:16:28 +0000 (22:16 +0800)]
Fix typos
Fix typos,`当前也` change to `当前页`
修正错别字,`当前也`改为`当前页`
Cheng Zhao [Wed, 17 Aug 2016 13:35:15 +0000 (22:35 +0900)]
Merge pull request #6872 from electron/only-show-extension-button-on-save-dialog
Only call setCanSelectHiddenExtension on save dialogs
Cheng Zhao [Wed, 17 Aug 2016 13:04:46 +0000 (22:04 +0900)]
Merge pull request #6861 from megahertz/bug_window_location
Apply resolveURL when set a location of a window opened by window.open()
Cheng Zhao [Wed, 17 Aug 2016 12:47:39 +0000 (21:47 +0900)]
Merge pull request #6857 from brave/object-registry
clear the storage for the webContentsId when the render view is deleted
Cheng Zhao [Wed, 17 Aug 2016 12:19:35 +0000 (21:19 +0900)]
Merge pull request #6850 from electron/disable-resize-when-changing-style-mask
Disable all resizes when changing the window's style mask
Cheng Zhao [Wed, 17 Aug 2016 12:13:31 +0000 (21:13 +0900)]
Merge pull request #6881 from electron/data-string
Certificate data is now a string
Cheng Zhao [Wed, 17 Aug 2016 11:48:09 +0000 (20:48 +0900)]
Certificate data is now a string
Cheng Zhao [Wed, 17 Aug 2016 11:44:13 +0000 (20:44 +0900)]
Merge pull request #6814 from brave/net-converter-fix
don't convert a string to an array buffer