Cheng Zhao [Fri, 15 Apr 2016 11:10:03 +0000 (20:10 +0900)]
Merge pull request #5161 from electron/felix/iss5097
AutoUpdate Windows: Don't spawn if running
Cheng Zhao [Fri, 15 Apr 2016 10:59:50 +0000 (19:59 +0900)]
Merge pull request #5159 from djpereira/patch-1
Sample missing reference to webContents for toggleDevTools
Cheng Zhao [Fri, 15 Apr 2016 10:58:54 +0000 (19:58 +0900)]
Merge pull request #5157 from christoth/master
webview: add CSS styling notes to doc
Cheng Zhao [Fri, 15 Apr 2016 07:38:16 +0000 (16:38 +0900)]
Bump v0.37.6
Cheng Zhao [Fri, 15 Apr 2016 07:47:17 +0000 (16:47 +0900)]
Update brightray for printing fix
Cheng Zhao [Fri, 15 Apr 2016 07:35:51 +0000 (16:35 +0900)]
Update brightray for #4973
Cheng Zhao [Thu, 14 Apr 2016 23:48:09 +0000 (08:48 +0900)]
Merge pull request #5155 from electron/mac-background-color
Set the backgroundColor of RenderWidgetHostView
Felix Rieseberg [Wed, 13 Apr 2016 01:09:46 +0000 (18:09 -0700)]
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
Daniel Pereira [Thu, 14 Apr 2016 15:50:08 +0000 (10:50 -0500)]
Update menu.md
There was a missing reference to webContents.
christoth [Thu, 14 Apr 2016 14:29:55 +0000 (10:29 -0400)]
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.
Cheng Zhao [Thu, 14 Apr 2016 12:52:17 +0000 (21:52 +0900)]
Set the backgroundColor of RenderWidgetHostView
Cheng Zhao [Thu, 14 Apr 2016 11:23:58 +0000 (20:23 +0900)]
Merge pull request #5117 from deepak1556/devtools_security_panel_patch
provide security style for devtools security panel
Cheng Zhao [Thu, 14 Apr 2016 11:05:35 +0000 (20:05 +0900)]
Merge pull request #5153 from electron/fix-frameless-background
Fix wrong default transparent background for frameless window
deepak1556 [Mon, 11 Apr 2016 09:36:33 +0000 (15:06 +0530)]
provide security style for devtools security panel
Cheng Zhao [Thu, 14 Apr 2016 10:35:31 +0000 (19:35 +0900)]
Only transparent window does not have background color
Cheng Zhao [Thu, 14 Apr 2016 10:22:56 +0000 (19:22 +0900)]
Merge pull request #5152 from electron/fix-win-printing
Fix printing not working on Windows
Cheng Zhao [Thu, 14 Apr 2016 09:22:29 +0000 (18:22 +0900)]
Fix the link error
Cheng Zhao [Thu, 14 Apr 2016 08:15:20 +0000 (17:15 +0900)]
Do no load PDF library from DLL
We already have them compiled in.
Cheng Zhao [Thu, 14 Apr 2016 08:14:45 +0000 (17:14 +0900)]
Update libchromiumcontent with necessary headers and libs
Cheng Zhao [Thu, 14 Apr 2016 06:11:55 +0000 (15:11 +0900)]
Merge pull request #5146 from Stone-Jay/patch-2
Update process.md
Cheng Zhao [Thu, 14 Apr 2016 02:56:13 +0000 (11:56 +0900)]
Merge pull request #5141 from electron/optimize-visibility-state
Optimize the implementation of document.visibilityState
StoneStoneStone [Thu, 14 Apr 2016 02:08:01 +0000 (10:08 +0800)]
Update process.md
translation error, change "实效" to “失效".
Cheng Zhao [Thu, 14 Apr 2016 01:50:07 +0000 (10:50 +0900)]
Avoid adding a new option to webPreferences
Cheng Zhao [Wed, 13 Apr 2016 14:10:31 +0000 (23:10 +0900)]
Fix lint warnings
Cheng Zhao [Wed, 13 Apr 2016 13:56:11 +0000 (22:56 +0900)]
Correctly set initial visibilityState
Cheng Zhao [Wed, 13 Apr 2016 12:36:43 +0000 (21:36 +0900)]
Reduces the IPC messages used for visibilityState
Cheng Zhao [Wed, 13 Apr 2016 11:13:45 +0000 (20:13 +0900)]
Update brightray for the linux notification improvements
Cheng Zhao [Wed, 13 Apr 2016 11:12:50 +0000 (20:12 +0900)]
Merge pull request #5137 from electron/fix-did-fail-load
Revert #3643
Cheng Zhao [Wed, 13 Apr 2016 10:55:59 +0000 (19:55 +0900)]
Avoid external URLs
Cheng Zhao [Wed, 13 Apr 2016 10:39:11 +0000 (19:39 +0900)]
spec: loadUrl should not crash in did-fail-provisional-load handler
Cheng Zhao [Wed, 13 Apr 2016 10:33:59 +0000 (19:33 +0900)]
No more need to delay did-fail-load event
Cheng Zhao [Wed, 13 Apr 2016 09:47:28 +0000 (18:47 +0900)]
Merge pull request #5136 from electron/gc-timer
Use LowMemoryNotification for GC
Cheng Zhao [Wed, 13 Apr 2016 07:38:39 +0000 (16:38 +0900)]
Use LowMemoryNotification for GC
Cheng Zhao [Wed, 13 Apr 2016 04:00:18 +0000 (13:00 +0900)]
Merge pull request #5131 from electron/focus-delay
Delay the focus/blur event to next tick
Cheng Zhao [Wed, 13 Apr 2016 02:02:34 +0000 (11:02 +0900)]
views: Delay the focus/blur event to next tick
christoth [Tue, 12 Apr 2016 16:38:40 +0000 (12:38 -0400)]
Merge pull request #1 from electron/master
Update
Cheng Zhao [Tue, 12 Apr 2016 08:57:27 +0000 (17:57 +0900)]
Merge pull request #5119 from electron/hijack-reload
Handle the Page.reload command coming from devtools
Cheng Zhao [Tue, 12 Apr 2016 07:36:12 +0000 (16:36 +0900)]
Handle the Page.reload command coming from devtools
Cheng Zhao [Tue, 12 Apr 2016 06:32:28 +0000 (15:32 +0900)]
Merge pull request #5118 from electron/webview-no-script
Fix webview and preload script not working when there is no script tag in page
Cheng Zhao [Tue, 12 Apr 2016 06:11:10 +0000 (15:11 +0900)]
Make sure every page will get a script context created
Cheng Zhao [Tue, 12 Apr 2016 06:10:26 +0000 (15:10 +0900)]
spec: webview should work without script tag in page
Cheng Zhao [Tue, 12 Apr 2016 05:57:40 +0000 (14:57 +0900)]
spec: preload attribute should work without script tag in page
Cheng Zhao [Tue, 12 Apr 2016 05:02:23 +0000 (14:02 +0900)]
Merge pull request #5114 from anshao/master
Delete the extra text
Cheng Zhao [Mon, 11 Apr 2016 23:46:22 +0000 (08:46 +0900)]
Merge pull request #5108 from preco21/master
docs: Update Korean docs as upstream
zenganshao [Mon, 11 Apr 2016 14:40:12 +0000 (22:40 +0800)]
Delete the extra text
Cheng Zhao [Mon, 11 Apr 2016 12:48:59 +0000 (21:48 +0900)]
Merge pull request #5102 from Stone-Jay/patch-1
Update quick-start.md
Cheng Zhao [Mon, 11 Apr 2016 12:05:40 +0000 (21:05 +0900)]
Merge branch '5074-did-get-response-details-resource-type' of https://github.com/Mr0grog/electron into Mr0grog-5074-did-get-response-details-resource-type
Cheng Zhao [Mon, 11 Apr 2016 11:27:15 +0000 (20:27 +0900)]
Merge pull request #5091 from electron/electron-asar-in-stack-traces
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
Cheng Zhao [Mon, 11 Apr 2016 11:04:32 +0000 (20:04 +0900)]
Merge pull request #5030 from deepak1556/webrequest_response_headers_patch
session: webRequest.OnHeadersReceived should accept status line.
Cheng Zhao [Mon, 11 Apr 2016 10:30:59 +0000 (19:30 +0900)]
Update brightray for #4931
Cheng Zhao [Mon, 11 Apr 2016 10:27:53 +0000 (19:27 +0900)]
Merge pull request #5072 from sneakypete81/master
Don't wait for xdg-open to exit when OpenExternal is called (Linux)
Cheng Zhao [Mon, 11 Apr 2016 10:16:31 +0000 (19:16 +0900)]
Merge pull request #5073 from electron/naming-things
Document API naming conventions
Plusb Preco [Mon, 11 Apr 2016 02:18:25 +0000 (11:18 +0900)]
:memo: Update Korean docs as upstream
[ci skip]
Plusb Preco [Mon, 11 Apr 2016 01:51:31 +0000 (10:51 +0900)]
:memo: Fix url to relative
[ci skip]
Plusb Preco [Mon, 11 Apr 2016 01:34:56 +0000 (10:34 +0900)]
:memo: Add missing changes
[ci skip]
Plusb Preco [Mon, 11 Apr 2016 01:33:47 +0000 (10:33 +0900)]
:memo: Fix grammatical typos
[ci skip]
Plusb Preco [Mon, 11 Apr 2016 01:29:24 +0000 (10:29 +0900)]
:memo: Fix url locale
[ci skip]
Plusb Preco [Mon, 11 Apr 2016 01:18:47 +0000 (10:18 +0900)]
:memo: Add missing changes
[ci skip]
StoneStoneStone [Sun, 10 Apr 2016 03:23:26 +0000 (11:23 +0800)]
Update quick-start.md
Translation error about system events(line43).
Rob Brackett [Fri, 8 Apr 2016 20:15:40 +0000 (13:15 -0700)]
Fix trailing whitespace caught by linter.
Rob Brackett [Fri, 8 Apr 2016 20:03:22 +0000 (13:03 -0700)]
Document `resourceType` arg for `did-get-response-details` event.
Rob Brackett [Fri, 8 Apr 2016 19:55:20 +0000 (12:55 -0700)]
Add support/tests for `did-get-response-details` event on <WebView>
Rob Brackett [Fri, 8 Apr 2016 18:19:36 +0000 (11:19 -0700)]
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.
Kevin Sawicki [Fri, 8 Apr 2016 15:53:58 +0000 (08:53 -0700)]
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
Kevin Sawicki [Fri, 8 Apr 2016 15:24:53 +0000 (08:24 -0700)]
Merge pull request #5079 from electron/set-node-version-to-5-dot-10
Upgrade .node-version to 5.10.0
Kevin Sawicki [Thu, 7 Apr 2016 22:06:19 +0000 (15:06 -0700)]
:arrow_up: node@5.10.0
deepak1556 [Fri, 8 Apr 2016 08:33:57 +0000 (14:03 +0530)]
provide option to override status line
Pete Burgers [Fri, 8 Apr 2016 07:35:35 +0000 (08:35 +0100)]
Ensure process is cleaned up, to avoid leaks
Pete Burgers [Fri, 8 Apr 2016 07:32:45 +0000 (08:32 +0100)]
wait_for_exit param should be const
Cheng Zhao [Fri, 8 Apr 2016 07:25:09 +0000 (16:25 +0900)]
Merge pull request #5086 from electron/no-throttling
Add backgroundThrottling option to webPreferences
Cheng Zhao [Fri, 8 Apr 2016 07:09:12 +0000 (16:09 +0900)]
Merge pull request #5070 from christoth/master
webview: Update doc to reflect use of flexbox layout
Cheng Zhao [Fri, 8 Apr 2016 06:57:14 +0000 (15:57 +0900)]
Disable throttling in tests
Cheng Zhao [Fri, 8 Apr 2016 06:54:33 +0000 (15:54 +0900)]
Add backgroundThrottling option to webPreferences
Cheng Zhao [Fri, 8 Apr 2016 06:22:57 +0000 (15:22 +0900)]
Update libchromiumcontent with disable_hidden.patch
deepak1556 [Tue, 5 Apr 2016 03:18:20 +0000 (08:48 +0530)]
session: webRequest.OnHeadersReceived should follow server redirect
Its required to follow server redirects.
Kevin Sawicki [Thu, 7 Apr 2016 18:40:04 +0000 (11:40 -0700)]
Merge pull request #5064 from electron/upgrade-asar-for-graceful-fs-warning
Upgrade asar to remove graceful-fs warning
Kevin Sawicki [Thu, 7 Apr 2016 01:15:17 +0000 (18:15 -0700)]
:arrow_up: asar@0.11
Kevin Sawicki [Thu, 7 Apr 2016 17:35:52 +0000 (10:35 -0700)]
Merge pull request #5075 from electron/upgrade-ci-node
Use node 0.10 instead of 0.8 on internal CI machines
Kevin Sawicki [Thu, 7 Apr 2016 17:15:31 +0000 (10:15 -0700)]
Use single quotes
Kevin Sawicki [Thu, 7 Apr 2016 17:14:47 +0000 (10:14 -0700)]
Use npm.cmd on Windows to print version
Kevin Sawicki [Thu, 7 Apr 2016 17:03:16 +0000 (10:03 -0700)]
Log node and npm versions
Kevin Sawicki [Thu, 7 Apr 2016 17:00:23 +0000 (10:00 -0700)]
Remove +=
Kevin Sawicki [Thu, 7 Apr 2016 16:59:46 +0000 (09:59 -0700)]
Add more logging
Kevin Sawicki [Thu, 7 Apr 2016 16:56:04 +0000 (09:56 -0700)]
Add missing .path
Kevin Sawicki [Thu, 7 Apr 2016 16:55:23 +0000 (09:55 -0700)]
Log version to verify
Kevin Sawicki [Thu, 7 Apr 2016 16:53:33 +0000 (09:53 -0700)]
Use node 0.10.21 on CI
Zeke Sikelianos [Thu, 7 Apr 2016 16:49:55 +0000 (09:49 -0700)]
wrap cases in backticks
Zeke Sikelianos [Thu, 7 Apr 2016 16:49:17 +0000 (09:49 -0700)]
use globalShortcut as a better mixedCase example
Zeke Sikelianos [Thu, 7 Apr 2016 16:40:31 +0000 (09:40 -0700)]
:memo: document API naming conventions
Kevin Sawicki [Thu, 7 Apr 2016 16:37:07 +0000 (09:37 -0700)]
Merge pull request #5061 from electron/rename-ipc-events
Rename internal IPC events to start with ELECTRON_
Kevin Sawicki [Wed, 6 Apr 2016 23:21:26 +0000 (16:21 -0700)]
Rename ATOM_ ipc event prefix to ELECTRON_
Pete Burgers [Thu, 7 Apr 2016 16:04:15 +0000 (17:04 +0100)]
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
Kevin Sawicki [Thu, 7 Apr 2016 16:04:00 +0000 (09:04 -0700)]
Merge pull request #5063 from electron/mention-codesigning
Mention signing is required on OS X for automatic updates
Kevin Sawicki [Thu, 7 Apr 2016 00:40:07 +0000 (17:40 -0700)]
Mention codesigning is required on OS X
christoth [Thu, 7 Apr 2016 14:42:42 +0000 (10:42 -0400)]
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.
Cheng Zhao [Thu, 7 Apr 2016 12:22:24 +0000 (21:22 +0900)]
Merge pull request #5048 from preco21/master
Docs: Update Korean docs as upstream
Cheng Zhao [Thu, 7 Apr 2016 11:22:02 +0000 (20:22 +0900)]
Merge pull request #5029 from Mr0grog/5013-add-main-frame-param-for-did-fail-load
Add `isMainFrame` param to WebContents `did-fail-load` event
Cheng Zhao [Thu, 7 Apr 2016 07:18:55 +0000 (16:18 +0900)]
Merge pull request #5009 from deepak1556/context_creation_patch
browser: create cert verifier when browser context is created
Cheng Zhao [Thu, 7 Apr 2016 07:14:35 +0000 (16:14 +0900)]
Merge pull request #4968 from phamdaniel/exit-events
Don't emit 'will-quit' when 'app.exit()' is called.
Cheng Zhao [Thu, 7 Apr 2016 07:11:49 +0000 (16:11 +0900)]
Merge pull request #4986 from Aluxian/Aluxian-patch-1
Add squirrel-updates-server link in the docs