Commit Graph

70050 Commits

Author SHA1 Message Date
jst%netscape.com
90cc9d88a4 Checking in a infinite loop fix done by Vidur, not part of the build. 2000-09-10 23:24:10 +00:00
cls%seawood.org
023a68e714 Fix the ifdef to match the comment. 2000-09-10 22:31:10 +00:00
bryner%uiuc.edu
0f1b0e9e6d Checking in patch for Jan Varga <varga@utcru.sk> to enable shift-up and shift-down to extend the current selection in trees. bug 41130. r=bryner, a=brendan. 2000-09-10 22:29:04 +00:00
vidur%netscape.com
43d4d9e1bc Better factoring of code. This is not part of the build. 2000-09-10 22:22:58 +00:00
kestes%staff.mail.com
0da9c3f53a add more interesting types of builds to better simulate real
environments and because we missed a few errors using the old test
script.
2000-09-10 20:44:03 +00:00
sfraser%netscape.com
27de4a29ea Remove QuickTimeLib from linkage, because it comes in already from InterfaceStubs. This fixes 1400 link warnings. 2000-09-10 20:09:09 +00:00
BlakeR1234%aol.com
b3fab89bc6 Classic skin polish (46613): focus issues 2000-09-10 20:03:32 +00:00
BlakeR1234%aol.com
d5d6dbd8b7 Classic skin polish (46613): the throbber shouldn't take focus (48467) -- better way to fix it 2000-09-10 19:48:46 +00:00
BlakeR1234%aol.com
7f69bbf8dd actually... 2000-09-10 19:45:09 +00:00
jst%netscape.com
50937f5eae Getting the serializers up to par. This is not part of the build 2000-09-10 19:36:22 +00:00
BlakeR1234%aol.com
5432ec65c7 Classic skin polish (46613): menubuttons shouldn't take focus. r=ben 2000-09-10 19:34:56 +00:00
BlakeR1234%aol.com
a256332425 Classic skin polih (46613): the throbber shouldn't take focus (48467) 2000-09-10 19:27:59 +00:00
BlakeR1234%aol.com
a83098e35f Classic skin polish (46613): the throbber shouldn't take focus (48467) 2000-09-10 19:26:45 +00:00
bryner%uiuc.edu
22eea35134 Bug 51952 - make NS_BOX_ASSERTION get compiled away in release builds. r=syd. 2000-09-10 19:14:24 +00:00
beard%netscape.com
0d99fb7955 splitting out each individual type_size into separate report, to make it possible to visualize entire graph. 2000-09-10 18:33:27 +00:00
kestes%staff.mail.com
2bd43d9f97 document rmlogs 2000-09-10 17:33:42 +00:00
kestes%staff.mail.com
0f3e0ccf9a add configs for rmlogs 2000-09-10 17:32:00 +00:00
kestes%staff.mail.com
b1ead786ca script to clean out old log files.
untested.
2000-09-10 17:30:40 +00:00
kestes%staff.mail.com
3eab49b3f3 add security checks to get_env so users do not accidentally run any
programs as root.
2000-09-10 17:29:17 +00:00
dave%intrec.com
11e0517dfa Fix for bug 51487: Now only checks for a valid QA Contact if it actually
asked you for one.  Thanks to bg.mahesh@team.indiainfo.com (B.G. Mahesh)
for catching this.
2000-09-10 16:54:04 +00:00
karnaze%netscape.com
caa8c1e5a2 new regression tests, not affecting the build. 2000-09-10 16:09:52 +00:00
kestes%staff.mail.com
8d5fc3ec65 typo, missing parenthesis around arguments in encrypt_passwd()
fixed also in  security_problem()
2000-09-10 16:01:28 +00:00
rpotts%netscape.com
b845d5a563 Changed the nsIInputStreams created by the storage stream to be thread-safe... 2000-09-10 08:12:26 +00:00
rpotts%netscape.com
8e087079f1 Do not crash when calling GetNExtCache() if the Disk Cache is not available... 2000-09-10 08:11:40 +00:00
BlakeR1234%aol.com
897c00d471 Fix bug 50462, mozilla logo is missing in the about page. patch by Henrik Gemal (gemal@gemal.dk), r=me a=brendan 2000-09-10 08:07:29 +00:00
rpotts%netscape.com
a6a9fc832c Fixed memory leak when calling nsCachedNetData::GetUriSpec(...). 2000-09-10 07:58:27 +00:00
vidur%netscape.com
494f68282a Added IsBlock() to nsIParserService. r=jst 2000-09-10 07:05:09 +00:00
vidur%netscape.com
580c3f4c4b Added missing HTML tags. r=jst 2000-09-10 07:04:30 +00:00
vidur%netscape.com
8a929ef767 Added _moz_dirty. r=jst 2000-09-10 07:04:07 +00:00
vidur%netscape.com
4a4e16e81f Backing out inadvertant checkin of makefiles. 2000-09-10 06:47:21 +00:00
vidur%netscape.com
6a4f351b72 Pretty printing in HTML. Much code lifted from nsHTMLContentSinkStream. This is not part of the build. 2000-09-10 06:44:06 +00:00
rpotts%netscape.com
77de77a99c Cleaned up the cache selection code in GetCacheAndReplacementPolicy(...). 2000-09-10 06:13:30 +00:00
rpotts%netscape.com
547b224ba4 do not try to evict cache entries that are active... 2000-09-10 06:11:57 +00:00
rpotts%netscape.com
b1fc56b6b2 Random improvements to the memory cache... 2000-09-10 06:10:52 +00:00
rpotts%netscape.com
adeb8b8d11 bug #37434. Added a call to nsIDocShellLoadInfo::SetStopActiveDocument(...) before calling LoadURI in both SetHRefWithBase() and SetURI(). This causes the active document to be stopped immediately (which prevents further processing of the active document) 2000-09-10 06:02:11 +00:00
rpotts%netscape.com
7215069dbb bug #37434. Added an attribute to nsIDocShellLoadInfo to indicate whether the active document should be stopped immediately... 2000-09-10 06:00:46 +00:00
bryner%uiuc.edu
f7a6f320c1 Fixing bug 51096 - crash after changing mousewheel prefs twice. Also remove some assertions and fix a longstanding inconsistency/bug with mousewheel text zoom and history navigation. r=ben. 2000-09-10 05:35:36 +00:00
disttsc%bart.nl
861f18916a Fixing the news subscribe checkmark to stop messing with the line height. bug=46613, r=ben 2000-09-10 02:44:51 +00:00
disttsc%bart.nl
f36a93a92e Fixing the news subscribe checkmark to stop messing with the line height. r=ben 2000-09-10 02:44:11 +00:00
vidur%netscape.com
0e01977561 Added parser service methods to aid external serialization. r=jst 2000-09-10 02:28:11 +00:00
vidur%netscape.com
198f095420 New HTML and XML serializers. This is not part of the build 2000-09-10 02:17:54 +00:00
jst%netscape.com
ce95288e37 Adding character offsets to various methods. Not part of the build. 2000-09-10 00:09:14 +00:00
jst%netscape.com
c552790c44 Whitespace changes, not part of the build. 2000-09-09 23:53:39 +00:00
jst%netscape.com
5234fdf91a Change interface to allow the implementation to be more efficient. Not part of the build. 2000-09-09 23:52:59 +00:00
dprice%netscape.com
4c6580909c preparing for Jar Packaging If jar packaging is enabled don't copy
navigator.dtd, it will be placed in the jar.  currently this is disabled.
2000-09-09 22:54:07 +00:00
rods%netscape.com
fd9585e532 adding rules for show text in a disabled state in the button element
b=41252 r=attinasi
2000-09-09 22:21:15 +00:00
rods%netscape.com
e50b4c7bdd reverting back to using macro for impl of set/get of disabled attr
b=41252 r=attinasi
2000-09-09 22:18:53 +00:00
rods%netscape.com
01814104cb removing bloat - removed unneeded boolean and an nsIHTMLContent pointer
b=51886 r=kmcclusk
2000-09-09 22:15:57 +00:00
rods%netscape.com
ecfca9724d wasn't setting status to NS_FRAME_COMPLETE
b=49010 r=buster
2000-09-09 22:13:12 +00:00
vidur%netscape.com
5aa91138cd Removed unnecessary attribute serializer. This is not part of the build yet. 2000-09-09 22:03:58 +00:00