.. |
crashtests
|
Add crashtest
|
2008-04-22 21:35:50 -07:00 |
grid
|
Bug 393970: grid columns don't line up if one <rows> block is scrollable, patch by Wladimir Palant <trev.moz@adblockplus.org>, r+sr=roc, a=beltzner
|
2008-04-09 15:15:59 -07:00 |
tree
|
Rename nsAtomStringList to nsPseudoClassList, since that's what it's for, and we want to make it more than just atoms and strings. Also remove an unused constructor. b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
Makefile.in
|
Bug 405719, regression where menus cannot be generated with templates without extra tags, also improve construction by not setting the open attribute too early and instead call the builder directly before opening a menu, r=smaug,sr=neil,a=beltzner
|
2008-02-21 09:40:12 -08:00 |
nsBox.cpp
|
use of max(a,b) is confusing windows mobile compiler. b=419653, r=dbaron, a=beltzner
|
2008-02-26 17:51:57 -08:00 |
nsBox.h
|
Bug 366531 - "deCOMtaminate nsBox.h [BoundsCheck()]" [p=ldx@users.sourceforge.net (Lorenzo Dieryckx) r+sr=roc a1.9=damons]
|
2008-01-04 21:49:44 -08:00 |
nsBoxFrame.cpp
|
Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon
|
2008-04-09 21:39:41 -07:00 |
nsBoxFrame.h
|
Make boxes that have non-box non-block children wrap all their children in a block. b=321402 r+sr=roc, a=blocking1.9+/M9
|
2007-10-25 16:30:49 -07:00 |
nsBoxLayout.cpp
|
Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep]
|
2008-01-08 23:28:39 -08:00 |
nsBoxLayout.h
|
Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep]
|
2008-01-08 23:28:39 -08:00 |
nsBoxLayoutState.cpp
|
Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon
|
2008-04-09 21:39:41 -07:00 |
nsBoxLayoutState.h
|
Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon
|
2008-04-09 21:39:41 -07:00 |
nsBoxObject.cpp
|
Bug 417255. Rework getClientRects/getBoundingClientRect/offset* code to use a generic rectangle iterator API which drills down through anonymous blocks, fixing IE compat. r+sr=dbaron
|
2008-02-27 01:26:15 -08:00 |
nsBoxObject.h
|
|
|
nsButtonBoxFrame.cpp
|
|
|
nsButtonBoxFrame.h
|
|
|
nsContainerBoxObject.cpp
|
|
|
nsDeckFrame.cpp
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
nsDeckFrame.h
|
|
|
nsDocElementBoxFrame.cpp
|
|
|
nsFrameNavigator.cpp
|
|
|
nsFrameNavigator.h
|
|
|
nsGroupBoxFrame.cpp
|
Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats
|
2008-01-03 18:08:29 -08:00 |
nsIBoxLayout.h
|
Actually fix bustage.
|
2008-01-08 23:51:17 -08:00 |
nsImageBoxFrame.cpp
|
Bug 366531 - "deCOMtaminate nsBox.h [BoundsCheck()]" [p=ldx@users.sourceforge.net (Lorenzo Dieryckx) r+sr=roc a1.9=damons]
|
2008-01-04 21:49:44 -08:00 |
nsImageBoxFrame.h
|
|
|
nsIMenuParent.h
|
Bug 401627, better way of handling click to close menu so that it doesn't reopen the menu again, r+sr=roc
|
2007-12-03 08:33:42 -08:00 |
nsIRootBox.h
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
|
2007-07-04 08:49:38 -07:00 |
nsIScrollbarFrame.h
|
|
|
nsIScrollbarListener.h
|
|
|
nsLeafBoxFrame.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsLeafBoxFrame.h
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsListBoxBodyFrame.cpp
|
Bug 395628 - ""ASSERTION: post-reflow queues not empty" with feed in <frame>" [p=mats.palmgren@bredband.net (Mats Palmgren) r=smaug r+sr=dbaron a=blocking1.9+]
|
2007-11-30 23:22:44 -08:00 |
nsListBoxBodyFrame.h
|
Bug 395628 - ""ASSERTION: post-reflow queues not empty" with feed in <frame>" [p=mats.palmgren@bredband.net (Mats Palmgren) r=smaug r+sr=dbaron a=blocking1.9+]
|
2007-11-30 23:22:44 -08:00 |
nsListBoxLayout.cpp
|
Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep]
|
2008-01-08 23:28:39 -08:00 |
nsListBoxLayout.h
|
Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep]
|
2008-01-08 23:28:39 -08:00 |
nsListBoxObject.cpp
|
Make the GetListBoxBody() call from the frame constructor not Flush_Frames. b=392285 r+sr=bzbarsky a=dsicore
|
2007-10-06 08:03:35 -07:00 |
nsListItemFrame.cpp
|
|
|
nsListItemFrame.h
|
|
|
nsMenuBarFrame.cpp
|
Bug 421576 - Unpaired surrogate handled wrongly (Acid3 #68). acid3++ r=dbaron
|
2008-06-02 21:29:00 -04:00 |
nsMenuBarFrame.h
|
Bug 420499 - "Caret browsing mode wrongly engaged" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-01 01:35:11 -07:00 |
nsMenuBarListener.cpp
|
Bug 359638 accesskeys are incorrectly shifted again (i.e. accesskey=. is broken) and also for b=398264, b=401086, b=414130, b=427797, b=427932, b=427995 r=karlt+ere+josh, sr=roc, a1.9=mconnor
|
2008-04-14 21:16:24 -07:00 |
nsMenuBarListener.h
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
|
2007-07-04 08:49:38 -07:00 |
nsMenuBoxObject.cpp
|
Use NS_IMPL_ISUPPPORTS macros where possible. b=387211 r=neil sr=dbaron a19=pavlov
|
2007-08-07 08:18:36 -07:00 |
nsMenuFrame.cpp
|
Bug 411048 - "Menu remains highlighted after being dismissed by middle-click" (clear active state when destroying menu frame) [p=enndeakin@sympatico.ca (Neil Deakin) r=Smaug sr=Neil a1.9=damons]
|
2008-01-29 23:18:07 -08:00 |
nsMenuFrame.h
|
Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner
|
2007-11-17 07:47:38 -08:00 |
nsMenuPopupFrame.cpp
|
Bug 422607: avoid unneeded pixel/twip conversions to fix bookmarks menu aligment issues, r=enndeakin, sr=roc
|
2008-06-15 21:26:41 -04:00 |
nsMenuPopupFrame.h
|
Bug 312225. When we flip a menu vertically to keep it off the bottom of the screen, we need to reverse the 2px vertical offset from the mouse cursor that we introduce for context menus.
|
2008-04-23 14:25:34 -07:00 |
nsPIListBoxObject.h
|
Make the GetListBoxBody() call from the frame constructor not Flush_Frames. b=392285 r+sr=bzbarsky a=dsicore
|
2007-10-06 08:03:35 -07:00 |
nsPopupBoxObject.cpp
|
Bug 395334, allow noautohide panels to have a parent so they that float and move with their parent, also fixes bug 395123, r=josh,roc,sr=roc
|
2007-11-28 12:18:11 -08:00 |
nsPopupSetFrame.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsPopupSetFrame.h
|
Call WillDestroyFrameTree() before destroying the frame tree in ReconstructDocElementHierarchyInternal() because we have cleared the placeholder map etc at this point and we don't want RemoveMappingsForFrameSubtree() to mess with it. Also, remove the RemoveMappingsForFrameSubtree() call that was added in bug 372685 which was wrong since all the frames on a popupset's ::popupList are out-of-flows that are reachable (directly or indirectly) from a normal flow placeholder. b=398982 r+sr=bzbarsky a=dsicore
|
2007-10-23 17:02:26 -07:00 |
nsProgressMeterFrame.cpp
|
Bug 395628 - ""ASSERTION: post-reflow queues not empty" with feed in <frame>" [p=mats.palmgren@bredband.net (Mats Palmgren) r=smaug r+sr=dbaron a=blocking1.9+]
|
2007-11-30 23:22:44 -08:00 |
nsProgressMeterFrame.h
|
Bug 397955, r+sr=roc
|
2007-10-05 12:06:54 -07:00 |
nsRepeatService.cpp
|
Bug 415684. nsAutoRepeatBoxFrame should not pretend to be refcounted. Clean up nsRepeatService so it doesn't refcount its callbacks. r+sr=mats
|
2008-02-14 18:04:34 -08:00 |
nsRepeatService.h
|
Bug 415684. nsAutoRepeatBoxFrame should not pretend to be refcounted. Clean up nsRepeatService so it doesn't refcount its callbacks. r+sr=mats
|
2008-02-14 18:04:34 -08:00 |
nsResizerFrame.cpp
|
Bug 407616. Clean up nsResizerFrame and add tests. r+sr=roc
|
2008-06-16 13:36:28 +12:00 |
nsResizerFrame.h
|
Bug 407616. Clean up nsResizerFrame and add tests. r+sr=roc
|
2008-06-16 13:36:28 +12:00 |
nsRootBoxFrame.cpp
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
|
2007-07-04 08:49:38 -07:00 |
nsScrollbarButtonFrame.cpp
|
Bug 415684. nsAutoRepeatBoxFrame should not pretend to be refcounted. Clean up nsRepeatService so it doesn't refcount its callbacks. r+sr=mats
|
2008-02-14 18:04:34 -08:00 |
nsScrollbarButtonFrame.h
|
Bug 415684. nsAutoRepeatBoxFrame should not pretend to be refcounted. Clean up nsRepeatService so it doesn't refcount its callbacks. r+sr=mats
|
2008-02-14 18:04:34 -08:00 |
nsScrollbarFrame.cpp
|
|
|
nsScrollbarFrame.h
|
Completely backout patch from Jonathan Steele in bug 399753 due to bustage.
|
2007-10-14 20:42:27 -07:00 |
nsScrollBoxFrame.cpp
|
Bug 416509. Don't cache 'repeat' attribute in nsAutoRepeatBoxFrame, simplifies code. r+sr=roc.
|
2008-06-13 10:09:28 +12:00 |
nsScrollBoxObject.cpp
|
|
|
nsSliderFrame.cpp
|
Bug 429020: Scrollbars jump when being clicked and held to scroll down page, patch by Markus Stange <mstange@themasta.com>, r+sr=roc, a=beltzner
|
2008-04-24 17:25:15 -07:00 |
nsSliderFrame.h
|
Bug 415684. nsAutoRepeatBoxFrame should not pretend to be refcounted. Clean up nsRepeatService so it doesn't refcount its callbacks. r+sr=mats
|
2008-02-14 18:04:34 -08:00 |
nsSplitterFrame.cpp
|
Bug 423355: Make sure that we never remove removable blockers more than once. Also make sure to never fire mutation events when it's not safe to run script. r/sr=bz/roc a=beltzner
|
2008-04-14 16:59:21 -07:00 |
nsSplitterFrame.h
|
Completely backout patch from Jonathan Steele in bug 399753 due to bustage.
|
2007-10-14 20:42:27 -07:00 |
nsSprocketLayout.cpp
|
Backing out 413027 again.
|
2008-03-13 02:14:16 -07:00 |
nsSprocketLayout.h
|
Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep]
|
2008-01-08 23:28:39 -08:00 |
nsStackFrame.cpp
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
nsStackFrame.h
|
|
|
nsStackLayout.cpp
|
b=346189, children should optionally not affect size of XUL stack; r+sr=roc
|
2008-06-04 23:46:24 -07:00 |
nsStackLayout.h
|
Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep]
|
2008-01-08 23:28:39 -08:00 |
nsTextBoxFrame.cpp
|
Correct the coordinates for selection decoration in right-to-left text. Bug 421042, r+sr=roc, a=beltzner
|
2008-04-06 01:12:09 -07:00 |
nsTextBoxFrame.h
|
Bug 394120, 'ASSERTION: post-reflow queues not empty' with xul:listboxbody and xul:text, r+sr+a=roc
|
2007-09-04 01:46:50 -07:00 |
nsTitleBarFrame.cpp
|
Backout bug 398928
|
2008-04-21 09:53:30 -07:00 |
nsTitleBarFrame.h
|
|
|
nsXULPopupManager.cpp
|
Bug 312225. When we flip a menu vertically to keep it off the bottom of the screen, we need to reverse the 2px vertical offset from the mouse cursor that we introduce for context menus.
|
2008-04-23 14:25:34 -07:00 |
nsXULTooltipListener.cpp
|
Bug 420803 - Fix for bug 413268 keeps a DOM window alive until shutdown. r=enn, sr=jst, a=blocking1.9+.
|
2008-03-04 15:27:02 -08:00 |
nsXULTooltipListener.h
|
Bug 413268, clientX/clientY properties not working for tooltip popupshowing event, r=smaug,sr=neil
|
2008-02-20 12:16:55 -08:00 |