Граф коммитов

58657 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com b28d0d6298 Updating the DOM interfaces HTMLFormElement and HTMLOptionElement to DOM Level 2. 2000-04-18 23:00:58 +00:00
troy%netscape.com 5c031a4d21 Initial check-in 2000-04-18 23:00:50 +00:00
buster%netscape.com 62fe598e73 bug 26917 (using "-d" option on viewer causes premature exit)
r=travis
2000-04-18 22:59:12 +00:00
jst%netscape.com a4ce9e598d Updating the HTMLObjectElement interface to DOM Level 2. 2000-04-18 22:57:42 +00:00
nhotta%netscape.com 3e22069132 Changed to check the line breaker flag to detect it needs more text, bug 27062. 2000-04-18 22:53:21 +00:00
jgaunt%netscape.com f2551e626b Fixing build bustage: adding newline for HPUX 2000-04-18 22:48:04 +00:00
jband%netscape.com 96089ebbb0 egads! lost the return type declaration in a copy/paste goofup. 2000-04-18 22:46:48 +00:00
slamm%netscape.com cec38762b5 Fix DTD file name (bug 33237). 2000-04-18 22:40:59 +00:00
akkana%netscape.com b16cf77faa 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 c608dff635 partial fix for transient windows not being transient bug #19255 2000-04-18 22:38:49 +00:00
akkana%netscape.com 85521fe840 33753: don't output the doctype when outputting only selection 2000-04-18 22:31:00 +00:00
slamm%netscape.com f5873b9f40 mini-hack: add /bin to path for cwd. 2000-04-18 22:20:30 +00:00
cls%seawood.org ba0b9aab8d Exporting LIBRARY_PATH & ADDON_PATH vars needed for BeOS runtime. 2000-04-18 22:19:14 +00:00
jband%netscape.com a7f472e543 NOT PART OF BUILD. cvs is a fine place for the TODO list 2000-04-18 22:19:12 +00:00
sspitzer%netscape.com 5a1cde4e36 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 bf6e7d26cc 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 0c9cf5e111 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 bbf414b6b5 adding nsILocalMailIncomingServer.idl to the build 2000-04-18 22:06:09 +00:00
edburns%acm.org 1586c56e2c 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 b70921c2ba 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 410da80665 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 45eeef7e38 adding this interface. all local mail incoming servers should implement it. 2000-04-18 21:56:50 +00:00
rginda%netscape.com 4308ea7ed1 formatting changes. use only one tab regardless of nested namespaces 2000-04-18 21:51:45 +00:00
av%netscape.com 8527043efd #26893, moved GetDOMElement from nsIPluginTagInfo to nsIPluginTagInfo2.h 2000-04-18 21:44:56 +00:00
jband%netscape.com 4ecd17e424 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 21a6ef5183 Restore directory after find. 2000-04-18 21:40:55 +00:00
jfrancis%netscape.com 9e1600956e 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 9671270568 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 89115d7adc NOT YET PART OF SEAMONKEY BUILD. added locking 2000-04-18 21:33:46 +00:00
pnunn%netscape.com d26b29c168 bug#924. Added test in clean up. pnunn. 2000-04-18 21:20:56 +00:00
harishd%netscape.com 24c27fd863 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 ab73b6ac2c Added more mapping for encodings, bug 27394, r=ftang. 2000-04-18 21:09:52 +00:00
harishd%netscape.com 3098aa6337 Checkin for akkana - Regression test change
r=me
2000-04-18 21:08:39 +00:00
nhotta%netscape.com e4f1604b8f 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 c91ebaeab6 Forgot to use NS_MSG_BASE for added conversion functions. 2000-04-18 21:05:10 +00:00
nhotta%netscape.com 24fd569190 Changed to use nsILineBreaker instead of IsAsciiSpace, bug 27062, r=akkana. 2000-04-18 21:04:21 +00:00
valeski%netscape.com 6291d0a329 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 b5ab8c0cc3 Address Book drag and drop file, not in build yet. 2000-04-18 20:42:05 +00:00
mscott%netscape.com c4a408e35b 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 fcd3a5de8b Bug11366 [FEATURE] Print Address Book Card, r=rhp+hangas 2000-04-18 20:27:28 +00:00
idk%eng.sun.com 75394f5e7f (36174) Added null checking
a = idk@eng.sun.com
2000-04-18 18:38:01 +00:00
terry%mozilla.org 3a47b79cc3 Patch by daa@distributed.net -- scan ftp listings, added summary stats for tinderbox. 2000-04-18 17:59:50 +00:00
jst%netscape.com d563ed28aa 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 d23d359cba Add missing method for 1.4R3 compatibility. 2000-04-18 16:53:28 +00:00
norris%netscape.com 564f1dca5b Fix bug where a bean property can conflict with a method name. 2000-04-18 16:52:00 +00:00
norris%netscape.com 3ef540f70d 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 e43c308855 commented out some code that really should be rewritten 2000-04-18 14:33:23 +00:00
brade%netscape.com 285279591a 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 3ff7c999db 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 ef7b2bb46e 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