Commit Graph

82818 Commits

Author SHA1 Message Date
cmanske%netscape.com
7b7cadc435 Small JS changes to editor in connection with not being able to select inputfield when only 1 character, b=76346, r=mjudge, sr=hewitt 2001-05-19 01:21:04 +00:00
ddrinan%netscape.com
090cc567ac Download and manage CRLs. Bug# 58233, r=javi@netscape.com, sr=blizzard@mozilla.org 2001-05-19 01:20:18 +00:00
cmanske%netscape.com
89993c6a77 Fixed editable menulist problems needed to make Composer's Advanced Edit dialog and some wallet dialogs work. Part of work for bug 71743, r=mjudge, sr=hewitt 2001-05-19 01:08:04 +00:00
bienvenu%netscape.com
2ca5c74a37 fix 81733 sort type not persisting regression from yesterday rs=sspitzer 2001-05-19 01:05:45 +00:00
naving%netscape.com
9c423afb76 65927. r=sspitzer sr=bienvenu. Close the connection on NNTP_ERROR and also stop the
running url when server closes connection on mozilla.
2001-05-19 01:01:32 +00:00
cmanske%netscape.com
b23a6c7250 The xul part of using 'onload' handler for Image dialog preview and natural width. b=78351, r=kin, sr=sfraser 2001-05-19 00:58:18 +00:00
cmanske%netscape.com
49ed470966 Finished Convert to table feature: fixed trashing of attributes and lists, finding just-inserted table. b=67337, r=mjudge, sr=hewitt 2001-05-19 00:49:26 +00:00
mstoltz%netscape.com
8c0cd58b30 Re-checking-in my fix for 47905, which was backed out last night because of a bug in some other code that was checked in along with it. This checkin was not causing the crasher and is unchanged. See earlier checkin comment - in short, this adds same-origin to XMLHttpRequest and cleans up some function calls in caps, removes some unnecessary parameters. r=vidur, sr=jst. 2001-05-19 00:33:51 +00:00
peterv%netscape.com
1c5a28a003 Adding two new files. Not built. Part of fix for bug 7515 (dynamically adding LINK-ed or pi-ed style sheets does nothing). 2001-05-19 00:21:26 +00:00
jst%netscape.com
6ed212a6b2 Checking in support for onload handlers for frame and iframe elements, and fixing .ownerDocument of orphan elements, fixes bug 60173, and also fixes part of bug 27382. r=pollmann@netscape.com, sr=vidur@netscape.com 2001-05-19 00:17:01 +00:00
ftang%netscape.com
b0d193d564 fix mac bustage for bstell for bug 78273 2001-05-19 00:08:38 +00:00
jband%netscape.com
ddd9b3d3d8 bug 54471. Increase the xptcall stubs entry point count to almost 256. This increases the number of methods that can be implmented on a JS object via xpconnect, or on an xpcom/proxy object, or via PyXPCOM. There are platform limitations that would need to worked out to go higher. Also higher counts start getting into a zone where we should be wisely weighing the memory cost. r=markh@activestate.com sr=shaver@mozilla.org 2001-05-19 00:03:01 +00:00
matt%netscape.com
2f370f95ee fix for bug 81679. adding actionButton and actionURL to RDF datasource r=ben SR=waterson
TIB
2001-05-18 23:52:19 +00:00
leaf%mozilla.org
da9cd8480b Automated update 2001-05-18 23:44:45 +00:00
dbaron%fas.harvard.edu
dc77e98525 Fix NS commercial Unix build bustage on some compilers by (at least temporarily) making PRUnichar always be equivalent to PRUint16 rather than sometimes being wchar_t. r=scc sr=brendan b=75544 2001-05-18 23:44:17 +00:00
joki%netscape.com
498c575a6b Fix for 77321, don't fire resize event at initial page load. r:vidur,sr:jst 2001-05-18 23:42:54 +00:00
mkaply%us.ibm.com
0bfea23be9 IRIX bustage 2001-05-18 23:38:06 +00:00
bstell%netscape.com
7463bcdd9a bug 78273, r=ftang/jbetak, sr=blizzard
For the embedding API added "get font list".
Use this new call to fill our font pref
2001-05-18 23:36:56 +00:00
bstell%netscape.com
e654438dc3 bug 78273, r=ftang/jbetak, sr=blizzard
For the embedding API add "get font list". Used to fill the font pref panel
2001-05-18 23:35:16 +00:00
jband%netscape.com
a698fad77c fix bug 49017. This extends our mapping of idl [function] interfaces so that they will try to treat the JSObject as a callable function (as before), but if the JSObject is *not* a function object then xpconnect will fall back to the non-[function] behaviour of trying to lookup a named function on the JSObject and then call that. r=jst sr=brendan,vidur,jst,(and everyone else I guess) 2001-05-18 23:35:03 +00:00
jband%netscape.com
040526f65b fix bug 81542. Reorder interface methods so that they do not break compatibility with previously deployed plugins that work with previous versions of our software. The error was that I moved some around at all rather than just adding them to the end of the interfaces! Also, I added back in one method and marked it deprecated. r=dbradley sr=jst 2001-05-18 23:30:28 +00:00
ducarroz%netscape.com
04cb3a5979 Fix for bug 72232. We need to run through the unknown decoder when we cannot figure ourself the content type. R=varada, SR=mscott 2001-05-18 23:28:04 +00:00
gordon%netscape.com
5b0a4b1a73 Fix bug 72507, implementing level 2 disk cache. Modified disk cache to keep metadata for all entries in a single file, rather than in separate files. r=gagan, sr=darin. 2001-05-18 23:25:07 +00:00
jband%netscape.com
15b0e60bb7 fix bug 81436. Some Solaris compilers screwup symbol resolution if there is a file scope var that is also declared as extern. So we'll just make it not declare these two static (thses are not names that is going to conflict with anything!) r=timeless rs=jband 2001-05-18 23:24:19 +00:00
gordon%netscape.com
7b2d93cb0d Fix bug 72507, implementing level 2 disk cache. Modified disk cache to keep
metadata for all entries in a single file, rather than in separate files.
r=gagan, sr=darin.
2001-05-18 23:24:09 +00:00
pschwartau%netscape.com
d52ddf6b10 Improve code by using the apply method of Object.prototype.toString. 2001-05-18 23:20:25 +00:00
dbaron%fas.harvard.edu
6cb221a947 Fix typo that was causing some blocks within tables (and also some resize cases without tables) to be too wide. b=77920 r=waterson sr=attinasi 2001-05-18 23:14:36 +00:00
ducarroz%netscape.com
db83302f3e Fix for bug 72515. Calculate the current selected region in the outliner and pass it to the drag service. R=varada, SR=sspitzer 2001-05-18 23:13:44 +00:00
bienvenu%netscape.com
2723b36849 fix crash saving draft while offline sr=sspitzer 81487 2001-05-18 23:12:22 +00:00
dbaron%fas.harvard.edu
a29fe8e589 Don't run JS GC when creating a new window. b=42321 r,sr = jst,brendan 2001-05-18 23:11:53 +00:00
bienvenu%netscape.com
81fb2b8290 fix crash saving draft while offline sr=sspitzer 81487 (and whitespace fixes) 2001-05-18 23:11:45 +00:00
dbaron%fas.harvard.edu
60b2f736c0 Simplify implementation of quirk for DD not in DL using :not() to improve performance (since we handle |content: ""| differently from the default). b=77954 r=hixie sr=waterson 2001-05-18 23:09:54 +00:00
vidur%netscape.com
a064dd059f Partial fix for bug 78976. Rather than dropping events that are targeted at the canvas frame, we pass them down to the first frame child. r=joki, sr=jst. 2001-05-18 23:08:00 +00:00
mjudge%netscape.com
9499fd2df2 fixing bad check in tablecellselection. wouldnt work if only 1 char in a text node was selected. bug=68641 r=ftang, sr=hyatt. simple fix.. 2001-05-18 23:07:54 +00:00
mscott%netscape.com
edda37e990 Bug #67254 --> don't support attachment= in mailto urls.
sr=bienvenu
2001-05-18 22:52:45 +00:00
ftang%netscape.com
deb2436f79 fix 78273 . check in for bstell add nsFontList.cpp r=ftang sr=blizzard 2001-05-18 22:52:29 +00:00
hewitt%netscape.com
6f95bde070 80179 - rename a few <window/> ids to prepare for window icons, r=law, sr=ben 2001-05-18 22:50:35 +00:00
varada%netscape.com
bc8ab348d7 fix for 80332;print crashing on mail;r,sr=mscott; nsMsgPrintEngine.cpp 2001-05-18 22:50:21 +00:00
darin%netscape.com
08ca20385b Fixes bug 80949 "general.useragent.override ignored" r=pavlov sr=dougt 2001-05-18 22:47:40 +00:00
darin%netscape.com
30326a793b Fixes bug 80621 "Cannot view source or go back on diaryland member pages" r=pavlov sr=dougt 2001-05-18 22:45:34 +00:00
cmanske%netscape.com
a1ba46c859 Finished Image dialog changes needed to use onload handler for preview and getting natural size. b=78351, r=kin, sr=sfraser 2001-05-18 22:44:37 +00:00
ftang%netscape.com
488fddaaeb fix 78273 . check in for bstell@netscape.com r=ftang sr=blizzard add embedding api for font list 2001-05-18 22:43:15 +00:00
ftang%netscape.com
ec3e8fef0d fix 78273. check in for bstell@netscape.com add one embedding api r=ftang sr=blizzard 2001-05-18 22:42:18 +00:00
darin%netscape.com
c269cb141b Fixes bug 56978 "alert dialog consumes 100% cpu if network is down"
patch=moz@parabola.demon.co.uk r=danm,dougt sr=darin
2001-05-18 22:39:52 +00:00
hewitt%netscape.com
dfa9fe16e4 79850 - Modern skin no longer uses smart-scroll prefs, r=pinkerton, sr=sfraser 2001-05-18 22:29:52 +00:00
srilatha%netscape.com
ada3644af0 Fix for bug# 80781. Removed the offline tab for the Directory server properties dialog
r=mohanb, sr=sspitzer
2001-05-18 22:29:08 +00:00
hewitt%netscape.com
e3c5e2eb10 78686 - fix broken File Button in Search Dialog, add styles for default menubuttons, r=andreww, sr=mscott 2001-05-18 22:29:07 +00:00
srilatha%netscape.com
7c57e7333d Fix for bug 79941. Changed the title from "New Directory" to "Directory Server Properties".
r=mohanb, sr=sspitzer
2001-05-18 22:26:16 +00:00
waterson%netscape.com
409a4db4f2 Add new tests to cover regressions I'd caused earlier with bug 43914. Not part of the build. 2001-05-18 22:26:07 +00:00
dougt%netscape.com
c9cd9ca9aa Fix for 81384. Add multipart/byterange support to the multipart/mixed stream converter. At somepoint we should rename this file. r=valeski@netscape.com, sr=darin@Netscape.com 2001-05-18 22:22:15 +00:00