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

55664 Коммитов

Автор SHA1 Сообщение Дата
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
nhotta%netscape.com 4ac194e914 Cached charset names for charset title performance, bug 20249, r=duccaroz. 2000-03-17 22:32:14 +00:00
kmcclusk%netscape.com 21a6371d36 #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 b415f4c938 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 1f3fab41e0 Remove comment that is no longer true. 2000-03-17 22:18:54 +00:00
morse%netscape.com b7efbedbd6 remove diagnostic print statement 2000-03-17 22:16:13 +00:00
akkana%netscape.com cadcfdc0e0 31994: don't output text nodes inside select elements. r=slamm 2000-03-17 22:15:14 +00:00
nhotta%netscape.com 2df1db7c13 Changed to call Finish() after the conversion, bug 29652 , r=cata. 2000-03-17 22:08:04 +00:00
dougt%netscape.com d9cdcd13d3 adding GetSecurityInfo to the nsIChannel. bug 29646 r= warren. 2000-03-17 22:07:37 +00:00
dougt%netscape.com 612badb3a9 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
blizzard%redhat.com cace8e1fae 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 e39b017146 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 86c55cba71 fixed a multiple definition of nsISupports. r=beard 2000-03-17 21:55:25 +00:00
sspitzer%netscape.com 07122ecd90 fix for #32245. r=bienvenu. 2000-03-17 21:53:49 +00:00
neeti%netscape.com 3af932b178 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 0b8d285916 fix 30213. make nsURLProperty file a singleton to improve performance 2000-03-17 21:47:09 +00:00
ftang%netscape.com 8cc3364af8 fix 30213 . make nsURLProperties a singleton to improve performace 2000-03-17 21:46:02 +00:00
ftang%netscape.com 21635795be fix 30213. make the nsURLProperty a singleton to improve performance 2000-03-17 21:45:08 +00:00
attinasi%netscape.com 817a060cad Adding documentation on the Perf tool. Not part of build. 2000-03-17 20:07:57 +00:00
srinivas%netscape.com 0b8f038136 For the IO continuation operation, use select(), instead of poll(),
on OSF1. Bug #153459.
2000-03-17 20:01:41 +00:00
attinasi%netscape.com 5eab22b348 Adding latest daily chart. Nat part of build. 2000-03-17 19:24:28 +00:00
attinasi%netscape.com 21bccff968 Updated with latest run. Not part of build. 2000-03-17 19:22:49 +00:00
sspitzer%netscape.com 23d4e39f18 start of new subscribe dialog. not part of the build. 2000-03-17 18:29:58 +00:00
sspitzer%netscape.com b388b69b90 the start of the new subscribe dialog. not part of the build yet. 2000-03-17 18:28:31 +00:00
srinivas%netscape.com 750662a0c6 Fixed syntax error. 2000-03-17 18:24:29 +00:00
attinasi%netscape.com ef1fa3dfb7 Trend Table: latest one added. Not part of build. 2000-03-17 18:05:51 +00:00
attinasi%netscape.com 41557d0706 Added chart for prior run. Not part of build. 2000-03-17 18:04:20 +00:00
attinasi%netscape.com 8eb9dd4cec Added latest historical data - not part of build 2000-03-17 17:59:47 +00:00