gecko-dev/layout/base
mrbkap%gmail.com 49801f467c Add an API on the presshell for invalidating the caret if it isn't currently
contained entirely in its frame. Use it in the editor where we remove the
caret's frame out from under it without properly notifying it (due to selection
batching). bug 335065, r+sr=roc
2006-11-07 01:35:36 +00:00
..
tests Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 12:36:03 +00:00
.cvsignore
Makefile.in Kill nsGeneratedContentIterator and related classes and code since it's not used. r/sr=dbaron b=357957 2006-10-25 20:24:00 +00:00
bidicattable.h Update data files to Unicode 5.0. Bug 345156, r=jshin, sr=jag 2006-07-30 12:50:15 +00:00
nsBidi.cpp Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping. Bug 280936, r=jshin, sr=rbs 2006-08-17 09:23:13 +00:00
nsBidi.h
nsBidiPresUtils.cpp Don't descend into bidi leaves in InitContinuationStates(). bug=348711 r+sr=roc 2006-08-17 07:50:35 +00:00
nsBidiPresUtils.h Bug 328168: Horizontal paddings, borders and margins on multi-frame bidi inlines appear in the wrong places. Patch by Haamed Gheibi <gheibi@gmail.com>. r=roc+uriber, sr=roc. 2006-06-15 08:16:23 +00:00
nsBidiUtils.cpp Only strip zero-width joiner and non-joiner control characters when we do our own Arabic shaping. Bug 280936, r=jshin, sr=rbs 2006-08-17 09:23:13 +00:00
nsBidiUtils.h Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa 2005-04-10 06:40:10 +00:00
nsCSSColorUtils.cpp One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsCSSColorUtils.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsCSSFrameConstructor.cpp Walk out of all pseudos when doing a containing block reframe. Bug 336718, 2006-11-06 01:36:25 +00:00
nsCSSFrameConstructor.h Don't allow positioning or floating <mtable>. Bug 355993, r=bernd, sr=rbs 2006-10-10 14:44:34 +00:00
nsCSSRendering.cpp Bug 350148. Improve scrolling of large documents generally by only searching descendants of the moving frame for position-varying graphics when we know we've actually painted position-varying graphics in this prescontext. r+sr=dbaron 2006-09-19 22:05:33 +00:00
nsCSSRendering.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsCaret.cpp Bug 233348: BiDi marker is hidden when the caret is at the edge of a textarea. Patch by Haamed Gheibi <gheibi@gmail.com>. r=mrbkap sr=roc 2006-11-01 18:31:42 +00:00
nsCaret.h Moved mCaretBidiLevel and its accessors from nsPresShell to nsFrameSelection. Also added sBidiKeyboard as a static service to nsContentUtils. bug=346891 r+sr=roc 2006-08-08 05:14:52 +00:00
nsChangeHint.h Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
nsChildIterator.cpp One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsChildIterator.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsCompatibility.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsCounterManager.cpp One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsCounterManager.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsDisplayList.cpp Bug 343445. Change inline reflow strategy to avoid looking ahead through words while measuring text. r+sr=dbaron 2006-10-19 01:47:47 +00:00
nsDisplayList.h Bug 350148. Fix scrolling in IFRAMEs with borders or outlines, by having OptimizeVisibility take account of the fact that borders or outlines whose inner rectangle entirely encloses the visible area are not, in fact, visible. r+sr=dbaron 2006-09-19 21:58:52 +00:00
nsDocumentViewer.cpp Landing fix for bug 324036. Fix bogus assertion. Patch by ajvincent@gmail.com, r+sr=jst@mozilla.org 2006-10-19 22:43:59 +00:00
nsFrameManager.cpp Add asserts and documentation to enfoce correct behavior. Bug 316267 followup, 2006-11-06 01:17:32 +00:00
nsFrameManager.h Bug 347836, Add static method to get nsIRootBox, r+sr=roc 2006-08-08 10:40:11 +00:00
nsFrameManagerBase.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsFrameTraversal.cpp Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
nsFrameTraversal.h Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
nsGenConList.cpp One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsGenConList.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsICaret.h Update the caret position after reflows to avoid turds. bug 334649, r+sr=roc 2006-04-28 04:33:41 +00:00
nsIChromeEventHandler.idl Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
nsIDocumentViewer.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsIDocumentViewerPrint.h Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
nsIFrameTraversal.h Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
nsIImageMap.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsILayoutDebugger.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsILayoutHistoryState.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsIPercentHeightObserver.h Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
nsIPresShell.h Add an API on the presshell for invalidating the caret if it isn't currently 2006-11-07 01:35:36 +00:00
nsIReflowCallback.h Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
nsISelectionImageService.idl
nsIStyleSheetService.idl Rev the iid. Bug 335689, r+sr=dbaron 2006-06-20 04:21:56 +00:00
nsImageLoader.cpp Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking 2006-06-16 21:07:47 +00:00
nsImageLoader.h Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking 2006-06-16 21:07:47 +00:00
nsLayoutAtoms.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsLayoutDebugger.cpp One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsLayoutErrors.h
nsLayoutHistoryState.cpp Oops, added the comment in the wrong place. 2006-03-30 06:16:27 +00:00
nsLayoutUtils.cpp Bug 301149 :hover is processed in Print Preview mode r+sr=roc 2006-11-01 13:56:48 +00:00
nsLayoutUtils.h Bug 301149 :hover is processed in Print Preview mode r+sr=roc 2006-11-01 13:56:48 +00:00
nsPresContext.cpp Coalesce native theme change notifications to deal with the dozens of them we 2006-09-12 04:36:03 +00:00
nsPresContext.h Bug 350148. Improve scrolling of large documents generally by only searching descendants of the moving frame for position-varying graphics when we know we've actually painted position-varying graphics in this prescontext. r+sr=dbaron 2006-09-19 22:05:33 +00:00
nsPresShell.cpp Add an API on the presshell for invalidating the caret if it isn't currently 2006-11-07 01:35:36 +00:00
nsPresState.cpp Bug 345339, attachment 243112: Revisit nsPresState, patch by Karthik Sarma <karthik3@comcast.net>, r+sr=roc 2006-11-06 16:08:20 +00:00
nsPresState.h Bug 345339, attachment 243112: Revisit nsPresState, patch by Karthik Sarma <karthik3@comcast.net>, r+sr=roc 2006-11-06 16:08:20 +00:00
nsQuoteList.cpp One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsQuoteList.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsStyleChangeList.cpp Use memmove() instead of memcpy() for potential overlapping regions. b=337896 r+sr=dbaron 2006-06-03 14:19:21 +00:00
nsStyleChangeList.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsStyleConsts.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 05:56:38 +00:00
nsStyleSheetService.cpp Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsStyleSheetService.h Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron 2006-06-08 14:32:20 +00:00
symmtable.h Update data files to Unicode 5.0. Bug 345156, r=jshin, sr=jag 2006-07-30 12:50:15 +00:00