.. |
crashtests
|
Adding crashtest
|
2008-02-14 20:17:09 -08:00 |
test
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
broken-image.gif
|
|
|
folder.png
|
|
|
loading-image.gif
|
|
|
Makefile.in
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
nsAbsoluteContainingBlock.cpp
|
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 |
nsAbsoluteContainingBlock.h
|
|
|
nsAreaFrame.cpp
|
|
|
nsAreaFrame.h
|
|
|
nsAutoCopyListener.h
|
|
|
nsBidiFrames.cpp
|
|
|
nsBidiFrames.h
|
|
|
nsBlockBandData.cpp
|
|
|
nsBlockBandData.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsBlockFrame.h
|
Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+
|
2008-02-10 13:49:24 -08:00 |
nsBlockReflowContext.cpp
|
|
|
nsBlockReflowContext.h
|
|
|
nsBlockReflowState.cpp
|
Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep
|
2008-02-18 23:36:50 -08:00 |
nsBlockReflowState.h
|
Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+
|
2008-02-10 13:49:24 -08:00 |
nsBRFrame.cpp
|
Bug 409473. New crash caused by bug 405248. r+sr=roc, a=blocking1.9
|
2008-01-14 06:34:40 -08:00 |
nsBulletFrame.cpp
|
Make Hebrew list numbering be ordered correctly. Bug 413928, r+sr=roc, blocking1.9=shrep
|
2008-02-13 00:21:59 -08:00 |
nsBulletFrame.h
|
Make Hebrew list numbering be ordered correctly. Bug 413928, r+sr=roc, blocking1.9=shrep
|
2008-02-13 00:21:59 -08:00 |
nsColumnSetFrame.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsContainerFrame.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsContainerFrame.h
|
Fix bug 416073: invalidate more things as needed during table reflow to prevent glitches. r+sr=roc
|
2008-02-08 01:36:32 -08:00 |
nsFirstLetterFrame.cpp
|
Remove unused height output from nsLineLayout::EndSpan. b=407086 r+sr=roc a=dsicore
|
2007-12-12 13:51:18 -08:00 |
nsFrame.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsFrame.h
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsFrameFrame.cpp
|
Make sure that <frame>s don't fall through to nsLeafFrame sizing, unlike <iframe>s. Bug 414322, r+sr=dbaron, a=schrep.
|
2008-02-19 09:53:46 -08:00 |
nsFrameList.cpp
|
Plug a nsLineIterator leak. b=414740 r+sr=roc a=blocking1.9
|
2008-02-06 10:21:29 -08:00 |
nsFrameList.h
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 15:39:39 -08:00 |
nsFrameSelection.h
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
nsFrameSetFrame.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 |
nsFrameSetFrame.h
|
|
|
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep
|
2008-02-19 10:47:34 -08:00 |
nsGfxScrollFrame.h
|
Bug 392698, ASSERTION: can't mark frame dirty during reflow, r+sr=roc, a=blocking1.9
|
2007-12-20 15:49:46 -08:00 |
nsHTMLCanvasFrame.cpp
|
b=406458; code cleanup: add new ThebesContext() call as opposed to NATIVE_THEBES_CONTEXT hackery, r=stuart
|
2007-12-18 15:01:15 -08:00 |
nsHTMLCanvasFrame.h
|
|
|
nsHTMLContainerFrame.cpp
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 07:31:27 -08:00 |
nsHTMLContainerFrame.h
|
|
|
nsHTMLFrame.cpp
|
|
|
nsHTMLParts.h
|
Only try to process first-letter frames when they exist. Bug 404209, r+sr+b=roc
|
2007-12-05 00:15:15 -08:00 |
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Bug 415686: remove FONT_LEADING_APIS_V2 ifdefs which are no longer useful for cairo builds. Also remove related functions and tests. r/sr=dbaron, r=pavlov, a=beltzner
|
2008-02-19 11:41:56 -08:00 |
nsHTMLReflowState.h
|
Fix width of images where max-width < min-width <= width (min-width should win), and other similar problems. b=413361 r+sr=bzbarsky a=schrep
|
2008-01-23 17:21:31 -08:00 |
nsIAnonymousContentCreator.h
|
|
|
nsICanvasFrame.h
|
|
|
nsIFrame.h
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsIFrameDebug.h
|
|
|
nsIFrameFrame.h
|
|
|
nsIFrameUtil.h
|
|
|
nsIImageFrame.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Make image controls splittable just like regular images. Bug 409659, r+sr=roc, a=dsicore
|
2008-01-04 22:44:38 -08:00 |
nsImageFrame.h
|
Bug 368554 - "[quirks] Image inside table inside table-cell with small width is wrapped" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2007-12-03 01:24:49 -08:00 |
nsImageMap.cpp
|
|
|
nsImageMap.h
|
|
|
nsInlineFrame.cpp
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 07:31:27 -08:00 |
nsInlineFrame.h
|
Bug 408656: Make nsPositionedInlineFrame::NeedsView return true (to ensure that abs-positioned frames inside of it will get their views positioned) r+sr=bz a=blocking1.9
|
2008-01-04 18:11:20 -08:00 |
nsIntervalSet.cpp
|
|
|
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
|
|
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
|
|
nsIScrollableViewProvider.h
|
|
|
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsLeafFrame.h
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsLineBox.cpp
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 15:39:39 -08:00 |
nsLineBox.h
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 15:39:39 -08:00 |
nsLineLayout.cpp
|
Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep
|
2008-02-19 18:07:48 -08:00 |
nsLineLayout.h
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 07:31:27 -08:00 |
nsObjectFrame.cpp
|
Bug 395983 - "Duplicated Flash menus using r60(+) of Flash player" (do native drawing instead) [p=kinetik@flim.org (Matthew Gregan) r=vlad sr=roc a=blocking1.9+]
|
2008-02-20 03:33:27 -08:00 |
nsObjectFrame.h
|
Fix bug 402937 -- don't allow recursion into Instantiate(). r=biesi, sr=jst, a=dsicore.
|
2007-12-03 14:09:00 -08:00 |
nsPageContentFrame.cpp
|
give page content frames a computed size so height: 100% works, b=411382 r+sr=bz
|
2008-02-08 18:54:55 -08:00 |
nsPageContentFrame.h
|
give page content frames a computed size so height: 100% works, b=411382 r+sr=bz
|
2008-02-08 18:54:55 -08:00 |
nsPageFrame.cpp
|
Bug 398453 - Add unconstrained size check for pagebreakframe reflow. r+sr=roc, a=blocking1.9+
|
2007-11-07 11:49:44 -08:00 |
nsPageFrame.h
|
|
|
nsPlaceholderFrame.cpp
|
|
|
nsPlaceholderFrame.h
|
|
|
nsSelection.cpp
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
nsSimplePageSequence.cpp
|
give page content frames a computed size so height: 100% works, b=411382 r+sr=bz
|
2008-02-08 18:54:55 -08:00 |
nsSimplePageSequence.h
|
Bug 404519 - "some margin and edges twips/app units confusion" [p=reg@freebsd.org (Jeremy Lea) / chpe@gnome.org (Christian Persch) r+sr=roc a1.9=schrep]
|
2007-11-20 21:09:58 -08:00 |
nsSpaceManager.cpp
|
Fix leak bug 408883. r+sr=roc, a=sicking
|
2007-12-19 09:44:45 -08:00 |
nsSpaceManager.h
|
|
|
nsSpacerFrame.cpp
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 02:11:02 -08:00 |
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsTextFrame.h
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 07:31:27 -08:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc
|
2008-02-19 23:08:55 -08:00 |
nsTextFrameUtils.cpp
|
Bug 389707. Rework text-transform:capitalize by putting logic to decide what to capitalize into nsLineBreaker. r=smontagu
|
2007-11-11 17:51:31 -08:00 |
nsTextFrameUtils.h
|
Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu
|
2007-12-03 00:22:07 -08:00 |
nsTextRunTransformations.cpp
|
Bug 410228. Fix crash when an uppercased szlig has a font-change in the middle of it, r=smontagu
|
2008-01-09 15:33:34 -08:00 |
nsTextRunTransformations.h
|
Bug 403589. Fuse memory allocations in gfxTextRun. r=pavlov
|
2007-11-15 17:43:47 -08:00 |
nsViewportFrame.cpp
|
|
|
nsViewportFrame.h
|
|
|
punct_marks.ccmap
|
|
|