platform/framework/web/crosswalk-tizen.git
7 years agoConvert indentation to spaces
Gary Wilber [Wed, 8 Feb 2017 07:08:03 +0000 (23:08 -0800)]
Convert indentation to spaces

7 years agoImplement invalidate for non-offscreen mode
Gary Wilber [Wed, 8 Feb 2017 07:03:42 +0000 (23:03 -0800)]
Implement invalidate for non-offscreen mode

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 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.

7 years agoMerge pull request #8501 from electron/chrome56
Kevin Sawicki [Mon, 6 Feb 2017 19:17:20 +0000 (11:17 -0800)]
Merge pull request #8501 from electron/chrome56

Upgrade to Chrome 56

7 years agoUpgrade node for modules version bump
Kevin Sawicki [Mon, 6 Feb 2017 18:34:14 +0000 (10:34 -0800)]
Upgrade node for modules version bump

7 years agoUpdate libcc to e0da1e9
Kevin Sawicki [Mon, 6 Feb 2017 18:32:10 +0000 (10:32 -0800)]
Update libcc to e0da1e9

7 years agoUpdate to Chrome 56.0.2924.87
Cheng Zhao [Mon, 6 Feb 2017 01:12:33 +0000 (10:12 +0900)]
Update to Chrome 56.0.2924.87

7 years agoFix print() not working
Cheng Zhao [Thu, 2 Feb 2017 08:13:47 +0000 (17:13 +0900)]
Fix print() not working

7 years agoAllow filter to use any scheme
Cheng Zhao [Wed, 1 Feb 2017 06:06:40 +0000 (15:06 +0900)]
Allow filter to use any scheme

7 years agoFix compilation waring on Mac
Cheng Zhao [Wed, 1 Feb 2017 04:56:34 +0000 (13:56 +0900)]
Fix compilation waring on Mac

7 years agoUpdate Windows printing code to latest
Cheng Zhao [Tue, 31 Jan 2017 10:18:51 +0000 (19:18 +0900)]
Update Windows printing code to latest

7 years agoFix PrintToPDF not receiving results
Cheng Zhao [Tue, 31 Jan 2017 08:59:39 +0000 (17:59 +0900)]
Fix PrintToPDF not receiving results

7 years agoThere were new defaultPrintingSetting fields added
Cheng Zhao [Tue, 31 Jan 2017 08:41:05 +0000 (17:41 +0900)]
There were new defaultPrintingSetting fields added

7 years agoUpdate printing code to latest
Cheng Zhao [Tue, 31 Jan 2017 08:38:05 +0000 (17:38 +0900)]
Update printing code to latest

7 years agoFix sync printing not working
Cheng Zhao [Tue, 31 Jan 2017 05:22:18 +0000 (14:22 +0900)]
Fix sync printing not working

7 years agoUpdate libchromiumcontent to fix duplicate main functions
Cheng Zhao [Mon, 30 Jan 2017 06:34:58 +0000 (15:34 +0900)]
Update libchromiumcontent to fix duplicate main functions

7 years agoLink with xcb on Linux
Cheng Zhao [Mon, 30 Jan 2017 06:31:15 +0000 (15:31 +0900)]
Link with xcb on Linux

7 years agoFix missing of symbols issue on Release build
Cheng Zhao [Fri, 27 Jan 2017 09:51:20 +0000 (18:51 +0900)]
Fix missing of symbols issue on Release build

7 years agoicu's namespace has become icu_58
Cheng Zhao [Fri, 27 Jan 2017 07:02:53 +0000 (16:02 +0900)]
icu's namespace has become icu_58

7 years agoWork around the compilation error of v8_value_converter.cc
Cheng Zhao [Thu, 26 Jan 2017 11:07:59 +0000 (20:07 +0900)]
Work around the compilation error of v8_value_converter.cc

We should apply this patch in future:
https://chromium.googlesource.com/chromium/src/+/0232f57400b65505a27db30b1de5e918bf2481b1%5E%21/

7 years agolibgtk2ui => libgtkui
Cheng Zhao [Thu, 26 Jan 2017 10:55:19 +0000 (19:55 +0900)]
libgtk2ui => libgtkui

7 years agoFix cpplint warnings
Cheng Zhao [Thu, 26 Jan 2017 07:21:26 +0000 (16:21 +0900)]
Fix cpplint warnings

7 years agoFix Debug building on Windows
Cheng Zhao [Thu, 26 Jan 2017 07:10:28 +0000 (16:10 +0900)]
Fix Debug building on Windows

7 years agoThere is a new INSERTED type of ChangeCause
Cheng Zhao [Wed, 25 Jan 2017 06:38:49 +0000 (15:38 +0900)]
There is a new INSERTED type of ChangeCause

For the purpose of compatibility, we treat it as "explicit".

7 years agoFix crash when using webview
Cheng Zhao [Wed, 25 Jan 2017 01:44:58 +0000 (10:44 +0900)]
Fix crash when using webview

7 years agoWebInspector has been split up
Cheng Zhao [Tue, 24 Jan 2017 23:44:01 +0000 (08:44 +0900)]
WebInspector has been split up

7 years agoFix linking on Mac
Cheng Zhao [Tue, 24 Jan 2017 08:39:18 +0000 (17:39 +0900)]
Fix linking on Mac

7 years agoFix error due to search for openssl headers
Cheng Zhao [Tue, 24 Jan 2017 08:34:45 +0000 (17:34 +0900)]
Fix error due to search for openssl headers

7 years agoScopedTempDir::path is replaced with GetPath
Cheng Zhao [Tue, 24 Jan 2017 08:31:03 +0000 (17:31 +0900)]
ScopedTempDir::path is replaced with GetPath

7 years agoUpdate URLPattern to its latest version
Cheng Zhao [Tue, 24 Jan 2017 08:29:35 +0000 (17:29 +0900)]
Update URLPattern to its latest version

7 years agoPrintWebViewHelper is attached to RenderFrame
Cheng Zhao [Tue, 24 Jan 2017 08:24:19 +0000 (17:24 +0900)]
PrintWebViewHelper is attached to RenderFrame

7 years agobase::Bind now prevents the case with no arguments
Cheng Zhao [Tue, 24 Jan 2017 08:06:24 +0000 (17:06 +0900)]
base::Bind now prevents the case with no arguments

7 years agoClear is replaced with ClearEntriesAddedWithin
Cheng Zhao [Tue, 24 Jan 2017 08:06:09 +0000 (17:06 +0900)]
Clear is replaced with ClearEntriesAddedWithin

7 years agoInterface of crashpad_client.StartHandler has changed
Cheng Zhao [Tue, 24 Jan 2017 07:57:55 +0000 (16:57 +0900)]
Interface of crashpad_client.StartHandler has changed

Refs:
https://chromium.googlesource.com/chromium/src/+/7b9234c4b2a7f4f4fa84c80ecb22d41c54899f6a%5E%21/

7 years agoWindowOpenDisposition has become enum class
Cheng Zhao [Tue, 24 Jan 2017 07:50:02 +0000 (16:50 +0900)]
WindowOpenDisposition has become enum class

7 years agoinsertText is deprecated
Cheng Zhao [Tue, 24 Jan 2017 07:45:26 +0000 (16:45 +0900)]
insertText is deprecated

7 years agopurgedSize and purgeableSize are removed by Chrome
Cheng Zhao [Tue, 24 Jan 2017 05:51:28 +0000 (14:51 +0900)]
purgedSize and purgeableSize are removed by Chrome

7 years agoweb/WebInputEvent.h is moved to platform/WebInputEvent.h
Cheng Zhao [Tue, 24 Jan 2017 05:48:55 +0000 (14:48 +0900)]
web/WebInputEvent.h is moved to platform/WebInputEvent.h

7 years agoUpdate URLRequestFetchJob
Cheng Zhao [Tue, 24 Jan 2017 05:47:43 +0000 (14:47 +0900)]
Update URLRequestFetchJob

7 years agoUpdate OffScreenRenderWidgetHostView
Cheng Zhao [Tue, 24 Jan 2017 05:46:13 +0000 (14:46 +0900)]
Update OffScreenRenderWidgetHostView

7 years agoallowDisplayingInsecureContent is removed by Chrome
Cheng Zhao [Tue, 24 Jan 2017 05:42:02 +0000 (14:42 +0900)]
allowDisplayingInsecureContent is removed by Chrome

7 years agoUpdate ResponsePiper
Cheng Zhao [Tue, 24 Jan 2017 05:35:26 +0000 (14:35 +0900)]
Update ResponsePiper

7 years agonet::FtpProtocolHandler has changed its constructor
Cheng Zhao [Tue, 24 Jan 2017 05:33:21 +0000 (14:33 +0900)]
net::FtpProtocolHandler has changed its constructor

7 years agoUpdate widevine_cdm_messages.h
Cheng Zhao [Tue, 24 Jan 2017 05:31:45 +0000 (14:31 +0900)]
Update widevine_cdm_messages.h

7 years ago--cipher-suite-blacklist is also removed
Cheng Zhao [Tue, 24 Jan 2017 05:26:54 +0000 (14:26 +0900)]
--cipher-suite-blacklist is also removed

7 years ago--ssl-version-fallback-min is removed by Chrome
Cheng Zhao [Tue, 24 Jan 2017 05:21:00 +0000 (14:21 +0900)]
--ssl-version-fallback-min is removed by Chrome

7 years agoUpdate AtomCertVerifier
Cheng Zhao [Tue, 24 Jan 2017 05:17:43 +0000 (14:17 +0900)]
Update AtomCertVerifier

7 years agoSetupFilter is replaced with SetUpSourceStream
Cheng Zhao [Tue, 24 Jan 2017 05:16:23 +0000 (14:16 +0900)]
SetupFilter is replaced with SetUpSourceStream

7 years agoUpdate OffScreenOutputDevice
Cheng Zhao [Tue, 24 Jan 2017 05:11:38 +0000 (14:11 +0900)]
Update OffScreenOutputDevice

7 years agoUpdate OffScreenWebContentsView
Cheng Zhao [Tue, 24 Jan 2017 05:06:48 +0000 (14:06 +0900)]
Update OffScreenWebContentsView

7 years agoUpdate atom::Browser
Cheng Zhao [Tue, 24 Jan 2017 03:38:46 +0000 (12:38 +0900)]
Update atom::Browser

7 years agoFOR_EACH_OBSERVER is removed
Cheng Zhao [Tue, 24 Jan 2017 03:34:39 +0000 (12:34 +0900)]
FOR_EACH_OBSERVER is removed

7 years agoUpdate AtomJavaScriptDialogManager
Cheng Zhao [Tue, 24 Jan 2017 03:18:56 +0000 (12:18 +0900)]
Update AtomJavaScriptDialogManager