Commit Graph

7921 Commits

Author SHA1 Message Date
troy%netscape.com
9a592f0da9 Removed some XXX temp code that was needed until tables were switched
over to the new frame construction code
1998-09-17 04:57:50 +00:00
troy%netscape.com
4aa9929f8a Removed some XXX frame construction work-in-progress code 1998-09-17 04:44:27 +00:00
troy%netscape.com
9adcf5d319 Cleaned up frame construction code 1998-09-17 04:07:58 +00:00
blizzard%appliedtheory.com
d74754b186 Pixmap creation and updating now use gdk primitives 1998-09-17 04:07:14 +00:00
ramiro%netscape.com
0f071cc57a Build MOZ_MAIL_COMPOSE build bustage. Its MOZ_MAIL_COMPOSE, not MOZ_COMPOSE.
Also, a bunch of icons were not being linked in.
1998-09-17 03:56:45 +00:00
spider%netscape.com
0be0ab8fb9 WIP: nlsstub implementation 1998-09-17 02:39:51 +00:00
spider%netscape.com
ee39d68498 Initial nlsstub implementation to remove libnls dependency
for free source execution
1998-09-17 02:07:28 +00:00
vidur%netscape.com
4e3024a5f9 Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
slamm%netscape.com
140e72c073 Add back some security icons. 1998-09-17 01:35:01 +00:00
wtc%netscape.com
085deb6d59 Define HAVE_LONG_LONG on BSDI. (Acknowledgements: Bert Driehuis
<driehuis@playbeing.org>.)
1998-09-17 01:10:21 +00:00
kmcclusk%netscape.com
59e4f0edbb Fix for IRIX in nsRadioButton.cpp added const to nsRadioButton::SetState.
Removed scrollbar debug printf in nsXtEventHandler.cpp.
1998-09-17 00:57:59 +00:00
valeski%netscape.com
bab22077b8 ? network/module/nsNetFactory.cpp
Added nsNetFactory implementation. This allows users to retrieve nsINetService pointers from the service factory manager.

M dom/src/base/nsGlobalWindow.cpp
M gfx/src/nsImageNetContextSync.cpp
M layout/html/document/src/nsHTMLDocument.cpp
M network/module/nsURL.cpp
Replaced NS_NewINetService() calls with nsServiceManager::GetService() calls.

M network/module/Makefile
M network/module/makefile.win
Added nsNetFactory.cpp to the builds.

M network/module/nsINetService.h
Added a #define for the class id of the nsNetService.

M network/module/nsIStreamListener.h
Removed the NS_DEFINE_IID of kIStreamListenerIID from the header file. Each module that wants this will need to delcare it themselves.

M network/module/nsNetFile.cpp
Fixed memory leak.

M network/module/nsNetService.cpp
Globalized the gNetlibService variable so the NetFactory can access it.

M webshell/src/nsDocLoader.cpp
M webshell/src/nsPluginViewer.cpp
NS_DEFINE_IID of kIStreamListenerIID

M webshell/tests/viewer/nsSetupRegistry.cpp
Added the netlib library to the list of libraries in the registry and register the nsNetFactory with the appropriate iid and clsids.
1998-09-17 00:55:35 +00:00
kmcclusk%netscape.com
233c9cb96e Fixed scrollbar scrolling event dispatch.
Wasn't scrolling because OnScroll was not declared virtual in nsWindow.h.
1998-09-17 00:49:03 +00:00
kmcclusk%netscape.com
dd5d333ce3 Removed so releaseref's from nsWindow::OnDestroy 1998-09-17 00:30:08 +00:00
terry%netscape.com
b2cf544f13 Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users. 1998-09-17 00:21:07 +00:00
peterl%netscape.com
31be38a404 connected xheight, fixed font realtive sizes,
fixed text-decoration
1998-09-17 00:19:47 +00:00
peterl%netscape.com
bf2b6c453c fixed bugs dealing with string color values 1998-09-17 00:18:57 +00:00
peterl%netscape.com
10de7afe92 added decoration rendering code to deal with CSSisms 1998-09-17 00:18:25 +00:00
peterl%netscape.com
a934377cc0 added decoration metrics api 1998-09-17 00:17:43 +00:00
peterl%netscape.com
4a06f95f5d connected outline metrics 1998-09-17 00:17:23 +00:00
peterl%netscape.com
4fef07a869 changed overline code to use font metrics 1998-09-17 00:15:56 +00:00
peterl%netscape.com
9338d3341a change scaling to be based on y pixel size 1998-09-17 00:15:22 +00:00
peterl%netscape.com
f512946077 added api for decoration metrics 1998-09-17 00:14:45 +00:00
peterl%netscape.com
bf2982d411 added decoration_none 1998-09-17 00:13:15 +00:00
pierre%netscape.com
128a5d4022 add refcount in GetFontMetrics + fix TextSize 1998-09-17 00:07:31 +00:00
troy%netscape.com
0849b34474 Changed ContentAppended() to not walk up the frame hierarchy looking
for a frame that maps the parent content object that changed
1998-09-17 00:06:46 +00:00
sdagley%netscape.com
459b4983e8 Restored radio group for cookie settings radio buttons 1998-09-16 23:57:22 +00:00
kmcclusk%netscape.com
555aa6e1fe Moved libraptorhtmltable down below libraptorhtmlstyle to try and resolve
a link error.
1998-09-16 23:38:59 +00:00
slamm%netscape.com
b2537071cb Back out button simplification until security stuff is worked out. 1998-09-16 23:29:09 +00:00
troy%netscape.com
434ecf7423 Fixed a problem with tables with COLGROUP and COL elements crashing
because there was a null cellmap
1998-09-16 23:24:39 +00:00
joki%netscape.com
2e6c42f08b Add null check before queryinterface call 1998-09-16 23:16:37 +00:00
kmcclusk%netscape.com
b2816ab520 Added nsInlineLayout to unix Makefile 1998-09-16 23:09:42 +00:00
pierre%netscape.com
aa3a024973 fix build breakage 1998-09-16 22:55:05 +00:00
pierre%netscape.com
22a9f5b2d7 fix FontMetrics (getting better but still temporary code) 1998-09-16 22:49:36 +00:00
pierre%netscape.com
8f75c70b82 re-enable OnPaint() (it crashed because of missing refcounts in nsWindow) 1998-09-16 22:48:25 +00:00
pierre%netscape.com
65606bb822 fix SetFont (still temporary code) 1998-09-16 22:46:36 +00:00
pierre%netscape.com
f372760887 add refcount in GetDeviceContext and GetAppShell 1998-09-16 22:45:24 +00:00
slamm%netscape.com
75f21443b8 Make sure callbacks are visible to derived classes. 1998-09-16 22:28:12 +00:00
jband%netscape.com
b1ecdebd65 (not part of client build) moving to mozilla from jsdse_branch of ns/js/jsd/corba. This code constitutes the server side of the Corba/iiop based remote JavaScript debugging system. There is not currently a build system for the C++ code in place 1998-09-16 22:24:00 +00:00
kmcclusk%netscape.com
8bb6ba4fdb Added nsLineLayout.cpp to Makefile 1998-09-16 21:56:43 +00:00
kmcclusk%netscape.com
88ca6b9ce8 Added nsInlineFrame.cpp to Makefile for unix 1998-09-16 21:51:08 +00:00
slamm%netscape.com
e79fba691c Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons. 1998-09-16 21:50:00 +00:00
kmcclusk%netscape.com
c2f76c2b1e Added nsBlockFrame.cpp to Makefile for unix 1998-09-16 21:47:22 +00:00
slamm%netscape.com
09062ee575 Move some toolbar specific code from RDFMenuToolbarBase to RDFToolbar. 1998-09-16 21:46:22 +00:00
slamm%netscape.com
20c6811f47 Remove unused extern. 1998-09-16 21:46:16 +00:00
slamm%netscape.com
c2140602e5 Use only one icon group per toolbar item. We previously allowed up to four, but no one uses it anymore and it was ugly. 1998-09-16 21:46:11 +00:00
slamm%netscape.com
c20839d729 Remove mouse-down (md) and insensitive (i) icons. These can be drawn on the fly. 1998-09-16 21:45:57 +00:00
slamm%netscape.com
2ef9e44e5f Get rid of MOZ_LITE hack. 1998-09-16 21:44:40 +00:00
slamm%netscape.com
3aaf9c3441 Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons.icons.c 1998-09-16 21:44:37 +00:00
pinkerton%netscape.com
fa41f27684 add some asserts and sanity checks on the shelves. 1998-09-16 21:18:36 +00:00