Commit Graph

6981 Commits

Author SHA1 Message Date
jfrancis%netscape.com
8fa7c6fc08 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
640c98106b backing out 78676 to unblock tree (bug 166056) 2002-09-03 20:36:26 +00:00
rods%netscape.com
aba304f7d5 Bug 165122 rearrange initializer r=rods sr=bz 2002-09-03 14:40:53 +00:00
jfrancis%netscape.com
0d82a86d5a fix for Bug 105761: pasting partial link loses linkiness r=cmanske; sr=kin 2002-09-03 10:46:53 +00:00
jkeiser%netscape.com
315e8af3d3 Make wbr take back what it said about being an eHTML_FORM_CONTROL. (bug 166307), r=caillon@returnvalue.com, sr=jst@netscape.com 2002-09-03 07:04:50 +00:00
gilbert.fang%sun.com
a5b4e1d508 bug 129808 Preferences panel accelerator keys don't work when category tree or if OK/Cancel/Help buttons have focus
r=bryner,sr=bzbarsky
Factoring out the HandleAccessKey method of EventStateManager,
checking all sub docShell's accesskey and if necessary, bubbling up to the
parent docShell's EventStateManager's HandleAccessKey method.
2002-09-03 05:48:06 +00:00
andreas.otte%debitel.net
932f63b026 fix bug 166085 [Assertion constructing about: URIs
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
jfrancis%netscape.com
5e869d6e83 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
bzbarsky%mit.edu
2ca6027e50 nsIExpatSink changed... deal with that. Not part of build. 2002-08-31 11:57:35 +00:00
peterv%netscape.com
3745f63a12 Fix for bug 146116 (Image.prototype.foo not delegated to by (new Image).foo). r=sicking, sr=jst. 2002-08-30 08:48:58 +00:00
mjudge%netscape.com
6a091661e4 23784 r=akk sr=dbaron fix for stopping immediate drag after double clicking of the mouse 2002-08-30 01:32:11 +00:00
bzbarsky%mit.edu
51f8c6e76f Option.selected = false should not select the option. Bug 165404,
r=sicking,jkeiser, sr=jst
2002-08-29 21:53:22 +00:00
brade%netscape.com
64c81b056e fix pageup/pagedown keybinding for browser (bug 165255) 2002-08-29 13:01:57 +00:00
jfrancis%netscape.com
308ab1fe69 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
axel%pike.org
1b155ee4fd bug 156523, don't load alternate XSLT stylesheets, r=sicking, sr=heikki 2002-08-29 06:53:59 +00:00
jkeiser%netscape.com
32844f7719 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
223216a863 Bug 163897. Can't copy image location. r=rods,caillon, sr=bzbarsky 2002-08-29 01:01:31 +00:00
brade%netscape.com
2a57895483 check in patches for 4302 that were overlooked when landing fix for bug 4302 (shift keybindings for pageup/pagedown) 2002-08-28 13:36:44 +00:00
brade%netscape.com
a28a7b2f4f check in patch which was overlooked when checking in fix for bug 4302 2002-08-28 13:32:48 +00:00
brade%netscape.com
38076d4fad missing piece from checkin for bug 4302 2002-08-28 13:26:37 +00:00
axel%pike.org
311e1be821 fix MOZ_TIMELINE bustage by bzbarzky, bug 119321. code by peterv, r=me 2002-08-28 12:18:26 +00:00
bbaetz%student.usyd.edu.au
e1742b6500 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
8aa6968431 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
7b51b06214 Bug 82352: Can't select multiline right-to-left text. r=mjudge, sr=bz. 2002-08-28 00:05:54 +00:00
bzbarsky%mit.edu
d9ea7f8f8f Bug 119321 and bug 80106. Create a generic nsIUnicharStreamLoader that
makes two callbacks -- one to determine the charset and one to provide
an nsIUnicharInputStream.  Use this in the CSSLoader instead of
allocating a single big buffer for the sheet.  Clean up the way we look
for the @charset charset in the sheet data.

r=rpotts for netwerk/, r=peterv for content/, r=smontagu for intl/,
sr=darin for the whole thing.
2002-08-27 23:47:25 +00:00
alexsavulov%netscape.com
244d832b0c Fix for bug 164065 - Broken image input element crashes the browser.
r= jkeiser, sr= jst
2002-08-27 22:00:26 +00:00
dougt%netscape.com
22ffaadb79 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
dc6d6e3736 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
a07cba5734 4302 r=jfrancis sr=kin. pageup/down bug with navigation. 2002-08-26 20:55:30 +00:00
dougt%netscape.com
4f8934ad1d 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
6e05a86467 #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
fd1c7b2e6c #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
55343734f9 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
cb32a0f906 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
aaa2fa4d02 fix for 149320: crash if invalid setStart is set on a Range
r=glazman; sr=kin
2002-08-23 18:02:45 +00:00
jkeiser%netscape.com
d915e93f21 Fix file event.originalTarget problem (bug 163598), r=joki@netscape.com, sr=jst@netscape.com 2002-08-22 06:10:56 +00:00
jkeiser%netscape.com
60ffc18bd5 Make clicking button outside of form not crash (bug 163327), r=alexsavulov@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-22 02:49:36 +00:00
rods%netscape.com
62153d892d 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:55:24 +00:00
rods%netscape.com
fa04fb294e 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
dbaron%fas.harvard.edu
9ced6ae565 Remove unused Equals and HashValue methods (methods that were once on nsIStyleRule). b=163058 r=hyatt sr=kin 2002-08-20 19:40:23 +00:00
jkeiser%netscape.com
cf463ad81a Make option.value = option.text when there is no value attribute (bug 162368), r=rods@netscape.com, sr=jst@netscape.com 2002-08-20 02:45:02 +00:00
jkeiser%netscape.com
c58de3a2c2 Turn off double submit protection after JS sets action or target (bug 145142), r=alexsavulov@netscape.com, sr=jst@netscape.com 2002-08-20 02:35:39 +00:00
jkeiser%netscape.com
f62de0f15a Make one-level-deep selects do add() and remove() 5-6 times faster (bug 113491), r=rods@netscape.com, sr=dbaron@fas.harvard.edu 2002-08-19 21:25:51 +00:00
jkeiser%netscape.com
0a3aa5e4e5 Fix crash on clicking button outside of form (bug 163327), r=rods@netscape.com,
sr=dbaron@fas.harvard.edu
2002-08-19 21:01:56 +00:00
jst%netscape.com
291ee4a44f Renaming GetDocShellChildren() to GetDocShellChildCount(). See bug 98158 for details. 2002-08-19 20:55:03 +00:00
dbaron%fas.harvard.edu
878be4835f Correctly process a framechange hint on the root element to prevent crashes. Prevent selects from triggering style reresolution before they're added to the document, and prevent a little bit more reresolution that's a performance hit. b=143862 r=bzbarsky, jkeiser sr=jst, waterson 2002-08-19 18:35:09 +00:00
dbaron%fas.harvard.edu
8c3542b0dd Ensure that the event state manager doesn't send content state changed notifications for content that's been removed from the document. b=157322 r=bryner sr=kin 2002-08-19 18:31:59 +00:00
henry.jia%sun.com
227be5af9c 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
708e046b20 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
bryner%netscape.com
025fb3a058 Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls. 2002-08-19 03:50:27 +00:00