chore: bump chromium to 119.0.6029.0 (main) (#39944)
* chore: bump chromium in DEPS to 119.0.6021.0 * 4727729: Initial ScreenCaptureKit AudioInputStream implementation4727729
* chore: fixup patch indices * chore: bump chromium in DEPS to 119.0.6023.0 * 4875713: mac: Switch to Xcode 15.0 15A240d with macOS SDK 14.0 23A3344875713
* 4831380: [task-attribution] Reland: Move to an implicit GCed task container model4831380
* 4877868: Remove all gitignore entries for submodules4877868
* 4824705: Set origin to commit for data: URLs4824705
* chore: fixup patch indices * 4881382: Expose selection in WebFormControlElement as unsigned4881382
* 4874216: Portals: Cancel drag-drop in predecessor before activation4874216
* chore: bump chromium in DEPS to 119.0.6025.0 * chore: bump chromium in DEPS to 119.0.6027.0 * 4884489: Update gitignore to be explicit about directories4884489
* 4881091: Add debug info about owner document's origin when inheriting4881091
* chore: fixup patch indices * chore: bump chromium in DEPS to 119.0.6029.0 * chore: update patches * 4881091: Add debug info about owner document's origin when inheriting Ref:4881091
* 4831380: [task-attribution] Reland: Move to an implicit GCed task container model Ref:4831380
* 4866732: Extract document.title for installable checks Ref:4866732
* chore: link to crbug in message port test --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
This commit is contained in:
parent
d002f16157
commit
d6c8ff2e70
49 changed files with 177 additions and 167 deletions
|
@ -104,6 +104,8 @@ content::DropData* OffScreenWebContentsView::GetDropData() const {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
void OffScreenWebContentsView::CancelDragDropForPortalActivation() {}
|
||||
|
||||
gfx::Rect OffScreenWebContentsView::GetViewBounds() const {
|
||||
return GetView() ? GetView()->GetViewBounds() : gfx::Rect();
|
||||
}
|
||||
|
|
|
@ -53,6 +53,7 @@ class OffScreenWebContentsView : public content::WebContentsView,
|
|||
void RestoreFocus() override;
|
||||
void FocusThroughTabTraversal(bool reverse) override;
|
||||
content::DropData* GetDropData() const override;
|
||||
void CancelDragDropForPortalActivation() override;
|
||||
gfx::Rect GetViewBounds() const override;
|
||||
void CreateView(gfx::NativeView context) override;
|
||||
content::RenderWidgetHostViewBase* CreateViewForWidget(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue