rjc%netscape.com
|
a6cbb8eb21
|
Add extra checking to ensure that FindChildByTag() succeeds before using value.
|
1999-05-08 08:39:47 +00:00 |
rjc%netscape.com
|
32b84dcc23
|
Don't compare nsCOMPtrs against nsnull.
|
1999-05-07 21:24:09 +00:00 |
rjc%netscape.com
|
4c3a89fd0b
|
First cut at adding template and rule support for XUL builders.
|
1999-05-07 21:20:33 +00:00 |
waterson%netscape.com
|
10dbd37e4d
|
nsISupportsArray hackery.
|
1999-05-07 19:56:19 +00:00 |
waterson%netscape.com
|
c09e6e6009
|
#include nsIEnumerator, because the decl of nsISimpleEnumerator has moved there.
|
1999-05-07 19:55:44 +00:00 |
briano%netscape.com
|
4eef4b871a
|
Converted 'true' to 'PR_TRUE' so it'll build on Unix.
|
1999-05-07 05:17:30 +00:00 |
kipp%netscape.com
|
ae3a97a715
|
Create an html element factory to use to create html content objects instead of requiring rdf to link with the html dll
|
1999-05-06 19:28:45 +00:00 |
kipp%netscape.com
|
f85c7d58ee
|
Use DOM api's instead of layout private api's
|
1999-05-06 19:28:22 +00:00 |
kipp%netscape.com
|
8e6fe3df91
|
Use component manager to create a css parser
|
1999-05-06 19:28:09 +00:00 |
kipp%netscape.com
|
624abc0d8c
|
We no longer need to link in raptor
|
1999-05-06 19:27:53 +00:00 |
dcone%netscape.com
|
df73d51115
|
fixed an autoString to use the GetUnicode() call
|
1999-05-06 07:42:43 +00:00 |
waterson%netscape.com
|
fe7fe2c9cb
|
Fix compiler warnings. Make -pedantic build again.
|
1999-05-06 06:34:07 +00:00 |
waterson%netscape.com
|
ddd622484c
|
Fix compiler warnings.
|
1999-05-06 06:33:47 +00:00 |
waterson%netscape.com
|
35178a5334
|
Fix off-by-one error, and an infinite loop.
|
1999-05-06 06:32:54 +00:00 |
waterson%netscape.com
|
e7e4b0fb16
|
Obsolete.
|
1999-05-06 05:17:37 +00:00 |
rjc%netscape.com
|
191179bbfd
|
New file: loading.gif
|
1999-05-06 01:19:25 +00:00 |
rjc%netscape.com
|
f1eb290097
|
First Checked In.
|
1999-05-06 01:19:04 +00:00 |
rjc%netscape.com
|
5a70431bf0
|
Add some small NULL checks.
|
1999-05-06 00:38:54 +00:00 |
waterson%netscape.com
|
71e12271b1
|
Obsolete.
|
1999-05-05 03:30:39 +00:00 |
waterson%netscape.com
|
54862e844d
|
Remove nsXULDataSource, which is obsolete.
|
1999-05-05 03:25:16 +00:00 |
waterson%netscape.com
|
5a10c2b3fe
|
Forgot to update MANIFEST, idiot.
|
1999-05-05 03:18:20 +00:00 |
waterson%netscape.com
|
94d552c99e
|
Forgot to update Makefile.in, idiot.
|
1999-05-05 03:18:03 +00:00 |
waterson%netscape.com
|
1380978fbd
|
Add rdfpoll test to the build.
|
1999-05-05 03:15:23 +00:00 |
waterson%netscape.com
|
9ae8a1ff80
|
Juggled interfaces around: they each live in their own .idl file now, which affects headers.
|
1999-05-05 03:14:31 +00:00 |
waterson%netscape.com
|
84760570cf
|
Use new RDFXML datasource APIs.
|
1999-05-05 03:14:06 +00:00 |
waterson%netscape.com
|
6febc722fd
|
Add resources directory to the build: it has its own makefile now.
|
1999-05-05 03:13:39 +00:00 |
waterson%netscape.com
|
99f960ed5e
|
Add polling!
|
1999-05-05 03:12:54 +00:00 |
waterson%netscape.com
|
4cfa8ff7f4
|
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
|
972df3e5fd
|
Remove nsXULDataSource.cpp from the build: it's obsolete. Re-factor interfaces into individual .idl files.
|
1999-05-05 03:11:23 +00:00 |
waterson%netscape.com
|
4c9acf711d
|
Bug 5853. Fix vanishing bookmark titles problem: need to re-query graph on update.
|
1999-05-05 03:10:25 +00:00 |
waterson%netscape.com
|
8d3ff0f53b
|
Factor interfaces into individual .idl files.
|
1999-05-05 03:09:50 +00:00 |
waterson%netscape.com
|
8224e41a78
|
Factor interfaces into individual .idl files. Add purge support and re-load support to RDF/XML datasource.
|
1999-05-05 03:09:12 +00:00 |
waterson%netscape.com
|
fa278583c8
|
Factored interfaces into individual .idl files. Here's the fallout: now all the headers here are generated. nsRDFInterfaces.h #includes them all.
|
1999-05-05 03:08:42 +00:00 |
waterson%netscape.com
|
5652645b50
|
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
|
f84cbd4faf
|
Initial revision.
|
1999-05-05 02:58:03 +00:00 |
waterson%netscape.com
|
2f645cee3a
|
Bug 5937. (Well, related to it.) Fixed a bug-waiting-to-happen-with-forms. Make sure we _get_ the resource before we try to release it.
|
1999-05-05 02:44:49 +00:00 |
waterson%netscape.com
|
722511bdf1
|
Initial revision.
|
1999-05-05 01:15:01 +00:00 |
waterson%netscape.com
|
efa352799a
|
Unclump interfaces into individual files.
|
1999-05-05 00:48:15 +00:00 |
waterson%netscape.com
|
02d6a44602
|
Unclumped interfaces into individual files.
|
1999-05-05 00:47:38 +00:00 |
hyatt%netscape.com
|
e4b0beec4c
|
Switching over to nsIEventQueues. Adding support for onunload, onabort, and
onerror. Adding support for event capturing through script. Adding support
for robust error-checking in the chrome registry.
|
1999-05-04 23:32:25 +00:00 |
waterson%netscape.com
|
3da7fda0e1
|
Added rules.mk. Whoops.
|
1999-05-04 20:02:22 +00:00 |
waterson%netscape.com
|
aea5f896c9
|
Initial revision.
|
1999-05-04 19:42:02 +00:00 |
waterson%netscape.com
|
87eb82d5ef
|
Fixed install directive.
|
1999-05-04 18:58:55 +00:00 |
waterson%netscape.com
|
023b430ffb
|
Initial revision.
|
1999-05-04 18:58:43 +00:00 |
waterson%netscape.com
|
e272b2e1de
|
Initial revision.
|
1999-05-04 18:27:31 +00:00 |
waterson%netscape.com
|
d0ca9f4302
|
Clean up includes.
|
1999-05-04 05:29:20 +00:00 |
rickg%netscape.com
|
6dbe8b21ed
|
fixed nsString2 API mismatch
|
1999-05-04 05:09:48 +00:00 |
waterson%netscape.com
|
a3604b7e94
|
Re-factored into individual interfaces.
|
1999-05-04 03:37:07 +00:00 |
waterson%netscape.com
|
0e6d8ebdba
|
Bug 5679. Fix leak from XPConnect glue.
|
1999-05-04 03:32:12 +00:00 |
waterson%netscape.com
|
11098fd092
|
Bug 4725. Use PRUnichar for bookmark titles. r=rjc,a=chofmann
|
1999-05-01 19:32:57 +00:00 |
waterson%netscape.com
|
67367db890
|
Bug 4805. Re-wrote to be more paranoid. r=rjc,a=chofmann
|
1999-04-30 23:14:30 +00:00 |
matt%netscape.com
|
82d6fa5897
|
Taking block out of sidebar.css to allow for collapsible toolbars
|
1999-04-30 20:29:17 +00:00 |
waterson%netscape.com
|
1417f27315
|
Bug 5695. RDF needs UPPER CASE ID, not lower case id. This was confusing XUL and causing an assert when the node map was dumped.
|
1999-04-30 20:11:39 +00:00 |
waterson%netscape.com
|
fadbf6633e
|
Bug 5741, part II. Need to be able to 'get the text' of a null node now, also.
|
1999-04-30 19:53:19 +00:00 |
waterson%netscape.com
|
b20db9e2b0
|
Bug 5741. Always create a text content node so that subsequent calls to set the cell's value work. r=hyatt,a=choffman.
|
1999-04-30 18:47:43 +00:00 |
pinkerton%netscape.com
|
1680448437
|
pinkerton/scc. appr chofmann. Bug #4127, et al. Fixing ownership models (more work to come).
|
1999-04-30 09:04:36 +00:00 |
waterson%netscape.com
|
2a062180d1
|
Bug 5637. Don't release each observer in the destructor, because we only hold a weak ref to it. r=rjc,a=chofmann.
|
1999-04-29 04:20:14 +00:00 |
waterson%netscape.com
|
99ad51582d
|
Bug 5490 et al. Don't include local store in XUL document composite datasource until we have XUL syntax for deciding what attributes and elements are shared. r=hyatt, a=chofmann
|
1999-04-28 20:46:53 +00:00 |
rjc%netscape.com
|
8315e6fde0
|
Add some more nsCOMPtrs to fix leakage.
|
1999-04-28 07:03:11 +00:00 |
waterson%netscape.com
|
7580cac5b1
|
Added some PR_LOG stuff to help debug leaks.
|
1999-04-28 06:24:19 +00:00 |
waterson%netscape.com
|
db5ad72a02
|
Fix leak of composite datasource on each sort.
|
1999-04-28 06:23:21 +00:00 |
bruce%cybersight.com
|
25345b7651
|
Remove -lnetlib from link lines. Not needed.
|
1999-04-28 05:30:09 +00:00 |
waterson%netscape.com
|
5808d55c70
|
Fixed the text of a debug log message.
|
1999-04-28 04:19:28 +00:00 |
waterson%netscape.com
|
adb997b56f
|
Made sure that the composite datasource cursor returns unique elements.
|
1999-04-28 02:42:31 +00:00 |
waterson%netscape.com
|
c716be445f
|
Added install lines for icons.
|
1999-04-28 02:41:27 +00:00 |
waterson%netscape.com
|
c8956a6041
|
Added flash-panel specific icons so this is prettier to look at. It's still just demo-ware, though.
|
1999-04-28 02:41:10 +00:00 |
rjc%netscape.com
|
4587859d86
|
Fix typo on XP_MAC.
|
1999-04-28 01:53:01 +00:00 |
rjc%netscape.com
|
9d9aedb786
|
If the "IE Favorites" root node already exists in bookmarks.html, don't re-add it.
|
1999-04-28 01:51:36 +00:00 |
rjc%netscape.com
|
5eef4002d5
|
Oops... don't compare against nsnull.
|
1999-04-28 01:01:06 +00:00 |
rjc%netscape.com
|
22b8b32505
|
We now write out "bookmarks.html" on a Flush().
|
1999-04-28 00:58:59 +00:00 |
ftang%netscape.com
|
2e97bf7dcc
|
change S/GetDocumentCharacterSet method for nsIDocument interface.
|
1999-04-27 21:49:25 +00:00 |
matt%netscape.com
|
dcfd3b5d16
|
Changing target window to content frame
|
1999-04-27 21:49:20 +00:00 |
ftang%netscape.com
|
37a1e14fc9
|
pass default charset info to parser
|
1999-04-27 21:33:36 +00:00 |
matt%netscape.com
|
e366e84851
|
Changing Alerts to top and bookmark to the bottom
|
1999-04-27 21:32:32 +00:00 |
matt%netscape.com
|
e7ae67b58e
|
Adding sidebarcontainer.xul to rdf resources
|
1999-04-27 21:21:47 +00:00 |
matt%netscape.com
|
9ce0332416
|
Adding container window for sidebar content
|
1999-04-27 21:20:33 +00:00 |
matt%netscape.com
|
84cc43a261
|
Adding sdiebar chrome style
|
1999-04-27 21:19:26 +00:00 |
waterson%netscape.com
|
fd21497373
|
Fixed pseudo-profile-url-hack.
|
1999-04-27 19:50:57 +00:00 |
waterson%netscape.com
|
48de941659
|
Added remote-flash-3.rdf to install.
|
1999-04-27 19:50:39 +00:00 |
waterson%netscape.com
|
ca3aba39b7
|
Added flash resources to install.
|
1999-04-27 19:26:31 +00:00 |
waterson%netscape.com
|
abb29e889b
|
Initial revision.
|
1999-04-27 19:24:38 +00:00 |
rjc%netscape.com
|
39529fdcbc
|
Give imported IE Favorites their own icon type (and associated CSS style) so that they can have their own distinct icons.
|
1999-04-27 07:38:19 +00:00 |
rjc%netscape.com
|
c00e5c1469
|
Export IE Favorite icon to DIST area.
|
1999-04-27 07:37:24 +00:00 |
rjc%netscape.com
|
8c3abe5534
|
Add IE Favorite icon.
|
1999-04-27 07:36:51 +00:00 |
waterson%netscape.com
|
facffa6517
|
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
|
9657bfa0eb
|
Removed a obsolete container routines.
|
1999-04-27 06:27:52 +00:00 |
waterson%netscape.com
|
ecd900302b
|
Add container classes.
|
1999-04-27 05:54:22 +00:00 |
waterson%netscape.com
|
b6bd7f337e
|
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
|
3f3dced3eb
|
Land RDF_19990426_BRANCH, which extracted some static C++ routines for manipulating RDF containers into bona fide interfaces. Also, fix a memory leak in the nsElementMap: be sure to hold a reference to the resource that is the key.
|
1999-04-27 05:53:53 +00:00 |
rjc%netscape.com
|
2f3ff86b87
|
Remove debugging crap.
|
1999-04-27 05:12:10 +00:00 |
davidm%netscape.com
|
50cc808ebf
|
Add nsIWindowMediator.h
|
1999-04-27 02:57:45 +00:00 |
davidm%netscape.com
|
786340eefc
|
First Checked In.
|
1999-04-27 02:57:22 +00:00 |
rjc%netscape.com
|
820bdab28b
|
Use nsSpecialSystemDirectory to determine Windows IE Favorites folder instead of using static "file:///C|/WINDOWS/Favorites/" path.
Thanks to michael.lowe@bigfoot.com for the patch here and to nsSpecialSystemDirectory code.
|
1999-04-27 02:56:07 +00:00 |
rjc%netscape.com
|
97394120ab
|
Give separators a default name (some dashes).
|
1999-04-27 02:36:22 +00:00 |
rjc%netscape.com
|
38a75ee0a4
|
Added support for smart-sorting, whereby for example in bookmarks, when sorting on the name column, we'll sort in-between separators.
|
1999-04-27 02:28:12 +00:00 |
rjc%netscape.com
|
6fb51639ac
|
More change for nsISupportsArray usage.
|
1999-04-27 01:48:37 +00:00 |
rjc%netscape.com
|
3828abdb73
|
Separator support.
|
1999-04-27 01:33:34 +00:00 |
waterson%netscape.com
|
ec6372c9ce
|
Temporary hack to copy typelibs to components dir so XPConnect works.
|
1999-04-26 23:29:55 +00:00 |
waterson%netscape.com
|
f2b911518b
|
Backed up a change I thought was on a branch.
|
1999-04-26 23:18:51 +00:00 |
waterson%netscape.com
|
2ef222ba3a
|
Temporary hacking to get XPT files installed on Win32.
|
1999-04-26 22:49:40 +00:00 |
waterson%netscape.com
|
eeefd9bf16
|
Add container classes.
|
1999-04-26 22:39:31 +00:00 |
waterson%netscape.com
|
b462b5628f
|
Initial revision.
|
1999-04-26 18:46:36 +00:00 |
waterson%netscape.com
|
c6c5c3567a
|
Added nsIRDFContainer and nsIRDFContainerUtils to replace the old C versions in rdfutil.
|
1999-04-26 18:45:59 +00:00 |
waterson%netscape.com
|
328cfbabc3
|
Added nsIRDFContainer and nsIRDFContainerUtils.
|
1999-04-26 18:45:14 +00:00 |
waterson%netscape.com
|
974918406a
|
Add sanity checks.
|
1999-04-26 18:41:10 +00:00 |
waterson%netscape.com
|
03e0c09c6f
|
Add sanity checks. Bug 5411, fix off-by-one in destructor loop initializer.
|
1999-04-26 18:40:53 +00:00 |
waterson%netscape.com
|
6bd3e1a899
|
Bug 5411. Fixed off-by-one in loop initialzer.
|
1999-04-26 18:40:06 +00:00 |
waterson%netscape.com
|
8a72ad61c3
|
Added parameter checks. Updated return codes.
|
1999-04-26 18:07:54 +00:00 |
bruce%cybersight.com
|
ff745bb2cd
|
Fix for calls to nsFileSpec::GetLeafName(). It allocates memory with strdup(), so use free() and not delete[].
|
1999-04-25 13:27:36 +00:00 |
rjc%netscape.com
|
2244766914
|
Don't need to add rdfcore into AppCoresManager... as its now done automatically by the Init() call.
|
1999-04-24 10:15:06 +00:00 |
rjc%netscape.com
|
789da023e2
|
Switch over to using nsISupportsArray instead of nsVoidArray to fix refcnt'ing issue with pulsing code.
|
1999-04-24 09:42:03 +00:00 |
rjc%netscape.com
|
6176d06114
|
Fix file system datasource after Chris' landing.
|
1999-04-24 09:28:50 +00:00 |
rjc%netscape.com
|
7a2ec7d76d
|
Fix related links after Chris' landing.
|
1999-04-24 09:07:02 +00:00 |
sfraser%netscape.com
|
634d0ee855
|
Fix out param typo.
|
1999-04-24 05:53:00 +00:00 |
sfraser%netscape.com
|
ac4dbbc171
|
Fix library creator code
|
1999-04-24 03:20:44 +00:00 |
sfraser%netscape.com
|
97e8a1421c
|
Fix creator code of shared libs
|
1999-04-24 03:18:19 +00:00 |
waterson%netscape.com
|
4dac3b7dc6
|
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
|
218ae540b7
|
hasAssertion() should return NS_OK irregardless of whether it actually has the assertion or not (instead of returning NS_ERROR_FAILURE if it it doesn't have the assertion).
|
1999-04-24 01:11:44 +00:00 |
rjc%netscape.com
|
a9bf98a696
|
Added new CSS rules for default documents/containers.
|
1999-04-24 00:40:27 +00:00 |
rjc%netscape.com
|
fa4f98841c
|
Export new "document.gif" icon to DIST area.
|
1999-04-24 00:39:06 +00:00 |
rjc%netscape.com
|
68295dd904
|
Adding a new default document icon.
|
1999-04-24 00:35:45 +00:00 |
hyatt%netscape.com
|
3b5a88682c
|
Making the sidebar not wrap.
|
1999-04-23 22:56:00 +00:00 |
scc%netscape.com
|
9991958e76
|
s/false/0/ in my do-while
|
1999-04-23 19:03:01 +00:00 |
scc%netscape.com
|
5577a91851
|
added interfaces
|
1999-04-23 17:50:12 +00:00 |
putterman%netscape.com
|
1744162688
|
removed fix for memory leak until we can fix other ref counting problems.
|
1999-04-23 17:46:25 +00:00 |
akkana%netscape.com
|
a40feb09c3
|
Fixing linux build bustage
|
1999-04-23 17:15:58 +00:00 |
scc%netscape.com
|
47c014affa
|
fixed type
|
1999-04-23 16:51:45 +00:00 |
scc%netscape.com
|
1291d03e17
|
added ability to create a XUL document from a stream; consequently factored some existing routines
|
1999-04-23 16:48:33 +00:00 |
scc%netscape.com
|
d9cf5c693d
|
Adding new interfaces
|
1999-04-23 16:35:05 +00:00 |
scc%netscape.com
|
a2c61867c6
|
First Checked In.
|
1999-04-23 16:33:54 +00:00 |
rjc%netscape.com
|
857cea3cdf
|
Checking in Scott Putterman's changes to use nsISupportsArray instead of a void array.
|
1999-04-23 08:32:42 +00:00 |
chuang%netscape.com
|
b2780865d5
|
add address book entry
|
1999-04-23 06:35:54 +00:00 |
donm%netscape.com
|
cd8dd17c44
|
backing out hyatt's change
|
1999-04-22 22:35:05 +00:00 |
hyatt%netscape.com
|
5db6ae6564
|
Added error-checking to track the build problem on the Mac (and possibly Linux).
|
1999-04-22 22:00:04 +00:00 |
rickg%netscape.com
|
a628b6cf72
|
sync up with nsString2.cpp
|
1999-04-22 17:08:36 +00:00 |
rjc%netscape.com
|
c6fb61b36c
|
Typo.
|
1999-04-22 11:11:33 +00:00 |
rjc%netscape.com
|
8f9d7e7511
|
Save file as text.
|
1999-04-22 10:56:15 +00:00 |
rjc%netscape.com
|
40dcad395e
|
Save as text files.
|
1999-04-22 10:50:48 +00:00 |
rjc%netscape.com
|
ab122077e4
|
Adding support for "Related Links".
|
1999-04-22 10:46:28 +00:00 |
warren%netscape.com
|
c289c670cd
|
Added Write(nsIInputStream) and Flush to nsIOutputStream.
|
1999-04-22 07:31:03 +00:00 |
rickg%netscape.com
|
8551ad66c9
|
update to sync with nsString2
|
1999-04-22 06:13:43 +00:00 |
rickg%netscape.com
|
ad10a964e8
|
update to sync with nsString2
|
1999-04-22 06:06:17 +00:00 |
rickg%netscape.com
|
a4545edb43
|
update to sync with nsString2
|
1999-04-22 05:57:36 +00:00 |
waterson%netscape.com
|
b5d131d77b
|
Got rid of unncessary use of RDF_DEFINE_VOCAB macro.
|
1999-04-22 03:16:55 +00:00 |
waterson%netscape.com
|
bbaed3e9ea
|
Added some missing addrefs.
|
1999-04-22 03:16:09 +00:00 |
waterson%netscape.com
|
c38c7baa16
|
Fixed a nsIRDFResource leak.
|
1999-04-22 03:15:27 +00:00 |
waterson%netscape.com
|
1649adf83e
|
Made all interfaces 'scriptable' to generate a usable typelib.
|
1999-04-22 03:14:20 +00:00 |
sfraser%netscape.com
|
07cfc3750f
|
Install resources inside 'default' directory in content, skin etc.
|
1999-04-22 02:57:57 +00:00 |
cmanske%netscape.com
|
21f839758e
|
Fixed error in editor chrome entry
|
1999-04-21 20:43:33 +00:00 |
sfraser%netscape.com
|
54b75cae7d
|
Fix malformed chrome RDF
|
1999-04-21 19:19:40 +00:00 |
cmanske%netscape.com
|
f16044cdd0
|
Added new editor chrome support
|
1999-04-21 18:51:43 +00:00 |
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 |