jst%netscape.com
|
c7e3c310d9
|
Add GetNodeInfo() to nsIContent.
|
2000-05-12 14:09:28 +00:00 |
jst%netscape.com
|
ff00e8645b
|
Add a SetAttribute method to nsIContent that takes a nsINodeInfo parameter.
|
2000-05-12 13:46:59 +00:00 |
sfraser%netscape.com
|
877820136a
|
Fix 38949 -- setSelectionRange broken by mjudge checking in nsGfxTextControlFrame2 stuff prematurely.
|
2000-05-11 22:47:19 +00:00 |
jst%netscape.com
|
6ff3742e4c
|
Landing support for the 'innerHTML' property on HTML elements in mozilla, fixes part of bug 9201.
|
2000-05-11 21:49:16 +00:00 |
mjudge%netscape.com
|
a89f9e3c80
|
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
|
2000-05-11 04:25:43 +00:00 |
jst%netscape.com
|
50499cc037
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
hyatt%netscape.com
|
fbac03f025
|
XBL now works with HTML, XUL, SVG, MathML, and XML!
|
2000-05-09 21:42:40 +00:00 |
jst%netscape.com
|
a2805d7113
|
XPCOM methods that return a success call *must* set their output parameters, this fixes part of the crash in bug 35257 (crash setting selectedIndex for SELECT not in DOM tree).
|
2000-05-09 21:01:25 +00:00 |
jst%netscape.com
|
d6fcea6fb9
|
Fixing the .value and .defaultValue properties on textarea's, this fixes bugs 32795 and 32799.
|
2000-05-09 19:11:27 +00:00 |
jst%netscape.com
|
2c42fa1d6a
|
Input element type names are now all lower case, this is required for mozilla to be compatible with all other existing browsers (even if the DOM spec says otherwize). This fixes bug 32368.
|
2000-05-09 13:56:40 +00:00 |
buster%netscape.com
|
b167ed0d9c
|
fixed bug 24770
|
2000-05-09 05:09:55 +00:00 |
karnaze%netscape.com
|
2dd77dfac8
|
bug 33976 - make non numeric border value 1.
|
2000-05-07 17:15:56 +00:00 |
attinasi%netscape.com
|
ffd21441ec
|
Fixed the BodyBackground rule to propagate the backgound color when the background color is cleared as well as set. b=11491
|
2000-05-06 05:56:02 +00:00 |
attinasi%netscape.com
|
309bb9300a
|
QuirkMode: support for background="" to override the table inheriting the background down to the cells.
|
2000-05-06 05:48:38 +00:00 |
jst%netscape.com
|
7fb4f77a4f
|
Fixing bug 35598, HTMLInputElement.click() wasn't working properly. r=joki
|
2000-05-05 23:44:43 +00:00 |
erik%netscape.com
|
87183532c2
|
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
specified by the user for elements with the LANG attribute when the font
is a CSS generic (e.g. serif); r=pierre
|
2000-05-05 21:04:36 +00:00 |
jst%netscape.com
|
5c84babe17
|
Fixing bug 35276, flush all pending reflow notifications before requsting geometry from the frames, this makes the HTML element properties offsetXXX correct values even if requested immediately after a reflow was generated.
|
2000-05-05 14:25:49 +00:00 |
rods%netscape.com
|
3050116306
|
button and input button content nodes now cancel all mouse click events except mouse up/down
b=38083
|
2000-05-04 13:57:35 +00:00 |
jst%netscape.com
|
1e5a0e89b3
|
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
|
2000-05-03 21:42:00 +00:00 |
karnaze%netscape.com
|
c5939a9831
|
bug 9271 - correctly insert cells, rows when insertion index equals number of elements.
|
2000-05-03 14:57:00 +00:00 |
jst%netscape.com
|
ecb8ae96cd
|
The string returned from CSSStyleDeclaration::removeProperty() should only contain the old value, not the property name.
|
2000-05-02 00:24:45 +00:00 |
sfraser%netscape.com
|
29ea7a1c61
|
Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions.
|
2000-05-01 21:49:52 +00:00 |
rods%netscape.com
|
aa39f36021
|
when an option gets dsabled it will now notify the frame so it can be deselected
|
2000-04-28 23:29:35 +00:00 |
pierre%netscape.com
|
112f226187
|
9876. Implemented CSSStyleDeclaration removeProperty. r=jst.
|
2000-04-28 08:35:40 +00:00 |
rods%netscape.com
|
00b5823a65
|
Changing notify from false to true for AppendChildTo in SetText
this is where the block doesn't have any children and a text element gets
created for it.
b=36900, r=pollmann
|
2000-04-26 03:48:58 +00:00 |
joki%netscape.com
|
3851e31b9f
|
fixes for 5995, 7304, 10573, 22832, and 9668.
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
|
2000-04-24 04:41:27 +00:00 |
scc%netscape.com
|
0b17d2a06c
|
making string conversions explicit
|
2000-04-22 10:31:38 +00:00 |
rods%netscape.com
|
e909b50af2
|
It now uses the nsHTMLContent->GetHTMLAttribute to get the value and/or label
The code now lso checks to see if the attr actually exists before it moves to the label or the content
bug 36459
|
2000-04-21 22:28:07 +00:00 |
nisheeth%netscape.com
|
e072850e71
|
Fix for bug 36362. We no longer null out the ref count of form elements in their Release() methods before deleting them. This fixes the crashes on www.cnn.com and www.msn.com.
|
2000-04-21 01:03:20 +00:00 |
jst%netscape.com
|
9967398bf2
|
Updating the DOM interface CSSStyleDeclaration to DOM Level 2.
|
2000-04-20 13:50:56 +00:00 |
jst%netscape.com
|
fbd296396e
|
Fix build warnings.
|
2000-04-20 12:40:35 +00:00 |
jst%netscape.com
|
b8c31f8d18
|
Fixing bug #32376. Mozilla now populates a select list with new empty options if it's length is set to a bigger number than it already is, this is against the DOM but we need this to be compatible with older browsers.
|
2000-04-20 12:34:35 +00:00 |
rickg%netscape.com
|
35061439c3
|
try to fix tinderbox bustage for nisheeth
|
2000-04-19 08:45:45 +00:00 |
nisheeth%netscape.com
|
d6a5b5bf19
|
Fix for bug 30091. nsFormControlList::NamedItem() was doing a linear walk through the form control list. Now it uses a hash table lookup. This greatly reduces the time for the screen to update when one clicks on the Program list box on the Bugzilla query page.
|
2000-04-19 07:49:07 +00:00 |
jst%netscape.com
|
1fdafb43e4
|
Updating the DOM interfaces HTMLFormElement and HTMLOptionElement to DOM Level 2.
|
2000-04-18 23:00:58 +00:00 |
jst%netscape.com
|
304122a1dc
|
Updating the HTMLObjectElement interface to DOM Level 2.
|
2000-04-18 22:57:42 +00:00 |
jband%netscape.com
|
e5e1093ec9
|
egads! lost the return type declaration in a copy/paste goofup.
|
2000-04-18 22:46:48 +00:00 |
scc%netscape.com
|
8624ce5d67
|
making string conversions explicit
|
2000-04-16 11:19:26 +00:00 |
scc%netscape.com
|
c38395df69
|
making string conversions explicit
|
2000-04-15 21:18:29 +00:00 |
scc%netscape.com
|
927265130c
|
making string conversions explicit
|
2000-04-15 20:15:37 +00:00 |
pierre%netscape.com
|
38c86ad47a
|
33710 "background-color: inherit doesn't work correctly". Split the NS_STYLE_BG_PROPOGATED flag into 2 flags: NS_STYLE_BG_PROPAGATED_TO_PARENT and NS_STYLE_BG_PROPAGATED_FROM_CHILD. MapDeclarationColorInto() fetches the color from the grand-parent if PROPAGATED_TO_PARENT is set.
|
2000-04-15 10:38:13 +00:00 |
pierre%netscape.com
|
1c0c62281d
|
32063: <font size=""> makes font tiny
|
2000-04-15 04:28:12 +00:00 |
jband%netscape.com
|
f70d245d91
|
fix bug 32150. Expose to JavaScript the scriptable interfaces on plugin objects implementing nsIPluginInstance. Given an embed tag with a plugin named 'foo' that has an xpcom interface named 'nsIFoo' with a method 'bar', this fix allows JS code (with the UniversalXPConnect privilege) to call document.foo.nsIFoo.bar()
|
2000-04-14 22:54:48 +00:00 |
jst%netscape.com
|
c85c340801
|
Fixing #35605, avoid accessing a null pointer in GetOffsetParent()!
|
2000-04-13 12:52:03 +00:00 |
jst%netscape.com
|
a1f0deb3f3
|
If a class claims to support an interface in QueryInterface() it *really* should inherit from that interface then! Fixes #35398.
|
2000-04-13 12:02:58 +00:00 |
sfraser%netscape.com
|
89f918ee5b
|
Adding methods to allow control of the selection in text widgets.
|
2000-04-13 05:15:59 +00:00 |
sfraser%netscape.com
|
7446f13322
|
Use an nsCOMPtr in the Select call.
|
2000-04-13 05:14:08 +00:00 |
ducarroz%netscape.com
|
5fe7f03696
|
Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf.
|
2000-04-13 04:50:39 +00:00 |
waterson%netscape.com
|
767e2f833f
|
Bug 29507. Clean up PresShell refcounting. r=troy
|
2000-04-05 05:58:06 +00:00 |
jst%netscape.com
|
72e274a77e
|
Add a nsHTMLUnknownElement class for LAYER, ILAYER, NOLAYER and unknown elements, this element is a normal element except that it doesn't do inline style processing. This fixes M15 bug #22260.
|
2000-04-05 01:46:48 +00:00 |