зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1670370 - Move BUG_COMPONENT of widget's IME code to UI Events & Focus Handling. r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D93150
This commit is contained in:
Родитель
db9a05f7cd
Коммит
57889a7d2c
|
@ -8,6 +8,9 @@ with Files("**"):
|
|||
BUG_COMPONENT = ("Core", "Widget: Cocoa")
|
||||
SCHEDULES.exclusive = ['macosx']
|
||||
|
||||
with Files("*TextInput*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsPIWidgetCocoa.idl',
|
||||
]
|
||||
|
|
|
@ -13,6 +13,12 @@ with Files("*CompositorWidget*"):
|
|||
with Files("*WindowSurface*"):
|
||||
BUG_COMPONENT = ("Core", "Graphics")
|
||||
|
||||
with Files("*IMContextWrapper*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
with Files("*nsGtkKeyUtils*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
|
||||
DIRS += ['mozgtk']
|
||||
|
||||
|
|
|
@ -11,9 +11,21 @@ with Files("**"):
|
|||
with Files("*CompositorWidget*"):
|
||||
BUG_COMPONENT = ("Core", "Graphics")
|
||||
|
||||
with Files("*IMEHandler*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
with Files("*IMMHandler*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
with Files("*KeyboardLayout*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
with Files("OSK*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
with Files("*TSFTextStore*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
|
||||
|
||||
TEST_DIRS += ['tests']
|
||||
|
||||
EXPORTS += [
|
||||
|
|
Загрузка…
Ссылка в новой задаче