hyatt%netscape.com
a6009e9791
Adding support for advancing and rewinding the focus using the command dispatcher. r=saari, sr=jst
2001-04-11 03:05:42 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
waterson%netscape.com
4b594dfe63
First checked in; not yet part of the build.
2001-02-21 01:13:03 +00:00
ben%netscape.com
4c4aa35276
bug 56719, support deep merging for XUL overlays; 57108, remove the hidden form
...
from all XUL documents and remove the document.controls collection that
referenced hidden form's elements collection. r=waterson@netscape.com ,
a=hyatt@netscape.com
2001-01-10 01:08:23 +00:00
waterson%netscape.com
49e31fe89d
Bug 61339. Change idlc to generate NS_DEFINE_STATIC_IID_ACCESSOR() macro instead of 'hand rolled' GetIID(). r=jst, sr=brendan
2000-12-21 00:41:00 +00:00
waterson%netscape.com
db77a47909
Bug 61424. Use NS_NO_VTABLE for all idlc-generated interfaces. r=jst, sr=jband
2000-12-19 21:08:55 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
bryner%uiuc.edu
a378511c85
Fixing bug 50058 - too many onSelect firings. r=hyatt.
2000-09-02 18:59:39 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
jst%netscape.com
b3a4ade60d
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
waterson%netscape.com
dd700db4af
Bug 44480. Demote 'width' and 'height' attributes from NSDocument to NSHTMLDocument and XULDocument; make nsHTMLDocument's implementation use the <body> element's frame (instead of the <html> element's frame) to determine metrics. r=jst
2000-08-16 01:04:52 +00:00
hyatt%netscape.com
daefd4a8b7
Fixes to template builder for non-aggressive groveling. r=waterson,a=waterson
2000-07-26 23:56:02 +00:00
hyatt%netscape.com
3431c2f9e4
Fix for 42806. r=waterson
2000-06-21 02:02:24 +00:00
hyatt%netscape.com
47ecc64920
30511. r=ben
2000-06-14 04:50:20 +00:00
hyatt%netscape.com
1447319de7
Updating tree selection. bug#30511. r=danm
2000-06-07 00:01:04 +00:00
hyatt%netscape.com
735b896328
Removing obsolete headers from the build.
2000-05-30 08:07:54 +00:00
saari%netscape.com
d7a2786534
missed this file
2000-05-11 23:08:13 +00:00
waterson%netscape.com
2aac796cb5
Bug 34623. Add 'rebuild()' API to XUL elements.
2000-05-05 23:39:59 +00:00
jst%netscape.com
09556dd1c8
Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now.
2000-04-02 17:46:30 +00:00
hyatt%netscape.com
16fdea9f7b
XUL <textfield> lives!
2000-03-23 22:17:37 +00:00
pinkerton%netscape.com
a290c101d0
saari checking in on pink's machine, fixing build, adding generated DOM idl file
2000-02-26 01:48:04 +00:00
hyatt%netscape.com
aa3b2f2d70
Fix for bug #20764 .
2000-02-12 10:08:52 +00:00
hyatt%netscape.com
32608cd06a
Fix for bug #25675 . More focus memory framework being checked in for the
...
command dispatcher as well.
2000-02-11 00:59:32 +00:00
hyatt%netscape.com
0f660e6f84
Fixes for bugs: 18193, 13971, 23440, 18444, 21462, 21818, 22619, 23498, 24081, and 21972. r=just about everybody.
2000-01-25 06:35:27 +00:00
alecf%netscape.com
8d94f68ba7
expose the form controls in a XUL document in the "controls" DOM attribute
...
this will make prefs and wizards much faster
r=hyatt
2000-01-13 02:59:08 +00:00
alecf%netscape.com
4a01d2ad5a
add new method to ensure that tree content is visible: go through all the presentation shells, and call EnsureRowIsVisible for each tree.
...
also expose a method to get the visible row for a tree - I needed it anyway, figured I might as well expose it from JS.
other half of fix for #12895
r=bryner
2000-01-06 07:54:43 +00:00
hyatt%netscape.com
540fd03206
Massive rewrite of the key binding system and the command dispatcher. Key
...
bindings are now fully hierarchical. In addition, DOM windows, input fields
and textareas can pull their key bindings from a separate XUL file. This
allows configurable key bindings.
Massive rewrite of the command dispatcher system. The command dispatcher now
deals with DOM windows in addition to DOM elements. It now tracks both
successfully and works in conjunction with the new focus/blur architecture.
r=saari
1999-12-08 04:56:56 +00:00
norris%netscape.com
1c4dac85f3
Modify generated dom code to use a enum rather than a string for codesize
...
and efficiency.
Tighten checks on document properties and node properties. Should resolve
several bugs:
18965 document.firstChild vulnerability
19043 document.childNodes vulnerability
19044 document.lastChild vulnerability
r=mstoltz
1999-11-20 07:28:34 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
hyatt%netscape.com
b2564031fe
Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++)
1999-10-14 10:58:25 +00:00
law%netscape.com
be924c200c
Fixes for context menus; a=hyatt (I just pressed the keys he told me to :-)
1999-09-22 06:27:28 +00:00
waterson%netscape.com
2e319c75dd
Bug 13970. Implement 'commandupdater=' attribute to hook up command udpater nodes to the XUL document's command dispatcher. Make API modifications to support command filtering. Some improvements to XUL document to factor out iteration code.
1999-09-17 04:01:46 +00:00
waterson%netscape.com
cdc5abdb40
Persistence, again.
1999-09-03 07:02:25 +00:00
hyatt%netscape.com
05440effd3
Changing focus tracker to be the command dispatcher.
1999-08-25 01:49:24 +00:00
hyatt%netscape.com
7513b7afc1
More selection work.
1999-08-22 06:53:01 +00:00
hyatt%netscape.com
a8d6a9115c
Checking in the selection implementation (with more functions added).
1999-08-22 06:31:00 +00:00
hyatt%netscape.com
c28227eb81
Defining the selection API for the tree widget. Stubbed all of the functions.
...
Now I just have to implement them all.
1999-08-22 06:01:52 +00:00
hyatt%netscape.com
7f859a0884
Adding more to the tree's idl.
1999-08-21 20:23:56 +00:00
hyatt%netscape.com
7a65851a9f
Checking in changes that teach the tree element how to have its own
...
array of selected items and cells.
1999-08-21 19:53:39 +00:00
waterson%netscape.com
a5f6d1fab1
Re-add nsIDOMXULTreeElement.h to the build, pending selection API work.
1999-08-18 02:15:29 +00:00
waterson%netscape.com
f6b84db71a
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
1999-07-27 17:20:28 +00:00
waterson%netscape.com
914b2cade7
Re-add. Wasn't meant to be deleted yet.
1999-07-27 03:03:25 +00:00
waterson%netscape.com
cc5179bcc8
Native builder exorcism. Long live templates.
1999-07-27 02:40:40 +00:00
pinkerton%netscape.com
3a463448b6
Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well.
1999-07-01 00:07:41 +00:00
hyatt%netscape.com
f0a8287f24
More content model tweaks.
1999-06-09 05:45:15 +00:00
hyatt%netscape.com
c66a64c8ab
Woo woo. Focus implementation.
1999-06-08 21:58:55 +00:00
hyatt%netscape.com
ef9e57ca33
Adding the focus tracker to the XUL document.
1999-05-28 20:24:58 +00:00
hyatt%netscape.com
e79a5b7f9e
Added support for document.popup, so that event handlers in popup content
...
can refer to the popup's originating element.
1999-05-15 08:46:14 +00:00
waterson%netscape.com
e545139879
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
waterson%netscape.com
f2cedbe2ab
Bug 5182. Use whitespace instead of ## in NS_FORWARD macros.
1999-04-16 18:08:43 +00:00