mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
074e62376e
- Bug 1198209 - Add a "Total Memory" Histogram. r=vladan (8d1e1e9c27) - Bug 1245649: Turn on no-extra-semi. r=markh (75bf2688ed) - Bug 1242975 - Make services/sync eslintable. r=markh (52db54aa21) - Bug 1227956 - Implement Kinto.js OneCRL client r=rnewman (6405ba31ef) - Bug 1216749 - Additional kinto client tests (r=rnewman) (9ab581ce9e) - Bug 1241278 - Record telemetry for notification permission callback usage. r=vladan (a13defaeee) - Bug 1233714 - check the return value of Init() in order to prevent null pointer dereference on cx if it fails. r=smaug (d3cfd4e37b) - Bug 1125325 - Follow-up to stop sending over bad values to the child process when a widget is not available. r=smaug (940f7a7bed) - Bug 1234120 part.1 IMEHandler should request all notifications which are requested by either IMMHander or TSFTextStore when IMM is available in TSF mode r=m_kato (255b15edc7) - Bug 1234120 part.2 TSFTextStore should ignore unnecessary text and selection changes which are caused by composition r=m_kato (7151f0a4e6) - Bug 1234120 part.3 IMMHandler should forget caret position specified by IME when IMMHandler doesn't set caret range to eCompositionChange event r=m_kato (c2984cdef4) - Bug 1198594 The copy constructor of IMENotification should initialize mMessage before calling Assign() r=smaug (7b8acb6f93) - Bug 1219139 - Fix -Wimplicit-fallthrough warnings in dom/events and widget/IMEData.h. r=masayuki (7e7de8caba) - Bug 1242331 part.1 Remove unused methods of IMENotification r=smaug (5ee147f357) - Bug 1233631 - Moz2Dify CanvasBidiProcessor. r=jfkthame. Bug 801176 - part0-v3: Modify Coding Style for 2d Canvas. r=roc (3c5e89d6ef) - Bug 1242331 part.2 Rename TextChangeDataBase::mCausedByComposition to mCausedOnlyByComposition r=smaug (0656bbb16c) - Bug 1242331 part.3 Rename TextChangeDataBase::mOccurredDuringComposition to mIncludingChangesDuringComposition r=smaug (80388277e1) - Bug 1242331 part.4 Add TextChangeDataBase::mIncludingChangesWithoutComposition r=smaug (ac3a1b637f) - Bug 1242331 part.5 TSFTextStore should ignore text changes not caused by composition but not occurred during current composition r=m_kato (f8581a3ba0) - Bug 1224605 - also show the OSK when tapping in focused inputs, r=masayuki (b04cbfa2c5) - Bug 1192248 - Fixed WinIMEHandler.cpp cross compilation. r=masayuki (6fbbedd935) - Bug 1224454 part.1 IMEHandler should generate NOTIFY_IME_OF_BLUR in e10s mode if the focused widget is being destroyed before receiving NOTIFY_IME_OF_BLUR r=m_kato (501587db56) - Bug 1224454 part.2 IMMHandler::OnFocusChange() should cancel remaining composition when given nsWindow is being destroyed r=m_kato (0281f46e22) - Bug 1226148 - reduce flickering and closing when using the OSK tab key, r=masayuki (74d2ec314d) - Bug 1240208 - use inputmode in XUL to get better hinting for IME and on-screen keyboards, r=masayuki,smaug (8520914e2f) - Bug 1236058 - recognize bluetooth keyboard devices when determining whether to show an on-screen keyboard, r=masayuki,f=jaws (f04a187fbc) - Bug 1239744 - no longer automatically show an on-screen keyboard for programmatic focus changes, tidy up osk logic in IMEHandler, r=masayuki (1d9c056e69) - Bug 1245038 - Show on screen keyboard even if tip window is invisible. r=masayuki (9ebcdaaaa0) - Bug 1175631 - Make sure TabParent::GetWidget returns a widget even if it's display:none. r=smaug (d0b0bf9738) - Bug 1143620 - Fix OutWindowOpened flag r=kanru (1ed6fec192) - remove assertion (6f6620dab5) - Bug 1236322 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in parser/. r=hsivonen (c7ba9fee68) - Bug 1236322 - Part 2: Suppress -Wimplicit-fallthrough warnings in parser/html generated code. r=hsivonen (ff3993a6d9) - Bug 1236323 - Part 1: Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in gfx/. r=nical (d7e66601c7) - Bug 1236323 - Part 2: Suppress -Wimplicit-fallthrough warnings in gfx/ from Skia header files. r=nical (873ca12f22)
103 lines
2.8 KiB
INI
103 lines
2.8 KiB
INI
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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/.
|
|
|
|
XPIDL_SOURCES += [
|
|
'nsIParserUtils.idl',
|
|
'nsIScriptableUnescapeHTML.idl',
|
|
]
|
|
|
|
XPIDL_MODULE = 'html5'
|
|
|
|
EXPORTS += [
|
|
'jArray.h',
|
|
'nsAHtml5TreeBuilderState.h',
|
|
'nsAHtml5TreeOpSink.h',
|
|
'nsHtml5ArrayCopy.h',
|
|
'nsHtml5AtomList.h',
|
|
'nsHtml5Atoms.h',
|
|
'nsHtml5AtomTable.h',
|
|
'nsHtml5ByteReadable.h',
|
|
'nsHtml5DependentUTF16Buffer.h',
|
|
'nsHtml5DocumentBuilder.h',
|
|
'nsHtml5DocumentMode.h',
|
|
'nsHtml5HtmlAttributes.h',
|
|
'nsHtml5Macros.h',
|
|
'nsHtml5MetaScanner.h',
|
|
'nsHtml5MetaScannerHSupplement.h',
|
|
'nsHtml5Module.h',
|
|
'nsHtml5NamedCharacters.h',
|
|
'nsHtml5NamedCharactersAccel.h',
|
|
'nsHtml5OplessBuilder.h',
|
|
'nsHtml5OwningUTF16Buffer.h',
|
|
'nsHtml5Parser.h',
|
|
'nsHtml5PlainTextUtils.h',
|
|
'nsHtml5RefPtr.h',
|
|
'nsHtml5Speculation.h',
|
|
'nsHtml5SpeculativeLoad.h',
|
|
'nsHtml5StreamListener.h',
|
|
'nsHtml5StreamParser.h',
|
|
'nsHtml5StringParser.h',
|
|
'nsHtml5SVGLoadDispatcher.h',
|
|
'nsHtml5TreeOperation.h',
|
|
'nsHtml5TreeOpExecutor.h',
|
|
'nsHtml5TreeOpStage.h',
|
|
'nsHtml5UTF16Buffer.h',
|
|
'nsHtml5UTF16BufferHSupplement.h',
|
|
'nsHtml5ViewSourceUtils.h',
|
|
'nsIContentHandle.h',
|
|
'nsParserUtils.h',
|
|
]
|
|
|
|
UNIFIED_SOURCES += [
|
|
'nsHtml5Atom.cpp',
|
|
'nsHtml5Atoms.cpp',
|
|
'nsHtml5AtomTable.cpp',
|
|
'nsHtml5AttributeName.cpp',
|
|
'nsHtml5DependentUTF16Buffer.cpp',
|
|
'nsHtml5DocumentBuilder.cpp',
|
|
'nsHtml5ElementName.cpp',
|
|
'nsHtml5Highlighter.cpp',
|
|
'nsHtml5HtmlAttributes.cpp',
|
|
'nsHtml5MetaScanner.cpp',
|
|
'nsHtml5Module.cpp',
|
|
'nsHtml5NamedCharacters.cpp',
|
|
'nsHtml5NamedCharactersAccel.cpp',
|
|
'nsHtml5OplessBuilder.cpp',
|
|
'nsHtml5OwningUTF16Buffer.cpp',
|
|
'nsHtml5Parser.cpp',
|
|
'nsHtml5PlainTextUtils.cpp',
|
|
'nsHtml5Portability.cpp',
|
|
'nsHtml5ReleasableAttributeName.cpp',
|
|
'nsHtml5ReleasableElementName.cpp',
|
|
'nsHtml5Speculation.cpp',
|
|
'nsHtml5SpeculativeLoad.cpp',
|
|
'nsHtml5StackNode.cpp',
|
|
'nsHtml5StateSnapshot.cpp',
|
|
'nsHtml5StreamListener.cpp',
|
|
'nsHtml5StreamParser.cpp',
|
|
'nsHtml5StringParser.cpp',
|
|
'nsHtml5SVGLoadDispatcher.cpp',
|
|
'nsHtml5Tokenizer.cpp',
|
|
'nsHtml5TreeBuilder.cpp',
|
|
'nsHtml5TreeOperation.cpp',
|
|
'nsHtml5TreeOpExecutor.cpp',
|
|
'nsHtml5TreeOpStage.cpp',
|
|
'nsHtml5UTF16Buffer.cpp',
|
|
'nsHtml5ViewSourceUtils.cpp',
|
|
'nsParserUtils.cpp',
|
|
]
|
|
|
|
FINAL_LIBRARY = 'xul'
|
|
|
|
# DEFINES['ENABLE_VOID_MENUITEM'] = True
|
|
|
|
LOCAL_INCLUDES += [
|
|
'/dom/base',
|
|
]
|
|
|
|
if CONFIG['CLANG_CXX']:
|
|
CXXFLAGS += ['-Wno-implicit-fallthrough']
|