platform/framework/web/crosswalk-tizen.git
7 years agoMerge pull request #8650 from electron/will-attach-webview-docs
Kevin Sawicki [Fri, 10 Feb 2017 16:45:40 +0000 (08:45 -0800)]
Merge pull request #8650 from electron/will-attach-webview-docs

[ci skip] Improve docs for `will-attach-webview` event

7 years agoMerge pull request #8640 from electron/fix-debug-symbols
Cheng Zhao [Fri, 10 Feb 2017 10:11:31 +0000 (19:11 +0900)]
Merge pull request #8640 from electron/fix-debug-symbols

Update libchromiumcontent: Fix debug symbols not generated

7 years agoImprove docs for `will-attach-webview` event
Vadim Macagon [Fri, 10 Feb 2017 03:33:33 +0000 (10:33 +0700)]
Improve docs for `will-attach-webview` event

7 years agoMerge pull request #8584 from electron/new-webview-event
Kevin Sawicki [Thu, 9 Feb 2017 20:40:11 +0000 (12:40 -0800)]
Merge pull request #8584 from electron/new-webview-event

Add will-attach-webview event

7 years agoRemove only call
Kevin Sawicki [Thu, 9 Feb 2017 19:49:14 +0000 (11:49 -0800)]
Remove only call

7 years ago:art: Use embedder var for clarity
Kevin Sawicki [Thu, 9 Feb 2017 19:48:45 +0000 (11:48 -0800)]
:art: Use embedder var for clarity

7 years agoRemove guest from will-attach-webview event
Kevin Sawicki [Thu, 9 Feb 2017 19:47:40 +0000 (11:47 -0800)]
Remove guest from will-attach-webview event

7 years agoAdjust src from will-attach-webview
Kevin Sawicki [Fri, 3 Feb 2017 22:01:39 +0000 (14:01 -0800)]
Adjust src from will-attach-webview

7 years agoEmit attach params as well in event
Kevin Sawicki [Fri, 3 Feb 2017 21:58:07 +0000 (13:58 -0800)]
Emit attach params as well in event

7 years agoDocument will-attach-webview
Kevin Sawicki [Fri, 3 Feb 2017 20:58:04 +0000 (12:58 -0800)]
Document will-attach-webview

7 years agonew-webview -> will-attach-webview
Kevin Sawicki [Fri, 3 Feb 2017 20:55:37 +0000 (12:55 -0800)]
new-webview -> will-attach-webview

7 years agoAdd new-webview event that can be prevented
Kevin Sawicki [Fri, 3 Feb 2017 20:46:22 +0000 (12:46 -0800)]
Add new-webview event that can be prevented

7 years agoAdd new-webview specs
Kevin Sawicki [Fri, 3 Feb 2017 20:21:46 +0000 (12:21 -0800)]
Add new-webview specs

7 years agoMerge pull request #8556 from yamgent/macos-open-save-panel
Kevin Sawicki [Thu, 9 Feb 2017 19:34:19 +0000 (11:34 -0800)]
Merge pull request #8556 from yamgent/macos-open-save-panel

Support message, nameFieldLabel and showsTagField for macOS dialog

7 years ago:art:
Kevin Sawicki [Thu, 9 Feb 2017 19:30:17 +0000 (11:30 -0800)]
:art:

7 years agoDocument new settings
Kevin Sawicki [Thu, 9 Feb 2017 19:29:10 +0000 (11:29 -0800)]
Document new settings

7 years agoMerge remote-tracking branch 'origin/master' into macos-open-save-panel
Kevin Sawicki [Thu, 9 Feb 2017 19:25:05 +0000 (11:25 -0800)]
Merge remote-tracking branch 'origin/master' into macos-open-save-panel

7 years agoMerge pull request #8623 from electron/dialog-options-helper
Kevin Sawicki [Thu, 9 Feb 2017 19:07:02 +0000 (11:07 -0800)]
Merge pull request #8623 from electron/dialog-options-helper

Add DialogSettings helper

7 years agoAdd DialogSettings helper struct
Kevin Sawicki [Wed, 8 Feb 2017 01:32:58 +0000 (17:32 -0800)]
Add DialogSettings helper struct

7 years agoMerge pull request #8590 from electron/showmessagebox-checkbox
Kevin Sawicki [Thu, 9 Feb 2017 18:07:03 +0000 (10:07 -0800)]
Merge pull request #8590 from electron/showmessagebox-checkbox

Add support for checkbox with dialog.showMessageBox

7 years agoUse CHROMEGTK_CALLBACK_0 and ignore gpointer data
Kevin Sawicki [Thu, 9 Feb 2017 17:49:09 +0000 (09:49 -0800)]
Use CHROMEGTK_CALLBACK_0 and ignore gpointer data

7 years agoAdd support for checkbox with dialog.showMessageBox
Birunthan Mohanathas [Mon, 6 Feb 2017 15:35:36 +0000 (15:35 +0000)]
Add support for checkbox with dialog.showMessageBox

This adds the `checkboxLabel` and `checkboxChecked` options to display a
checkbox in the message box. Fixes #6048.

7 years agoFix code formatting
Tan Wang Leng [Thu, 9 Feb 2017 13:47:26 +0000 (21:47 +0800)]
Fix code formatting

7 years agoChange qualifier of ShowSaveDialog() parameter
Tan Wang Leng [Thu, 9 Feb 2017 13:33:33 +0000 (21:33 +0800)]
Change qualifier of ShowSaveDialog() parameter

The normal convention in the codebase is to not use references
or 'const' for primitives like 'bool' and 'int'.

7 years agoAdd tests to check errors in parameters
Tan Wang Leng [Thu, 9 Feb 2017 13:23:02 +0000 (21:23 +0800)]
Add tests to check errors in parameters

7 years agoChange the default value of showsTagField to true
Tan Wang Leng [Thu, 9 Feb 2017 13:01:40 +0000 (21:01 +0800)]
Change the default value of showsTagField to true

The default value of showsTagField in macOS's NSSavePanel is true.

Therefore, in order to follow the standard behavior and not break
backwards-compatibility, let's change the default value of
showsTagField to true.

Reference:
https://developer.apple.com/reference/appkit/nssavepanel/1525589-showstagfield?language=objc

7 years agoFix wrong signature for gtk's ShowSaveDialog()
Tan Wang Leng [Thu, 2 Feb 2017 13:01:02 +0000 (21:01 +0800)]
Fix wrong signature for gtk's ShowSaveDialog()

7 years ago:checkered_flag: Fix dialog method calls for Windows
Tan Wang Leng [Thu, 2 Feb 2017 12:21:20 +0000 (20:21 +0800)]
:checkered_flag: Fix dialog method calls for Windows

7 years ago:memo: Update docs for new attributes in showOpenDialog()
Tan Wang Leng [Wed, 1 Feb 2017 16:01:19 +0000 (00:01 +0800)]
:memo: Update docs for new attributes in showOpenDialog()

7 years ago:apple: Add additional options for Mac's open dialog
Tan Wang Leng [Wed, 1 Feb 2017 16:01:01 +0000 (00:01 +0800)]
:apple: Add additional options for Mac's open dialog

Support an additional attributes available in macOS's NSOpenPanel:
message.

7 years ago:memo: Update docs for new attributes in showSaveDialog()
Tan Wang Leng [Wed, 1 Feb 2017 15:36:06 +0000 (23:36 +0800)]
:memo: Update docs for new attributes in showSaveDialog()

7 years ago:apple: Add additional options for Mac's save dialog
Tan Wang Leng [Wed, 1 Feb 2017 15:34:21 +0000 (23:34 +0800)]
:apple: Add additional options for Mac's save dialog

Support additional attributes available in macOS's NSSavePanel: message,
nameFieldLabel and showsTagField

7 years agoUpdate libchromiumcontent to include debug symbols
Cheng Zhao [Wed, 8 Feb 2017 05:28:34 +0000 (14:28 +0900)]
Update libchromiumcontent to include debug symbols

7 years agoFix exception when executing create-dist directly
Cheng Zhao [Wed, 8 Feb 2017 05:24:56 +0000 (14:24 +0900)]
Fix exception when executing create-dist directly

7 years agoMerge pull request #8636 from electron/update-certificate-verifier-specs-for-linux-ci
Kevin Sawicki [Wed, 8 Feb 2017 21:56:59 +0000 (13:56 -0800)]
Merge pull request #8636 from electron/update-certificate-verifier-specs-for-linux-ci

Allow multiple verification results in specs

7 years agoAllow multiple verification results
Kevin Sawicki [Wed, 8 Feb 2017 21:33:07 +0000 (13:33 -0800)]
Allow multiple verification results

7 years agoMerge pull request #7955 from deepak1556/veto-ssl-verify
Kevin Sawicki [Wed, 8 Feb 2017 21:12:24 +0000 (13:12 -0800)]
Merge pull request #7955 from deepak1556/veto-ssl-verify

session: provide chromium cert verification result to setCertificateVerifiy callback

7 years agoAdd spec for rejecting using old signature
Kevin Sawicki [Wed, 8 Feb 2017 20:51:24 +0000 (12:51 -0800)]
Add spec for rejecting using old signature

7 years agoUse unique_ptr for passing VerifyRequestParams
Kevin Sawicki [Wed, 8 Feb 2017 18:34:07 +0000 (10:34 -0800)]
Use unique_ptr for passing VerifyRequestParams

7 years agoUse object for verification request
Kevin Sawicki [Wed, 8 Feb 2017 00:35:37 +0000 (16:35 -0800)]
Use object for verification request

7 years agoOnly document deprecation for now
Kevin Sawicki [Tue, 7 Feb 2017 23:44:56 +0000 (15:44 -0800)]
Only document deprecation for now

7 years agoAssert certificate error
Kevin Sawicki [Tue, 7 Feb 2017 23:39:18 +0000 (15:39 -0800)]
Assert certificate error

7 years agoAdd spec for remote callback length
Kevin Sawicki [Tue, 7 Feb 2017 23:24:49 +0000 (15:24 -0800)]
Add spec for remote callback length

7 years agoUse NetLogWithSource since BoundNetLog no longer exists
Kevin Sawicki [Tue, 7 Feb 2017 21:58:05 +0000 (13:58 -0800)]
Use NetLogWithSource since BoundNetLog no longer exists

7 years agomodify CertVerifier Class
Greg Nolle [Wed, 9 Nov 2016 13:05:46 +0000 (13:05 +0000)]
modify CertVerifier Class

* respond to multiple similar verification requests.
* accept net error result as callback response.

7 years agoMerge pull request #8618 from electron/forward-this-in-require-wrapper
Kevin Sawicki [Wed, 8 Feb 2017 18:33:48 +0000 (10:33 -0800)]
Merge pull request #8618 from electron/forward-this-in-require-wrapper

Forward `this` in require wrapper

7 years agoAssert test.coffee outside of doesNotThrow
Kevin Sawicki [Wed, 8 Feb 2017 17:02:46 +0000 (09:02 -0800)]
Assert test.coffee outside of doesNotThrow

7 years agoAdd coffee-script dependency to specs
Kevin Sawicki [Tue, 7 Feb 2017 16:55:32 +0000 (08:55 -0800)]
Add coffee-script dependency to specs

7 years agoUpgrade node for require wrapper `this` fix
Kevin Sawicki [Tue, 7 Feb 2017 16:52:11 +0000 (08:52 -0800)]
Upgrade node for require wrapper `this` fix

7 years agoAdd spec for registering/requiring Coffeescript
Kevin Sawicki [Tue, 7 Feb 2017 16:48:01 +0000 (08:48 -0800)]
Add spec for registering/requiring Coffeescript

7 years agoMerge pull request #8626 from dengyaolong/master
Kevin Sawicki [Wed, 8 Feb 2017 16:50:26 +0000 (08:50 -0800)]
Merge pull request #8626 from dengyaolong/master

complete download-item translation docs

7 years agoMerge pull request #8619 from electron/mac-os-version-checks
Cheng Zhao [Wed, 8 Feb 2017 04:58:26 +0000 (13:58 +0900)]
Merge pull request #8619 from electron/mac-os-version-checks

Use IsAtLeastOS10_* version checks

7 years agocomplete download-item translation docs
dengyaolong [Wed, 8 Feb 2017 04:38:08 +0000 (12:38 +0800)]
complete download-item translation docs

7 years agoMerge pull request #8624 from electron/disable-file-icon-specs-on-linux
Kevin Sawicki [Wed, 8 Feb 2017 02:30:00 +0000 (18:30 -0800)]
Merge pull request #8624 from electron/disable-file-icon-specs-on-linux

Disable getFileIcon specs on Linux CI

7 years agoDisable getFileIcon specs on Linux CI
Kevin Sawicki [Wed, 8 Feb 2017 02:24:35 +0000 (18:24 -0800)]
Disable getFileIcon specs on Linux CI

7 years agoMerge pull request #8616 from electron/renew-symbol-trick
Cheng Zhao [Tue, 7 Feb 2017 22:56:28 +0000 (07:56 +0900)]
Merge pull request #8616 from electron/renew-symbol-trick

Simplify the trick used for referencing symbols

7 years agoMerge pull request #7851 from YurySolovyov/image-from-icon
Kevin Sawicki [Tue, 7 Feb 2017 19:37:06 +0000 (11:37 -0800)]
Merge pull request #7851 from YurySolovyov/image-from-icon

Add an API to fetch file icon

7 years agoLarge is only 48x48 on Linux
Kevin Sawicki [Tue, 7 Feb 2017 19:20:27 +0000 (11:20 -0800)]
Large is only 48x48 on Linux

7 years agoTweak optional syntax
Kevin Sawicki [Tue, 7 Feb 2017 18:35:31 +0000 (10:35 -0800)]
Tweak optional syntax

7 years agoDocument sizes
Kevin Sawicki [Tue, 7 Feb 2017 18:33:44 +0000 (10:33 -0800)]
Document sizes

7 years agoTweak spec descriptions
Kevin Sawicki [Tue, 7 Feb 2017 18:21:20 +0000 (10:21 -0800)]
Tweak spec descriptions

7 years agoCall done instead of skip
Kevin Sawicki [Tue, 7 Feb 2017 18:16:09 +0000 (10:16 -0800)]
Call done instead of skip

7 years agoUpdate IconManager for Chrome 56 upgrade
Kevin Sawicki [Tue, 7 Feb 2017 18:15:46 +0000 (10:15 -0800)]
Update IconManager for Chrome 56 upgrade

7 years agoFix large icon spec
Yury Solovyov [Fri, 11 Nov 2016 06:32:41 +0000 (09:32 +0300)]
Fix large icon spec

7 years agoFix doc lint
Yury Solovyov [Thu, 10 Nov 2016 19:00:58 +0000 (22:00 +0300)]
Fix doc lint

7 years agoFix more review
Yury Solovyov [Thu, 10 Nov 2016 18:34:30 +0000 (21:34 +0300)]
Fix more review

7 years agoFix some feedback
Yury Solovyov [Sun, 6 Nov 2016 14:10:33 +0000 (17:10 +0300)]
Fix some feedback

7 years agoUse isolate() method to get isolate
Yury Solovyov [Sun, 6 Nov 2016 12:21:21 +0000 (15:21 +0300)]
Use isolate() method to get isolate

7 years agoProperly skip large size test on macOS
Yury Solovyov [Sun, 6 Nov 2016 11:29:45 +0000 (14:29 +0300)]
Properly skip large size test on macOS

7 years agoLint tests
Yury Solovyov [Sun, 6 Nov 2016 11:03:16 +0000 (14:03 +0300)]
Lint tests

7 years agoAdd tests
Yury Solovyov [Sun, 6 Nov 2016 10:59:17 +0000 (13:59 +0300)]
Add tests

7 years agoPut locker and handle scope to the top of the function. Remove unneeded header
Yury Solovyov [Sun, 6 Nov 2016 09:58:01 +0000 (12:58 +0300)]
Put locker and handle scope to the top of the function. Remove unneeded header

7 years agoUpdate docs
Yury Solovyov [Sat, 5 Nov 2016 19:04:38 +0000 (22:04 +0300)]
Update docs

7 years agoNormalize path
Yury Solovyov [Sat, 5 Nov 2016 18:55:23 +0000 (21:55 +0300)]
Normalize path

7 years agoImage from icon node-style callback (#2)
Yury [Sat, 5 Nov 2016 18:23:49 +0000 (21:23 +0300)]
Image from icon node-style callback (#2)

* Try implementing node-style callbacks

* Add locker and handle scope

7 years agoFix code style
deepak1556 [Fri, 4 Nov 2016 06:59:18 +0000 (12:29 +0530)]
Fix code style

7 years agoFix lint
Yury Solovyov [Thu, 3 Nov 2016 18:43:53 +0000 (21:43 +0300)]
Fix lint

7 years agoAdd docs
Yury Solovyov [Thu, 3 Nov 2016 18:38:57 +0000 (21:38 +0300)]
Add docs

7 years agoUse object for options
Yury Solovyov [Thu, 3 Nov 2016 18:23:40 +0000 (21:23 +0300)]
Use object for options

7 years agoMake size optional
Yury Solovyov [Thu, 3 Nov 2016 18:04:56 +0000 (21:04 +0300)]
Make size optional

7 years agodefine icon loader for liunx as separate target
deepak1556 [Thu, 3 Nov 2016 05:17:03 +0000 (10:47 +0530)]
define icon loader for liunx as separate target

7 years agocreate iconmanager as singleton class and cleanup code (#1)
Robo [Wed, 2 Nov 2016 18:57:16 +0000 (00:27 +0530)]
create iconmanager as singleton class and cleanup code (#1)

* create iconmanager as singleton class and cleanup code

7 years agoAdd icon manager to browser process
Yury Solovyov [Sun, 30 Oct 2016 14:10:09 +0000 (17:10 +0300)]
Add icon manager to browser process

7 years agoInclude proper header
Yury Solovyov [Sun, 30 Oct 2016 12:31:30 +0000 (15:31 +0300)]
Include proper header

7 years agoGet it compiling, linking till fails though
Yury Solovyov [Sun, 30 Oct 2016 11:56:22 +0000 (14:56 +0300)]
Get it compiling, linking till fails though

7 years agoTry my own class
Yury Solovyov [Sat, 29 Oct 2016 17:42:27 +0000 (20:42 +0300)]
Try my own class

7 years agoAdd icon fetching sources
Yury Solovyov [Sat, 29 Oct 2016 12:35:50 +0000 (15:35 +0300)]
Add icon fetching sources

7 years agoAdd callback converters
Yury Solovyov [Sat, 29 Oct 2016 11:38:23 +0000 (14:38 +0300)]
Add callback converters

7 years agoWIP
Yury Solovyov [Sat, 29 Oct 2016 11:02:33 +0000 (14:02 +0300)]
WIP

7 years agoUse at least OS version checks
Kevin Sawicki [Tue, 7 Feb 2017 17:32:40 +0000 (09:32 -0800)]
Use at least OS version checks

7 years agoMerge pull request #8542 from yamgent/webpref-numeric
Kevin Sawicki [Tue, 7 Feb 2017 17:15:55 +0000 (09:15 -0800)]
Merge pull request #8542 from yamgent/webpref-numeric

Fix webpreferences not accepting numeric options

7 years agoMake int converter helper an instance method
Kevin Sawicki [Tue, 7 Feb 2017 17:13:42 +0000 (09:13 -0800)]
Make int converter helper an instance method

7 years agoUse base::StringToInt() instead of std::stringstream
Tan Wang Leng [Sat, 4 Feb 2017 01:42:52 +0000 (09:42 +0800)]
Use base::StringToInt() instead of std::stringstream

7 years ago:bug: Fix webpreferences not accepting numeric options
Tan Wang Leng [Tue, 31 Jan 2017 02:43:12 +0000 (10:43 +0800)]
:bug: Fix webpreferences not accepting numeric options

The webpreferences attribute values are parsed as strings instead
of numbers. Therefore, a conversion is required.

7 years agoSimplify the trick used for referencing symbols
Cheng Zhao [Tue, 7 Feb 2017 08:07:43 +0000 (17:07 +0900)]
Simplify the trick used for referencing symbols

7 years agoBump v1.6.0
Kevin Sawicki [Mon, 6 Feb 2017 19:20:07 +0000 (11:20 -0800)]
Bump v1.6.0

7 years agoMerge pull request #8607 from electron/fix-win32-link
Kevin Sawicki [Tue, 7 Feb 2017 00:41:22 +0000 (16:41 -0800)]
Merge pull request #8607 from electron/fix-win32-link

Fix missing of symbols when linking win32 build

7 years agoFix missing of symbols when linking win32 build
Cheng Zhao [Tue, 7 Feb 2017 00:14:50 +0000 (09:14 +0900)]
Fix missing of symbols when linking win32 build

7 years agoMerge pull request #8606 from electron/fix-broken-link
Kevin Sawicki [Tue, 7 Feb 2017 00:01:40 +0000 (16:01 -0800)]
Merge pull request #8606 from electron/fix-broken-link

Fix broken Squirrel.Windows link

7 years agoFix broken Squirrel.Windows link.
Charlie Hess [Mon, 6 Feb 2017 23:54:05 +0000 (15:54 -0800)]
Fix broken Squirrel.Windows link.