Kevin Sawicki [Tue, 14 Feb 2017 19:09:15 +0000 (11:09 -0800)]
:art: Minor formatting tweaks
Gary Wilber [Tue, 14 Feb 2017 03:41:24 +0000 (19:41 -0800)]
Add Invalidate method to NativeWindow and add Mac implementation
Gary Wilber [Wed, 8 Feb 2017 08:05:16 +0000 (00:05 -0800)]
Fix lint errors
Gary Wilber [Wed, 8 Feb 2017 07:08:03 +0000 (23:08 -0800)]
Convert indentation to spaces
Gary Wilber [Wed, 8 Feb 2017 07:03:42 +0000 (23:03 -0800)]
Implement invalidate for non-offscreen mode
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
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
Kevin Sawicki [Wed, 8 Feb 2017 02:24:35 +0000 (18:24 -0800)]
Disable getFileIcon specs on Linux CI
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
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
Kevin Sawicki [Tue, 7 Feb 2017 19:20:27 +0000 (11:20 -0800)]
Large is only 48x48 on Linux
Kevin Sawicki [Tue, 7 Feb 2017 18:35:31 +0000 (10:35 -0800)]
Tweak optional syntax
Kevin Sawicki [Tue, 7 Feb 2017 18:33:44 +0000 (10:33 -0800)]
Document sizes
Kevin Sawicki [Tue, 7 Feb 2017 18:21:20 +0000 (10:21 -0800)]
Tweak spec descriptions
Kevin Sawicki [Tue, 7 Feb 2017 18:16:09 +0000 (10:16 -0800)]
Call done instead of skip
Kevin Sawicki [Tue, 7 Feb 2017 18:15:46 +0000 (10:15 -0800)]
Update IconManager for Chrome 56 upgrade
Yury Solovyov [Fri, 11 Nov 2016 06:32:41 +0000 (09:32 +0300)]
Fix large icon spec
Yury Solovyov [Thu, 10 Nov 2016 19:00:58 +0000 (22:00 +0300)]
Fix doc lint
Yury Solovyov [Thu, 10 Nov 2016 18:34:30 +0000 (21:34 +0300)]
Fix more review
Yury Solovyov [Sun, 6 Nov 2016 14:10:33 +0000 (17:10 +0300)]
Fix some feedback
Yury Solovyov [Sun, 6 Nov 2016 12:21:21 +0000 (15:21 +0300)]
Use isolate() method to get isolate
Yury Solovyov [Sun, 6 Nov 2016 11:29:45 +0000 (14:29 +0300)]
Properly skip large size test on macOS
Yury Solovyov [Sun, 6 Nov 2016 11:03:16 +0000 (14:03 +0300)]
Lint tests
Yury Solovyov [Sun, 6 Nov 2016 10:59:17 +0000 (13:59 +0300)]
Add tests
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
Yury Solovyov [Sat, 5 Nov 2016 19:04:38 +0000 (22:04 +0300)]
Update docs
Yury Solovyov [Sat, 5 Nov 2016 18:55:23 +0000 (21:55 +0300)]
Normalize path
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
deepak1556 [Fri, 4 Nov 2016 06:59:18 +0000 (12:29 +0530)]
Fix code style
Yury Solovyov [Thu, 3 Nov 2016 18:43:53 +0000 (21:43 +0300)]
Fix lint
Yury Solovyov [Thu, 3 Nov 2016 18:38:57 +0000 (21:38 +0300)]
Add docs
Yury Solovyov [Thu, 3 Nov 2016 18:23:40 +0000 (21:23 +0300)]
Use object for options
Yury Solovyov [Thu, 3 Nov 2016 18:04:56 +0000 (21:04 +0300)]
Make size optional
deepak1556 [Thu, 3 Nov 2016 05:17:03 +0000 (10:47 +0530)]
define icon loader for liunx as separate target
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
Yury Solovyov [Sun, 30 Oct 2016 14:10:09 +0000 (17:10 +0300)]
Add icon manager to browser process
Yury Solovyov [Sun, 30 Oct 2016 12:31:30 +0000 (15:31 +0300)]
Include proper header
Yury Solovyov [Sun, 30 Oct 2016 11:56:22 +0000 (14:56 +0300)]
Get it compiling, linking till fails though
Yury Solovyov [Sat, 29 Oct 2016 17:42:27 +0000 (20:42 +0300)]
Try my own class
Yury Solovyov [Sat, 29 Oct 2016 12:35:50 +0000 (15:35 +0300)]
Add icon fetching sources
Yury Solovyov [Sat, 29 Oct 2016 11:38:23 +0000 (14:38 +0300)]
Add callback converters
Yury Solovyov [Sat, 29 Oct 2016 11:02:33 +0000 (14:02 +0300)]
WIP
Kevin Sawicki [Tue, 7 Feb 2017 17:32:40 +0000 (09:32 -0800)]
Use at least OS version checks
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
Kevin Sawicki [Tue, 7 Feb 2017 17:13:42 +0000 (09:13 -0800)]
Make int converter helper an instance method
Tan Wang Leng [Sat, 4 Feb 2017 01:42:52 +0000 (09:42 +0800)]
Use base::StringToInt() instead of std::stringstream
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.
Cheng Zhao [Tue, 7 Feb 2017 08:07:43 +0000 (17:07 +0900)]
Simplify the trick used for referencing symbols
Kevin Sawicki [Mon, 6 Feb 2017 19:20:07 +0000 (11:20 -0800)]
Bump v1.6.0
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
Cheng Zhao [Tue, 7 Feb 2017 00:14:50 +0000 (09:14 +0900)]
Fix missing of symbols when linking win32 build
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
Charlie Hess [Mon, 6 Feb 2017 23:54:05 +0000 (15:54 -0800)]
Fix broken Squirrel.Windows link.
Kevin Sawicki [Mon, 6 Feb 2017 19:17:20 +0000 (11:17 -0800)]
Merge pull request #8501 from electron/chrome56
Upgrade to Chrome 56
Kevin Sawicki [Mon, 6 Feb 2017 18:34:14 +0000 (10:34 -0800)]
Upgrade node for modules version bump
Kevin Sawicki [Mon, 6 Feb 2017 18:32:10 +0000 (10:32 -0800)]
Update libcc to e0da1e9
Cheng Zhao [Mon, 6 Feb 2017 01:12:33 +0000 (10:12 +0900)]
Update to Chrome 56.0.2924.87
Cheng Zhao [Thu, 2 Feb 2017 08:13:47 +0000 (17:13 +0900)]
Fix print() not working
Cheng Zhao [Wed, 1 Feb 2017 06:06:40 +0000 (15:06 +0900)]
Allow filter to use any scheme
Cheng Zhao [Wed, 1 Feb 2017 04:56:34 +0000 (13:56 +0900)]
Fix compilation waring on Mac
Cheng Zhao [Tue, 31 Jan 2017 10:18:51 +0000 (19:18 +0900)]
Update Windows printing code to latest
Cheng Zhao [Tue, 31 Jan 2017 08:59:39 +0000 (17:59 +0900)]
Fix PrintToPDF not receiving results
Cheng Zhao [Tue, 31 Jan 2017 08:41:05 +0000 (17:41 +0900)]
There were new defaultPrintingSetting fields added
Cheng Zhao [Tue, 31 Jan 2017 08:38:05 +0000 (17:38 +0900)]
Update printing code to latest
Cheng Zhao [Tue, 31 Jan 2017 05:22:18 +0000 (14:22 +0900)]
Fix sync printing not working
Cheng Zhao [Mon, 30 Jan 2017 06:34:58 +0000 (15:34 +0900)]
Update libchromiumcontent to fix duplicate main functions
Cheng Zhao [Mon, 30 Jan 2017 06:31:15 +0000 (15:31 +0900)]
Link with xcb on Linux
Cheng Zhao [Fri, 27 Jan 2017 09:51:20 +0000 (18:51 +0900)]
Fix missing of symbols issue on Release build
Cheng Zhao [Fri, 27 Jan 2017 07:02:53 +0000 (16:02 +0900)]
icu's namespace has become icu_58
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/
Cheng Zhao [Thu, 26 Jan 2017 10:55:19 +0000 (19:55 +0900)]
libgtk2ui => libgtkui
Cheng Zhao [Thu, 26 Jan 2017 07:21:26 +0000 (16:21 +0900)]
Fix cpplint warnings
Cheng Zhao [Thu, 26 Jan 2017 07:10:28 +0000 (16:10 +0900)]
Fix Debug building on Windows
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".
Cheng Zhao [Wed, 25 Jan 2017 01:44:58 +0000 (10:44 +0900)]
Fix crash when using webview
Cheng Zhao [Tue, 24 Jan 2017 23:44:01 +0000 (08:44 +0900)]
WebInspector has been split up
Cheng Zhao [Tue, 24 Jan 2017 08:39:18 +0000 (17:39 +0900)]
Fix linking on Mac
Cheng Zhao [Tue, 24 Jan 2017 08:34:45 +0000 (17:34 +0900)]
Fix error due to search for openssl headers
Cheng Zhao [Tue, 24 Jan 2017 08:31:03 +0000 (17:31 +0900)]
ScopedTempDir::path is replaced with GetPath
Cheng Zhao [Tue, 24 Jan 2017 08:29:35 +0000 (17:29 +0900)]
Update URLPattern to its latest version
Cheng Zhao [Tue, 24 Jan 2017 08:24:19 +0000 (17:24 +0900)]
PrintWebViewHelper is attached to RenderFrame
Cheng Zhao [Tue, 24 Jan 2017 08:06:24 +0000 (17:06 +0900)]
base::Bind now prevents the case with no arguments
Cheng Zhao [Tue, 24 Jan 2017 08:06:09 +0000 (17:06 +0900)]
Clear is replaced with ClearEntriesAddedWithin
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/
Cheng Zhao [Tue, 24 Jan 2017 07:50:02 +0000 (16:50 +0900)]
WindowOpenDisposition has become enum class
Cheng Zhao [Tue, 24 Jan 2017 07:45:26 +0000 (16:45 +0900)]
insertText is deprecated
Cheng Zhao [Tue, 24 Jan 2017 05:51:28 +0000 (14:51 +0900)]
purgedSize and purgeableSize are removed by Chrome
Cheng Zhao [Tue, 24 Jan 2017 05:48:55 +0000 (14:48 +0900)]
web/WebInputEvent.h is moved to platform/WebInputEvent.h
Cheng Zhao [Tue, 24 Jan 2017 05:47:43 +0000 (14:47 +0900)]
Update URLRequestFetchJob
Cheng Zhao [Tue, 24 Jan 2017 05:46:13 +0000 (14:46 +0900)]
Update OffScreenRenderWidgetHostView
Cheng Zhao [Tue, 24 Jan 2017 05:42:02 +0000 (14:42 +0900)]
allowDisplayingInsecureContent is removed by Chrome
Cheng Zhao [Tue, 24 Jan 2017 05:35:26 +0000 (14:35 +0900)]
Update ResponsePiper
Cheng Zhao [Tue, 24 Jan 2017 05:33:21 +0000 (14:33 +0900)]
net::FtpProtocolHandler has changed its constructor
Cheng Zhao [Tue, 24 Jan 2017 05:31:45 +0000 (14:31 +0900)]
Update widevine_cdm_messages.h
Cheng Zhao [Tue, 24 Jan 2017 05:26:54 +0000 (14:26 +0900)]
--cipher-suite-blacklist is also removed
Cheng Zhao [Tue, 24 Jan 2017 05:21:00 +0000 (14:21 +0900)]
--ssl-version-fallback-min is removed by Chrome
Cheng Zhao [Tue, 24 Jan 2017 05:17:43 +0000 (14:17 +0900)]
Update AtomCertVerifier
Cheng Zhao [Tue, 24 Jan 2017 05:16:23 +0000 (14:16 +0900)]
SetupFilter is replaced with SetUpSourceStream
Cheng Zhao [Tue, 24 Jan 2017 05:11:38 +0000 (14:11 +0900)]
Update OffScreenOutputDevice
Cheng Zhao [Tue, 24 Jan 2017 05:06:48 +0000 (14:06 +0900)]
Update OffScreenWebContentsView