icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -1281,6 +1281,12 @@ bool WidgetKeyboardEvent::ExecuteEditCommands(NativeKeyBindingsType aType,
|
|||
return false;
|
||||
}
|
||||
|
||||
// If this is a reply event, we shouldn't execute the native key bindings in
|
||||
// the parent process.
|
||||
if (NS_WARN_IF(IsHandledInRemoteProcess())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!IsEditCommandsInitializedRef(aType)) {
|
||||
Maybe<WritingMode> writingMode;
|
||||
if (RefPtr<widget::TextEventDispatcher> textEventDispatcher =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue