jst%netscape.com
0eb491f041
Fixing nsbeta3+ bug 28277. Add a callback to nsHTMLImageElement so that we know when a image created in JavaScript has loaded (or fails to load), this is needed to support onload and onerror event fireing and also to support the '.complete' property on images create in JavaScript. r=nisheeth@netscape.com
2000-09-01 07:05:08 +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
pollmann%netscape.com
48a020c304
Bug 49897: Only send focus and left click events from labels to target content r=jst@netscape.com
2000-09-01 00:48:47 +00:00
jst%netscape.com
ef147e7941
Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com
2000-08-31 00:36:31 +00:00
rods%netscape.com
c897d830f1
Notifying the doc that an attribute is changed is the wrong approach
...
Making "REFLOW" be the hint for when rows or cols attrs are changed
Not doing it for input text it seems to work fine without
b=50280
2000-08-30 21:59:53 +00:00
locka%iol.ie
8bd9e39869
Call to GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski
2000-08-30 11:37:06 +00:00
nisheeth%netscape.com
2b93b30dd8
- Fix for nsbeta3+ bug 10292: ID attribute information is passed up from the parser to the content sink and into the node info objects associated with content objects. nsIXMLContent now inherits from nsIStyledContent which allows
...
authors to use ID selectors to target elements in an XML document.
- Checking in a P3P related patch to the pres shell, html document, and xml document from Tom Lendacky (toml@us.ibm.com )
2000-08-30 00:35:43 +00:00
akkana%netscape.com
6814b8c6d4
Fix a warning I introduced yesterday, and add a safety check
2000-08-29 23:29:52 +00:00
rods%netscape.com
0dc10b0007
Moved the dispatch of the onChange to after where the property is set, this way it will have the "new" value
...
Removed macro impl of Set/GetSize and implemented it to notify the document that an attr has changd and the hint is reflow so when the size gets changed via script it changes size
b=50280,50436 r=kmcclusk
2000-08-29 01:50:31 +00:00
akkana%netscape.com
a0a16c7782
Last checkin didn't fix 47309, so revert that part 'til we get a better fix
2000-08-29 00:18:53 +00:00
akkana%netscape.com
671e07e8fa
Last checkin didn't fix 47309, so revert that part 'til we get a better fix
2000-08-29 00:17:44 +00:00
akkana%netscape.com
aaf292bc9d
41868 and 45994: Call parser to determine inline vs. block. r=harishd
2000-08-28 23:47:11 +00:00
attinasi%netscape.com
a9d1145d5f
Fixed to handle ToInteger returning an error. b=29061 r=kmccluck@netscape.com
2000-08-28 23:44:05 +00:00
jst%netscape.com
cfbdba7868
Removing unused code from the build. r=pollmann@netscape.com
2000-08-26 07:00:17 +00:00
warren%netscape.com
871bde6efa
Bug 15623. Fixed registration of nsKeygenHandler.
2000-08-25 18:48:50 +00:00
rods%netscape.com
ee903e1af4
changed mozoutline to -moz-outline
...
b=48973 r=ianh
2000-08-25 14:28:22 +00:00
waterson%netscape.com
a6ad0e1bcd
Bug 47191. Trim whitespace from relative spec before constructing absolute URLs. r=jst
2000-08-25 06:03:49 +00:00
jst%netscape.com
834704bd40
Fixing nsbeta3+ bug 49548. Making the 'type' property on input elements default to 'text', and making the 'type' property of button elements be all lowercased. r=vidur@netscape.com
2000-08-25 01:57:28 +00:00
rods%netscape.com
316dba6bd7
Temporarily changed outline to be mozoutline, this will enable us to get links
...
to show a focus rect. When we get outlines really working, then mozoutline will go away.
b=48973 r=attinasi
2000-08-24 13:45:48 +00:00
cltbld%netscape.com
b7c62f6cd5
Fixing solaris bustage -jst,mcafee
2000-08-23 21:38:20 +00:00
jst%netscape.com
ac02fbb497
Fix for Solaris bustage.
2000-08-23 20:41:13 +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
rods%netscape.com
ccdad88a18
adds base href/target info to a form
...
b=34656 r=pollmann,harishd
2000-08-23 10:29:49 +00:00
rods%netscape.com
4fa63b9d4b
In NavQuirks mode it makes the default font for CSS3 fonts: button, field, caption sans-serif
...
b=33312 r=kmcclusk
2000-08-23 10:28:28 +00:00
jband%netscape.com
da5359a4d4
Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi
2000-08-22 06:57:32 +00:00
jst%netscape.com
2d62b60d0c
Fixing nsbeta3+ bug 44024. Expose the stylesheets in stye and link elements (DOM Level 2) as 'sheet' properties on the elements. r=harishd@netscape.com
2000-08-22 04:14:53 +00:00
ftang%netscape.com
b69af3fd06
fix bug 21312. r=nhotta. Store the charset decision into the cache and reuse it later.
2000-08-21 23:16:43 +00:00
waterson%netscape.com
6c5396be46
Bug 46846. HandleEventForAnchors() call to QI() for nsILink rather than look for 'href' attribute; fix potential problems with document charset and image maps and <link> tags. (Really just an extension of cleanup for bug 10373) r=dbaron
2000-08-20 21:57:50 +00:00
warren%netscape.com
930a05de5a
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
2000-08-20 21:29:10 +00:00
scc%mozilla.org
301746a559
fixing code that relied on implicit string construction
2000-08-19 22:23:46 +00:00
attinasi%netscape.com
eb4de2b98e
Fixed the application of the BodyFixupRule so that it is only created when the BODY element has the HTML element as its parent. b=17911 r=dbaron@fas.harvard.edu
2000-08-18 20:38:29 +00:00
jst%netscape.com
c9d28389ff
Fixing nsbeta3+ bug 31539. Adding support for the 4.x DOM property 'text' on links. r=pollmann@netscape.com
2000-08-18 07:46:58 +00:00
jst%netscape.com
ffea2e495f
Fxing nsbeta3+ bug 45680. Cloning an HTML element with a style attribute didn't clone the style declaration in the element so changing the style on the clone resulted in a style change for both elements. Also fixing a few memory leaks in nsHTMLTableElement. r=pollmann@netscape.com
2000-08-18 06:52:31 +00:00
waterson%netscape.com
2e1cdf3f0a
Bug 29641. Set default content.notify.backoffcount to -1 (never). This doesn't really 'fix' the bug; however, it keeps us from getting into a situation where layout gets too much content crammed down its throat at once. r=vidur,nisheeth
2000-08-18 06:33:34 +00:00
pollmann%netscape.com
b6cb936bcf
Bug 47281: form.reset now generates a reset event, and the frame is notified from the event handling code. r=jst@netscape.com
2000-08-18 05:18:01 +00:00
ftang%netscape.com
600d7b5dfb
*** empty log message ***
2000-08-18 00:47:03 +00:00
harishd%netscape.com
c038757a83
bug 22886 - Relax refresh header paring, in the sink, a little bit.
...
r=pollmann
2000-08-17 20:55:48 +00:00
pierre%netscape.com
19cf82d1df
43420 + CSS3 update: renamed "text-align:-moz-default" into "text-align:start"
2000-08-17 13:28:18 +00:00
dbaron%fas.harvard.edu
4e2ac767eb
Fix leak of strings used as hash table keys. r=waterson b=48880
2000-08-16 23:16:21 +00:00
dbaron%fas.harvard.edu
f5da4c0c85
Reduce the risk of parser leaks by releasing the parsers owned by CSSLoaders when no longer needed. r=attinasi
2000-08-16 23:04:42 +00:00
alecf%netscape.com
a01c6bd77b
fix a bunch of UMRs r=syd
...
(no bug but I needed these to get my purify build going)
2000-08-16 07:39:38 +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
saari%netscape.com
853ddc32a4
undoing hackery and fixing a leak. r=dbaron
2000-08-12 22:19:55 +00:00
hyatt%netscape.com
6c68a00e3d
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
2000-08-12 06:28:02 +00:00
sfraser%netscape.com
0e0097c274
Fix typo, bug 48616. r=pollmann
2000-08-12 01:42:04 +00:00
pierre%netscape.com
ef6777748b
48096: Need a -moz-all value for user-select. r=sfraser.
2000-08-12 01:00:14 +00:00
mccabe%netscape.com
e06a217247
Spelling fix.
2000-08-11 20:31:17 +00:00
dbaron%fas.harvard.edu
578dafb772
Fix huge leak warren introduced last night. Changing the hash keys to have owning pointers caused circular ownership. r=waterson b=48373 (nsbeta3+)
2000-08-10 20:08:30 +00:00
warren%netscape.com
4af572e4c1
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
harishd%netscape.com
d850e1eb75
36944 - USe NS_VMREFRESH_NO_SYNC to refresh
...
r=kmcclusk
2000-08-09 22:30:36 +00:00