gecko-dev/layout
kin%netscape.com bfd4c1f102 Fix for bugs #7153, #10673, #12066, #12067, and #12793.
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h

  - Added code to scroll the selection into view
    after processing key events.
  - Commented out the hack that redraws the entire
    view when the focus is gained and lost. Replaced
    the hack code with calls to RepaintSelection().

layout/base/public/nsIFrameSelection.h
layout/base/public/nsIPresShell.h
layout/html/base/src/nsPresShell.cpp
   - Added ScrollSelectionIntoView() and RepaintSelection() methods.

layout/base/src/nsRangeList.cpp
   - Added implementation for ScrollSelectionIntoView() and
     RepaintSelection().
   - Check for NULL primary frame in GetFocusNodeRect()
     to fix bug #12793.
1999-08-30 21:54:40 +00:00
..
base Fix for bugs #7153, #10673, #12066, #12067, and #12793. 1999-08-30 21:54:40 +00:00
build Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
doc Fixed the case of the stylesheet PI 1999-08-24 04:44:38 +00:00
events * clean up nsScriptSecurityManager 1999-08-29 21:58:42 +00:00
forms change all index parameters to PRInt32 from PRUint32 1999-08-27 14:42:27 +00:00
generic Changed block frame code to cache the max element width. This enables 1999-08-28 00:39:55 +00:00
html Fix for bugs #7153, #10673, #12066, #12067, and #12793. 1999-08-30 21:54:40 +00:00
macbuild added files: mozilla/layout/xul/base/src/nsStdColorPicker.cpp 1999-08-28 04:28:59 +00:00
style Provide a small margin around tables and images here instead of hardcoding (bug #2119); make links red when active (bug #11230) 1999-08-27 21:51:46 +00:00
tables Changes to the cell map to support incremental insertion and removal of rows. Currently 1999-08-30 00:01:09 +00:00
tools added -moz-border-radius 1999-04-03 03:15:01 +00:00
xml Work in progress to integrate Keith Visco's XSL processor, Transformiix, into Gecko. All code is protected by #ifdef XSL and will not affect the build. 1999-08-28 07:31:08 +00:00
xsl Work in progress to integrate Keith Visco's XSL processor, Transformiix, into Gecko. All code is protected by #ifdef XSL and will not affect the build. 1999-08-28 07:37:23 +00:00
xul Improvements to tree scrolling. 1999-08-30 00:00:31 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in build xul 1999-01-21 03:41:43 +00:00
makefile.win Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout. 1999-06-28 14:12:07 +00:00