platform/framework/web/crosswalk-tizen.git
8 years agoFix linting errors.
Rob Brackett [Wed, 20 Apr 2016 02:20:59 +0000 (19:20 -0700)]
Fix linting errors.

8 years agoAdd `isLoadingMainFrame` method to WebContents.
Rob Brackett [Mon, 18 Apr 2016 17:37:08 +0000 (10:37 -0700)]
Add `isLoadingMainFrame` method to WebContents.
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes #5183.

8 years agoTest for #5183 - webContents.executeJavaScript hangs on subframe load.
Rob Brackett [Mon, 18 Apr 2016 17:33:56 +0000 (10:33 -0700)]
Test for #5183 - webContents.executeJavaScript hangs on subframe load.

8 years agoMerge pull request #5191 from electron/initialize-embedder
Cheng Zhao [Mon, 18 Apr 2016 06:13:41 +0000 (15:13 +0900)]
Merge pull request #5191 from electron/initialize-embedder

Initialize the embedder_ member data

8 years agoMerge pull request #5184 from miniak/fix-docs
Cheng Zhao [Mon, 18 Apr 2016 06:13:27 +0000 (15:13 +0900)]
Merge pull request #5184 from miniak/fix-docs

Fix documentation

8 years agoInitialize the embedder_ member data
Cheng Zhao [Mon, 18 Apr 2016 05:52:03 +0000 (14:52 +0900)]
Initialize the embedder_ member data

Otherwise it is going to be some random value and bite us.

8 years agoUpdate brightray for electron/brightray#212
Cheng Zhao [Mon, 18 Apr 2016 04:59:15 +0000 (13:59 +0900)]
Update brightray for electron/brightray#212

8 years agoFix documentation
Milan Burda [Sat, 16 Apr 2016 17:58:03 +0000 (19:58 +0200)]
Fix documentation

8 years agoMerge pull request #5176 from shokmaster/patch-1
Zeke Sikelianos [Fri, 15 Apr 2016 19:46:30 +0000 (12:46 -0700)]
Merge pull request #5176 from shokmaster/patch-1

Correct misspellings

8 years agoMerge pull request #5169 from Stone-Jay/patch-4
Cheng Zhao [Fri, 15 Apr 2016 13:16:07 +0000 (22:16 +0900)]
Merge pull request #5169 from Stone-Jay/patch-4

Update sample code in online-offline-events.md

8 years agoMerge pull request #5167 from Stone-Jay/patch-3
Cheng Zhao [Fri, 15 Apr 2016 12:14:09 +0000 (21:14 +0900)]
Merge pull request #5167 from Stone-Jay/patch-3

translation error in browser-window.md

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 agoCorrect misspellings
Juan Antonio Gómez [Fri, 15 Apr 2016 09:49:08 +0000 (11:49 +0200)]
Correct misspellings

Correct misspellings

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 agoUpdate sample code in online-offline-events.md
StoneStoneStone [Fri, 15 Apr 2016 06:10:11 +0000 (14:10 +0800)]
Update sample code in online-offline-events.md

change `ipc` to `ipcMain`/`ipcRenderer`

8 years agotranslation error in browser-window.md
StoneStoneStone [Fri, 15 Apr 2016 02:04:01 +0000 (10:04 +0800)]
translation error in browser-window.md

'same-origin policy' means '同源策略' in Chinese

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