.. |
crashtests
|
Add crashtest
|
2008-01-08 01:01:01 +00:00 |
tests
|
Fix typo in assertion. b=386575 r+sr=roc a=mtschrep
|
2008-01-04 23:14:50 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
Bug 340510 - "nsIDOMNSDocument.getBoxObjectFor (standard way to use Mozilla) does not work with --disable-xul" [p=romaxa@gmail.com (romaxa) r+sr=roc a1.9=schrep]
|
2008-01-16 01:27:54 +00:00 |
nsBidi.cpp
|
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
|
2007-07-01 05:56:11 +00:00 |
nsBidi.h
|
Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc
|
2007-07-01 05:56:11 +00:00 |
nsBidiPresUtils.cpp
|
Collect frames from all block continuations in the buffer for bidi resolution. Bug 408292. r+sr=roc, a=schrep
|
2007-12-20 10:06:14 +00:00 |
nsBidiPresUtils.h
|
Collect frames from all block continuations in the buffer for bidi resolution. Bug 408292. r+sr=roc, a=schrep
|
2007-12-20 10:06:14 +00:00 |
nsCSSColorUtils.cpp
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsCSSColorUtils.h
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsCSSFrameConstructor.cpp
|
Backing out 399852 due to mac mochitest failures
|
2008-01-16 00:56:43 +00:00 |
nsCSSFrameConstructor.h
|
Backing out 399852 due to mac mochitest failures
|
2008-01-16 00:56:43 +00:00 |
nsCSSRendering.cpp
|
b=397303, thebes rendering of inset/outset borders slow, bandaid; r+sr=roc
|
2008-01-14 22:36:30 +00:00 |
nsCSSRendering.h
|
Backing out fix for bug 392785 as per roc + mconnor.
|
2007-12-04 23:32:09 +00:00 |
nsCaret.cpp
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 20:47:35 +00:00 |
nsCaret.h
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 20:47:35 +00:00 |
nsChangeHint.h
|
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
|
2006-03-30 07:57:05 +00:00 |
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
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsCompatibility.h
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
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 07:08:56 +00: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 07:08:56 +00:00 |
nsDisplayList.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-04 02:08:30 +00:00 |
nsDisplayList.h
|
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-04 02:08:30 +00:00 |
nsDocumentViewer.cpp
|
Bug 406784. Do more presentation setup in the SetDOMDocument path to fix regressions mainly in Camino. r+sr=bzbarsky
|
2008-01-09 22:41:43 +00:00 |
nsFrameManager.cpp
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsFrameManager.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsFrameManagerBase.h
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsFrameTraversal.cpp
|
Bug 385275, handle tab navigation in popups properly, r+sr=roc
|
2007-08-16 01:10:01 +00: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-10 00:00:06 +00: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 07:08:56 +00: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 21:33:25 +00: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
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsILayoutDebugger.h
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsILayoutHistoryState.h
|
Don't generate state keys at all, if there's nothing to get. Bug 388387, r+sr=sicking.
|
2007-07-21 03:00:03 +00:00 |
nsIPercentHeightObserver.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIPresShell.h
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 20:47:35 +00:00 |
nsIReflowCallback.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-12-01 07:22:45 +00:00 |
nsIStyleSheetService.idl
|
Rev the iid. Bug 335689, r+sr=dbaron
|
2006-06-20 04:21:56 +00:00 |
nsImageLoader.cpp
|
Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
|
2007-02-12 19:17:33 +00:00 |
nsImageLoader.h
|
Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking
|
2006-06-16 21:07:47 +00:00 |
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 07:08:56 +00:00 |
nsLayoutErrors.h
|
fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
|
2007-07-23 23:31:12 +00:00 |
nsLayoutHistoryState.cpp
|
Don't generate state keys at all, if there's nothing to get. Bug 388387, r+sr=sicking.
|
2007-07-21 03:00:03 +00:00 |
nsLayoutUtils.cpp
|
Fix typo in assertion. b=386575 r+sr=roc a=mtschrep
|
2008-01-04 23:14:50 +00:00 |
nsLayoutUtils.h
|
Bug 408749. Use a QI check instead of a frame-type check to detect blocks. r+sr=bzbarsky,a=schrep
|
2007-12-21 03:28:19 +00:00 |
nsPresContext.cpp
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 09:38:32 +00:00 |
nsPresContext.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsPresShell.cpp
|
bug 307204, implement support for transparent windows in XUL for Mac OS X. r=josh, sr=roc, approval1.9=damons
|
2007-12-19 19:40:20 +00:00 |
nsPresState.cpp
|
Backing out fix for bug 345339 because of test failures
|
2007-10-10 03:39:17 +00:00 |
nsPresState.h
|
Backing out fix for bug 345339 because of test failures
|
2007-10-10 03:39:17 +00: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 07:08:56 +00: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 07:08:56 +00: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
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
nsStyleConsts.h
|
get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner
|
2008-01-10 20:56:50 +00:00 |
nsStyleSheetService.cpp
|
bug 410364 - use PR_STATIC_ASSERT in nsStyleSheetService::nsStyleSheetService. r+sr=dbaron
|
2008-01-10 17:59:48 +00:00 |
nsStyleSheetService.h
|
Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron
|
2006-06-08 14:32:20 +00:00 |