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

32222 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com be96a7065d make sure we get folder before dereffing 1999-06-30 19:44:44 +00:00
bienvenu%netscape.com 945225465b fix nsCOMPtr asserts 1999-06-30 19:39:04 +00:00
bienvenu%netscape.com d521f49ae9 check for null before add reffing 1999-06-30 19:38:34 +00:00
waterson%netscape.com 602b1c37bf Add GetIID(). 1999-06-30 19:28:16 +00:00
akkana%netscape.com 830cc10614 - New dialog and editor shell API for Insert HTML Source
- Add wrapcolumn setting to document encoders, and use it in the editor
- Fix numbered lists in the html to text sink stream.
1999-06-30 19:26:08 +00:00
waterson%netscape.com e508ce5686 Add GetIID()'s to interfaces. 1999-06-30 19:12:21 +00:00
mscott%netscape.com 6e29b90b9a Not part of tinderbox and release builds! Fix type of include file nsComPtr.h --> nsCOMPtr.h so necko can build
again on Linux builds. Thanks to Jim Nance for pointing this out.
1999-06-30 18:42:51 +00:00
briano%netscape.com 544182fb5f Automated update 1999-06-30 09:45:00 +00:00
rjc%netscape.com 1fa33803d2 Clean up a couple of warnings. 1999-06-30 09:05:24 +00:00
rpotts%netscape.com b6d1f7d250 Got rid of the IEventQueue instance variable... 1999-06-30 08:15:40 +00:00
jband%netscape.com cc711499f4 quick fix for bug 9250 - assert on startup 1999-06-30 07:13:26 +00:00
rpotts%netscape.com cf3f1d021d replaced a call to nsIHTTPChannel::GetResponseHeader(...) with a call to nsIChannel::GetContentType(...) 1999-06-30 06:05:10 +00:00
jband%netscape.com bed85f79da 1) make nsIXPConnect.h include only jspubtd.h instead of the whole of jsapi.h.
2) make the wrappedJS QI check for a match with chained wrappers before trying QI on the wrapped JS object.
3) add support for brendan's new JSArgumentFormatter callback to do auto js arg conversions - with test.
1999-06-30 06:01:36 +00:00
rpotts%netscape.com 10110b7f14 tweaked the GetContentType(...) hack to first check the Content-type header before returning text/html... 1999-06-30 06:00:02 +00:00
rhp%netscape.com eab11baf12 fix for file locator line...still not sure if this program is working... 1999-06-30 05:47:17 +00:00
troy%netscape.com 6f27fbf17d Work-in-progress for having GetPrimaryFrameFor() use a hash table 1999-06-30 04:42:26 +00:00
mcafee%netscape.com f0e7410a87 Trying to get BeOS changes right, patch provided by Duncan Wilcox (duncan@be.com) 1999-06-30 04:30:20 +00:00
mcafee%netscape.com 27a322ba94 Adding Makefiles for BeOS. 1999-06-30 04:20:46 +00:00
troy%netscape.com c12c5044a2 Removed some assignment of nsnull to nsCOMPtr obejects that was hitting
an assert
1999-06-30 04:13:21 +00:00
bienvenu%netscape.com 607c659cb6 check for null before releasing 1999-06-30 03:45:17 +00:00
jband%netscape.com 4cb66eedfa an nsISupports::GetIID() to nsCOMTypeInfo<nsISupports>::GetIID() change that scc missed 1999-06-30 03:17:30 +00:00
scc%netscape.com 1bf2a0c6f1 all the changes are in, time to remove the #undef line so the traits class can do the right thing on platforms that support template specialization 1999-06-30 01:40:21 +00:00
kin%netscape.com e7538328dc Fix Linux build bustage by including nsIDOMCharacterData.h. 1999-06-30 00:52:25 +00:00
av%netscape.com 943b6f0e2a Swapping boolean specifying windowless plugin in accordance with the spec 1999-06-30 00:49:03 +00:00
valeski%netscape.com 7aa37cd473 change netlib lib reference to necko lib 1999-06-30 00:44:07 +00:00
rickg%netscape.com 3e9855287f removed a rickg debug flag that was causing a performance hit 1999-06-30 00:41:04 +00:00
leaf%mozilla.org 816a46296d getting this back on its feet, letting it run with relative paths 1999-06-30 00:29:09 +00:00
bienvenu%netscape.com 8a9d4ea44a use nsCRT strdup instead of PL_strdup, prepare way for PRUnichars 1999-06-30 00:26:32 +00:00
bienvenu%netscape.com 1120ffb118 get rules file from server root directory 1999-06-30 00:25:38 +00:00
troy%netscape.com 7552882705 Removed a NS_WARNING in ContentAppended() that no longer needed to be
there
1999-06-30 00:24:03 +00:00
vidur%netscape.com 133c98462e Fix for bug 9035. Shut of layers emulation and fixed type in layers getter. 1999-06-30 00:14:21 +00:00
bienvenu%netscape.com 084fa475fa add check for allocation failure 1999-06-30 00:11:02 +00:00
vidur%netscape.com 88a75ad2dc Switched to using NS_WITH_SERVICE as per bug 5403 1999-06-29 23:43:46 +00:00
vidur%netscape.com bcfaa5d81e Added static GetIID accessor to DOM interfaces 1999-06-29 23:42:51 +00:00
rpotts%netscape.com 456644cad0 Fixed up socket transport to abort the operation if the consumer OnDataAvailable(...) returns a failure... 1999-06-29 23:28:19 +00:00
valeski%netscape.com 01525cf417 very temporary gross necko hack to force an text/html content type in the file and http protocols 1999-06-29 23:28:15 +00:00
valeski%netscape.com adb914545d we need to watch the error code of content type 1999-06-29 23:26:11 +00:00
valeski%netscape.com 2cb7f0ca72 yanked the hardcoded content type 1999-06-29 23:25:17 +00:00
ssu%netscape.com 21f778f807 fixing bug #8454 and AddDirectory() function 1999-06-29 23:23:23 +00:00
ssu%netscape.com b04dec747b fixing bug #8454 and AddDirectory() function 1999-06-29 23:15:38 +00:00
valeski%netscape.com 88adc85bf7 getbuffer bypass 1999-06-29 23:14:43 +00:00
tague%netscape.com 126754690a Fixed (hopefully) linux build bustage by re-writing the expression w/ a temp variable 1999-06-29 22:46:20 +00:00
morse%netscape.com fadb6fd4e2 fix bug 8743 1999-06-29 22:34:48 +00:00
shaver%netscape.com f8f7778a8e partial backout of scc's nsCOMPtr, attempting to revive Win32 build 1999-06-29 22:33:18 +00:00
ramiro%netscape.com d8d9788d10 Fix PUBLIC declaration. 1999-06-29 22:30:47 +00:00
briano%netscape.com de2bbcf59d Automated update 1999-06-29 22:29:59 +00:00
ramiro%netscape.com 328ecc16a7 Add configure support for setting and using MOZ_STRIP_NOT_EXPORTED.
Courtesy of Alex Larsson.
1999-06-29 22:29:14 +00:00
pollmann%netscape.com d51e1d593b Bug 8227 and warning cleanups. 1999-06-29 22:01:55 +00:00
slamm%netscape.com 5fa4bab80b No longer need to save prefs everytime. 1999-06-29 22:00:48 +00:00
law%netscape.com c5ed1ac5fe Cleaning up those annoying 'width/height not set' messages 1999-06-29 21:57:40 +00:00