rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
vidur%netscape.com
f0b3637b00
Fix for bug 49187. ViewSource now emits HTML. The VIEW_SOURCE_HTML #define at the top of nsViewSourceHTML.cpp and nsLayoutDLF.cpp allows us to switch back to XML if necessary. The VIEW_SOURCE_COLORING #define in nsViewSourceHTML.cpp allows us to turn on source coloring. Without source coloring (the default right now), bringing up source is considerably faster. r=harishd
2000-09-01 00:57:14 +00:00
waterson%netscape.com
e2d532289a
Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH: implement XPCOM plugins. r=av
2000-07-22 01:34:13 +00:00
av%netscape.com
bfb49167ac
Addressing #22954 , fixing the glitch when layout returned OK even if did not find a plugin causing a crash, r=pollmann
2000-07-10 21:51:15 +00:00
mkaply%us.ibm.com
1641092c0c
r=cls, a=brendan
...
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:08:54 +00:00
cls%seawood.org
33938e6100
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
av%netscape.com
405657cb8a
Addressing 43075, patch by amusil, r=av
2000-06-29 21:51:15 +00:00
evaughan%netscape.com
807778bd44
Autoscrolling menus feature landing #32730
...
-r hyatt, saari
2000-06-23 05:15:04 +00:00
vidur%netscape.com
d22aa70d25
Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda
2000-06-21 00:42:59 +00:00
axel%pike.org
49a4f2644d
Code cleanup, XSL->MOZ_XSL, r=nisheeth, a=waterson
2000-06-14 07:35:26 +00:00
cls%seawood.org
3485ce173b
Make the distclean target work as advertised. Bug #42167
2000-06-12 23:02:14 +00:00
hyatt%netscape.com
541911d89c
Eliminating browser, editor, and iframe content objects.
2000-05-31 07:22:20 +00:00
hyatt%netscape.com
6a0088eaf2
Adding box object instantiation code.
2000-05-30 08:00:40 +00:00
jst%netscape.com
a7d1006392
Register the computed DOM style component.
2000-05-17 06:14:19 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
shaver%mozilla.org
035c7049d2
more work on 37983's content-policy love, r=brendan
2000-05-15 03:40:40 +00:00
mjudge%netscape.com
39ba4d60b9
exporting nsDOMSelection and nsXIFconverter as com elements to be made from CIDs
2000-05-13 08:08:04 +00:00
mjudge%netscape.com
a89f9e3c80
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
2000-05-11 04:25:43 +00:00
nisheeth%netscape.com
6346ccc595
Add support for loading an XML document from script within a XUL document also.
2000-05-10 23:02:32 +00:00
jst%netscape.com
50499cc037
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
2000-05-10 13:13:39 +00:00
hyatt%netscape.com
fbac03f025
XBL now works with HTML, XUL, SVG, MathML, and XML!
2000-05-09 21:42:40 +00:00
tor%cs.brown.edu
9ccca20458
Patch from andreas.otte@primus-online.de to add an "--enable-svg"
...
option to configure. Defaults to not building svg.
2000-05-05 04:32:50 +00:00
cls%seawood.org
eb76e1c2cf
Fix for broken stopwatch (--enable-perf-metrics). Bug 27335
2000-05-05 01:30:17 +00:00
cls%seawood.org
2860326858
Removed the forced build date generation for libraptorhtml.so. Bug #37484
2000-05-02 01:28:23 +00:00
nisheeth%netscape.com
fa1d77063b
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
sspitzer%netscape.com
2943dba17e
fix warning.
2000-04-30 17:40:50 +00:00
slamm%netscape.com
142f48856e
Ignore date header, gbdate.h
2000-04-26 14:23:26 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
troy%netscape.com
e58ca3cc26
b=15405 Renamed root frame to canvas frame and changed frame construction
...
code to propagate document element's background to canvas
2000-04-19 02:13:43 +00:00
cls%seawood.org
a27ca31c45
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
scc%netscape.com
8624ce5d67
making string conversions explicit
2000-04-16 11:19:26 +00:00
mjudge%netscape.com
dd0979f114
touch alot. changing api for notify selection listeners to add document and seleciton pointers to the api.
2000-04-14 11:21:19 +00:00
jst%netscape.com
f8cd49f5ec
Fixing objdir build bustage.
2000-04-13 21:00:39 +00:00
waqar%netscape.com
26b333776d
#=27745
...
r=pollmann
d=Adding Gecko user agent string.
2000-04-13 20:07:13 +00:00
cls%seawood.org
57978e5c23
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
scc%netscape.com
be4311c49a
making string conversions explicit
2000-04-03 11:20:35 +00:00
rods%netscape.com
826291592f
Initial checkin of SVG prototype code for Dean Jackson (ifdef'ed)
2000-04-01 22:31:45 +00:00
mjudge%netscape.com
26c42834e7
adding in new cids and new factories for nsgeneratedcontent and nsgeneratedsubtree iterators
2000-03-31 07:18:45 +00:00
cmanske%netscape.com
a5bf0eee30
Cleaning up selection: changed 'RangeList' to 'Selection', thus changing implementation class of nsIDOMSelection and nsIFrameSelection to nsSelection. File nsRangeList.cpp replaced with new nsSelection.cpp
2000-03-21 23:58:02 +00:00
hyatt%netscape.com
c6ea0c80bd
Having to move gUAStyleSheet back into nsLayoutModule to reduce leak. Static nsCOMPtrs
...
just don't cut it, since they don't get released until after leaky runs. This isn't
really a leak, but oh well.
2000-03-21 12:14:29 +00:00
hyatt%netscape.com
c112d85457
Breaking chrome registry cycle. r=troy,pierre
2000-03-21 10:34:56 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
dp%netscape.com
c8f148e7d4
Protecting shutdown with mInitialized. regxpcom will cause shutdown to
...
happen without mInitialized and without this incorrect shutdown to
happen. r=vidur r=rjc
2000-02-16 07:42:00 +00:00
rickg%netscape.com
9a620e99c4
fixed 23749; r=harishd
2000-02-11 12:10:38 +00:00
pp%ludusdesign.com
43d7ba4273
Converting ::GetIID() into NS_GET_IID(). Bug #20232 . r=scc, r=mozbot
2000-02-02 22:24:56 +00:00
mscott%netscape.com
1c9003cd9b
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
r=travis
2000-01-29 06:08:52 +00:00
jst%citec.fi
b2bea40719
Remove delete call on an interface pointer (nsIFactory), use a nsCOMPtr in stead for proper refcounting. r=troy@netscape.com
2000-01-28 15:16:54 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
hyatt%netscape.com
5c29a005bc
Forgot to commit the layout build directory. r=waterson
2000-01-19 04:11:23 +00:00
hyatt%netscape.com
2dcd675417
Adding XBL impl. r=trinity
2000-01-12 09:28:48 +00:00
hyatt%netscape.com
0a4f963c90
Adding the XBL implementation (stubbed).
2000-01-12 09:25:48 +00:00
waterson%netscape.com
b6dc780bd3
Bug 22915. Add 'text/cached-xul' as a content type that the nsXULDocument can handle. r=mscott
2000-01-11 21:12:52 +00:00
hyatt%netscape.com
16a944a1e3
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
...
bug #9489 . Should also definitely fix bug #15916 . r=troy
1999-12-04 23:49:50 +00:00
vidur%netscape.com
a90864f224
For bug 17325. Changed signature of css loader methods. R=nisheeth.
1999-12-04 01:29:18 +00:00
warren%netscape.com
a265a32348
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
valeski%netscape.com
5781ae85d3
r=vidur. 18889. PNG images weren't being registered (x-png that is) for viewing by layout, now they are
1999-11-29 22:14:32 +00:00
buster%netscape.com
f70d4ce386
just a comment for future webshell work
1999-11-19 07:32:20 +00:00
tbogard%aol.net
50379d48b1
Changed places where containers were set to use nsISupports instead of nsIContentViewerContainer. r=dp
1999-11-15 22:17:54 +00:00
tbogard%aol.net
4465f2b8b2
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov
1999-11-15 07:29:23 +00:00
dmose%mozilla.org
42fc94a6ec
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
troy%netscape.com
04accb3de6
Moved a bunch of stuff out to a nsIFrameDebug interface
1999-11-01 22:12:45 +00:00
waterson%netscape.com
19c45cdb0d
Bug 15146. Remove usage of nsIXUL[Child|Parent]Document, nsIXULDocumentInfo. Now obsolete with brutal sharing. r=hyatt
1999-10-29 01:19:20 +00:00
dp%netscape.com
d3a1b6ca4d
Removing use of mRefCnt directly. Also, removed all use of refcounted
...
variable as creations were always refcounted. r=kipp
1999-10-28 11:42:15 +00:00
dp%netscape.com
861e340f92
bug#16742 Fixing delete on nsISupports. Thanks for patch from
...
<heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing
operating on refcnt directly. r=troy r=dp
1999-10-24 16:19:42 +00:00
nisheeth%netscape.com
749dc60e08
Should not affect build. Include stopwatch object code if MOZ_PERF is defined.
1999-10-21 02:47:56 +00:00
kipp%netscape.com
aae6798a39
Init text-transformer during module setup to save cycles (bug 7455)
1999-10-19 23:01:23 +00:00
rickg%netscape.com
91b4e307f9
forgot to check this in for viewsource; bug13536; r=harish
1999-10-18 00:46:33 +00:00
rbs%maths.uq.edu.au
fefad09693
[MathML] Additional missing hooks
1999-10-12 04:47:55 +00:00
waterson%netscape.com
c7347c6be0
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 03:05:10 +00:00
dveditz%netscape.com
2b60c91417
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
kipp%netscape.com
5de29f64c3
r=troy; Removed some of my own debug noise
1999-10-05 14:50:30 +00:00
kipp%netscape.com
f4be0923cf
whitespace noise
1999-10-05 14:50:06 +00:00
waterson%netscape.com
24e09d82e2
Bug 15460. Expose XML element creation via nsIXMLElementFactory interface. r=kipp.
1999-10-05 00:12:21 +00:00
rbs%maths.uq.edu.au
d6f04db7aa
Adding remaining MathML hooks
1999-10-02 11:01:41 +00:00
hyatt%netscape.com
f68e2fa105
Fixing the problem with chrome skin initialization in viewer and apprunner.
1999-10-02 00:55:57 +00:00
vidur%netscape.com
44425efedc
Converted parser into a module. Removed static linkage.
1999-09-30 22:04:39 +00:00
kipp%netscape.com
b5eaafa40c
Turned into a module
1999-09-30 21:14:14 +00:00
kipp%netscape.com
0d905bf0ae
new
1999-09-28 00:44:47 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
kipp%netscape.com
bf044a59ce
Removed #ifdef NECKO noise; added text/css
1999-09-15 00:25:17 +00:00
nisheeth%netscape.com
cc4ce36c4d
The layout dll now links into util.lib to get at the stopwatch object code.
1999-09-14 14:35:14 +00:00
briano%netscape.com
cfc3c850ed
General cleanup.
1999-09-14 01:02:20 +00:00
alecf%netscape.com
e1ecf564ee
fully resolve all symbols for xpcshell
1999-09-10 09:25:16 +00:00
colin%theblakes.com
afde2d9f99
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
1999-09-09 13:20:07 +00:00
briano%netscape.com
5176aaf0df
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:11:48 +00:00
kipp%netscape.com
6bc524a6d9
Setup html and xul atoms too
1999-09-02 18:01:32 +00:00
kipp%netscape.com
6cf87be71b
Add xul/content directory to includes
1999-09-02 18:01:14 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +00:00
ramiro%netscape.com
db81b7d904
Dont link in the parser into the app. Link it in dynamically where needed.
...
This makes the link depenencies on unix be more like windows. Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
briano%netscape.com
f1ffca414c
Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff.
1999-08-03 21:40:56 +00:00
mscott%netscape.com
501b4ba6c0
fix build breakage...include config.mak
1999-07-29 04:13:08 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
mjudge%netscape.com
7ddf8fee55
massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape.
1999-07-18 02:27:19 +00:00
peterl%netscape.com
0e2878f19f
addref lookup tables from factory
1999-07-18 00:17:29 +00:00
ramiro%netscape.com
fecd737d22
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
hyatt%netscape.com
83d5b9691a
Fixing build bustage.
1999-07-16 07:54:18 +00:00
sfraser%netscape.com
815c2ea4f3
Removal of nsCaretProperties
1999-07-14 22:18:29 +00:00
akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
pnunn%netscape.com
ce1af62c69
added to img mime types. pnunn. ok'd by chofmann.
1999-07-08 01:32:11 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
gagan%netscape.com
b5dac4e05a
NECKO only. Including neckoutil_s
1999-07-01 22:31:43 +00:00
rickg%netscape.com
3ca35153ae
allow view-source to work with XUL/RDF
1999-06-29 06:46:03 +00:00
pnunn%netscape.com
3a2f4d314e
changing image format list. pnunn.
1999-06-28 21:49:53 +00:00
nisheeth%netscape.com
502bb58295
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
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
valeski%netscape.com
487d9ea921
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
af8311bbc4
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
3d54e784c0
XIF Document Encoder; and partial fix for XIF-to-html conversion of comments
1999-06-04 22:22:53 +00:00
peterl%netscape.com
4653e9246b
use CSS loader to load ua.css
1999-05-26 23:45:37 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
dp%netscape.com
b0ac3bf8df
Reversing previous checkin. It should have happened in XPCOM20_BRANCH
1999-05-19 06:04:03 +00:00
dp%netscape.com
7a55675374
Removing gmbase
1999-05-19 05:54:34 +00:00
peterl%netscape.com
4059d62bf5
added css loader
1999-05-18 23:04:12 +00:00
nisheeth%netscape.com
478ee68978
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
e9b223022b
Fix for windoze build
1999-05-11 23:35:05 +00:00
kipp%netscape.com
3ea044392f
Added component support to this library
1999-05-06 19:26:13 +00:00
kipp%netscape.com
65cdccc7b5
new
1999-05-05 20:42:51 +00:00
vidur%netscape.com
cdac942783
Added Option constructor support to factory.
1999-05-04 20:52:03 +00:00
toshok%hungry.com
167f4d06aa
reorder libs to fix inter-archive dependencies.
1999-04-05 06:41:21 +00:00
kipp%netscape.com
cb9dbcb2cf
landed HPUX patch from Kartik Subbarao <subbarao@computer.org>
1999-03-31 04:08:48 +00:00
briano%netscape.com
21b2a84a25
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
854651e99d
applied Kartik Subbarao's <subbarao@computer.org> patch for HPUX linking
1999-03-20 19:05:05 +00:00
leaf%mozilla.org
0a0f5ac00f
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
kipp%netscape.com
284d8dc4af
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
3b73ee04e2
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
c345798dcc
Removed dependency on static constructor
1999-02-26 17:03:45 +00:00
warren%netscape.com
97781f4c14
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
fe763fea21
Remove mozilla/layout/config and use mozilla/config instead.
1999-02-18 18:16:21 +00:00
jfrancis%netscape.com
bce33616de
ground work for new content subtree iterator
1999-02-14 09:15:13 +00:00
jfrancis%netscape.com
1e5b102dee
XPCOMified nsContentIterator; added it to layout factory CreateInstance code
1999-02-12 05:28:12 +00:00
jfrancis%netscape.com
d0ed92cf54
added contentIterator cid
1999-02-12 04:42:14 +00:00
akkana%netscape.com
bf0baf8027
Rename nsISelection to nsIFrameSelection
1999-02-11 23:12:28 +00:00
mjudge%netscape.com
bca382f43e
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
fde72c45e6
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
b5cdae63eb
Build library more carefully
1999-02-02 17:40:37 +00:00
waterson%netscape.com
08e44a454d
Exposed EventListenerManager.
1999-01-27 00:58:49 +00:00
sudu%netscape.com
6624efe2b9
OJI MozClassic to raptor merge
1999-01-25 08:05:00 +00:00
hyatt%netscape.com
f0564799a5
Adding linkage for the XUL base library.
1999-01-22 04:15:29 +00:00
hyatt%netscape.com
5b677c8b4b
Tweak to make the XUL base library build.
1999-01-22 03:34:41 +00:00
danm%netscape.com
e3d9a440ab
build xul
1999-01-21 03:41:43 +00:00
vidur%netscape.com
d6d3d60d57
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
63fc2e2964
Fix Linux build
1999-01-06 21:18:47 +00:00
brade%netscape.com
47569bc7f9
added #include and removed extra copy of prototype
1999-01-06 19:58:01 +00:00
jfrancis%netscape.com
2c0c5828a4
Adding Range to repository & layout factory
1998-12-31 02:32:28 +00:00
vidur%netscape.com
70f9d6e96d
Separated class intialization from name registration in namespace management code
1998-12-30 21:35:35 +00:00