Commit Graph

102 Commits

Author SHA1 Message Date
gagan%netscape.com
7a9d594eeb NECKO only. Including neckoutil_s 1999-07-01 22:31:43 +00:00
rickg%netscape.com
886da23024 allow view-source to work with XUL/RDF 1999-06-29 06:46:03 +00:00
pnunn%netscape.com
eb2968e386 changing image format list. pnunn. 1999-06-28 21:49:53 +00:00
nisheeth%netscape.com
1395e7b219 Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
Currently enabled on windows only.  Set MOZ_XSL to 1 in your environment and build mozilla/layout.
1999-06-28 13:52:29 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
valeski%netscape.com
e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
kostello%netscape.com
683648b5be Akkana set up a service for encoding a document.
This checkin adds the implementations for encoding
HTML and plain text:

nsTextEncoder::EncodeToString(..)
nsHTMLEncoder::EncodeToStream(..)

Hooked these services into the nsHTMLEditor implemenation

We probably want to update the clipboard code to
use the same pattern as in nsHTMLEditor.cpp
1999-06-10 00:35:02 +00:00
akkana%netscape.com
5185a8d0a0 XIF Document Encoder; and partial fix for XIF-to-html conversion of comments 1999-06-04 22:22:53 +00:00
peterl%netscape.com
999aa056a1 use CSS loader to load ua.css 1999-05-26 23:45:37 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
dp%netscape.com
876539afa0 Reversing previous checkin. It should have happened in XPCOM20_BRANCH 1999-05-19 06:04:03 +00:00
dp%netscape.com
64fad3d480 Removing gmbase 1999-05-19 05:54:34 +00:00
peterl%netscape.com
8c9ce4914a added css loader 1999-05-18 23:04:12 +00:00
nisheeth%netscape.com
3bf6ff96f3 Added a new method, CreateInstanceForDocument() to nsIDocumentLoaderFactory which creates a content viewer and binds it to a document that is passed in as a parameter. This is needed to support XUL popup menus which have a document and a webshell, and want to create a content viewer and bind it to the document. 1999-05-17 23:52:01 +00:00
kipp%netscape.com
9418198626 Fix for windoze build 1999-05-11 23:35:05 +00:00
kipp%netscape.com
c37119c8c6 Added component support to this library 1999-05-06 19:26:13 +00:00
kipp%netscape.com
1d26bd7708 new 1999-05-05 20:42:51 +00:00
vidur%netscape.com
18cd1750a7 Added Option constructor support to factory. 1999-05-04 20:52:03 +00:00
toshok%hungry.com
3223107a5e reorder libs to fix inter-archive dependencies. 1999-04-05 06:41:21 +00:00
kipp%netscape.com
abc309263a landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:08:48 +00:00
briano%netscape.com
1533030ed0 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
kipp%netscape.com
7de24e9c64 applied Kartik Subbarao's <subbarao@computer.org> patch for HPUX linking 1999-03-20 19:05:05 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
kipp%netscape.com
e4f95f00ec Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find 1999-03-05 04:35:49 +00:00
hyatt%netscape.com
220d4a27ad Fixes to layout to allow nsHTMLCSSStyleSheet to be instantiable from outside
the layout DLL.
1999-03-05 00:06:31 +00:00
kipp%netscape.com
45159442c2 Removed dependency on static constructor 1999-02-26 17:03:45 +00:00
warren%netscape.com
44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
cyeh%netscape.com
af4818f5e3 Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00
jfrancis%netscape.com
9dcb3ba518 ground work for new content subtree iterator 1999-02-14 09:15:13 +00:00
jfrancis%netscape.com
c7563c0df2 XPCOMified nsContentIterator; added it to layout factory CreateInstance code 1999-02-12 05:28:12 +00:00
jfrancis%netscape.com
4bc7ed9202 added contentIterator cid 1999-02-12 04:42:14 +00:00
akkana%netscape.com
7982a421d6 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
mjudge%netscape.com
d6da223dbd Keyboard navigation, removing nsICollection(not used) adding PeekOffset to have the nsIFrame tell us where to go when moving a character ect. adding nsFrameTraversal to traverse frames, based on nsIEnumerator. mjudge x4661 1999-02-10 18:55:25 +00:00
waterson%netscape.com
4d00f764eb Exposed NS_CreateHTMLContent() as a temporary hack to get HTML-in-RDF/XUL working. Will re-visit when Vidur comes back. 1999-02-09 00:26:50 +00:00
kipp%netscape.com
cd204c3f71 Build library more carefully 1999-02-02 17:40:37 +00:00
waterson%netscape.com
98efa72355 Exposed EventListenerManager. 1999-01-27 00:58:49 +00:00
sudu%netscape.com
c94385ee94 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
hyatt%netscape.com
1a1e8bfce6 Adding linkage for the XUL base library. 1999-01-22 04:15:29 +00:00
hyatt%netscape.com
04e54ba6e0 Tweak to make the XUL base library build. 1999-01-22 03:34:41 +00:00
danm%netscape.com
e89787a2e7 build xul 1999-01-21 03:41:43 +00:00
vidur%netscape.com
895ce771ea Moved text and comment code out of HTML-specific directories. Completed CloneNode for elements. Completed factory methods for intersection of XML and HTML. 1999-01-14 23:14:02 +00:00
akkana%netscape.com
f1828152bf Fix Linux build 1999-01-06 21:18:47 +00:00
brade%netscape.com
91a6767a69 added #include and removed extra copy of prototype 1999-01-06 19:58:01 +00:00
jfrancis%netscape.com
55ddc9db00 Adding Range to repository & layout factory 1998-12-31 02:32:28 +00:00
vidur%netscape.com
566459d539 Separated class intialization from name registration in namespace management code 1998-12-30 21:35:35 +00:00
vidur%netscape.com
03857886a6 Added script namespace management mechanism. This allows external native code to add symbols and constructors to the script global namespace. Added IID() static method generation to IDL generator. 1998-12-22 22:03:20 +00:00
troy%netscape.com
6493c0fc74 Renamed NS_NewHTMLFrame() to NS_NewRootFrame() 1998-12-21 18:22:44 +00:00
shaver%netscape.com
30635270f8 Add --enable-debug=module1,module2 to selective turn on debugging.
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful.  Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect.  We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy.  Thanks, Matt!]
1998-12-15 16:32:37 +00:00