.. |
grid
|
Backout patch from Wladimir Palant from bug 393970 due to test failures in the new test from the patch.
|
2007-09-17 16:10:23 -07:00 |
tree
|
remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
|
2007-10-01 16:20:37 -07:00 |
Makefile.in
|
Bug 388280, command event needs to know user input state, otherwise a popup could be blocked, r=jst,sr=bz
|
2007-07-23 17:55:52 -07:00 |
nsBox.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsBox.h
|
Bug 381621: Get rid of nsBoxFrame::AddRef/Release, plus a few misc cleanups. r+sr=dbaron.
|
2007-05-22 13:34:00 -07:00 |
nsBoxFrame.cpp
|
Ignore 'ordinal' attribute for out-of-flow and popup frames. r=enndeakin sr=bzbarsky a=dbaron
|
2007-08-16 08:39:22 -07:00 |
nsBoxFrame.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 |
nsBoxLayout.cpp
|
|
|
nsBoxLayout.h
|
|
|
nsBoxLayoutState.cpp
|
|
|
nsBoxLayoutState.h
|
|
|
nsBoxObject.cpp
|
|
|
nsBoxObject.h
|
|
|
nsButtonBoxFrame.cpp
|
|
|
nsButtonBoxFrame.h
|
|
|
nsContainerBoxObject.cpp
|
|
|
nsDeckFrame.cpp
|
Bug 381645: Remove nsBoxFrame::GetContentOf. r+sr=dbaron.
|
2007-05-22 20:48:43 -07:00 |
nsDeckFrame.h
|
Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible objectpatch by nian.liu at sun.com r=surkov.alexander sr=neil
|
2007-05-15 02:46:06 -07:00 |
nsDocElementBoxFrame.cpp
|
|
|
nsFrameNavigator.cpp
|
|
|
nsFrameNavigator.h
|
|
|
nsGroupBoxFrame.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsIBoxLayout.h
|
|
|
nsImageBoxFrame.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsImageBoxFrame.h
|
|
|
nsIMenuParent.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 |
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
|
Introduce a setter for nsHTMLReflowState::mComputedHeight so that we're sure to
|
2007-08-02 11:08:05 -07:00 |
nsLeafBoxFrame.h
|
Bug 386141: Switch NS_FRAME_IS_BOX to use IsFrameOfType. Patch by fantasai, r+sr=roc.
|
2007-07-03 15:11:28 -07:00 |
nsListBoxBodyFrame.cpp
|
Fix bug 398326. Make sure to let the frame constructor know before constructing frames. r+sr+a=dbaron.
|
2007-10-08 19:34:58 -07:00 |
nsListBoxBodyFrame.h
|
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
|
2007-08-21 19:57:06 -07:00 |
nsListBoxLayout.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsListBoxLayout.h
|
|
|
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 396983, missed this file
|
2007-10-09 05:43:15 -07:00 |
nsMenuBarFrame.h
|
Bug 397606, don't deactivate menubar when switching menus, r+sr=bz, a=damon
|
2007-10-03 15:00:41 -07:00 |
nsMenuBarListener.cpp
|
remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
|
2007-10-01 16:20:37 -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 387990 [a11y] mouse pointer position can prevent keyboard access to submenus r=enndeakin sr=roc
|
2007-10-02 02:41:29 -07:00 |
nsMenuFrame.h
|
Bug 394301, bookmark menu shown too short, r+sr=bz, a=mconnor
|
2007-09-18 07:35:17 -07:00 |
nsMenuPopupFrame.cpp
|
Call RemoveMappingsForFrameSubtree() before destroying an "internal" popup frame. b=372685 r+sr=bzbarsky blocking1.9=dsicore
|
2007-10-06 06:53:05 -07:00 |
nsMenuPopupFrame.h
|
Bug 394887, create widgets for popups lazily, second attempt with a slight change to see if performance is ok
|
2007-09-16 08:51:27 -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 396517, enableKeyboardNavigator is backwards, also add test, r+sr=bz, a=roc
|
2007-10-01 08:20:32 -07:00 |
nsPopupSetFrame.cpp
|
Call RemoveMappingsForFrameSubtree() before destroying an "internal" popup frame. b=372685 r+sr=bzbarsky blocking1.9=dsicore
|
2007-10-06 06:53:05 -07:00 |
nsPopupSetFrame.h
|
Call RemoveMappingsForFrameSubtree() before destroying an "internal" popup frame. b=372685 r+sr=bzbarsky blocking1.9=dsicore
|
2007-10-06 06:53:05 -07:00 |
nsProgressMeterFrame.cpp
|
Bug 397955, r+sr=roc
|
2007-10-05 12:06:54 -07:00 |
nsProgressMeterFrame.h
|
Bug 397955, r+sr=roc
|
2007-10-05 12:06:54 -07:00 |
nsRepeatService.cpp
|
remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
|
2007-10-01 16:20:37 -07:00 |
nsRepeatService.h
|
|
|
nsResizerFrame.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsResizerFrame.h
|
|
|
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 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsScrollbarButtonFrame.h
|
|
|
nsScrollbarFrame.cpp
|
|
|
nsScrollbarFrame.h
|
|
|
nsScrollBoxFrame.cpp
|
|
|
nsScrollBoxObject.cpp
|
|
|
nsSliderFrame.cpp
|
Bug 390610, clicking on scale doesn't work when a minimum value is used, r+sr=roc,a=dbaron
|
2007-08-10 05:45:20 -07:00 |
nsSliderFrame.h
|
Bug 381153, r+sr=roc
|
2007-05-25 03:09:29 -07:00 |
nsSplitterFrame.cpp
|
Make sure we always resolve style contexts with the right parent. Bug 390689, r+sr+a=dbaron
|
2007-10-03 19:58:48 -07:00 |
nsSplitterFrame.h
|
Bug 378961, r+sr=roc
|
2007-05-21 00:33:32 -07:00 |
nsSprocketLayout.cpp
|
Bug 384874 Fix regression from previous patch for bug 382746 r=Enn sr=bz
|
2007-06-21 03:25:06 -07:00 |
nsSprocketLayout.h
|
|
|
nsStackFrame.cpp
|
|
|
nsStackFrame.h
|
|
|
nsStackLayout.cpp
|
|
|
nsStackLayout.h
|
|
|
nsTextBoxFrame.cpp
|
Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv
|
2007-10-01 03:02:32 -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
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
nsTitleBarFrame.h
|
|
|
nsXULPopupManager.cpp
|
Bug 396983, flush frames before opening a popup, r+sr=bz, a=dbaron
|
2007-10-09 05:11:14 -07:00 |
nsXULTooltipListener.cpp
|
Bug 388761 - fix MOZ_XUL-disabled builds
|
2007-07-23 17:04:36 -07:00 |
nsXULTooltipListener.h
|
|
|