.. |
crashtests
|
Crashtest for bug 404146.
|
2008-01-09 19:20:11 -08:00 |
test
|
bug 392040, <select> menu requires multiple clicks to show up in zoom pages, r=bz, sr=roc, a=blocking1.9+. Also checking in a testcase for bug 404872
|
2007-12-22 13:07:58 -08:00 |
broken-image.gif
|
|
|
folder.png
|
Bug 294800 - Beautify FTP/File/Jar/Gopher dir listings (CSS, icons, sortable columns) so that they don't look like they're from 1995. (Ooh, shiny!) Patch by Dao Gottwald <dao@design-noir.de>, r+sr=bz, r=mano, a=dsicore
|
2007-08-17 15:57:36 -07:00 |
loading-image.gif
|
|
|
Makefile.in
|
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
|
2008-01-28 15:07:34 -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
|
fix use of DEBUG-only data member, bug=154892 r+sr+a=roc
|
2007-10-02 01:29:23 -07:00 |
nsAreaFrame.cpp
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
nsAreaFrame.h
|
|
|
nsAutoCopyListener.h
|
|
|
nsBidiFrames.cpp
|
Remove nsDirectionalFrame::QueryInterface(), add GetFrameName(), and some other minor cleanup. b=385921 r+sr=dbaron
|
2007-07-22 07:43:23 -07:00 |
nsBidiFrames.h
|
Remove nsDirectionalFrame::QueryInterface(), add GetFrameName(), and some other minor cleanup. b=385921 r+sr=dbaron
|
2007-07-22 07:43:23 -07:00 |
nsBlockBandData.cpp
|
Bug 92543 - BandRect.mFrames should be created as an nsAutoVoidArray, patch by Alfred Kayser, r+sr=roc, a=dbaron
|
2007-08-30 08:29:06 -07:00 |
nsBlockBandData.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Remove unnecessary whitespace, triggering a build
|
2008-01-30 10:12:38 -08:00 |
nsBlockFrame.h
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 15:39:39 -08:00 |
nsBlockReflowContext.cpp
|
paginate absolutely-positioned elements, b=154892 r+sr=roc a=roc
|
2007-10-01 22:57:45 -07:00 |
nsBlockReflowContext.h
|
paginate absolutely-positioned elements, b=154892 r+sr=roc a=roc
|
2007-10-01 22:57:45 -07:00 |
nsBlockReflowState.cpp
|
Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+
|
2008-01-28 23:40:05 -08:00 |
nsBlockReflowState.h
|
Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+
|
2008-01-28 23:40:05 -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
|
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 |
nsBulletFrame.h
|
|
|
nsColumnSetFrame.cpp
|
Make column layout deal with 'ch' unit for -moz-column-width/gap. b=391979 r+sr=roc a=beltzner
|
2008-01-04 09:48:19 -08:00 |
nsContainerFrame.cpp
|
Bug 405721. nsContainerFrame::RemoveFrame should search the frame's overflow list if the frame isn't found in the main child list. r+sr=bzbarsky
|
2008-01-14 17:12:01 -08:00 |
nsContainerFrame.h
|
FinishReflowChild() with the final position for <msqrt> and <mpadded> b=410132, r+sr+a=roc
|
2008-01-02 20:33:21 -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
|
Bug 399352: Get rid of known-but-harmless assertions for GetUsedMargin/Border/Padding. r/sr=dbaron
|
2008-01-29 20:53:46 -08:00 |
nsFrame.h
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 12:24:06 -08:00 |
nsFrameFrame.cpp
|
Bug 363391. nsSubdocumentFrame::Reflow should not call nsLeafFrame::Reflow directly because we don't want to call FinishAndStoreOverflow twice. patch by Andrew Smith, r+sr=roc
|
2008-01-20 18:03:08 -08:00 |
nsFrameList.cpp
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 15:39:39 -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
|
Bug 405810. Expose line-number object attribute for caret in focused area. r=ginn, sr=roc, a=schrep
|
2007-12-11 06:15:21 -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
|
Bug 392698, ASSERTION: can't mark frame dirty during reflow, r+sr=roc, a=blocking1.9
|
2007-12-20 15:49:46 -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
|
Implement correct intrinsic width calculation (for container) for elements with specified height properties and an intrinsic ratio. b=364066 r+sr=bzbarsky
|
2007-06-12 11:27:09 -07:00 |
nsHTMLContainerFrame.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 |
nsHTMLContainerFrame.h
|
Bug 365336 text-decoration width should be rounded to the device pixels r+sr=roc
|
2007-08-06 01:15:00 -07:00 |
nsHTMLFrame.cpp
|
Make vertical resizing of framesets work in standards mode. Bug 376981, r+sr=dbaron
|
2007-10-18 20:45:30 -07:00 |
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
|
Remove unused nsHTMLReflowState::mRightEdge. b=407086 r+sr=roc a=dsicore
|
2007-12-12 13:50:27 -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
|
Address nits in patch for bug 257868. r+sr=roc
|
2007-07-23 18:19:43 -07:00 |
nsICanvasFrame.h
|
|
|
nsIFrame.h
|
Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+
|
2008-01-28 23:40:05 -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
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 13:05:45 -07:00 |
nsImageMap.h
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 13:05:45 -07:00 |
nsInlineFrame.cpp
|
Remove unused height output from nsLineLayout::EndSpan. b=407086 r+sr=roc a=dsicore
|
2007-12-12 13:51:18 -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
|
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 00:08:04 -07:00 |
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
382378 call NotifyContentObjectWrapper after the plugin has been instantiated so that scriptable plugins work correctly r+sr=bz
|
2007-08-02 14:15:05 -07:00 |
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
|
Backing out 400813, sigh
|
2008-01-29 23:35:05 -08:00 |
nsLineLayout.h
|
Backing out 400813, sigh
|
2008-01-29 23:35:05 -08:00 |
nsObjectFrame.cpp
|
b=408623, fx3 plugin printing on windows broken, r=biesi,sr=roc
|
2008-01-10 14:11:46 -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
|
fix use of DEBUG-only data member, bug=154892 r+sr+a=roc
|
2007-10-02 01:29:23 -07:00 |
nsPageContentFrame.h
|
|
|
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
|
Fix build bustage
|
2007-07-17 19:43:12 -07:00 |
nsPlaceholderFrame.h
|
When reparenting placeholders to live under a first-line, don't change their
|
2007-07-17 19:01:32 -07:00 |
nsSelection.cpp
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
nsSimplePageSequence.cpp
|
Bug 414075: Set the correct dead space gap value in Print Preview. Patch by Jeremy Lea <reg@openpave.org> r+sr=roc a1.9b3=schrep
|
2008-01-30 22:12:52 -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
|
Bug 92543 - BandRect.mFrames should be created as an nsAutoVoidArray, patch by Alfred Kayser, r+sr=roc, a=dbaron
|
2007-08-30 08:29:06 -07:00 |
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
|
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 00:08:04 -07:00 |
nsSplittableFrame.h
|
|
|
nsTextFrame.h
|
Backing out 400813, sigh
|
2008-01-29 23:35:05 -08:00 |
nsTextFrameTextRunCache.h
|
Bug 380209. Hooks for a textframe-specific textrun cache startup/shutdown. r+sr=bzbarsky
|
2007-05-09 15:02:29 -07:00 |
nsTextFrameThebes.cpp
|
Backing out 400813, sigh
|
2008-01-29 23:35:05 -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
|
fix use of DEBUG-only data member, bug=154892 r+sr+a=roc
|
2007-10-02 01:29:23 -07:00 |
nsViewportFrame.h
|
Bug 386801 - nsAbsoluteContainingBlock doesn't need to store a child list name; this shaves four bytes off nsViewportFrame, nsBlockFrame, and nsPositionedInlineFrame. r+sr+a=dbaron
|
2007-08-02 15:44:36 -07:00 |
punct_marks.ccmap
|
bug 375291 - update layout/generic/punct_marks.ccmap to unicode 5.0p=arno. <arno.@no-log.org>r=smontagu, sr=dbaron
|
2007-04-27 09:42:22 -07:00 |