.. |
crashtests
|
Add crashtest
|
2008-01-05 21:32:53 -08:00 |
tests
|
Fix typo in assertion. b=386575 r+sr=roc a=mtschrep
|
2008-01-04 15:14:50 -08: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
|
|
|
nsBidi.h
|
|
|
nsBidiPresUtils.cpp
|
Collect frames from all block continuations in the buffer for bidi resolution. Bug 408292. r+sr=roc, a=schrep
|
2007-12-20 02:06:14 -08: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 02:06:14 -08:00 |
nsCaret.cpp
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
nsCaret.h
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
nsChangeHint.h
|
|
|
nsChildIterator.cpp
|
|
|
nsChildIterator.h
|
|
|
nsCompatibility.h
|
|
|
nsCounterManager.cpp
|
|
|
nsCounterManager.h
|
|
|
nsCSSColorUtils.cpp
|
|
|
nsCSSColorUtils.h
|
|
|
nsCSSFrameConstructor.cpp
|
Make image controls splittable just like regular images. Bug 409659, r+sr=roc, a=dsicore
|
2008-01-04 22:44:38 -08:00 |
nsCSSFrameConstructor.h
|
Bug 398362 First menuitem is not selected when opening a menu for the first time r=enndeakin sr=bzbarsky
|
2008-01-01 21:33:30 -08:00 |
nsCSSRendering.cpp
|
Don't try to draw 'border-style:hidden' borders. b=389196 r+sr+a=vladimir
|
2008-01-04 10:11:10 -08:00 |
nsCSSRendering.h
|
Backing out fix for bug 392785 as per roc + mconnor.
|
2007-12-04 15:32:08 -08: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-03 18:08:29 -08: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-03 18:08:29 -08:00 |
nsDocumentViewer.cpp
|
Bug 405732. Fix crash in XSLT document that does an initial reflow before SetDOMDocument in the document viewer, by recreating the viewmanager, root view and root widget that were mangled when we tore down the old presshell. r+sr=bzbarsky
|
2007-12-01 02:42:12 -08:00 |
nsFrameManager.cpp
|
update last continuation assertion to account for overflow container continuations b=399687 r+sr=roc a=beltzner
|
2007-11-12 11:05:42 -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
|
|
|
nsGenConList.cpp
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
nsGenConList.h
|
|
|
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
|
|
|
nsIDocumentViewerPrint.h
|
|
|
nsIFrameTraversal.h
|
|
|
nsIImageMap.h
|
|
|
nsILayoutDebugger.h
|
|
|
nsILayoutHistoryState.h
|
|
|
nsImageLoader.cpp
|
|
|
nsImageLoader.h
|
|
|
nsIPercentHeightObserver.h
|
|
|
nsIPresShell.h
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08: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
|
|
|
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
|
|
|
nsLayoutUtils.cpp
|
Fix typo in assertion. b=386575 r+sr=roc a=mtschrep
|
2008-01-04 15:14:50 -08: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-20 19:28:18 -08:00 |
nsPresContext.cpp
|
Don't call GetViewManager() if 'mShell' is null. b=408216 r+sr=roc a=blocking1.9
|
2007-12-16 20:59:59 -08:00 |
nsPresContext.h
|
Backing out fix for bug 392785 as per roc + mconnor.
|
2007-12-04 15:32:08 -08: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 11:40:18 -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
|
|
|
nsQuoteList.h
|
|
|
nsStyleChangeList.cpp
|
|
|
nsStyleChangeList.h
|
|
|
nsStyleConsts.h
|
Rename new width keywords to match CSS WG decision. b=402706 r+sr=bzbarsky a=blocking1.9+
|
2007-11-15 10:10:31 -08:00 |
nsStyleSheetService.cpp
|
|
|
nsStyleSheetService.h
|
|
|