.. |
crashtests
|
Add crashtests for the following bugs: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=328944+401042+413085+416461+431705+437142+449006+463741+465651+472782+474744
|
2009-02-07 21:33:31 -08:00 |
tests
|
Disable tests for bug 441782 / bug 467672 on Windows, rather than on non-Windows. (Bug 467672) r+sr=roc
|
2009-02-07 08:43:11 -08:00 |
Makefile.in
|
Fix cascading bugs with @font-face rules (and prepare for handling dynamic changes) by accumulating the @font-face rules across rule processors through the style set. (Bug 457821) sr=bzbarsky r=jdaggett a=blocking1.9.1+
|
2008-11-25 15:22:38 -08:00 |
nsBidi.cpp
|
Bug 454766 - Add suggested parentheses to layout/; r+sr=roc; (with nits by sgautherie)
|
2008-09-15 17:40:25 +02:00 |
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsBidiPresUtils.h
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsCaret.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsCaret.h
|
Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser)
|
2008-12-14 01:05:39 -08:00 |
nsChangeHint.h
|
Bug 447567. Instead of brutally wiping out effects properties whenever the style context changes for an SVG frame (which wouldn't work for non-SVG frames), create a new style change hint to handle it. r=longsonr,sr=dbaron
|
2008-08-06 12:55:07 +12:00 |
nsChildIterator.cpp
|
Bug 307394 part 2. Fix the indexing in ContentInserted to work correctly even when XBL is around. r+sr=dbaron. Also fixes bug 232990, bug 261826 , bug 272646, bug 386310, bug 468546
|
2009-01-29 14:46:20 -05:00 |
nsChildIterator.h
|
Bug 307394 part 2. Fix the indexing in ContentInserted to work correctly even when XBL is around. r+sr=dbaron. Also fixes bug 232990, bug 261826 , bug 272646, bug 386310, bug 468546
|
2009-01-29 14:46:20 -05:00 |
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsCounterManager.h
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
nsCSSColorUtils.cpp
|
Bug 461512 nsCSSColorUtils doesn't support alpha color (border color is always solid color if the border-style is groove, ridge, inset, outset) r+sr=roc
|
2008-10-28 11:05:38 +09:00 |
nsCSSColorUtils.h
|
Bug 461512 nsCSSColorUtils doesn't support alpha color (border color is always solid color if the border-style is groove, ridge, inset, outset) r+sr=roc
|
2008-10-28 11:05:38 +09:00 |
nsCSSFrameConstructor.cpp
|
Bug 452345. nsCSSFrameConstructor should use the term 'root element frame' instead of 'initial containing block', since 'initial containing block' means something else in CSS. r+sr=roc
|
2009-02-05 21:11:42 +13:00 |
nsCSSFrameConstructor.h
|
Bug 452345. nsCSSFrameConstructor should use the term 'root element frame' instead of 'initial containing block', since 'initial containing block' means something else in CSS. r+sr=roc
|
2009-02-05 21:11:42 +13:00 |
nsCSSRendering.cpp
|
Backed out changeset a142df653655
|
2009-02-07 23:37:23 +13:00 |
nsCSSRendering.h
|
Bug 472410. Don't adjust selection colors if the background is a -moz-appearance that we can't know anything about. r+sr=roc
|
2009-01-09 13:29:38 +13:00 |
nsCSSRenderingBorders.cpp
|
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
|
2009-01-09 13:28:32 +13:00 |
nsCSSRenderingBorders.h
|
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
|
2009-01-09 13:28:32 +13:00 |
nsDisplayList.cpp
|
Bug 475877. Avoid unnecessary box-shadow repaints by implementing nsDisplayBoxShadow::OptimizeVisibility. r+sr=roc
|
2009-01-30 20:03:46 +13:00 |
nsDisplayList.h
|
Bug 475877. Avoid unnecessary box-shadow repaints by implementing nsDisplayBoxShadow::OptimizeVisibility. r+sr=roc
|
2009-01-30 20:03:46 +13:00 |
nsDocumentViewer.cpp
|
Fix for bug 473773 (DocumentViewerImpl::InitPresentationStuff can reenter). r=roc, sr=bz.
|
2009-01-18 16:21:26 +01:00 |
nsFocusEventSuppressor.cpp
|
Bug 421209, r=cpearce, sr=jst, a=beltzner
|
2008-03-20 13:24:36 -07:00 |
nsFrameManager.cpp
|
Weaken assertion so that it doesn't fire. (Bug 472353) r+sr=bzbarsky
|
2009-01-29 12:39:19 -08:00 |
nsFrameManager.h
|
Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+
|
2008-02-08 11:52:46 -08:00 |
nsFrameManagerBase.h
|
Bug 455314. nsSVGRenderingObserver::GetReferencedFrame shouldn't try to look up the frame on a cache miss, if we're currently destroying frames. r+sr=mats
|
2008-12-12 21:25:16 +13:00 |
nsFrameTraversal.cpp
|
Bug 466568. Don't traverse into scrollable frames if we're not allowed to traverse out of them. r+sr=roc
|
2008-12-03 14:24:07 +13:00 |
nsFrameTraversal.h
|
Bug 461212 - deCOM frame traversal (relanding) r=mats.palmgren sr=roc
|
2008-10-30 10:15:22 -07:00 |
nsGenConList.cpp
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
nsGenConList.h
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
nsIDocumentViewer.h
|
Bug 454578. Load the quirk stylesheet separately from the general UA stylesheet, so it can be sensibly enabled/disabled in style sets. r+sr=dbaron
|
2008-11-02 21:29:51 -05:00 |
nsIDocumentViewerPrint.h
|
|
|
nsIFocusEventSuppressor.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsIFrameTraversal.h
|
Bug 461212 - deCOM frame traversal (relanding) r=mats.palmgren sr=roc
|
2008-10-30 10:15:22 -07:00 |
nsIImageMap.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
Bug 215405. Restore scroll position, but not form state, on no-store and SSL no-cache sites. r+sr=bzbarsky
|
2008-12-03 12:55:14 -05:00 |
nsImageLoader.cpp
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsImageLoader.h
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsIPercentHeightObserver.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIPresShell.h
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01: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-11-30 23:22:44 -08:00 |
nsIStyleSheetService.idl
|
|
|
nsLayoutDebugger.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsLayoutErrors.h
|
|
|
nsLayoutHistoryState.cpp
|
Bug 215405. Restore scroll position, but not form state, on no-store and SSL no-cache sites. r+sr=bzbarsky
|
2008-12-03 12:55:14 -05:00 |
nsLayoutUtils.cpp
|
Bug 452345. nsCSSFrameConstructor should use the term 'root element frame' instead of 'initial containing block', since 'initial containing block' means something else in CSS. r+sr=roc
|
2009-02-05 21:11:42 +13:00 |
nsLayoutUtils.h
|
Bug 452345. nsCSSFrameConstructor should use the term 'root element frame' instead of 'initial containing block', since 'initial containing block' means something else in CSS. r+sr=roc
|
2009-02-05 21:11:42 +13:00 |
nsPresContext.cpp
|
Implement CSS computation of font-stretch property and store it in the gfx font structures. (Bug 3512) r=vlad sr=bzbarsky
|
2009-01-29 12:39:18 -08:00 |
nsPresContext.h
|
Keep old rule trees around until they are no longer referenced. (Bug 475128) r+sr=bzbarsky
|
2009-01-29 20:39:23 -08:00 |
nsPresShell.cpp
|
Correctly handle a style change reflow on a subtree that has placeholders with out of flows outside that subtree. (Bug 363247) r+sr=bzbarsky
|
2009-02-04 13:24:18 -08:00 |
nsPresState.cpp
|
Bug 345339. Make nsPresState not use a hashtable in favor of using less memory and only storing the things it really wants to store. Switch box objects to their own hashtable. r+sr=roc
|
2008-12-12 14:25:22 -05:00 |
nsPresState.h
|
Bug 345339. Make nsPresState not use a hashtable in favor of using less memory and only storing the things it really wants to store. Switch box objects to their own hashtable. r+sr=roc
|
2008-12-12 14:25:22 -05:00 |
nsQuoteList.cpp
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
nsQuoteList.h
|
Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky
|
2008-08-18 13:16:42 +12:00 |
nsStyleChangeList.cpp
|
Make nsStyleChangeList own a reference to nsIContent pointers in its list. b=399694 r+sr=dbaron a1.9=damons
|
2008-03-15 02:01:18 -07:00 |
nsStyleChangeList.h
|
Make nsStyleChangeList own a reference to nsIContent pointers in its list. b=399694 r+sr=dbaron a1.9=damons
|
2008-03-15 02:01:18 -07:00 |
nsStyleConsts.h
|
Bug 299837. Implement text-align:end. r+sr=dbaron
|
2009-02-05 22:48:30 -05:00 |
nsStyleSheetService.cpp
|
bug 410364 - use PR_STATIC_ASSERT in nsStyleSheetService::nsStyleSheetService. r+sr=dbaron
|
2008-01-10 09:59:48 -08:00 |
nsStyleSheetService.h
|
|
|