Commit Graph

9736 Commits

Author SHA1 Message Date
vidur%netscape.com
0a4cbc9ddb Work for bug 33475 - completion of Document-related DOM Level 2 support. Null-checks for the empty document case. The documentElement can now be replaced. Load() no longer takes extra unused argument. r=jst,nisheeth 2000-06-17 01:46:58 +00:00
pollmann%netscape.com
cc6da544ba Bug 4891: document.forms[x] fixed for document.written forms r=jst@netscape.com 2000-06-17 01:28:41 +00:00
nisheeth%netscape.com
41c8901b6b Checking in patch from Andreas to fix Mozilla's XSL hooks (bug 36038). Does not affect the default mozilla build. 2000-06-16 23:29:19 +00:00
mccabe%netscape.com
75d2952834 Fix for 38495, nsbeta+.
Reinstate previously backed-out fix, now that the nsIScriptablePlugin interface it needs is building successfully on the mac.

a=beard,r=jst
2000-06-16 23:25:00 +00:00
anthonyd%netscape.com
2ba178903c warning fixes for linux. r: mjudge a: beppe 2000-06-16 22:28:10 +00:00
kmcclusk%netscape.com
7ce5ee16b1 Removed clipwidget used by ender-lite widgets. b=35740 r=rods@netscape.com 2000-06-16 22:11:43 +00:00
waterson%netscape.com
8004acc6c3 Bug 12874. Remove unnecessary refcount hackery. This hasn't been necessary since we made NS_IMPL_ISUPPORTS and friends stabilize refcount before calling dtor. 2000-06-16 21:47:13 +00:00
pinkerton%netscape.com
35a85a2d8a add new grid-tree files for hyatt. bug# 30511. r=hyatt. 2000-06-16 21:24:05 +00:00
akkana%netscape.com
396a8f584c Make table tests run on linux; add comments explaining how to run them.
Needed for testing 41916.  r=karnaze
2000-06-16 21:23:16 +00:00
akkana%netscape.com
0919d56209 Ignore files generated by table tests. r=karnaze 2000-06-16 21:22:50 +00:00
akkana%netscape.com
f2289a636f 41916: Remove <td> from the list of inline tags; don't include the enclosing
<td> in a selection that happens to fall inside a table cell. r=rickg
2000-06-16 21:22:00 +00:00
danm%netscape.com
3cc9d56e65 supply nsIPrompt to streamloader created when processing a script tag. bugs 25684,28594. r=nisheeth@netscape.com 2000-06-16 14:54:57 +00:00
kin%netscape.com
69294a94a1 Fix for bug #41206: Text inserted into composer is initially invisible
Removed call to FlushPendingNotifications() in SetCaretEnabled()
because it causes a reflow during painting. That can cause certain
view updates to be dropped on the floor on Linux. Also removed
tab characters in SetCaretEnabled().

r=sfraser@netscape.com, a=beppe@netscape.com
2000-06-16 14:05:03 +00:00
jst%netscape.com
f8298f55bd Fixing nsbeta2+ bug 41588, accessing document.documentElement on an empty document in JS threw a NS_ERROR_FAILURE exception in stead of just returning null. r=heikki@citec.fi 2000-06-16 13:37:46 +00:00
rods%netscape.com
182e19bcce input type=image need to create their "alt" text
b=24778 r=kmcclusk
2000-06-16 12:57:44 +00:00
rods%netscape.com
38d6894ac8 image buttons need their font set for "alt" text
b=24778 r=kmcclusk
2000-06-16 12:56:02 +00:00
sfraser%netscape.com
2e35dcb68f Fix bug 42145 -- need to clear the editor out of the editor controller when the text frame is going away (like when its content is hidden in a popup window). r=kin 2000-06-16 06:09:33 +00:00
pollmann%netscape.com
936c821c82 Reenabling my change, not part of smoketest bustage. r=nisheeth 2000-06-16 01:21:56 +00:00
pierre%netscape.com
e2194f4f34 #42139 "background-position misinterpreted with fixed backgrounds". Fixed a regression introduced during the last checkin. r=attinasi. 2000-06-16 00:50:56 +00:00
pollmann%netscape.com
25bd94e3b6 Temporarily disabling my change to help narrow down smoketest bustage. r=nisheeth 2000-06-16 00:23:21 +00:00
karnaze%netscape.com
2eed56703e bug 42726 - back out previous checkin. 2000-06-15 23:39:49 +00:00
Peter.VanderBeken%pandora.be
e8f626f517 Reenable creation of HTML elements in XML documents. r=nisheeth, r=kin, a=waterson. 2000-06-15 17:48:19 +00:00
karnaze%netscape.com
fe4c550189 bug 41306 - remove special cell auto percentage base code, r=rods 2000-06-15 14:54:04 +00:00
karnaze%netscape.com
1d772d1ce2 bug 40721 - better in determining if height of a cell gets smaller during incremental reflow, r=rods 2000-06-15 14:31:12 +00:00
rods%netscape.com
0eb33fd920 removed the incremental reflow targeted at the display text
instead we just reflow the text and the button each time.
b=40644 r=kmcclusk
2000-06-15 13:02:10 +00:00
rods%netscape.com
e76b426f27 ifdef'ing out the where we get the value of the label
currently we aren't supporting "label" for options because they get
concatentated with the content
b=4050 r=kmcclusk
2000-06-15 13:00:23 +00:00
rods%netscape.com
96ee63a8cb ifdef'ing out the where we get the value of the label
b=4050 r=kmcclusk
2000-06-15 12:58:54 +00:00
rbs%maths.uq.edu.au
a7f8771850 Commented section that was enabled in my tree 2000-06-15 10:15:27 +00:00
rbs%maths.uq.edu.au
d6929aee2e Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 10:11:03 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
mccabe%netscape.com
38660d8cd7 Bustage occurred, not sure if it's me, but mine was the only checkin in layout; backing out just in case. 2000-06-15 06:53:18 +00:00
mccabe%netscape.com
08dd84e256 Fix for 38495, nsbeta+.
Teach EmbedElements how to expose plugin objects via XPConnect, after using the nsIScriptablePlugin interface to find an appropriate interface to expose.

r=jst
a=beard
2000-06-15 06:07:35 +00:00
dbaron%fas.harvard.edu
7d6c098aa9 Fix bug 38766 (JS errors given wrong for linked scripts in XML documents), nsbeta2+. r=harishd@netscape.com 2000-06-15 02:33:22 +00:00
dbaron%fas.harvard.edu
fe4312e39e Fix bug 38766 (JS errors given wrong for linked scripts in XML documents), nsbeta2+. r=harishd@netscape.com 2000-06-15 02:22:09 +00:00
dbaron%fas.harvard.edu
f0115afa13 Fix leak of nsImageGTK (or equivalent on other platforms). r=waterson@netscape.com 2000-06-15 02:15:36 +00:00
scc%mozilla.org
10a4d4b9b4 Fix for an assert that has been bugging rods, particularly when testing with the top 100. The assert is the string |CharAt| out-of-range assert. The problem is the code was iterating off the end of the string to stop at the implicit |'\0'|. But there need not be null termination and accessing outside the strings defined range is bad. Fixed the loop in question to not step outside of the token string, and to iterate more efficiently. r=waterson 2000-06-15 00:39:21 +00:00
pollmann%netscape.com
3f1d49a015 Bug 32770: Save scroll position in session history r=nisheeth 2000-06-15 00:35:46 +00:00
brendan%mozilla.org
05c30d3e1b Use nsAutoString rather than auto nsString (r=scc,evaughan). 2000-06-15 00:08:47 +00:00
buster%netscape.com
08f155815a fixing a platform compile problem 2000-06-14 23:58:41 +00:00
pollmann%netscape.com
e75bf0612e Fixing Linux build bustage 2000-06-14 23:58:31 +00:00
pollmann%netscape.com
5f49da232d Bug 32770: Save scroll position in session history r=nisheeth 2000-06-14 23:37:06 +00:00
evaughan%netscape.com
d56884537a Fix for beta2+ #41951
and beta2+ #39927

-r pinkerton
2000-06-14 23:24:41 +00:00
pinkerton%netscape.com
c395c87dfc on the way to fixing 28226. make reflow processing immediate if we're doing a drag. 2000-06-14 23:18:54 +00:00
buster%netscape.com
b5b8e94c24 fixed nsbeta2+ bugs 42138 35772 37657 38157 40283 35964
r=waterson, rods
2000-06-14 23:15:59 +00:00
jst%netscape.com
6293f41b87 Fixing nsbeta2+ bug 40944. document.doctype.systemId was always empty in HTML documents. r=nisheeth@netscape.com&heikki@citec.fi 2000-06-14 23:08:19 +00:00
pollmann%netscape.com
a40225584e Bug 39723: Send only one request to the server when clicking on an image map. r=joki 2000-06-14 15:02:18 +00:00
hyatt%netscape.com
2c438617bb Oops. New tree should be off. 2000-06-14 09:17:18 +00:00
hyatt%netscape.com
ad4a9586e5 30511. r=ben 2000-06-14 09:13:42 +00:00
hyatt%netscape.com
3edaaf3130 Fix for 41281, r=brendan 2000-06-14 08:25:50 +00:00
hyatt%netscape.com
98873f2656 Fix for #41878, r=ben 2000-06-14 08:21:56 +00:00