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

55841 Коммитов

Автор SHA1 Сообщение Дата
harishd%netscape.com ff72d36cd5 Fix for 31873,32094,32337.
Checking in for rickg.
r=me.
2000-03-18 09:15:01 +00:00
ruslan%netscape.com a57d2256d5 Add extra comments on new keep-alive preferences 2000-03-18 08:25:01 +00:00
mccabe%netscape.com 2a847e0e83 Fix to 11454
Respect [noscript] property for attributes by setting the attribute as hidden in the emitted typelib.

r=jband
2000-03-18 07:55:43 +00:00
harishd%netscape.com b1cdd45f97 Fix for 32263
Create a new instance of the DTD when called by
the JS engine ( only when creating a new parser context ).
r=rickg.
2000-03-18 06:48:09 +00:00
waterson%netscape.com ca4696ec29 Doh! I checked in the wrong patch onto the tip. Thanks for wiping my chin, rjc. 2000-03-18 06:24:19 +00:00
ben%netscape.com 99f51a9525 make sidebar customize dialog skinnable 2000-03-18 06:17:40 +00:00
ben%netscape.com 6ad9482957 another attempt at adding the selected bookmark images 2000-03-18 06:15:22 +00:00
ben%netscape.com 2697a225f0 moved style rules for new widgets into separate files, added selected twisty images 2000-03-18 06:13:23 +00:00
rjc%netscape.com dffbc728d6 Fix bug # 24836: correctly serialize RDF data. Review: waterson@netscape.com. 2000-03-18 05:28:53 +00:00
waterson%netscape.com c23a0745ed Get rid of dead code. 2000-03-18 05:26:25 +00:00
waterson%netscape.com faefe77b4d Bug 27739. Leak the key bindings table for now, so we're sure not to lose it if all the XUL documents go away. This is a temporary solution, pending a real fix when hyatt jettisons this for XBL. r=hyatt, a=jar 2000-03-18 05:24:50 +00:00
waterson%netscape.com bf3ea9e26c Bug 32187. Make sure to re-serialize RDF/XML using UTF-8 for UCS-2 strings. r=rjc,ftang. a=bobj,jar. 2000-03-18 05:22:42 +00:00
scc%netscape.com 1099be693b Added the Bill Law trick to make |nsCOMPtr| break the build for everybody where it use to break it only for Solaris and a few others (the `tainting' problem). Added a haiku. r=danm 2000-03-18 05:17:46 +00:00
blizzard%redhat.com 4602ee02e7 fix for #27791. assume that any drag motion events are not valid drop targets unless someone explicitly sets the canDrop = true in the JS event handler. this makes dragging feedback correct on linux. r=pavlov 2000-03-18 05:00:45 +00:00
gagan%netscape.com 677c58f65d Argh... checkin aborted while I was editing nsHTTPChannel.cpp. Fixed bug 25868. nsAuth now has an Init method so that things will work ok after a logout (new auths will be created). Other misc. code cleanup. Also changed QI implementations to standard macros. 2000-03-18 04:54:56 +00:00
gagan%netscape.com 268db75e9e Fixed bug 25868. nsAuth now has an Init method so that things will work ok after a logout (new auths will be created). Other misc. code cleanup. Also changed QI implementations to standard macros. 2000-03-18 04:51:00 +00:00
akkana%netscape.com b665692c5a 29312: move nbsp guard to a more general location so it'll always fire 2000-03-18 04:35:45 +00:00
bruce%cybersight.com f66d225e65 Fix for memory leak. r=gordon bug #28902 2000-03-18 04:10:27 +00:00
bryner%uiuc.edu c3c4832958 Fix a leak of the device context. r=bruce. 2000-03-18 04:10:13 +00:00
jst%netscape.com af7f00849e Backing out my last change since it broke the tree, sorry. 2000-03-18 03:11:52 +00:00
mccabe%netscape.com 31d6c9de6b Adding [noscript]. 2000-03-18 02:34:02 +00:00
mccabe%netscape.com e7de6c52ee Fix bustage; replace strdup (no prototype on mac) with call to (existing!) xpidl_strdup. 2000-03-18 02:29:23 +00:00
jst%netscape.com 6d0d3bb1c3 Fixing what (at least used to) crashes #28489. r=vidur@netscape.com 2000-03-18 02:10:28 +00:00
akkana%netscape.com 208142900c Remove a printf 2000-03-18 02:05:22 +00:00
mccabe%netscape.com ff15437205 Adding [noscript], to get past my recently-added xpidl compiletime error. Looks like I missed a file. 2000-03-18 02:01:19 +00:00
jst%netscape.com b91323399c Removing the last virtual functions from nsGenericElement, this reduces the size of every element object by 4 bytes. r=troy@netscapce.com 2000-03-18 01:55:47 +00:00
mccabe%netscape.com e64609efe6 - Add preliminary code for a documentation backend. Hopefully someone will want to extend it...
- Add a compile-time check requiring non-scriptable (because they're native) attributes to be marked [noscript] within [scriptable] interfaces.  This mirrors an existing check for methods, and may save some hair-pulling for script authors.  Partial fix to 11454.

- Emit a sample implementation (#ifdef 0) into the generated .h file that component authors can copy and use as the start of their implementation.  Code courtesy jband.

r=jband, r=mccabe
2000-03-18 01:30:35 +00:00
pnunn%netscape.com 1b3c67d6cf bug#31664: chkin for troy. r:pnunn. 2000-03-18 01:09:39 +00:00
bryner%uiuc.edu 1215d53a50 Handle Win95 MSH_MOUSEWHEEL messages in addition to WM_MOUSEWHEEL
messages.  r=law@netscape.com.
2000-03-18 00:57:23 +00:00
pinkerton%netscape.com 69f8e71699 making dev context use screen manager to get info about the screen. r=sfraser. 2000-03-18 00:57:22 +00:00
pinkerton%netscape.com de27147d88 adding numberOfScreens to interface. minor cleanup. 2000-03-18 00:56:34 +00:00
beard%netscape.com 4a376d4e5b removed redundant implementation of strdup. 2000-03-18 00:55:47 +00:00
beard%netscape.com da7ef54727 fixed to work with Universal Headers 3.3 JManager interfaces. 2000-03-18 00:55:15 +00:00
beard%netscape.com 5b7fb442d2 fixed to work with Universal Headers 3.3 to get MRJ interfaces/libraries, added jsj_simpleapi.c. (not part of mozilla build) 2000-03-18 00:53:55 +00:00
harishd%netscape.com 9f6afa90bc Fix for 31846 [PDT+]
r=rickg
a=jar,rickg
2000-03-18 00:49:54 +00:00
matt%netscape.com 6ba4222d8a Adding for international. Adding about str. name 2000-03-18 00:47:25 +00:00
nhotta%netscape.com d863813360 Added a MIME decoder which takes nsCString, bug 32013, r=ftang. 2000-03-18 00:42:29 +00:00
matt%netscape.com a41fedd299 adding fixes that when into the branch for search 2000-03-18 00:38:45 +00:00
karnaze%netscape.com 80b9157ef0 new regression tests not affecting the build. 2000-03-18 00:33:19 +00:00
sfraser%netscape.com 3504e8ff9f First Checked In. 2000-03-18 00:29:07 +00:00
dougt%netscape.com bbbe51b4f9 Fixing return type and build bustage. 2000-03-18 00:02:53 +00:00
mccabe%netscape.com 7cef346a78 Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
Preparatory to fix to 11454.

r=jband
2000-03-17 23:47:48 +00:00
rhp%netscape.com 1726f505c1 Just checking in a changes that will not get compiled because of ifdef. 2000-03-17 23:32:41 +00:00
ducarroz%netscape.com d39f92b1d1 Fix bug 31568. Need to correctly manage errors when processing attachment. R=mscott,rhp 2000-03-17 23:19:46 +00:00
srinivas%netscape.com dc672254c2 Implemented a new style stack of IO layers with a fixed, dummy header.
Bug #30914.
2000-03-17 23:15:27 +00:00
hyatt%netscape.com 3ad6a23de0 Fix for bug #32214. 2000-03-17 23:09:57 +00:00
sspitzer%netscape.com 79a6ddcb6a more changes for the new subscribe dialog. not part of the build yet. 2000-03-17 23:08:51 +00:00
scc%netscape.com dad43afb23 Added spaces to the cast macros to allow casting of template types. Moved |HAVE_CPP_...| symbols here from "nsCOMPtr.h" since more files need them. r=pinkerton 2000-03-17 23:08:29 +00:00
scc%netscape.com ba8a0f115a Renamed an internal typename. Was |nsDontAddRef<T>|, now is |already_AddRefed<T>| in hopes that it can be used outside of "nsCOMPtr.h". Moved |HAVE_CPP_...| symbols out of here and into "nscore.h" because more files need them. r=pinkerton 2000-03-17 23:08:18 +00:00
dougt%netscape.com 565cf476a8 Missed these two files!
adjusting entry points.
2000-03-17 22:58:15 +00:00