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

32847 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com f1cda9a58e New header resources (Not part of the build) 1999-07-05 22:42:16 +00:00
zuperdee%penguinpowered.com eb66250faf Removed a couple of (what look like) obsolete functions from nsWindow, and fixed quite a lot of compiler warnings in nsWindow.cpp and nsXtEventHandler.cpp. 1999-07-05 22:08:41 +00:00
jband%netscape.com 572736fb18 added MultipleInheritence xptcall invoke test 1999-07-05 21:31:25 +00:00
kipp%netscape.com c6d375626b Removed white-space stripping from href's/backgrounds/etc to fix bug #8319 1999-07-05 21:14:37 +00:00
zuperdee%penguinpowered.com a26420f722 Commenting out the SetTitle function for now, until I figure out how to do it right. 1999-07-05 20:50:37 +00:00
kipp%netscape.com 6546611600 Fixed bug #9282 - clip rect was computed wrong from style info and sign of right/bottom were inverted; eliminated many linux compiler warnings 1999-07-05 20:38:14 +00:00
zuperdee%penguinpowered.com a04d5ebc5e Unbreaking the Motif build by fixing my menu fixes (boy am I stupid). Also implemented the nsWindow:SetTitle function (reusing the code I wrote for the xlib port). 1999-07-05 20:15:54 +00:00
kipp%netscape.com 83b55405b9 Map entities that expand to \r to \n (bug #6199); eliminate linux specific compiler warnings 1999-07-05 19:45:27 +00:00
jband%netscape.com 488ac73cde added files: mozilla/js/src/xpconnect/src/xpcthreadcontext.cpp 1999-07-05 19:42:55 +00:00
jband%netscape.com 935615bc82 adding new file to build projects 1999-07-05 19:42:32 +00:00
hyatt%netscape.com 2336371f60 Making sure dialogs really look like dialogs. 1999-07-05 19:38:43 +00:00
jband%netscape.com acc9aa4f7f added files: mozilla/js/src/xpconnect/idl/nsIJSContextStack.idl 1999-07-05 19:29:09 +00:00
jband%netscape.com 65b75a8897 adding JSContextStack interface 1999-07-05 19:26:36 +00:00
kipp%netscape.com 224337a955 Fixed bug #8905 by moving a copy of the first-letter construction code into the bowels of the generated content frame generation code 1999-07-05 18:46:09 +00:00
kipp%netscape.com bef3754263 Fixed margin calcs for block elements (and tables) so that when the object is wider than the avail width the object is pinned to the left/right edge as appropriate (bug #6155) 1999-07-05 18:45:12 +00:00
kipp%netscape.com 7128c4ecd7 Made direction inheritable by tables in nav-quirks mode; cleaned up some linux specific compiler warning noise 1999-07-05 18:43:38 +00:00
kipp%netscape.com f967462f7d Cleaned up ctor initializer order to quite down compiler warnings 1999-07-05 18:42:51 +00:00
cmanske%netscape.com 964e056ebd Changed Named Anchor dialog to use autosizing 1999-07-05 18:36:50 +00:00
jefft%netscape.com 3936368326 CopyFileMessage() now adds the new message header to the database 1999-07-05 17:37:37 +00:00
hyatt%netscape.com eef8de7fca Fixing the toolkit core's ShowWindow methods to not SHOW THE DAMN WINDOW
ON THEIR OWN.  Why are these %^*%^&%&^ methods still being used everywhere?
1999-07-05 17:01:55 +00:00
hyatt%netscape.com b053e6d540 Fixing the profile manager (the div was in the wrong place). 1999-07-05 17:01:00 +00:00
hyatt%netscape.com 29aef8ae97 Will do intrinsic sizing when the window is really small (doesn't have to be
0, since Linux barfs on that).
1999-07-05 16:54:14 +00:00
hyatt%netscape.com 01fcc007c0 Keep the initial width and height from being 0. Set it to 1 instead. 1999-07-05 16:53:43 +00:00
zuperdee%penguinpowered.com 55e9c01caf Lots of Motif menu code fixes. With these changes, hopefully it will no longer grab the mouse and refuse to release it, though the pulldown menus still don't quite work yet. 1999-07-05 07:57:04 +00:00
morse%netscape.com 6f2639bea6 added newline at end of file -- fixes bug 9270 1999-07-05 03:48:42 +00:00
racham%netscape.com 9128816dca Moved profile.mcp to build after network module 1999-07-05 01:53:52 +00:00
racham%netscape.com 4268c36ec5 Adding RecursiveCopy interface 1999-07-05 01:39:42 +00:00
racham%netscape.com f9d24c46cc Added login to support netcenter's product registration work 1999-07-05 01:27:39 +00:00
racham%netscape.com 2a9b148974 Adding netcenter Preg pref 1999-07-05 01:21:30 +00:00
racham%netscape.com 0f11400bc0 Adding interfaces to support Netcenter Preg work 1999-07-05 01:18:59 +00:00
racham%netscape.com d34ce9a4fb Added Network Module library 1999-07-05 01:12:48 +00:00
racham%netscape.com 95877e2e85 added netlib library 1999-07-05 01:07:21 +00:00
dp%netscape.com 4390287ead Turn off autoregistrations for release builds if component.reg exists. 1999-07-05 00:59:27 +00:00
gayatrib%netscape.com 64ca55df57 Added netcenter files 1999-07-05 00:59:23 +00:00
gayatrib%netscape.com 5e6a5a47de Adding xul files for Netcenter PReg 1999-07-05 00:58:00 +00:00
radha%netscape.com c75a8d3c38 Activate the mailcomposer code only if NECKO is *not*
defined. Mail composer header files are not found if
NECKO is defined and thereby NECKO build fails.
1999-07-05 00:53:20 +00:00
rickg%netscape.com 07d7cae00d fixed bug 9185 1999-07-05 00:24:23 +00:00
radha%netscape.com 59223b8a6c Don't use the values returned by NS_MakeAbsURL to pass it to link handler, when
a mailto: url is clicked. This is because netlib doesn't understand mailto: urls yet.
This will be fixed the right way after NECKO lands
1999-07-04 23:48:06 +00:00
radha%netscape.com 32eddfe0b4 WebShellWindow is now a url dispatcher until a common app independant module is
identified. Add url dispatcher related functions
1999-07-04 23:41:32 +00:00
radha%netscape.com f4d1a3b534 Pass mailto: urls to the Url Dispatcher 1999-07-04 23:40:15 +00:00
radha%netscape.com 28e9091188 Add nsIUrlDispatcher.h to export list 1999-07-04 23:39:39 +00:00
radha%netscape.com 2484649336 Add set/get urldispatcher functions 1999-07-04 23:38:56 +00:00
radha%netscape.com 00ef1b9860 Initial checkin. 1999-07-04 23:38:33 +00:00
cmanske%netscape.com 586992a44e Trying to get popup XUL windows to behave: not correct yet, but checking in so others can examine 1999-07-04 23:14:36 +00:00
cmanske%netscape.com 9761f8e938 Implemented insert named anchor and table. Fixed dialogs to utilize autosizing. Popups are screwed up because of stupid box layout behavior 1999-07-04 23:01:10 +00:00
radha%netscape.com 0dbc2efd4c Set XP_AppPlatform to the right platform name instead of a
generic "Unix". This checkin applies only to unix builds
1999-07-04 22:41:59 +00:00
andreas.otte%primus-online.de 3b7dac23f8 NECKO only: fixing MakeAbsolute while loading images 1999-07-04 22:41:42 +00:00
andreas.otte%primus-online.de 029524c65d NECKO only: fixing MakeAbsolute when loading images, cleanup 1999-07-04 22:23:38 +00:00
andreas.otte%primus-online.de 4cb2c169f8 NECKO only: fixing MakeAbsolute when using link 1999-07-04 20:56:29 +00:00
hyatt%netscape.com a34b9faa23 Removing the obsolete nsIWidgetController interface. 1999-07-04 19:46:05 +00:00