vidur%netscape.com
d8c5f3cd3f
Fix for bug 9779. Element::normalize() now combines more than 2 nodes. Fix for bug 20677. Temporary fix that ensures that SetDocument calls percolate down the entire subtree. a=dagley r=nisheeth
1999-12-22 01:54:04 +00:00
vidur%netscape.com
272db862ac
Fix for bug 17726. Text.splitText now creates the correct type of node. Added nsITextContent::CloneContent to enable cloning without copying of the text. a=dagley r=nisheeth
1999-12-22 01:51:58 +00:00
dougt%netscape.com
8b081cae4b
removing nsIFile stuff from the windows makefile for now. a=sdagley.
1999-12-22 01:50:30 +00:00
vidur%netscape.com
70de582cc6
Fix for bug 18840. Radio button groups are now reflected as collections in a form's namespace. Added nsIDOMHTMLFormControlList interface and special handling for namedItem method that return a jsval. a=dagley r=pollmann
1999-12-22 01:48:47 +00:00
vidur%netscape.com
87722ed65b
added files: mozilla/dom/src/html/nsJSHTMLFormControlList.cpp
1999-12-22 01:48:41 +00:00
dougt%netscape.com
7b6cb1119f
fix for 16273. r=valeski, a=sdagley.
1999-12-22 01:47:59 +00:00
sspitzer%netscape.com
83297e1d52
add titles to the filter dialogs. remove the html select and use my
...
whizbang folder picker instead. r=putterman a=sdagley
1999-12-22 01:46:53 +00:00
vidur%netscape.com
f2a687efd0
Fix for 20955. Fixed FMMs in window.navigator methods. a=dagley r=pollmann
1999-12-22 01:43:48 +00:00
waterson%netscape.com
48a17f7378
Bug 22305. Fix leak when replacing cache entry for style sheet and prototype document. r=buster, a=sdagley
1999-12-22 01:42:42 +00:00
briano%netscape.com
9bfda42fbf
Fix for the mysterious breakage when using the Workshop compiler on Solaris builds.
1999-12-22 01:42:19 +00:00
waterson%netscape.com
44416b6765
Bug 22305. Fix accounting for style sheets and rule processors; r=buster, a=sdagley
1999-12-22 01:41:42 +00:00
sspitzer%netscape.com
bfc18b87ab
initialize some variables, fix a comment, fix a FMM
1999-12-22 00:41:38 +00:00
nisheeth%netscape.com
e16ee8dfd1
Fixing build bustage. libutil can only get compiled after xpcom.
1999-12-22 00:39:32 +00:00
sspitzer%netscape.com
4b7de92dda
implement more of the View | Sort menu items, implement the View | Headers menu items, remove dead code. r=putterman, a=sdagley
1999-12-22 00:18:44 +00:00
briano%netscape.com
6bc395d764
Fix for build breakage on unappreciated platforms.
1999-12-22 00:08:29 +00:00
cls%seawood.org
1721c271f5
Cleaned up BeOS autoconf build.
...
Added RESOLVE_LINK_SYMBOLS for platforms that need to resolve all symbols when linking shared libs.
Removed use of EXTRA_LIBS from configure.
1999-12-22 00:07:07 +00:00
mccabe%netscape.com
2ad305edc7
#ifdefs to build the JavaScript engine under metrowerks on windows machines.
...
Fixes courtesy Chris Dillman <chrisd@plaidworld.com>.
r=mccabe
a=sdagley
1999-12-22 00:03:50 +00:00
nisheeth%netscape.com
bb5fded334
r=judson, a=sdagley. Include util.lib into linking process if MOZ_PERF is defined.
1999-12-22 00:03:29 +00:00
cls%seawood.org
fa0515f7eb
Look for the generated dependencies.beos at the top of the objtree not the top of the srctree. Remove dependencies.beos when running realclean or distclean.
1999-12-22 00:01:04 +00:00
nisheeth%netscape.com
d405506f3b
Build modules/libutil before netwerk on Unix and Windows. a=sdagley.
1999-12-21 23:55:04 +00:00
putterman%netscape.com
b22db21158
same as last checkin, forgot to put this in.
1999-12-21 23:41:06 +00:00
robinf%netscape.com
e461652e3c
changes to positioning of elements and text per discussions with Bijal
1999-12-21 23:39:41 +00:00
putterman%netscape.com
53bb123d4e
Fix for 21846. Next Msg works for thread view. r=sspitzer, a=sdagley
1999-12-21 23:38:31 +00:00
sspitzer%netscape.com
60a39256fc
fix FMM and UMR from purify, add some null sanity checks to fix various
...
crashers that I've seen.
1999-12-21 23:11:17 +00:00
sspitzer%netscape.com
e8a4061a40
warnings fixes, and fix for #21901 , all password dialogs to have titles
...
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
sspitzer%netscape.com
1fabe0ad70
sanity check and adding new line to the end of a file.
1999-12-21 22:56:49 +00:00
sspitzer%netscape.com
a4493ba510
ignore generated Makefile
1999-12-21 22:41:26 +00:00
valeski%netscape.com
953c59ac72
r=mcafee, a=sdagley. turning on date time protocol
1999-12-21 22:33:36 +00:00
valeski%netscape.com
b0cd9bb9e4
a=sdagley. turning on datetime protocl.
1999-12-21 22:33:01 +00:00
sspitzer%netscape.com
ebfba119c8
fix warnings, a=sdagley
1999-12-21 22:27:57 +00:00
valeski%netscape.com
7516a3f630
a=sdagley, r=dougt. set the min ftp thread count to 1 (from 4). now we only fire up 1 thread initially. Also set the stack size to default machine stack size. 22033
1999-12-21 22:25:37 +00:00
mark.lin%eng.sun.com
0b03c57e3d
Fixed webclient on Unix bustage.
1999-12-21 22:20:19 +00:00
sspitzer%netscape.com
8068ff2f39
fix for #22109 . r=putterman, a=sdagley
...
the problem was we were appending "/<newsgroup>" to the path to the server
by using AppendRelativeUnixPath. this leaf us with <path>//<newsgroup
and not <path>/newsgroup.
1999-12-21 21:59:15 +00:00
sspitzer%netscape.com
149097631d
take out a dump that is confusing people.
1999-12-21 21:43:29 +00:00
valeski%netscape.com
77298f5df4
a=dagley, r=dougt. 22033. FTP was having problems with multiline, multi read server greetings.
1999-12-21 21:15:03 +00:00
Jerry.Kirk%Nexwarecorp.com
ea7d518d39
Adding new files for PHOTON only.....
...
These files are mostly a place holder and will be finished up as time
permits.
1999-12-21 20:17:01 +00:00
pinkerton%netscape.com
a70a45911e
2nd fix for bustage, i hope.
1999-12-21 20:15:48 +00:00
pinkerton%netscape.com
61925ac5df
fix for bustage, i hope.
1999-12-21 19:56:15 +00:00
valeski%netscape.com
43833fbc0d
NOT IN BUILD. updating datetime protocol to add/remove itself from the load group
1999-12-21 19:40:05 +00:00
hyatt%netscape.com
221920403a
Patch that gets tabbing back into text fields. r=waterson
1999-12-21 19:35:13 +00:00
bryner%uiuc.edu
53890d7014
Fix a leak of an nsWindow reference every time you scroll with the mouse
...
wheel on Windows. Oops. r=syd, a=sdagley.
1999-12-21 19:32:43 +00:00
pinkerton%netscape.com
2275305f2f
remove hand-rolled QI and using scc's macros. Also removing static IID's where necessary. r=hyatt,scc a=sdagley.
1999-12-21 19:28:15 +00:00
pinkerton%netscape.com
fb5b637d44
fix bug #20610 where we were always placing xif on the clipboard twice. r=shaver a=sdagley.
1999-12-21 19:26:10 +00:00
varada%netscape.com
2b745a558c
fix for bug #14012 - we use the browser instead of the gif viewer for viewing both gif as well as bmps
1999-12-21 19:00:09 +00:00
jefft%netscape.com
ced3daada0
fixed bug 22043 -- [Dogfood] Can't forward imap mail: get 'mailbox does not exist' error; r=bienvenu,rhp a=chofmann
1999-12-21 18:28:27 +00:00
dcone%netscape.com
69464a3c0e
CopyDeepMask Will not be called when printing, this will crash the printer. Checkin ok'd by Hoffman. r=karnaze.
Bug=21759 (dogfood)
1999-12-21 18:19:52 +00:00
dcone%netscape.com
a8a44f76e2
Added an IsPrinter() call. Checkin ok'd by Hoffman. r=karnaze.
Bug=21759 (dogfood)
1999-12-21 18:19:05 +00:00
rhp%netscape.com
1e36d1d252
Adding files to the repository. NOT PART OF THE BUILD!
1999-12-21 17:55:56 +00:00
rhp%netscape.com
3f7e67c780
Adding smimestub to the build process.
1999-12-21 17:48:12 +00:00
rhp%netscape.com
084938f840
Changing a default mail pref
1999-12-21 16:17:31 +00:00