jfrancis%netscape.com
eaed4a3df3
exposing on-the-fly switchability between pre and post order iterors in the interface. exposing PositionAt in the interface.
1999-03-23 11:54:52 +00:00
jfrancis%netscape.com
6e49aa0132
phase one of on-the-fly support for switching between pre and post order iteration. needed by text services.
1999-03-23 10:30:24 +00:00
beard%netscape.com
bccc7dd505
new implementation of GetScriptObject, returns a script object that is a wrapper for the Java applet object, whose prototype points to the standard DOM element object. This allows the applet's public fields to shadow the DOM properties. only turned on for XP_MAC.
1999-03-21 20:48:49 +00:00
pierre%netscape.com
ed955aafcf
#3974 "mac crashes when hitting return to submit form"
1999-03-21 04:35:01 +00:00
kipp%netscape.com
9695ca7feb
Table's, tr's, td's and th's now support navigators background attribute properly including backgrounds impacted by BASE tags - bug #2020
1999-03-20 15:42:21 +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
kipp%netscape.com
3f70099584
Support html4 type attribute
1999-03-20 01:32:48 +00:00
tague%netscape.com
6e19645586
Added support for basic Japanese input on Win32
1999-03-19 23:36:20 +00:00
kipp%netscape.com
ad0c53ce94
Handle background attribute better
1999-03-19 23:09:29 +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
nisheeth%netscape.com
ae377bdba5
Fix for bug 3584.
...
Change coded by vidur. Reviewed by me. Document.written documents now get
a default "about:blank" url assigned to them. This fixes crash bugs associated
with other code assuming that all documents have non-null urls.
Approved by chofmann.
1999-03-19 01:41:09 +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
kipp%netscape.com
45fde9019e
Fixed bug #3597 - lower case alpha/roman bullets
1999-03-18 21:01:52 +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
pnunn%netscape.com
687b1f8de3
Fix for bugz#3858. View-images were decoding twice. M3, pnunn@netscape.com
...
Reviewed by kipp@netscape.com .
1999-03-17 00:13:31 +00:00
joki%netscape.com
9e6f6e3820
Fix for bug 3553, links on Linux
1999-03-15 23:44:15 +00:00
hyatt%netscape.com
4c62785eab
Changes to fix the bookmarks menu crashing problem.
1999-03-15 05:39:04 +00:00
hyatt%netscape.com
d5989bccd6
Changes to fix the Bookmarks menu crashing problem.
1999-03-15 05:36:13 +00:00
kostello%netscape.com
33b523aed4
Added implementation for nsIHTMLContentSink::DoFragment()
1999-03-15 05:11:43 +00:00
karnaze%netscape.com
2c2f89ba0c
removed code to set margins on radio buttons and checkboxes. It is now done using attribute selectors in ua.css.
1999-03-14 17:39:58 +00:00
buster%netscape.com
e758191f6c
added a debug-only printf warning if the char code returned is 0
1999-03-14 04:10:55 +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
b258cdbea3
Added note on making fns virtual.
1999-03-12 10:09:51 +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
eafe35fb02
XUL fragments live!
1999-03-12 05:21:25 +00:00
troy%netscape.com
c6c4afe1b6
Fixed MapDeclarationInto() so it correctly handles 'min-width', 'max-width',
...
'min-height', and 'max-height'
1999-03-11 20:29:02 +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
troy%netscape.com
e5223eb70a
Patch from Bruce Mitchener (bruce@sybersight.com) that fixes incorrect
...
use of delete operator
1999-03-11 15:21:46 +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
troy%netscape.com
158ed075a4
Patch from Bruce Mitchener (bruce@cybersight.com) that fixes unitialized
...
memort error
1999-03-11 05:56:11 +00:00
nisheeth%netscape.com
42b362f298
- Beautified error reporting of expat errors. We now don't just dump the error text out as nodes. We create the parsererror and sourcetext HTML nodes that can be styled via ua.css.
1999-03-11 05:29:36 +00:00
nisheeth%netscape.com
acf5451120
- changing ua.css to add style rules for the 'parsererror' and 'sourcetext' elements.
...
- added eHTMLTag_parsererror, eHTMLTag_sourcetext to the set of HTML tags.
- These tags are used within XML documents to show errors from expat.
1999-03-11 05:26:53 +00:00
joki%netscape.com
2874bb3300
Adding DOM access to new character information
1999-03-11 00:07:59 +00:00
rjc%netscape.com
400bd8b309
Small sort fix.
1999-03-10 22:02:25 +00:00
waterson%netscape.com
814b4b5526
Added GetResource() to XULElement.
1999-03-10 20:20:52 +00:00
hyatt%netscape.com
dce8a87ab7
Working on XUL fragments.
1999-03-10 20:05:12 +00:00
mcafee%netscape.com
73bf3f79fd
Solaris doesn't like the dangling semi-colon after NS_DECL_ISUPPORTS_INHERITED macro.
1999-03-10 10:52:50 +00:00
rjc%netscape.com
ee1810d07b
Cast away! and changed a few .Equals() to now be .EqualsIgnoreCase()
1999-03-10 09:41:07 +00:00
waterson%netscape.com
6782447db0
Aggregate nsIDOMXULTreeElement interface onto nsRDFElement. Scriptability #ifdef-ed out.
1999-03-10 08:50:27 +00:00
waterson%netscape.com
82b8b77f3c
Fix build bustage, not really sure what this is supposed to be doing.
1999-03-10 08:11:28 +00:00
waterson%netscape.com
118b7116cb
Fixed header files to work outside the XPIDL world for now.
1999-03-10 07:12:42 +00:00
rjc%netscape.com
e4b04ae90f
Small changes to sorting code to prepare for sorting on id attribute.
1999-03-10 07:07:10 +00:00
waterson%netscape.com
040e629119
Landed on tip.
1999-03-10 05:37:31 +00:00
hyatt%netscape.com
bf1ce3afd5
Landing the initial changes to support XUL fragments.
1999-03-10 01:37:31 +00:00