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 |
|
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 |
|
hyatt%netscape.com
|
7a42fde013
|
key event support in handledomevent
|
1999-04-03 01:12:57 +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
|
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 |
|
vidur%netscape.com
|
60b09b8c97
|
Added epilog and prolog to document.
|
1999-03-31 20:49:42 +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 |
|
waterson%netscape.com
|
99a0e395db
|
Fixed GetTarget() to use new return codes.
|
1999-03-30 03:58:24 +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 |
|
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
|
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 |
|
ftang%netscape.com
|
9944eaeed5
|
add Set/GetWordBreaker to nsIDocument. reviewed and approved by waterson
|
1999-03-27 00:58:42 +00:00 |
|
ramiro%netscape.com
|
b07b79a055
|
Fix indiscriminate debug comment spewage.
|
1999-03-26 11:34:21 +00:00 |
|
briano%netscape.com
|
2f105ae044
|
Handle NO_STATIC_LIB being set, when all this file does is create a static library.
|
1999-03-25 21:10:22 +00:00 |
|
peterl%netscape.com
|
92aa94c345
|
set default attribute style hint to content
|
1999-03-25 06:32:09 +00:00 |
|
vidur%netscape.com
|
695fabe1b5
|
Implemented ID targetting for HTML in XML documents. Changed name of GetNameSpacePrefix to avoid clash.
|
1999-03-20 01:51:00 +00:00 |
|
rjc%netscape.com
|
dfbfd28db5
|
Remove const.
|
1999-03-19 01:56:21 +00:00 |
|
rjc%netscape.com
|
6bd92ecea0
|
When sorting (not natural order), first ask for a slightly modified target value. This allows a datasource to detect when a value is being asked for sorting purposes and can be smart... for example, a mail datasource could strip off the "Re:" on mail messages.
|
1999-03-19 01:52:18 +00:00 |
|
waterson%netscape.com
|
e1e2ae2c5e
|
Bug 3978. Removed warning: it was silly. This happens all the time for HTML content in a XUL document.
|
1999-03-18 23:04:58 +00:00 |
|
hyatt%netscape.com
|
f015e3ae42
|
Fixes for the mouseover toolbar button problem. Approved by Chris.
|
1999-03-18 21:18:00 +00:00 |
|
waterson%netscape.com
|
4448c809b6
|
Fixed nsCOMPtr bustage. Friggin' windows compiler.
|
1999-03-18 21:03:01 +00:00 |
|
waterson%netscape.com
|
bd152bda2b
|
Cleaned up code that mutates an element's ID, modulo bug 3971.
|
1999-03-18 20:46:02 +00:00 |
|
hyatt%netscape.com
|
d5989bccd6
|
Changes to fix the Bookmarks menu crashing problem.
|
1999-03-15 05:36:13 +00:00 |
|
hyatt%netscape.com
|
8a2617aabc
|
Menus are much closer now.
|
1999-03-13 00:31:05 +00:00 |
|
hyatt%netscape.com
|
d3c5cc49f3
|
On the road to making the bookmarks menu work properly.
|
1999-03-13 00:08:25 +00:00 |
|
waterson%netscape.com
|
4666f0968a
|
Bug 3529: re-rooting the tree. Added code in the generic content builder that notices changes to the 'id=' attribute and reconstructs the tree from a new resource when the object's identity is changed. Also, renamed the nsRDFGenericBuilder::IsWidgetElement() to IsFolderOrItem(), because that's what it's doing.
|
1999-03-12 22:20:34 +00:00 |
|
putterman%netscape.com
|
0cff9e55b8
|
comment out NS_ERROR in remove
|
1999-03-12 13:13:58 +00:00 |
|
waterson%netscape.com
|
fd6693c5a2
|
More nsCOMPtr bustage. !@$!%!@ Mac.
|
1999-03-12 10:29:11 +00:00 |
|
waterson%netscape.com
|
390be57079
|
Fixed nsCOMPtr bustage on Mac.
|
1999-03-12 10:24:42 +00:00 |
|
waterson%netscape.com
|
b258cdbea3
|
Added note on making fns virtual.
|
1999-03-12 10:09:51 +00:00 |
|
waterson%netscape.com
|
587c81faba
|
Added precondition checks to DOM observer APIs.
|
1999-03-12 10:09:26 +00:00 |
|
waterson%netscape.com
|
2d87bf73bc
|
Fixed bug with ambiguity that may occur in calls to RDFTreeBuilderImpl::RemoveWidgetItem(); implemented OnRemoveChild() DOM observer.
|
1999-03-12 10:09:07 +00:00 |
|
rjc%netscape.com
|
68ed3db323
|
Only set container='true' when something is really a container.
|
1999-03-12 08:49:26 +00:00 |
|
waterson%netscape.com
|
9948afecc3
|
Renamed IsWidgetProperty() to IsContainmentProperty(), added RemoveWidgetItem() call and hooked it up in the generic builder.
|
1999-03-12 08:13:14 +00:00 |
|
hyatt%netscape.com
|
816a74efd1
|
Changing the name of the include tag.
|
1999-03-12 05:22:19 +00:00 |
|
hyatt%netscape.com
|
eafe35fb02
|
XUL fragments live!
|
1999-03-12 05:21:25 +00:00 |
|
waterson%netscape.com
|
1289e9ff7b
|
Use xul:titledbutton instead of xul:treeicon for now.
|
1999-03-11 23:59:26 +00:00 |
|
waterson%netscape.com
|
f55d2b7309
|
Fixed build: capitalization error.
|
1999-03-11 22:32:44 +00:00 |
|
hyatt%netscape.com
|
5fee22456d
|
Adding in the new document info class and tweaking the builder so that
it knows how to use it.
|
1999-03-11 19:49:32 +00:00 |
|
hyatt%netscape.com
|
ae4febb7f6
|
Helper class for handling of XUL fragments.
|
1999-03-11 19:48:43 +00:00 |
|
rjc%netscape.com
|
b8e70b1743
|
Comment out NS_PRECONDITION on mDocument.
|
1999-03-11 12:07:49 +00:00 |
|
rjc%netscape.com
|
eb6bc84a7b
|
Better, smarter sorting implementation.
|
1999-03-11 12:01:47 +00:00 |
|
hyatt%netscape.com
|
b2fa4f5976
|
Tweaks related to XUL fragments.
|
1999-03-10 23:31:26 +00:00 |
|
rjc%netscape.com
|
400bd8b309
|
Small sort fix.
|
1999-03-10 22:02:25 +00:00 |
|