slamm%netscape.com
93f745ef29
Remove calculater (bug 18373). It was causing problems.
2000-02-11 01:16:18 +00:00
slamm%netscape.com
243cf35045
Inline entities in rdf file. Remove calculater (bug 18373). It was causing problems.
2000-02-11 01:16:09 +00:00
slamm%netscape.com
bb676a76b6
Pick a slightly taller default height.
2000-02-11 01:16:05 +00:00
slamm%netscape.com
fa29ddfbfa
Copy all panel attributes from remote datasource (bug 23357). Fix preview button enabling (bug 24149). Change interCaps to lowercase_underscore.
2000-02-11 01:15:59 +00:00
tbogard%aol.net
c818f63d00
Removed forward declare of unused class nsIBrowserWindow.
2000-02-11 01:15:07 +00:00
rjc%netscape.com
52eed330bb
Fix bug # 24302: AM/PM localization issue fixed.
2000-02-11 01:13:20 +00:00
tbogard%aol.net
be6967c591
Removed unused forward declaration of class nsIBrowserWindow.
2000-02-11 01:11:37 +00:00
fergus%netscape.com
aa2a9bf313
Changes to Localization notes. r=chjung@netscape.com
2000-02-11 01:11:35 +00:00
tbogard%aol.net
022cfdcc29
Removed unused include file.
2000-02-11 01:10:55 +00:00
tbogard%aol.net
14b69d6f60
SetItemType now asserts when you try to set the type while there is a parent. FocusAvailable now supports calling up to the treeOwner. CreateTargetLocation() now has an implementation. r=hyatt
2000-02-11 01:09:12 +00:00
nhotta%netscape.com
ff36f4f489
Added a function to return path name in unicode, contributed by m_kato@ga2.so-net.ne.jp, edited by nhotta, bug 22863, r=ftang.
2000-02-11 01:08:56 +00:00
erik%netscape.com
e70304a0fb
bug 24005; putting the font size rounding code back in, since removing it
...
caused problems; part of ongoing discussion between rickg, pierre, etc.
2000-02-11 01:05:55 +00:00
mjudge%netscape.com
af209960ee
added new java property. added it to nsDOMPropEnums.h to allow genprops.pl to give correct method name
2000-02-11 01:04:56 +00:00
hyatt%netscape.com
f27bd79d05
Fix for 16339.
2000-02-11 01:04:16 +00:00
mjudge%netscape.com
933891bf36
fixes left out last night for range removal bug
2000-02-11 01:00:56 +00:00
troy%netscape.com
f15ca67f0e
b=26282 r=vidur@netscape.com Now when using the alternate content for an
...
image that can't be rendered we ignore everything after one of: ; # ?
2000-02-11 01:00:17 +00:00
hyatt%netscape.com
59c456d260
Fix for bug #25675 . More focus memory framework being checked in for the
...
command dispatcher as well.
2000-02-11 00:59:32 +00:00
alecf%netscape.com
aafbb019b2
add new branding string bundle ( #27294 )
...
r=tao
2000-02-11 00:58:28 +00:00
hyatt%netscape.com
38b667748a
Fix for 20471. Basic focus memory framework being checked in as well.
2000-02-11 00:57:54 +00:00
sgehani%netscape.com
31ef92c2e8
*** NOT PART OF BUILD ***
...
Linux install wizard progress.
2000-02-11 00:57:43 +00:00
valeski%netscape.com
cc54866f08
24679. removing the milestone from the UA string
2000-02-11 00:57:02 +00:00
hyatt%netscape.com
c9071b6195
Fixes for bugs 24969 and 27109.
2000-02-11 00:56:41 +00:00
alecf%netscape.com
0611ca4bef
fix for #26413 - new accounts were picking up old accounts's values, so clear them all out of the prefs r=putterman
2000-02-11 00:55:54 +00:00
pnunn%netscape.com
28b1afa12e
fix for bug#25021. r:neeti, rpotts. fix needed for pdt bugs. pnunn.
2000-02-11 00:55:37 +00:00
valeski%netscape.com
a6d3ec685f
removing extraneous export on a file that DNE anymore
2000-02-11 00:55:01 +00:00
tbogard%aol.net
8e5c7e1c47
Removed unused header file.
2000-02-11 00:54:29 +00:00
dbragg%netscape.com
ae4114626a
Fix for bug 27093 r=cathleen
2000-02-11 00:54:15 +00:00
law%netscape.com
81d1189517
Handle error by stopping input channel (and generating alert for user); b=23821,r=warren@netscape.com
2000-02-11 00:53:27 +00:00
mjudge%netscape.com
587612f008
adding more = false lines to xul files and the XBL. bugs=25462,25730 hyatt
2000-02-11 00:53:01 +00:00
dbragg%netscape.com
a271589189
Fix for bug 21089 r=dveditz
2000-02-11 00:52:26 +00:00
ben%netscape.com
392200fb9d
forgot to check this in with previous work that I checked in ages ago. it was reviewed then, I just forget by who. maybe jst@citec.fi since he did a lot of reviews for me recently.
2000-02-11 00:51:43 +00:00
rjc%netscape.com
6cd9f54a84
Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown()
2000-02-11 00:51:33 +00:00
colin%theblakes.com
b7dc0ab46a
Only a read of 0 means EOF. r=dougt
2000-02-11 00:50:58 +00:00
ben%netscape.com
ff25edb9ee
forgot to check this in with my localisability fixes last night (those were r=jst@citec.fi)
2000-02-11 00:48:37 +00:00
rjc%netscape.com
06783ed5a9
Fix bug # 25034: more support for foreign charset conversion on search results.
2000-02-11 00:48:23 +00:00
gagan%netscape.com
fa0c3e93e6
Fixed bug 27024. Changed nsIHTTPChannel.idl to have proxy host/port
...
accessors and modifiers. Channels may now override the proxy setting
from the HTTP handler. r=valeski
Fixed bug 24329. Made mProxyAuthList in nsAuthEngine to keep the list of proxy authentications. Logout now clears both proxy and basic auths. r=rjc
Fixed bug 26149. Authenticate now aborts only if the user doesn't click cancel on the PromptUserPass dialog. Removed the unnecessary nsIChannel* parameter on Authenticate. r=rjc
Fixed bug 24304. We now register a callback for proxy preferences. r=rjc
Fixed bug 17158. We now honor "network.proxy.no_proxies_on" preference to diable proxy activity on specified host or domain. We still need a fix for 27141 to read and write this pref correctly. r=rjc
Fixed bug 16442. Referer is only added if its an http URI. r=rjc
2000-02-11 00:47:50 +00:00
rjc%netscape.com
1f2e7dbe1b
Fix bug # 27039: small escape changes. Helps JavaScript URLs which are bookmarked.
2000-02-11 00:47:17 +00:00
akkana%netscape.com
dd22238354
Fix minor typo: add the missing space. Very safe, will fix warning message on startup. a=don,granrose
2000-02-11 00:25:59 +00:00
slamm%netscape.com
0e76567386
Trim trailing whitespace from tinderbox variables.
2000-02-11 00:11:01 +00:00
evaughan%netscape.com
c1c4f7681f
1) Fixed freeze because of sync drawing in forms
...
2) Fixed fieldset blocker
-r rods, granrose
2000-02-10 21:36:28 +00:00
rods%netscape.com
88e4dcfccf
turning off Gfx scrollbars for listboxes
...
b 27253 r=evaughan
2000-02-10 21:13:44 +00:00
attinasi%netscape.com
5554686c40
Backing out accidental changes.
2000-02-10 20:35:41 +00:00
attinasi%netscape.com
22e7312184
backout of accidental checkin...
2000-02-10 20:21:29 +00:00
attinasi%netscape.com
5a8bd5c7d6
Backing out the change I accidentally checked in.
2000-02-10 19:47:36 +00:00
attinasi%netscape.com
b57e81919a
PaintBorder and RenderSide now tell the StyleUtil function FindNonTransparentBackground to use the parent of the context to find the bgcolor in Quirks mode. r=karnaze b=8524
2000-02-10 19:22:00 +00:00
attinasi%netscape.com
fee84adb65
Support for enabling / Disabling the timer. r=pierre b=25406
2000-02-10 19:21:55 +00:00
attinasi%netscape.com
b96411ee47
added three new methods to allow Enabling, Disabling and querying the state of the timer. r=nisheeth b=25406
2000-02-10 19:21:54 +00:00
ducarroz%netscape.com
7f3c6dafae
Fix regression 27194. A=granrose. Check in missing for fix for bug 26966, 26984, 26988. Minor menu changes. R=alecf
2000-02-10 18:04:13 +00:00
mcafee%netscape.com
f4b0373b15
Proper cvs login
2000-02-10 17:27:52 +00:00
mkaply%us.ibm.com
84a6fd36c8
Missing end comment r=ftang@netscape.com
2000-02-10 15:17:03 +00:00