chore: bump chromium to 110.0.5451.0 (main) (#36394)
* chore: bump chromium in DEPS to 110.0.5425.0 * chore: bump chromium in DEPS to 110.0.5427.0 * chore: bump chromium in DEPS to 110.0.5429.0 * chore: bump chromium in DEPS to 110.0.5431.0 * chore: update patches/chromium/picture-in-picture.patch to fix upstream code shear4024078
* chore: sync patch w/upstream shear: remove_usage_of_incognito_apis_in_the_spellchecker.patch3967854
* chore: sync patch w/upstream shear: feat_expose_raw_response_headers_from_urlloader.patch3983373
* chore: sync patch w/upstream shear: chromium/custom_protocols_plzserviceworker.patch3983373
* build: update references to core_api_provider; its location was moved upstream Xref:4006696
* build: remove back_to_tab_image_button from our enable_picture_in_picture deps Xref:4024078
back_to_tab_image_button has been removed upstream * chore: update patches * chore: bump chromium in DEPS to 110.0.5433.0 * chore: sync patch w/upstream shear: chromium/printing.patch Xref:4006638
* chore: sync patch w/trivial upstream shear: chromium/process_singleton.patch Xref:4031817
* refactor: remove kAutofillCenterAlignedSuggestions feature flag check. This behavior had been an experiment behind a feature flag. The experiment was a success so the feature was kept & the flag was removed. Xref:3870616
moves from disabled-by-default to enabled-by-default Xref:4030556
removed the feature flag * chore: update patches * chore: bump chromium in DEPS to 110.0.5435.0 * chore: update patches * chore: sync code with upstream change: AXLMode method name Xref:3950054
* 3841761: Adapting code to support kSystemProfileSelectionDefaultNone experiment3841761
* chore: bump chromium in DEPS to 110.0.5437.0 * 4040140: Pip 2.0: Merge VideoOverlayWindowViews and OverlayWindowViews4040140
* 4045567: Fix a crash opening a popup from tab capture fullscreen4045567
* chore: fixup patch indices * 4048263: Remove deprecated Value calls in frame_tracker_unittest.cc.4048263
* 4004606: [intl] Migrate to ICU 724004606
* chore: bump chromium in DEPS to 110.0.5439.0 * 3890670: Prerender: Add first implementation of prerender-in-new-tab mode3890670
* chore: fixup patch indices * chore: bump chromium in DEPS to 110.0.5441.0 * chore: update patches * chore: bump chromium in DEPS to 110.0.5443.0 * 4035451: Remove remaining uses of ScopedNestableTaskAllower.4035451
* chore: bump chromium in DEPS to 110.0.5445.0 * chore: update patches * fixup! 3890670: Prerender: Add first implementation of prerender-in-new-tab mode * test: disable parallel/test-worker-init-failure Refs4017512
Refs https://github.com/nodejs/node-v8/issues/246 * chore: disable parallel/test-fetch Test is flaky on Linux CI, but runs fine locally. * chore: bump chromium in DEPS to 110.0.5451.0 * chore: update patches * chore: cleanup patch Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: electron-patch-conflict-fixer[bot] <83340002+electron-patch-conflict-fixer[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
2a26cef577
commit
8acf6039e7
101 changed files with 504 additions and 468 deletions
|
@ -145,7 +145,7 @@ void MenuMac::PopupOnUI(const base::WeakPtr<NativeWindow>& native_window,
|
|||
|
||||
[popup_controllers_[window_id] setCloseCallback:std::move(close_callback)];
|
||||
// Make sure events can be pumped while the menu is up.
|
||||
base::CurrentThread::ScopedNestableTaskAllower allow;
|
||||
base::CurrentThread::ScopedAllowApplicationTasksInNativeNestedLoop allow;
|
||||
|
||||
// One of the events that could be pumped is |window.close()|.
|
||||
// User-initiated event-tracking loops protect against this by
|
||||
|
|
|
@ -3167,7 +3167,7 @@ void WebContents::StartDrag(const gin_helper::Dictionary& item,
|
|||
|
||||
// Start dragging.
|
||||
if (!files.empty()) {
|
||||
base::CurrentThread::ScopedNestableTaskAllower allow;
|
||||
base::CurrentThread::ScopedAllowApplicationTasksInNativeNestedLoop allow;
|
||||
DragFileItems(files, icon->image(), web_contents()->GetNativeView());
|
||||
} else {
|
||||
gin_helper::ErrorThrower(args->isolate())
|
||||
|
|
|
@ -502,7 +502,7 @@ void Browser::ShowAboutPanel() {
|
|||
}
|
||||
|
||||
void Browser::SetAboutPanelOptions(base::Value::Dict options) {
|
||||
about_panel_options_.DictClear();
|
||||
about_panel_options_.GetDict().clear();
|
||||
|
||||
for (const auto pair : options) {
|
||||
std::string key = pair.first;
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/common/user_agent.h"
|
||||
#include "extensions/browser/api/core_extensions_browser_api_provider.h"
|
||||
#include "extensions/browser/api/extensions_api_client.h"
|
||||
#include "extensions/browser/component_extension_resource_manager.h"
|
||||
#include "extensions/browser/core_extensions_browser_api_provider.h"
|
||||
#include "extensions/browser/event_router.h"
|
||||
#include "extensions/browser/extension_protocols.h"
|
||||
#include "extensions/browser/extensions_browser_interface_binders.h"
|
||||
|
|
|
@ -247,17 +247,11 @@ void AutofillPopup::UpdatePopupBounds() {
|
|||
gfx::Size preferred_size =
|
||||
gfx::Size(GetDesiredPopupWidth(), GetDesiredPopupHeight());
|
||||
|
||||
if (base::FeatureList::IsEnabled(
|
||||
autofill::features::kAutofillCenterAlignedSuggestions)) {
|
||||
popup_bounds_ = CalculatePopupBounds(preferred_size, window_bounds, bounds,
|
||||
base::i18n::IsRTL(), true);
|
||||
CalculatePopupXAndWidthHorizontallyCentered(
|
||||
preferred_size.width(), window_bounds, element_bounds_,
|
||||
base::i18n::IsRTL(), &popup_bounds_);
|
||||
} else {
|
||||
popup_bounds_ = CalculatePopupBounds(preferred_size, window_bounds, bounds,
|
||||
base::i18n::IsRTL(), false);
|
||||
}
|
||||
popup_bounds_ = CalculatePopupBounds(preferred_size, window_bounds, bounds,
|
||||
base::i18n::IsRTL(), true);
|
||||
CalculatePopupXAndWidthHorizontallyCentered(
|
||||
preferred_size.width(), window_bounds, element_bounds_,
|
||||
base::i18n::IsRTL(), &popup_bounds_);
|
||||
}
|
||||
|
||||
gfx::Rect AutofillPopup::popup_bounds_in_view() {
|
||||
|
|
|
@ -886,7 +886,7 @@ void InspectableWebContents::RemovePreference(const std::string& name) {
|
|||
|
||||
void InspectableWebContents::ClearPreferences() {
|
||||
DictionaryPrefUpdate unsynced_update(pref_service_, kDevToolsPreferences);
|
||||
unsynced_update.Get()->DictClear();
|
||||
unsynced_update->GetDict().clear();
|
||||
}
|
||||
|
||||
void InspectableWebContents::GetSyncInformation(DispatchCallback callback) {
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
|
||||
- (void)popUpContextMenu:(electron::ElectronMenuModel*)menu_model {
|
||||
// Make sure events can be pumped while the menu is up.
|
||||
base::CurrentThread::ScopedNestableTaskAllower allow;
|
||||
base::CurrentThread::ScopedAllowApplicationTasksInNativeNestedLoop allow;
|
||||
|
||||
// Show a custom menu.
|
||||
if (menu_model) {
|
||||
|
|
|
@ -99,7 +99,7 @@ base::Value::Dict BuildTargetDescriptor(
|
|||
target_data.Set(kPidField, static_cast<int>(base::GetProcId(handle)));
|
||||
target_data.Set(kFaviconUrlField, favicon_url.spec());
|
||||
target_data.Set(kAccessibilityModeField,
|
||||
static_cast<int>(accessibility_mode.mode()));
|
||||
static_cast<int>(accessibility_mode.flags()));
|
||||
target_data.Set(kTypeField, kPage);
|
||||
return target_data;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue