Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
kin%netscape.com 9cf7b833fb Fix for bug #35899 (Page scrolls on selecting text in position:relative div)
- Rewrote the auto-scrolling code to handle the fact that events are now passed
    directly to frames, even though the mouse is outside the window, and the frame
    is not in the clip view. The old code assumed that the viewport frame always
    caught and handled the event, which was the way it used to be.
  - AutoScroll methods now give the option of scrolling parent scrollable views.

r=jfrancis@netscape.com

Fix for bug #49467 (Spell checking not working in composer or NS 6 IM )

  - We no longer throw an error if we are trying to scroll the selection
    into view, when the selection is in a view that has no parent scrollable
    view ... we just return NS_OK and do nothing.

r=syd@netscape.com
2000-08-30 19:42:47 +00:00
apache/gzip/src
build www.mozilla.org is back, so re-adding to bloat URLs. 2000-08-30 12:17:57 +00:00
calendar
caps Not part of build. Adding security regression test suite driver (mozDriver). 2000-08-29 21:50:56 +00:00
cck Adding customized UserAgent String to the Browser all-ns.js 2000-08-30 01:26:39 +00:00
chrome Fix for 50668. r=dprice 2000-08-29 22:10:49 +00:00
cmd
config adding GARBAGE_DIRS variable for clobbers... so we can have core directories 2000-08-30 01:15:32 +00:00
content Fix for bug #35899 (Page scrolls on selecting text in position:relative div) 2000-08-30 19:42:47 +00:00
db don't write out row comments for mork, r=waterson 44556 2000-07-26 21:14:34 +00:00
dbm Tinderbox break - change OS/2 only code - third time is a charm 2000-07-10 20:38:41 +00:00
directory remove items relating to cleanup constructors, destructors, and initializers. a=r=(not built) 2000-08-24 03:41:05 +00:00
docshell currentURI property removed from nsIDocShell. currentURI property changed to return nsIURI on nsIWebNavigation. b=46847, r=valeski, a=valeski 2000-08-30 11:32:30 +00:00
dom Fix for bug 50682. Regression introduced that prevented window.title from being changed. r=jst 2000-08-30 18:38:30 +00:00
editor fix for bug 49889; r=fm 2000-08-30 04:33:20 +00:00
ef
embedding Copy cls's hack to another makefile to fix nebiros bustage. This prevents time.h from being included on Sun's WorkShop compiler. r=scc 2000-08-30 12:29:39 +00:00
expat Some compilers don't like C++ comments in C files. Changing to C comments. 2000-08-30 01:35:07 +00:00
extensions --NOT PART OF DEFAULT BUILD-- 2000-08-30 04:31:10 +00:00
gc/boehm [not part of build] fixed getFileLocation(), had broken Mac format. 2000-08-20 20:04:44 +00:00
gconfig
gfx d=backing out my changes, until we can figure out what version of gtk we 2000-08-30 02:38:43 +00:00
grendel
htmlparser Fixing a potential bustage!!! 2000-08-30 19:03:15 +00:00
include Removing unused files. Not part of build. r=mkaply. 2000-08-26 16:48:13 +00:00
intl better fix for 35004. thanks John G. Myer's patch. r=ftang 2000-08-29 23:48:34 +00:00
java Add lib directory to -L line. 2000-08-24 23:03:34 +00:00
jpeg Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
js Script to NSPR-ize and 'PL-ize' jsdhash.[ch] so they fit (sort of) over in xpcom/ds. 2000-08-30 19:30:33 +00:00
js2 Fixed printOperands to handle <NaR> 2000-08-23 01:07:19 +00:00
l10n Removing pref-proxies.dtd and pref-proxies.xul from builds they seem to be unused. r=ben a=brendan 2000-08-25 03:18:15 +00:00
layout Fix for bug #35899 (Page scrolls on selecting text in position:relative div) 2000-08-30 19:42:47 +00:00
lib Turn off profiling, duh 2000-08-30 06:03:00 +00:00
mailnews Fix for sync crash bug #: 2132 r: putterman 2000-08-30 18:51:56 +00:00
modules Build fixes for BeOS. Thanks to Dan Moore <pergamon@68k.org> for the patch. 2000-08-30 07:21:31 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk - bug 41950 Getting redirects to work. Adding in LOAD_REPLACE to channel 2000-08-29 03:16:16 +00:00
network/protocol/http
nsprpub Bugzilla bug #45223: backed out the HAVE_LONG_LONG define. The Mozilla 2000-08-30 17:12:11 +00:00
nunet
parser Fixing a potential bustage!!! 2000-08-30 19:03:15 +00:00
plugin/oji/MRJ Fixes for bug #49510. 2000-08-26 05:37:43 +00:00
privacy
profile Fixing bug 6464. Moving Users50 and registry location on windows to Application Data folder. r=dveditz,ccarlen 2000-08-29 23:44:48 +00:00
rdf Bug 50499. Fix FMM that was caused by DOM string changes. r=bruce 2000-08-30 04:21:06 +00:00
README/mozilla Just added a newline for test purposes 2000-08-04 04:49:05 +00:00
security Updated release notes for PSM 1.3. 2000-08-30 04:33:05 +00:00
silentdl
string From scc, to help with bug 44372: add NS_NAMED_LITERAL_STRING macros. r=me 2000-08-30 00:24:57 +00:00
suite
sun-java Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381 2000-07-27 21:56:07 +00:00
themes tidy up makefile some more 2000-08-30 05:35:14 +00:00
timer
tools First checked in. 2000-08-30 00:16:58 +00:00
tripledb
uriloader API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
view Bug 49175. Change O(n^2) child view traversal to O(n). Trim unused view painting code. O(n^2)->O(n) change submitted by alex@cendio.se. r=kmmclusk,a=brendan 2000-08-24 19:54:46 +00:00
wallet
webshell Bug 15623. Fixed registration of nsKeygenHandler. 2000-08-25 18:48:50 +00:00
webtools make legends horizontal 2000-08-30 02:30:34 +00:00
widget fix for bugscape bug 2119. menu bars were not unregistering themselves as document observers when deleted. r=waterson. 2000-08-30 06:45:23 +00:00
xpcom Add pldhash.[ch], sed-translated from js/src/jsdhash.[ch]. 2000-08-30 19:32:03 +00:00
xpfc
xpfe Impl of GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski 2000-08-30 11:37:41 +00:00
xpinstall back in we go 2000-08-30 07:12:40 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh embedding/browser/setup was cvs removed a couple of days ago, removing the 2000-08-28 01:42:45 +00:00
client.mak modify client.mak to include commented out co variables needed to pull tree on branch to make future branches slightly easier. 2000-07-26 22:43:27 +00:00
client.mk Remove obsolete pull l10n commands. 2000-06-29 00:18:55 +00:00
configure Automated update 2000-08-25 08:45:08 +00:00
configure.in Rename libzlib -> libz complying with standard zlib naming convention. 2000-08-25 08:32:19 +00:00
LEGAL
LICENSE
Makefile.in adding GARBAGE_DIRS variable for clobbers... so we can have core directories 2000-08-30 01:15:32 +00:00
makefile.win Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk