mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
* 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
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"sid_amd64": {
|
|
"Revision": "41f20393f5f541a1db4a50c80c04a3d3103146f1",
|
|
"Sha1Sum": "c1b6fec7d9d6c9427705f646838907cf0a8d249e",
|
|
"SysrootDir": "debian_sid_amd64-sysroot",
|
|
"Tarball": "debian_sid_amd64_sysroot.tar.xz"
|
|
},
|
|
"sid_arm": {
|
|
"Revision": "41f20393f5f541a1db4a50c80c04a3d3103146f1",
|
|
"Sha1Sum": "78ad77925f1cd9f0cce1c90a1d59d67464b94045",
|
|
"SysrootDir": "debian_sid_arm-sysroot",
|
|
"Tarball": "debian_sid_arm_sysroot.tar.xz"
|
|
},
|
|
"sid_arm64": {
|
|
"Revision": "41f20393f5f541a1db4a50c80c04a3d3103146f1",
|
|
"Sha1Sum": "f27a76f4c9bf62c34d1c912f3f4288adb7ab1804",
|
|
"SysrootDir": "debian_sid_arm64-sysroot",
|
|
"Tarball": "debian_sid_arm64_sysroot.tar.xz"
|
|
},
|
|
"sid_i386": {
|
|
"Revision": "41f20393f5f541a1db4a50c80c04a3d3103146f1",
|
|
"Sha1Sum": "c116b2b74830935c410d7381edd3145b7a85ab2e",
|
|
"SysrootDir": "debian_sid_i386-sysroot",
|
|
"Tarball": "debian_sid_i386_sysroot.tar.xz"
|
|
},
|
|
"sid_mips": {
|
|
"Revision": "41f20393f5f541a1db4a50c80c04a3d3103146f1",
|
|
"Sha1Sum": "b3d038f3714a377ea8f1c79306d0d91e50e4fcd1",
|
|
"SysrootDir": "debian_sid_mips-sysroot",
|
|
"Tarball": "debian_sid_mips_sysroot.tar.xz"
|
|
},
|
|
"sid_mips64el": {
|
|
"Revision": "41f20393f5f541a1db4a50c80c04a3d3103146f1",
|
|
"Sha1Sum": "eb03d57fa21281903367efa0fe87954cd79ec173",
|
|
"SysrootDir": "debian_sid_mips64el-sysroot",
|
|
"Tarball": "debian_sid_mips64el_sysroot.tar.xz"
|
|
}
|
|
}
|