akkana%netscape.com
a9942efa49
29794: Disable meta-refresh in editor pages.
...
API and some implementation for 6276: rewrap.
2000-04-18 22:39:10 +00:00
pavlov%netscape.com
7b7cec79e5
partial fix for transient windows not being transient bug #19255
2000-04-18 22:38:49 +00:00
akkana%netscape.com
fb9b131749
33753: don't output the doctype when outputting only selection
2000-04-18 22:31:00 +00:00
slamm%netscape.com
cb5ba1b3dd
mini-hack: add /bin to path for cwd.
2000-04-18 22:20:30 +00:00
cls%seawood.org
be1ede77c2
Exporting LIBRARY_PATH & ADDON_PATH vars needed for BeOS runtime.
2000-04-18 22:19:14 +00:00
jband%netscape.com
eb124bcc4b
NOT PART OF BUILD. cvs is a fine place for the TODO list
2000-04-18 22:19:12 +00:00
sspitzer%netscape.com
ea8ea4e957
more divorcing of pop from local mail. use the nsILocalMailIncomingServer interface
...
for what is shared between pop and none (and eventually movemail).
changes needed for tobias, who will be fixing some i18n bugs in mailnews.
2000-04-18 22:10:36 +00:00
jst%netscape.com
eb15553b5b
Fixing bug #25359 , accessing mimetypes by name wasn't implemented, now it is. r=av@netscape.com
2000-04-18 22:08:05 +00:00
pinkerton%netscape.com
10959a0ce7
adding ability to drag links from the content area. thanks to Kevin Puetz (puetzk@iastate.edu) for this feature.
2000-04-18 22:06:25 +00:00
sspitzer%netscape.com
26241a7834
adding nsILocalMailIncomingServer.idl to the build
2000-04-18 22:06:09 +00:00
edburns%acm.org
fd78722617
bug 32011
...
r=ashuk
a=edburns
Add an "eventData" argument to WebclientEvent and subclasses.
This argument is sub-event specific. For example, when a user
gets a DocumentLoadEvent, with an event type of
STATUS_URL_LOAD, the eventData is a String containing
the status string from the browser.
Added support for doing this in a BAL context.
2000-04-18 21:58:29 +00:00
jband%netscape.com
45a49ce848
Fix sorting bug reported by Michael Kaply <mkaply@us.ibm.com>. There was a bad assumption that qsort would produce the exact same ordering on two arrays with elements of different size even when some string keys compare the same. The fix is to use the address of the string keys as a fallback in the compare function. This works right because the two arrays have diffrent elements, but they contain pointers to shared strings. r=mccabe
2000-04-18 21:57:57 +00:00
edburns%acm.org
a90c0cf107
bug 32011
...
r=ashuk
a=edburns
Add an "eventData" argument to WebclientEvent and subclasses.
This argument is sub-event specific. For example, when a user
gets a DocumentLoadEvent, with an event type of
STATUS_URL_LOAD, the eventData is a String containing
the status string from the browser.
2000-04-18 21:57:42 +00:00
sspitzer%netscape.com
ba2808684b
adding this interface. all local mail incoming servers should implement it.
2000-04-18 21:56:50 +00:00
rginda%netscape.com
3a06b96f97
formatting changes. use only one tab regardless of nested namespaces
2000-04-18 21:51:45 +00:00
av%netscape.com
0f465e4756
#26893 , moved GetDOMElement from nsIPluginTagInfo to nsIPluginTagInfo2.h
2000-04-18 21:44:56 +00:00
jband%netscape.com
bca6601e81
add an assert for a whacky case that is not supposed to happen but biting me a while back when some other code was broken. This has been kicking around my tree for a while.
2000-04-18 21:44:38 +00:00
slamm%netscape.com
610a3c53e8
Restore directory after find.
2000-04-18 21:40:55 +00:00
jfrancis%netscape.com
9eff10efd4
tab in table, tab in lists, fixed inline style handling over multi-ranged selections
2000-04-18 21:39:35 +00:00
mscott%netscape.com
bc0039a474
Bug #36221 --> throbber never stops when loading a frameset doc.
...
I was signaling the stop notification via a OnchildStatus in this scenario. We should always signal the start
and stop of documents as a status change even if a child is originating the change.
2000-04-18 21:39:09 +00:00
jband%netscape.com
e6a64cb2a6
NOT YET PART OF SEAMONKEY BUILD. added locking
2000-04-18 21:33:46 +00:00
pnunn%netscape.com
e1cdbeacdf
bug#924. Added test in clean up. pnunn.
2000-04-18 21:20:56 +00:00
harishd%netscape.com
a05201c6fa
XIF DTD now depends on a single stack rather than
...
multiple stacks.
r=akkana
Moved Node recycling to DTD Utils so that the recycler could
be used across DTDs.
r=rickg
Also fixed bug 27136.
2000-04-18 21:10:28 +00:00
nhotta%netscape.com
9a20624490
Added more mapping for encodings, bug 27394, r=ftang.
2000-04-18 21:09:52 +00:00
harishd%netscape.com
579dc09f6a
Checkin for akkana - Regression test change
...
r=me
2000-04-18 21:08:39 +00:00
nhotta%netscape.com
41ee4c923f
Added mail/news font setting by prefs (no UI yet) to libmime, bug 26182.
2000-04-18 21:07:19 +00:00
nhotta%netscape.com
85ce435752
Forgot to use NS_MSG_BASE for added conversion functions.
2000-04-18 21:05:10 +00:00
nhotta%netscape.com
6dc6036497
Changed to use nsILineBreaker instead of IsAsciiSpace, bug 27062, r=akkana.
2000-04-18 21:04:21 +00:00
valeski%netscape.com
7fd9520f8a
we now use the cached, correct, event queue when firing our Async*() channel api calls from the FTP thread. this allows other applications to spin up FTP threads.
2000-04-18 20:56:04 +00:00
chuang%netscape.com
7120daeaec
Address Book drag and drop file, not in build yet.
2000-04-18 20:42:05 +00:00
mscott%netscape.com
5180b02b91
Bug #36218 --> fix ftp! We were unable to open the unknown content handler because we couldn't get
...
the dom window from the original docshell. I changed it to make this possible.
2000-04-18 20:41:38 +00:00
chuang%netscape.com
5fee9025e8
Bug11366 [FEATURE] Print Address Book Card, r=rhp+hangas
2000-04-18 20:27:28 +00:00
idk%eng.sun.com
a99c584a7f
(36174) Added null checking
...
a = idk@eng.sun.com
2000-04-18 18:38:01 +00:00
terry%mozilla.org
fc42721470
Patch by daa@distributed.net -- scan ftp listings, added summary stats for tinderbox.
2000-04-18 17:59:50 +00:00
jst%netscape.com
c899913a24
Adding DOM Level 2 interface definitions for AbstractView and DocumentView, not part of the build.
2000-04-18 17:07:52 +00:00
norris%netscape.com
5b52db907b
Add missing method for 1.4R3 compatibility.
2000-04-18 16:53:28 +00:00
norris%netscape.com
1931f31f5b
Fix bug where a bean property can conflict with a method name.
2000-04-18 16:52:00 +00:00
norris%netscape.com
f10587a521
Fix bug:
...
var a = Math.abs;
a(-245);
gets the following error :
org.mozilla.javascript.EvaluatorException: Method "abs" called on
incompatible object.
2000-04-18 16:34:36 +00:00
brade%netscape.com
730afe4a44
commented out some code that really should be rewritten
2000-04-18 14:33:23 +00:00
brade%netscape.com
e9ba05d6af
submitted changes from Brian King (briano9@yahoo.com) as well as some tweaking needed to get it to layout a bit better with new xul widgets
2000-04-18 14:32:27 +00:00
brade%netscape.com
0f8eff9542
changes submitted by Dan Haddix (dan6992@hotmail.com); also I added some error checking
2000-04-18 14:26:36 +00:00
valeski%netscape.com
aa0afb1017
27982. if we were trying to login and the server told us it was full (via a 421 code :-/), then just stop processing
2000-04-18 13:48:34 +00:00
valeski%netscape.com
786abf8514
fixing multi mixed so it can handle errors coming from the data producer (http)
2000-04-18 13:42:40 +00:00
valeski%netscape.com
07dc210cc6
35439. data urls having trouble with data including spaces.
2000-04-18 13:39:59 +00:00
dcone%netscape.com
bd909b87c6
Updated the Tiling code.
2000-04-18 13:39:26 +00:00
cls%seawood.org
190ca5091c
Forgot to add EXTRA_DSO_LIBS to EXTRA_DSO_LDOPTS
2000-04-18 11:20:13 +00:00
scc%netscape.com
728cf9cdeb
making string conversions explicit
2000-04-18 11:00:16 +00:00
scc%netscape.com
3874652fa1
making string conversions explicit
2000-04-18 10:37:22 +00:00
scc%netscape.com
f78682c8c5
making string conversions explicit
2000-04-18 10:28:03 +00:00
cls%seawood.org
a27ca31c45
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00