sspitzer%netscape.com
66fbf30773
changes to get alecf's dom viewer to build and work on windows.
1999-09-18 17:02:11 +00:00
sspitzer%netscape.com
c2f940f447
more changes to get the wensleydale tree to build
1999-09-18 02:15:41 +00:00
sspitzer%netscape.com
b021bee763
more fixes for the wensleydale bustage.
1999-09-18 02:04:33 +00:00
sspitzer%netscape.com
b6466b9f80
attempt to fix build bustage.
1999-09-18 01:57:55 +00:00
sspitzer%netscape.com
af7020147c
make it so when you hit return, it loads the URL
1999-09-18 01:04:26 +00:00
alecf%netscape.com
0e4b7ac0bf
get rid of a bunch of stupid printfs, use autostrings
1999-09-18 00:57:33 +00:00
alecf%netscape.com
8363e8522d
add html input so that we can see stuff
1999-09-18 00:38:46 +00:00
alecf%netscape.com
906ce79e80
add DOM viewer to the rdf test suite
1999-09-18 00:16:53 +00:00
briano%netscape.com
49a9c60d81
General cleanup.
1999-09-15 23:36:43 +00:00
ramiro%netscape.com
e8ba593918
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
waterson%netscape.com
a3b4f01bf0
Directly #include nsSetupRegistry.cpp so as to avoid further snafus when CIDs are mucked with.
1999-09-15 00:16:04 +00:00
alecf%netscape.com
8a911e660a
oops, had CIDs and if/elses in the wrong place
1999-09-11 10:49:12 +00:00
alecf%netscape.com
c418b9190c
switch back to COMPtrs for now because nsDOMNodes don't support weak references (arg)
1999-09-11 10:48:42 +00:00
alecf%netscape.com
26b8c2d42a
fix random typos and prevent crashes on blank documents
1999-09-11 10:47:56 +00:00
alecf%netscape.com
80fd13c831
fix boxes/iframes to lay out better
1999-09-11 10:46:25 +00:00
alecf%netscape.com
0f3d0651c7
get rid of library name so we don't overwrite on export
1999-09-11 10:46:10 +00:00
alecf%netscape.com
2d055618fc
fix tree and add Type from RDF
1999-09-11 10:45:52 +00:00
alecf%netscape.com
d15639ecb7
fix case where html text widget is busted
1999-09-11 10:45:25 +00:00
alecf%netscape.com
da4b0ea78b
add rdfutils for base implementation
1999-09-11 10:44:56 +00:00
alecf%netscape.com
9a6081a16e
update to use weak references to DOM elements, fix tree to use new templates, get rid of old dom:// <-> DOMNode system
1999-09-11 09:11:03 +00:00
briano%netscape.com
817ba95486
Removed the obsolete non-NECKO leftovers.
1999-09-08 23:12:13 +00:00
bruce%cybersight.com
dddb6c04a9
Use nsCRT::free() instead of delete[] for char* data.
1999-09-04 15:40:35 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
5c9835cc68
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
ramiro%netscape.com
ec21b9ecbc
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
alecf%netscape.com
93be0997ed
updating DOM Viewer
...
- start creating DOM elements using the PROGID system for creating elements
1999-08-22 00:33:51 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
6eeeaf7730
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
alecf%netscape.com
63c4bcf681
fix memory error found by rickg's tool
...
NOT PART OF THE BUILD
1999-08-06 09:17:15 +00:00
alecf%netscape.com
0ebb9f453a
add new interface for DOM node container
...
NOT PART OF THE BUILD
1999-08-06 09:16:13 +00:00
alecf%netscape.com
23a3604fa7
fix bit-rot in DOM viewer
...
- remove use of depricated EqualsResource
- fix memory error as found by rickg's tool
- convert to using raw pointers rather than nsCOMPtrs
NOT PART OF THE BUILD!
1999-08-06 09:15:44 +00:00
mscott%netscape.com
aa51635bc8
fix build breakage...include config.mak
1999-07-29 03:59:32 +00:00
mscott%netscape.com
32d4038c24
fix build breakage..include config.mak
1999-07-29 03:46:59 +00:00
briano%netscape.com
5ca4aa0b87
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
ramiro%netscape.com
a09ea8b7ca
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
ramiro%netscape.com
5cdb03367b
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
dveditz%netscape.com
0eb6c820cf
nakefile cleanups
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
f41e67c622
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
gagan%netscape.com
dc1680b25c
Necko changes (from Andreas)
1999-06-29 00:26:25 +00:00
gagan%netscape.com
4d4a936e0f
Necko changes.
1999-06-28 23:57:35 +00:00
warren%netscape.com
fbc735f510
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
mcafee%netscape.com
fbd468ebbe
BeOS changes
1999-06-27 09:18:50 +00:00
rjc%netscape.com
d8cf0513a0
Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future.
1999-06-26 01:09:02 +00:00
ramiro%netscape.com
773e34ec7d
Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
...
for providing the base patch.
1999-06-25 09:38:26 +00:00
waterson%netscape.com
4b1f9242e4
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers.
1999-06-24 00:22:58 +00:00
alecf%netscape.com
01aed4ad67
move resources into a seperate subdirectory so we can export them AND build the DLL with the same makefiles
1999-06-22 02:00:42 +00:00
alecf%netscape.com
49993ef1f0
add datasource datasource for the first time
...
(not complete, not yet part of the build)
1999-06-20 22:01:58 +00:00
alecf%netscape.com
d7387bc5c0
add DOM datasource for the first time
...
(not yet part of the build)
1999-06-20 22:01:01 +00:00