cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
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
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +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
cls%seawood.org
3c1876ab59
Minor changes to incoporate OS/2 into our build system. Bug #34106
...
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
bienvenu%netscape.com
237bf79759
fix handling of uri's with 8 bit characters, a=phil r=waterson 24692
2000-02-23 20:51:36 +00:00
sfraser%netscape.com
36de63bda7
Add nsControllerCommandManager.cpp to build, as part of work for bug 18395. r=hyatt, pinkerton
2000-02-15 08:51:31 +00:00
hyatt%netscape.com
8f76a61bf0
Got the progid of the XUL element factory wrong. r=waterson
2000-01-19 04:31:39 +00:00
hyatt%netscape.com
3eba131f6d
Adding a XUL element factory so that the XML content sink over in layout will
...
be able to make XUL elements. r=waterson
2000-01-19 03:28:06 +00:00
dougt%netscape.com
6ebfa81077
Converting to use nsIModule macro. r=dp.
2000-01-03 23:37:30 +00:00
waterson%netscape.com
57e9111db3
Bug 20470. Add weak reference from 'controllers' object back to command dispatcher. Miscellaneous cleanup. r=hyatt
1999-12-05 23:04:22 +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
jdunn%netscape.com
d70d78c6bf
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
rjc%netscape.com
504a65ac4e
Fix bug # 6637: removing old, crufty FTP datasource from build. Just removing file(s) and CIDs. Review: me
1999-11-16 05:37:30 +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
brendan%mozilla.org
fe51b61664
(13163, r=alecf, scc, waterson, others; names available on request)
...
- Fix most of bug 13163 (see TODO for rest). This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks.
- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp. These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that.
- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString. Also changed various nsresult vars to be named rv. Also restored brace/style conformity to nsJSProtocolHandler.cpp.
- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject.
- Lots of nsCOMPtr uses added. I'm using one for mNameSpaceManager. Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak). These two managers should be moved to the window object -- TODO item below.
- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver.
- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated. This meant factoring nsJSUtils.cpp code.
- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace.
- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
waterson%netscape.com
59a9169ad9
Bug 15146. Brutal content model sharing, Phase II. XUL content sink now constructs prototype documents; 'real' content model constructed from walking prototype. Landed XUL_SHARING_19991027_BRANCH (derived from XUL_SHARING_19991022_BRANCH). See branch comments for details. r=hyatt.
1999-10-29 01:21:15 +00:00
dp%netscape.com
cb544eb163
bug# 15513 Removing dlldeps.cpp from RDF unix build. Patch from
...
waterson r=dp
1999-10-25 00:37:24 +00:00
hyatt%netscape.com
b2564031fe
Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++)
1999-10-14 10:58:25 +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
kipp%netscape.com
40f3f9c999
nuked
1999-09-30 21:38:19 +00:00
kipp%netscape.com
87907ef26e
Switch from component to module
1999-09-30 21:37:14 +00:00
kipp%netscape.com
d741397ff4
Fixed a minor bug in the ctor macro
1999-09-30 21:36:35 +00:00
rjc%netscape.com
98d906bdd5
Fix bug # 14302. Approval: chofmann.
1999-09-28 23:06:34 +00:00
waterson%netscape.com
2dc83b95a4
Fix for Win32. (NOT part of the build.)
1999-09-28 02:38:46 +00:00
kipp%netscape.com
0d905bf0ae
new
1999-09-28 00:44:47 +00:00
rjc%netscape.com
8fe36706a8
Oops, dump these header files.
1999-09-15 09:00:04 +00:00
rjc%netscape.com
184fa609be
Take Find & Search datasources out of the RDF project, as they're going into their own component.
1999-09-15 08:17:15 +00:00
ramiro%netscape.com
26dd94b010
Cleanup the neckutil linking thing.
1999-09-15 02:15:11 +00:00
colin%theblakes.com
7254e31641
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
1999-09-10 00:00:03 +00:00
briano%netscape.com
eff1b0f0cc
Removed the obsolete non-NECKO leftovers.
1999-09-08 23:12:13 +00:00
waterson%netscape.com
a5f0e98c42
Sheesh. After doing this once today, you'd think I'd learn.
1999-09-07 03:26:54 +00:00
waterson%netscape.com
10c7210fc8
Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
1999-09-07 02:51:13 +00:00
waterson%netscape.com
8a24034b83
Fix unix bustage; these two functions have been promoted to real interface methods on the RDF service.
1999-09-06 20:46:25 +00:00
sdagley%netscape.com
d160899132
Added NS_DLGDEFAULTKEYS_CID
1999-08-30 13:22:06 +00:00
hyatt%netscape.com
d2735ea3fd
Fixes to enable the command dispatcher to properly instantiate.
1999-08-27 07:54:06 +00:00
hyatt%netscape.com
05440effd3
Changing focus tracker to be the command dispatcher.
1999-08-25 01:49:24 +00:00
ramiro%netscape.com
1d23cab69b
Cleanup the jsdom and jsurl linking mess.
1999-08-22 11:05:45 +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
0c4eca82a6
fix build breakage..include config.mak
1999-07-29 03:46:59 +00:00
waterson%netscape.com
f6b84db71a
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
1999-07-27 17:20:28 +00:00
ramiro%netscape.com
fecd737d22
Landing timer move on windows.
1999-07-17 15:52:01 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
mcafee%netscape.com
e6c3cfdffb
librdf.so needs NS_NewUnicharStreamLoader from libneckoutil_s.a for NECKO=1 build.
1999-07-02 03:35:17 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
waterson%netscape.com
f008503b2f
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
waterson%netscape.com
935921f8e1
Spit out a mapfile, for kicks.
1999-06-15 03:21:49 +00:00
saari%netscape.com
03cf575d90
Adding nsXULKeyListener again...
1999-06-14 22:06:24 +00:00
sspitzer%netscape.com
16d1062ec0
fix mac build bustage. saari made nsXULKeyListener.cpp part of the mac build,
...
but hasn't defined this CID yet.
1999-06-12 01:21:10 +00:00
waterson%netscape.com
62b6172eb6
Move bookmarks to xpfe/components.
1999-06-11 06:17:15 +00:00
waterson%netscape.com
2212cca9b0
Enable aggregation on the in-memory datasource.
1999-06-10 06:47:28 +00:00
rjc%netscape.com
a96931038c
Adding RDF Search datasource into build.
1999-06-09 20:04:23 +00:00
waterson%netscape.com
44f829a61f
Add nsRDFContentUtils fns to dlldeps, as they are used from rdfdatasource_s.lib now.
1999-06-09 08:32:17 +00:00
waterson%netscape.com
5dfcf8be71
Remove related links data source: moved to xpfe/components.
1999-06-07 19:14:22 +00:00
waterson%netscape.com
452a3a8494
Remove unnecessary LINCS now that all headers are pushed to the same directory.
1999-06-03 20:22:54 +00:00
hyatt%netscape.com
aa3038f6b1
More focus tracker work.
1999-05-28 22:15:57 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
waterson%netscape.com
ea553b55c6
These files are generated now.
1999-05-19 05:57:28 +00:00
mccabe%netscape.com
3c245e06c1
Remove lecacy hack that moved .xpt files from over in js/src/xpconnect to components, now that xpconnect exports its own .xpt files.
1999-05-18 09:01:01 +00:00
waterson%netscape.com
ebffe04e69
Moved nsHistoryDataSource implementation into xpfe/components/history.
1999-05-18 04:09:44 +00:00
hyatt%netscape.com
df26e06d28
Oops.
1999-05-14 06:24:23 +00:00
waterson%netscape.com
65e92ad3a9
XPT files are generated on-the-fly now.
1999-05-11 02:11:21 +00:00
waterson%netscape.com
be8c0fc0a9
Automatically build .xpt's.
1999-05-10 18:55:00 +00:00
kipp%netscape.com
df63eff233
We no longer need to link in raptor
1999-05-06 19:27:53 +00:00
waterson%netscape.com
729f6ac1bc
Obsolete.
1999-05-05 03:30:39 +00:00
waterson%netscape.com
fc090a48cf
Remove nsXULDataSource: it is obsolete. Refactor interfaces into individual idl files: need to install more .xpt's now.
1999-05-05 03:12:24 +00:00
waterson%netscape.com
8ad848e91f
Break up interfaces into individual .idl files; implies installation of individual .xpt's from rdf/build. Create rdf/resources/Makefile that installs everything in the resources directory.
1999-05-05 03:05:40 +00:00
waterson%netscape.com
ad06d0975d
Initial revision.
1999-05-04 19:42:02 +00:00
waterson%netscape.com
93d463ae36
Added install lines for icons.
1999-04-28 02:41:27 +00:00
matt%netscape.com
33db4e94e3
Adding sidebarcontainer.xul to rdf resources
1999-04-27 21:21:47 +00:00
waterson%netscape.com
49679c5ff4
Added remote-flash-3.rdf to install.
1999-04-27 19:50:39 +00:00
waterson%netscape.com
1770a78cd4
Added flash resources to install.
1999-04-27 19:26:31 +00:00
rjc%netscape.com
3d96f75d0b
Export IE Favorite icon to DIST area.
1999-04-27 07:37:24 +00:00
waterson%netscape.com
29763928bf
Let's try that again. Made sure that the nsIRDFContainer header file is there.
1999-04-27 06:37:41 +00:00
waterson%netscape.com
91ce488e60
Removed a obsolete container routines.
1999-04-27 06:27:52 +00:00
waterson%netscape.com
43590208f7
Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces.
1999-04-27 05:54:18 +00:00
waterson%netscape.com
4096ca3b55
Temporary hack to copy typelibs to components dir so XPConnect works.
1999-04-26 23:29:55 +00:00
waterson%netscape.com
2d52db1da0
Temporary hacking to get XPT files installed on Win32.
1999-04-26 22:49:40 +00:00
waterson%netscape.com
e545139879
The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH.
1999-04-24 02:41:02 +00:00
rjc%netscape.com
581aaf3d7f
Export new "document.gif" icon to DIST area.
1999-04-24 00:39:06 +00:00
rjc%netscape.com
1bc93b6384
Adding support for "Related Links".
1999-04-22 10:46:28 +00:00
waterson%netscape.com
f528edca9f
Added new test files.
1999-04-16 08:39:42 +00:00
sfraser%netscape.com
27368c7c1e
Remove assorted extraneous warning-producing cruft
1999-04-12 23:49:37 +00:00
slamm%netscape.com
c2a757afc6
Adding properties appcore/window.
1999-04-07 04:26:43 +00:00
radha%netscape.com
774087a1ae
Export history.xul history.css
1999-04-06 23:13:57 +00:00
waterson%netscape.com
7561f94a3d
Added local store CIDs and factory implementation.
1999-04-06 20:55:58 +00:00
waterson%netscape.com
c45bb6f9cd
Added dom-test-2.xul.
1999-04-06 06:38:42 +00:00
waterson%netscape.com
019f981bf4
Add xpidl-test-1.xul to list of exports.
1999-04-01 08:07:22 +00:00
kipp%netscape.com
f80c69d688
landed HPUX patch from Kartik Subbarao <subbarao@computer.org>
1999-03-31 04:54:42 +00:00
waterson%netscape.com
6bbd24c72e
Changed RDF progids to use forward-slashes instead of pipes.
1999-03-30 01:09:24 +00:00
rjc%netscape.com
a84bec059e
Add FTP datasource into build.
1999-03-26 05:57:22 +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
waterson%netscape.com
cc60ec79d3
Hooked up history to the front-end, cleaned up a bunch of bugs.
1999-03-20 17:12:37 +00:00
rjc%netscape.com
c9dc7bb1a2
Add RDF find datasource into build system.
1999-03-19 00:01:49 +00:00
rjc%netscape.com
c9a122d5fd
Add Find datasource CID.
1999-03-18 22:38:30 +00:00
waterson%netscape.com
f55670db30
Added dom-test-1.
1999-03-18 20:55:53 +00:00
leaf%mozilla.org
0a0f5ac00f
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00