gecko-dev/layout/html
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
content Nuked some warnings 1999-08-27 21:43:33 +00:00
document Fixed bug #10571 by always initializing 'ref' 1999-08-27 21:52:19 +00:00
forms * clean up nsScriptSecurityManager 1999-08-29 21:58:42 +00:00
style Fix for bug #12751. Optimized PaintBorder() so if the dirty rect is completely 1999-08-29 03:25:56 +00:00
table Changes to the cell map to support incremental insertion and removal of rows. Currently 1999-08-30 00:01:09 +00:00
tests new regression tests 1999-08-27 21:46:14 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in fixed this test to go through the component manager. turn it back on. 1999-05-27 02:41:16 +00:00
makefile.win Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00