jkeiser%netscape.com
3ae0157a84
Select not reframing when size changes (bug 170446), r=rods@netscape.com, sr=bzbarsky@mit.edu
2002-12-12 22:58:48 +00:00
peterv%netscape.com
7ade523ba0
Bustage fix.
2002-12-11 15:06:40 +00:00
peterv%netscape.com
c8c3b38f06
Bustage fix.
2002-12-11 14:58:13 +00:00
peterv%netscape.com
eef263b19e
Fix for bug 183999 (Modernize content). r=caillon, sr=bz.
2002-12-11 14:24:49 +00:00
bzbarsky%mit.edu
5940c8be4e
And backing bug 182124 yet again... why is comet the _only_ tinderbox showing
...
the problem?
2002-12-11 12:42:50 +00:00
bzbarsky%mit.edu
175bfa18ac
relanding bug 182124 since it looks like comet was just noise and the other Ts
...
boxes that cycled with this show no problems...
2002-12-11 05:40:14 +00:00
bzbarsky%mit.edu
1779ed3eca
Backing out bug 182124 because I think it caused Ts to go up...
2002-12-11 04:35:37 +00:00
bzbarsky%mit.edu
5f0d688d44
Use the prototype cache smarter, not harder, for getting sheets. Bug
...
183859, r=sicking, sr=brendan.
2002-12-11 03:33:40 +00:00
bzbarsky%mit.edu
7a11dca83f
Chrome protocol handler should not munge URIs on channel open (and remove some
...
workarounds around that behavior). Bug 182124, r=rjc, sr=darin
2002-12-11 03:29:27 +00:00
harishd%netscape.com
5a50d2c541
Avoid unnecessary string copies in nsFixPtr. b=169764, r=heikki, sr=peterv.
...
** Patch provided by jst@netscape.com **
2002-12-11 01:46:46 +00:00
bzbarsky%mit.edu
934193c384
Resolve possible problem in the unlikely event that we kick off an async load
...
for a sheet and then kick off a sync load for the same sheet before the async
load completes... Bug 183299, r=sicking, sr=peterv
2002-12-11 00:28:47 +00:00
bzbarsky%mit.edu
a2bf27cfb4
Remove some nsISupportsArray usage in nsSelection in favor of nsCOMArray. Bug
...
184022, r=timeless, sr=peterv
2002-12-11 00:02:49 +00:00
caillon%returnzero.com
58177694ed
182954 - Convert content to use nsIPrefService, nsIPrefBranch, and friends.
...
r=sicking sr=peterv
2002-12-10 23:44:03 +00:00
alexsavulov%netscape.com
53016edcfa
d'oh, missed this in previous checkin for bug 183890 (mea culpa)
2002-12-09 19:15:52 +00:00
alexsavulov%netscape.com
1107b5bc04
fix for bug 183890: this bug was introduced by the fix for bug 147878 that
...
is an addition to fix for bug 138957 (the form submission deferral in JS
handlers to wait for the return value.)
the current patch fixes the bug so that it resets mDeferSubmission false only
if we are in the NS_FORM_SUBMIT event preventig reseting in a bubling phase
of a possible onclick of a submit button/image.
r= jkeiser sr= jst a= brendan
2002-12-09 19:11:12 +00:00
jkeiser%netscape.com
928715aac0
Oog. Green and open not enough. jkeiser back self out, keep drivers from hitting with big rock.
2002-12-09 06:15:33 +00:00
jkeiser%netscape.com
cdf00824db
Make select redisplay correctly when size changes between 1 and not-1 (bug 170446), r=rods@netscape.com, sr=bzbarsky@mit.edu
2002-12-09 06:02:00 +00:00
jkeiser%netscape.com
58e0c572a2
fix behavior (and crasher) when changing type during event handler (bug 175670), patch by Rick.Ju@sun.com, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu
2002-12-09 05:56:58 +00:00
aaronl%netscape.com
d1b84fe5e1
Bug 178520. input.focus() should not do input.select(). r=bryner, sr=bzbarsky, a=asa
2002-12-07 00:56:03 +00:00
sicking%bigfoot.com
bc30311143
Bug 178601: Fix recursion-crash by makeing sure to not reevaluate a script if the script moves its container element. Patch by Harshal (keeda@hotpop.com)
...
r=sicking sr=bz a=asa
2002-12-06 08:16:34 +00:00
dbaron%fas.harvard.edu
f260bf1d61
Fix build bustage inside |#ifdef DEBUG_dbaron|. (Not part of build.)
2002-12-06 04:42:49 +00:00
dean_tessman%hotmail.com
0bb1cb85f4
bug 30431 - Intellimouse Explorer Backwards and Forwards button support.
...
r=rods on widget, timeless on content
sr=bryner
a=asa
2002-12-06 03:41:43 +00:00
bzbarsky%mit.edu
2b37dbfedc
Fix crash in some icky document.write() cases.. We gotta stop blocking the
...
parser. Bug 183784, r=sicking, sr=peterv, a=asa
2002-12-06 01:27:37 +00:00
timeless%mozdev.org
bea53cd3c6
Bug 183309 Mozilla crashes on startup. - Trunk [@ nsBindingManager::GetXBLDocumentInfo]
...
patch by nallen@acm.org r=brendan sr=alecf a=asa
2002-12-05 21:25:23 +00:00
bzbarsky%mit.edu
14df08c2a9
I meant 8192 and typed 8092. r/sr/a=brendan
2002-12-05 06:36:18 +00:00
bzbarsky%mit.edu
8739316360
Um.. spell PRUint16 right
2002-12-04 06:15:43 +00:00
bzbarsky%mit.edu
e25163073f
Fix mac bustage
2002-12-04 06:13:56 +00:00
bzbarsky%mit.edu
704d627e65
UTFInputStream does not do very good error-recovery, so always
...
use nsConverterInputStream instead. Bug 183165, r=timeless, sr=sspitzer,
general approval=dbaron
2002-12-04 06:07:50 +00:00
kyle.yuan%sun.com
624d00d49b
Bug 134823 Toolbars don't honour accesskeys
...
r=dean_tessman, sr=jaggernaut
support accesskey for toolbarbutton
2002-12-04 05:38:07 +00:00
caillon%returnzero.com
2dfcddf813
Bug 177328: Update compareTreePosition to compareDocumentPosition as per the latest DOM3 Core WD: http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#Node3-compareDocumentPosition
...
r=bzbarsky sr=jst
2002-12-04 05:18:39 +00:00
caillon%returnzero.com
d84dcb7bfa
182702: Convert printing code to use nsIPrefBranch and nsIPrefService
...
r=rods sr=roc+moz
2002-12-04 02:03:17 +00:00
karnaze%netscape.com
1e5fe33205
bug 127286 (part I due to cvs problems) - Handle splitting of floaters when lines impacting them are outside the block containing the floaters. sr=kin, r=alexsavulov
2002-12-04 00:25:43 +00:00
alexsavulov%netscape.com
21c1fbc661
Fix for bug 147878 - defer submission until onSubmit returns so we can
...
chose to submit name/value or the triggering element if the return is true.
r= jkeiser sr= jst
2002-12-03 23:06:34 +00:00
bzbarsky%mit.edu
54a05568ad
Take out the hack added in bug 47846 to deal with the fact that Equals() did
...
not work on mailnews urls. It works fine now (see bug 98626).
Bug 182248, r=bienvenu. sr=darin
2002-12-03 20:19:18 +00:00
karnaze%netscape.com
155780adb3
bug 180805 - Added GetAdjustedParentFrame to handle fieldsets. Moved inner/outer table logic there. Added fieldset logic to IsValidSibling. sr=bzbarsky, r=jkeiser.
2002-12-03 16:02:42 +00:00
karnaze%netscape.com
22356ecce3
bug 161644 - don't allow a first letter to be a block unless it is floating. sr=bzbarsky, r=dbaron.
2002-12-03 15:48:26 +00:00
bzbarsky%mit.edu
362bf5cd8b
Fixing compiler warning. r=timeless.
2002-12-03 15:14:00 +00:00
peterv%netscape.com
c66c7382b4
Fix for bug 165532 (Disable cross-site loading of XSLT stylesheets by default). r=sicking, sr=bz.
2002-12-03 09:20:43 +00:00
bzbarsky%mit.edu
0ed35654f5
ugh. Forgot this one line...
2002-12-03 08:29:35 +00:00
bzbarsky%mit.edu
d22acb835e
get rid of build warning for unused var.
2002-12-03 06:53:22 +00:00
bzbarsky%mit.edu
4667677aa7
Change nsICSSLoader to nsAString instead of nsString (build bustage).
2002-12-03 06:46:46 +00:00
bzbarsky%mit.edu
c815579255
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2002-12-03 05:48:14 +00:00
alecf%netscape.com
b700a500d1
stupid mac / linux compilers were accepting "const const" - but the mac does not.
...
fixing bustage
2002-12-03 02:24:50 +00:00
sicking%bigfoot.com
583cd72c24
Bug 169124: Make the XSLT contentsink create generic xml-elements for all elements to get around limitations with xhtml elements. Also do some cleaning in the XML contentsink.
...
r=harishd sr=peterv
2002-12-02 23:24:57 +00:00
alecf%netscape.com
177f12f225
oops, forgot to add that my last checkin was bug 177545
2002-12-02 22:32:04 +00:00
alecf%netscape.com
28fbb1af13
switch nsBindingManager over to pldhash and nsDoubleHashtable - this greatly reduces the number of allocations from XBL, the single worst consumer of nsHashtable!
...
sr=brendan, r=hyatt
2002-12-02 22:30:26 +00:00
cbiesinger%web.de
304fb299ae
bug 84756 patch by Harshal <keeda@hotpop.com> r=caillon sr=peterv
...
JS menu is destroyed during use
2002-12-01 13:54:39 +00:00
peterv%netscape.com
cf2f43d2c9
Fix OS/2 bustage.
2002-11-30 09:45:19 +00:00
peterv%netscape.com
20ca8a4ff2
Bustage fix.
2002-11-30 00:27:09 +00:00
alexsavulov%netscape.com
1c278ed2f5
Fix for bug 138957 - Submission triggering element must submit nam/value pair
...
if the submission is performed from onlcick and the handler retunrs true.
Introduced submission deferal to wait for the handler's return value.
r= jkeiser sr=jst
2002-11-30 00:01:21 +00:00