mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
b6f6aa65fb
- Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj (342dfd711) - Bug 1085567 - Fixup synth events within pointer lock implementation for e10s. r=billm (45c50a0e6) - Bug 1128238 - Ajust NPP_SetWindow and synth native event coords to account for the chrome offset of remote tabs. Prior to this the content process always assumed the tab was the window origin. r=aklotz (202ffc006) - Bug 1128934 - Avoid calling GetClientBounds from BasicComposior. r=roc, karlt (5e98232bd) - Bug 1149041 - Make nsIWidget::SizeConstraints use LayoutDeviceIntSize instead of unit-less nsIntSize. r=roc (d0b345926) - shuffle around (fcdc51510) - Bug 1142852 P1 Fix NS_NewNonOwningRunnableMethodWithArgs() so that it compiles. r=froydnj (394d2b200) - Bug 1142852 P2 Make Cache Action use non-threadsafe ref-counting. r=ehsan (0b2b91d86) - Bug 1146349 - Allow NS_NewRunnableMethodWithArgs to take up to 8 arguments. r=froydnj (7207e74d0) - Bug 1146349 - Make the native event synthesization functions in DOMWindowUtils async. r=smaug (e43579a1d) - Bug 949614 - Use === for SimpleTest.is; r=Waldo (9f54faca4) - Bug 1146349 - Update some widget tests to deal with async native key event synthesization. r=smaug,masayuki (f1e82df79) - Bug 920013 - Rewrite test_cocoa_focus.html to use SpecialPowers. r=smichaud (8708d6a71) - Bug 1146349 - Update DOM mochitests to deal with async native event synthesization. r=smaug (a4eceb9f6) - Bug 1146349 - Update browser-chrome mochitests to deal with async native event synthesization. r=Gijs (c864ad939) - Bug 1146349 - Wire up native event synthesization in child processes. r=smaug (e8574457e) - Bug 1146349 - Mark SynthesizedEventObserver::Observe() as override (9063f04b5) - Bug 1149613 - Remove unneded field. r=botond (9aa7155e2) - Bug 1153613 - [e10s], ensure the buffer for the drag image is large enough for SourceSurfaceRawData::GuaranteePersistance() to succeed, r=mattwoodrow (aa885dae7) - remove spurious file (ff199d3ae) - Bug 1043013 - Generalize nsIntRegion into a BaseIntRegion template. r=jrmuizel (9d3e02820) - Bug 1043013 - Introduce IntRegionTyped. r=jrmuizel (f73902921) - Bug 1043013 - Use strongly-typed regions in HitTestingTreeNode. r=kats (7b8c8ae44) - Bug 913443 - Remove mention of the word ThebesLayer in a comment. r=roc (e9706e025) - Bug 913443 - Remove some #ifdefs. r=roc (da76f831b) - Bug 913443 - Break up CreateOrRecyclePaintedLayer into more parts. r=roc (dd94560fe) - Bug 913443 - Extract layer hint calculation. r=roc (5c7806a95) - Bug 913443 - Break CreateOrRecyclePaintedLayer up even more. r=roc (9e5edab17) - Bug 913443 - Remove unused aItemVisibleRect argument. r=roc (f3d1a5195) - Bug 913443 - Move IsWidgetLayerManager() check out of UpdateCommonClipCount. r=roc (3be7b19a6) - Bug 913443 - Change the order of these calls. r=roc (c7bc59fee) - Bug 913443 - Add a display item buffer for PaintedLayerData so that we can assign items without needing to know the actual Layer. r=roc (674df6aa8) - Bug 913443 - Delay PaintedLayer recycling until PopPaintedLayerData() r=roc (9d6de961a) - Bug 913443 - When determining the layer to recycle, only consider layers that have display items in common with the layer we need. r=roc (3327c31c5) - Bug 913443 - Recycle PaintedLayers as soon as possible. r=roc (37ef6d530) - Bug 913443 - Remove duplicated argument variables. r=roc (19c5af270) - Bug 1141408 - Don't include the display item's memory address in the profile label. r=BenWa (5bb1d73c1) - Bug 1141281 - Don't put empty Info: lines into the layers dump. r=BenWa (85f4b28be) - Bug 1035611 - Part 1: Updated Matrix4x4::ProjectRectBounds to properly handle infinite values when untransformed rects cross the w=0 plane. r=mattwoodrow (f47ed4383) - Bug 1035611 - Part 2: Test to ensure that transformed rects crossing the w=0 plane are clipped correctly. r=mattwoodrow (5701b435f) - Bug 1141089 - Add some release assertions to gather more data. r=roc (805c2994d) - Bug 1141595 - Make scroll info display item hoisting work after bug 913443. r=tn (1efcaf164) - Bug 1144307 - Destroy scroll info layer items when we're done with them. r=tn (3ffd3b1f2) - Bug 1148855 - Mark some ContainerState methods as const. r=roc (791585baf) - Bug 1144820 - Use rvalue reference in AddProfileTimelineMarker. r=smaug (12316b65f) - Bug 1148855 - Set overflow:hidden on scrollbar tracks so that layerization knows that the scrollbar thumb won't leave the scrollbar. r=roc (082ec87bf) - Bug 1148855 - Intermediate state that unifies APZ and non-APZ layerization behavior somewhat. (3da45ab96) - Bug 1148855 - Rework how display items are assigned to PaintedLayers and make it work the same way with and without APZ. r=roc (7258f9c90) - Bug 913443 - Add some tests. r=roc (9977682da) - Bug 1039926 - Add a test for not invalidating stuff inside mask layers. (1f8aef65e) - Bug 1148855 - Add some tests. r=roc (2ba1f7f18) - Bug 1148855 - Tweak reftest fuzziness. (a600be7d5) - Bug 1151306 - Add a missing check during background color pulling. r=roc (b3a6c886b) - Bug 1150774 (Part 1) - Add helpers to simplify using typed units in ConfigureLayer. r=botond (baecb2c2e) - Bug 1150774 (Part 2) - Use the correct units in nsDisplayImageContainer::ConfigureLayer and related code. r=botond (a79beb1fb) - Bug 1141089 - Initialize DisplayItemData with a non-null mLayer, so that mLayer is non-null throughout the object's whole lifetime. r=roc (7c2f9eb09) - Bug 1141089 - Remove unused DisplayItemData copy constructor. r=roc (ba5c46c45) - Bug 1141089 - Add a few more MOZ_RELEASE_ASSERT(mLayer) checks, just for fun. r=roc (50a8f2db7) - Bug 1141089 - Use const nsTArray* in all the places where we don't change the array's contents. r=roc (cd07a5bbd) - Bug 1141089 - Turn these two assertions into release assertions. r=roc (71daf5ef3) - Bug 1141089 - Check that we're unsetting sDestroyedFrame correctly. r=roc (6c7da67e7) - Bug 1143522 - Convert Layer::mClipRect to ParentLayerIntRect. r=botond (ddab1c0ff) - Bug 1144951. Warn if the result of ConvertAppUnits is unused. r=mats (e1d79c6ca) - Bug 1144951. Rename ConvertAppUnits to ScaleToOtherAppUnits. r=mats (675c918c3) - Bug 1149035 - Make nsXULPopupManager::PopupResized take a LayoutDeviceIntSize param instead of a unit-less nsIntSize. r=roc (eb9529af7) - missing bit of Bug 1156110 - Make nsView::mWindow an nsCOMPtr; r=roc (972255b4f) - Bug 1147706 - Warn if we don't use the result of const methods on BaseRect and its subclasses. r=tn (9e91deada) - Bug 1152838 - Fix BaseRect::InflateToMultiple and move it to nsIntRect. r=mattwoodrow, r=jrmuizel (5a942df29) - Bug 1125055 - Sync decode layerized images if necessary. r=roc,tn (1379db5c7) - Bug 1145167 - make imgIContainer::type getter infallible; r=seth (7b7091b89) - Bug 1148213 - Implement image locking for VectorImage. r=dholbert (240e14cb3) - Bug 1143653 - Crash in CompositorD3D9 rather than TextureD3D9 if device reset fails, after a few attemps. r=jrmuizel (76607ddc3) - Bug 1147894 - Only use non-null compositors with TextureHost::SetCompositor. r=sotaro (605bf34f6) - Bug 1146912 - Finish replacing TextureHost::GetTextureSource by BindTextureSource. r=sotaro (cf3763879) - Bug 1132854 - Remove useless ThebesIntSize conversion helper. r=Bas (78cdfee14) - Bug 1068881 - Inflate the dest rect to at least one device pixel when computing the optimal image size for drawing. r=roc (3d5644913)
1255 lines
43 KiB
C++
1255 lines
43 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=2 sw=2 et tw=80: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#include "mozilla/Logging.h"
|
|
|
|
#include "mozilla/IMEStateManager.h"
|
|
|
|
#include "mozilla/Attributes.h"
|
|
#include "mozilla/EventStates.h"
|
|
#include "mozilla/MouseEvents.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "mozilla/Services.h"
|
|
#include "mozilla/TextComposition.h"
|
|
#include "mozilla/TextEvents.h"
|
|
#include "mozilla/dom/HTMLFormElement.h"
|
|
#include "mozilla/dom/TabParent.h"
|
|
|
|
#include "HTMLInputElement.h"
|
|
#include "IMEContentObserver.h"
|
|
|
|
#include "nsCOMPtr.h"
|
|
#include "nsContentUtils.h"
|
|
#include "nsIContent.h"
|
|
#include "nsIDocument.h"
|
|
#include "nsIDOMMouseEvent.h"
|
|
#include "nsIEditor.h"
|
|
#include "nsIForm.h"
|
|
#include "nsIFormControl.h"
|
|
#include "nsINode.h"
|
|
#include "nsIObserverService.h"
|
|
#include "nsIPresShell.h"
|
|
#include "nsISelection.h"
|
|
#include "nsISupports.h"
|
|
#include "nsPresContext.h"
|
|
|
|
namespace mozilla {
|
|
|
|
using namespace dom;
|
|
using namespace widget;
|
|
|
|
/**
|
|
* When a method is called, log its arguments and/or related static variables
|
|
* with PR_LOG_ALWAYS. However, if it puts too many logs like
|
|
* OnDestroyPresContext(), should long only when the method actually does
|
|
* something. In this case, the log should start with "ISM: <method name>".
|
|
*
|
|
* When a method quits due to unexpected situation, log the reason with
|
|
* PR_LOG_ERROR. In this case, the log should start with
|
|
* "ISM: <method name>(), FAILED". The indent makes the log look easier.
|
|
*
|
|
* When a method does something only in some situations and it may be important
|
|
* for debug, log the information with PR_LOG_DEBUG. In this case, the log
|
|
* should start with "ISM: <method name>(),".
|
|
*/
|
|
PRLogModuleInfo* sISMLog = nullptr;
|
|
|
|
static const char*
|
|
GetBoolName(bool aBool)
|
|
{
|
|
return aBool ? "true" : "false";
|
|
}
|
|
|
|
static const char*
|
|
GetActionCauseName(InputContextAction::Cause aCause)
|
|
{
|
|
switch (aCause) {
|
|
case InputContextAction::CAUSE_UNKNOWN:
|
|
return "CAUSE_UNKNOWN";
|
|
case InputContextAction::CAUSE_UNKNOWN_CHROME:
|
|
return "CAUSE_UNKNOWN_CHROME";
|
|
case InputContextAction::CAUSE_KEY:
|
|
return "CAUSE_KEY";
|
|
case InputContextAction::CAUSE_MOUSE:
|
|
return "CAUSE_MOUSE";
|
|
default:
|
|
return "illegal value";
|
|
}
|
|
}
|
|
|
|
static const char*
|
|
GetActionFocusChangeName(InputContextAction::FocusChange aFocusChange)
|
|
{
|
|
switch (aFocusChange) {
|
|
case InputContextAction::FOCUS_NOT_CHANGED:
|
|
return "FOCUS_NOT_CHANGED";
|
|
case InputContextAction::GOT_FOCUS:
|
|
return "GOT_FOCUS";
|
|
case InputContextAction::LOST_FOCUS:
|
|
return "LOST_FOCUS";
|
|
case InputContextAction::MENU_GOT_PSEUDO_FOCUS:
|
|
return "MENU_GOT_PSEUDO_FOCUS";
|
|
case InputContextAction::MENU_LOST_PSEUDO_FOCUS:
|
|
return "MENU_LOST_PSEUDO_FOCUS";
|
|
default:
|
|
return "illegal value";
|
|
}
|
|
}
|
|
|
|
static const char*
|
|
GetIMEStateEnabledName(IMEState::Enabled aEnabled)
|
|
{
|
|
switch (aEnabled) {
|
|
case IMEState::DISABLED:
|
|
return "DISABLED";
|
|
case IMEState::ENABLED:
|
|
return "ENABLED";
|
|
case IMEState::PASSWORD:
|
|
return "PASSWORD";
|
|
case IMEState::PLUGIN:
|
|
return "PLUGIN";
|
|
default:
|
|
return "illegal value";
|
|
}
|
|
}
|
|
|
|
static const char*
|
|
GetIMEStateSetOpenName(IMEState::Open aOpen)
|
|
{
|
|
switch (aOpen) {
|
|
case IMEState::DONT_CHANGE_OPEN_STATE:
|
|
return "DONT_CHANGE_OPEN_STATE";
|
|
case IMEState::OPEN:
|
|
return "OPEN";
|
|
case IMEState::CLOSED:
|
|
return "CLOSED";
|
|
default:
|
|
return "illegal value";
|
|
}
|
|
}
|
|
|
|
static const char*
|
|
GetEventMessageName(uint32_t aMessage)
|
|
{
|
|
switch (aMessage) {
|
|
case NS_COMPOSITION_START:
|
|
return "NS_COMPOSITION_START";
|
|
case NS_COMPOSITION_END:
|
|
return "NS_COMPOSITION_END";
|
|
case NS_COMPOSITION_UPDATE:
|
|
return "NS_COMPOSITION_UPDATE";
|
|
case NS_COMPOSITION_CHANGE:
|
|
return "NS_COMPOSITION_CHANGE";
|
|
case NS_COMPOSITION_COMMIT_AS_IS:
|
|
return "NS_COMPOSITION_COMMIT_AS_IS";
|
|
default:
|
|
return "unacceptable event message";
|
|
}
|
|
}
|
|
|
|
static const char*
|
|
GetNotifyIMEMessageName(IMEMessage aMessage)
|
|
{
|
|
switch (aMessage) {
|
|
case NOTIFY_IME_OF_FOCUS:
|
|
return "NOTIFY_IME_OF_FOCUS";
|
|
case NOTIFY_IME_OF_BLUR:
|
|
return "NOTIFY_IME_OF_BLUR";
|
|
case NOTIFY_IME_OF_SELECTION_CHANGE:
|
|
return "NOTIFY_IME_OF_SELECTION_CHANGE";
|
|
case NOTIFY_IME_OF_TEXT_CHANGE:
|
|
return "NOTIFY_IME_OF_TEXT_CHANGE";
|
|
case NOTIFY_IME_OF_COMPOSITION_UPDATE:
|
|
return "NOTIFY_IME_OF_COMPOSITION_UPDATE";
|
|
case NOTIFY_IME_OF_POSITION_CHANGE:
|
|
return "NOTIFY_IME_OF_POSITION_CHANGE";
|
|
case REQUEST_TO_COMMIT_COMPOSITION:
|
|
return "REQUEST_TO_COMMIT_COMPOSITION";
|
|
case REQUEST_TO_CANCEL_COMPOSITION:
|
|
return "REQUEST_TO_CANCEL_COMPOSITION";
|
|
default:
|
|
return "unacceptable IME notification message";
|
|
}
|
|
}
|
|
|
|
nsIContent* IMEStateManager::sContent = nullptr;
|
|
nsPresContext* IMEStateManager::sPresContext = nullptr;
|
|
bool IMEStateManager::sInstalledMenuKeyboardListener = false;
|
|
bool IMEStateManager::sIsTestingIME = false;
|
|
bool IMEStateManager::sIsGettingNewIMEState = false;
|
|
|
|
// sActiveIMEContentObserver points to the currently active IMEContentObserver.
|
|
// sActiveIMEContentObserver is null if there is no focused editor.
|
|
IMEContentObserver* IMEStateManager::sActiveIMEContentObserver = nullptr;
|
|
TextCompositionArray* IMEStateManager::sTextCompositions = nullptr;
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::Init()
|
|
{
|
|
if (!sISMLog) {
|
|
sISMLog = PR_NewLogModule("IMEStateManager");
|
|
}
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::Shutdown()
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::Shutdown(), "
|
|
"sTextCompositions=0x%p, sTextCompositions->Length()=%u",
|
|
sTextCompositions, sTextCompositions ? sTextCompositions->Length() : 0));
|
|
|
|
MOZ_ASSERT(!sTextCompositions || !sTextCompositions->Length());
|
|
delete sTextCompositions;
|
|
sTextCompositions = nullptr;
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::OnDestroyPresContext(nsPresContext* aPresContext)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPresContext);
|
|
|
|
// First, if there is a composition in the aPresContext, clean up it.
|
|
if (sTextCompositions) {
|
|
TextCompositionArray::index_type i =
|
|
sTextCompositions->IndexOf(aPresContext);
|
|
if (i != TextCompositionArray::NoIndex) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnDestroyPresContext(), "
|
|
"removing TextComposition instance from the array (index=%u)", i));
|
|
// there should be only one composition per presContext object.
|
|
sTextCompositions->ElementAt(i)->Destroy();
|
|
sTextCompositions->RemoveElementAt(i);
|
|
if (sTextCompositions->IndexOf(aPresContext) !=
|
|
TextCompositionArray::NoIndex) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::OnDestroyPresContext(), FAILED to remove "
|
|
"TextComposition instance from the array"));
|
|
MOZ_CRASH("Failed to remove TextComposition instance from the array");
|
|
}
|
|
}
|
|
}
|
|
|
|
if (aPresContext != sPresContext) {
|
|
return NS_OK;
|
|
}
|
|
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnDestroyPresContext(aPresContext=0x%p), "
|
|
"sPresContext=0x%p, sContent=0x%p, sTextCompositions=0x%p",
|
|
aPresContext, sPresContext, sContent, sTextCompositions));
|
|
|
|
DestroyIMEContentObserver();
|
|
|
|
nsCOMPtr<nsIWidget> widget = sPresContext->GetRootWidget();
|
|
if (widget) {
|
|
IMEState newState = GetNewIMEState(sPresContext, nullptr);
|
|
InputContextAction action(InputContextAction::CAUSE_UNKNOWN,
|
|
InputContextAction::LOST_FOCUS);
|
|
SetIMEState(newState, nullptr, widget, action);
|
|
}
|
|
NS_IF_RELEASE(sContent);
|
|
sPresContext = nullptr;
|
|
return NS_OK;
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::OnRemoveContent(nsPresContext* aPresContext,
|
|
nsIContent* aContent)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aPresContext);
|
|
|
|
// First, if there is a composition in the aContent, clean up it.
|
|
if (sTextCompositions) {
|
|
nsRefPtr<TextComposition> compositionInContent =
|
|
sTextCompositions->GetCompositionInContent(aPresContext, aContent);
|
|
|
|
if (compositionInContent) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnRemoveContent(), "
|
|
"composition is in the content"));
|
|
|
|
// Try resetting the native IME state. Be aware, typically, this method
|
|
// is called during the content being removed. Then, the native
|
|
// composition events which are caused by following APIs are ignored due
|
|
// to unsafe to run script (in PresShell::HandleEvent()).
|
|
nsCOMPtr<nsIWidget> widget = aPresContext->GetRootWidget();
|
|
MOZ_ASSERT(widget, "Why is there no widget?");
|
|
nsresult rv =
|
|
compositionInContent->NotifyIME(REQUEST_TO_CANCEL_COMPOSITION);
|
|
if (NS_FAILED(rv)) {
|
|
compositionInContent->NotifyIME(REQUEST_TO_COMMIT_COMPOSITION);
|
|
}
|
|
}
|
|
}
|
|
|
|
if (!sPresContext || !sContent ||
|
|
!nsContentUtils::ContentIsDescendantOf(sContent, aContent)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnRemoveContent(aPresContext=0x%p, "
|
|
"aContent=0x%p), sPresContext=0x%p, sContent=0x%p, sTextCompositions=0x%p",
|
|
aPresContext, aContent, sPresContext, sContent, sTextCompositions));
|
|
|
|
DestroyIMEContentObserver();
|
|
|
|
// Current IME transaction should commit
|
|
nsCOMPtr<nsIWidget> widget = sPresContext->GetRootWidget();
|
|
if (widget) {
|
|
IMEState newState = GetNewIMEState(sPresContext, nullptr);
|
|
InputContextAction action(InputContextAction::CAUSE_UNKNOWN,
|
|
InputContextAction::LOST_FOCUS);
|
|
SetIMEState(newState, nullptr, widget, action);
|
|
}
|
|
|
|
NS_IF_RELEASE(sContent);
|
|
sPresContext = nullptr;
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::OnChangeFocus(nsPresContext* aPresContext,
|
|
nsIContent* aContent,
|
|
InputContextAction::Cause aCause)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnChangeFocus(aPresContext=0x%p, "
|
|
"aContent=0x%p, aCause=%s)",
|
|
aPresContext, aContent, GetActionCauseName(aCause)));
|
|
|
|
InputContextAction action(aCause);
|
|
return OnChangeFocusInternal(aPresContext, aContent, action);
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::OnChangeFocusInternal(nsPresContext* aPresContext,
|
|
nsIContent* aContent,
|
|
InputContextAction aAction)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnChangeFocusInternal(aPresContext=0x%p, "
|
|
"aContent=0x%p, aAction={ mCause=%s, mFocusChange=%s }), "
|
|
"sPresContext=0x%p, sContent=0x%p, sActiveIMEContentObserver=0x%p",
|
|
aPresContext, aContent, GetActionCauseName(aAction.mCause),
|
|
GetActionFocusChangeName(aAction.mFocusChange),
|
|
sPresContext, sContent, sActiveIMEContentObserver));
|
|
|
|
bool focusActuallyChanging =
|
|
(sContent != aContent || sPresContext != aPresContext);
|
|
|
|
nsCOMPtr<nsIWidget> oldWidget =
|
|
sPresContext ? sPresContext->GetRootWidget() : nullptr;
|
|
if (oldWidget && focusActuallyChanging) {
|
|
// If we're deactivating, we shouldn't commit composition forcibly because
|
|
// the user may want to continue the composition.
|
|
if (aPresContext) {
|
|
NotifyIME(REQUEST_TO_COMMIT_COMPOSITION, oldWidget);
|
|
}
|
|
}
|
|
|
|
if (sActiveIMEContentObserver &&
|
|
(aPresContext || !sActiveIMEContentObserver->KeepAliveDuringDeactive()) &&
|
|
!sActiveIMEContentObserver->IsManaging(aPresContext, aContent)) {
|
|
DestroyIMEContentObserver();
|
|
}
|
|
|
|
if (!aPresContext) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnChangeFocusInternal(), "
|
|
"no nsPresContext is being activated"));
|
|
return NS_OK;
|
|
}
|
|
|
|
nsCOMPtr<nsIWidget> widget =
|
|
(sPresContext == aPresContext) ? oldWidget.get() :
|
|
aPresContext->GetRootWidget();
|
|
if (NS_WARN_IF(!widget)) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::OnChangeFocusInternal(), FAILED due to "
|
|
"no widget to manage its IME state"));
|
|
return NS_OK;
|
|
}
|
|
|
|
IMEState newState = GetNewIMEState(aPresContext, aContent);
|
|
|
|
// In e10s, remote content may have IME focus. The main process (i.e. this process)
|
|
// would attempt to set state to DISABLED if, for example, the user clicks
|
|
// some other remote content. The content process would later re-ENABLE IME, meaning
|
|
// that all state-changes were unnecessary.
|
|
// Here we filter the common case where the main process knows that the remote
|
|
// process controls IME focus. The DISABLED->re-ENABLED progression can
|
|
// still happen since remote content may be concurrently communicating its claim
|
|
// on focus to the main process... but this cannot cause bugs like missed keypresses.
|
|
// (It just means a lot of needless IPC.)
|
|
if ((newState.mEnabled == IMEState::DISABLED) && TabParent::GetIMETabParent()) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnChangeFocusInternal(), "
|
|
"Parent process cancels to set DISABLED state because the content process "
|
|
"has IME focus and has already sets IME state"));
|
|
MOZ_ASSERT(XRE_IsParentProcess(),
|
|
"TabParent::GetIMETabParent() should never return non-null value "
|
|
"in the content process");
|
|
return NS_OK;
|
|
}
|
|
|
|
if (!focusActuallyChanging) {
|
|
// actual focus isn't changing, but if IME enabled state is changing,
|
|
// we should do it.
|
|
InputContext context = widget->GetInputContext();
|
|
if (context.mIMEState.mEnabled == newState.mEnabled) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnChangeFocusInternal(), "
|
|
"neither focus nor IME state is changing"));
|
|
return NS_OK;
|
|
}
|
|
aAction.mFocusChange = InputContextAction::FOCUS_NOT_CHANGED;
|
|
|
|
// Even if focus isn't changing actually, we should commit current
|
|
// composition here since the IME state is changing.
|
|
if (sPresContext && oldWidget && !focusActuallyChanging) {
|
|
NotifyIME(REQUEST_TO_COMMIT_COMPOSITION, oldWidget);
|
|
}
|
|
} else if (aAction.mFocusChange == InputContextAction::FOCUS_NOT_CHANGED) {
|
|
// If aContent isn't null or aContent is null but editable, somebody gets
|
|
// focus.
|
|
bool gotFocus = aContent || (newState.mEnabled == IMEState::ENABLED);
|
|
aAction.mFocusChange =
|
|
gotFocus ? InputContextAction::GOT_FOCUS : InputContextAction::LOST_FOCUS;
|
|
}
|
|
|
|
// Update IME state for new focus widget
|
|
SetIMEState(newState, aContent, widget, aAction);
|
|
|
|
sPresContext = aPresContext;
|
|
if (sContent != aContent) {
|
|
NS_IF_RELEASE(sContent);
|
|
NS_IF_ADDREF(sContent = aContent);
|
|
}
|
|
|
|
// Don't call CreateIMEContentObserver() here, it should be called from
|
|
// focus event handler of editor.
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::OnInstalledMenuKeyboardListener(bool aInstalling)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnInstalledMenuKeyboardListener(aInstalling=%s), "
|
|
"sInstalledMenuKeyboardListener=%s",
|
|
GetBoolName(aInstalling), GetBoolName(sInstalledMenuKeyboardListener)));
|
|
|
|
sInstalledMenuKeyboardListener = aInstalling;
|
|
|
|
InputContextAction action(InputContextAction::CAUSE_UNKNOWN,
|
|
aInstalling ? InputContextAction::MENU_GOT_PSEUDO_FOCUS :
|
|
InputContextAction::MENU_LOST_PSEUDO_FOCUS);
|
|
OnChangeFocusInternal(sPresContext, sContent, action);
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IMEStateManager::OnMouseButtonEventInEditor(nsPresContext* aPresContext,
|
|
nsIContent* aContent,
|
|
nsIDOMMouseEvent* aMouseEvent)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnMouseButtonEventInEditor(aPresContext=0x%p, "
|
|
"aContent=0x%p, aMouseEvent=0x%p), sPresContext=0x%p, sContent=0x%p",
|
|
aPresContext, aContent, aMouseEvent, sPresContext, sContent));
|
|
|
|
if (sPresContext != aPresContext || sContent != aContent) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnMouseButtonEventInEditor(), "
|
|
"the mouse event isn't fired on the editor managed by ISM"));
|
|
return false;
|
|
}
|
|
|
|
if (!sActiveIMEContentObserver) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnMouseButtonEventInEditor(), "
|
|
"there is no active IMEContentObserver"));
|
|
return false;
|
|
}
|
|
|
|
if (!sActiveIMEContentObserver->IsManaging(aPresContext, aContent)) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnMouseButtonEventInEditor(), "
|
|
"the active IMEContentObserver isn't managing the editor"));
|
|
return false;
|
|
}
|
|
|
|
WidgetMouseEvent* internalEvent =
|
|
aMouseEvent->GetInternalNSEvent()->AsMouseEvent();
|
|
if (NS_WARN_IF(!internalEvent)) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnMouseButtonEventInEditor(), "
|
|
"the internal event of aMouseEvent isn't WidgetMouseEvent"));
|
|
return false;
|
|
}
|
|
|
|
bool consumed =
|
|
sActiveIMEContentObserver->OnMouseButtonEvent(aPresContext, internalEvent);
|
|
|
|
if (PR_LOG_TEST(sISMLog, PR_LOG_ALWAYS)) {
|
|
nsAutoString eventType;
|
|
aMouseEvent->GetType(eventType);
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnMouseButtonEventInEditor(), "
|
|
"mouse event (type=%s, button=%d) is %s",
|
|
NS_ConvertUTF16toUTF8(eventType).get(), internalEvent->button,
|
|
consumed ? "consumed" : "not consumed"));
|
|
}
|
|
|
|
return consumed;
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::OnClickInEditor(nsPresContext* aPresContext,
|
|
nsIContent* aContent,
|
|
nsIDOMMouseEvent* aMouseEvent)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnClickInEditor(aPresContext=0x%p, aContent=0x%p, "
|
|
"aMouseEvent=0x%p), sPresContext=0x%p, sContent=0x%p",
|
|
aPresContext, aContent, aMouseEvent, sPresContext, sContent));
|
|
|
|
if (sPresContext != aPresContext || sContent != aContent) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnClickInEditor(), "
|
|
"the mouse event isn't fired on the editor managed by ISM"));
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIWidget> widget = aPresContext->GetRootWidget();
|
|
NS_ENSURE_TRUE_VOID(widget);
|
|
|
|
bool isTrusted;
|
|
nsresult rv = aMouseEvent->GetIsTrusted(&isTrusted);
|
|
NS_ENSURE_SUCCESS_VOID(rv);
|
|
if (!isTrusted) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnClickInEditor(), "
|
|
"the mouse event isn't a trusted event"));
|
|
return; // ignore untrusted event.
|
|
}
|
|
|
|
int16_t button;
|
|
rv = aMouseEvent->GetButton(&button);
|
|
NS_ENSURE_SUCCESS_VOID(rv);
|
|
if (button != 0) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnClickInEditor(), "
|
|
"the mouse event isn't a left mouse button event"));
|
|
return; // not a left click event.
|
|
}
|
|
|
|
int32_t clickCount;
|
|
rv = aMouseEvent->GetDetail(&clickCount);
|
|
NS_ENSURE_SUCCESS_VOID(rv);
|
|
if (clickCount != 1) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnClickInEditor(), "
|
|
"the mouse event isn't a single click event"));
|
|
return; // should notify only first click event.
|
|
}
|
|
|
|
InputContextAction action(InputContextAction::CAUSE_MOUSE,
|
|
InputContextAction::FOCUS_NOT_CHANGED);
|
|
IMEState newState = GetNewIMEState(aPresContext, aContent);
|
|
SetIMEState(newState, aContent, widget, action);
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::OnFocusInEditor(nsPresContext* aPresContext,
|
|
nsIContent* aContent,
|
|
nsIEditor* aEditor)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnFocusInEditor(aPresContext=0x%p, aContent=0x%p, "
|
|
"aEditor=0x%p), sPresContext=0x%p, sContent=0x%p, "
|
|
"sActiveIMEContentObserver=0x%p",
|
|
aPresContext, aContent, aEditor, sPresContext, sContent,
|
|
sActiveIMEContentObserver));
|
|
|
|
if (sPresContext != aPresContext || sContent != aContent) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnFocusInEditor(), "
|
|
"an editor not managed by ISM gets focus"));
|
|
return;
|
|
}
|
|
|
|
// If the IMEContentObserver instance isn't managing the editor actually,
|
|
// we need to recreate the instance.
|
|
if (sActiveIMEContentObserver) {
|
|
if (sActiveIMEContentObserver->IsManaging(aPresContext, aContent)) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::OnFocusInEditor(), "
|
|
"the editor is already being managed by sActiveIMEContentObserver"));
|
|
return;
|
|
}
|
|
DestroyIMEContentObserver();
|
|
}
|
|
|
|
CreateIMEContentObserver(aEditor);
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::UpdateIMEState(const IMEState& aNewIMEState,
|
|
nsIContent* aContent,
|
|
nsIEditor* aEditor)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::UpdateIMEState(aNewIMEState={ mEnabled=%s, "
|
|
"mOpen=%s }, aContent=0x%p, aEditor=0x%p), "
|
|
"sPresContext=0x%p, sContent=0x%p, sActiveIMEContentObserver=0x%p, "
|
|
"sIsGettingNewIMEState=%s",
|
|
GetIMEStateEnabledName(aNewIMEState.mEnabled),
|
|
GetIMEStateSetOpenName(aNewIMEState.mOpen), aContent, aEditor,
|
|
sPresContext, sContent, sActiveIMEContentObserver,
|
|
GetBoolName(sIsGettingNewIMEState)));
|
|
|
|
if (sIsGettingNewIMEState) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::UpdateIMEState(), "
|
|
"does nothing because of called while getting new IME state"));
|
|
return;
|
|
}
|
|
|
|
if (NS_WARN_IF(!sPresContext)) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::UpdateIMEState(), FAILED due to "
|
|
"no managing nsPresContext"));
|
|
return;
|
|
}
|
|
nsCOMPtr<nsIWidget> widget = sPresContext->GetRootWidget();
|
|
if (NS_WARN_IF(!widget)) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::UpdateIMEState(), FAILED due to "
|
|
"no widget for the managing nsPresContext"));
|
|
return;
|
|
}
|
|
|
|
// If the IMEContentObserver instance isn't managing the editor's current
|
|
// editable root content, the editor frame might be reframed. We should
|
|
// recreate the instance at that time.
|
|
bool createTextStateManager =
|
|
(!sActiveIMEContentObserver ||
|
|
!sActiveIMEContentObserver->IsManaging(sPresContext, aContent));
|
|
|
|
bool updateIMEState =
|
|
(widget->GetInputContext().mIMEState.mEnabled != aNewIMEState.mEnabled);
|
|
|
|
if (updateIMEState) {
|
|
// commit current composition before modifying IME state.
|
|
NotifyIME(REQUEST_TO_COMMIT_COMPOSITION, widget);
|
|
}
|
|
|
|
if (createTextStateManager) {
|
|
DestroyIMEContentObserver();
|
|
}
|
|
|
|
if (updateIMEState) {
|
|
InputContextAction action(InputContextAction::CAUSE_UNKNOWN,
|
|
InputContextAction::FOCUS_NOT_CHANGED);
|
|
SetIMEState(aNewIMEState, aContent, widget, action);
|
|
}
|
|
|
|
if (createTextStateManager) {
|
|
CreateIMEContentObserver(aEditor);
|
|
}
|
|
}
|
|
|
|
// static
|
|
IMEState
|
|
IMEStateManager::GetNewIMEState(nsPresContext* aPresContext,
|
|
nsIContent* aContent)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::GetNewIMEState(aPresContext=0x%p, aContent=0x%p), "
|
|
"sInstalledMenuKeyboardListener=%s",
|
|
aPresContext, aContent, GetBoolName(sInstalledMenuKeyboardListener)));
|
|
|
|
// On Printing or Print Preview, we don't need IME.
|
|
if (aPresContext->Type() == nsPresContext::eContext_PrintPreview ||
|
|
aPresContext->Type() == nsPresContext::eContext_Print) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::GetNewIMEState() returns DISABLED because "
|
|
"the nsPresContext is for print or print preview"));
|
|
return IMEState(IMEState::DISABLED);
|
|
}
|
|
|
|
if (sInstalledMenuKeyboardListener) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::GetNewIMEState() returns DISABLED because "
|
|
"menu keyboard listener was installed"));
|
|
return IMEState(IMEState::DISABLED);
|
|
}
|
|
|
|
if (!aContent) {
|
|
// Even if there are no focused content, the focused document might be
|
|
// editable, such case is design mode.
|
|
nsIDocument* doc = aPresContext->Document();
|
|
if (doc && doc->HasFlag(NODE_IS_EDITABLE)) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::GetNewIMEState() returns ENABLED because "
|
|
"design mode editor has focus"));
|
|
return IMEState(IMEState::ENABLED);
|
|
}
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::GetNewIMEState() returns DISABLED because "
|
|
"no content has focus"));
|
|
return IMEState(IMEState::DISABLED);
|
|
}
|
|
|
|
// nsIContent::GetDesiredIMEState() may cause a call of UpdateIMEState()
|
|
// from nsEditor::PostCreate() because GetDesiredIMEState() needs to retrieve
|
|
// an editor instance for the element if it's editable element.
|
|
// For avoiding such nested IME state updates, we should set
|
|
// sIsGettingNewIMEState here and UpdateIMEState() should check it.
|
|
GettingNewIMEStateBlocker blocker;
|
|
|
|
IMEState newIMEState = aContent->GetDesiredIMEState();
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::GetNewIMEState() returns { mEnabled=%s, "
|
|
"mOpen=%s }",
|
|
GetIMEStateEnabledName(newIMEState.mEnabled),
|
|
GetIMEStateSetOpenName(newIMEState.mOpen)));
|
|
return newIMEState;
|
|
}
|
|
|
|
// Helper class, used for IME enabled state change notification
|
|
class IMEEnabledStateChangedEvent : public nsRunnable {
|
|
public:
|
|
explicit IMEEnabledStateChangedEvent(uint32_t aState)
|
|
: mState(aState)
|
|
{
|
|
}
|
|
|
|
NS_IMETHOD Run()
|
|
{
|
|
nsCOMPtr<nsIObserverService> observerService =
|
|
services::GetObserverService();
|
|
if (observerService) {
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEEnabledStateChangedEvent::Run(), notifies observers of "
|
|
"\"ime-enabled-state-changed\""));
|
|
nsAutoString state;
|
|
state.AppendInt(mState);
|
|
observerService->NotifyObservers(nullptr, "ime-enabled-state-changed",
|
|
state.get());
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
private:
|
|
uint32_t mState;
|
|
};
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::SetIMEState(const IMEState& aState,
|
|
nsIContent* aContent,
|
|
nsIWidget* aWidget,
|
|
InputContextAction aAction)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::SetIMEState(aState={ mEnabled=%s, mOpen=%s }, "
|
|
"aContent=0x%p, aWidget=0x%p, aAction={ mCause=%s, mFocusChange=%s })",
|
|
GetIMEStateEnabledName(aState.mEnabled),
|
|
GetIMEStateSetOpenName(aState.mOpen), aContent, aWidget,
|
|
GetActionCauseName(aAction.mCause),
|
|
GetActionFocusChangeName(aAction.mFocusChange)));
|
|
|
|
NS_ENSURE_TRUE_VOID(aWidget);
|
|
|
|
InputContext oldContext = aWidget->GetInputContext();
|
|
|
|
InputContext context;
|
|
context.mIMEState = aState;
|
|
|
|
if (aContent &&
|
|
aContent->IsAnyOfHTMLElements(nsGkAtoms::input, nsGkAtoms::textarea)) {
|
|
if (!aContent->IsHTMLElement(nsGkAtoms::textarea)) {
|
|
// <input type=number> has an anonymous <input type=text> descendant
|
|
// that gets focus whenever anyone tries to focus the number control. We
|
|
// need to check if aContent is one of those anonymous text controls and,
|
|
// if so, use the number control instead:
|
|
nsIContent* content = aContent;
|
|
HTMLInputElement* inputElement =
|
|
HTMLInputElement::FromContentOrNull(aContent);
|
|
if (inputElement) {
|
|
HTMLInputElement* ownerNumberControl =
|
|
inputElement->GetOwnerNumberControl();
|
|
if (ownerNumberControl) {
|
|
content = ownerNumberControl; // an <input type=number>
|
|
}
|
|
}
|
|
content->GetAttr(kNameSpaceID_None, nsGkAtoms::type,
|
|
context.mHTMLInputType);
|
|
} else {
|
|
context.mHTMLInputType.Assign(nsGkAtoms::textarea->GetUTF16String());
|
|
}
|
|
|
|
if (Preferences::GetBool("dom.forms.inputmode", false)) {
|
|
aContent->GetAttr(kNameSpaceID_None, nsGkAtoms::inputmode,
|
|
context.mHTMLInputInputmode);
|
|
}
|
|
|
|
aContent->GetAttr(kNameSpaceID_None, nsGkAtoms::moz_action_hint,
|
|
context.mActionHint);
|
|
|
|
// Get the input content corresponding to the focused node,
|
|
// which may be an anonymous child of the input content.
|
|
nsIContent* inputContent = aContent->FindFirstNonChromeOnlyAccessContent();
|
|
|
|
// If we don't have an action hint and
|
|
// return won't submit the form, use "next".
|
|
if (context.mActionHint.IsEmpty() &&
|
|
inputContent->IsHTMLElement(nsGkAtoms::input)) {
|
|
bool willSubmit = false;
|
|
nsCOMPtr<nsIFormControl> control(do_QueryInterface(inputContent));
|
|
mozilla::dom::Element* formElement = control->GetFormElement();
|
|
nsCOMPtr<nsIForm> form;
|
|
if (control) {
|
|
// is this a form and does it have a default submit element?
|
|
if ((form = do_QueryInterface(formElement)) &&
|
|
form->GetDefaultSubmitElement()) {
|
|
willSubmit = true;
|
|
// is this an html form and does it only have a single text input element?
|
|
} else if (formElement && formElement->IsHTMLElement(nsGkAtoms::form) &&
|
|
!static_cast<dom::HTMLFormElement*>(formElement)->
|
|
ImplicitSubmissionIsDisabled()) {
|
|
willSubmit = true;
|
|
}
|
|
}
|
|
context.mActionHint.Assign(
|
|
willSubmit ? (control->GetType() == NS_FORM_INPUT_SEARCH ?
|
|
NS_LITERAL_STRING("search") : NS_LITERAL_STRING("go")) :
|
|
(formElement ?
|
|
NS_LITERAL_STRING("next") : EmptyString()));
|
|
}
|
|
}
|
|
|
|
// XXX I think that we should use nsContentUtils::IsCallerChrome() instead
|
|
// of the process type.
|
|
if (aAction.mCause == InputContextAction::CAUSE_UNKNOWN &&
|
|
XRE_GetProcessType() != GeckoProcessType_Content) {
|
|
aAction.mCause = InputContextAction::CAUSE_UNKNOWN_CHROME;
|
|
}
|
|
|
|
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::SetIMEState(), "
|
|
"calling nsIWidget::SetInputContext(context={ mIMEState={ mEnabled=%s, "
|
|
"mOpen=%s }, mHTMLInputType=\"%s\", mHTMLInputInputmode=\"%s\", "
|
|
"mActionHint=\"%s\" }, aAction={ mCause=%s, mAction=%s })",
|
|
GetIMEStateEnabledName(context.mIMEState.mEnabled),
|
|
GetIMEStateSetOpenName(context.mIMEState.mOpen),
|
|
NS_ConvertUTF16toUTF8(context.mHTMLInputType).get(),
|
|
NS_ConvertUTF16toUTF8(context.mHTMLInputInputmode).get(),
|
|
NS_ConvertUTF16toUTF8(context.mActionHint).get(),
|
|
GetActionCauseName(aAction.mCause),
|
|
GetActionFocusChangeName(aAction.mFocusChange)));
|
|
|
|
aWidget->SetInputContext(context, aAction);
|
|
if (oldContext.mIMEState.mEnabled == context.mIMEState.mEnabled) {
|
|
return;
|
|
}
|
|
|
|
nsContentUtils::AddScriptRunner(
|
|
new IMEEnabledStateChangedEvent(context.mIMEState.mEnabled));
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::EnsureTextCompositionArray()
|
|
{
|
|
if (sTextCompositions) {
|
|
return;
|
|
}
|
|
sTextCompositions = new TextCompositionArray();
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::DispatchCompositionEvent(
|
|
nsINode* aEventTargetNode,
|
|
nsPresContext* aPresContext,
|
|
WidgetCompositionEvent* aCompositionEvent,
|
|
nsEventStatus* aStatus,
|
|
EventDispatchingCallback* aCallBack,
|
|
bool aIsSynthesized)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::DispatchCompositionEvent(aNode=0x%p, "
|
|
"aPresContext=0x%p, aCompositionEvent={ message=%s, "
|
|
"mFlags={ mIsTrusted=%s, mPropagationStopped=%s } }, "
|
|
"aIsSynthesized=%s)",
|
|
aEventTargetNode, aPresContext,
|
|
GetEventMessageName(aCompositionEvent->message),
|
|
GetBoolName(aCompositionEvent->mFlags.mIsTrusted),
|
|
GetBoolName(aCompositionEvent->mFlags.mPropagationStopped),
|
|
GetBoolName(aIsSynthesized)));
|
|
|
|
if (!aCompositionEvent->mFlags.mIsTrusted ||
|
|
aCompositionEvent->mFlags.mPropagationStopped) {
|
|
return;
|
|
}
|
|
|
|
MOZ_ASSERT(aCompositionEvent->message != NS_COMPOSITION_UPDATE,
|
|
"compositionupdate event shouldn't be dispatched manually");
|
|
|
|
EnsureTextCompositionArray();
|
|
|
|
nsRefPtr<TextComposition> composition =
|
|
sTextCompositions->GetCompositionFor(aCompositionEvent->widget);
|
|
if (!composition) {
|
|
// If synthesized event comes after delayed native composition events
|
|
// for request of commit or cancel, we should ignore it.
|
|
if (NS_WARN_IF(aIsSynthesized)) {
|
|
return;
|
|
}
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::DispatchCompositionEvent(), "
|
|
"adding new TextComposition to the array"));
|
|
MOZ_ASSERT(aCompositionEvent->message == NS_COMPOSITION_START);
|
|
composition =
|
|
new TextComposition(aPresContext, aEventTargetNode, aCompositionEvent);
|
|
sTextCompositions->AppendElement(composition);
|
|
}
|
|
#ifdef DEBUG
|
|
else {
|
|
MOZ_ASSERT(aCompositionEvent->message != NS_COMPOSITION_START);
|
|
}
|
|
#endif // #ifdef DEBUG
|
|
|
|
// Dispatch the event on composing target.
|
|
composition->DispatchCompositionEvent(aCompositionEvent, aStatus, aCallBack,
|
|
aIsSynthesized);
|
|
|
|
// WARNING: the |composition| might have been destroyed already.
|
|
|
|
// Remove the ended composition from the array.
|
|
// NOTE: When TextComposition is synthesizing compositionend event for
|
|
// emulating a commit, the instance shouldn't be removed from the array
|
|
// because IME may perform it later. Then, we need to ignore the
|
|
// following commit events in TextComposition::DispatchEvent().
|
|
// However, if commit or cancel for a request is performed synchronously
|
|
// during not safe to dispatch events, PresShell must have discarded
|
|
// compositionend event. Then, the synthesized compositionend event is
|
|
// the last event for the composition. In this case, we need to
|
|
// destroy the TextComposition with synthesized compositionend event.
|
|
if ((!aIsSynthesized ||
|
|
composition->WasNativeCompositionEndEventDiscarded()) &&
|
|
aCompositionEvent->CausesDOMCompositionEndEvent()) {
|
|
TextCompositionArray::index_type i =
|
|
sTextCompositions->IndexOf(aCompositionEvent->widget);
|
|
if (i != TextCompositionArray::NoIndex) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::DispatchCompositionEvent(), "
|
|
"removing TextComposition from the array since NS_COMPOSTION_END "
|
|
"was dispatched"));
|
|
sTextCompositions->ElementAt(i)->Destroy();
|
|
sTextCompositions->RemoveElementAt(i);
|
|
}
|
|
}
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::OnCompositionEventDiscarded(
|
|
const WidgetCompositionEvent* aCompositionEvent)
|
|
{
|
|
// Note that this method is never called for synthesized events for emulating
|
|
// commit or cancel composition.
|
|
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnCompositionEventDiscarded(aCompositionEvent={ "
|
|
"message=%s, mFlags={ mIsTrusted=%s } })",
|
|
GetEventMessageName(aCompositionEvent->message),
|
|
GetBoolName(aCompositionEvent->mFlags.mIsTrusted)));
|
|
|
|
if (!aCompositionEvent->mFlags.mIsTrusted) {
|
|
return;
|
|
}
|
|
|
|
// Ignore compositionstart for now because sTextCompositions may not have
|
|
// been created yet.
|
|
if (aCompositionEvent->message == NS_COMPOSITION_START) {
|
|
return;
|
|
}
|
|
|
|
nsRefPtr<TextComposition> composition =
|
|
sTextCompositions->GetCompositionFor(aCompositionEvent->widget);
|
|
if (!composition) {
|
|
// If the PresShell has been being destroyed during composition,
|
|
// a TextComposition instance for the composition was already removed from
|
|
// the array and destroyed in OnDestroyPresContext(). Therefore, we may
|
|
// fail to retrieve a TextComposition instance here.
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::OnCompositionEventDiscarded(), "
|
|
"TextComposition instance for the widget has already gone"));
|
|
return;
|
|
}
|
|
composition->OnCompositionEventDiscarded(aCompositionEvent);
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::NotifyIME(IMEMessage aMessage,
|
|
nsIWidget* aWidget)
|
|
{
|
|
nsRefPtr<TextComposition> composition;
|
|
if (aWidget && sTextCompositions) {
|
|
composition = sTextCompositions->GetCompositionFor(aWidget);
|
|
}
|
|
|
|
bool isSynthesizedForTests =
|
|
composition && composition->IsSynthesizedForTests();
|
|
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::NotifyIME(aMessage=%s, aWidget=0x%p), "
|
|
"composition=0x%p, composition->IsSynthesizedForTests()=%s",
|
|
GetNotifyIMEMessageName(aMessage), aWidget, composition.get(),
|
|
GetBoolName(isSynthesizedForTests)));
|
|
|
|
if (NS_WARN_IF(!aWidget)) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::NotifyIME(), FAILED due to no widget"));
|
|
return NS_ERROR_INVALID_ARG;
|
|
}
|
|
|
|
switch (aMessage) {
|
|
case REQUEST_TO_COMMIT_COMPOSITION:
|
|
return composition ?
|
|
composition->RequestToCommit(aWidget, false) : NS_OK;
|
|
case REQUEST_TO_CANCEL_COMPOSITION:
|
|
return composition ?
|
|
composition->RequestToCommit(aWidget, true) : NS_OK;
|
|
case NOTIFY_IME_OF_COMPOSITION_UPDATE:
|
|
return composition && !isSynthesizedForTests ?
|
|
aWidget->NotifyIME(IMENotification(aMessage)) : NS_OK;
|
|
default:
|
|
MOZ_CRASH("Unsupported notification");
|
|
}
|
|
MOZ_CRASH(
|
|
"Failed to handle the notification for non-synthesized composition");
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::NotifyIME(IMEMessage aMessage,
|
|
nsPresContext* aPresContext)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::NotifyIME(aMessage=%s, aPresContext=0x%p)",
|
|
GetNotifyIMEMessageName(aMessage), aPresContext));
|
|
|
|
NS_ENSURE_TRUE(aPresContext, NS_ERROR_INVALID_ARG);
|
|
|
|
nsIWidget* widget = aPresContext->GetRootWidget();
|
|
if (NS_WARN_IF(!widget)) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::NotifyIME(), FAILED due to no widget for the "
|
|
"nsPresContext"));
|
|
return NS_ERROR_NOT_AVAILABLE;
|
|
}
|
|
return NotifyIME(aMessage, widget);
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IMEStateManager::IsEditable(nsINode* node)
|
|
{
|
|
if (node->IsEditable()) {
|
|
return true;
|
|
}
|
|
// |node| might be readwrite (for example, a text control)
|
|
if (node->IsElement() &&
|
|
node->AsElement()->State().HasState(NS_EVENT_STATE_MOZ_READWRITE)) {
|
|
return true;
|
|
}
|
|
return false;
|
|
}
|
|
|
|
// static
|
|
nsINode*
|
|
IMEStateManager::GetRootEditableNode(nsPresContext* aPresContext,
|
|
nsIContent* aContent)
|
|
{
|
|
if (aContent) {
|
|
nsINode* root = nullptr;
|
|
nsINode* node = aContent;
|
|
while (node && IsEditable(node)) {
|
|
// If the node has independent selection like <input type="text"> or
|
|
// <textarea>, the node should be the root editable node for aContent.
|
|
// FYI: <select> element also has independent selection but IsEditable()
|
|
// returns false.
|
|
// XXX: If somebody adds new editable element which has independent
|
|
// selection but doesn't own editor, we'll need more checks here.
|
|
if (node->IsContent() &&
|
|
node->AsContent()->HasIndependentSelection()) {
|
|
return node;
|
|
}
|
|
root = node;
|
|
node = node->GetParentNode();
|
|
}
|
|
return root;
|
|
}
|
|
if (aPresContext) {
|
|
nsIDocument* document = aPresContext->Document();
|
|
if (document && document->IsEditable()) {
|
|
return document;
|
|
}
|
|
}
|
|
return nullptr;
|
|
}
|
|
|
|
// static
|
|
bool
|
|
IMEStateManager::IsEditableIMEState(nsIWidget* aWidget)
|
|
{
|
|
switch (aWidget->GetInputContext().mIMEState.mEnabled) {
|
|
case IMEState::ENABLED:
|
|
case IMEState::PASSWORD:
|
|
return true;
|
|
case IMEState::PLUGIN:
|
|
case IMEState::DISABLED:
|
|
return false;
|
|
default:
|
|
MOZ_CRASH("Unknown IME enable state");
|
|
}
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::DestroyIMEContentObserver()
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::DestroyIMEContentObserver(), "
|
|
"sActiveIMEContentObserver=0x%p",
|
|
sActiveIMEContentObserver));
|
|
|
|
if (!sActiveIMEContentObserver) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::DestroyIMEContentObserver() does nothing"));
|
|
return;
|
|
}
|
|
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::DestroyIMEContentObserver(), destroying "
|
|
"the active IMEContentObserver..."));
|
|
nsRefPtr<IMEContentObserver> tsm;
|
|
tsm.swap(sActiveIMEContentObserver);
|
|
tsm->Destroy();
|
|
}
|
|
|
|
// static
|
|
void
|
|
IMEStateManager::CreateIMEContentObserver(nsIEditor* aEditor)
|
|
{
|
|
PR_LOG(sISMLog, PR_LOG_ALWAYS,
|
|
("ISM: IMEStateManager::CreateIMEContentObserver(aEditor=0x%p), "
|
|
"sPresContext=0x%p, sContent=0x%p, sActiveIMEContentObserver=0x%p, "
|
|
"sActiveIMEContentObserver->IsManaging(sPresContext, sContent)=%s",
|
|
aEditor, sPresContext, sContent, sActiveIMEContentObserver,
|
|
GetBoolName(sActiveIMEContentObserver ?
|
|
sActiveIMEContentObserver->IsManaging(sPresContext, sContent) : false)));
|
|
|
|
if (NS_WARN_IF(sActiveIMEContentObserver)) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::CreateIMEContentObserver(), FAILED due to "
|
|
"there is already an active IMEContentObserver"));
|
|
MOZ_ASSERT(sActiveIMEContentObserver->IsManaging(sPresContext, sContent));
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIWidget> widget = sPresContext->GetRootWidget();
|
|
if (!widget) {
|
|
PR_LOG(sISMLog, PR_LOG_ERROR,
|
|
("ISM: IMEStateManager::CreateIMEContentObserver(), FAILED due to "
|
|
"there is a root widget for the nsPresContext"));
|
|
return; // Sometimes, there are no widgets.
|
|
}
|
|
|
|
// If it's not text ediable, we don't need to create IMEContentObserver.
|
|
if (!IsEditableIMEState(widget)) {
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::CreateIMEContentObserver() doesn't create "
|
|
"IMEContentObserver because of non-editable IME state"));
|
|
return;
|
|
}
|
|
|
|
static bool sInitializeIsTestingIME = true;
|
|
if (sInitializeIsTestingIME) {
|
|
Preferences::AddBoolVarCache(&sIsTestingIME, "test.IME", false);
|
|
sInitializeIsTestingIME = false;
|
|
}
|
|
|
|
PR_LOG(sISMLog, PR_LOG_DEBUG,
|
|
("ISM: IMEStateManager::CreateIMEContentObserver() is creating an "
|
|
"IMEContentObserver instance..."));
|
|
sActiveIMEContentObserver = new IMEContentObserver();
|
|
NS_ADDREF(sActiveIMEContentObserver);
|
|
|
|
// IMEContentObserver::Init() might create another IMEContentObserver
|
|
// instance. So, sActiveIMEContentObserver would be replaced with new one.
|
|
// We should hold the current instance here.
|
|
nsRefPtr<IMEContentObserver> kungFuDeathGrip(sActiveIMEContentObserver);
|
|
sActiveIMEContentObserver->Init(widget, sPresContext, sContent, aEditor);
|
|
}
|
|
|
|
// static
|
|
nsresult
|
|
IMEStateManager::GetFocusSelectionAndRoot(nsISelection** aSelection,
|
|
nsIContent** aRootContent)
|
|
{
|
|
if (!sActiveIMEContentObserver) {
|
|
return NS_ERROR_NOT_AVAILABLE;
|
|
}
|
|
return sActiveIMEContentObserver->GetSelectionAndRoot(aSelection,
|
|
aRootContent);
|
|
}
|
|
|
|
// static
|
|
already_AddRefed<TextComposition>
|
|
IMEStateManager::GetTextCompositionFor(nsIWidget* aWidget)
|
|
{
|
|
if (!sTextCompositions) {
|
|
return nullptr;
|
|
}
|
|
nsRefPtr<TextComposition> textComposition =
|
|
sTextCompositions->GetCompositionFor(aWidget);
|
|
return textComposition.forget();
|
|
}
|
|
|
|
// static
|
|
already_AddRefed<TextComposition>
|
|
IMEStateManager::GetTextCompositionFor(WidgetGUIEvent* aGUIEvent)
|
|
{
|
|
MOZ_ASSERT(aGUIEvent->AsCompositionEvent() || aGUIEvent->AsKeyboardEvent(),
|
|
"aGUIEvent has to be WidgetCompositionEvent or WidgetKeyboardEvent");
|
|
return GetTextCompositionFor(aGUIEvent->widget);
|
|
}
|
|
|
|
} // namespace mozilla
|