Commit Graph

71195 Commits

Author SHA1 Message Date
nisheeth%netscape.com
8a304de6e3 r=reviewers@netscape.com (buster, waterson). Fix for nsbeta3+ bug . Turning on async reflow during doc load by default. This can be turned off by setting the "layout.reflow.async.duringDocLoad" pref to false in prefs.js. 2000-09-20 07:20:23 +00:00
hyatt%netscape.com
b4f9426de5 added files: mozilla/layout/xbl/src/nsXBLDragHandler.cpp, mozilla/layout/xbl/src/nsXBLFocusHandler.cpp, mozilla/layout/xbl/src/nsXBLFormHandler.cpp, mozilla/layout/xbl/src/nsXBLKeyHandler.cpp, mozilla/layout/xbl/src/nsXBLLoadHandler.cpp, mozilla/layout/xbl/src/nsXBLMouseHandler.cpp, mozilla/layout/xbl/src/nsXBLMouseMotionHandler.cpp, mozilla/layout/xbl/src/nsXBLScrollHandler.cpp, mozilla/layout/xbl/src/nsXBLXULHandler.cpp 2000-09-20 07:18:51 +00:00
hyatt%netscape.com
662e53652a Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan 2000-09-20 07:16:04 +00:00
dp%netscape.com
8d3608aa5e bug 53122 OnFileAvailable() not being called due to release of
mCacheEntry by nsHTTPChannel before calling stop request. Delaying
release until after onStopRequest is called.

bug 51043 Caching cgi when we are not supposed to. Now we refetch a
page if there isn't Modified-Since header being sent. That isolates
cgis pretty well and keeps normal pages working as is.

bug 53272 Cache corruption triggers when we hit DNS errors. This is
due to the entry being in memory and never being flushed to
disk. Calling CacheAbort() on the error condition from
ResponseCompleted() takes care of that.
r=neeti, gagan
2000-09-20 07:13:03 +00:00
waterson%netscape.com
5e7b70af9e Fix build bustage. 2000-09-20 06:40:22 +00:00
waterson%netscape.com
7dc55680e8 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
jst%netscape.com
ac39c5e211 Fixing nsbeta3+ bug 52724. Fixing an oversight found by David Baron in HTMLDocument::createElement(), this makes document.createElement() be case insensitive. r/a=vidur, r=nisheeth 2000-09-20 05:12:44 +00:00
bienvenu%netscape.com
d5e488cde1 fix crash replying to outlook message with dashed frame 52130 r=buster,waterson 2000-09-20 04:02:20 +00:00
bienvenu%netscape.com
9b64d1b576 fix problem printing news messages r=mscott 52194 2000-09-20 03:43:08 +00:00
bienvenu%netscape.com
6c09e09665 fix corruption of msg threads r=scott 53184 2000-09-20 03:41:34 +00:00
idk%eng.sun.com
76df12a895 * NOT PART OF TBOX BUILDS *
Fixed bug with [out] parametrs in java.
Improved component registration.
Added test for accessing ComponentManager from java
2000-09-20 01:32:12 +00:00
danm%netscape.com
09403a30de nip infinite recursion in GetInsertionPoint that can happen with xbl bindings that generate anonymous content and also contain a children element, as do trees and tabs. bugs 53116,53150. r=hyatt 2000-09-20 01:02:04 +00:00
hewitt%netscape.com
78dc4445ff #46423 - [Modern] address book cleanup, r=hangas, a=ben 2000-09-20 00:26:30 +00:00
hewitt%netscape.com
5b1b43ef14 #46519 - [Classic] address book cleanup, r=hangas, a=ben 2000-09-20 00:25:35 +00:00
hewitt%netscape.com
0f54503b23 #46519 - [Classic] messenger focus rings and general cleanup, r=hangas, a=ben 2000-09-20 00:24:05 +00:00
hewitt%netscape.com
b2c95cd219 #46423 - messenger focus rings, :active behavior on "File" button, r=hangas, a=ben 2000-09-20 00:14:58 +00:00
waterson%netscape.com
a9720c40a8 Bug 50999. Make nsBindingManager keep track of nsIAnonymousContentCreator-generated content; simplify anonymous content cleanup dance by making nsIBindingManager::ChangeDocumentFor() method. r=dbaron,hyatt a=hyatt 2000-09-20 00:14:04 +00:00
hewitt%netscape.com
77e746f116 #46015 - making Ctrl-R work correctly for reload, r=hangas, a=ben 2000-09-20 00:08:50 +00:00
akkana%netscape.com
2cd33c0fcb More 50252: Handle the gtk keypad keys too. r=kin,pavlov 2000-09-20 00:02:30 +00:00
hewitt%netscape.com
af6ca0df71 #46423 - cleaner navbar disabled buttons, r=marlon, a=ben 2000-09-19 23:59:38 +00:00
disttsc%bart.nl
8059ff48f3 Fixes a minor gotcha when selecting View -> Text Size -> Other, then cancel. Checkmark was left on Other instead of being set back on the menuitem it was on before. bug=52971, r=mozbot, a=brendan. 2000-09-19 23:59:32 +00:00
hewitt%netscape.com
c6d90cc5d0 #46423 - polish for menupopups of button-toolbar-2, r=hangas, a=ben 2000-09-19 23:58:36 +00:00
hewitt%netscape.com
7b4f2f099d #46423 - menu tweaks and tooltip color change, r=hangas, a=ben 2000-09-19 23:57:37 +00:00
hewitt%netscape.com
d7434b175b #46423 - [Modern] toolbar collapsing fix, r=hangas, a=ben 2000-09-19 23:56:19 +00:00
hewitt%netscape.com
08ee3cc4c9 #46423 - [Modern] making grippies scale vertically, r=hangas, a=ben 2000-09-19 23:48:52 +00:00
hewitt%netscape.com
afa6f41e31 #46423 - [Modern] making grippies scale vertically, r=hangas, a=ben 2000-09-19 23:40:04 +00:00
robinf%netscape.com
d645432191 *** empty log message *** 2000-09-19 23:24:39 +00:00
danm%netscape.com
afaee3e052 re-allow generalized event dispatch for windowshaded windows, but disallow mousemoved events. fixes bugs 33735, 51649, 52950, 51642. reverts bug 49007. sorry. r=pinkerton,sfraser. 2000-09-19 23:13:39 +00:00
disttsc%bart.nl
ddb9d0e7b8 Fixes View -> Text Size -> Other not opening a dialog on jar builds. Forgot to check this in last time. bug=52968, r=ben, a=brendan 2000-09-19 23:13:02 +00:00
ssu%netscape.com
ed04f3e558 fixing bugscape #2351 - Cannot install from N6Setup.exe due to stale ns_temp dir. Affects only windows platforms a=mscott r=sgehani 2000-09-19 23:12:43 +00:00
hewitt%netscape.com
e42c412dfc #46423 - [Modern] disabled text on navbar buttons should be dark, r=hangas, a=ben 2000-09-19 23:10:40 +00:00
hewitt%netscape.com
bc4f53ee4f #46423 - [Modern] tree cleanup, r=hangas, a=ben 2000-09-19 23:09:41 +00:00
timeless%mac.com
e1d0fc4b64 fix bug 38866 r=ducarroz a=brendan using the revised string Auto-Detect per brendan and rudman 2000-09-19 23:02:06 +00:00
svn%xmlterm.org
a3325e5e32 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Fixed missing caret problem. Updated jar.mn for locale stuff.
2000-09-19 23:01:42 +00:00
hewitt%netscape.com
bb7322f783 #46519 - get rid of border around treehead > treerow, r=hangas, a=ben 2000-09-19 23:01:25 +00:00
hewitt%netscape.com
208706fadb #52828 - removed buggy tabpanel binding, r=hangas, a=ben 2000-09-19 22:59:24 +00:00
svn%xmlterm.org
0335ce1201 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Locale chrome changes. Added makefiles to handle xmltermOverlay.dtd
2000-09-19 22:58:39 +00:00
hewitt%netscape.com
898126100e #46519 - put menubar on messageWindow within toolbox, r=hangas, a=ben 2000-09-19 22:58:28 +00:00
hewitt%netscape.com
968d0d5f24 #53084 - put twisties back on address book, r=hangas, a=ben 2000-09-19 22:55:42 +00:00
hewitt%netscape.com
9a48263674 #52872 - removed extra tabs on form manager, r=hangas, a=ben 2000-09-19 22:51:09 +00:00
hewitt%netscape.com
1015cce555 #46519 - composer edit mode tab stuff, r=hangas, a=ben 2000-09-19 22:46:47 +00:00
hewitt%netscape.com
706f740af3 #45102 - theme preview images, r=hangas, a=ben 2000-09-19 22:41:53 +00:00
sspitzer%netscape.com
ece84d85ec part of the fix for #46888. after cancelling a news message, you can't
select another message.  fix by naving@netscape.com.  r=sspitzer,a=mscott
also a couple bullet proofing fixes to prevent crashes.
2000-09-19 22:40:52 +00:00
akkana%netscape.com
97bbdea721 50252: Fix non-alphabetic control/alt key events. r=kin,pavlov 2000-09-19 22:40:04 +00:00
sspitzer%netscape.com
ebe152cc4f bullet proofing for crash in #53250, related to #49115
r/a=mscott
2000-09-19 22:37:02 +00:00
harishd%netscape.com
715a0d19de 52013 - Block sink reentrance to avoid frame duplication.
49115 - Delay breaking the circularity, between parser & snk, with a death grip!!!

r=jst
a=vidur
[sheriff approved]
2000-09-19 22:35:50 +00:00
rpotts%netscape.com
415c5d1008 bug #21095. Registering about:cache handler for windows and unix. The mac is excluded until some project work is done... 2000-09-19 22:33:55 +00:00
mscott%netscape.com
2f517e5cb1 Bug #52712 --> use collapsed attribute instead of hide consistantly...fixes problem
where attachment button would stop working after you switched folders
r=alecf
2000-09-19 22:26:54 +00:00
danm%netscape.com
b217b5e385 skip parent window activation (bug 22658) on close if parent is HiddenWindow. bug 51619. r=hyatt 2000-09-19 22:17:32 +00:00
harishd%netscape.com
b343a2b4b8 42429 - Enabling code that I'd to back out due to bug 52443.
Looks like the TABLE code is ready to face the change.

r=rickg
a=jst
2000-09-19 22:13:53 +00:00