jkeiser%netscape.com
ff46a64808
Fix race condition where iframe's frame is created after document is loaded and body is parsed (bug 153815), kin@netscape.com's patch, r=jkeiser@netscape.com, sr=jst@netscape.com
2002-09-06 05:44:31 +00:00
bryner%netscape.com
b04e8d309d
Bug 141295 and 153681 - fix some timing problems with initial focus. Make sure that window watcher's activeWindow accurately reflects the last window to receive an NS_ACTIVATE. Remove the GetFocusController API from nsIDocument, since the focus controller can now be obtained for the entire lifetime of the document by using GetContainer(). Cleaned up some methods on nsEventStateManager/nsIEventStateManager that were virtual for no reason. r=danm, sr=jst.
2002-09-06 00:19:58 +00:00
smontagu%netscape.com
969d4a367f
Back out bidi visual selection. Bug 76190, r=mjudge, sr=kin, a=asa.
2002-09-05 00:56:25 +00:00
sicking%bigfoot.com
7aaa7b5df0
Bug 64945: XML Prettyprinting stage 1
...
r=peterv sr=jst
2002-09-04 06:57:25 +00:00
rbs%maths.uq.edu.au
5a544e9046
Slight iteration on bug 163785 to gain perf
2002-09-04 02:31:46 +00:00
rbs%maths.uq.edu.au
13bee841d9
Minimum font-size wasn't working if no font props was specified, b=163785, r=dbaron, sr=bzbarsky
2002-09-03 23:55:48 +00:00
dougt%netscape.com
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
rods%netscape.com
df5117a6a4
Checked in from wrong tree.
2002-09-03 23:25:17 +00:00
rods%netscape.com
75dbca9f89
Bug 164250 Instrument the PrintEngine for print testing
...
r=dcone sr=kin
2002-09-03 23:21:15 +00:00
sicking%bigfoot.com
9eb194492c
Bug 159314: Fastload is wasteful wrt nodenames. Instead of serializing nodename+namespaceURI for each element/attribute, serialize a table of all nodename+namespaces used by a document and then serialize pointers into that.
...
r=jst sr=hyatt
2002-09-03 22:31:38 +00:00
jfrancis%netscape.com
e34b1a5873
imprved fix for 78676: fixed evilness that caused 166056 crash. r=sfraser, sr=kin
2002-09-03 21:55:03 +00:00
jfrancis%netscape.com
f6502c0183
backing out 78676 to unblock tree (bug 166056)
2002-09-03 20:36:26 +00:00
rods%netscape.com
d344d95c7f
Bug 165122 rearrange initializer r=rods sr=bz
2002-09-03 14:40:53 +00:00
jfrancis%netscape.com
17ffc2f7c8
fix for Bug 105761: pasting partial link loses linkiness
r=cmanske; sr=kin
2002-09-03 10:46:53 +00:00
jfrancis%netscape.com
b01e221e01
fix for Bug 78676: selection inside a single <li> shouldn't include bullet.
r=fm; sr=kin
2002-09-01 07:43:35 +00:00
mjudge%netscape.com
2e3c886ca3
23784 r=akk sr=dbaron fix for stopping immediate drag after double clicking of the mouse
2002-08-30 01:32:11 +00:00
jfrancis%netscape.com
bdd2e91772
fix for 159842: parser has no mechanism to allow parsing of incomplete html fragments. sr's from heikki, kin, bz
2002-08-29 08:17:41 +00:00
jkeiser%netscape.com
1cc752dbaf
Make anonymous content inaccessible to web content (bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-08-29 04:05:39 +00:00
aaronl%netscape.com
64cc637a9a
Bug 163897. Can't copy image location. r=rods,caillon, sr=bzbarsky
2002-08-29 01:01:31 +00:00
bbaetz%student.usyd.edu.au
e6efe12743
Backing out jkeiser's checkin for bug 164086 (not bug 96537) because he
...
left a file out, and the tree turned red....
2002-08-28 10:13:28 +00:00
jkeiser%netscape.com
f9f5ddfac8
Make anonymous content inaccessible to web content (bug 96537), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-08-28 08:19:43 +00:00
smontagu%netscape.com
8a97484aed
Bug 82352: Can't select multiline right-to-left text. r=mjudge, sr=bz.
2002-08-28 00:05:54 +00:00
dougt%netscape.com
d0dc56776f
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
alecf%netscape.com
5d2a2e5fef
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
mjudge%netscape.com
50c6f53d6c
4302 r=jfrancis sr=kin. pageup/down bug with navigation.
2002-08-26 20:55:30 +00:00
dougt%netscape.com
d9188b4471
Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec.
2002-08-26 20:36:44 +00:00
shanjian%netscape.com
158508abc3
#137657 html content serializer and nsISaveAsCharset does not handle surrogate correctly
...
handle surrogate pair
r=ftang, sr=blizzard
2002-08-26 20:23:14 +00:00
shanjian%netscape.com
a55ae9218a
#162239 POST document could not inherit charset from previous page if the previous charset is from autodetection.
...
r=ftang, darin, sr=jst
added PrevDocCharset to markupViewer, and pass around previous document charset.
This charset is later used to load POST document.
2002-08-26 20:13:31 +00:00
rods%netscape.com
8153c9f5c8
checks visibility on IFrames so it knows whether it needs to print/dislpay them
...
Bug 158195 sr=jst r=dcone
2002-08-26 14:37:59 +00:00
roc+%cs.cmu.edu
c0c4d81870
Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin
2002-08-24 14:41:28 +00:00
jfrancis%netscape.com
071caf9947
fix for 149320: crash if invalid setStart is set on a Range
...
r=glazman; sr=kin
2002-08-23 18:02:45 +00:00
rods%netscape.com
64dbd3ade1
Move printing code out of the DocumentViewer
...
add in #defines to turn on and off printing and print preview
Bug 139905 r=dcone sr=jst
2002-08-21 12:01:05 +00:00
jst%netscape.com
891dd6288c
Renaming GetDocShellChildren() to GetDocShellChildCount(). See bug 98158 for details.
2002-08-19 20:55:03 +00:00
henry.jia%sun.com
a65ab30704
Fix bug 159889: replace the hardcode of "@mozilla.org/preferences;1" with NS_PREF_CONTRACTID
...
Patch by leon.zhang@sun.com
r=Henry, sr=alecf
2002-08-19 04:29:58 +00:00
henry.jia%sun.com
92851574be
Patch for bug Bug 98158: Recursive frames exhaust memory
...
Patch By Jack.Jia@sun.com
r=jkeiser, sr=jst
2002-08-19 04:04:43 +00:00
jst%netscape.com
1e70b268c9
Fixing topcrash bug 162526. Change the shutdown code in nsGenericElement so that the order in which things are torn down, and also the things that are torn down match what we did before my fix for bug 156364. This causes us to leak what we leaked before my fix for bug 156364. r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu
2002-08-17 01:06:11 +00:00
heikki%netscape.com
2fa45fa451
Bug 163039, relax sanity check on XML serializer so that we won't throw an error if the serialized document is not XML. This is needed because Bugzilla (at least) abuses XMLSerializer (to edit attachments). r=sicking, sr=jst.
2002-08-16 23:24:15 +00:00
dbaron%fas.harvard.edu
8c9dc77d09
Handle style attribute changes in XUL through the normal style change mechanism rather than forcing a reframe. Change nsIStyledContent::WalkInlineStyleRules to nsIStyledContent::GetInlineStyleRule to simplify nsCSSFrameConstructor::AttributeChanged. b=156971 sr=hyatt r=bzbarsky
2002-08-16 11:29:20 +00:00
bzbarsky%mit.edu
8abffee962
Adding files for Load/Save. Not part of build.
2002-08-16 02:05:22 +00:00
bzbarsky%mit.edu
02a790ca16
Fix placement of positioned elements with auto "top". Bug 44508, patch
...
by Mats Palmgren (mats.palmgren@bredband.net ), r=dbaron, sr=bzbarsky.
2002-08-15 23:00:23 +00:00
darin%netscape.com
8f0aa5304b
second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf
2002-08-15 18:38:46 +00:00
seawood%netscape.com
05e63948e6
Removing unused _NS_IMPL_LAYOUT define.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162308 r=cls
2002-08-15 05:39:40 +00:00
jst%netscape.com
32657223c0
Fixing typo's in comments. Typo's found by dbaron (bug 162526).
2002-08-14 20:48:55 +00:00
dbaron%fas.harvard.edu
67ee818e6d
Attempt to fix page load regression. b=35768
2002-08-14 14:01:39 +00:00
dbaron%fas.harvard.edu
087fa15482
Remove unused method nsIStyleRule::GetStrength. b=162492 r=kin sr=bzbarsky
2002-08-14 13:16:35 +00:00
dbaron%fas.harvard.edu
45592f7692
Implement CSS2 :lang() selector. Fix problems with dynamic changes of 'quotes' property. Patch mostly by Ulrich Drepper (drepper@redhat.com), with some changes by Pierre Saslawsky and dbaron. r=rbs, dbaron sr=bzbarsky b=35768
2002-08-14 12:34:39 +00:00
heikki%netscape.com
69b34bec32
Bug 63558, we now store XML declaration in the document and can serialize it. There is fix for 158617 as well, newlines behave properly around doctype. r=bzbarsky, sr=jst.
2002-08-13 18:41:16 +00:00
jst%netscape.com
c9ed445f65
Fixing bug 156364. Laying the groundwork for associating more info with elements in the DOM, and moving event listener managers and range lists out of nsGenericElement slots. This change cuts down on the size of nsGenericElement. r=sicking@bigfoot.com, sr=rpotts@netscape.com
2002-08-13 00:50:50 +00:00
seawood%netscape.com
97fd6e4aed
Removing unused defines:
...
_IMPL_NS_BASE (bug #162142 )
_IMPL_NS_GFXONXP (bug #162145 )
_IMPL_NS_UI (bug #162183 )
B_ONE_M (bug #162196 )
XP_NEW_SELECTION (bug #162230 )
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
caillon%returnzero.com
78b8618b03
Bug 158674 - nsDocumentFragment::DropChildReferences() causes leaks because it doesn't do what it says
...
Thanks to Harshal <keeda@hotpop.com> for the patch.
r=peterv
sr=jst
2002-08-10 08:31:15 +00:00