Cheng Zhao [Wed, 8 Feb 2017 05:28:34 +0000 (14:28 +0900)]
Update libchromiumcontent to include debug symbols
Cheng Zhao [Wed, 8 Feb 2017 05:24:56 +0000 (14:24 +0900)]
Fix exception when executing create-dist directly
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
Kevin Sawicki [Wed, 8 Feb 2017 21:33:07 +0000 (13:33 -0800)]
Allow multiple verification results
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
Kevin Sawicki [Wed, 8 Feb 2017 20:51:24 +0000 (12:51 -0800)]
Add spec for rejecting using old signature
Kevin Sawicki [Wed, 8 Feb 2017 18:34:07 +0000 (10:34 -0800)]
Use unique_ptr for passing VerifyRequestParams
Kevin Sawicki [Wed, 8 Feb 2017 00:35:37 +0000 (16:35 -0800)]
Use object for verification request
Kevin Sawicki [Tue, 7 Feb 2017 23:44:56 +0000 (15:44 -0800)]
Only document deprecation for now
Kevin Sawicki [Tue, 7 Feb 2017 23:39:18 +0000 (15:39 -0800)]
Assert certificate error
Kevin Sawicki [Tue, 7 Feb 2017 23:24:49 +0000 (15:24 -0800)]
Add spec for remote callback length
Kevin Sawicki [Tue, 7 Feb 2017 21:58:05 +0000 (13:58 -0800)]
Use NetLogWithSource since BoundNetLog no longer exists
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.
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
Kevin Sawicki [Wed, 8 Feb 2017 17:02:46 +0000 (09:02 -0800)]
Assert test.coffee outside of doesNotThrow
Kevin Sawicki [Tue, 7 Feb 2017 16:55:32 +0000 (08:55 -0800)]
Add coffee-script dependency to specs
Kevin Sawicki [Tue, 7 Feb 2017 16:52:11 +0000 (08:52 -0800)]
Upgrade node for require wrapper `this` fix
Kevin Sawicki [Tue, 7 Feb 2017 16:48:01 +0000 (08:48 -0800)]
Add spec for registering/requiring Coffeescript
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
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
dengyaolong [Wed, 8 Feb 2017 04:38:08 +0000 (12:38 +0800)]
complete download-item translation docs
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