.. |
tests
|
Define langgroups for all charset decoders
|
2007-11-11 19:52:34 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
Bug 385891: Removal of non-Cairo code from nsFrame.cpp and nsObjectFrame.cpp, p=alfredkayser, r/sr/a=dbaron
|
2007-08-24 00:13:44 +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
|
Do AdjustOffsetsForBidi after RemoveBidiContinuation so that we have up-to-date information about which continuations are fluid and which are non-fluid. Bug 397961, r=uriber, sr+blocking1.9=roc
|
2007-11-11 19:34:06 +00:00 |
nsBidiPresUtils.h
|
Remove cruft from nsBidiPresUtils. Bug 393962, r+sr+a=roc
|
2007-08-29 09:19:16 +00:00 |
nsCSSColorUtils.cpp
|
…
|
|
nsCSSColorUtils.h
|
…
|
|
nsCSSFrameConstructor.cpp
|
Don't assume that GetPrimaryFrameFor actually works correctly. Bug 403245, r+sr+a=roc
|
2007-11-12 00:47:50 +00: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-08 04:39:02 +00:00 |
nsCSSRendering.cpp
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-10 00:00:06 +00:00 |
nsCSSRendering.h
|
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
|
2007-08-22 11:13:55 +00:00 |
nsCaret.cpp
|
Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=cpearce r=peterv sr=roc a1.9=schrep]
|
2007-11-13 05:42:52 +00:00 |
nsCaret.h
|
Fix for bug 387380 (No visible caret when caret browsing). r=smaug, sr=jst, a=dbaron.
|
2007-08-10 13:19:14 +00: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 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 403287. use an nsAutoTArray instead of an nsVoidArray to avoid heap allocations. r/sr=roc a=schrep
|
2007-11-11 20:31:39 +00:00 |
nsDisplayList.h
|
bug 403287. use an nsAutoTArray instead of an nsVoidArray to avoid heap allocations. r/sr=roc a=schrep
|
2007-11-11 20:31:39 +00:00 |
nsDocumentViewer.cpp
|
Bug 363265, fix comment about mTextZoom/mPageZoom members
|
2007-11-09 22:29:43 +00:00 |
nsFrameManager.cpp
|
update last continuation assertion to account for overflow container continuations b=399687 r+sr=roc a=beltzner
|
2007-11-12 19:05:42 +00:00 |
nsFrameManager.h
|
Backing out bug 275196, xml:id, to fix tp regression
|
2007-07-26 14:16:21 +00:00 |
nsFrameManagerBase.h
|
…
|
|
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
|
…
|
|
nsILayoutDebugger.h
|
…
|
|
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
|
…
|
|
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-08 04:43:36 +00: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
|
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
|
bug 403280.
|
2007-11-11 20:35:30 +00: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 20:38:46 +00: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 22:54:18 +00: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 23:11:02 +00:00 |
nsPresShell.cpp
|
backout Bug 373344, the assertion is still there :(
|
2007-11-13 10:54:01 +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
|
…
|
|
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 18:51:40 +00:00 |
nsStyleSheetService.cpp
|
Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky
|
2006-06-15 03:20:19 +00:00 |
nsStyleSheetService.h
|
Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron
|
2006-06-08 14:32:20 +00:00 |