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

55674 Коммитов

Автор SHA1 Сообщение Дата
bryner%uiuc.edu f53f576a37 Fix a leak of the device context. r=bruce. 2000-03-18 04:10:13 +00:00
jst%netscape.com 7eef7a42a1 Backing out my last change since it broke the tree, sorry. 2000-03-18 03:11:52 +00:00
mccabe%netscape.com 10feff7baa Adding [noscript]. 2000-03-18 02:34:02 +00:00
mccabe%netscape.com 5a386a15b3 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 a6ead832c1 Fixing what (at least used to) crashes #28489. r=vidur@netscape.com 2000-03-18 02:10:28 +00:00
akkana%netscape.com 55efbe2103 Remove a printf 2000-03-18 02:05:22 +00:00
mccabe%netscape.com 1538488086 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 14780c3d56 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 b48d3f3c6c - 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 2a47a38381 bug#31664: chkin for troy. r:pnunn. 2000-03-18 01:09:39 +00:00
bryner%uiuc.edu 692007eb81 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 32b9f26794 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 e17aeaff6f adding numberOfScreens to interface. minor cleanup. 2000-03-18 00:56:34 +00:00
beard%netscape.com 4412d25298 removed redundant implementation of strdup. 2000-03-18 00:55:47 +00:00
beard%netscape.com a24c8a18bb fixed to work with Universal Headers 3.3 JManager interfaces. 2000-03-18 00:55:15 +00:00
beard%netscape.com b6e6704f30 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 09a0ff1d5c Fix for 31846 [PDT+]
r=rickg
a=jar,rickg
2000-03-18 00:49:54 +00:00
matt%netscape.com ecc44e7bcc Adding for international. Adding about str. name 2000-03-18 00:47:25 +00:00
nhotta%netscape.com 7e461f9d1d Added a MIME decoder which takes nsCString, bug 32013, r=ftang. 2000-03-18 00:42:29 +00:00
matt%netscape.com c0c8073897 adding fixes that when into the branch for search 2000-03-18 00:38:45 +00:00
karnaze%netscape.com 2ccf927736 new regression tests not affecting the build. 2000-03-18 00:33:19 +00:00
sfraser%netscape.com b17dd52588 First Checked In. 2000-03-18 00:29:07 +00:00
dougt%netscape.com 841649e0f7 Fixing return type and build bustage. 2000-03-18 00:02:53 +00:00
mccabe%netscape.com a1a082d9b2 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 78211d202e Just checking in a changes that will not get compiled because of ifdef. 2000-03-17 23:32:41 +00:00
ducarroz%netscape.com 192febf41d 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 4d7ff5c88f 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 75662ac1f7 Fix for bug #32214. 2000-03-17 23:09:57 +00:00
sspitzer%netscape.com 5ba3a9bed3 more changes for the new subscribe dialog. not part of the build yet. 2000-03-17 23:08:51 +00:00
scc%netscape.com 1ba114117b 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 d6840ff7c1 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 c8759423ed Missed these two files!
adjusting entry points.
2000-03-17 22:58:15 +00:00
nhotta%netscape.com bc44a0d3b9 Cached charset names for charset title performance, bug 20249, r=duccaroz. 2000-03-17 22:32:14 +00:00
kmcclusk%netscape.com 806bd65dd6 #ifdef'ed out timer used to flush paints. It is not needed b=31407 r=attanasi@netscape.com
Changed mVMCount from PRUint32 to PRInt32 to make ASSERTION checking for a negative value in mWMCount valid
b=11674 r=attanasi@netscape.com
2000-03-17 22:27:26 +00:00
slamm%netscape.com 145c5e5ee3 Avoid setting HOME variable in main process (big no-no). Cleanup profile creation. Remove tabs. I hate tabs. 2000-03-17 22:22:10 +00:00
norris%netscape.com d6d9c3c79b Remove comment that is no longer true. 2000-03-17 22:18:54 +00:00
morse%netscape.com 7c0aac3eeb remove diagnostic print statement 2000-03-17 22:16:13 +00:00
akkana%netscape.com 927dd89b53 31994: don't output text nodes inside select elements. r=slamm 2000-03-17 22:15:14 +00:00
nhotta%netscape.com 42a831c815 Changed to call Finish() after the conversion, bug 29652 , r=cata. 2000-03-17 22:08:04 +00:00
dougt%netscape.com 915bc75c0f adding GetSecurityInfo to the nsIChannel. bug 29646 r= warren. 2000-03-17 22:07:37 +00:00
dougt%netscape.com 8126ff53b4 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
blizzard%redhat.com 78f623abb8 fix for bug #26508. rewrite the main event hander for gtk to properly handle all the possible grab combinations properly. this should fix problems with scrollbars on popups and on modal dialogs. 2000-03-17 22:05:00 +00:00
scc%netscape.com 5d1e31d90e Added the new string interface files to the export lists for each platform. They still aren't part of the build. r=pinkerton 2000-03-17 22:04:48 +00:00
dcone%netscape.com 6004b14bbd fixed a multiple definition of nsISupports. r=beard 2000-03-17 21:55:25 +00:00
sspitzer%netscape.com 2f566d968a fix for #32245. r=bienvenu. 2000-03-17 21:53:49 +00:00
neeti%netscape.com 760f19694f fix for 29853 in trunk, r=dp,Animated ads are stopping after one loop, and are then being reloaded from the server 2000-03-17 21:51:31 +00:00
ftang%netscape.com 65654515ad fix 30213. make nsURLProperty file a singleton to improve performance 2000-03-17 21:47:09 +00:00
ftang%netscape.com 3b4bf97e6c fix 30213 . make nsURLProperties a singleton to improve performace 2000-03-17 21:46:02 +00:00
ftang%netscape.com e1e94b07ef fix 30213. make the nsURLProperty a singleton to improve performance 2000-03-17 21:45:08 +00:00
attinasi%netscape.com f219c5d1b4 Adding documentation on the Perf tool. Not part of build. 2000-03-17 20:07:57 +00:00