dbaron%fas.harvard.edu
|
53002fe3e3
|
Fix leak of stylesheets. r=waterson
|
2000-08-21 13:05:53 +00:00 |
|
warren%netscape.com
|
e12f238589
|
Bug 46864 - Embedding needs a name attribute on nsIRequest.
|
2000-08-21 08:23:54 +00:00 |
|
waterson%netscape.com
|
4eb1b2b3b0
|
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
|
a94aa1aa52
|
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
|
2000-08-20 21:29:10 +00:00 |
|
saari%netscape.com
|
48dcaa1bbd
|
Fix for nsbeta3+ 48838; context menus now set focus before coming up. r=hyatt
|
2000-08-20 00:29:24 +00:00 |
|
scc%mozilla.org
|
cca6f9e011
|
fixing code that relied on implicit string construction
|
2000-08-19 22:46:00 +00:00 |
|
scc%mozilla.org
|
eb0aaea827
|
fixing code that relied on implicit string construction
|
2000-08-19 22:23:46 +00:00 |
|
brendan%mozilla.org
|
c81c23af94
|
Cast away const when freeing JSClass names.
|
2000-08-19 17:07:46 +00:00 |
|
attinasi%netscape.com
|
1139956e4c
|
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
|
51dc0dea7d
|
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
|
0e9c78566f
|
Fixing nsbeta3+ bug 47420. Don't throw a DOM exception when accessing a nodemap by index even if the index is out of range, simply return null in stead. r=pollmann@netscape.com
|
2000-08-18 07:04:30 +00:00 |
|
jst%netscape.com
|
59085aae53
|
Fixing nsbeta3+ bug 46966. Changing the exception thrown when a DOM Attribute node is modified. r=pollmann@netscape.com
|
2000-08-18 06:55:42 +00:00 |
|
jst%netscape.com
|
f8d31e1884
|
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
|
038c1f7d4b
|
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
|
c23f5f7fb6
|
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
|
87f5cb86aa
|
*** empty log message ***
|
2000-08-18 00:47:03 +00:00 |
|
hyatt%netscape.com
|
f224002e62
|
Fix for 48187, r=danm
|
2000-08-17 22:44:01 +00:00 |
|
hyatt%netscape.com
|
bff32695be
|
Fix for 48150, r=danm
|
2000-08-17 21:11:38 +00:00 |
|
harishd%netscape.com
|
8540cbd4f7
|
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
|
a4a9237d47
|
43420 + CSS3 update: renamed "text-align:-moz-default" into "text-align:start"
|
2000-08-17 13:28:18 +00:00 |
|
hyatt%netscape.com
|
24b71cc743
|
First-stage fix for dogfood bug 49012. r=ben
|
2000-08-17 08:11:11 +00:00 |
|
jst%netscape.com
|
2ceabebdea
|
Fixing nsbeta3+ bug 30534. Don't lie about what DOM features we support, be honest./paralellCheckout | & less r=nisheeth@netscape.com
|
2000-08-17 07:09:05 +00:00 |
|
akkana%netscape.com
|
6c14f21233
|
23587: Make accelerator and menu access keys settable through a pref. r=saari
|
2000-08-17 00:09:16 +00:00 |
|
saari%netscape.com
|
d854d084a2
|
Fixing focus regression I caused by over eargly releasing documents from nsEventStateManager
|
2000-08-16 23:38:54 +00:00 |
|
dbaron%fas.harvard.edu
|
d828a22239
|
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
|
74fd1f046f
|
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 |
|
hyatt%netscape.com
|
62efdcb050
|
Fix for 45248, r=ben
|
2000-08-16 08:14:01 +00:00 |
|
alecf%netscape.com
|
1f1df4833b
|
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 |
|
saari%netscape.com
|
64bfc7e335
|
fix for nsbeta3+ leak 35553; leak document on shutdown. r=pinkerton
|
2000-08-16 06:37:51 +00:00 |
|
pinkerton%netscape.com
|
bed75e117f
|
full backout of code i commented out, the fixes go elsewhere.
|
2000-08-16 01:45:23 +00:00 |
|
waterson%netscape.com
|
f7e7ca5d51
|
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
|
1ec75c7bd1
|
Fix that is needed for 46719, r=ducarroz,ben
|
2000-08-16 00:42:13 +00:00 |
|
hyatt%netscape.com
|
d9a686af4e
|
Fix for 49009. r=danm
|
2000-08-15 21:00:52 +00:00 |
|
pinkerton%netscape.com
|
1a3893097f
|
fix for 47105, retooling of tree d&d to not be so confusing, to use the style system a little more, and to handle the case where a tree won't let you drop anything between rows.
|
2000-08-15 18:23:34 +00:00 |
|
pinkerton%netscape.com
|
522bd04a6d
|
backing out my last change, it breaks scrollbars.
|
2000-08-14 23:03:25 +00:00 |
|
pinkerton%netscape.com
|
e2aeb68cee
|
for 48250, turn off mouse capture when a drag gesture begins. r=mjudge.
|
2000-08-14 22:29:03 +00:00 |
|
waterson%netscape.com
|
2dd8f2d2a0
|
Bug 48086. Be sure to update XUL document's ID-to-element map when removing generated content. r=rjc
|
2000-08-14 21:46:04 +00:00 |
|
hyatt%netscape.com
|
4e565e1d33
|
Fix for 48931, r=danm,scc
|
2000-08-14 18:52:47 +00:00 |
|
hyatt%netscape.com
|
641a62a2b5
|
Fixing harpoon.
|
2000-08-14 04:29:54 +00:00 |
|
hyatt%netscape.com
|
a489c05fae
|
Work on 48150 and XBL performance (async and arenas).
|
2000-08-14 04:04:18 +00:00 |
|
saari%netscape.com
|
0d2ab064c2
|
undoing hackery and fixing a leak. r=dbaron
|
2000-08-12 22:19:55 +00:00 |
|
mkaply%us.ibm.com
|
5004137c2d
|
OS/2 and AIX Tinderbox break
I have no idea why we don't like having two semicolons in a row, but who the heck would put them there?
|
2000-08-12 20:26:33 +00:00 |
|
mkaply%us.ibm.com
|
da6b3efeb2
|
OS/2 and AIX Tinderbox break
Short answer: Be consistent about NS_IF_ADDREFing const and non const of the same type in the same file.
Long answer: Send me email
|
2000-08-12 15:03:24 +00:00 |
|
hyatt%netscape.com
|
d4a7097905
|
Linux linux linux... will we ever teach you how comptrs work?
|
2000-08-12 09:00:25 +00:00 |
|
hyatt%netscape.com
|
b81655ce0c
|
Linux sucks.
|
2000-08-12 07:58:54 +00:00 |
|
hyatt%netscape.com
|
0c61eaa535
|
Fix build bustage.
|
2000-08-12 07:13:52 +00:00 |
|
hyatt%netscape.com
|
bd524a41c3
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:39:24 +00:00 |
|
hyatt%netscape.com
|
8da2baf3ca
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
|
sfraser%netscape.com
|
a3f4e3fcd0
|
Fix typo, bug 48616. r=pollmann
|
2000-08-12 01:42:04 +00:00 |
|
pierre%netscape.com
|
5b88097f54
|
48096: Need a -moz-all value for user-select. r=sfraser.
|
2000-08-12 01:00:14 +00:00 |
|