Commit Graph

1034 Commits

Author SHA1 Message Date
rickg%netscape.com
8cc2bdda24 sync with new nsString2 API 1999-04-21 04:02:14 +00:00
waterson%netscape.com
083aeb67d3 Bug 4750. Updated RDF_NAMESPACE_URI to refer to the most recent (and final) version of the RDF recommendation. 1999-04-21 00:11:39 +00:00
waterson%netscape.com
d6317b5cb1 Bug 4750, 5220. Use correct RDF namespace. Fix incorrect use of RDF prefix on some RDF attributes. 1999-04-21 00:09:41 +00:00
rjc%netscape.com
e125ca785d If a sort isn't initially imposed, just append new nodes onto end of container's child list. 1999-04-20 22:14:38 +00:00
rjc%netscape.com
7cc04a6075 Return names of FTP URLs. 1999-04-20 20:28:57 +00:00
rjc%netscape.com
617a5a1f40 When a sort order is imposed, try and insert new node(s) in the appropriate spot. 1999-04-20 20:26:13 +00:00
rickg%netscape.com
e1012f40b9 sync with nsString2 API 1999-04-20 07:20:21 +00:00
pierre%netscape.com
bc95a9b7d6 First Checked In. 1999-04-20 00:43:15 +00:00
peterl%netscape.com
eaa19725ef sync to doc api change 1999-04-20 00:00:02 +00:00
sfraser%netscape.com
2f4b47151b Added chrome entries for global, and editor. 1999-04-19 22:49:19 +00:00
waterson%netscape.com
4b759d3db0 Fixed null deref in nsXULAttribute::GetQualifiedName() -- handle the default namespace case. 1999-04-17 00:29:54 +00:00
waterson%netscape.com
248c61e86a Removed straggling rdf_Assert() that was #ifdef XP_MAC. 1999-04-17 00:25:04 +00:00
waterson%netscape.com
40624a2fcc Bug 4614. Setting bookmark properties was asserting: removed benign assert and replaced with PR_LOG() message. 1999-04-17 00:23:28 +00:00
waterson%netscape.com
99a4ed48a7 Code cleanup. Got rid of rdf_Assert() functions. 1999-04-17 00:10:18 +00:00
waterson%netscape.com
8052fbe8a1 Bug 4400. Fixed leaking of keys from resource and datasource tables. 1999-04-16 22:04:32 +00:00
putterman%netscape.com
a2b5ce9786 Added messenger and messenger compose to the registry. 1999-04-16 22:01:06 +00:00
hyatt%netscape.com
db889ee887 Fixing case sensitivity problem. 1999-04-16 21:27:00 +00:00
waterson%netscape.com
d8d4c56bd4 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. 1999-04-16 18:08:43 +00:00
waterson%netscape.com
2c542d876c Added .get()'s to fix Mac. 1999-04-16 08:44:47 +00:00
waterson%netscape.com
2fa4cabcd6 Added new test files. 1999-04-16 08:39:42 +00:00
waterson%netscape.com
c4d7d38b69 Initial revision. 1999-04-16 08:39:29 +00:00
waterson%netscape.com
fc64a02144 Code cleanup. 1999-04-16 08:39:02 +00:00
waterson%netscape.com
f490114e0d Implemented several new DOM methods, including document.createElement() and document.createTextNode(). Fixed some bugs in the XUL content model builder. Code re-organization and cleanup. 1999-04-16 08:38:17 +00:00
waterson%netscape.com
de6baab5e2 Removed a frivolous assert. 1999-04-16 08:36:56 +00:00
waterson%netscape.com
866a6cd1f9 Use 'ns' instead of 'namespace' just to be paranoid about C++ keywords. 1999-04-16 08:35:03 +00:00
hyatt%netscape.com
2ff04a79a5 Oops. Not right fix. Backing out. 1999-04-16 07:41:35 +00:00
hyatt%netscape.com
c4deeea9f4 Fix for bug #5129. 1999-04-16 07:38:18 +00:00
jj%netscape.com
5ab15e2a1b fix for #5128 : change fragment name 1999-04-16 03:00:10 +00:00
shaver%netscape.com
b7512ba5a1 fix DEFINE_RDF_VOCAB 1999-04-15 21:01:11 +00:00
mccabe%netscape.com
a1eb58e008 Enabling xpidl as a standard part of the unix and windows build. Changed checks against BUILD_XPIDL to the (as yet undefined) USE_XPIDL variable in libpref, rdf, xpfe/AppCores, to keep them from firing just yet. The BUILD_XPIDL-enabling machinery in configure.in is unchanged, but BUILD_XPIDL is unused for now.
See http://www.mozilla.org/scriptable/xpidl/ if this breaks you.
1999-04-15 18:28:27 +00:00
hyatt%netscape.com
94d22cfcc3 Improving chrome URLs. 1999-04-15 05:24:57 +00:00
alecf%netscape.com
b2f4109bbe remove rdf_qsort from all makefiles 1999-04-15 02:47:08 +00:00
alecf%netscape.com
8f102b4c0d wierd, this came up as "A" when we really didn't need it. 1999-04-15 02:46:22 +00:00
alecf%netscape.com
15b7e466d3 this didn't exist before? 1999-04-15 02:44:46 +00:00
waterson%netscape.com
cb7e7a95c4 Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
mcafee%netscape.com
b428da5338 PRBool-to-error-code double conversion. Conversion for AppendElement() happened in nsSupportsArray.h, we don't need to convert the usage here. 1999-04-14 07:15:11 +00:00
alecf%netscape.com
aeeb3e2d67 use the new nsQuickSort() function instead of the internal rdf_qsort 1999-04-14 03:28:49 +00:00
waterson%netscape.com
1e7f1f0c62 Added back into the build sp alecf & mccabe can get xpconnect working. 1999-04-14 00:39:20 +00:00
waterson%netscape.com
d99884c78e Comment out EXPORTS, CPPSRCS, and LIBRARY_NAME so that this can join
back into the build.
1999-04-14 00:38:47 +00:00
waterson%netscape.com
5168f6bd9e Moved localstore.rdf to the bin dir instead of tmp so that clobber builds will blow it away. 1999-04-13 21:02:18 +00:00
waterson%netscape.com
bd9932bb35 Removed #ifdefs, these are just placeholder files now. 1999-04-13 00:30:35 +00:00
waterson%netscape.com
cb39e9da8d Regenerated using newer xpidl compiler. 1999-04-13 00:29:43 +00:00
waterson%netscape.com
4879011832 Moved comments into the IDL file. 1999-04-13 00:16:38 +00:00
sfraser%netscape.com
5204070e2f Remove assorted extraneous warning-producing cruft 1999-04-12 23:49:37 +00:00
jdunn%netscape.com
d80e1ad24a remove compiler warning, add comment delimiters after endif 1999-04-12 20:58:05 +00:00
waterson%netscape.com
8874de1dc6 Fixed problem with HTML-nested-in-XUL-neseted-in-HTML. Removed unnecessary code that was #ifdef-ed out. 1999-04-12 20:16:32 +00:00
waterson%netscape.com
1bb2074567 Landed RDF_19990407_BRANCH, which includes changes to support the local store, support for namespace prefixes in DOM methods, and notifications. 1999-04-12 19:02:12 +00:00
hyatt%netscape.com
ce9ce62252 Bug 3298 fixed with this patch. 1999-04-10 09:31:48 +00:00
hyatt%netscape.com
040008671e Fixing build bustage. 1999-04-10 09:13:54 +00:00
hyatt%netscape.com
3a913961af Making sure the right URLs are writable. 1999-04-10 08:18:20 +00:00
hyatt%netscape.com
425be85be7 Implementing persistence of chrome. 1999-04-10 08:08:48 +00:00
rjc%netscape.com
e273cf26b6 Additional support for "live" containers. 1999-04-10 06:11:37 +00:00
hyatt%netscape.com
c4cd51ed9f Fixes for bugs 2620 and 3482. 1999-04-10 04:49:21 +00:00
sspitzer%netscape.com
f199c3ba0a ignore the generated rdcat binary 1999-04-10 00:35:28 +00:00
slamm%netscape.com
0b7bd56f15 New fix for bookmark properties to appease expat. It does not like '<' in javascript code. Bug #4678. Previously appropved by chofmann and cyeh. 1999-04-09 21:21:01 +00:00
waterson%netscape.com
93c4065513 Bug 4773. Removed idl directory for M4. We'll put it back next week. a=chofmann@netscape.com 1999-04-08 22:21:38 +00:00
nisheeth%netscape.com
f4a64fe49a Replacing asserts in the destructor with printf's. These asserts fire when the namespace or content stacks are non-empty which can happen for any malformed XML document, now that expat is enabled.
This checkin and the earlier one to htmlparser/src/* was approved by Chris Hoffmann earlier todxay.
1999-04-08 09:27:08 +00:00
waterson%netscape.com
540407e20f Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com 1999-04-08 01:53:31 +00:00
waterson%netscape.com
e07ee6fe41 Bug 4710. Implement no-ops for local store commands so as not to break stuff that depends on commands working. r=putterman@netscape.com, a=chofmann@netscape.com 1999-04-08 00:43:11 +00:00
waterson%netscape.com
e85ace8aa5 Bug 4706. Make sure to close the first RDF:RDF tag. Duh. 1999-04-07 23:18:54 +00:00
slamm%netscape.com
7f1af32a4f Fix for bookmark properties come up blank (bug #4678). Approved by cyeh and chofmann. 1999-04-07 22:59:59 +00:00
waterson%netscape.com
a24681ea5d Bug 4621. Uninitialized memory read. Many thanks to Bruce Mitchener <bruce@cybersight.com>. a=chofmann@netscape.com 1999-04-07 21:02:29 +00:00
waterson%netscape.com
cdf30f9f4c Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation) 1999-04-07 06:29:41 +00:00
waterson%netscape.com
5ccea15671 Modified to use NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes (local store implementation). Added local store construction to each XUL hierarchical widget. 1999-04-07 06:29:14 +00:00
waterson%netscape.com
cece1551ac Added NS_RDF_ASSERTION_ACCEPTED and NS_RDF_ASSERTION_REJECTED return codes. 1999-04-07 06:28:17 +00:00
slamm%netscape.com
7f2d7cfe0c Adding properties appcore/window. 1999-04-07 04:26:43 +00:00
sspitzer%netscape.com
a9d8eebcbe only do this if the IDL stuff has been installed 1999-04-07 02:58:01 +00:00
nisheeth%netscape.com
609f21c756 Fixing well-formedness errors reported by expat... 1999-04-07 02:03:08 +00:00
alecf%netscape.com
c2059ee647 add idl to directories so that we export nsRDFInterfaces.idl 1999-04-07 00:40:13 +00:00
rjc%netscape.com
1d7232cb90 SetDocument(nsnull) is now valid, indicating document is going away. Timers are removed in this manner. 1999-04-07 00:27:40 +00:00
waterson%netscape.com
5b23e70508 Fixed incorrect use of nsCOMPtr. 1999-04-07 00:07:28 +00:00
rjc%netscape.com
bfe01b95a3 Timer changes. Preparation for timer to be destroyed when SetDocument(null). 1999-04-06 23:59:22 +00:00
radha%netscape.com
056a50dd1b Export history.xul history.css 1999-04-06 23:13:57 +00:00
radha%netscape.com
7acbc6c97a Initial checkin for History View 1999-04-06 23:06:07 +00:00
waterson%netscape.com
407cd1df56 Use the 'real' local store. 1999-04-06 22:55:26 +00:00
waterson%netscape.com
f489c02a3c Added local store CIDs and factory implementation. 1999-04-06 20:55:58 +00:00
waterson%netscape.com
8b7529d894 Added nsLocalStore.cpp. 1999-04-06 20:55:38 +00:00
waterson%netscape.com
2c01f2f95c Added nsLocalStore.cpp. 1999-04-06 20:37:24 +00:00
waterson%netscape.com
bba688083b Added nsILocalStore.h 1999-04-06 20:36:37 +00:00
nisheeth%netscape.com
cf5709e548 Fixing well-formedness errors reported by expat. 1999-04-06 08:25:39 +00:00
waterson%netscape.com
cfa2d49dc8 Fixed a _big_ memory leak: circular reference between the document, content sink, and parser. Now the document releases the parser immediately after telling it to start parsing. 1999-04-06 07:48:21 +00:00
waterson%netscape.com
80fb2b4d81 Made nsXULAttribute implement nsIDOMAttr, and made nsXULAttributes implement nsIDOMNamedNodeMap. Updated the nsRDFElement accordingly, and implemented GetAttributes() and Set/GetAttributeNode(). 1999-04-06 06:40:31 +00:00
waterson%netscape.com
ce240512e7 Added dom-test-2.xul. 1999-04-06 06:38:42 +00:00
waterson%netscape.com
e26fae5d0e Initial revision. 1999-04-06 06:37:52 +00:00
waterson%netscape.com
fa92c9eafd Regenerated using long-long instead of PRTime. 1999-04-06 06:36:50 +00:00
waterson%netscape.com
ed344a60c0 Add registry.rdf to INSTALL target. 1999-04-06 05:36:52 +00:00
briano%netscape.com
a0b9552ea7 Added a newline at the end of the file for Unix. 1999-04-06 03:09:28 +00:00
waterson%netscape.com
91118ec325 Added prtime to ensure PRTime gets defined. 1999-04-06 00:30:49 +00:00
rickg%netscape.com
da3cc3d299 update to new string api 1999-04-06 00:22:46 +00:00
rjc%netscape.com
763a1389bf Unset lastPulse attribute before updating it to the new value. 1999-04-06 00:20:58 +00:00
rjc%netscape.com
1a6315bd2c More fun with pulsing. Now check pulse interval and only pulse if interval has passed. 1999-04-06 00:14:53 +00:00
matt%netscape.com
d5dc9c026c Adding functionality so that you can open bookmarks into content window. 1999-04-06 00:04:56 +00:00
rjc%netscape.com
e7a9925a73 Small bug fix for non-debug builds. 1999-04-05 23:33:29 +00:00
rjc%netscape.com
0194c8fecc Add preliminary support for pulsing a container to see if its contents change. 1999-04-05 23:10:43 +00:00
rjc%netscape.com
305a97cf84 File system datasource and Find datasource now specify that they want to be pulsed for updates by any observer (such as the tree widget). Also, fix a couple of bugs in the Find datasource due to changes on how errors are reported by RDF. 1999-04-05 23:09:15 +00:00
mcafee%netscape.com
8e3a283b85 Ignore generated files. 1999-04-05 05:23:13 +00:00
hyatt%netscape.com
bf80a314de Fixing a bug in the RDF content sink where the ID attribute was being
qualified with a document URI even when it was a URI in its own right.
1999-04-03 01:47:07 +00:00
hyatt%netscape.com
7a42fde013 key event support in handledomevent 1999-04-03 01:12:57 +00:00
waterson%netscape.com
a4d352dbff Started changing assertions into log messages. 1999-04-02 20:46:41 +00:00
waterson%netscape.com
af4d230931 Changed rdfcat to be the only test for now. 1999-04-02 20:19:57 +00:00
waterson%netscape.com
06720f1ce3 Added a pile of libraries to make it run. Sheesh, this is a joke. 1999-04-02 20:18:09 +00:00
waterson%netscape.com
84e1d1e012 Changed #ifdef DEBUG_waterson debug printfs to us PR_LOG(). Fixed a initialization-order warning on Unix. 1999-04-02 19:51:35 +00:00
waterson%netscape.com
e58a237ebb Removed a bunch of extraneous debug printfs that we're #ifdef DEBUG_waterson; this stuff is now being done in the in-memory data source via PR_LOG(). 1999-04-02 19:50:40 +00:00
hyatt%netscape.com
90be7e1aab Fixing the registry file for chrome. 1999-04-02 19:23:19 +00:00
waterson%netscape.com
30b4439885 Added tests directory to standard build. 1999-04-02 18:34:30 +00:00
waterson%netscape.com
2f1cc640c6 Removed older tests, added rdfcat. 1999-04-02 18:33:56 +00:00
waterson%netscape.com
624944179e Initial revision. 1999-04-02 18:33:34 +00:00
hyatt%netscape.com
4838c2b566 Tweaks to the registry.rdf file. 1999-04-02 07:40:25 +00:00
hyatt%netscape.com
a43e891831 Fixing build bustage. 1999-04-02 07:37:57 +00:00
hyatt%netscape.com
397156e1f9 Fixing some stuff. 1999-04-02 07:35:38 +00:00
hyatt%netscape.com
4d9dfc95cb Node, not Resource. 1999-04-02 06:59:04 +00:00
hyatt%netscape.com
dd33ddd616 Target, not source. 1999-04-02 06:58:35 +00:00
hyatt%netscape.com
ede8757505 Retrieving the base directory (in theory). 1999-04-02 06:55:10 +00:00
hyatt%netscape.com
b8ca718e14 More work in progress... 1999-04-02 06:49:20 +00:00
hyatt%netscape.com
ec7d275d67 Teaching the chrome registry how to obtain skin and content nodes. 1999-04-02 06:24:30 +00:00
hyatt%netscape.com
4daf526a34 The registry for the chrome. 1999-04-02 06:13:06 +00:00
hyatt%netscape.com
f392ff898f Getting there... 1999-04-02 06:12:22 +00:00
hyatt%netscape.com
fb6cc4d274 Tweaks to enable nsIURL to be referenced from chrome. 1999-04-02 05:56:05 +00:00
hyatt%netscape.com
e6825821b6 Adding the method that will handle chrome URLs. Invoked from within netlib. 1999-04-02 05:00:46 +00:00
hyatt%netscape.com
48e2231bab First Checked In. 1999-04-02 02:19:22 +00:00
hyatt%netscape.com
a75bbb895a Turning the chrome registry on for Windows and UNIX. 1999-04-02 01:25:03 +00:00
hyatt%netscape.com
1044a1a1b4 Removing file. 1999-04-02 01:12:49 +00:00
hyatt%netscape.com
f3cb9627ad Adding the chrome registry file. 1999-04-02 00:52:35 +00:00
hyatt%netscape.com
ccb498c520 Adding chrome makefiles. 1999-04-02 00:52:08 +00:00
hyatt%netscape.com
313a003250 Tweaking the chrome registry interface. 1999-04-02 00:49:00 +00:00
hyatt%netscape.com
11447c1744 Tweaking the chrome factory. 1999-04-02 00:48:49 +00:00
hyatt%netscape.com
8cb0b0b32f The chrome registry interface. 1999-04-02 00:09:00 +00:00
hyatt%netscape.com
7c99f4c472 Initial makefiles for chrome source files. 1999-04-01 23:47:13 +00:00
hyatt%netscape.com
1b10d0dc66 Initial makefiles for chrome interfaces. 1999-04-01 23:46:50 +00:00
hyatt%netscape.com
4bb2a1211e Tweaked the chrome factory. 1999-04-01 23:46:21 +00:00
hyatt%netscape.com
d43d928d83 Adding more of the basic build infrastructure. 1999-04-01 23:38:07 +00:00
hyatt%netscape.com
b5a9f2502d Beginning the implementation of the chrome registry. 1999-04-01 23:30:48 +00:00
waterson%netscape.com
e16a54d29a Use 'long long' instead of native type for PRTime. 1999-04-01 22:04:33 +00:00
waterson%netscape.com
8e48c3614e Try #2 to land fixes for xpidl stubs: fixed long-long problem. 1999-04-01 22:04:10 +00:00
waterson%netscape.com
4f64e7ffd9 Doh! Let's try that hex-to-int conversion one more time. 1999-04-01 10:07:23 +00:00
waterson%netscape.com
e7911a163e Fix endian-ness dependency. 1999-04-01 09:52:17 +00:00
waterson%netscape.com
4c8ef4452e Added PR_LOGs and made some stuff a little more paranoid. 1999-04-01 09:13:14 +00:00
waterson%netscape.com
2d536dc80f Added PR_LOG calls to debug the InMemoryDataSource. 1999-04-01 08:28:12 +00:00
waterson%netscape.com
ec028e1ef3 Changes for Guha's latest and greatest schema. Handle case where no cookie sent. 1999-04-01 08:08:12 +00:00
waterson%netscape.com
e05312da12 Add xpidl-test-1.xul to list of exports. 1999-04-01 08:07:22 +00:00
waterson%netscape.com
39d17aa7e7 New test for XPIDL stuff. 1999-04-01 08:07:11 +00:00
waterson%netscape.com
64ff84d2b9 Fixed a bug in URL truncation; updated resources and structure to reflect Guha's latest drop. 1999-04-01 08:05:45 +00:00
waterson%netscape.com
b0ddf21d28 Guha's latest and greatest. 1999-04-01 07:56:31 +00:00
waterson%netscape.com
607baa7a31 Fixed refcount bug. 1999-04-01 06:44:50 +00:00
waterson%netscape.com
2041bbcc79 Flip MOZ_BRPROF switch. 1999-04-01 06:40:09 +00:00
waterson%netscape.com
ec23597790 Fixed a case where we weren't handling default namespaces on output. 1999-04-01 05:17:05 +00:00
waterson%netscape.com
d876715ce5 Add brprof to build if MOZ_BRPROF is set. 1999-04-01 05:10:05 +00:00
waterson%netscape.com
edc80f8420 Cleaned this mess up. 1999-04-01 05:09:34 +00:00
waterson%netscape.com
e1644cc242 Initial revision. 1999-04-01 05:08:16 +00:00
waterson%netscape.com
35346dad3a Added browsing profile to the build. 1999-04-01 02:30:51 +00:00
waterson%netscape.com
4293358b74 Check to make sure that you have content in the doc before doing GetElementById(). (This was causing crash in SearchForNodeByID() -- thanks to law@netscape.com for the fix.) 1999-04-01 02:30:03 +00:00
waterson%netscape.com
09fb78fcb4 First Checked In. 1999-04-01 02:03:03 +00:00
vidur%netscape.com
60b09b8c97 Added epilog and prolog to document. 1999-03-31 20:49:42 +00:00
sspitzer%netscape.com
b0a8e7f7d0 changing the static gRDFService to a local variable.
removing the gRefCnt code.
this allows the three pane to work on Linux
1999-03-31 19:22:10 +00:00
slamm%netscape.com
70139f59d3 Show colors for sorting states. Will use icons next. 1999-03-31 19:09:44 +00:00
donm%netscape.com
d4adfbd43d backing out mac bustage. 1999-03-31 16:41:11 +00:00
waterson%netscape.com
452c4821d9 Regenerated files to pick up bug fixes to the -m stub XPIDL compiler. 1999-03-31 06:43:43 +00:00
kipp%netscape.com
6c8a8e4919 landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:54:42 +00:00
jdunn%netscape.com
9959e0cc94 Fix compiler warning (at least on AIX) 1999-03-31 04:20:33 +00:00
waterson%netscape.com
489a4f94fd Bug 4433. Fix XUL content sink to return NS_OK instead of NS_ERROR_UNEXPECTED when it sees too many close tags. 1999-03-31 03:53:46 +00:00
sspitzer%netscape.com
5187470a59 remove a warning
too many warnings, and people will just ignore them
1999-03-30 15:12:32 +00:00
rjc%netscape.com
6356dba9b1 Add "Shortcut URL" column in bookmark window. 1999-03-30 11:41:30 +00:00
rjc%netscape.com
e16abf736b Fix crash when sorting on a column (due to change on how GetTarget() returns errors.) 1999-03-30 11:05:58 +00:00
rjc%netscape.com
08d0b05e70 Add FindBookmarkShortcut() method. 1999-03-30 10:42:55 +00:00
rjc%netscape.com
4b0a833581 Add a column for "URL Shortcuts" and add a few sample shortcuts (for Mac websites) 1999-03-30 10:41:11 +00:00
waterson%netscape.com
99a0e395db Fixed GetTarget() to use new return codes. 1999-03-30 03:58:24 +00:00
sspitzer%netscape.com
59313bf970 initializing some uninitialized variables 1999-03-30 03:07:20 +00:00
waterson%netscape.com
95fe5b64f9 Changed RDF-specific errors to be success rather than error codes. 1999-03-30 02:30:16 +00:00
guha%netscape.com
aa73966da2 changes to directory.rdf 1999-03-30 02:07:02 +00:00
waterson%netscape.com
833f7f782b Made sure to copy data source URI for key in the hashtable. 1999-03-30 01:41:21 +00:00
waterson%netscape.com
e1975708cd Updated for changes to RDF interfaces for scriptability. 1999-03-30 01:15:01 +00:00
waterson%netscape.com
89e53b21e2 Changed RDF progids to use forward-slashes instead of pipes. 1999-03-30 01:09:24 +00:00
waterson%netscape.com
1675e0c378 Added code to initialize XPIDL JS stubs, added nsJSXULDocument into the build, temporarily added the rdf service as an attribute on the XUL document. 1999-03-30 00:38:16 +00:00
waterson%netscape.com
f69aeedb1d Added nsJSXULTreeElement to the build. 1999-03-30 00:05:13 +00:00
waterson%netscape.com
0cf17d4ce5 Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
joki%netscape.com
ef6d2b292d Removing assertion from HandleDOMEvent. New capture/bubble path passes through this func. 1999-03-29 02:29:43 +00:00
joki%netscape.com
e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
rjc%netscape.com
b1467f3bf1 Fix declarative error. 1999-03-28 21:52:31 +00:00
rjc%netscape.com
1c9aa6c8d1 Bookmark datasource now has a public interface. Also, with interface it now
has a new method:  AddBookmark()
1999-03-28 21:33:38 +00:00
rjc%netscape.com
5c32ec9caf Export new interface: nsIBookmarkDataSource.h 1999-03-28 21:32:33 +00:00
ftang%netscape.com
9944eaeed5 add Set/GetWordBreaker to nsIDocument. reviewed and approved by waterson 1999-03-27 00:58:42 +00:00
waterson%netscape.com
e2946fd9b1 Got this building and running again. 1999-03-27 00:30:20 +00:00
waterson%netscape.com
ebc7d5465e Added paranoid check to UnregisterDataSource() in the case that the datasource was never registered & tries to unregister in its destructor. Optimization to GetResource() -- do away with nsString's as they were causing a lot of heap activity. 1999-03-27 00:29:35 +00:00
waterson%netscape.com
7adacca4f2 Added check for null pointer when doing synchronous read. Netlib return codes are bogus. 1999-03-27 00:28:08 +00:00
waterson%netscape.com
abc7486d75 Added SetCookieString() and modified to make it easier to use outside of the browser. 1999-03-27 00:26:40 +00:00
waterson%netscape.com
e4cf20079e Added SetCookieString() method, added one byte (for null termination) to browsing profile cookie size, changed NS_NewBrowsingProfile() signature -- no param. 1999-03-27 00:26:03 +00:00
waterson%netscape.com
c8f51abe9d Added plc to libs and directory.rdf to install. 1999-03-27 00:25:19 +00:00
waterson%netscape.com
f81105da8a Altered NS_NewBrowsingProfile() -- no extra param. 1999-03-27 00:24:46 +00:00
waterson%netscape.com
188fe48279 Initial revision. Not in the browser build. 1999-03-27 00:23:40 +00:00
ramiro%netscape.com
b07b79a055 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
rjc%netscape.com
0105d109d4 Buffer up a line at a time when reading in FTP input. 1999-03-26 07:44:01 +00:00
rjc%netscape.com
34cf08f2d9 Gotta luv Makefiles! 1999-03-26 06:06:16 +00:00
rjc%netscape.com
0e0cfecb0d Add FTP datasource into build. 1999-03-26 05:57:22 +00:00
waterson%netscape.com
28828bd01f Fixed bad merge. 1999-03-26 05:34:36 +00:00
rjc%netscape.com
d1bee60226 More FTP changes. (Not yet in build) 1999-03-26 05:20:25 +00:00
waterson%netscape.com
ad24fe9ead Added some preconditions; changed resource equality test to interface ==. 1999-03-26 04:44:24 +00:00
waterson%netscape.com
65e0d2fdfc Added the _real_ RDF namespace, commented out for now. 1999-03-26 04:43:28 +00:00
waterson%netscape.com
80812f3661 Removed HACK_DONT_USE_LIBREG #ifdef. 1999-03-26 04:43:02 +00:00
waterson%netscape.com
9654f7b3c3 Fixed default namespaces. 1999-03-26 04:42:29 +00:00
waterson%netscape.com
985938caa4 Added assert to scream when the browsing profile can't be loaded. 1999-03-26 04:41:09 +00:00