Commit Graph

260 Commits

Author SHA1 Message Date
rpotts%netscape.com
c62636aecb Added support for GetContainer()/SetContainer(). Added the OnStartURLLoad() notification to the DocumentLoadObserver... 1999-01-14 06:44:23 +00:00
waterson%netscape.com
d1081a74f9 Factored content model builder code into its own interface. Hooked up RDF-to-content model notification. Minor bug fixes in data sources. 1999-01-12 19:41:06 +00:00
rpotts%netscape.com
2dfc4dc095 Changed to use the EventQueue service rather than the PL_InitializeEventsLib() and GetMainEventQueue() apis... 1999-01-10 08:18:25 +00:00
kipp%netscape.com
5ca010bd96 Added in code from bug #1935 to improve auto-protocol handling on urls 1999-01-09 02:00:42 +00:00
rpotts%netscape.com
2b7c69f19b Bug fix from Davide Pasetto (dipo@sis.it) for nsWebShell::Init(...). I Also changed a bunch of checks against NS_OK to use the NS_SUCCEEDED() and NS_FAILED() macros... 1999-01-08 00:32:55 +00:00
rpotts%netscape.com
4ac04e8dae Use the EventQueueService to get the event queue for the UI thread... 1999-01-05 09:46:33 +00:00
rpotts%netscape.com
9b9408cc44 Fixed the firing of the OnConnectionsComplete(...) notification so it worked correctly in framesets... 1998-12-29 04:45:00 +00:00
pierre%netscape.com
f8315aa628 Improve performance on Mac: make the root view invisible 1998-12-20 13:16:13 +00:00
davidm%netscape.com
6b8a3d666d Add mac code to get NSPR event queue for dispatching of link click events 1998-12-16 22:05:04 +00:00
ramiro%netscape.com
a885776445 Change #include "nsIHttpUrl.h" to #include "nsIHttpURL.h" for case sensitive
anality.
1998-12-16 10:27:49 +00:00
warren%netscape.com
0580a8e5c4 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
michaelp%netscape.com
18a7ed72a7 we no longer tell the widgets to paint themselves as a result of
a resize operation.
1998-12-15 05:45:05 +00:00
kipp%netscape.com
831535719e Landed a patch from bobg@zanshin.com 1998-12-15 01:34:36 +00:00
dcone%netscape.com
c6014a9c03 moved the begindocument() so things can be set up before the device context is inited and the size of the printer page is needed. 1998-12-11 16:07:10 +00:00
troy%netscape.com
a6b423f947 Changes to nsPrintOptions 1998-12-10 03:06:30 +00:00
troy%netscape.com
311641cb40 Changed StartDocument/EndDocument to use the correct device context 1998-12-09 23:12:56 +00:00
troy%netscape.com
6de236993c Moved StartDocument/EndDocument calls from page sequence frame to Print(). This
fits better with the Mac printing model
1998-12-09 22:36:17 +00:00
kipp%netscape.com
8aff77b70d Implement new NewWebShell API 1998-12-08 02:39:48 +00:00
troy%netscape.com
d31fad8e94 Changed Print() to use nsIPageSequenceFrame. Now we can print to multiple
pages
1998-12-07 03:45:30 +00:00
ramiro%netscape.com
e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
waterson%netscape.com
0233a245ca Changed RDF document CID. 1998-12-04 10:01:42 +00:00
troy%netscape.com
969ef68900 Changed Print() to use a print context instead of a galley mode
context
1998-12-02 03:26:37 +00:00
waterson%netscape.com
62a440cd1b Added factory method for RDF documents. 1998-12-02 00:28:27 +00:00
beard%netscape.com
c0c7bc482d Mac shared library migration. 1998-11-30 22:15:00 +00:00
mjudge%netscape.com
542442606d fixing files for stupid hack in nsComFactory.cpp 1998-11-29 23:19:24 +00:00
kipp%netscape.com
394ccd6829 Hide some noise; pass on Stop to content-viewer 1998-11-26 18:06:47 +00:00
kipp%netscape.com
de5a385241 XPCOMize API; added Stop method 1998-11-26 18:06:25 +00:00
kipp%netscape.com
a75d2cff3c Removed duplicate init 1998-11-26 18:06:08 +00:00
peterl%netscape.com
e3f218d5b4 style change notification support 1998-11-26 01:34:53 +00:00
michaelp%netscape.com
e943cafaea fixed non-painting controls on certain resize operations in xpviewer. 1998-11-25 02:52:04 +00:00
kipp%netscape.com
c10779fd3a Added some debug noise (disabled by default) for document creation 1998-11-23 17:18:08 +00:00
vidur%netscape.com
fe7eee67f9 Partial fix for bug 1256. A script context should always be created for each new script global object. 1998-11-23 08:09:11 +00:00
rpotts%netscape.com
0d0e64a4ad Return NS_BINDING_FAILED if nw stream was created... 1998-11-22 09:28:44 +00:00
troy%netscape.com
0c7fbc0e79 Changed Destroy() to release references to and destroy its child
web shells. This fixes it so we don't leak all of the web shells for
frameset documents
1998-11-22 03:11:26 +00:00
jfrancis%netscape.com
c94c4f2d6e shared lib conversion, phase 1 1998-11-21 08:29:45 +00:00
cyeh%netscape.com
65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
pnunn%netscape.com
f57a8ac72d png is an interal format... -pnunn 1998-11-20 23:33:46 +00:00
kipp%netscape.com
20f8806632 Removed some noise 1998-11-19 17:23:27 +00:00
troy%netscape.com
f4d0572d25 Removed spaces around '::' 1998-11-18 16:20:39 +00:00
rods%netscape.com
0c1b5e43a0 Added a check for a NULL nsIDeviceContextSpec. This happens when the user "cancels"
out of the print dialog.
1998-11-16 22:25:57 +00:00
michaelp%netscape.com
892909532f changes to support printing. 1998-11-14 01:58:34 +00:00
vidur%netscape.com
d5fc2aaaea Added support for XLink - simple links and show=replace or new. Modified nsILinkHandler interface. 1998-11-14 00:21:19 +00:00
rickg%netscape.com
2f234d74a2 allow view-source on XML 1998-11-13 04:36:46 +00:00
vidur%netscape.com
2ecd262ffe Added XML display support. Creation of XML document for text/xml and application/xml 1998-11-11 22:07:03 +00:00
rickg%netscape.com
d3b71028ee enabled view-source 1998-11-11 20:31:45 +00:00
rods%netscape.com
7d1aadab97 Commented out the 3D border hint for the WebShell window. 1998-11-11 20:17:09 +00:00
rickg%netscape.com
c737f0ffa8 first pass support for view-source 1998-11-11 11:55:32 +00:00
rpotts%netscape.com
6d0f1e2822 Pass the view command as the default for the webshell to the document loader... 1998-11-11 10:58:14 +00:00
rpotts%netscape.com
aebd3bda2a do not allow the stream listener to be freed during a call to OnDataAvailable... It is possible, that OnStopBinding() wil lbe called while the listener is processing the data (ie. the URL load is interrupted). If this happens, do not free the listener until the OnDataAvailable() call has finished... 1998-11-10 07:06:02 +00:00
karnaze%netscape.com
aec75f892e form control content attribute changes (not all) reflected in layout; fixed scrolling on <iframe>, <frame>;
added nsImageControlFrame to handle <input type=image>.
1998-11-09 23:30:16 +00:00