pollmann%netscape.com
|
76aa2f7fc9
|
Bug 12513: Fix typo (win build bustage).
git-svn-id: svn://10.0.0.236/trunk@61546 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-02-24 00:24:10 +00:00 |
|
pollmann%netscape.com
|
3a06ba4766
|
Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg
git-svn-id: svn://10.0.0.236/trunk@61524 18797224-902f-48f8-a5cc-f745e15eee43
|
2000-02-23 22:38:00 +00:00 |
|
vidur%netscape.com
|
e8816c32e3
|
Fix for bug 18840. Radio button groups are now reflected as collections in a form's namespace. Added nsIDOMHTMLFormControlList interface and special handling for namedItem method that return a jsval. a=dagley r=pollmann
git-svn-id: svn://10.0.0.236/trunk@56330 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-12-22 01:48:47 +00:00 |
|
buster%netscape.com
|
a5b61285a7
|
bug 2253. added controller to html text input
r = kmcclusk, norris
git-svn-id: svn://10.0.0.236/trunk@54909 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-12-01 15:11:33 +00:00 |
|
buster%netscape.com
|
0914a1cddd
|
DOM extension for exposing text areas to XUL
bug 12022, r=rickg
git-svn-id: svn://10.0.0.236/trunk@53971 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-19 07:18:25 +00:00 |
|
dmose%mozilla.org
|
92d791b7b0
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-06 03:40:37 +00:00 |
|
cyeh%netscape.com
|
cfce14ff56
|
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
git-svn-id: svn://10.0.0.236/trunk@45405 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-09-01 01:13:14 +00:00 |
|
vidur%netscape.com
|
cc254c45f5
|
jsval can now be a parameter or return type. Got rid of unused variable warnings. Fixed secMan leak. Removed nsIDOMHTMLBlockQuote.h
git-svn-id: svn://10.0.0.236/trunk@44764 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-08-27 06:11:39 +00:00 |
|
hoa.nguyen%intel.com
|
212162f2a2
|
Added nsIDOMHTMLEmbedElement.h to exports.
git-svn-id: svn://10.0.0.236/trunk@42671 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-08-07 21:54:55 +00:00 |
|
pollmann%netscape.com
|
0af1f8f6d1
|
Bug 2195: select[n] == select.options[n], new header for nonstandard DOM interface
git-svn-id: svn://10.0.0.236/trunk@35665 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-06-16 05:02:21 +00:00 |
|
waterson%netscape.com
|
3fef74e475
|
Remove dependency from clobber rule.
git-svn-id: svn://10.0.0.236/trunk@33576 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-06-03 20:48:13 +00:00 |
|
waterson%netscape.com
|
095d917a3a
|
Single public include directory on Win32.
git-svn-id: svn://10.0.0.236/trunk@33538 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-06-03 18:34:27 +00:00 |
|
vidur%netscape.com
|
b45891b379
|
Added layers interface.
git-svn-id: svn://10.0.0.236/trunk@31924 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-05-17 21:15:06 +00:00 |
|
vidur%netscape.com
|
fdd75c6ce2
|
Added Option constructor and resultant nsIDOMOption interface
git-svn-id: svn://10.0.0.236/trunk@30189 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-05-04 20:47:00 +00:00 |
|
joki%netscape.com
|
f1462f4d55
|
Reworking internal event code to use nsIFrame::GetFrameForPoint
Adding new functionality through nsEventStateManager (cursor change, enter/exit events, tab navig)
git-svn-id: svn://10.0.0.236/trunk@14864 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-11-18 05:25:26 +00:00 |
|
vidur%netscape.com
|
a0e09b1568
|
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
git-svn-id: svn://10.0.0.236/trunk@13207 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-10-20 17:07:23 +00:00 |
|
vidur%netscape.com
|
894b6b95ba
|
Added FieldSetElement interface
git-svn-id: svn://10.0.0.236/trunk@11113 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-25 23:23:53 +00:00 |
|
vidur%netscape.com
|
833ee5f0d5
|
Added stopgap code for aliased constructors
git-svn-id: svn://10.0.0.236/trunk@9854 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-11 18:05:11 +00:00 |
|
vidur%netscape.com
|
55b6f5c540
|
Better support for interface families in the IDL (named elements). Netscape interfaces for HTMLDocument and HTMLFormElement (for backwards compatibility.
git-svn-id: svn://10.0.0.236/trunk@7587 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-08-07 23:01:52 +00:00 |
|
scullin%netscape.com
|
1aba8c9108
|
Fix win95 build bustage.
git-svn-id: svn://10.0.0.236/trunk@6199 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-07-22 23:21:23 +00:00 |
|
vidur
|
fa88168f3b
|
Added HTML idl definitions. Changed directory structure in src
git-svn-id: svn://10.0.0.236/trunk@5595 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-07-15 16:54:19 +00:00 |
|