deepak1556 [Wed, 21 Sep 2016 18:50:34 +0000 (00:20 +0530)]
update docs
deepak1556 [Wed, 21 Sep 2016 18:35:37 +0000 (00:05 +0530)]
add spec
deepak1556 [Wed, 21 Sep 2016 16:17:30 +0000 (21:47 +0530)]
renderer: add content settings class for managing storage
Cheng Zhao [Wed, 21 Sep 2016 06:16:29 +0000 (15:16 +0900)]
Merge pull request #7276 from electron/google-api-key-env2
allow GOOGLE_API_KEY to be set
Zeke Sikelianos [Tue, 20 Sep 2016 21:55:45 +0000 (14:55 -0700)]
:art: standard
Kevin Sawicki [Tue, 20 Sep 2016 21:48:48 +0000 (14:48 -0700)]
Merge pull request #7277 from electron/dictionary-to-object
Set parameter type to Object instead of Dictionary
Kevin Sawicki [Tue, 20 Sep 2016 21:46:17 +0000 (14:46 -0700)]
Add missing s in progress
Kevin Sawicki [Tue, 20 Sep 2016 21:26:55 +0000 (14:26 -0700)]
Set parameter type to Object
Zeke Sikelianos [Tue, 20 Sep 2016 21:13:30 +0000 (14:13 -0700)]
add link to chromium API keys doc
Zeke Sikelianos [Tue, 20 Sep 2016 20:58:39 +0000 (13:58 -0700)]
document the GOOGLE_API_KEY env var
Kevin Sawicki [Tue, 20 Sep 2016 20:24:45 +0000 (13:24 -0700)]
Store api_key_ on TokenLoadingJob
Zeke Sikelianos [Tue, 20 Sep 2016 19:01:59 +0000 (12:01 -0700)]
allow GOOGLE_API_KEY to be set in environment
Kevin Sawicki [Tue, 20 Sep 2016 16:00:08 +0000 (09:00 -0700)]
Merge pull request #7273 from tinydew4/fix-links
Fix some bronken links
Kevin Sawicki [Tue, 20 Sep 2016 15:59:53 +0000 (08:59 -0700)]
Merge pull request #7272 from tinydew4/translate-ko
Translate "offscreen rendering" in Korean
Kevin Sawicki [Tue, 20 Sep 2016 15:59:37 +0000 (08:59 -0700)]
Merge pull request #7265 from octref/patch-1
Add instruction for debugging main process in VSCode
arus [Tue, 20 Sep 2016 14:36:20 +0000 (23:36 +0900)]
Fix some bronken links
arus [Tue, 20 Sep 2016 14:30:46 +0000 (23:30 +0900)]
modify some
arus [Tue, 20 Sep 2016 14:29:34 +0000 (23:29 +0900)]
modify some
arus [Tue, 20 Sep 2016 14:19:15 +0000 (23:19 +0900)]
Translate offscreen rendering in Korean
Cheng Zhao [Tue, 20 Sep 2016 07:04:25 +0000 (16:04 +0900)]
Merge pull request #7262 from tinydew4/patch-1
Update browser-window.md
Cheng Zhao [Tue, 20 Sep 2016 05:51:10 +0000 (14:51 +0900)]
Merge pull request #7239 from darkdh/6873
Emit scroll-touch-edge event instead of changing the behavior of scrollll-touch-begin/end
Pine [Tue, 20 Sep 2016 05:43:05 +0000 (22:43 -0700)]
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.
Cheng Zhao [Tue, 20 Sep 2016 05:31:31 +0000 (14:31 +0900)]
Merge pull request #7264 from electron/docs-readme
Docs Readme
Cheng Zhao [Tue, 20 Sep 2016 05:28:42 +0000 (14:28 +0900)]
Merge pull request #7157 from Mossop/moveguest
Allow moving a webcontents to a different webview
Cheng Zhao [Tue, 20 Sep 2016 05:06:21 +0000 (14:06 +0900)]
Merge pull request #7173 from electron/windows-system-color
Add an app API method to fetch the system ColorizationColor
Zeke Sikelianos [Tue, 20 Sep 2016 04:10:36 +0000 (21:10 -0700)]
link to the documentation styleguide
Zeke Sikelianos [Tue, 20 Sep 2016 04:09:31 +0000 (21:09 -0700)]
break up run-on sentence
Zeke Sikelianos [Tue, 20 Sep 2016 04:09:02 +0000 (21:09 -0700)]
website doesn't display docs for old versions any more
Arus [Tue, 20 Sep 2016 02:26:04 +0000 (11:26 +0900)]
Update browser-window.md
Kevin Sawicki [Mon, 19 Sep 2016 17:22:28 +0000 (10:22 -0700)]
Merge pull request #7227 from electron/felix-cmd-strings
Ensure correct types for commandLine
Samuel Attard [Mon, 19 Sep 2016 16:42:41 +0000 (02:42 +1000)]
Fix k typo
Samuel Attard [Fri, 16 Sep 2016 16:27:46 +0000 (02:27 +1000)]
Remove semicolons from spec
Samuel Attard [Fri, 16 Sep 2016 16:13:09 +0000 (02:13 +1000)]
Add basic spec for getAccentColor
Samuel Attard [Fri, 16 Sep 2016 16:09:28 +0000 (02:09 +1000)]
Alphabetical method ordering
Samuel Attard [Fri, 16 Sep 2016 16:08:41 +0000 (02:08 +1000)]
Update docs
Samuel Attard [Fri, 16 Sep 2016 16:00:22 +0000 (02:00 +1000)]
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)
Kevin Sawicki [Mon, 19 Sep 2016 16:31:49 +0000 (09:31 -0700)]
binding -> bindings
Felix Rieseberg [Fri, 16 Sep 2016 18:43:48 +0000 (11:43 -0700)]
:wrench: 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.
Felix Rieseberg [Fri, 16 Sep 2016 18:43:48 +0000 (11:43 -0700)]
:wrench: 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.
Cheng Zhao [Mon, 19 Sep 2016 08:54:31 +0000 (17:54 +0900)]
Merge pull request #7253 from electron/osr-crash
Unsubscribe observer when OffScreenRenderWidgetHostView is destroyed
Cheng Zhao [Mon, 19 Sep 2016 08:11:42 +0000 (17:11 +0900)]
spec: Suppress the download.pdf test on AppVeyor
Cheng Zhao [Mon, 19 Sep 2016 07:51:03 +0000 (16:51 +0900)]
Unsubscribe observer when OffScreenRenderWidgetHostView is destroyed
Cheng Zhao [Mon, 19 Sep 2016 07:30:39 +0000 (16:30 +0900)]
Revert electron/brightray#246
Cheng Zhao [Mon, 19 Sep 2016 07:02:52 +0000 (16:02 +0900)]
Merge pull request #7241 from miniak/crashed-killed
Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
Cheng Zhao [Mon, 19 Sep 2016 06:54:23 +0000 (15:54 +0900)]
Merge pull request #7238 from electron/felix-windows-store-docs
Update Windows Store Language
Cheng Zhao [Mon, 19 Sep 2016 06:53:44 +0000 (15:53 +0900)]
Merge pull request #7236 from yuya-oc/accelerator-for-redo
Use Ctrl+Y as the accelerator of redo on Windows
Cheng Zhao [Mon, 19 Sep 2016 06:47:30 +0000 (15:47 +0900)]
Merge pull request #7234 from Mossop/testhistoryreplace
:white_check_mark: Test that replacement history entries don't break forward navigation.
Cheng Zhao [Mon, 19 Sep 2016 06:44:52 +0000 (15:44 +0900)]
Merge pull request #7231 from miniak/default-error-mode
Fix ELECTRON_DEFAULT_ERROR_MODE
Cheng Zhao [Mon, 19 Sep 2016 06:38:11 +0000 (15:38 +0900)]
Merge pull request #7062 from MaxWhere/osr-sizing-fix
Offscreen invalidate and sizing fix
Cheng Zhao [Mon, 19 Sep 2016 06:25:18 +0000 (15:25 +0900)]
Merge pull request #7226 from electron/power-monitor-error
Rethrow caught errors from process.binding
Cheng Zhao [Mon, 19 Sep 2016 06:24:10 +0000 (15:24 +0900)]
Merge pull request #7233 from electron/deprecate-atom-shell-version
Deprecate process.versions['atom-shell']
Cheng Zhao [Mon, 19 Sep 2016 06:23:57 +0000 (15:23 +0900)]
Merge pull request #7229 from electron/update-clang
Update clang to r274142.
Cheng Zhao [Mon, 19 Sep 2016 06:23:41 +0000 (15:23 +0900)]
Merge pull request #7230 from electron/windows-x64-link-crypt32
Link against crypt32.lib
Yuya Ochiai [Fri, 16 Sep 2016 16:26:07 +0000 (01:26 +0900)]
:checkered_flag: Use Ctrl+Y as the accelerator of redo on Windows
Milan Burda [Sun, 18 Sep 2016 00:00:45 +0000 (17:00 -0700)]
Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
Anthony Tseng [Sat, 17 Sep 2016 14:29:32 +0000 (22:29 +0800)]
Emit scroll-touch-edge event instead of changing the behavior of scroll-touch-begin/end
fix #6873
Felix Rieseberg [Sat, 17 Sep 2016 11:19:55 +0000 (04:19 -0700)]
:memo: Update Windows Store Language
Dave Townsend [Sat, 17 Sep 2016 00:06:16 +0000 (17:06 -0700)]
:white_check_mark: Test that replacement history entries don't break forward navigation.
This is a test for #7175
Kevin Sawicki [Fri, 16 Sep 2016 22:57:07 +0000 (15:57 -0700)]
Mark atom-shell version as deprecated
gellert [Fri, 16 Sep 2016 18:43:07 +0000 (20:43 +0200)]
moves setsize call to osr renderwidgethostview
gellert [Thu, 1 Sep 2016 22:22:27 +0000 (00:22 +0200)]
removes extra header
gellert [Thu, 1 Sep 2016 22:18:16 +0000 (00:18 +0200)]
cleanup and adds docs
gellert [Thu, 1 Sep 2016 21:42:40 +0000 (23:42 +0200)]
calling setsize only on osr windows
gellert [Thu, 1 Sep 2016 17:25:12 +0000 (19:25 +0200)]
adds invalidate method and proper resizing
Zeke Sikelianos [Fri, 16 Sep 2016 21:05:32 +0000 (14:05 -0700)]
Merge pull request #7120 from electron/lint-docs
Publish the public API as a JSON object
Milan Burda [Fri, 16 Sep 2016 21:01:33 +0000 (14:01 -0700)]
Only drop the SEM_NOGPFAULTERRORBOX flag when calling SetErrorMode (ELECTRON_DEFAULT_ERROR_MODE)
Kevin Sawicki [Fri, 16 Sep 2016 20:17:58 +0000 (13:17 -0700)]
Link against crypt32.lib
Kevin Sawicki [Fri, 16 Sep 2016 20:09:06 +0000 (13:09 -0700)]
initialize -> require
Haojian Wu [Fri, 16 Sep 2016 19:59:25 +0000 (21:59 +0200)]
Update clang to r274142.
Kevin Sawicki [Fri, 16 Sep 2016 18:38:32 +0000 (11:38 -0700)]
Mention not requiring module until app is ready
Kevin Sawicki [Fri, 16 Sep 2016 18:35:20 +0000 (11:35 -0700)]
:art:
Kevin Sawicki [Fri, 16 Sep 2016 18:34:52 +0000 (11:34 -0700)]
Rethrow binding errors
Kevin Sawicki [Fri, 16 Sep 2016 16:58:27 +0000 (09:58 -0700)]
power-monitor -> powerMonitor
Cheng Zhao [Fri, 16 Sep 2016 12:28:24 +0000 (21:28 +0900)]
Update brightray for #7073
Cheng Zhao [Fri, 16 Sep 2016 12:24:53 +0000 (21:24 +0900)]
Merge pull request #7163 from MaxWhere/frame-sub-scale-fix
Frame subscriber improvements
Cheng Zhao [Fri, 16 Sep 2016 12:19:21 +0000 (21:19 +0900)]
Merge pull request #7169 from deepak1556/download_defaultname_patch
browser: provide a default filename when unable to generate from download data
Cheng Zhao [Fri, 16 Sep 2016 12:11:12 +0000 (21:11 +0900)]
Merge pull request #7209 from electron/remote-function-missing-properties
Guard against missing remote function properties
Cheng Zhao [Fri, 16 Sep 2016 12:03:54 +0000 (21:03 +0900)]
Merge branch 'release'
deepak1556 [Fri, 16 Sep 2016 11:00:26 +0000 (16:30 +0530)]
add save-to-disk disposition for new-window event
deepak1556 [Sat, 10 Sep 2016 12:20:59 +0000 (17:50 +0530)]
provide a default file name for downloads
deepak1556 [Sat, 10 Sep 2016 12:13:27 +0000 (17:43 +0530)]
add failing spec
gellert [Fri, 16 Sep 2016 09:18:15 +0000 (11:18 +0200)]
reverts subscriber api
Cheng Zhao [Fri, 16 Sep 2016 08:43:09 +0000 (17:43 +0900)]
Merge pull request #7178 from aichingm/master
:penguin: Add support for different trash implementations
Cheng Zhao [Fri, 16 Sep 2016 08:01:15 +0000 (17:01 +0900)]
Merge pull request #6941 from deepak1556/blob_data_patch
protocol: provide blob uuid with uploadData
Plusb Preco [Thu, 15 Sep 2016 16:27:10 +0000 (01:27 +0900)]
docs: Update Korean docs as upstream (#7211)
* :memo: Update `README-ko.md`
* Remove Korean readme specified header.
* Add Indonesia community link.
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Mark untranslated docs
* :memo: Update Korean docs as upstream
[ci skip]
* :memo: Update Korean docs as upstream
[ci skip]
* :memo: Add untranslated files
[ci skip]
* :memo: Update Korean docs as upstream
[ci skip]
* :memo: Update Korean docs as upstream
* :memo: Update `README-ko.md`
* Remove Korean readme specified header.
* Add Indonesia community link.
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Update Korean docs as upstream
* :memo: Mark untranslated docs
* :memo: Update Korean docs as upstream
[ci skip]
* :memo: Update Korean docs as upstream
[ci skip]
* :memo: Add untranslated files
[ci skip]
* :memo: Update Korean docs as upstream
[ci skip]
* :memo: Update Korean docs as upstream
* :memo: Correct readme name
[ci skip]
* :memo: Update Korean docs as upstream
[ci skip]
Cheng Zhao [Thu, 15 Sep 2016 05:44:38 +0000 (14:44 +0900)]
Bump v1.4.0
Cheng Zhao [Thu, 15 Sep 2016 05:44:10 +0000 (14:44 +0900)]
Merge pull request #7213 from electron/chrome-update
Update to Chrome 53.0.2785.113
Cheng Zhao [Thu, 15 Sep 2016 05:27:56 +0000 (14:27 +0900)]
Update to Chrome 53.0.2785.113
Kevin Sawicki [Wed, 14 Sep 2016 20:21:44 +0000 (13:21 -0700)]
Don't load remote properties until they are accessed
Kevin Sawicki [Wed, 14 Sep 2016 18:16:44 +0000 (11:16 -0700)]
Allow spec to be run multiple times in same runner
Kevin Sawicki [Wed, 14 Sep 2016 17:54:23 +0000 (10:54 -0700)]
Only set members when members exist
Kevin Sawicki [Wed, 14 Sep 2016 17:43:55 +0000 (10:43 -0700)]
Add failing spec for missing remote properties
Kevin Sawicki [Wed, 14 Sep 2016 16:52:23 +0000 (09:52 -0700)]
Merge pull request #7195 from Joshua-Anderson/update-node-req
Update nodejs requirement for building on linux
Cheng Zhao [Wed, 14 Sep 2016 13:18:08 +0000 (22:18 +0900)]
Merge pull request #7104 from electron/chrome53
Upgrade to Chrome 53 and Node 6.5.0
Cheng Zhao [Wed, 14 Sep 2016 08:08:13 +0000 (17:08 +0900)]
Node module version should be 50
deepak1556 [Fri, 9 Sep 2016 12:18:11 +0000 (17:48 +0530)]
fix crash when using geolocation api with enableHighAccuracy option
Cheng Zhao [Fri, 9 Sep 2016 10:50:43 +0000 (19:50 +0900)]
Only emit finalUpdate found-in-page events
Since Chrome 53 all meaningful results of found-in-page are finalUpdate.
Cheng Zhao [Fri, 9 Sep 2016 10:28:32 +0000 (19:28 +0900)]
Fix compatibility with canScroll
Cheng Zhao [Thu, 8 Sep 2016 06:50:51 +0000 (15:50 +0900)]
module search paths have changed
Cheng Zhao [Thu, 8 Sep 2016 06:26:02 +0000 (15:26 +0900)]
Update to Node 6.5.0