mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore!: bump chromium to 136.0.7054.0 (main) (#45923)
* chore: bump chromium in DEPS to 136.0.7054.0 * chore: update allow_in-process_windows_to_have_different_web_prefs.patch Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5906158 patch applied manually due to context shear * chore: e patches all * refactor!: Session.clearStorageData(syncable) Xref: https://chromium-review.googlesource.com/c/chromium/src/+/6309405 Remove syncable type from opts.quota in Session.clearStorageData(opts) because it that category has been removed upstream. BREAKING CHANGE: Removed ses.clearDataStorage({ quota: 'syncable' }) * docs: deprecate Session.clearDataStorage({ quota }) --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
committed by
GitHub
parent
458b14b8ed
commit
20414f66ca
@@ -1177,7 +1177,7 @@ session.defaultSession.clearStorageData({ storages: ['shadercache', 'cachestorag
|
||||
// @ts-expect-error Invalid type value
|
||||
session.defaultSession.clearStorageData({ storages: ['wrong_path'] });
|
||||
|
||||
session.defaultSession.clearStorageData({ quotas: ['syncable', 'temporary'] });
|
||||
session.defaultSession.clearStorageData({ quotas: ['temporary'] });
|
||||
// @ts-expect-error Invalid type value
|
||||
session.defaultSession.clearStorageData({ quotas: ['bad_type'] });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user