Loading dom/ipc/BrowserParent.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -3230,13 +3230,6 @@ mozilla::ipc::IPCResult BrowserParent::RecvSetInputContext( return IPC_OK(); } mozilla::ipc::IPCResult BrowserParent::RecvDispatchFocusToTopLevelWindow() { if (nsCOMPtr<nsIWidget> widget = GetTopLevelWidget()) { widget->SetFocus(nsIWidget::Raise::No, CallerType::System); } return IPC_OK(); } bool BrowserParent::ReceiveMessage(const nsString& aMessage, bool aSync, StructuredCloneData* aData, nsTArray<StructuredCloneData>* aRetVal) { Loading dom/ipc/BrowserParent.h +0 −2 Original line number Diff line number Diff line Loading @@ -395,8 +395,6 @@ class BrowserParent final : public PBrowserParent, mozilla::ipc::IPCResult RecvHideTooltip(); mozilla::ipc::IPCResult RecvDispatchFocusToTopLevelWindow(); mozilla::ipc::IPCResult RecvRespondStartSwipeEvent( const uint64_t& aInputBlockId, const bool& aStartSwipe); Loading dom/ipc/PBrowser.ipdl +0 −7 Original line number Diff line number Diff line Loading @@ -223,13 +223,6 @@ parent: */ async PVsync(); /** * When content moves focus from a native plugin window that's a child * of the native browser window we need to move native focus to the * browser. Otherwise the plugin window will never relinquish focus. */ sync DispatchFocusToTopLevelWindow(); /** * When the child process unsuppresses painting, we send the message for the * parent process to start painting the new document, if it's still painting Loading ipc/ipdl/sync-messages.ini +0 −2 Original line number Diff line number Diff line Loading @@ -97,8 +97,6 @@ description = legacy sync IPC - please add detailed description description = legacy sync IPC - please add detailed description [PBrowser::SyncMessage] description = JS MessageManager implementation [PBrowser::DispatchFocusToTopLevelWindow] description = legacy sync IPC - please add detailed description [PBrowser::NotifyIMEMouseButtonEvent] description = legacy sync IPC - please add detailed description [PBrowser::RequestIMEToCommitComposition] Loading Loading
dom/ipc/BrowserParent.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -3230,13 +3230,6 @@ mozilla::ipc::IPCResult BrowserParent::RecvSetInputContext( return IPC_OK(); } mozilla::ipc::IPCResult BrowserParent::RecvDispatchFocusToTopLevelWindow() { if (nsCOMPtr<nsIWidget> widget = GetTopLevelWidget()) { widget->SetFocus(nsIWidget::Raise::No, CallerType::System); } return IPC_OK(); } bool BrowserParent::ReceiveMessage(const nsString& aMessage, bool aSync, StructuredCloneData* aData, nsTArray<StructuredCloneData>* aRetVal) { Loading
dom/ipc/BrowserParent.h +0 −2 Original line number Diff line number Diff line Loading @@ -395,8 +395,6 @@ class BrowserParent final : public PBrowserParent, mozilla::ipc::IPCResult RecvHideTooltip(); mozilla::ipc::IPCResult RecvDispatchFocusToTopLevelWindow(); mozilla::ipc::IPCResult RecvRespondStartSwipeEvent( const uint64_t& aInputBlockId, const bool& aStartSwipe); Loading
dom/ipc/PBrowser.ipdl +0 −7 Original line number Diff line number Diff line Loading @@ -223,13 +223,6 @@ parent: */ async PVsync(); /** * When content moves focus from a native plugin window that's a child * of the native browser window we need to move native focus to the * browser. Otherwise the plugin window will never relinquish focus. */ sync DispatchFocusToTopLevelWindow(); /** * When the child process unsuppresses painting, we send the message for the * parent process to start painting the new document, if it's still painting Loading
ipc/ipdl/sync-messages.ini +0 −2 Original line number Diff line number Diff line Loading @@ -97,8 +97,6 @@ description = legacy sync IPC - please add detailed description description = legacy sync IPC - please add detailed description [PBrowser::SyncMessage] description = JS MessageManager implementation [PBrowser::DispatchFocusToTopLevelWindow] description = legacy sync IPC - please add detailed description [PBrowser::NotifyIMEMouseButtonEvent] description = legacy sync IPC - please add detailed description [PBrowser::RequestIMEToCommitComposition] Loading