attinasi%netscape.com
|
5a58add342
|
Preventing processing of style links if the HREF is empty. b=30817, r=harishd
|
2000-05-09 23:05:13 +00:00 |
|
hyatt%netscape.com
|
c2612a8b6f
|
XBL.
|
2000-05-09 21:42:57 +00:00 |
|
hyatt%netscape.com
|
334e31b473
|
XBL now works with HTML, XUL, SVG, MathML, and XML!
|
2000-05-09 21:42:40 +00:00 |
|
hyatt%netscape.com
|
11c8e7cf5c
|
XBL now works with HTML, SVG, MathML, XML, and XUL.
|
2000-05-09 21:41:01 +00:00 |
|
jst%netscape.com
|
9908615c3b
|
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
|
168af52a62
|
Fixing the .value and .defaultValue properties on textarea's, this fixes bugs 32795 and 32799.
|
2000-05-09 19:11:27 +00:00 |
|
sfraser%netscape.com
|
1cf8d8855b
|
Make nsEventStateManger support nsIWeakReference, so that they are not held onto as XPCOM observers. r=saari
|
2000-05-09 19:04:13 +00:00 |
|
jst%netscape.com
|
0a27ccc601
|
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 |
|
heikki%citec.fi
|
2bef66a25f
|
Test files for simple XLink. Not part of build.
|
2000-05-09 08:26:55 +00:00 |
|
heikki%citec.fi
|
14cbdd72a2
|
Implemented actuate=onLoad for simple XLinks. r=nisheeth.
|
2000-05-09 07:30:21 +00:00 |
|
buster%netscape.com
|
0e193a8fad
|
fixed bug 24770
|
2000-05-09 05:09:55 +00:00 |
|
saari%netscape.com
|
21a17acf81
|
adding preventDefault to the mousedown event if it pops up a xul popup. This works around a bug where it is possible to have multiple popup listeners for different elements called for one mousedown event. This is a work around for bug 35100. r=hyatt
|
2000-05-08 23:43:35 +00:00 |
|
pinkerton%netscape.com
|
35f27e9461
|
fix for 38132, assert when mouse was over html element and a tooltip was registered. two things: make sure we always find the xul document using where the popup is registered not the event target, and try/catch around asking for the attribute since DOM Elements won't have attributes.
|
2000-05-08 23:21:57 +00:00 |
|
pinkerton%netscape.com
|
2499624f31
|
don't let context menu show up under mouse so that clicks can more easily dismiss it. bug 27364, thanks dean_tessman@hotmail.com.
|
2000-05-08 21:24:51 +00:00 |
|
hyatt%netscape.com
|
f2eafecfc7
|
Add blankrow capability to tree.
|
2000-05-08 20:51:50 +00:00 |
|
jst%netscape.com
|
02a6c2e0e3
|
Checking in new files for (the not yet checked in) shared node info code. Not part of the build yet. r=buster@netscape.com
|
2000-05-08 14:29:44 +00:00 |
|
mjudge%netscape.com
|
d30a3a5508
|
forgot to initialize this
|
2000-05-08 04:00:48 +00:00 |
|
mjudge%netscape.com
|
b0fb7f6753
|
tabbing
|
2000-05-08 04:00:26 +00:00 |
|
karnaze%netscape.com
|
468f2bd6da
|
bug 33976 - make non numeric border value 1.
|
2000-05-07 17:15:56 +00:00 |
|
andreas.otte%primus-online.de
|
657c5c9ac1
|
working on bug 37616, Retire SetRelativePath, removing last usage of SetRelativePath, r=warren@netscape.com, a=buster@netscape.com
|
2000-05-07 10:35:40 +00:00 |
|
rjc%netscape.com
|
b0f9f4a94a
|
Whitespace cleanup.
|
2000-05-07 08:43:42 +00:00 |
|
michael.lowe%bigfoot.com
|
468689c637
|
Implement CSS3 cursors on Windows
|
2000-05-07 05:14:43 +00:00 |
|
attinasi%netscape.com
|
010ad97dcd
|
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
|
bd33a7a095
|
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
|
c75b332f44
|
Fixing bug 36308, document.close() didn't release the parser so subsequent document.open calls didn't properly clear the document/old parser.
|
2000-05-06 00:05:19 +00:00 |
|
rjc%netscape.com
|
9ac436086f
|
Fix bug # 20795: can now to specify order of template generated vs. XUL content.
|
2000-05-06 00:01:01 +00:00 |
|
jst%netscape.com
|
ae0694d136
|
Fixing bug 35598, HTMLInputElement.click() wasn't working properly. r=joki
|
2000-05-05 23:44:43 +00:00 |
|
waterson%netscape.com
|
3a3b744651
|
Bug 34623. Add 'rebuild()' API to XUL elements.
|
2000-05-05 23:39:59 +00:00 |
|
erik%netscape.com
|
0f1eec05eb
|
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 |
|
waterson%netscape.com
|
799b5beee6
|
Bug 34623. Add nsIXULTemplateBuilder.idl.
|
2000-05-05 20:42:21 +00:00 |
|
harishd%netscape.com
|
8b82778676
|
Changed a parameter ( nsVector to nsVoidArray ).
to add support for KEYGEN.
|
2000-05-05 20:39:12 +00:00 |
|
joki%netscape.com
|
8af04cddba
|
Fix for 10574, fix pageX, pageY coords to match 4.x behavior
|
2000-05-05 14:47:37 +00:00 |
|
joki%netscape.com
|
575d19fecb
|
Adding assertion and null check for mCurrentTarget in PostHandleEvent
|
2000-05-05 14:43:20 +00:00 |
|
jst%netscape.com
|
23f7ceff9c
|
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 |
|
dprice%netscape.com
|
a5c995336b
|
fix for 38253 r=mjudge
|
2000-05-05 05:37:27 +00:00 |
|
shaver%mozilla.org
|
54a1f23972
|
first part of ContentPolicy stuff (#37983, r=brendan)
|
2000-05-05 05:28:49 +00:00 |
|
karnaze%netscape.com
|
a02cdba83c
|
bug 37037, 37490, and a table paganation problem when captions are present.
|
2000-05-04 23:16:42 +00:00 |
|
ducarroz%netscape.com
|
1abe477976
|
Fix for bug 35687. We need to initialize keyMatched to true. R=hyatt
|
2000-05-04 22:36:25 +00:00 |
|
pierre%netscape.com
|
11c4b101fd
|
18817 and 35872 "Compatibility mode testing should be reviewed". eDTDMode_noquirks was used instead of eDTDMode_strict. Another fix from VYV03354@nifty.ne.jp, r=pierre.
|
2000-05-04 21:53:18 +00:00 |
|
attinasi%netscape.com
|
c862485d34
|
Tables now inherit backgrond color and image into the cells and allow them to paint instead in quirks mode (the way it originally was). b=34838
|
2000-05-04 21:41:02 +00:00 |
|
attinasi%netscape.com
|
78953ce816
|
Change to disallow underscore character in identifiers, as required in the CSS2 spec. Fix contributed by VYV03354@nifty.ne.jp, r=attinasi@netscape.com
|
2000-05-04 21:36:49 +00:00 |
|
waterson%netscape.com
|
8743489395
|
Bug 38185. Fix ports build bustage. a=brade
|
2000-05-04 19:57:31 +00:00 |
|
rods%netscape.com
|
9a59e55f40
|
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 |
|
rjc%netscape.com
|
40f7929750
|
Comment change.
|
2000-05-04 12:54:11 +00:00 |
|
waterson%netscape.com
|
b833debf12
|
Bug 37290. Fix 'bindings' implementation to avoid excessive update when re-computing: only index sources that participate in a binding, using bindings rather than lookup to maintain values even for 'simple' rules, lazily compute bindings. Rename 'nsBinding' to 'nsAssertion' to clarify difference.
|
2000-05-04 09:57:59 +00:00 |
|
mjudge%netscape.com
|
24e9fbcab6
|
stealing new bit for frames with their own selection. changing caret to be able to handle multiple selected areas. if the bit doesnt work out i will back it out.
|
2000-05-04 08:35:42 +00:00 |
|
rickg%netscape.com
|
f058c29eb4
|
fixed DTDMode regression
|
2000-05-04 05:54:04 +00:00 |
|
waterson%netscape.com
|
6af30c5a92
|
Bug 37639. Be sure to send notifications about document change down to anonymous content elements. r=hyatt
|
2000-05-04 04:25:50 +00:00 |
|
jst%netscape.com
|
5f7ae78da1
|
New files needed for getComputedStyle(). Not part of the build yet.
|
2000-05-04 00:07:33 +00:00 |
|
waterson%netscape.com
|
2b83954c77
|
Must use string literal for named references.
|
2000-05-03 23:42:58 +00:00 |
|