Commit Graph

65372 Commits

Author SHA1 Message Date
bienvenu%netscape.com
4d3c8ade88 fix OS2 build bustage 2000-07-02 23:56:10 +00:00
jband%netscape.com
53edf6e9f7 updating readme. Not part of build 2000-07-02 19:37:57 +00:00
cls%seawood.org
bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
bienvenu%netscape.com
556ce644e5 fix OS2 build bustage 2000-07-02 18:16:47 +00:00
bienvenu%netscape.com
5373466ff1 fix os2 build bustage 2000-07-02 18:11:32 +00:00
ben%netscape.com
4805623c73 tweaks to classic skin for mac (make throbber normal size, make splitter the right colour) 2000-07-02 07:03:16 +00:00
morse%netscape.com
3c358ddf73 fix bug 43227, quickfill still in menu on mac 2000-07-02 04:00:02 +00:00
dbaron%fas.harvard.edu
fc3dadcc58 Ignore the correct generated files (rather than the list copied from leaky). 2000-07-02 00:44:31 +00:00
dbaron%fas.harvard.edu
71dee3b6b0 Fix bug 35355 by not reading before the beginning of an array. Patch from Robert O'Callahan <roc+moz@cs.cmu.edu>.
Fix ConditionRect so really wide documents repaint correctly on Win95.
r=kmcclusk, a=waterson
2000-07-01 22:12:23 +00:00
leaf%mozilla.org
89d62a278c Automated update 2000-07-01 21:45:08 +00:00
dbaron%fas.harvard.edu
da67297134 Fix leak of content from trees introduced recently. r=hyatt,waterson 2000-07-01 21:45:06 +00:00
dbaron%fas.harvard.edu
a921110dbd Add Vidur's xmlextras to the list of *all* extensions (what you get with --with-extensions=all). Does not affect default build. r=vidur 2000-07-01 21:41:48 +00:00
dbaron%fas.harvard.edu
0abf789810 Allow Vidur's xmlextras to be built on Linux (not part of default build). r=vidur 2000-07-01 21:40:53 +00:00
jab%atdot.org
4677a29ea5 A typo in the Windows makefile... 2000-07-01 12:41:53 +00:00
jab%atdot.org
9cdd33f1bd The mac build was not getting my new MANIFEST file. I think this might fix it. 2000-07-01 11:05:41 +00:00
jab%atdot.org
e329811f28 I had an extra tab after one of the makefile lines... 2000-07-01 10:49:06 +00:00
jab%atdot.org
3ff5cd0f65 a=brendan@mozilla.org
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00
ssu%netscape.com
4f787c64e4 fixing bug 44006 - Please don't use Windows extended dialogs in setupsrc.dll. nsbeta2+ r=sgehani 2000-07-01 08:50:44 +00:00
andreas.otte%primus-online.de
1a2a5c7fee fix bug 43659, URL bar does not accept hexadecimal domain names, r=gagan@netscape.com, a=waterson@mozilla.org 2000-07-01 06:29:13 +00:00
rpotts%netscape.com
602b139a4a Fixed a leak where child SHEntry were not being released when the parent SHEntry was deleted. 2000-07-01 05:37:40 +00:00
sspitzer%netscape.com
31e159ea1b last check in before sabbatical! fix for nsbeta2+ bugscape bug #1149.
install default templates in the case where the profile's locale
is not set.  r=mscott
2000-07-01 02:38:27 +00:00
brendan%mozilla.org
b864716baa Reference-count XBL JSClass structs, and LRU-cache unreferenced ones up to some quota, to avoid bloat and shutdown crashes due to unavoidable manual delete/last-use misorder (42530, r=hyatt). 2000-07-01 02:36:18 +00:00
nisheeth%netscape.com
d70a4ed2b5 Fix for nsbeta2+ bug 12152. r=vidur, pollmann. Setting the src property during document load works on <IMG> and <INPUT type="image"> elements. 2000-07-01 02:26:30 +00:00
cmanske%netscape.com
7d40913fb4 Don't include current URL when building Recent Files menu. Checking in work for Ryan Cassin, b=17502, r=cmanske 2000-07-01 02:16:04 +00:00
dougt%netscape.com
684793f190 submitted by Quy Tonthat <quy@igelaus.com.au>
a=waterson@netscape.com
2000-07-01 02:12:52 +00:00
javi%netscape.com
e9987aeb54 Get the CRL dialog window to properly close and refresh the Signers pane
when no more CRL's are left.
2000-07-01 01:26:42 +00:00
javi%netscape.com
628ab13451 First shot at having UI for deleting CRLs. 2000-07-01 01:19:22 +00:00
javi%netscape.com
b5b2f5d3cd Remove an unused button from dialog. 2000-07-01 01:15:28 +00:00
javi%netscape.com
303eb4dbb0 Changes for having a dialog that does CRL deleting. 2000-07-01 01:14:22 +00:00
morse%netscape.com
d39a733631 fix bug 42550, unable to delete single-signon database, r=dveditz 2000-07-01 00:43:42 +00:00
jst%netscape.com
bbc5b3f11f Checking in patch from timelesss@bemail.org, add access keys to javascript console menus, r=me, a=brendan@mozilla.org 2000-07-01 00:43:03 +00:00
tao%netscape.com
e609f5ec1f Fix the broken localeSwitcher in "QA|Languages->". a=ben 2000-07-01 00:41:20 +00:00
cmanske%netscape.com
7e2764c3d9 Table Properties dialog and UI commands work. b=20973, r=sfraser 2000-07-01 00:37:38 +00:00
cmanske%netscape.com
99c3bfe78d Changed Composer test because of added parameter for JoinTableCells in connection with work for bug 20973. r=jfrancis 2000-07-01 00:37:23 +00:00
cmanske%netscape.com
e50d57138a Table editing work. b=20973, r=jfrancis 2000-07-01 00:37:12 +00:00
hangas%netscape.com
5ce5924431 Fixing stop and print buttons in Classic skin. Wirtten by German r=hangas 2000-06-30 23:53:00 +00:00
hangas%netscape.com
0ac0d09e4e First Checked In. 2000-06-30 23:50:37 +00:00
tor%cs.brown.edu
71ffb779d0 Update libmng snapshot. Not in default build. 2000-06-30 23:41:12 +00:00
valeski%netscape.com
c38f04faf9 39474. r=rpotts,mscott. We now can load a stream directly into the uri loader (bypassing necko). built and pre-checkin tested on linux and win 2000-06-30 23:39:30 +00:00
vidur%netscape.com
bbd0c263ca Simple posting tests. This is not part of the Seamonkey build. 2000-06-30 23:10:56 +00:00
vidur%netscape.com
bb95d0ddd1 Added support for synchronous posting. Got rid of unbreakable circular reference in the abort case. This is not part of the Seamonkey build. 2000-06-30 23:09:26 +00:00
rpotts%netscape.com
31ffea0b7d Fixed the nsIWebNavigation methods on the docshell when SH_IN_FRAMES is defined... 2000-06-30 22:05:32 +00:00
edburns%acm.org
e9e8cd3ece Automatically_generate_JAVAH_headers 2000-06-30 21:08:30 +00:00
edburns%acm.org
162827ca7a Finally_make_use_of_Sherry_Shen_changes 2000-06-30 19:03:27 +00:00
edburns%acm.org
309d1829ab Finally_make_use_of_Sherry_Shen_changes 2000-06-30 18:50:02 +00:00
edburns%acm.org
cdcd2d8a2e feature:
Now you can shift click to select a node in the DOM viewer.
2000-06-30 17:53:58 +00:00
edburns%acm.org
2a2fd82d21 a=av
bug=23775
This is the last bit of the checkin that George Drapeau started
for bug 23775.  He didn't finish due to conflicts with this file
and, being the good engineer that he is, he waited for the author
to return from vacation.

George said I could check this in under the same approval for
the rest of 23775.
2000-06-30 17:31:02 +00:00
svn%xmlterm.org
e122d3f4c1 --NOT PART OF DEFAULT BUILD--
XMLterm changes only. Absolute URL chrome://xmlterm/skin/xmltpage.css is not
recognized in xmlterm.html. Using relative URL ../skin/xmltpage.css as a
workaround.
2000-06-30 14:53:19 +00:00
kin%netscape.com
92255729cf Fix for bug #42178 Back causes data corruption
Modified CreateAnonymousContent() so that if the text widget has
a default value, it adds it as a text node under the div after it
is created. Add better error checking to avoid possible problems.
Removed calls to SetTextControlState() that were used
to initialize the text widget contents from GetPrefSize() because
it was causing a reflow within a reflow and the editor to be re-entered.
Added missing call to GetText() in Reset().

r=sfraser@netscape.com
2000-06-30 14:51:58 +00:00
bienvenu%netscape.com
c5daa0bb05 more fixes for progress meteors,r=mscott 38598 2000-06-30 13:30:02 +00:00