electron/brightray/browser
Jeremy Apthorp e012801420 feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677)
* Update to Chromium 68.0.3440.128 and Node 10.10.0

* update v8, ffmpeg, chromium, crashpad, boringssl, and webrtc patches

* fix SSL_get_tlsext_status_type patch

* pass encryption_modes_supported to CdmInfo

* kNoSandbox moved into service_manager

* bump CHROME_VERSION_STRING

TODO: automatically pull in the real chrome version

* PathService -> base::PathService

* net::X509Certificate::Equals -> net::X509Certificate::EqualsExcludingChain

* use content::ChildProcessTerminationInfo

* GetHandle() -> GetProcess().Handle()

* ScopedNestableTaskAllower doesn't take an argument

* net::HttpAuthCache::ClearEntriesAddedWithin -> ClearAllEntries

* std::unique_ptr<WebContents>

* blink::WebFullscreenOptions

* OnAudioStateChanged doesn't take a WebContents

* content::RESULT_CODE_NORMAL_EXIT -> service_manager::RESULT_CODE_NORMAL_EXIT

* MessageLoopCurrent

* WasResized -> SynchronizeVisualProperties

* SetTimeStamp takes a base::TimeTicks

* ExecuteScriptInIsolatedWorld is single-script only

* DispatchNonPersistentCloseEvent takes a callback now

* expose URLRequestContextGetter::{Add,Remove}Observer

* test: remove no longer existing Chromium test deps

cc_blink_unittests has been removed in
https://chromium-review.googlesource.com/1053765

mojo_common_unittests has been removed in
https://chromium-review.googlesource.com/1028000

* SetFdLimit -> IncreaseFdLimitTo

NOTE: the behaviour of this API has changed slightly, and we should
mention that in the notes.

* MessageLoop::QuitWhenIdleClosure -> RunLoop::QuitCurrentWhenIdleClosureDeprecated

* certificate_transparency moved out of net/

pending a clearer decision about what to do with CT

in the mean time, copy CreateLogVerifiersForKnownLogs from deleted chromium source

* add secure_origin_whitelist to chrome source list

NOTE: is this something we actually want? cc @deepak1556

* DrainBackgroundTasks -> DrainTasks

* use new node options parser

* fix disable_scroll_begin_dcheck.patch

* ViewsDelegate::CreateWebContents went away

see https://chromium-review.googlesource.com/c/chromium/src/+/1031314

* kZygoteProcess moved into service_manager

* test: minor improvements to the Node spec

 - reformat some parts
 - better failures reporting with `expect`
 - skip some tests instead of marking them as passed

* chromium removed *_posix.cc from the source filters

* test: fix :electron_tests compilation

* better crash diagnostics in ffmpeg test

* fix: enable back a DCHECK in viz::ServerSharedBitmapManager

Fixes #14327.
Backports https://chromium-review.googlesource.com/802574.

* chore: update linux sysroots

* chore: remove obsolete "install-sysroot.py" script

* test: fix frame-subscriber test on Mac

* disable OSR for now

* test: make before-input-event test more robust

* test: make run-as-node --inspect test more robust on windows

* roll node to v10.11.0

* avoid duplicate files when building a zip

* disable failing assert in beginFrameSubscription dirty-rectangle test

* experiment with is_cfi = false

* fix: build torque with x64 toolchain

Co-Authored-By: Alexey Kuzmin <github@alexeykuzmin.com>

* test: disable the "app.relaunch" test on Linux

* chore: bump node to get header tar file

* chore: bump node to fix tar.py line endings
2018-10-04 12:02:14 +10:00
..
linux [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
mac fix: update deprecated NSWindow masks (#14760) 2018-09-26 16:00:57 -07:00
media fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
net Introduce additional Certificate Transparency preferences 2018-09-11 20:21:32 +02:00
views feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
win chore: run clang-format 2018-09-19 17:18:10 +02:00
brightray_paths.h clang-format brightray 2018-04-17 21:46:27 -04:00
browser_client.cc feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
browser_client.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
browser_context.cc feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
browser_context.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
browser_main_parts.cc feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
browser_main_parts.h fix: Improve --enable-features/--disable-features handling (#13920) 2018-08-03 10:53:54 +10:00
browser_main_parts_mac.mm feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
devtools_manager_delegate.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
devtools_manager_delegate.h Devtools: Remove session_id in browser 2018-06-19 11:46:59 +10:00
devtools_ui.cc format previously misses .cc files 2018-04-17 21:56:12 -04:00
devtools_ui.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents.cc fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
inspectable_web_contents.h fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
inspectable_web_contents_delegate.h build: remove duplicate devtools sources (#14522) 2018-09-12 08:45:08 -05:00
inspectable_web_contents_impl.cc feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
inspectable_web_contents_impl.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
inspectable_web_contents_view.h Require !OS_MACOSX as well as TOOLKIT_VIEWS for views code 2018-05-10 14:11:19 -07:00
inspectable_web_contents_view_delegate.cc format previously misses .cc files 2018-04-17 21:56:12 -04:00
inspectable_web_contents_view_delegate.h clang-format brightray 2018-04-17 21:46:27 -04:00
inspectable_web_contents_view_mac.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
inspectable_web_contents_view_mac.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
io_thread.cc No longer save the IO message loop in net::EnsureNSSHttpIOInit 2018-09-11 20:21:32 +02:00
io_thread.h clang-format brightray 2018-04-17 21:46:27 -04:00
net_log.cc Add missing network:: for net log switches 2018-06-19 11:52:17 +10:00
net_log.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
notification.cc [chromium-style] out-of-line default constructors and destructors 2018-04-19 11:12:58 -07:00
notification.h REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
notification_delegate.h Fix cpp lint errors 2017-11-24 10:58:53 +09:00
notification_presenter.cc REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
notification_presenter.h REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
platform_notification_service.cc feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
platform_notification_service.h REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
url_request_context_getter.cc feat: upgrade to Chromium 68.0.3440.128 and Node 10.11.0 (#14677) 2018-10-04 12:02:14 +10:00
url_request_context_getter.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
web_ui_controller_factory.cc [chromium-style] auto variable type must not deduce to a raw pointer type 2018-04-19 11:10:52 -07:00
web_ui_controller_factory.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
zoom_level_delegate.cc Remove base::SizeTToString 2018-06-19 11:49:40 +10:00
zoom_level_delegate.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00