platform/framework/web/crosswalk-tizen.git
7 years agoAdd forward declaration for 10.12 API
Kevin Sawicki [Fri, 10 Mar 2017 17:53:47 +0000 (09:53 -0800)]
Add forward declaration for 10.12 API

7 years agoFix linting
Samuel Attard [Fri, 10 Mar 2017 06:56:26 +0000 (17:56 +1100)]
Fix linting

7 years agoAdd docs for segmented control touch bar item
Samuel Attard [Fri, 10 Mar 2017 06:50:23 +0000 (17:50 +1100)]
Add docs for segmented control touch bar item

7 years agoAdd segmented control implementation
Samuel Attard [Fri, 10 Mar 2017 06:40:39 +0000 (17:40 +1100)]
Add segmented control implementation

7 years agoMerge pull request #8882 from electron/list-modules-in-separate-files
Kevin Sawicki [Thu, 9 Mar 2017 23:36:02 +0000 (15:36 -0800)]
Merge pull request #8882 from electron/list-modules-in-separate-files

Refactor electron exports to keep module list in separate files

7 years agoRefactor electron exports to keep module list in separate files
Thiago de Arruda [Mon, 6 Mar 2017 14:58:10 +0000 (11:58 -0300)]
Refactor electron exports to keep module list in separate files

7 years agoMerge pull request #8883 from electron/pass-crash-reporter-upload-parameter
Kevin Sawicki [Thu, 9 Mar 2017 20:59:35 +0000 (12:59 -0800)]
Merge pull request #8883 from electron/pass-crash-reporter-upload-parameter

Pass `uploadToServer` parameter to linux crash reporter

7 years agoPass `uploadToServer` parameter to linux crash reporter
Thiago de Arruda [Mon, 6 Mar 2017 18:59:38 +0000 (15:59 -0300)]
Pass `uploadToServer` parameter to linux crash reporter

7 years agoMerge pull request #8864 from electron/zoom_controller_webview_patch
Kevin Sawicki [Thu, 9 Mar 2017 19:27:34 +0000 (11:27 -0800)]
Merge pull request #8864 from electron/zoom_controller_webview_patch

browser: track origin zoom with HostZoomMap

7 years agoMerge pull request #8858 from electron/native-image-add-representation
Kevin Sawicki [Thu, 9 Mar 2017 18:49:19 +0000 (10:49 -0800)]
Merge pull request #8858 from electron/native-image-add-representation

Add nativeImage.addRepresentation API

7 years agoAdd more default values
Kevin Sawicki [Thu, 9 Mar 2017 18:12:03 +0000 (10:12 -0800)]
Add more default values

7 years agoAdd spec for adding representation to existing image
Kevin Sawicki [Wed, 8 Mar 2017 22:53:08 +0000 (14:53 -0800)]
Add spec for adding representation to existing image

7 years agoDocument nativeImage.addRepresentation(options)
Kevin Sawicki [Tue, 7 Mar 2017 22:29:37 +0000 (14:29 -0800)]
Document nativeImage.addRepresentation(options)

7 years agoAssert emptiness and size of built up images
Kevin Sawicki [Tue, 7 Mar 2017 22:26:31 +0000 (14:26 -0800)]
Assert emptiness and size of built up images

7 years agoSupport adding representation from data URL
Kevin Sawicki [Tue, 7 Mar 2017 22:24:37 +0000 (14:24 -0800)]
Support adding representation from data URL

7 years agoAdd addRepresentation buffer support
Kevin Sawicki [Tue, 7 Mar 2017 21:48:12 +0000 (13:48 -0800)]
Add addRepresentation buffer support

7 years agoAdd initial NativeImage.addRepresentation specs
Kevin Sawicki [Tue, 7 Mar 2017 21:47:31 +0000 (13:47 -0800)]
Add initial NativeImage.addRepresentation specs

7 years agoMerge pull request #8866 from jkleinsc/master
Kevin Sawicki [Thu, 9 Mar 2017 17:55:08 +0000 (09:55 -0800)]
Merge pull request #8866 from jkleinsc/master

Add WebRTCIPPolicy setting to webContents

7 years agoRemove unneeded done call
Kevin Sawicki [Thu, 9 Mar 2017 17:53:01 +0000 (09:53 -0800)]
Remove unneeded done call

7 years agoUpdated docs.
John Kleinschmidt [Thu, 9 Mar 2017 14:54:09 +0000 (09:54 -0500)]
Updated docs.

7 years agoFixed pass by reference and added spec
John Kleinschmidt [Thu, 9 Mar 2017 03:06:26 +0000 (22:06 -0500)]
Fixed pass by reference and added spec

7 years agoMerge pull request #8870 from electron/touch-bar-links
Kevin Sawicki [Wed, 8 Mar 2017 21:16:09 +0000 (13:16 -0800)]
Merge pull request #8870 from electron/touch-bar-links

Add more links to touch bar docs

7 years agoLink more touch bar params
Kevin Sawicki [Wed, 8 Mar 2017 21:04:55 +0000 (13:04 -0800)]
Link more touch bar params

7 years agoRemoved webrtcippolicy attribute from webview
John Kleinschmidt [Wed, 8 Mar 2017 18:52:04 +0000 (13:52 -0500)]
Removed webrtcippolicy attribute from webview

7 years agoAdd WebRTCIPPolicy setting to webContents and webview
John Kleinschmidt [Wed, 8 Mar 2017 14:55:59 +0000 (09:55 -0500)]
Add WebRTCIPPolicy setting to webContents and webview

Resolves #8777
Code to set and get the policy come from the muon framework code:
https://github.com/brave/muon/blob/master/atom/browser/api/atom_api_web_
contents.cc#L1324...L1343

7 years agoadd spec
deepak1556 [Wed, 8 Mar 2017 13:35:24 +0000 (19:05 +0530)]
add spec

7 years agotrack host zoom levels with HostZoomMap
deepak1556 [Wed, 8 Mar 2017 13:33:43 +0000 (19:03 +0530)]
track host zoom levels with HostZoomMap

7 years agoMerge pull request #8849 from electron/to-data-url-scale-factor
Kevin Sawicki [Tue, 7 Mar 2017 20:55:56 +0000 (12:55 -0800)]
Merge pull request #8849 from electron/to-data-url-scale-factor

Support scale factor in more NativeImage APIs

7 years agoAdd more scale factor specs
Kevin Sawicki [Tue, 7 Mar 2017 20:34:31 +0000 (12:34 -0800)]
Add more scale factor specs

7 years agoAdd GetScaleFactorFromOptions helper
Kevin Sawicki [Tue, 7 Mar 2017 00:29:39 +0000 (16:29 -0800)]
Add GetScaleFactorFromOptions helper

7 years agoDocument scale factor option
Kevin Sawicki [Tue, 7 Mar 2017 00:22:48 +0000 (16:22 -0800)]
Document scale factor option

7 years agoSupport scale factor to buffer APIs
Kevin Sawicki [Tue, 7 Mar 2017 00:19:16 +0000 (16:19 -0800)]
Support scale factor to buffer APIs

7 years agoRemove hasRepresentation and just use 1x png result
Kevin Sawicki [Mon, 6 Mar 2017 22:55:57 +0000 (14:55 -0800)]
Remove hasRepresentation and just use 1x png result

7 years agoSupport toPNG on image without 1x representation
Kevin Sawicki [Mon, 6 Mar 2017 21:47:37 +0000 (13:47 -0800)]
Support toPNG on image without 1x representation

7 years agoAdd failing spec for toPNG with scale factor
Kevin Sawicki [Mon, 6 Mar 2017 21:47:19 +0000 (13:47 -0800)]
Add failing spec for toPNG with scale factor

7 years agoRemove unused include
Kevin Sawicki [Mon, 6 Mar 2017 21:36:40 +0000 (13:36 -0800)]
Remove unused include

7 years agoAdd more hasRepresentation asserts
Kevin Sawicki [Mon, 6 Mar 2017 21:26:55 +0000 (13:26 -0800)]
Add more hasRepresentation asserts

7 years agoSupport toDataURL without 1x representation
Kevin Sawicki [Mon, 6 Mar 2017 21:24:50 +0000 (13:24 -0800)]
Support toDataURL without 1x representation

7 years agoAdd spec for 1x1 PNG data URL
Kevin Sawicki [Mon, 6 Mar 2017 21:22:55 +0000 (13:22 -0800)]
Add spec for 1x1 PNG data URL

7 years agoAdd failing toDataURL spec
Kevin Sawicki [Mon, 6 Mar 2017 21:15:07 +0000 (13:15 -0800)]
Add failing toDataURL spec

7 years agoMerge pull request #8845 from electron/promise-resolve-assignment
Kevin Sawicki [Tue, 7 Mar 2017 20:27:40 +0000 (12:27 -0800)]
Merge pull request #8845 from electron/promise-resolve-assignment

Assign Promise.resolve to constant

7 years agoAssign Promise.resolve to constant
Kevin Sawicki [Mon, 6 Mar 2017 19:23:28 +0000 (11:23 -0800)]
Assign Promise.resolve to constant

7 years agoBump v1.6.3
Kevin Sawicki [Tue, 7 Mar 2017 17:49:39 +0000 (09:49 -0800)]
Bump v1.6.3

7 years agoMerge pull request #8856 from electron/touch-bar-experimental
Kevin Sawicki [Tue, 7 Mar 2017 17:48:59 +0000 (09:48 -0800)]
Merge pull request #8856 from electron/touch-bar-experimental

Mark TouchBar API as experimental

7 years agoMark TouchBar as experimental
Kevin Sawicki [Tue, 7 Mar 2017 17:42:45 +0000 (09:42 -0800)]
Mark TouchBar as experimental

7 years agoMerge pull request #8851 from joaomoreno/joaomoreno-patch-1
Kevin Sawicki [Tue, 7 Mar 2017 17:35:29 +0000 (09:35 -0800)]
Merge pull request #8851 from joaomoreno/joaomoreno-patch-1

Update `ses.resolveProxy` return type

7 years agoCapitalize type
Samuel Attard [Tue, 7 Mar 2017 10:25:40 +0000 (21:25 +1100)]
Capitalize type

7 years agoUpdate `ses.resolveProxy` return type
João Moreno [Tue, 7 Mar 2017 10:21:51 +0000 (11:21 +0100)]
Update `ses.resolveProxy` return type

As far as I'm aware, after using the `ses.resolveProxy` API, it seems to return a string in the shape of `PROXY foopy:80;SOCKS5 bar.com:1080`, not an object. Correct me if I'm wrong.

7 years agoMerge pull request #8744 from electron/MarshallOfSound-patch-1
Kevin Sawicki [Mon, 6 Mar 2017 19:19:23 +0000 (11:19 -0800)]
Merge pull request #8744 from electron/MarshallOfSound-patch-1

Ensure userGesture is boolean when calling executeJavaScript

7 years agoMention userGesture default
Kevin Sawicki [Mon, 6 Mar 2017 18:51:48 +0000 (10:51 -0800)]
Mention userGesture default

7 years agoDefault hasUserGesture to false when null
Kevin Sawicki [Mon, 6 Mar 2017 18:51:17 +0000 (10:51 -0800)]
Default hasUserGesture to false when null

7 years agoAdd failing spec for no callback
Kevin Sawicki [Mon, 6 Mar 2017 18:49:23 +0000 (10:49 -0800)]
Add failing spec for no callback

7 years agoEnsure the callback is a function when executing JS
Samuel Attard [Wed, 22 Feb 2017 22:55:05 +0000 (09:55 +1100)]
Ensure the callback is a function when executing JS

7 years agoMerge pull request #8799 from nitsakh/baseURLForDataURL
Kevin Sawicki [Mon, 6 Mar 2017 18:25:53 +0000 (10:25 -0800)]
Merge pull request #8799 from nitsakh/baseURLForDataURL

Support base URL option to loadURL for data URLs

7 years agoMerge pull request #8724 from electron/defer_load_url
Kevin Sawicki [Mon, 6 Mar 2017 18:18:36 +0000 (10:18 -0800)]
Merge pull request #8724 from electron/defer_load_url

webContents: defer url load when there is a pending navigation entry

7 years agoMerge pull request #8678 from liusy182/download-item
Kevin Sawicki [Mon, 6 Mar 2017 18:11:22 +0000 (10:11 -0800)]
Merge pull request #8678 from liusy182/download-item

only emit `download-item done` event once

7 years agoMerge pull request #8604 from electron/groundwater-patch-1
Kevin Sawicki [Mon, 6 Mar 2017 17:48:36 +0000 (09:48 -0800)]
Merge pull request #8604 from electron/groundwater-patch-1

Emphasize asking for repo URL in bug reports

7 years agoIncorporate feedback
Kevin Sawicki [Mon, 6 Mar 2017 17:48:11 +0000 (09:48 -0800)]
Incorporate feedback

7 years agoMerge pull request #8800 from electron/https-website
Kevin Sawicki [Mon, 6 Mar 2017 17:32:20 +0000 (09:32 -0800)]
Merge pull request #8800 from electron/https-website

Update website URLs to use HTTPS

7 years agoMerge pull request #8795 from electron/rename-shortcuts-to-keyboard-shortcuts
Kevin Sawicki [Mon, 6 Mar 2017 17:30:55 +0000 (09:30 -0800)]
Merge pull request #8795 from electron/rename-shortcuts-to-keyboard-shortcuts

Rename shortcuts to keyboard shortcuts

7 years agoMerge pull request #8840 from Yarkhan/patch-1
Kevin Sawicki [Mon, 6 Mar 2017 17:27:38 +0000 (09:27 -0800)]
Merge pull request #8840 from Yarkhan/patch-1

Correcting typo

7 years agoMerge pull request #8837 from rhysd/fix-touchbar-doc
Kevin Sawicki [Mon, 6 Mar 2017 17:25:57 +0000 (09:25 -0800)]
Merge pull request #8837 from rhysd/fix-touchbar-doc

Fix TouchBarSpacer class name in doc

7 years agoMerge pull request #8834 from electron/tb-doc-fixups
Kevin Sawicki [Mon, 6 Mar 2017 17:25:29 +0000 (09:25 -0800)]
Merge pull request #8834 from electron/tb-doc-fixups

Add more explicit types to docs for TouchBar

7 years agoMerge pull request #8811 from electron/clean-node-on-exit
Cheng Zhao [Mon, 6 Mar 2017 11:36:59 +0000 (20:36 +0900)]
Merge pull request #8811 from electron/clean-node-on-exit

Clean up node Environment on exit

7 years agoCorrecting typo
Yarkhan [Sun, 5 Mar 2017 23:40:18 +0000 (20:40 -0300)]
Correcting typo

7 years agosimply spec
deepak1556 [Sun, 5 Mar 2017 18:52:20 +0000 (00:22 +0530)]
simply spec

7 years agolisten for browser initiated pending nav entries too
deepak1556 [Sun, 5 Mar 2017 18:51:52 +0000 (00:21 +0530)]
listen for browser initiated pending nav entries too

7 years agoupdate spec
deepak1556 [Tue, 28 Feb 2017 18:51:37 +0000 (00:21 +0530)]
update spec

7 years agowebContents: defer url load when there is a pending navigation entry
deepak1556 [Sun, 19 Feb 2017 20:43:17 +0000 (02:13 +0530)]
webContents: defer url load when there is a pending navigation entry

7 years agofix TouchBarSpacer class name in doc
rhysd [Sun, 5 Mar 2017 06:09:35 +0000 (15:09 +0900)]
fix TouchBarSpacer class name in doc

7 years agoAdd more explicit types to docs for TouchBar
Samuel Attard [Sat, 4 Mar 2017 05:14:41 +0000 (16:14 +1100)]
Add more explicit types to docs for TouchBar

7 years agoMerge pull request #8830 from electron/touchbar-label-color
Kevin Sawicki [Fri, 3 Mar 2017 23:51:16 +0000 (15:51 -0800)]
Merge pull request #8830 from electron/touchbar-label-color

Support setting TouchBarLabel text color

7 years agoidentList -> identifiers
Kevin Sawicki [Fri, 3 Mar 2017 23:28:32 +0000 (15:28 -0800)]
identList -> identifiers

7 years agoAlways set properties in update calls
Kevin Sawicki [Fri, 3 Mar 2017 23:24:32 +0000 (15:24 -0800)]
Always set properties in update calls

7 years agoAdd support for setting TouchBarLabel text color
Kevin Sawicki [Fri, 3 Mar 2017 23:14:51 +0000 (15:14 -0800)]
Add support for setting TouchBarLabel text color

7 years agoMerge pull request #8095 from electron/touchbar
Kevin Sawicki [Fri, 3 Mar 2017 22:37:56 +0000 (14:37 -0800)]
Merge pull request #8095 from electron/touchbar

Add TouchBar Support

7 years agoRemove unused include
Kevin Sawicki [Fri, 3 Mar 2017 22:11:09 +0000 (14:11 -0800)]
Remove unused include

7 years agoDrop nullable for consistency
Kevin Sawicki [Fri, 3 Mar 2017 22:07:59 +0000 (14:07 -0800)]
Drop nullable for consistency

7 years agoMention it only effects 10.12.1 with touch bar
Kevin Sawicki [Fri, 3 Mar 2017 22:04:55 +0000 (14:04 -0800)]
Mention it only effects 10.12.1 with touch bar

7 years agoAdd clover to possible values
Kevin Sawicki [Fri, 3 Mar 2017 18:54:21 +0000 (10:54 -0800)]
Add clover to possible values

7 years agoCheck that window responds to touchBar selector for pre-10.12.1 compat
Kevin Sawicki [Fri, 3 Mar 2017 18:49:42 +0000 (10:49 -0800)]
Check that window responds to touchBar selector for pre-10.12.1 compat

7 years agoAdd initial touch bar specs
Kevin Sawicki [Fri, 3 Mar 2017 18:22:25 +0000 (10:22 -0800)]
Add initial touch bar specs

7 years agoAdd initial touch bar docs
Kevin Sawicki [Fri, 3 Mar 2017 17:54:46 +0000 (09:54 -0800)]
Add initial touch bar docs

7 years agoMake exported properties match class names
Kevin Sawicki [Thu, 2 Mar 2017 22:32:38 +0000 (14:32 -0800)]
Make exported properties match class names

7 years agoMake config optional
Kevin Sawicki [Thu, 2 Mar 2017 22:29:59 +0000 (14:29 -0800)]
Make config optional

7 years agoAdd live popover icon property
Kevin Sawicki [Thu, 2 Mar 2017 21:37:34 +0000 (13:37 -0800)]
Add live popover icon property

7 years agoSupport icon property to match MenuItem
Kevin Sawicki [Thu, 2 Mar 2017 20:56:23 +0000 (12:56 -0800)]
Support icon property to match MenuItem

7 years ago:art:
Kevin Sawicki [Thu, 2 Mar 2017 18:32:55 +0000 (10:32 -0800)]
:art:

7 years agoMatch Popover casing in macOS APIs
Kevin Sawicki [Thu, 2 Mar 2017 18:28:07 +0000 (10:28 -0800)]
Match Popover casing in macOS APIs

7 years agoExpose TouchBar on remote module
Kevin Sawicki [Thu, 2 Mar 2017 18:25:39 +0000 (10:25 -0800)]
Expose TouchBar on remote module

7 years agoUse NSTouchBar itemForIdentifier to lookup existing item
Kevin Sawicki [Thu, 2 Mar 2017 18:23:24 +0000 (10:23 -0800)]
Use NSTouchBar itemForIdentifier to lookup existing item

7 years agoRegister item after validating
Kevin Sawicki [Thu, 2 Mar 2017 17:30:21 +0000 (09:30 -0800)]
Register item after validating

7 years agoUse device NS colors consistently
Kevin Sawicki [Thu, 2 Mar 2017 17:22:57 +0000 (09:22 -0800)]
Use device NS colors consistently

7 years agoUse array to create empty NSMutableArray
Kevin Sawicki [Thu, 2 Mar 2017 17:16:29 +0000 (09:16 -0800)]
Use array to create empty NSMutableArray

7 years agoOnly export TouchBar to start
Kevin Sawicki [Thu, 2 Mar 2017 00:12:44 +0000 (16:12 -0800)]
Only export TouchBar to start

7 years agoCheck that atom_touch_bar_ is set
Kevin Sawicki [Wed, 1 Mar 2017 23:29:34 +0000 (15:29 -0800)]
Check that atom_touch_bar_ is set

7 years agoStore ordered settings in AtomTouchBar
Kevin Sawicki [Wed, 1 Mar 2017 23:26:10 +0000 (15:26 -0800)]
Store ordered settings in AtomTouchBar

7 years agoAdd move live updating properties
Kevin Sawicki [Wed, 1 Mar 2017 22:54:43 +0000 (14:54 -0800)]
Add move live updating properties

7 years agoAdd support for spacer items
Kevin Sawicki [Wed, 1 Mar 2017 22:10:52 +0000 (14:10 -0800)]
Add support for spacer items

7 years agoSupport setting the initial/available colors
Kevin Sawicki [Wed, 1 Mar 2017 20:50:36 +0000 (12:50 -0800)]
Support setting the initial/available colors