cls%seawood.org
51a920a2ac
The rdf test uses nsSetupRegistry.cpp from webshell/tests ????? Add MOZ_TOOLKIT_REGISTRY_CFLAGS to CXXFLAGS to get this to build on beos.
2000-05-17 06:26:41 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
jst%netscape.com
b22cf9671a
Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value.
2000-05-17 00:21:53 +00:00
danm%netscape.com
e6b9efbec5
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
cls%seawood.org
fec728bf12
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
alecf%netscape.com
2c05690aed
switch to onkeypress for ftang
2000-05-09 04:48:59 +00:00
pavlov%netscape.com
783f26e991
fix string stupidness
2000-04-27 23:08:11 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
scc%netscape.com
94f906edb8
making string conversions explicit
2000-04-15 10:10:02 +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
fad1256326
making string conversions explicit
2000-04-03 05:28:56 +00:00
tbogard%aol.net
f5d81c3e9c
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
brade%netscape.com
b174bf571d
fix access paths for move to CW5 (bug #25949 )
2000-02-02 22:45:39 +00:00
troy%netscape.com
73a3709284
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
...
child list and changed ReparentFrameView() to check it.
2000-01-22 01:16:50 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
jdunn%netscape.com
157f231d1d
Fix base class specifiers, since be default if they aren't specified it is Private
...
# 23237
r= warren@netscape.com , ftang@netscape.com , jband@netscape.com
2000-01-11 01:45:34 +00:00
dougt%netscape.com
2559aa9b76
Including nsString.h directly. It is included indirectly by nsFileSpec. This
...
prep work for the nsIFile landing.
2000-01-03 23:40:10 +00:00
sspitzer%netscape.com
c765c8ebdf
fix crasher in the dom viewer. #22425 . dom viewer still suffers from bit rot, but at least it won't crash
1999-12-23 00:52:43 +00:00
briano%netscape.com
3d9b31d36f
Another NetBSD/arm-specific fix.
1999-12-22 20:02: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
dougt%netscape.com
1da7d3868d
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
warren%netscape.com
4471ddf809
Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf
1999-11-12 09:07:26 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
alecf%netscape.com
13eaac5db2
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
troy%netscape.com
e9d97b9200
See if the Mac is any happier with this
1999-11-02 00:21:47 +00:00
troy%netscape.com
0b7a44ca87
Changed GetFrameName() calls to use nsIFrameDebug interface
1999-11-01 23:29:27 +00:00
troy%netscape.com
82223be3b2
Temporary change
1999-11-01 23:21:20 +00:00
alecf%netscape.com
597b32b1f9
make buttons class="push"
...
only a test, not part of product
1999-10-30 07:39:07 +00:00
alecf%netscape.com
f2cd8c36e8
move DOM viewer into chrome so that DOM security doesn't f us up again
...
only a test, not part of the product
1999-10-30 07:23:07 +00:00
cls%seawood.org
d8d0fcc08e
Add newline at end of file for broken compilers.
1999-10-19 06:40:25 +00:00
alecf%netscape.com
ea5e76e6c2
event targets for checkboxes now reflect reality
...
(just a test, not part of product)
1999-10-19 03:16:45 +00:00
alecf%netscape.com
acd939acfb
land new DOMViewer branch
...
no reviewer, not part of product, just a test
1999-10-19 02:46:45 +00:00
alecf%netscape.com
6a49f23a78
Start to land DOMViewer branch (extension - not part of product)
1999-10-19 02:01:40 +00:00
neeti%netscape.com
3b3733f3a7
Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=alecf
1999-10-15 04:06:14 +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
waterson%netscape.com
119e47a761
Bug 15301. Remove RDF graph from XUL content model construction. Landed XUL_19991005_BRANCH; see branch comments for detailed checkin information. r=shaver,hyatt.
1999-10-05 21:13:55 +00:00
beard%netscape.com
bc890cf5bd
First Checked In.
1999-10-03 23:28:33 +00:00
beard%netscape.com
c45995f807
File Removed.
1999-10-03 23:26:57 +00:00
beard%netscape.com
b547c2ffb0
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
hyatt%netscape.com
9e75934ef0
Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
1999-10-01 20:49:07 +00:00
alecf%netscape.com
ea2933d4d2
oops, thought I was on my branch. backing out
1999-09-25 06:25:32 +00:00
alecf%netscape.com
7220b71ae5
first cleanup of RDF DOMDataSource in preparation for adding document observers
1999-09-25 06:21:21 +00:00
sspitzer%netscape.com
92229cf52f
shit, these got added in the wrong place.
1999-09-19 01:17:39 +00:00
sspitzer%netscape.com
584fcbcac6
need this to get the dom viewer to build on the mac
1999-09-18 23:43:55 +00:00
sspitzer%netscape.com
6737ab1eb2
Use this MANIFEST to export IDL files
1999-09-18 22:11:55 +00:00
sspitzer%netscape.com
61c418fe9d
adding this to build the dom viewer on the mac.
1999-09-18 20:14:57 +00:00
alecf%netscape.com
0fb6ff3f6e
use the right style sheet, duh!
1999-09-18 18:45:30 +00:00
alecf%netscape.com
2c06c91494
fix stupid casting problem that was preventing colors from appearing
1999-09-18 18:45:10 +00:00
sspitzer%netscape.com
4637fd7ccf
minor changes to the help page
1999-09-18 17:26:57 +00:00
sspitzer%netscape.com
707facc582
start the dom viewer up with the help page I added.
1999-09-18 17:26:06 +00:00
sspitzer%netscape.com
608dfb5165
whoops. we only want one text input box, and set its value to
...
http://www.mozillazine.org
soon, it will be set to instructions on how to use alecf's DOM viewer
1999-09-18 17:13:28 +00:00
sspitzer%netscape.com
a51014c8d8
turn on alecf's almighty dom viewer.
...
try it, you'll like it!
1999-09-18 17:03:09 +00:00
sspitzer%netscape.com
716686a24a
makefiles to get alecf's dom viewer to build on windows
1999-09-18 17:02:45 +00:00
sspitzer%netscape.com
eccfd3a6a9
changes to get alecf's dom viewer to build and work on windows.
1999-09-18 17:02:11 +00:00
sspitzer%netscape.com
ab33a28610
more changes to get the wensleydale tree to build
1999-09-18 02:15:41 +00:00
sspitzer%netscape.com
e66629bd09
more fixes for the wensleydale bustage.
1999-09-18 02:04:33 +00:00
sspitzer%netscape.com
7ea95b1781
attempt to fix build bustage.
1999-09-18 01:57:55 +00:00
sspitzer%netscape.com
029d0a0579
make it so when you hit return, it loads the URL
1999-09-18 01:04:26 +00:00
alecf%netscape.com
905d30b30d
get rid of a bunch of stupid printfs, use autostrings
1999-09-18 00:57:33 +00:00
alecf%netscape.com
2bb40f3f71
add html input so that we can see stuff
1999-09-18 00:38:46 +00:00
alecf%netscape.com
c4a65e2233
add DOM viewer to the rdf test suite
1999-09-18 00:16:53 +00:00
briano%netscape.com
e879c25e61
General cleanup.
1999-09-15 23:36:43 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
waterson%netscape.com
35d8784b9b
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
ed77dbf0cd
oops, had CIDs and if/elses in the wrong place
1999-09-11 10:49:12 +00:00
alecf%netscape.com
7f0f837f3b
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
a707f31d46
fix random typos and prevent crashes on blank documents
1999-09-11 10:47:56 +00:00
alecf%netscape.com
ab74d60feb
fix boxes/iframes to lay out better
1999-09-11 10:46:25 +00:00
alecf%netscape.com
ca369ddd61
get rid of library name so we don't overwrite on export
1999-09-11 10:46:10 +00:00
alecf%netscape.com
33aebe5cc0
fix tree and add Type from RDF
1999-09-11 10:45:52 +00:00
alecf%netscape.com
887f7f131f
fix case where html text widget is busted
1999-09-11 10:45:25 +00:00
alecf%netscape.com
480452fa59
add rdfutils for base implementation
1999-09-11 10:44:56 +00:00
alecf%netscape.com
72e7cfceda
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
eff1b0f0cc
Removed the obsolete non-NECKO leftovers.
1999-09-08 23:12:13 +00:00
bruce%cybersight.com
bd8a5676cd
Use nsCRT::free() instead of delete[] for char* data.
1999-09-04 15:40:35 +00:00
ramiro%netscape.com
6cec5c3abb
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
ramiro%netscape.com
8644dc2074
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
ramiro%netscape.com
e1f2489b0c
Set the timer lib flags in one place.
1999-08-24 14:54:59 +00:00
alecf%netscape.com
f8cb6fb0c7
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
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
0e1b8a922a
Fix for -lpref linking problems. Dont link with libpref, its not needed.
1999-08-18 00:27:50 +00:00
ramiro%netscape.com
0149d76208
Link in secfree dynamically only where needed.
1999-08-17 15:46:57 +00:00
alecf%netscape.com
c4dbef6569
fix memory error found by rickg's tool
...
NOT PART OF THE BUILD
1999-08-06 09:17:15 +00:00
alecf%netscape.com
d07009d0a7
add new interface for DOM node container
...
NOT PART OF THE BUILD
1999-08-06 09:16:13 +00:00
alecf%netscape.com
d18ce7541b
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
293095a950
fix build breakage...include config.mak
1999-07-29 03:59:32 +00:00
mscott%netscape.com
0c4eca82a6
fix build breakage..include config.mak
1999-07-29 03:46:59 +00:00
briano%netscape.com
ea37bbc00a
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
d99daeea9b
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
342b5083f1
Landing timer move on unix.
1999-07-17 14:22:51 +00:00
ramiro%netscape.com
abf0cc4a0f
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
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
b86c78a296
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
a78cd1e21b
Necko changes (from Andreas)
1999-06-29 00:26:25 +00:00
gagan%netscape.com
acf1333da6
Necko changes.
1999-06-28 23:57:35 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
mcafee%netscape.com
c3efbaa943
BeOS changes
1999-06-27 09:18:50 +00:00
rjc%netscape.com
3a764c6bfc
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