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

1040 Коммитов

Автор SHA1 Сообщение Дата
erik%netscape.com 709eb51509 Switched nsIStringBundle to service manager model. Cleaner now. 1999-02-05 21:11:25 +00:00
saari%netscape.com a30a5837d2 moving nsIXULCommand.h, nsXULCommand.h, and nsXULCommand.cpp to widget dll from appshell 1999-02-05 08:52:39 +00:00
leaf%mozilla.org 34ce0ab813 fixes MozillaControl.dll build (reports are that the code is broken, but i leave
that in someone else's hands)
1999-02-04 22:59:06 +00:00
kipp%netscape.com efec4b1f8f Use file i/o for now to read regression data 1999-02-04 16:31:43 +00:00
ftang%netscape.com 495aae634d add several intl componment into nsSetupRegistry 1999-02-04 15:55:58 +00:00
waterson%netscape.com be3bcaac23 Added the XULBuilder CID. 1999-02-04 10:56:30 +00:00
amusil%netscape.com e05072a009 Added oji, liveconnect, and caps shared libs to the registry for Mac 1999-02-04 00:19:13 +00:00
amusil%netscape.com 40822ed808 Corrected error in the use of CIIDs and IIDs 1999-02-04 00:03:18 +00:00
brade%netscape.com c568e7efbd remove extra comma to reduce warnings on Macintosh compiler 1999-02-03 22:57:04 +00:00
vidur%netscape.com fb8e8d9d6c Added additional key argument to string parsing routine 1999-02-03 19:38:39 +00:00
troy%netscape.com cd6a4dcedf Added two new sample tests 1999-02-03 17:16:11 +00:00
troy%netscape.com e4a87d9c0c Added some more test files 1999-02-03 17:05:48 +00:00
troy%netscape.com b5c15692b6 Initial check-in 1999-02-03 17:03:05 +00:00
leaf%mozilla.org c3a962b6d5 fixing the makefile so that nsSetupRegistry.cpp will compile...
I have no idea why we aren't compiling the original nsSetupRegistry to begin
with...
1999-02-03 05:35:37 +00:00
hyatt%netscape.com b3c61fec98 Implementation of the XUL content sink. Modifications to enable the instantiation
of the XUL data source and the XUL content sink classes.
1999-02-03 02:44:15 +00:00
hyatt%netscape.com ffa4515868 Implementing the XUL content sink. Teaching the document loader that it
can instantiate files of type "text/xul" using RDF.
1999-02-03 02:43:32 +00:00
kipp%netscape.com 2e55db5dca Cleaned up linkage of the viewer 1999-02-02 17:37:19 +00:00
alecf%netscape.com 4efa765e86 rename MOZ_MAIL_NEWS macro to OLD_MOZ_MAIL_NEWS so that we can build the whole client with MOZ_MAIL_NEWS turned on. 1999-02-02 04:14:03 +00:00
waterson%netscape.com 5cf109f6f2 Renamed Init() to SetContentModelBuidler(). 1999-02-01 22:35:17 +00:00
waterson%netscape.com bd96012fa8 Content model builder CID now specified by XML processing instruction. 1999-02-01 22:30:42 +00:00
mcafee%netscape.com 24d51b22b3 Moving ValidateDocData() to mozilla/network/util/mkbuf.c for all platforms 1999-02-01 12:45:49 +00:00
mcafee%netscape.com 1aa57637a8 Moving ValidateDocData() stub to mozilla/network/util/mkbuf.c 1999-02-01 12:36:46 +00:00
mcafee%netscape.com 1d692fe60f Adding license; moved XP_Rebuffer() and XP_Trace() stubs to lib/xp/xp_stubs.c 1999-02-01 11:06:22 +00:00
rickg%netscape.com 268a2896a6 changed pointcom to pointcast 1999-02-01 06:33:22 +00:00
ftang%netscape.com def5f11b9f add Charset Converter Manager and converters 1999-01-30 17:00:54 +00:00
ftang%netscape.com df9f90c6ae add -I uconv 1999-01-30 16:52:29 +00:00
karnaze%netscape.com b9d192770b Made table frame construction flexible enough to allow arbitrary content to be mapped
to arbitrary table related display types.
1999-01-30 15:52:19 +00:00
jfrancis%netscape.com f91431221e strstream -> strstream.h to satify sunos 1999-01-28 23:44:41 +00:00
joki%netscape.com 93bb8ce0eb Adding new history interface method onto webshell, removing enums types from linkhandler 1999-01-28 23:13:48 +00:00
jfrancis%netscape.com e8a5d320d0 changed DoCopy() to use stringstream on mac instead of ostrstream. ostrstream is broken on mac - also ostrstream is deprecated and we may want to move to stringstream on all platforms eventually. Greg and I couldn't get stringstream to work on windows so for now DoCopy() has ifdef'd code for each platform. 1999-01-28 22:58:52 +00:00
buster%netscape.com 3ee1142942 changed nsIEditor to enable undo separately from Init 1999-01-28 06:02:13 +00:00
michaelp%netscape.com 8af9024dff modified for new DrawString() API. 1999-01-28 05:05:14 +00:00
mscott%netscape.com 535a2e5875 Link with sockstuburl library. 1999-01-28 01:59:52 +00:00
jj%netscape.com 27a10ef132 fixed non-debug build bustage 1999-01-27 22:10:44 +00:00
slamm%netscape.com 17218bc164 Use TK_CFLAGS instead of TK_(MOTIF|GTK)_CFLAGS. Use TK_LIBS instead of TK_(MOTIF|GTK)_LIBS to simplify makefile rules. Also general Makefile clean up. 1999-01-27 19:54:40 +00:00
rods%netscape.com b5c100350e The :prefs" variable in the "Print" method is null so I changed
NS_RELEASE(prefs) to NS_IF_RELEASE(prefs) why is prefs null??
1999-01-27 15:25:56 +00:00
saari%netscape.com 6a781524b3 nsIMenu.h - Add SetLabel method nsMenu.h - Added SetLabel method nsMenu.cpp - Added SetLabel method nsIWidget.h - Added AddMenuListener method /m/pub/mozilla/webshell/tests/viewer/nsSetupRegistry.cpp - Registered factories for nsMenuBar, nsMenu, and nsMenuItem 1999-01-27 07:51:20 +00:00
sfraser%netscape.com e0697d5beb Return a result (duh) from InitNativeWindow() 1999-01-27 06:47:08 +00:00
sfraser%netscape.com 71b6e514e1 Fix menu ID conflict between Print one column, and tree view menu items. 1999-01-27 05:22:06 +00:00
sfraser%netscape.com 578d056ee7 Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, the viewer uses the window refCon to store an nsBrowserWindow now. Also fixed menu item numbering, as two different items were using 2000. 1999-01-27 05:21:43 +00:00
sfraser%netscape.com 3fdb63d704 Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, we use this to set refCon data. On other platforms, it's just a stub. 1999-01-27 05:20:43 +00:00
sfraser%netscape.com 78925ca932 Fix the about box so that it doesn't refer to PowerPlant 1999-01-27 05:05:52 +00:00
rods%netscape.com 9c6348e012 I uncommented out the progation of the EndLoadURL notification 1999-01-27 03:50:10 +00:00
mcmullen%netscape.com 302ce3167e Added a new InitializeMacToolbox() to NSStdLib (declared in macstdlibextras.h) and exported it. This makes all the Mac Toolbox Init calls, and also (if DEBUG) initializes SIOUX without menus. Safe to call this multiple times (it has a static boolean). Removed toolbox initialization from constructor of nsAppShell, and called InitializeMacToolbox() instead. Called InitializeMacToolbox from main in viewer app, and also from a static initializer in nsAppRunner.cpp. 1999-01-27 02:11:56 +00:00
michaelp%netscape.com 26a22f6a4f turned on the throbbing N again. 1999-01-26 19:09:22 +00:00
mcafee%netscape.com 9093e3aa4c Use local TOOLKIT_LIBS instead of hard-coding in gtk. Still needs to be fixed in rules.mk 1999-01-26 11:59:48 +00:00
mcafee%netscape.com 86fefd3b47 Fixing Solaris build breakage 1999-01-26 11:44:32 +00:00
mcafee%netscape.com 2f7fb83c17 Switch to using rules in rules.mk instead of making them up here. Nuked unnecessary link lines, fixed incorrect reference to viewer.exe. 1999-01-26 09:29:54 +00:00
mcafee%netscape.com e2f6ee73a1 Use logic in rules.mk for -DWIDGET_DLL and -DGFXWIN_DLL defines; nuked unnecessary INCLUDES addition; renamed nsUnixMain.cpp to nsMotifMain.cpp to be consistant with the Gtk naming here. 1999-01-26 07:48:13 +00:00
rpotts%netscape.com 1b5b2b332f Added some more LINCS after the big OJI checkin... 1999-01-26 07:46:51 +00:00