Commit Graph

113856 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
fbaa3a83d1 "Use my chosen colors" should override border-colors too. Bug 156002, r+sr=dbaron 2003-01-10 01:58:37 +00:00
danm%netscape.com
7cd94d8ae9 new add() method to frozen nsICookieManager interface. bug 185689 r=ccarlen,jag 2003-01-10 01:54:55 +00:00
bryner%netscape.com
7b69d975a9 Fix up static build. 2003-01-10 01:27:52 +00:00
seawood%netscape.com
7fbf37f98f Add --enable-image-decoders build option.
Bug #169304 r=bryner sr=alecf
2003-01-10 01:21:14 +00:00
seawood%netscape.com
afe6ed66d5 Anything that depends upon Makefile.in should also depend upon Makefile.
Bug #169304 r=bryner sr=alecf
2003-01-10 01:14:49 +00:00
bzbarsky%mit.edu
bd79dbf27b Re-enable print preview gui stuff (which was mostly off) on GTK and Xlib
ports.  Bug 187125, patch by Roland.Mainz@informatik.med.uni-giessen.de (Roland
Mainz), r=smontagu, sr=rbs
2003-01-10 00:53:28 +00:00
racham%netscape.com
51416b5f13 Fixing bug 167803. Make sure we load content tree owner exists before we load the chrome to avoid crashing on linux in some cases. r=danm, sr=sspitzer 2003-01-10 00:41:54 +00:00
racham%netscape.com
c634afcc6c Fixing bug 173267. Add method to get profile field values information from the registry. r=ccarlen, sr=sspitzer 2003-01-10 00:39:52 +00:00
racham%netscape.com
73b61f18f7 Fixing bug 173304. Adding generic ISP wizard pages to the account wizard. r=srilatha, sr=sspitzer 2003-01-10 00:37:04 +00:00
ian%hixie.ch
a23f79534c Don't try to call the inherited DESTROY destructor, since UNIVERSAL doesn't have one... 2003-01-10 00:36:20 +00:00
dbaron%dbaron.org
849440045e Fix sizing regression for selects with optgroups. b=188426 r+sr=bzbarsky 2003-01-10 00:30:50 +00:00
ian%hixie.ch
0cf9f72e1b Propogate errors from the results frame for a nicer stack trace. 2003-01-10 00:21:08 +00:00
ian%hixie.ch
88efe01932 Support negative integers too 2003-01-10 00:20:37 +00:00
ian%hixie.ch
b3fb3d5167 TemplateToolkit doesn't support .defined on objects. Also, stringify objects early to avoid trying to apply .replace, etc, on them. 2003-01-10 00:19:47 +00:00
ian%hixie.ch
9ef280a87d PATH_INFO support. 2003-01-10 00:14:45 +00:00
bryner%netscape.com
2dbbfccac9 Fix solaris bustage by making sure $(DIST)/bin is in the library path. 2003-01-09 23:41:15 +00:00
bryner%netscape.com
28f668935f Remove pippki (XUL security dialogs) from embed.jar (bug 188145). r=kaie, sr=alecf. 2003-01-09 23:31:37 +00:00
aaronl%netscape.com
a448c227fa Backing out fix for bug 187301, to see if Txul numbers go back to normal. 2003-01-09 23:19:55 +00:00
alecf%netscape.com
2f2a5d0fc8 specify many resources explicitly so that embedding doesn't get a bunch of MathML resources, among other things
bug 188251, r=bz, sr=darin
2003-01-09 23:19:04 +00:00
alecf%netscape.com
e1b7c63212 remove comments from transliterate.properties to reduce the filesize by 47k
bug 188251, r=bz, sr=darin
2003-01-09 23:17:36 +00:00
relyea%netscape.com
449530f503 Add the ability to generate certs with multiple DNS names. 2003-01-09 22:59:42 +00:00
glen.beasley%sun.com
173ecd55e4 Solaris pkg copyright 2003-01-09 22:53:13 +00:00
mikep%oeone.com
8ec0fd9e2f Moving default values for prefs to properties file. 2003-01-09 21:55:34 +00:00
suresh%netscape.com
31cc5c5412 Bug 185148 - nsStorageStream::ReadSegments(...) loops forever if the writer fails. r-bzbarsky, sr-darin. 2003-01-09 21:37:30 +00:00
smontagu%netscape.com
b7ff83408b Corrections to measurement of justified Arabic text. Bug 187866, r=sfraser, sr=rbs@maths.uq.edu.au. 2003-01-09 21:15:52 +00:00
aaronl%netscape.com
b384a46582 Bug 98546. Fix word break detection to improve select by word where there is punctuation in the word. Also fixes 125172, double clicking in URL bar should select only part of URL. Also fixes bug 133312, word selection with accented letters. r=brade, sr=sfraser 2003-01-09 20:56:53 +00:00
sspitzer%netscape.com
9324273884 fix for #187673. when re-using the stand alone msg window, because of quick search and mail views,
we have to re-create the db view, even if it is for the same folder as the existing view.
r/sr=bienvenu.  thanks to leon.zhang@sun.com for the bug report and initial patch.
2003-01-09 20:51:40 +00:00
sspitzer%netscape.com
3110ab90fc adding a comment about where the fix for #188393 would go.
no reviewer.
2003-01-09 20:22:28 +00:00
aaronl%netscape.com
7d9d792b9c Bug 186873. Incorrect charCode comparison to char instead of int in button.xml. r=neil, sr=jag 2003-01-09 20:16:15 +00:00
aaronl%netscape.com
ce8157cc7a Bug 187301 - tab nav prefs not dynamically changeable, no prefs observer. r=akkana, sr=bryner. 2003-01-09 20:03:41 +00:00
sspitzer%netscape.com
166582bf6f fix for #99363. from the browser window, send page, mailto urls, send link, send image,
ctrl m, new message should *all* use the default identity.  a while back
we made the decision to make it use the currently selected account in the
3 pane, if the 3 pane was up.  (see #79053) jglick and I have decided that was a mistake and we are reverting.

also fixes bug a bug where ctrl-m and file | new message don't do the same thing
when a news account is selected in the 3 pane.  (yikes!)

r/sr=bienvenu
2003-01-09 19:31:48 +00:00
sicking%bigfoot.com
c412bfc35d Small update to description of stylesheet-compile-handlers 2003-01-09 19:27:55 +00:00
sicking%bigfoot.com
e31a5196b2 documentation of compiled stylesheets 2003-01-09 19:09:11 +00:00
relyea%netscape.com
5c9c0d249b Remember to include the global: tag 2003-01-09 18:44:26 +00:00
harishd%netscape.com
f0ba8a82d3 Close Head context before dealing with tags that belong in body/frameset. b=187790, r=heikki, sr=jst 2003-01-09 18:29:23 +00:00
locka%iol.ie
f6ba2fe1f0 Improve the look & feel of the error pages. b=156997 sr=bzbarsky@mit.edu r=bugmail@sicking.cc 2003-01-09 18:17:04 +00:00
relyea%netscape.com
e99b341301 backport NSS 3.7 fixes to the tip. 2003-01-09 18:15:11 +00:00
dbradley%netscape.com
38f69c7cc8 Bug 118823 - better assembler for win32 xptcinvoke. r=dbradley sr=shaver 2003-01-09 15:57:10 +00:00
bzbarsky%mit.edu
626345f855 Stop at the viewmanager root when computing offsets for flashing stuff. Bug
188210, r=caillon, sr=kin
2003-01-09 15:51:58 +00:00
sicking%bigfoot.com
c75bd1b336 Bug 187611: Set the proper Content-Type of XSLT generated documents
r=peterv sr=jst
2003-01-09 15:45:45 +00:00
mikep%oeone.com
f4bfe47650 Fixing bug 187903, patch by Curtis Jewell, to fix not showing percentages for tasks. 2003-01-09 15:03:08 +00:00
axel%pike.org
809956b926 bug 188339, improve transformiix standalone DOM, get rid of childNodes in Attr, r=peterv, not part of build 2003-01-09 14:28:02 +00:00
dbaron%dbaron.org
57124d8115 Replace computation of max-element-size (height and width) with max-element-width alone, since the max-element-height is practically unused and not meaningful for layout. b=186953 r+sr=bzbarsky 2003-01-09 14:26:32 +00:00
bryner%netscape.com
122b7542a9 Make GetStyleDataExternal |const| to fix build bustage. 2003-01-09 08:07:27 +00:00
alecf%netscape.com
e69fa74801 add string decoding to symbol demangling code, r=blythe - not part of default build, just a tool
for bug 188248
2003-01-09 08:03:23 +00:00
bryner%netscape.com
ad197350de fixing win32 bustage 2003-01-09 07:50:15 +00:00
bryner%netscape.com
7f0488eb18 Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky. 2003-01-09 06:49:07 +00:00
kin%netscape.com
872ded6605 Fix for bug #88049: Support .selectionStart & friends for textareas
Patch by petejc@optonline.net and kin@netscape.com

  mozilla/content/html/content/src/nsHTMLInputElement.cpp
  mozilla/content/html/content/src/nsHTMLTextAreaElement.cpp
  mozilla/dom/public/idl/html/nsIDOMNSHTMLTextAreaElement.idl
  mozilla/layout/html/forms/src/nsTextControlFrame.cpp
  mozilla/layout/html/forms/src/nsTextControlFrame.h

Re-implemented selectionStart, selectionEnd, setSelectionRange() and various

utility methods in nsTextControlFrame to support multi-line text widgets.


r=jkeiser@netscape.com  sr=sfraser@netscape.com
2003-01-09 06:06:17 +00:00
bolian.yin%sun.com
30a1ef9784 backout the patch for bug 187209. gtk2 build is broken by it. This is NOT for the default build 2003-01-09 05:22:17 +00:00
wtc%netscape.com
22b938bb47 Bug 186201: should handle a null 'environ' pointer, which can happen on
Solaris if NSS is loaded with dlopen() by an executable linked with the
RTLD_GROUP flag.
2003-01-09 04:34:31 +00:00