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

59301 Коммитов

Автор SHA1 Сообщение Дата
ben%netscape.com 1e92460051 correcting stylesheet load 2000-04-21 10:21:47 +00:00
mccabe%netscape.com c2ccba0b93 Display an informative message if unable to get the console service. 2000-04-21 10:13:56 +00:00
hyatt%netscape.com 887773cb34 More love. 2000-04-21 10:13:18 +00:00
hyatt%netscape.com ef7fd3b7cd Fix tree selection color. 2000-04-21 10:00:37 +00:00
hyatt%netscape.com e6af40b333 Fix mac. 2000-04-21 09:58:32 +00:00
hyatt%netscape.com fa12a01c3c Fixing mac. 2000-04-21 09:54:32 +00:00
hyatt%netscape.com 2364a5b609 Making tree scrolling faster in mailnews. 2000-04-21 09:49:34 +00:00
hyatt%netscape.com ed7eedafdf Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2000-04-21 09:40:38 +00:00
scc%netscape.com bb0ce46710 making string conversions explicit 2000-04-21 09:33:45 +00:00
mccabe%netscape.com 610a029cf5 Fix to 23532. Check validity of JS_ARENA_ALLOCATE call before using it as an argument of memcpy in JS_ArenaGrow.
Thanks to wyeung@real.com for noticing we were being unsafe here and suggesting the fix.
2000-04-21 09:25:43 +00:00
alecf%netscape.com 12c9fd1145 oops, back out previous change, my tree had other stuff in it 2000-04-21 08:53:32 +00:00
alecf%netscape.com eb2b038aa1 oops, back out that unix change, my tree was filled with other crap 2000-04-21 08:52:29 +00:00
alecf%netscape.com 599ccf3028 oops, back out part of that change, forgot my tree had other stuff in it 2000-04-21 08:51:51 +00:00
alecf%netscape.com 8d879b0045 add scriptable search value to windows build 2000-04-21 08:49:46 +00:00
alecf%netscape.com 43fe40b42b add scriptable searchvalue to unix build 2000-04-21 08:49:06 +00:00
alecf%netscape.com e0bd7a84f3 add new IDL to windows build 2000-04-21 08:48:14 +00:00
brendan%mozilla.org 4bf456462f Optimize total computation, fix visited to be a counter. 2000-04-21 08:47:00 +00:00
alecf%netscape.com d704f10a2f add new IDL to unix build 2000-04-21 08:46:14 +00:00
alecf%netscape.com 2c14cdf12f add first cut at scriptable search scope terms 2000-04-21 08:45:53 +00:00
jband%netscape.com ad9d41e522 trivial renaming of local var to fix compiler warning 2000-04-21 08:42:14 +00:00
alecf%netscape.com d7b3266a9e add scriptable version of search term value object 2000-04-21 08:38:24 +00:00
alecf%netscape.com 93e3b2054f fix xlib bustage in a lame way 2000-04-21 08:36:44 +00:00
sspitzer%netscape.com 2163121cfb printf to remind me to fix #36661 2000-04-21 08:34:34 +00:00
sspitzer%netscape.com 5f4eeb963e fix a warning by making the dtor virtual. 2000-04-21 08:13:24 +00:00
hyatt%netscape.com 4a0414c6e1 Tree performance improvements. 2000-04-21 08:12:13 +00:00
hyatt%netscape.com f5d403674d Tree performance enhancements. 2000-04-21 08:11:39 +00:00
pierre%netscape.com 0a1b7cc547 Implemented i18n list-style-types. Thanks to bakibon@yahoo.com. 2000-04-21 08:05:29 +00:00
pinkerton%netscape.com 46ce666141 Fix build bustage r=scc. 2000-04-21 07:34:06 +00:00
hyatt%netscape.com 74e6e869c6 Commdir. 2000-04-21 07:15:48 +00:00
hyatt%netscape.com c03e2d756f Adding communicator dir. 2000-04-21 07:15:14 +00:00
hyatt%netscape.com 43684524f8 Adding communicator dir and css file to build. 2000-04-21 07:13:06 +00:00
scc%netscape.com a10aa8dde5 making string conversions explicit 2000-04-21 07:09:51 +00:00
mccabe%netscape.com 51f69aee35 Remove now-unused files. 2000-04-21 07:09:49 +00:00
pavlov%netscape.com 9745b31350 turn off DrawTile until I can fix it on unix so dcone can check in his code. 2000-04-21 07:00:36 +00:00
scc%netscape.com 85ee8b3604 there were a bunch of routines that returned references to this and were abused as much as they were used correctly. now they return |void| 2000-04-21 06:59:14 +00:00
scc%netscape.com 8d5a2627d8 making string conversions explicit 2000-04-21 06:56:47 +00:00
sfraser%netscape.com 212305e1d1 Checkign in radha's diffs to see if this reduces the leak numbers. 2000-04-21 06:56:32 +00:00
pinkerton%netscape.com b067edf867 Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen. 2000-04-21 06:55:13 +00:00
sspitzer%netscape.com 739533c309 get snews://<host>/<group> urls to work for autosubscribe. 2000-04-21 06:55:12 +00:00
warren%netscape.com e92a3a917a Fixed optimized build problem. 2000-04-21 05:32:59 +00:00
warren%netscape.com eeb4df595e Bug 34217. Making js protocol not clear window when it returns no result. 2000-04-21 05:18:15 +00:00
warren%netscape.com 24eeb1f34c Removed extra call to Open 2000-04-21 05:15:42 +00:00
warren%netscape.com d4340805ee Changed max thread count to 4 (for now). 2000-04-21 05:14:49 +00:00
warren%netscape.com 5e96caa8ea Fixed thread pool thread allocation to be more lazy (still doesn't release unused threads though). (Code adapted from dougt.) 2000-04-21 05:12:57 +00:00
brendan%mozilla.org 159f478d0d Fix plib-instead-of-lib->total += type; use int32 for possibly negative values. 2000-04-21 03:01:09 +00:00
bienvenu%netscape.com b26839a8e3 fix linux runtime failure to load mailnews 2000-04-21 02:47:53 +00:00
scc%netscape.com 3008372aa4 making string conversions explicit 2000-04-21 02:35:42 +00:00
rhp%netscape.com 31be06e1f3 Just fixing a test harness program. NOT PART OF THE BUILD!!!! 2000-04-21 02:25:03 +00:00
mccabe%netscape.com 3fb3629e38 Remove builds of nsConsoleService binary, IDL and IDL-export projects from xpfe/components/console for the Mac. 2000-04-21 02:21:23 +00:00
nisheeth%netscape.com 0b3af85e55 Ongoing work to get Transformiix to build on Windows as a Mozilla component. Not part of the build.
- implemented rint() in NumberFunctionCall.cpp
- Changed String to DOMString in calls to processAttrValueTemplate() in XSLTProcessor.cpp
- Fixed up more windows makefiles.
2000-04-21 02:20:28 +00:00