.. |
test
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
Makefile.in
|
Back out enabling of new text frame... its time has not yet come
|
2007-05-14 20:58:10 -07:00 |
broken-image.gif
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-24 05:53:41 +00:00 |
gopher-audio.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-binary.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-find.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-image.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-menu.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-movie.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-sound.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-telnet.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-text.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
gopher-unknown.gif
|
Bug 273459 - "most gopher-*.gif images are unused" [p=dao r+sr+a1.9=dbaron]
|
2007-10-08 21:27:31 +00:00 |
loading-image.gif
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-24 05:53:41 +00:00 |
nsAbsoluteContainingBlock.cpp
|
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
|
2007-05-10 23:02:31 -07:00 |
nsAbsoluteContainingBlock.h
|
fix use of DEBUG-only data member, bug=154892 r+sr+a=roc
|
2007-10-02 08:29:23 +00: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
|
…
|
|
nsBRFrame.cpp
|
Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron
|
2007-05-04 23:09:50 -07:00 |
nsBidiFrames.cpp
|
Remove nsDirectionalFrame::QueryInterface(), add GetFrameName(), and some other minor cleanup. b=385921 r+sr=dbaron
|
2007-07-22 14:43:23 +00:00 |
nsBidiFrames.h
|
Remove nsDirectionalFrame::QueryInterface(), add GetFrameName(), and some other minor cleanup. b=385921 r+sr=dbaron
|
2007-07-22 14:43:23 +00: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 15:29:07 +00:00 |
nsBlockBandData.h
|
…
|
|
nsBlockDebugFlags.h
|
…
|
|
nsBlockFrame.cpp
|
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
|
2007-05-10 23:02:31 -07:00 |
nsBlockFrame.h
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
nsBlockReflowContext.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 |
nsBlockReflowContext.h
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 07:40:37 +00:00 |
nsBlockReflowState.cpp
|
Make computed style handle "normal" for line-height by computing an actualnumeric height. Bug 371041, r+sr=dbaron
|
2007-05-04 22:30:10 -07:00 |
nsBlockReflowState.h
|
Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep
|
2008-05-03 23:34:08 +00:00 |
nsBulletFrame.cpp
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
nsBulletFrame.h
|
Bug 420351. Don't let empty list-bullets make a line non-empty. r+sr=dbaron
|
2008-03-12 00:46:18 +00:00 |
nsColumnSetFrame.cpp
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
nsContainerFrame.cpp
|
Follow-up cleanup b=375403 r+sr=roc
|
2007-05-13 03:06:57 -07:00 |
nsContainerFrame.h
|
Bug 398332. Merge reflow statuses from out-of-flow frames more carefully so that we don't lose information about the primary reflow. r=fantasai,r+sr=dbaron,a=shaver
|
2008-05-28 13:39:41 +00:00 |
nsFirstLetterFrame.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 |
nsFrame.cpp
|
Bug 380094 - make mousethrough more generally usefulp=toshok@hungry.comr+sr=roc
|
2007-05-13 09:00:00 -07:00 |
nsFrame.h
|
Bug 380094 - make mousethrough more generally usefulp=toshok@hungry.comr+sr=roc
|
2007-05-13 09:00:00 -07:00 |
nsFrameFrame.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 |
nsFrameList.cpp
|
Bug 368863. Reparent floats properly when placeholders move between inline continuations. r+sr=dbaron
|
2007-04-20 17:42:58 -07:00 |
nsFrameList.h
|
Bug 368863. Reparent floats properly when placeholders move between inline continuations. r+sr=dbaron
|
2007-04-20 17:42:58 -07:00 |
nsFrameSelection.h
|
Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons
|
2008-04-15 01:04:19 +00:00 |
nsFrameSetFrame.cpp
|
Additional patch for bug 369150, r+sr=bz
|
2007-04-10 12:08:21 -07:00 |
nsFrameSetFrame.h
|
…
|
|
nsFrameUtil.cpp
|
…
|
|
nsGfxScrollFrame.cpp
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
nsGfxScrollFrame.h
|
Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for aninitial reflow if we're doing that initial reflow a ways into the documentload. Bug 378480, r+sr=roc
|
2007-04-25 19:29:21 -07:00 |
nsHTMLCanvasFrame.cpp
|
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
|
2007-05-03 16:11:00 -07: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 18:27:28 +00:00 |
nsHTMLContainerFrame.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 |
nsHTMLContainerFrame.h
|
Bug 417014 Need blacklist system for underline offset adjusting of CJK fonts which have wrong underline offset r=roc+stuart, sr=roc, b1.9=stuart
|
2008-03-13 02:37:00 +00:00 |
nsHTMLFrame.cpp
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
nsHTMLParts.h
|
Only try to process first-letter frames when they exist. Bug 404209, r+sr+b=roc
|
2007-12-05 08:15:15 +00:00 |
nsHTMLReflowMetrics.h
|
…
|
|
nsHTMLReflowState.cpp
|
Fix vertical resizing for quirks mode percentage heights. b=380004 Patch by Daniel Holbert <dholbert@mozilla.com>. r+sr=dbaron
|
2007-05-15 14:52:44 -07:00 |
nsHTMLReflowState.h
|
Make computed style handle "normal" for line-height by computing an actualnumeric height. Bug 371041, r+sr=dbaron
|
2007-05-04 22:30:10 -07:00 |
nsIAnonymousContentCreator.h
|
Address nits in patch for bug 257868. r+sr=roc
|
2007-07-24 01:19:44 +00:00 |
nsICanvasFrame.h
|
…
|
|
nsIFrame.h
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
nsIFrameDebug.h
|
…
|
|
nsIFrameFrame.h
|
…
|
|
nsIFrameUtil.h
|
…
|
|
nsIImageFrame.h
|
…
|
|
nsILineIterator.h
|
…
|
|
nsIObjectFrame.h
|
Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com
|
2008-02-29 02:06:00 +00:00 |
nsIPageSequenceFrame.h
|
…
|
|
nsIScrollableFrame.h
|
Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon
|
2008-04-10 04:39:42 +00:00 |
nsIScrollableViewProvider.h
|
…
|
|
nsIStatefulFrame.h
|
…
|
|
nsImageFrame.cpp
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07: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 09:24:50 +00:00 |
nsImageMap.cpp
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
nsImageMap.h
|
Make attribute changes that also cause a state change properly reresolve style
|
2007-07-12 20:05:49 +00:00 |
nsInlineFrame.cpp
|
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
|
2007-05-10 23:02:31 -07:00 |
nsInlineFrame.h
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
nsIntervalSet.cpp
|
Bug 393490. When subsuming an interval, we need to merge its beginning into the current interval as well as its end, because it might start before the current interval. r+sr=dbaron
|
2008-02-22 01:02:52 +00:00 |
nsIntervalSet.h
|
…
|
|
nsLeafFrame.cpp
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 20:24:07 +00:00 |
nsLeafFrame.h
|
Relanding bug 412679. r+sr=dbaron
|
2008-01-27 20:24:07 +00:00 |
nsLineBox.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 |
nsLineBox.h
|
Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu
|
2008-01-29 23:39:39 +00:00 |
nsLineLayout.cpp
|
Remove now-unneeded checks for eStyleUnit_Null. b=379741 r+sr=bzbarsky
|
2007-05-10 23:02:31 -07:00 |
nsLineLayout.h
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 15:31:33 +00:00 |
nsObjectFrame.cpp
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
nsObjectFrame.h
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
nsPageContentFrame.cpp
|
prevent fixed frames from trying to split reflow roots in print mode b=408602 r+sr=roc a=disicore
|
2008-04-22 17:24:28 +00:00 |
nsPageContentFrame.h
|
Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron
|
2008-04-08 13:06:13 +00:00 |
nsPageFrame.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 |
nsPageFrame.h
|
Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner
|
2008-04-12 05:32:51 +00:00 |
nsPlaceholderFrame.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 |
nsPlaceholderFrame.h
|
When reparenting placeholders to live under a first-line, don't change their
|
2007-07-18 02:01:32 +00:00 |
nsSelection.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 |
nsSimplePageSequence.cpp
|
Don't do incremental reflow for now, because tables can't deal. Followup forbug 378480, r+sr=roc
|
2007-04-25 22:33:34 -07:00 |
nsSimplePageSequence.h
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
nsSpaceManager.cpp
|
Fix leak bug 408883. r+sr=roc, a=sicking
|
2007-12-19 17:44:45 +00: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 15:29:07 +00:00 |
nsSpacerFrame.cpp
|
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
|
2007-05-03 16:11:00 -07: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 07:08:56 +00:00 |
nsSplittableFrame.h
|
…
|
|
nsTextFrame.cpp
|
Bug 380209. Hooks for a textframe-specific textrun cache startup/shutdown. r+sr=bzbarsky
|
2007-05-09 15:02:29 -07: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
|
Not Part Of The Build. 1) Round font underline/overline/strikeout offsets and sizes to device pixels to try to ensure consistent visual offsets and sizes even when the baseline point is not pixel-aligned. 2) snap the text baseline y coordinate to the nearest pixel, because the decoration lines will be snapped themselves and we need the gaps to remain consistent. 3) fix bug in selection-decoration x coordinate which was forgetting to include the frame x-offset.
|
2007-05-15 22:21:41 -07:00 |
nsTextFrameUtils.cpp
|
Not part of the build. Update new text frame for textrun API changes. Also implements a textrun cache for the new text frame
|
2007-05-09 15:04:56 -07:00 |
nsTextFrameUtils.h
|
Not part of the build. Update new text frame for textrun API changes. Also implements a textrun cache for the new text frame
|
2007-05-09 15:04:56 -07:00 |
nsTextRunTransformations.cpp
|
Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad
|
2007-05-14 20:56:47 -07:00 |
nsTextRunTransformations.h
|
Bug 380692. Change gfxTextRun API so the textrun copies text, if necessary, instead of the caller having to do it. r=vlad
|
2007-05-14 20:56:47 -07:00 |
nsTextTransformer.cpp
|
Bug 386548. Removing no-longer-used nsTextTransformer files
|
2007-07-03 00:29:01 +00:00 |
nsTextTransformer.h
|
Bug 386548. Removing no-longer-used nsTextTransformer files
|
2007-07-03 00:29:01 +00:00 |
nsViewportFrame.cpp
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -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 22:44:36 +00: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 |