.. |
tests
|
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
|
2007-08-05 20:22:32 -07:00 |
Makefile.in
|
Bug 385891: Removal of non-Cairo code from nsFrame.cpp and nsObjectFrame.cpp, p=alfredkayser, r/sr/a=dbaron
|
2007-08-23 17:13:43 -07:00 |
nsBidi.cpp
|
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
|
2007-06-30 22:56:10 -07:00 |
nsBidi.h
|
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
|
2007-06-30 22:56:10 -07:00 |
nsBidiPresUtils.cpp
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
nsBidiPresUtils.h
|
Remove cruft from nsBidiPresUtils. Bug 393962, r+sr+a=roc
|
2007-08-29 02:19:16 -07:00 |
nsCaret.cpp
|
Bug 403048. Be more careful about looking for the line containing the caret. r+sr=mrbkap
|
2007-11-08 17:59:20 -08:00 |
nsCaret.h
|
Fix for bug 387380 (No visible caret when caret browsing). r=smaug, sr=jst, a=dbaron.
|
2007-08-10 06:19:13 -07:00 |
nsChangeHint.h
|
|
|
nsChildIterator.cpp
|
Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest.
|
2007-02-16 23:02:08 +00:00 |
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.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 |
nsCounterManager.h
|
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 |
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
|
|
nsCSSFrameConstructor.cpp
|
Use a stack array for the pending restyles unless there are lots of them. Bug 403113, r+sr+a=roc
|
2007-11-08 22:09:22 -08:00 |
nsCSSFrameConstructor.h
|
Bug 399940 - Prevent content duplication by having ContentRemoved tell us whether it already reconstructed frames and therefore ContentInserted need not be called [p=roc r+sr=bzbarsky a=blocking1.9+]
|
2007-11-07 20:39:02 -08:00 |
nsCSSRendering.cpp
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
nsCSSRendering.h
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 04:13:46 -07:00 |
nsDisplayList.cpp
|
Bug 398009 - fix mangled license headers. a=stuart.
|
2007-10-06 05:08:39 -07:00 |
nsDisplayList.h
|
Bug 399384: Make first-letter frames use nearest ancestor blockFrame's content node, instead of direct parent's. r=bzbarsky, r+a=roc
|
2007-10-19 10:41:29 -07:00 |
nsDocumentViewer.cpp
|
Bug 363265, Scroll arrows, page up/page down, home, end, and space don't work in print preview, r=roc+myk,sr=roc,a=1.9+
|
2007-11-09 02:19:12 -08:00 |
nsFrameManager.cpp
|
Implement hixie's first-line proposal: only inherit properties that inherit by default from ::first-line. Inherit the reset properties from its style parent (which is the node that we'd inherit from if the ::first-line were not there). Bug 395623, r+sr=dbaron, a=beltzner
|
2007-11-07 09:13:00 -08:00 |
nsFrameManager.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 07:16:19 -07:00 |
nsFrameManagerBase.h
|
|
|
nsFrameTraversal.cpp
|
Bug 385275, handle tab navigation in popups properly, r+sr=roc
|
2007-08-15 18:09:58 -07:00 |
nsFrameTraversal.h
|
Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc
|
2006-08-30 13:38:16 +00:00 |
nsGenConList.cpp
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
nsGenConList.h
|
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 |
nsICaret.h
|
Redragging over empty text field doesn't show drag caret, except for the last text field. bug 390228, r+sr=roc a=dbaron
|
2007-08-13 14:33:25 -07:00 |
nsIDocumentViewer.h
|
Bug 371332: Remove nsIDocumentViewer::CreateDocumentViewer. r+sr=roc
|
2007-02-23 04:50:06 +00:00 |
nsIDocumentViewerPrint.h
|
Bug 361844: Printing cleanup; r+sr=roc. Changes the way the presentation is managed for print preview, plus many smaller cleanups.
|
2006-12-10 08:05:05 +00:00 |
nsIFrameTraversal.h
|
Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc
|
2006-08-30 13:38:16 +00:00 |
nsIImageMap.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
Don't generate state keys at all, if there's nothing to get. Bug 388387, r+sr=sicking.
|
2007-07-20 20:00:02 -07:00 |
nsImageLoader.cpp
|
Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
|
2007-02-12 19:17:33 +00:00 |
nsImageLoader.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 401361 - Draw correctly when drawWindow is called on a window using fullZoom [p=roc r+sr=vlad a=blocking1.9+]
|
2007-11-07 20:43:36 -08:00 |
nsIReflowCallback.h
|
Bug 363253. Move scrollframe attribute-setting out of reflow to a post-reflow callback. r+sr=dbaron
|
2007-03-05 01:39:53 +00:00 |
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.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 |
nsLayoutErrors.h
|
fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
|
2007-07-23 16:31:11 -07:00 |
nsLayoutHistoryState.cpp
|
Don't generate state keys at all, if there's nothing to get. Bug 388387, r+sr=sicking.
|
2007-07-20 20:00:02 -07:00 |
nsLayoutUtils.cpp
|
paginate absolutely-positioned elements, b=154892 r+sr=roc a=roc
|
2007-10-01 22:57:45 -07:00 |
nsLayoutUtils.h
|
Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst
|
2007-08-29 13:38:44 -07:00 |
nsPresContext.cpp
|
Bug 391868 - "Page Source very small with meta charset=windows-1258" [p=chris@pearce.org.nz (Chris Pearce) r+sr=dbaron a=blocking1.9+]
|
2007-10-11 15:54:18 -07:00 |
nsPresContext.h
|
Make IsWidgetStyled use style system to really check whether author styled borders or backgrounds, rather than depending on default values in forms.css. b=240117 r+sr=bzbarsky a=roc
|
2007-10-08 16:11:01 -07:00 |
nsPresShell.cpp
|
back out Bug 373344
|
2007-11-09 01:40:45 -08:00 |
nsPresState.cpp
|
Backing out fix for bug 345339 because of test failures
|
2007-10-09 20:39:16 -07:00 |
nsPresState.h
|
Backing out fix for bug 345339 because of test failures
|
2007-10-09 20:39:16 -07:00 |
nsQuoteList.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 |
nsQuoteList.h
|
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 |
nsStyleChangeList.cpp
|
Make first-letter frames use the content parent of the textnode as their
|
2007-02-28 22:32:00 +00:00 |
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Implement -moz-border-start and -moz-border-end. Patch by Simon Montagu <smontagu@smontagu.org> and me. b=74880 r/sr=smontagu/dbaron
|
2007-07-04 11:51:16 -07:00 |
nsStyleSheetService.cpp
|
|
|
nsStyleSheetService.h
|
|
|