bienvenu%netscape.com
041c1de8de
fix handling of uri's with 8 bit characters, a=phil r=waterson 24692
...
git-svn-id: svn://10.0.0.236/trunk@61505 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-23 20:51:36 +00:00
sfraser%netscape.com
73c8a41d02
Add nsControllerCommandManager.cpp to build, as part of work for bug 18395. r=hyatt, pinkerton
...
git-svn-id: svn://10.0.0.236/trunk@60850 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 08:51:31 +00:00
hyatt%netscape.com
52dc2b57be
Got the progid of the XUL element factory wrong. r=waterson
...
git-svn-id: svn://10.0.0.236/trunk@58223 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 04:31:39 +00:00
hyatt%netscape.com
f6d9a3bef9
Adding a XUL element factory so that the XML content sink over in layout will
...
be able to make XUL elements. r=waterson
git-svn-id: svn://10.0.0.236/trunk@58216 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 03:28:06 +00:00
dougt%netscape.com
fe80b0ef9b
Converting to use nsIModule macro. r=dp.
...
git-svn-id: svn://10.0.0.236/trunk@56689 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-03 23:37:30 +00:00
waterson%netscape.com
87a9a9877c
Bug 20470. Add weak reference from 'controllers' object back to command dispatcher. Miscellaneous cleanup. r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@55385 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-05 23:04:22 +00:00
warren%netscape.com
51881fbcea
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
...
git-svn-id: svn://10.0.0.236/trunk@54722 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 04:50:42 +00:00
jdunn%netscape.com
f0c83b3d5a
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
git-svn-id: svn://10.0.0.236/trunk@53637 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 06:02:31 +00:00
rjc%netscape.com
9df9583dae
Fix bug # 6637: removing old, crufty FTP datasource from build. Just removing file(s) and CIDs. Review: me
...
git-svn-id: svn://10.0.0.236/trunk@53633 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 05:37:30 +00:00
dmose%mozilla.org
0efb7c174c
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
brendan%mozilla.org
f980be0221
(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.
git-svn-id: svn://10.0.0.236/trunk@52347 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-31 00:43:30 +00:00
waterson%netscape.com
6d0e00cdd4
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.
...
git-svn-id: svn://10.0.0.236/trunk@52160 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 01:21:15 +00:00
dp%netscape.com
5871c388a1
bug# 15513 Removing dlldeps.cpp from RDF unix build. Patch from
...
waterson r=dp
git-svn-id: svn://10.0.0.236/trunk@51699 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 00:37:24 +00:00
hyatt%netscape.com
9259952dca
Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++)
...
git-svn-id: svn://10.0.0.236/trunk@50672 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-14 10:58:25 +00:00
dveditz%netscape.com
30a83caa1d
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
...
git-svn-id: svn://10.0.0.236/trunk@50322 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-10 01:32:59 +00:00
waterson%netscape.com
b4e6b84fea
Bug 15301. Remove RDF graph from XUL content model construction. Landed XUL_19991005_BRANCH; see branch comments for detailed checkin information. r=shaver,hyatt.
...
git-svn-id: svn://10.0.0.236/trunk@49863 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 21:13:55 +00:00
kipp%netscape.com
5cf27c7453
nuked
...
git-svn-id: svn://10.0.0.236/trunk@49488 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:38:19 +00:00
kipp%netscape.com
dcde6ced16
Switch from component to module
...
git-svn-id: svn://10.0.0.236/trunk@49485 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:37:14 +00:00
kipp%netscape.com
6b248aa8de
Fixed a minor bug in the ctor macro
...
git-svn-id: svn://10.0.0.236/trunk@49484 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 21:36:35 +00:00
rjc%netscape.com
de237d8b57
Fix bug # 14302. Approval: chofmann.
...
git-svn-id: svn://10.0.0.236/trunk@49256 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 23:06:34 +00:00
waterson%netscape.com
a6427388a2
Fix for Win32. (NOT part of the build.)
...
git-svn-id: svn://10.0.0.236/trunk@49183 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 02:38:46 +00:00
kipp%netscape.com
3008d163f5
new
...
git-svn-id: svn://10.0.0.236/trunk@49165 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-28 00:44:47 +00:00
rjc%netscape.com
e0326e9600
Oops, dump these header files.
...
git-svn-id: svn://10.0.0.236/trunk@47561 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 09:00:04 +00:00
rjc%netscape.com
a1ff36ee1e
Take Find & Search datasources out of the RDF project, as they're going into their own component.
...
git-svn-id: svn://10.0.0.236/trunk@47555 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 08:17:15 +00:00
ramiro%netscape.com
e324fbd024
Cleanup the neckutil linking thing.
...
git-svn-id: svn://10.0.0.236/trunk@47500 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:15:11 +00:00
colin%theblakes.com
49af066f1f
Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS
...
git-svn-id: svn://10.0.0.236/trunk@46658 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-10 00:00:03 +00:00
briano%netscape.com
9bc7e30b84
Removed the obsolete non-NECKO leftovers.
...
git-svn-id: svn://10.0.0.236/trunk@46437 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:12:13 +00:00
waterson%netscape.com
6fcd164725
Sheesh. After doing this once today, you'd think I'd learn.
...
git-svn-id: svn://10.0.0.236/trunk@46154 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 03:26:54 +00:00
waterson%netscape.com
90f23fe150
Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
...
git-svn-id: svn://10.0.0.236/trunk@46150 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-07 02:51:13 +00:00
waterson%netscape.com
f7bca5c3ff
Fix unix bustage; these two functions have been promoted to real interface methods on the RDF service.
...
git-svn-id: svn://10.0.0.236/trunk@46131 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-06 20:46:25 +00:00
sdagley%netscape.com
011a97ab2c
Added NS_DLGDEFAULTKEYS_CID
...
git-svn-id: svn://10.0.0.236/trunk@45147 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-30 13:22:06 +00:00
hyatt%netscape.com
d74368e809
Fixes to enable the command dispatcher to properly instantiate.
...
git-svn-id: svn://10.0.0.236/trunk@44784 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 07:54:06 +00:00
hyatt%netscape.com
d6707c1e0b
Changing focus tracker to be the command dispatcher.
...
git-svn-id: svn://10.0.0.236/trunk@44429 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 01:49:24 +00:00
ramiro%netscape.com
2181f0c81e
Cleanup the jsdom and jsurl linking mess.
...
git-svn-id: svn://10.0.0.236/trunk@44054 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-22 11:05:45 +00:00
briano%netscape.com
72d652537a
Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff.
...
git-svn-id: svn://10.0.0.236/trunk@42027 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 21:40:56 +00:00
mscott%netscape.com
0a50929030
fix build breakage..include config.mak
...
git-svn-id: svn://10.0.0.236/trunk@41531 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 03:46:59 +00:00
waterson%netscape.com
e1ae913ee8
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
...
git-svn-id: svn://10.0.0.236/trunk@41296 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-27 17:20:28 +00:00
ramiro%netscape.com
be8479149c
Landing timer move on windows.
...
git-svn-id: svn://10.0.0.236/trunk@39882 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-17 15:52:01 +00:00
dveditz%netscape.com
4a69d1d866
nakefile cleanups
...
git-svn-id: svn://10.0.0.236/trunk@38066 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 13:42:17 +00:00
mcafee%netscape.com
29c1baa59c
librdf.so needs NS_NewUnicharStreamLoader from libneckoutil_s.a for NECKO=1 build.
...
git-svn-id: svn://10.0.0.236/trunk@37958 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-02 03:35:17 +00:00
warren%netscape.com
2fd605cc6f
Last of the necko ifdefs. Now we link with necko.
...
git-svn-id: svn://10.0.0.236/trunk@37169 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-28 10:35:57 +00:00
waterson%netscape.com
fc77a5b645
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.
...
git-svn-id: svn://10.0.0.236/trunk@36637 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-24 00:22:58 +00:00
waterson%netscape.com
7a3806e659
Spit out a mapfile, for kicks.
...
git-svn-id: svn://10.0.0.236/trunk@35330 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-15 03:21:49 +00:00
saari%netscape.com
56f053a605
Adding nsXULKeyListener again...
...
git-svn-id: svn://10.0.0.236/trunk@35210 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-14 22:06:24 +00:00
sspitzer%netscape.com
870349fc7b
fix mac build bustage. saari made nsXULKeyListener.cpp part of the mac build,
...
but hasn't defined this CID yet.
git-svn-id: svn://10.0.0.236/trunk@34951 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-12 01:21:10 +00:00
waterson%netscape.com
45b16a8baf
Move bookmarks to xpfe/components.
...
git-svn-id: svn://10.0.0.236/trunk@34763 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-11 06:17:15 +00:00
waterson%netscape.com
b32f67a8a9
Enable aggregation on the in-memory datasource.
...
git-svn-id: svn://10.0.0.236/trunk@34580 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-10 06:47:28 +00:00
rjc%netscape.com
6cc072bdd8
Adding RDF Search datasource into build.
...
git-svn-id: svn://10.0.0.236/trunk@34461 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 20:04:23 +00:00
waterson%netscape.com
3e05078ed6
Add nsRDFContentUtils fns to dlldeps, as they are used from rdfdatasource_s.lib now.
...
git-svn-id: svn://10.0.0.236/trunk@34388 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-09 08:32:17 +00:00
waterson%netscape.com
d137a45808
Remove related links data source: moved to xpfe/components.
...
git-svn-id: svn://10.0.0.236/trunk@34017 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-07 19:14:22 +00:00