jst%netscape.com
775588fcf5
Fixing nsbeta2+ bug 33477, completing (more or less) the DOM Level 2 NamedNodeMap implementation, this includes modifying the XML content sink to properly pass attribute prefixes to the content objects. r=vidur@netscape.com
2000-06-23 00:21:32 +00:00
attinasi%netscape.com
d349e5258a
When the PresShell is notified that a styleshet's state has changed, it now notifies the StyleSet so it can rebuild the rule processors. Part of fix for b=38026 that I missed checking in before (r=karnaze)
2000-06-22 23:58:03 +00:00
dbaron%fas.harvard.edu
de9823b3e8
Fix leak of nsInputDimensionSpec. r=waterson
2000-06-22 22:49:02 +00:00
ducarroz%netscape.com
cfe35af631
Fix for bug 43365. Avoid to divide by 0 when the tree doesn't have any row. R=hyatt
2000-06-22 22:06:38 +00:00
hyatt%netscape.com
02029c5425
Remove error-checking for bad XUL.
2000-06-22 19:34:29 +00:00
pinkerton%netscape.com
b360334598
fix leaked timer, bug 28226, r=hyatt.
2000-06-22 08:42:18 +00:00
pinkerton%netscape.com
1821dfd254
Add drag auto-scrolling to trees. bug#28226, r=hyatt.
2000-06-22 08:40:37 +00:00
pierre%netscape.com
06405d62b3
#31136 (Rename prefs from "browser.xxx" to "browser.display.xxx"). Final and trivial touch to the larger fix from mcafee.
2000-06-22 05:41:11 +00:00
pierre%netscape.com
9e180b38cc
#12403 "border-style: hidden should force border-width: 0". Fixed RecalcData() to handle 'hidden' similarly to 'none'. r=attinasi.
2000-06-22 05:38:26 +00:00
rpotts%netscape.com
cf3e824449
DocShell cleanup. Removed the implementation of the unused nsIDocSHell::SetDocument() method and moved the implementation responsibility to the nsIContentViewer
2000-06-22 05:38:07 +00:00
pierre%netscape.com
f364ca73f4
#42325 "Won't show page on www.teamtalk.com". Fix the parsing of ROWS="*%" in FRAMESETs. r=pollmann.
2000-06-22 05:32:56 +00:00
pierre%netscape.com
78e4562501
#42029 "Dynamic use of the clip property is causing repaint problems". Make the clip area coordinates conform to the latest spec. r=attinasi.
2000-06-22 05:28:36 +00:00
attinasi%netscape.com
856ea4a348
Eliminated warnings from recent checkin (trivial changes).
2000-06-22 05:14:32 +00:00
pollmann%netscape.com
bc530c653f
Bug 41585: Don't chop of query string when POSTing forms, only when GETting them r=harishd
2000-06-22 02:49:01 +00:00
pollmann%netscape.com
f889ef5348
Bug 23571: Send an onchange event when a checkbox is (un)checked r=harishd
2000-06-22 02:46:53 +00:00
evaughan%netscape.com
43d4c1241f
Fix for dogfood bug #43206
2000-06-22 00:48:49 +00:00
danm%netscape.com
03ea82871a
tracking change of name of window.content to _content. (bug 33650) r=hyatt
2000-06-22 00:48:45 +00:00
anthonyd%netscape.com
b752b18c25
bug fix for #40742
...
crasher in DrillDownToEndOfLine()
r:mjudge a:beppe precheckin test done
2000-06-22 00:41:42 +00:00
attinasi%netscape.com
411b3bcaaf
Reversed the order of testing for link-elements so that the most common (anchors) are tested first. Update to earlier checkin.
2000-06-22 00:41:25 +00:00
cata%netscape.com
37563f3008
Turning on charset override by default. r=nhotta a=ftang bug #41620 .
2000-06-22 00:41:02 +00:00
hyatt%netscape.com
031447a319
XBL groundwork for 41145. r=ben
2000-06-22 00:36:19 +00:00
vidur%netscape.com
f98401ad88
Fix for bug 42278. Thought I'd got it with my prior checkin, but didn't notice rbs@maths.uq.edu.au's prior checkin to switch the namespace string literals. r=nisheeth
2000-06-21 23:59:21 +00:00
vidur%netscape.com
109a49d66d
Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst
2000-06-21 23:56:52 +00:00
attinasi%netscape.com
67e47d2765
Fixed bug 6306: AREA and LINK elements are now treated like links when it comes to matching selectors. Cleaned up SelectorMatches as well by moving link-logic into new method. r=kmcclusk@netscape.com b=6306
2000-06-21 23:48:21 +00:00
harishd%netscape.com
e5940bd032
Fix bugs
...
18480 (nsbeta2+) - Hack to contain stack over flow
patch=jst, r=harishd.
40216 (nsbeta2+) - Shouldn't deal with mInsideNoXXXTag memeber for NOLAYER ( ON by default ).
patch=rginda, r=harishd.
2000-06-21 20:53:10 +00:00
attinasi%netscape.com
db3aa75e08
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
2000-06-21 20:44:59 +00:00
waterson%netscape.com
0fe3ac4e7a
Add regression tests for 22413, 27211, 39211, and 41521.
2000-06-21 02:37:05 +00:00
waterson%netscape.com
49d2e6f519
Bugs 22413, 27211, 39211. On nsCSSFrameConstructor::ContentRemoved(), check the *child* instead of the parent to see if we need to reframe. r=nisheeth
2000-06-21 02:35:28 +00:00
dbaron%fas.harvard.edu
90dc7ea296
Slightly refine my previous fix for string assertions so things behave exactly as before. r=pollmann b=42936
2000-06-21 01:13:10 +00:00
dbaron%fas.harvard.edu
6e1c7314fa
Fix leak by continuing to enumerate. r=hyatt
2000-06-21 00:54:42 +00:00
dbaron%fas.harvard.edu
3a93a9958c
Fix string assertions. b=42936 code=jst,dbaron r=harishd
2000-06-21 00:53:34 +00:00
vidur%netscape.com
3be227878d
Fix for bug 9392. document.plugins now aliases to window.navigator.plugins. r=nisheeth
2000-06-21 00:53:26 +00:00
vidur%netscape.com
c99e74c3a1
Fix for bug 42278. Switched around positions of old REC-html40 namespace URI and new XHTML namespace URI in the table so that we do the reverse mapping from namespaceID to URI correctly. r=nisheeth
2000-06-21 00:49:22 +00:00
vidur%netscape.com
2017802f4c
Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda
2000-06-21 00:42:59 +00:00
pollmann%netscape.com
a97d394820
Bug 25300: Enable activation of buttons by the keyboard (space or enter) r=nisheeth
2000-06-21 00:40:11 +00:00
joki%netscape.com
eaf46c231d
fix for 29517, prevent DOM event access from regular content to anonymous content inside a file control.
2000-06-21 00:23:28 +00:00
beard%netscape.com
1c926d81a2
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
mkaply%us.ibm.com
51496f5882
#42637
...
r=hyatt, a=brendan
OS/2 bring up - change menu code so clicks are NOT passed to the default window proc if they are handled.
This fix has been tested on Linux, Windows, OS/2 - does not affect Mac.
2000-06-20 13:49:24 +00:00
hyatt%netscape.com
fed27ec38f
33524. r=ben
2000-06-20 09:21:42 +00:00
pinkerton%netscape.com
31c78779fd
Migrating d&d back into new tree-grid. bug# 30511, r=hyatt
2000-06-20 08:13:14 +00:00
waterson%netscape.com
0abe95456d
Use NS_LITERAL_STRING instead of an nsAutoString to avoid copy/inflate on platforms that support two-byte wchar_t. r=attinasi
2000-06-20 05:45:07 +00:00
dbaron%fas.harvard.edu
70189b60ae
Fix bug 42685, nsbeta2+. Revert percentage width calculations to the way they used to be, except for floats with auto widths. code=buster r=me
2000-06-20 03:47:49 +00:00
waterson%netscape.com
0893e4b522
Add .cvsignore for block/bugs regression tests.
2000-06-20 01:45:38 +00:00
waterson%netscape.com
c24bb916b6
Check in buster's block regression tests.
2000-06-20 00:53:47 +00:00
hyatt%netscape.com
1e8e0acdcc
Fix for 42867. r=evaughan
2000-06-20 00:52:57 +00:00
saari%netscape.com
40e6755254
base work for bug 42553, r=danm
2000-06-20 00:45:47 +00:00
hyatt%netscape.com
efcf6eb2ca
Turning on the new tree widget. Bug#30511, r=evaughan
2000-06-19 22:57:39 +00:00
vidur%netscape.com
7f69926fb0
Fix for bug 15118. XML content sink now processes the DOCTYPE. r=jst,nisheeth
2000-06-17 01:49:19 +00:00
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