amusil%netscape.com
b6e6c7bd6b
Added oji, liveconnect, and caps shared libs to the registry for Mac
1999-02-04 00:19:13 +00:00
amusil%netscape.com
4ede2ec9d9
Corrected error in the use of CIIDs and IIDs
1999-02-04 00:03:18 +00:00
brade%netscape.com
cc478e195a
remove extra comma to reduce warnings on Macintosh compiler
1999-02-03 22:57:04 +00:00
vidur%netscape.com
43f2d11185
Added additional key argument to string parsing routine
1999-02-03 19:38:39 +00:00
troy%netscape.com
a6aab2e8b9
Added two new sample tests
1999-02-03 17:16:11 +00:00
troy%netscape.com
5fc4a8488d
Added some more test files
1999-02-03 17:05:48 +00:00
troy%netscape.com
42f9a584bc
Initial check-in
1999-02-03 17:03:05 +00:00
leaf%mozilla.org
c2952e0392
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
3fe1047f5d
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
e4778d0f18
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
dfb33700da
Cleaned up linkage of the viewer
1999-02-02 17:37:19 +00:00
alecf%netscape.com
66db1ff7ad
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
9540122668
Renamed Init() to SetContentModelBuidler().
1999-02-01 22:35:17 +00:00
waterson%netscape.com
08d1869b50
Content model builder CID now specified by XML processing instruction.
1999-02-01 22:30:42 +00:00
mcafee%netscape.com
26aae3bdc9
Moving ValidateDocData() to mozilla/network/util/mkbuf.c for all platforms
1999-02-01 12:45:49 +00:00
mcafee%netscape.com
3c526eb4e5
Moving ValidateDocData() stub to mozilla/network/util/mkbuf.c
1999-02-01 12:36:46 +00:00
mcafee%netscape.com
04bc6c770d
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
558d6dee40
changed pointcom to pointcast
1999-02-01 06:33:22 +00:00
ftang%netscape.com
d13957f1b8
add Charset Converter Manager and converters
1999-01-30 17:00:54 +00:00
ftang%netscape.com
85f86f3c27
add -I uconv
1999-01-30 16:52:29 +00:00
karnaze%netscape.com
6256ccca5b
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
426be54c43
strstream -> strstream.h to satify sunos
1999-01-28 23:44:41 +00:00
joki%netscape.com
785c19b2d1
Adding new history interface method onto webshell, removing enums types from linkhandler
1999-01-28 23:13:48 +00:00
jfrancis%netscape.com
91519d4138
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
8583c23d49
changed nsIEditor to enable undo separately from Init
1999-01-28 06:02:13 +00:00
michaelp%netscape.com
5805db03b3
modified for new DrawString() API.
1999-01-28 05:05:14 +00:00
mscott%netscape.com
58ed6d74c0
Link with sockstuburl library.
1999-01-28 01:59:52 +00:00
jj%netscape.com
8d36a6fc05
fixed non-debug build bustage
1999-01-27 22:10:44 +00:00
slamm%netscape.com
6a6b2674ee
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
70bb3c7d63
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
f680767b34
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
9a905477aa
Return a result (duh) from InitNativeWindow()
1999-01-27 06:47:08 +00:00
sfraser%netscape.com
6e3b00d540
Fix menu ID conflict between Print one column, and tree view menu items.
1999-01-27 05:22:06 +00:00
sfraser%netscape.com
9a4ac794ae
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
88f0c9245d
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
028c391b41
Fix the about box so that it doesn't refer to PowerPlant
1999-01-27 05:05:52 +00:00
rods%netscape.com
8759206a92
I uncommented out the progation of the EndLoadURL notification
1999-01-27 03:50:10 +00:00
mcmullen%netscape.com
a58105db04
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
06c16a187a
turned on the throbbing N again.
1999-01-26 19:09:22 +00:00
mcafee%netscape.com
df650d7537
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
3223988547
Fixing Solaris build breakage
1999-01-26 11:44:32 +00:00
mcafee%netscape.com
a64be0a95a
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
6b9ca2b482
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
92357e6f04
Added some more LINCS after the big OJI checkin...
1999-01-26 07:46:51 +00:00
mcafee%netscape.com
69ae25b012
Renaming to nsMotifMain.cpp to be consistant with nsGTKMain.cpp
1999-01-26 07:40:57 +00:00
mcafee%netscape.com
9a5a4de884
Moving nsUnixMain.cpp to nsMotifMain.cpp to be consistant with nsGTKMain.cpp, unix is ambiguous and might be misleading
1999-01-26 07:31:44 +00:00
rickg%netscape.com
bfc83c83b9
fix build crash
1999-01-26 03:02:29 +00:00
rickg%netscape.com
ded7918ef1
fix build crash
1999-01-26 02:59:09 +00:00
ramiro%netscape.com
eb15f57d71
Added that lovely alternate/default style selector to the menu (it works great
...
on Linux), and fixed a typo in the compatibility menu. Just little stuff, as
usual...
Thanks to Steve Morrison <smorrison@gte.com> for providing the fix.
1999-01-25 18:54:10 +00:00
amusil%netscape.com
350f11e0fa
Fixing build bustage
1999-01-25 12:18:51 +00:00