pjs/layout/generic
L. David Baron 3a59f10ce9 Make empty bullets (i.e., those for list-style-type:none) not contribute to layout. (Bug 512631) r=roc 2009-09-11 06:46:36 -04:00
..
crashtests Add more crashtests 2009-08-27 21:11:40 -07:00
test Bug 469774 - Never descend into nsMenuPopupFrames when building display lists. Fixes drawing bugs that occurred when a caret was visible in a popup. r=roc 2009-09-08 09:43:20 +12:00
Makefile.in Bug 513032 - remove empty conditionals in our makefiles, r=ted 2009-08-27 10:48:18 -07:00
broken-image.png
folder.png
frame-graph.py
frame-verify.js Fix static-analysis bustage by using treehydra instead of dehydra. My theory is that the dehydra type cache is becoming confused by GCC tree GC which is reusing tree pointers for different types. 2009-08-07 11:16:26 -04:00
loading-image.png
nsAbsoluteContainingBlock.cpp Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap 2009-08-20 14:52:48 -07:00
nsAbsoluteContainingBlock.h Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
nsAutoCopyListener.h
nsBRFrame.cpp
nsBidiFrames.cpp
nsBidiFrames.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Make empty bullets (i.e., those for list-style-type:none) not contribute to layout. (Bug 512631) r=roc 2009-09-11 06:46:36 -04:00
nsBlockFrame.h Make empty bullets (i.e., those for list-style-type:none) not contribute to layout. (Bug 512631) r=roc 2009-09-11 06:46:36 -04:00
nsBlockReflowContext.cpp
nsBlockReflowContext.h
nsBlockReflowState.cpp Bug 492627 - Remove Placeholder Continuations [Part V: Reimplement float splitting without placeholder continuations] r=roc 2009-08-31 11:25:36 -07:00
nsBlockReflowState.h Bug 492627 - Remove Placeholder Continuations [Part V: Reimplement float splitting without placeholder continuations] r=roc 2009-08-31 11:25:36 -07:00
nsBulletFrame.cpp Bug 506034. Fixed loop on MinGW where wchar_t-char is unsigned. r=dbaron 2009-08-05 14:39:05 +12:00
nsBulletFrame.h Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc 2009-07-20 18:50:15 -07:00
nsColumnSetFrame.cpp Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
nsContainerFrame.cpp Bug 508134. Stop managing the visibility of views from SyncFrameViewProperties, except for nsSubdocumentFrames. r=dbaron 2009-08-25 00:44:42 -07:00
nsContainerFrame.h Bug 492627 - Remove Placeholder Continuations [Part V: Reimplement float splitting without placeholder continuations] r=roc 2009-08-31 11:25:36 -07:00
nsFirstLetterFrame.cpp Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc 2009-07-28 08:53:20 -04:00
nsFirstLetterFrame.h Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc 2009-07-28 08:53:20 -04:00
nsFloatManager.cpp Bug 492627 - Remove Placeholder Continuations [Part VI: Handle <br clear>] r=roc 2009-08-31 11:25:36 -07:00
nsFloatManager.h Bug 492627 - Remove Placeholder Continuations [Part VI: Handle <br clear>] r=roc 2009-08-31 11:25:36 -07:00
nsFrame.cpp Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
nsFrame.h Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
nsFrameFrame.cpp Bug 508179. Implement 'pointer-events:none;' for all elements. r=roc, r=dbaron. 2009-08-26 20:53:35 -07:00
nsFrameList.cpp Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap 2009-08-20 14:52:48 -07:00
nsFrameList.h Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
nsFrameSelection.h Bug 417929 - nsIAccessiblTable selectRows does not unselect previously selected rows, r=marcoz, davidb, ginn, smaug, sr=roc 2009-09-10 11:06:54 +08:00
nsFrameSetFrame.cpp Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
nsFrameSetFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsFrameUtil.cpp
nsGfxScrollFrame.cpp Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap 2009-08-20 14:52:48 -07:00
nsGfxScrollFrame.h Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
nsHTMLCanvasFrame.cpp Bug 503813. Events targeted at generated content frames should get the non-generated ancestor as target element. r=dbaron 2009-09-02 14:46:33 +12:00
nsHTMLCanvasFrame.h Bug 503813. Events targeted at generated content frames should get the non-generated ancestor as target element. r=dbaron 2009-09-02 14:46:33 +12:00
nsHTMLContainerFrame.cpp Backed out changeset 1e6d52401dd2 2009-09-04 15:32:17 +02:00
nsHTMLContainerFrame.h Bug 504221 part 2. Switch ReparentFrameViewList to nsFrameList. r+sr=roc 2009-07-28 08:51:09 -04:00
nsHTMLFrame.cpp Bug 509170. Correctly invalidate the canvas frame on resizes of the root element. r=roc 2009-08-10 10:54:22 -04:00
nsHTMLParts.h
nsHTMLReflowMetrics.h
nsHTMLReflowState.cpp Bug 510748 - still get assertions "reflow state computed incorrect width" and "non-root frame's desired size changed during an incremental reflow"; Don't report any padding or border on both axes if scrollbars are hidden; r=dbaron 2009-08-18 00:38:12 +02:00
nsHTMLReflowState.h
nsIAnonymousContentCreator.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsICanvasFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIFrame.h Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
nsIFrameFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIFrameUtil.h
nsIImageFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsILineIterator.h
nsIObjectFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIPageSequenceFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIScrollableFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIScrollableViewProvider.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIStatefulFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsImageFrame.cpp Bug 503813. Events targeted at generated content frames should get the non-generated ancestor as target element. r=dbaron 2009-09-02 14:46:33 +12:00
nsImageFrame.h Bug 507902 - nsImageFrame static Icon Loads should not use the mListener of the first instantiated nsImageFrame.r=bz,joe 2009-08-12 16:23:38 +02:00
nsImageMap.cpp Backed out changeset 4aa19414e651 (bug 488249) to fix test orange. 2009-08-24 20:51:57 -04:00
nsImageMap.h
nsInlineFrame.cpp Bug 492627 - Remove Placeholder Continuations [Part V: Reimplement float splitting without placeholder continuations] r=roc 2009-08-31 11:25:36 -07:00
nsInlineFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIntervalSet.cpp
nsIntervalSet.h
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp Bug 514634. Remove unneeded second call to SetNextSibling, add some assertions, and fix a comment. r=fantasai 2009-09-11 10:26:30 +12:00
nsLineBox.h Make empty bullets (i.e., those for list-style-type:none) not contribute to layout. (Bug 512631) r=roc 2009-09-11 06:46:36 -04:00
nsLineLayout.cpp Make empty bullets (i.e., those for list-style-type:none) not contribute to layout. (Bug 512631) r=roc 2009-09-11 06:46:36 -04:00
nsLineLayout.h Bug 492627 - Remove Placeholder Continuations [Part V: Reimplement float splitting without placeholder continuations] r=roc 2009-08-31 11:25:36 -07:00
nsObjectFrame.cpp Bug 514988 - Remove unused nsIEventListener interface and update users. r=roc 2009-09-08 09:50:22 +12:00
nsObjectFrame.h Bug 508134. Stop managing the visibility of views from SyncFrameViewProperties, except for nsSubdocumentFrames. r=dbaron 2009-08-25 00:44:42 -07:00
nsPageContentFrame.cpp
nsPageContentFrame.h
nsPageFrame.cpp
nsPageFrame.h
nsPlaceholderFrame.cpp Bug 492627 - Remove Placeholder Continuations [Part III: Remove current float-splitting code.] r=roc 2009-08-31 11:25:35 -07:00
nsPlaceholderFrame.h Bug 492627 - Remove Placeholder Continuations [Part III: Remove current float-splitting code.] r=roc 2009-08-31 11:25:35 -07:00
nsPluginUtilsOSX.h Implement Cocoa NPAPI event model. b=435041 sr=roc 2009-08-26 17:29:47 -07:00
nsPluginUtilsOSX.mm Bustage fix for bug 435041. 2009-08-26 18:21:50 -07:00
nsQueryFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsSelection.cpp Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
nsSimplePageSequence.cpp
nsSimplePageSequence.h
nsSpacerFrame.cpp
nsSplittableFrame.cpp Bug 371839. Assertions that scan all continuations should bail out if the continuation chain is too long, so they don't add O(N) to algorithmic complexity. r=bzbarsky 2009-07-10 14:03:03 +12:00
nsSplittableFrame.h
nsTextFrame.h Backed out changeset 1e6d52401dd2 2009-09-04 15:32:17 +02:00
nsTextFrameTextRunCache.h
nsTextFrameThebes.cpp Backed out changeset 1e6d52401dd2 2009-09-04 15:32:17 +02:00
nsTextFrameUtils.cpp
nsTextFrameUtils.h
nsTextRunTransformations.cpp Bug 492309. Remove useless gfxTextRuNnFactory flags. r=vlad 2009-07-30 14:59:41 +12:00
nsTextRunTransformations.h
nsVideoFrame.cpp Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap 2009-08-20 14:52:48 -07:00
nsVideoFrame.h Bug 501535 - Don't update poster attribute on <audio> elements, only on <video>. r+/sr+ roc. 2009-07-07 14:02:06 +12:00
nsViewportFrame.cpp Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
nsViewportFrame.h Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
punct_marks.x-ccmap