gecko-dev/layout/xul
Simon Giesecke ad01a10a3b Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin
Note that this patch only transforms the use of the nsDataHashtable type alias
to a directly equivalent use of nsTHashMap. It does not change the specification
of the hash key type to make use of the key class deduction that nsTHashMap
allows for in some cases. That can be done in a separate step, but requires more
attention.

Differential Revision: https://phabricator.services.mozilla.com/D106008
2021-03-10 10:47:47 +00:00
..
crashtests Bug 1525737 - Remove/replace usages of XUL grid display values. r=emilio 2020-11-17 01:20:34 +00:00
reftest Bug 259640, add some reftests that verify that scrollbar marks are drawn, r=tnikkel 2021-02-03 17:58:44 +00:00
test Bug 1691622 - part 12: Change the default unit of `screenX/Y` of `synthesizeNativeMouseEvent` from device pixels to CSS pixels r=smaug 2021-02-24 01:27:11 +00:00
tree Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
moz.build Bug 1590884 - Move XUL accesskey handling to DOM and remove nsXULLabelFrame. r=emilio 2021-02-24 14:46:28 +00:00
nsBox.cpp Bug 1689253 - Add missing devpx to app units conversion in unthemed scrollbar path. 2021-01-29 01:37:28 +01:00
nsBoxFrame.cpp Bug 1590884 - Extra small cleanups. DONTBUILD 2021-02-24 15:21:38 +00:00
nsBoxFrame.h Bug 1590884 - Move XUL accesskey handling to DOM and remove nsXULLabelFrame. r=emilio 2021-02-24 14:46:28 +00:00
nsBoxLayout.cpp
nsBoxLayout.h Bug 1525737 - Remove layout/xul/grid directory. r=emilio 2020-11-17 01:20:33 +00:00
nsBoxLayoutState.cpp
nsBoxLayoutState.h
nsButtonBoxFrame.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsButtonBoxFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDeckFrame.cpp
nsDeckFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDocElementBoxFrame.cpp Bug 1672007 - Remove dead DEBUG_REFLOW code. r=emilio 2020-10-19 18:59:25 +00:00
nsIPopupContainer.h
nsIScrollbarMediator.h Bug 1692997. Make scrollbar button click + hold (repeat mode) go through apz. r=botond 2021-02-26 11:47:18 +00:00
nsImageBoxFrame.cpp Bug 1685078 - Support full <image> syntax in list-style-image as per spec. r=jrmuizel,TYLin 2021-01-08 09:44:24 +00:00
nsImageBoxFrame.h
nsLeafBoxFrame.cpp Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsLeafBoxFrame.h Bug 1686603 Part 2 - Add StyleSizeOverrides parameter to ReflowInput's constructor & co. to override data from style system data. r=dholbert 2021-01-26 02:47:40 +00:00
nsMenuBarFrame.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
nsMenuBarFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsMenuBarListener.cpp Bug 1335347 - Make `nsMenuBarListener::KeyUp` wait replay event if a content process has focus r=smaug 2020-11-20 03:49:55 +00:00
nsMenuBarListener.h
nsMenuFrame.cpp Backed out changeset 4a3f1073b7b5 (bug 1693176) for Browser-chrome failures in extensions/test/browser/browser_ext_browserAction_contextMenu.js. CLOSED TREE 2021-02-18 20:43:58 +02:00
nsMenuFrame.h Bug 1678334 - Make GetScrollTargetFrame() const. r=tnikkel 2020-11-19 22:46:33 +00:00
nsMenuParent.h
nsMenuPopupFrame.cpp Backed out changeset a4f4f640eaa7 (bug 1696845) for bustages on pangofc-fontmap.h 2021-03-10 04:49:51 +02:00
nsMenuPopupFrame.h Bug 1666497 - Fix various issues with anchored popups. r=NeilDeakin 2020-10-06 16:28:33 +00:00
nsPopupSetFrame.cpp Bug 1647525 - Use HasAnyStateBits() in nsPopupSetFrame r=emilio 2020-06-27 14:28:32 +00:00
nsPopupSetFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsRepeatService.cpp
nsRepeatService.h
nsResizerFrame.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
nsResizerFrame.h Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
nsRootBoxFrame.cpp Bug 1672007 - Remove dead DEBUG_REFLOW code. r=emilio 2020-10-19 18:59:25 +00:00
nsScrollbarButtonFrame.cpp Bug 1692997. Make scrollbar button click + hold (repeat mode) go through apz. r=botond 2021-02-26 11:47:18 +00:00
nsScrollbarButtonFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsScrollbarFrame.cpp Bug 1688453 - Fix include-what-you-use errors in nsScrollbarFrame.{h,cpp}. r=tnikkel 2021-02-27 02:28:56 +00:00
nsScrollbarFrame.h Bug 1688453 - Fix include-what-you-use errors in nsScrollbarFrame.{h,cpp}. r=tnikkel 2021-02-27 02:28:56 +00:00
nsSliderFrame.cpp Bug 1690433. Update code that looks for the presence of a display port for new minimal display ports. r=botond 2021-02-04 11:16:59 +00:00
nsSliderFrame.h Bug 259640, paint tick marks on vertical sliders for the root scroll frame of the document if any have been assigned to the window, r=tnikkel 2021-02-03 18:01:00 +00:00
nsSplitterFrame.cpp Bug 1678906 - Splitters should account for -moz-ordinal-group. r=TYLin 2020-11-30 23:17:36 +00:00
nsSplitterFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsSprocketLayout.cpp Bug 1411372 - Remove bogus XUL box sorting. r=TYLin 2020-10-28 19:10:00 +00:00
nsSprocketLayout.h Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio 2020-07-15 13:44:39 +00:00
nsStackFrame.cpp Bug 1630704 - Part 27: Remove nsFrame from inheritance chain r=emilio 2020-07-06 22:29:42 +00:00
nsStackFrame.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsStackLayout.cpp Bug 1596356 - Remove XUL absolute positioning attribute code. r=emilio 2020-11-04 18:35:34 +00:00
nsStackLayout.h Bug 1596356 - Remove XUL absolute positioning attribute code. r=emilio 2020-11-04 18:35:34 +00:00
nsTextBoxFrame.cpp Bug 1590884 - Extra small cleanups. DONTBUILD 2021-02-24 15:21:38 +00:00
nsTextBoxFrame.h Bug 1590884 - Move XUL accesskey handling to DOM and remove nsXULLabelFrame. r=emilio 2021-02-24 14:46:28 +00:00
nsTitleBarFrame.cpp Bug 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki 2020-06-19 18:02:41 +00:00
nsTitleBarFrame.h
nsXULPopupManager.cpp Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim 2021-02-25 20:47:54 +00:00
nsXULPopupManager.h Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim 2021-02-25 20:47:54 +00:00
nsXULTooltipListener.cpp Bug 1695573 - Add missing #include for MakeScopeExit. r=glandium DONTBUILD 2021-03-02 08:27:31 +00:00
nsXULTooltipListener.h Backed out changeset 950e472e6ba5 (bug 1681941) for failures on browser_preview_navigation.js. CLOSED TREE 2021-02-10 02:38:44 +02:00