platform/framework/web/crosswalk-tizen.git
7 years agocreate helper class to read blob data
deepak1556 [Wed, 31 Aug 2016 00:08:32 +0000 (05:38 +0530)]
create helper class to read blob data

7 years agofix ambiguous constructor call
deepak1556 [Tue, 23 Aug 2016 08:34:03 +0000 (14:04 +0530)]
fix ambiguous constructor call

7 years agofix docs and update specs
deepak1556 [Tue, 23 Aug 2016 05:59:21 +0000 (11:29 +0530)]
fix docs and update specs

7 years agoupdate api to work on public url and uuid
deepak1556 [Tue, 23 Aug 2016 05:57:43 +0000 (11:27 +0530)]
update api to work on public url and uuid

7 years agoadd docs
deepak1556 [Tue, 23 Aug 2016 00:59:44 +0000 (06:29 +0530)]
add docs

7 years agosession: api to retrieve blob data from uuid
deepak1556 [Tue, 23 Aug 2016 00:39:06 +0000 (06:09 +0530)]
session: api to retrieve blob data from uuid

7 years agoprovide blob uuid from upload data
deepak1556 [Tue, 23 Aug 2016 00:38:10 +0000 (06:08 +0530)]
provide blob uuid from upload data

7 years agoMerge pull request #7041 from Ikana/document-webcontents-fromId
Cheng Zhao [Wed, 31 Aug 2016 12:01:49 +0000 (21:01 +0900)]
Merge pull request #7041 from Ikana/document-webcontents-fromId

documents webContents.fromId

7 years agoMerge pull request #6998 from electron/ipc-v8-converter-crash
Cheng Zhao [Wed, 31 Aug 2016 11:45:25 +0000 (20:45 +0900)]
Merge pull request #6998 from electron/ipc-v8-converter-crash

Don't serialize external values over IPC

7 years agoMerge pull request #6986 from electron/arm-release-asset-name
Cheng Zhao [Wed, 31 Aug 2016 11:35:59 +0000 (20:35 +0900)]
Merge pull request #6986 from electron/arm-release-asset-name

Add v7l to ARM release assets

7 years agoMerge pull request #6867 from electron/remote-function-properties
Cheng Zhao [Wed, 31 Aug 2016 08:28:09 +0000 (17:28 +0900)]
Merge pull request #6867 from electron/remote-function-properties

Allow accessing remote function properties

7 years agodocuments webContents.fromId
roderik [Wed, 31 Aug 2016 03:25:04 +0000 (22:25 -0500)]
documents webContents.fromId

7 years agoTest external value as send argument
Kevin Sawicki [Tue, 30 Aug 2016 16:27:12 +0000 (09:27 -0700)]
Test external value as send argument

7 years agoMove IsExternal check to FromV8ValueImpl
Kevin Sawicki [Tue, 30 Aug 2016 15:51:22 +0000 (08:51 -0700)]
Move IsExternal check to FromV8ValueImpl

7 years agoMerge pull request #7028 from electron/default-exit-code
Cheng Zhao [Tue, 30 Aug 2016 10:36:03 +0000 (19:36 +0900)]
Merge pull request #7028 from electron/default-exit-code

Default app exit code to 0

7 years agoMerge pull request #7026 from Menci/master
Cheng Zhao [Tue, 30 Aug 2016 10:31:31 +0000 (19:31 +0900)]
Merge pull request #7026 from Menci/master

Add guide for force new page in print / printToPDF

7 years agoMerge pull request #7018 from HanaeKae/jpfont-in-flash
Cheng Zhao [Tue, 30 Aug 2016 08:52:05 +0000 (17:52 +0900)]
Merge pull request #7018 from HanaeKae/jpfont-in-flash

Japanese font rendering in flash.

7 years agoMerge pull request #7029 from electron/revert-7003-exit-tab-fullscreen
Cheng Zhao [Tue, 30 Aug 2016 08:09:37 +0000 (17:09 +0900)]
Merge pull request #7029 from electron/revert-7003-exit-tab-fullscreen

Revert "exit tab fullscreen on destroy"

7 years agoRevert "exit tab fullscreen on destroy"
Cheng Zhao [Tue, 30 Aug 2016 08:08:51 +0000 (17:08 +0900)]
Revert "exit tab fullscreen on destroy"

7 years agoDefault app exit code to 0
Samuel Attard [Tue, 30 Aug 2016 03:30:56 +0000 (13:30 +1000)]
Default app exit code to 0

7 years agoAdd guide for force new page in print / printToPDF
Menci [Tue, 30 Aug 2016 00:45:39 +0000 (08:45 +0800)]
Add guide for force new page in print / printToPDF

7 years agoExplicitly mention external objects
Kevin Sawicki [Mon, 29 Aug 2016 17:35:07 +0000 (10:35 -0700)]
Explicitly mention external objects

7 years ago:art:
Kevin Sawicki [Mon, 29 Aug 2016 17:27:34 +0000 (10:27 -0700)]
:art:

7 years agoAdd explicit test for IPC cycle detection
Kevin Sawicki [Mon, 29 Aug 2016 17:25:05 +0000 (10:25 -0700)]
Add explicit test for IPC cycle detection

7 years agoAdd test for sending webContents instance over IPC
Kevin Sawicki [Mon, 29 Aug 2016 17:21:30 +0000 (10:21 -0700)]
Add test for sending webContents instance over IPC

7 years agoRe-enable DOM object over IPC asserts
Kevin Sawicki [Mon, 29 Aug 2016 17:14:35 +0000 (10:14 -0700)]
Re-enable DOM object over IPC asserts

7 years agoIgnore external values when serializing
Kevin Sawicki [Mon, 29 Aug 2016 17:13:13 +0000 (10:13 -0700)]
Ignore external values when serializing

7 years agoAdd empty request error handler
Kevin Sawicki [Fri, 26 Aug 2016 16:51:54 +0000 (09:51 -0700)]
Add empty request error handler

7 years agoAdd regression spec for HTTP request over IPC
Kevin Sawicki [Fri, 26 Aug 2016 16:36:25 +0000 (09:36 -0700)]
Add regression spec for HTTP request over IPC

7 years agoConvert specs to expect empty objects
Kevin Sawicki [Fri, 26 Aug 2016 16:29:27 +0000 (09:29 -0700)]
Convert specs to expect empty objects

7 years agoDon't convert values with internal fields
Kevin Sawicki [Fri, 26 Aug 2016 16:26:58 +0000 (09:26 -0700)]
Don't convert values with internal fields

7 years agoMerge pull request #7003 from brave/exit-tab-fullscreen
Cheng Zhao [Mon, 29 Aug 2016 07:36:44 +0000 (16:36 +0900)]
Merge pull request #7003 from brave/exit-tab-fullscreen

exit tab fullscreen on destroy

7 years agoJapanese font rendering in flash.
Hanae Kae [Mon, 29 Aug 2016 07:02:09 +0000 (16:02 +0900)]
Japanese font rendering in flash.

7 years agoMerge pull request #7002 from electron/include-alpha
Cheng Zhao [Mon, 29 Aug 2016 06:19:05 +0000 (15:19 +0900)]
Merge pull request #7002 from electron/include-alpha

Enable alphabetical include order cpplint rule

7 years agoMerge pull request #7001 from electron/debug-wait-connect
Cheng Zhao [Mon, 29 Aug 2016 06:15:14 +0000 (15:15 +0900)]
Merge pull request #7001 from electron/debug-wait-connect

Port --debug-brk support to Node 6.3.0

7 years agoMerge pull request #7006 from electron/fix-optional-param-spacing
Kevin Sawicki [Sat, 27 Aug 2016 19:18:45 +0000 (12:18 -0700)]
Merge pull request #7006 from electron/fix-optional-param-spacing

fix optional param spacing

7 years agofix optional param spacing
Zeke Sikelianos [Sat, 27 Aug 2016 06:47:04 +0000 (23:47 -0700)]
fix optional param spacing

7 years agoInclude windows.h first
Kevin Sawicki [Fri, 26 Aug 2016 22:43:40 +0000 (15:43 -0700)]
Include windows.h first

7 years agoexit tab fullscreen on destroy
bridiver [Fri, 26 Aug 2016 22:29:39 +0000 (15:29 -0700)]
exit tab fullscreen on destroy

7 years agoSort includes alphabetically
Kevin Sawicki [Fri, 26 Aug 2016 22:30:02 +0000 (15:30 -0700)]
Sort includes alphabetically

7 years agoEnable alphabetical include order lint filter
Kevin Sawicki [Fri, 26 Aug 2016 22:29:53 +0000 (15:29 -0700)]
Enable alphabetical include order lint filter

7 years agoMerge pull request #6925 from BraveNewMath/patch-1
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

7 years agoAdd separate platform examples for running electron
Kevin Sawicki [Fri, 26 Aug 2016 21:16:30 +0000 (14:16 -0700)]
Add separate platform examples for running electron

7 years agoOnly set _debugWaitConnect in main process
Kevin Sawicki [Fri, 26 Aug 2016 19:30:27 +0000 (12:30 -0700)]
Only set _debugWaitConnect in main process

7 years agoRemove v8debug flag no longer supported by node
Kevin Sawicki [Fri, 26 Aug 2016 19:08:18 +0000 (12:08 -0700)]
Remove v8debug flag no longer supported by node

7 years agoSet process._debugWaitConnect with --debug-brk is specified
Kevin Sawicki [Fri, 26 Aug 2016 19:06:15 +0000 (12:06 -0700)]
Set process._debugWaitConnect with --debug-brk is specified

7 years agoMerge pull request #6989 from Menci/master
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

7 years agoMerge pull request #6984 from electron/zoom-webview
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

7 years agoMerge pull request #6983 from electron/download-item-prompt
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

7 years agoMerge pull request #6977 from electron/ipc-cycle-detection
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

7 years agoAdd support for titleBarStyle hidden on macOS 10.9
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.

7 years agoRemove unused imports
Kevin Sawicki [Fri, 26 Aug 2016 00:57:14 +0000 (17:57 -0700)]
Remove unused imports

7 years agoAdd v7l suffix to ARM build assets
Kevin Sawicki [Fri, 26 Aug 2016 00:51:37 +0000 (17:51 -0700)]
Add v7l suffix to ARM build assets

7 years agoAdd helper for generating zip file names
Kevin Sawicki [Fri, 26 Aug 2016 00:50:12 +0000 (17:50 -0700)]
Add helper for generating zip file names

7 years agoMerge pull request #6985 from electron/more-parameter-fixes
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

7 years agocapitalize
Zeke Sikelianos [Fri, 26 Aug 2016 00:26:57 +0000 (17:26 -0700)]
capitalize

7 years agouse the right bullet
Zeke Sikelianos [Fri, 26 Aug 2016 00:26:52 +0000 (17:26 -0700)]
use the right bullet

7 years agoadd a description for BrowserWindowProxy
Zeke Sikelianos [Thu, 25 Aug 2016 22:20:05 +0000 (15:20 -0700)]
add a description for BrowserWindowProxy

7 years agoDocument <webview>.setZoomFactor/Level as public
Kevin Sawicki [Thu, 25 Aug 2016 21:55:01 +0000 (14:55 -0700)]
Document <webview>.setZoomFactor/Level as public

7 years agodocument some missing parameters
Zeke Sikelianos [Thu, 25 Aug 2016 21:43:06 +0000 (14:43 -0700)]
document some missing parameters

7 years agofix method heading level
Zeke Sikelianos [Thu, 25 Aug 2016 21:42:53 +0000 (14:42 -0700)]
fix method heading level

7 years agoUse path to non-existent file
Kevin Sawicki [Thu, 25 Aug 2016 21:40:15 +0000 (14:40 -0700)]
Use path to non-existent file

7 years agoCheck download item save path before prompting
Kevin Sawicki [Thu, 25 Aug 2016 21:34:48 +0000 (14:34 -0700)]
Check download item save path before prompting

7 years agoAdd failing spec for unwanted save dialog
Kevin Sawicki [Thu, 25 Aug 2016 21:04:26 +0000 (14:04 -0700)]
Add failing spec for unwanted save dialog

7 years agoMerge pull request #6981 from electron/typo-in-method-name
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

7 years agoCorrect 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

7 years agoMerge pull request #6980 from electron/method-params-take-2
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

7 years agodocument missing method parameters
Zeke Sikelianos [Thu, 25 Aug 2016 17:52:19 +0000 (10:52 -0700)]
document missing method parameters

7 years agoImprove cycle detection in V8ValueConverter
Kevin Sawicki [Thu, 25 Aug 2016 16:26:07 +0000 (09:26 -0700)]
Improve cycle detection in V8ValueConverter

7 years agoAdd failing spec for duplicate references over IPC
Kevin Sawicki [Thu, 25 Aug 2016 16:10:37 +0000 (09:10 -0700)]
Add failing spec for duplicate references over IPC

7 years agoMerge pull request #6963 from electron/remote-buffers
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

7 years agoMerge pull request #6952 from deepak1556/custom_scheme_filesystem_patch
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

7 years agoMerge pull request #6961 from electron/fullscreen-linux
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

7 years ago:art: Use const
Kevin Sawicki [Wed, 24 Aug 2016 23:59:54 +0000 (16:59 -0700)]
:art: Use const

7 years agoAdd spec for Int16Array remote parameter
Kevin Sawicki [Wed, 24 Aug 2016 23:46:56 +0000 (16:46 -0700)]
Add spec for Int16Array remote parameter

7 years agoAdd missing space after comma
Kevin Sawicki [Wed, 24 Aug 2016 23:41:59 +0000 (16:41 -0700)]
Add missing space after comma

7 years agoDon't serialize ArrayBuffer as Array
Kevin Sawicki [Wed, 24 Aug 2016 22:02:51 +0000 (15:02 -0700)]
Don't serialize ArrayBuffer as Array

7 years agoAdd more remote Buffer specs
Kevin Sawicki [Wed, 24 Aug 2016 22:01:52 +0000 (15:01 -0700)]
Add more remote Buffer specs

7 years agoAdd test of sending Buffer
Kevin Sawicki [Wed, 24 Aug 2016 21:49:25 +0000 (14:49 -0700)]
Add test of sending Buffer

7 years agoInstall node 4 on GitHub CI (#6948)
Zeke Sikelianos [Wed, 24 Aug 2016 21:37:19 +0000 (14:37 -0700)]
Install node 4 on GitHub CI (#6948)

7 years agoOnly change window state when fullscreen is true
Kevin Sawicki [Wed, 24 Aug 2016 21:30:29 +0000 (14:30 -0700)]
Only change window state when fullscreen is true

7 years agoMinor doc edits and link to MDN page
Kevin Sawicki [Wed, 24 Aug 2016 16:03:44 +0000 (09:03 -0700)]
Minor doc edits and link to MDN page

7 years agouse schemes from global instead of commandline
deepak1556 [Wed, 24 Aug 2016 14:52:35 +0000 (20:22 +0530)]
use schemes from global instead of commandline

7 years agoMerge pull request #6944 from electron/check-window-from-native-view
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

7 years agoMerge pull request #6896 from malept/fix-checksum-format
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

7 years agoadd spec and docs
deepak1556 [Wed, 24 Aug 2016 01:23:14 +0000 (06:53 +0530)]
add spec and docs

7 years agoregister custom schemes to access files through filesystem api
deepak1556 [Wed, 24 Aug 2016 00:16:54 +0000 (05:46 +0530)]
register custom schemes to access files through filesystem api

7 years agoDon't open dev tools if already initialized
Kevin Sawicki [Tue, 23 Aug 2016 22:26:13 +0000 (15:26 -0700)]
Don't open dev tools if already initialized

7 years agoMerge pull request #6934 from electron/add-missing-class-descriptions
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

7 years agoUse correct GetToplevelWindow signature
Kevin Sawicki [Tue, 23 Aug 2016 17:12:55 +0000 (10:12 -0700)]
Use correct GetToplevelWindow signature

7 years agoAdd spec for detached window crash
Kevin Sawicki [Tue, 23 Aug 2016 17:06:05 +0000 (10:06 -0700)]
Add spec for detached window crash

7 years agoAccess window through native view
Kevin Sawicki [Tue, 23 Aug 2016 16:51:54 +0000 (09:51 -0700)]
Access window through native view

7 years agoMerge pull request #6938 from electron/add-accessibility-doc
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

7 years agoBump v1.3.4
Cheng Zhao [Tue, 23 Aug 2016 08:03:07 +0000 (17:03 +0900)]
Bump v1.3.4

7 years agoMerge pull request #6935 from electron/default-network-conditions
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

7 years agoimprove wording about class instantiation
Zeke Sikelianos [Tue, 23 Aug 2016 04:45:25 +0000 (21:45 -0700)]
improve wording about class instantiation

7 years agoAdd tests for setting remote function properties
Kevin Sawicki [Wed, 17 Aug 2016 21:21:50 +0000 (14:21 -0700)]
Add tests for setting remote function properties

7 years agoSupport remote function keys and property descriptors
Kevin Sawicki [Wed, 17 Aug 2016 20:58:48 +0000 (13:58 -0700)]
Support remote function keys and property descriptors

7 years agoUse Proxy for accessing properties of remote function
Kevin Sawicki [Tue, 16 Aug 2016 20:54:21 +0000 (13:54 -0700)]
Use Proxy for accessing properties of remote function

7 years agoAdd helper for including function properties
Kevin Sawicki [Tue, 16 Aug 2016 18:10:48 +0000 (11:10 -0700)]
Add helper for including function properties