platform/framework/web/crosswalk-tizen.git
8 years agoMerge pull request #5166 from preco21/master
Cheng Zhao [Fri, 15 Apr 2016 11:39:55 +0000 (20:39 +0900)]
Merge pull request #5166 from preco21/master

docs: Update Korean docs as upstream

8 years agoMerge pull request #5161 from electron/felix/iss5097
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

8 years agoMerge pull request #5159 from djpereira/patch-1
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

8 years agoMerge pull request #5157 from christoth/master
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

8 years agoBump v0.37.6
Cheng Zhao [Fri, 15 Apr 2016 07:38:16 +0000 (16:38 +0900)]
Bump v0.37.6

8 years agoUpdate brightray for printing fix
Cheng Zhao [Fri, 15 Apr 2016 07:47:17 +0000 (16:47 +0900)]
Update brightray for printing fix

8 years agoUpdate brightray for #4973
Cheng Zhao [Fri, 15 Apr 2016 07:35:51 +0000 (16:35 +0900)]
Update brightray for #4973

8 years agoMerge pull request #5155 from electron/mac-background-color
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

8 years agoAutoUpdate Windows: Don't spawn if running
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

8 years agoUpdate menu.md
Daniel Pereira [Thu, 14 Apr 2016 15:50:08 +0000 (10:50 -0500)]
Update menu.md

There was a missing reference to webContents.

8 years agowebview: add CSS styling notes
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.

8 years ago:memo: Small fixes
Plusb Preco [Thu, 14 Apr 2016 13:56:56 +0000 (22:56 +0900)]
:memo: Small fixes

[ci skip]

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Thu, 14 Apr 2016 13:55:09 +0000 (22:55 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years agoSet the backgroundColor of RenderWidgetHostView
Cheng Zhao [Thu, 14 Apr 2016 12:52:17 +0000 (21:52 +0900)]
Set the backgroundColor of RenderWidgetHostView

8 years agoMerge pull request #5117 from deepak1556/devtools_security_panel_patch
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

8 years agoMerge pull request #5153 from electron/fix-frameless-background
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

8 years agoprovide security style for devtools security panel
deepak1556 [Mon, 11 Apr 2016 09:36:33 +0000 (15:06 +0530)]
provide security style for devtools security panel

8 years agoOnly transparent window does not have background color
Cheng Zhao [Thu, 14 Apr 2016 10:35:31 +0000 (19:35 +0900)]
Only transparent window does not have background color

8 years agoMerge pull request #5152 from electron/fix-win-printing
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

8 years agoFix the link error
Cheng Zhao [Thu, 14 Apr 2016 09:22:29 +0000 (18:22 +0900)]
Fix the link error

8 years agoDo no load PDF library from DLL
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.

8 years agoUpdate libchromiumcontent with necessary headers and libs
Cheng Zhao [Thu, 14 Apr 2016 08:14:45 +0000 (17:14 +0900)]
Update libchromiumcontent with necessary headers and libs

8 years agoMerge pull request #5146 from Stone-Jay/patch-2
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

8 years agoMerge pull request #5141 from electron/optimize-visibility-state
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

8 years agoUpdate process.md
StoneStoneStone [Thu, 14 Apr 2016 02:08:01 +0000 (10:08 +0800)]
Update process.md

translation error, change "实效" to “失效".

8 years agoAvoid adding a new option to webPreferences
Cheng Zhao [Thu, 14 Apr 2016 01:50:07 +0000 (10:50 +0900)]
Avoid adding a new option to webPreferences

8 years agoFix lint warnings
Cheng Zhao [Wed, 13 Apr 2016 14:10:31 +0000 (23:10 +0900)]
Fix lint warnings

8 years agoCorrectly set initial visibilityState
Cheng Zhao [Wed, 13 Apr 2016 13:56:11 +0000 (22:56 +0900)]
Correctly set initial visibilityState

8 years agoReduces the IPC messages used for visibilityState
Cheng Zhao [Wed, 13 Apr 2016 12:36:43 +0000 (21:36 +0900)]
Reduces the IPC messages used for visibilityState

8 years agoUpdate brightray for the linux notification improvements
Cheng Zhao [Wed, 13 Apr 2016 11:13:45 +0000 (20:13 +0900)]
Update brightray for the linux notification improvements

8 years agoMerge pull request #5137 from electron/fix-did-fail-load
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

8 years agoAvoid external URLs
Cheng Zhao [Wed, 13 Apr 2016 10:55:59 +0000 (19:55 +0900)]
Avoid external URLs

8 years agospec: loadUrl should not crash in did-fail-provisional-load handler
Cheng Zhao [Wed, 13 Apr 2016 10:39:11 +0000 (19:39 +0900)]
spec: loadUrl should not crash in did-fail-provisional-load handler

8 years agoNo more need to delay did-fail-load event
Cheng Zhao [Wed, 13 Apr 2016 10:33:59 +0000 (19:33 +0900)]
No more need to delay did-fail-load event

8 years agoMerge pull request #5136 from electron/gc-timer
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

8 years agoUse LowMemoryNotification for GC
Cheng Zhao [Wed, 13 Apr 2016 07:38:39 +0000 (16:38 +0900)]
Use LowMemoryNotification for GC

8 years agoMerge pull request #5131 from electron/focus-delay
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

8 years agoviews: 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

8 years agoMerge pull request #1 from electron/master
christoth [Tue, 12 Apr 2016 16:38:40 +0000 (12:38 -0400)]
Merge pull request #1 from electron/master

Update

8 years agoMerge pull request #5119 from electron/hijack-reload
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

8 years agoHandle 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

8 years agoMerge pull request #5118 from electron/webview-no-script
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

8 years agoMake sure every page will get a script context created
Cheng Zhao [Tue, 12 Apr 2016 06:11:10 +0000 (15:11 +0900)]
Make sure every page will get a script context created

8 years agospec: webview should work without script tag in page
Cheng Zhao [Tue, 12 Apr 2016 06:10:26 +0000 (15:10 +0900)]
spec: webview should work without script tag in page

8 years agospec: preload attribute 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

8 years agoMerge pull request #5114 from anshao/master
Cheng Zhao [Tue, 12 Apr 2016 05:02:23 +0000 (14:02 +0900)]
Merge pull request #5114 from anshao/master

Delete the extra text

8 years agoMerge pull request #5108 from preco21/master
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

8 years agoDelete the extra text
zenganshao [Mon, 11 Apr 2016 14:40:12 +0000 (22:40 +0800)]
Delete the extra text

8 years agoMerge pull request #5102 from Stone-Jay/patch-1
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

8 years agoMerge branch '5074-did-get-response-details-resource-type' of https://github.com...
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

8 years agoMerge pull request #5091 from electron/electron-asar-in-stack-traces
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

8 years agoMerge pull request #5030 from deepak1556/webrequest_response_headers_patch
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.

8 years agoUpdate brightray for #4931
Cheng Zhao [Mon, 11 Apr 2016 10:30:59 +0000 (19:30 +0900)]
Update brightray for #4931

8 years agoMerge pull request #5072 from sneakypete81/master
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)

8 years agoMerge pull request #5073 from electron/naming-things
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

8 years ago:memo: Update Korean docs as upstream
Plusb Preco [Mon, 11 Apr 2016 02:18:25 +0000 (11:18 +0900)]
:memo: Update Korean docs as upstream

[ci skip]

8 years ago:memo: Fix url to relative
Plusb Preco [Mon, 11 Apr 2016 01:51:31 +0000 (10:51 +0900)]
:memo: Fix url to relative

[ci skip]

8 years ago:memo: Add missing changes
Plusb Preco [Mon, 11 Apr 2016 01:34:56 +0000 (10:34 +0900)]
:memo: Add missing changes

[ci skip]

8 years ago:memo: Fix grammatical typos
Plusb Preco [Mon, 11 Apr 2016 01:33:47 +0000 (10:33 +0900)]
:memo: Fix grammatical typos

[ci skip]

8 years ago:memo: Fix url locale
Plusb Preco [Mon, 11 Apr 2016 01:29:24 +0000 (10:29 +0900)]
:memo: Fix url locale

[ci skip]

8 years ago:memo: Add missing changes
Plusb Preco [Mon, 11 Apr 2016 01:18:47 +0000 (10:18 +0900)]
:memo: Add missing changes

[ci skip]

8 years agoUpdate quick-start.md
StoneStoneStone [Sun, 10 Apr 2016 03:23:26 +0000 (11:23 +0800)]
Update quick-start.md

Translation error about system events(line43).

8 years agoFix trailing whitespace caught by linter.
Rob Brackett [Fri, 8 Apr 2016 20:15:40 +0000 (13:15 -0700)]
Fix trailing whitespace caught by linter.

8 years agoDocument `resourceType` arg for `did-get-response-details` event.
Rob Brackett [Fri, 8 Apr 2016 20:03:22 +0000 (13:03 -0700)]
Document `resourceType` arg for `did-get-response-details` event.

8 years agoAdd support/tests for `did-get-response-details` event on <WebView>
Rob Brackett [Fri, 8 Apr 2016 19:55:20 +0000 (12:55 -0700)]
Add support/tests for `did-get-response-details` event on <WebView>

8 years agoAdd `resourceType` arg to webContents `did-get-response-details` event.
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.

8 years agoRename ATOM_SHELL_ASAR to ELECTRON_ASAR
Kevin Sawicki [Fri, 8 Apr 2016 15:53:58 +0000 (08:53 -0700)]
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR

8 years agoMerge pull request #5079 from electron/set-node-version-to-5-dot-10
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

8 years ago:arrow_up: node@5.10.0
Kevin Sawicki [Thu, 7 Apr 2016 22:06:19 +0000 (15:06 -0700)]
:arrow_up: node@5.10.0

8 years agoprovide option to override status line
deepak1556 [Fri, 8 Apr 2016 08:33:57 +0000 (14:03 +0530)]
provide option to override status line

8 years agoEnsure process is cleaned up, to avoid leaks
Pete Burgers [Fri, 8 Apr 2016 07:35:35 +0000 (08:35 +0100)]
Ensure process is cleaned up, to avoid leaks

8 years agowait_for_exit param should be const
Pete Burgers [Fri, 8 Apr 2016 07:32:45 +0000 (08:32 +0100)]
wait_for_exit param should be const

8 years agoMerge pull request #5086 from electron/no-throttling
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

8 years agoMerge pull request #5070 from christoth/master
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

8 years agoDisable throttling in tests
Cheng Zhao [Fri, 8 Apr 2016 06:57:14 +0000 (15:57 +0900)]
Disable throttling in tests

8 years agoAdd backgroundThrottling option to webPreferences
Cheng Zhao [Fri, 8 Apr 2016 06:54:33 +0000 (15:54 +0900)]
Add backgroundThrottling option to webPreferences

8 years agoUpdate libchromiumcontent with disable_hidden.patch
Cheng Zhao [Fri, 8 Apr 2016 06:22:57 +0000 (15:22 +0900)]
Update libchromiumcontent with disable_hidden.patch

8 years agosession: webRequest.OnHeadersReceived should follow server redirect
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.

8 years agoMerge pull request #5064 from electron/upgrade-asar-for-graceful-fs-warning
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

8 years ago:arrow_up: asar@0.11
Kevin Sawicki [Thu, 7 Apr 2016 01:15:17 +0000 (18:15 -0700)]
:arrow_up: asar@0.11

8 years agoMerge pull request #5075 from electron/upgrade-ci-node
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

8 years agoUse single quotes
Kevin Sawicki [Thu, 7 Apr 2016 17:15:31 +0000 (10:15 -0700)]
Use single quotes

8 years agoUse npm.cmd on Windows to print version
Kevin Sawicki [Thu, 7 Apr 2016 17:14:47 +0000 (10:14 -0700)]
Use npm.cmd on Windows to print version

8 years agoLog node and npm versions
Kevin Sawicki [Thu, 7 Apr 2016 17:03:16 +0000 (10:03 -0700)]
Log node and npm versions

8 years agoRemove +=
Kevin Sawicki [Thu, 7 Apr 2016 17:00:23 +0000 (10:00 -0700)]
Remove +=

8 years agoAdd more logging
Kevin Sawicki [Thu, 7 Apr 2016 16:59:46 +0000 (09:59 -0700)]
Add more logging

8 years agoAdd missing .path
Kevin Sawicki [Thu, 7 Apr 2016 16:56:04 +0000 (09:56 -0700)]
Add missing .path

8 years agoLog version to verify
Kevin Sawicki [Thu, 7 Apr 2016 16:55:23 +0000 (09:55 -0700)]
Log version to verify

8 years agoUse node 0.10.21 on CI
Kevin Sawicki [Thu, 7 Apr 2016 16:53:33 +0000 (09:53 -0700)]
Use node 0.10.21 on CI

8 years agowrap cases in backticks
Zeke Sikelianos [Thu, 7 Apr 2016 16:49:55 +0000 (09:49 -0700)]
wrap cases in backticks

8 years agouse globalShortcut as a better mixedCase example
Zeke Sikelianos [Thu, 7 Apr 2016 16:49:17 +0000 (09:49 -0700)]
use globalShortcut as a better mixedCase example

8 years ago:memo: document API naming conventions
Zeke Sikelianos [Thu, 7 Apr 2016 16:40:31 +0000 (09:40 -0700)]
:memo: document API naming conventions

8 years agoMerge pull request #5061 from electron/rename-ipc-events
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_

8 years agoRename ATOM_ ipc event prefix to ELECTRON_
Kevin Sawicki [Wed, 6 Apr 2016 23:21:26 +0000 (16:21 -0700)]
Rename ATOM_ ipc event prefix to ELECTRON_

8 years agoDon't wait for xdg-open to exit when OpenExternal is called (Linux)
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

8 years agoMerge pull request #5063 from electron/mention-codesigning
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

8 years agoMention codesigning is required on OS X
Kevin Sawicki [Thu, 7 Apr 2016 00:40:07 +0000 (17:40 -0700)]
Mention codesigning is required on OS X

8 years agoUpdate doc to reflect use of flexbox layout
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.

8 years agoMerge pull request #5048 from preco21/master
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

8 years agoMerge pull request #5029 from Mr0grog/5013-add-main-frame-param-for-did-fail-load
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