dbaron%dbaron.org
be77f9b6d9
Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky
2004-11-30 05:52:59 +00:00
dbaron%dbaron.org
32654cf7f5
Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
2004-11-30 05:31:37 +00:00
mats.palmgren%bredband.net
017629698f
Skip leading space inside :not(). b=271916 r+sr=dbaron
2004-11-28 15:04:13 +00:00
mvl%exedo.nl
71e45457d5
Implement DOM 3 isDefaultNamespace()
...
bug 270640, patch by smaug@welho.com , r+sr=jst
2004-11-28 10:57:22 +00:00
cls%seawood.org
889130dcb5
`mkdir -p` is not portable. Use `nsinstall -D` instead.
...
Fixing otaku bustage.
Bug #261426
2004-11-27 06:02:57 +00:00
mats.palmgren%bredband.net
0dd497ef90
Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
2004-11-26 21:05:45 +00:00
roc+%cs.cmu.edu
76c942edd9
Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron
2004-11-26 18:40:58 +00:00
timeless%mozdev.org
42abfb3a78
Bug 271814 build bustage VS6 in nsSVGUseElement.cpp
...
patch by jonathan.watt@strath.ac.uk r=callek
2004-11-26 06:05:52 +00:00
bzbarsky%mit.edu
b35b2a6d92
Add a utility method for finding the containing block to nsHTMLReflowState, and
...
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent. Bug 263374, r+sr=dbaron
2004-11-25 02:43:28 +00:00
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
dbaron%dbaron.org
f749b59b77
Make page up and page down leave at most two lines in common between pages. b=175380 r+sr=roc
2004-11-24 22:05:36 +00:00
neil%parkwaycc.co.uk
d13fb54f7e
Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
2004-11-24 00:19:21 +00:00
darin%meer.net
373f51f2c6
fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
2004-11-23 20:53:38 +00:00
bzbarsky%mit.edu
35e3f1fd67
Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
...
r+sr=jst
2004-11-23 17:45:37 +00:00
bzbarsky%mit.edu
7198a5985b
Add methods to get screen coordinates of frames and views. Bug 268576,
...
r+sr=roc
2004-11-23 17:26:19 +00:00
bzbarsky%mit.edu
ee3a61b53f
deCOMify nsIStyledContent::GetID (make it return we a weak pointer to the ID
...
atom). Bug 244249, patch by jpl24 <jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2004-11-23 17:21:37 +00:00
tor%cs.brown.edu
d5bc110e6d
Bug 237020 - use/symbol implementation. r=jwatt, shared moz files sr=roc.
2004-11-23 13:51:57 +00:00
aaronleventhal%moonset.net
8368ba8462
Bug 270030. Tabbing gets stuck at first child input elements. r=ginn.chen, sr=neil.parkway, a=asa
2004-11-19 04:28:56 +00:00
jshin%mailaps.org
38ba67c1cc
get rid of the previous check-in (I didn't realize that the tree was frozen. I'm sorry)
2004-11-19 03:32:28 +00:00
jshin%mailaps.org
a2da74d97c
bug 36322 : Japanese text justification, patch by masayuki@d-toybox.com (r/sr=roc)
2004-11-19 03:21:12 +00:00
tor%cs.brown.edu
f5e2056f84
Bug 265988 - SVGDocument cleanup. Patch by jonathan.watt@strath.ac.uk, r=tor.
2004-11-18 23:32:06 +00:00
bzbarsky%mit.edu
4b9ac417d8
Expose the content-disposition header on documents (via nsIWindowUtils), and
...
use it for save as. Bug 263697, r=biesi, sr=jst, a=asa
2004-11-18 20:50:16 +00:00
shaver%mozilla.org
c5b21b0df3
Bug 267352: make sure frame construction events are flushed before starting
...
to print, to fix regression (form inputs print blank) from 228557. r=darin,
sr=jst, a=roc.
2004-11-17 16:38:01 +00:00
bmlk%gmx.de
71fc0034a0
large colspan protection as other browsers do, bug 141818 r/sr=bzbarsky
2004-11-16 15:46:55 +00:00
tor%cs.brown.edu
aca19bf47b
Bug 269891 - crash in stroke-dasharray sharing. r+sr=bzbarsky
2004-11-15 04:43:11 +00:00
jshin%mailaps.org
ca730bd81d
bug 263132 IME reconverting does not work with IME of Japanese, patch by masayuki@d-toybox.com r=Ilya Konstantinov, sr=bryner
2004-11-13 12:00:56 +00:00
bryner%brianryner.com
0a7f69feb5
Implement CloneNode() for XTF elements (bug 265933). Patch by smaug@welho.com, r=bryner, sr=jst.
2004-11-13 00:27:18 +00:00
timeless%mozdev.org
ea2f3df3b9
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
bryner%brianryner.com
00b96a40fd
Fix conflicting notification constant.
2004-11-10 05:57:30 +00:00
bryner%brianryner.com
c1f5c4af67
Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst
2004-11-09 23:59:24 +00:00
tor%cs.brown.edu
e7c44d32db
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
2004-11-09 18:19:28 +00:00
timeless%mozdev.org
c24b220b19
Bug 267311 netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") in a XBL constructor make mozilla crash. [@ JS_FrameIterator]
...
r=jst sr=bz
2004-11-05 15:39:58 +00:00
alex%croczilla.com
7a264f0c8b
Bug 263464: Reduce XTF QI roundtrips by consolidating 'AggregatesInterface()' and 'NS_NewXTFInterfaceAggregator()'. r=bryner. Affects XTF-enabled builds only.
2004-11-05 15:18:21 +00:00
neil%parkwaycc.co.uk
869014801a
Bug 267302 Views should be created by the view manager r+sr=roc
2004-11-04 15:06:50 +00:00
jst%mozilla.jstenback.com
0fa818b934
Fixing bug 265456. Prevent code in a hidden tab from stealing focus. r+sr=bryner@brianryner.com
2004-11-04 01:36:18 +00:00
jst%mozilla.jstenback.com
8e27207052
Fixing bug 265055. Prevent textarea.select() in a hidden tab from stealing focus(). r+sr=bryner@brianryner.com
2004-11-04 01:32:40 +00:00
jst%mozilla.jstenback.com
336e4ca044
Landing followup workaround for bug 124750. Prevent input.select() from focusing elements in hidden tabs. r+sr=bryner@brianryner.com
2004-11-04 01:25:11 +00:00
jst%mozilla.jstenback.com
1f60c6aba0
Landing workaround for bug 124750. Don't let DOM calls focus elements in hidden tabs. r+sr=bryner@brianryner.com
2004-11-04 01:24:05 +00:00
pkw%us.ibm.com
11e191c60c
Bug 267511 - tons of assertions from bug 204784 fix.
...
r+sr=bzbarsky@mit.edu
2004-11-03 21:28:40 +00:00
bryner%brianryner.com
8f76cdccdc
Reduce string copying from nsGenericHTMLElement::GetHrefURIForAnchors (bug 267506). r+sr=jst.
2004-11-03 19:44:59 +00:00
bzbarsky%mit.edu
683944da62
Create an api for easily converting between the coordinate systems of two
...
frames or two views. Use this to fix the auto-positioning of abs pos boxes to
work no matter how their containing block and the block their placeholder lives
in are related, and convert various other callers to the new API. Bug 266968,
r+sr=roc
2004-11-03 16:16:57 +00:00
jst%mozilla.jstenback.com
d9915d605d
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
2004-11-02 19:52:32 +00:00
pkw%us.ibm.com
7b8679da30
Bug 204784 - form.elements[] not order preserving when using javascript DOM interface.
...
r/sr=bzbarsky@mit.edu
2004-10-31 19:58:10 +00:00
dbaron%dbaron.org
cef682699c
Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky
2004-10-31 17:33:50 +00:00
bzbarsky%mit.edu
4b50f2dfaa
Allow setting the value of <input type="file"> to an empty string even in
...
untrusted script. Bug 266744, r=sicking, sr=jst
2004-10-30 18:11:25 +00:00
aaronleventhal%moonset.net
a699892779
Bug 258514. Click on anchor with location hash sometimes first focusable child a focus rectangle. r=mats, sr=bryner
2004-10-29 13:40:25 +00:00
varga%nixcorp.com
5d540d9b17
Bumping IIDs for bug 221619.
...
r=timeless sr=darin
2004-10-29 06:29:49 +00:00
bzbarsky%mit.edu
a9a4505860
Fix some case issues with getElementsByTagName(NS) in tag-soup and XHTML. Bug
...
264609, r+sr=jst
2004-10-28 02:34:21 +00:00
jst%mozilla.jstenback.com
42a3d0db85
Fixing part of bug 265790 (the part that's a regression from bug 265921). Make it possible to flag DOM events as trusted when created using DOM APIs from native code, and marking the DOMWindowClose event (and a few other fired from nsGlobalWindow) as trusted to make closing a tab from script close the tab only, and not the whole window. r+sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
2004-10-28 00:36:30 +00:00
bryner%brianryner.com
540ad4bd76
Fix XTF build (bug 266188). Patch by doron, r=aaronr@us.ibm.com, sr=me.
2004-10-27 08:23:04 +00:00
bzbarsky%mit.edu
7cac02fb30
Make it possible to use the string input stream without heap-allocating a
...
string. Bug 263973, r=darin, sr=dbaron
2004-10-27 02:19:43 +00:00
tor%cs.brown.edu
ea52aa688f
Bug 263550 - respect overflow attribute of <svg:svg>. r=scootermorris
2004-10-27 00:25:08 +00:00
tor%cs.brown.edu
0ab68306cf
Bug 266183 - correct default values for gradient attributes.
...
Patch by scootermorris@comcast.net , r=tor
2004-10-26 23:38:18 +00:00
aaronleventhal%moonset.net
b8351a14b5
Bug 251498. Implement outline-offset. r+sr=roc
2004-10-26 12:57:15 +00:00
ginn.chen%sun.com
3eeb159f47
bug 251492 [gnome]selected item text wrong color in high-contrast themes
...
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text
2004-10-26 01:45:28 +00:00
jst%mozilla.jstenback.com
af6ef41111
Fixing bug 265921. Prevent script from closing tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org, patch by bzbarsky@mit.edu and jst@mozilla.org
2004-10-26 00:13:50 +00:00
tor%cs.brown.edu
81a5c0e83a
Bug 264832 - SVGSVGElement.createSVG{Number,Length} not implemented.
...
Patch by jwatt, r=tor.
2004-10-25 15:18:03 +00:00
bzbarsky%mit.edu
5522863148
"Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon
...
<julien.lafon@gmail.com>, r=roland.mainz, sr=henry.jia
2004-10-24 18:34:50 +00:00
bzbarsky%mit.edu
fec2acdc1f
Fix binding teardown to clear out insertion parent entries for nodes that no
...
longer have insertion parents. Bug 261818, r=bryner, sr=jst
2004-10-24 17:30:47 +00:00
bzbarsky%mit.edu
7517e43142
Make XSLT stylesheet loads check content policy. Bug 203211, r=sicking,
...
sr=peterv
2004-10-24 17:25:58 +00:00
bzbarsky%mit.edu
d129c1e2ce
No need to QI mDocumentURI to nsIURI. It's already one. Noticed by jwatt,
...
r+sr=bzbarsky.
2004-10-24 17:21:20 +00:00
bzbarsky%mit.edu
04fcc42b53
Make setting attributes via attribute nodes in HTML correctly lowercase the
...
attr name. Bug 264644, r=sicking, sr=peterv
2004-10-24 17:18:27 +00:00
bzbarsky%mit.edu
65db654e10
DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24
...
<jlurz24@gmail.com>, r+sr=bzbarsky
2004-10-24 17:10:32 +00:00
dbaron%dbaron.org
d66ce71e18
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
2004-10-24 04:43:49 +00:00
dbaron%dbaron.org
24751ebb09
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
2004-10-24 04:32:21 +00:00
dbaron%dbaron.org
506e34afe3
Propagate trusted flag to synthesized events. b=265774 r+sr=bzbarsky a=asa
2004-10-23 22:29:55 +00:00
dbaron%dbaron.org
642604a088
Propagate trusted flag to synthesized events. b=265692 r=bzbarsky sr=jst a=asa
2004-10-23 22:28:25 +00:00
varga%nixcorp.com
cd1df2e308
Updating my email address.
2004-10-22 18:33:55 +00:00
dbaron%dbaron.org
ac3268fad6
Restrict handling of various things to events coming from the user (not Web content). b=265176 r+sr=jst a=asa
2004-10-22 07:32:08 +00:00
daniel%glazman.org
8b22bb5a47
fixes inconsistent selection schemes in HTML tables; b=261385, r=Neil, sr=roc
2004-10-20 15:24:11 +00:00
jst%mozilla.jstenback.com
b26833d3f2
Backing out the fix for bug 73605 now that bug 17003 is fixed (was fixed quite some time ago). r=jonas@sicking.cc, sr=jst@mozilla.org.
2004-10-19 22:56:30 +00:00
peterv%propagandism.org
7e8c316430
Fix for bug 239873 (DOMStringList interface not matching DOM Level 3). r/sr=jst.
2004-10-19 17:20:14 +00:00
peterv%propagandism.org
fe32ff7788
Protect against a crash, part of bug 261450 (Mozilla crashes when changing DOM Nodes [@ nsRange::TextOwnerChanged]). r/sr=bz.
2004-10-19 15:16:51 +00:00
aaronleventhal%moonset.net
3147de7753
Bug 262578. No click to focus css scrollable areas like overflow:scroll, but you can still click there and scroll -- just no focus outline. r=mats, sr=roc
2004-10-19 02:24:27 +00:00
bzbarsky%mit.edu
b7be76beb6
Remove last vestiges of <plaintext>. Followup to bug 88987, r+sr=jst.
2004-10-18 19:31:01 +00:00
Stefan.Borggraefe%gmx.de
b9862b77d4
Bug 264477: Use proper minus character for XML document tree display
...
r=sicking, sr=bzbarsky
2004-10-16 10:42:02 +00:00
tor%cs.brown.edu
677f27f736
Bug 264580 - implement SVGSVGDocument.current{Scale,Translate}. r=jwatt.
2004-10-15 22:21:03 +00:00
jst%mozilla.jstenback.com
760bc66b0b
Re-enabling the fix for bug 69070 and optimizing some string code in caps that was for sure part of the reason for the Tp regression, and use CheckLoadURIWithPrincipal() to be more correct. r+sr=bzbarsky@mit.edu
2004-10-15 16:34:58 +00:00
peterv%propagandism.org
f3ad153070
Fix for bug 264309 (Consolidate CloneNode implementation macros). r/sr=jst
2004-10-15 14:42:14 +00:00
tor%cs.brown.edu
c6a8869a71
Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
...
r=sicking,afri,tor,jwatt. Shared mozilla code sr=tor,dbaron.
2004-10-14 23:02:53 +00:00
jst%mozilla.jstenback.com
f18c320134
Disable the security check in nsContentUtils::CanLoadImage() to see if that's what costs us 2% per yesterday.
2004-10-14 22:24:07 +00:00
tor%cs.brown.edu
056eba7b9f
Backout accidental checkin.
2004-10-14 17:11:53 +00:00
tor%cs.brown.edu
18915b8f23
Bug 264380 - implement SVGTextContentElement.getComputedTextLength. r=afri.
2004-10-14 17:10:08 +00:00
tor%cs.brown.edu
856f6ebabb
Bug 264370 - implement SVGDocument.rootElement. r=afri
2004-10-14 16:20:37 +00:00
bzbarsky%mit.edu
befd4d0913
Make sure to set mScannerInited when it is. Bug 263959, caught by jag
2004-10-14 15:06:04 +00:00
aaronleventhal%moonset.net
a66b0e2a0f
Bug 263685. getComputedStyle not working on -moz-outline-radius. r=roc, sr=dbaron
2004-10-14 03:32:28 +00:00
bzbarsky%mit.edu
e705bff275
Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
...
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically. Bug 263959, r+sr=dbaron
2004-10-14 03:30:55 +00:00
jst%mozilla.jstenback.com
b816f1743d
More followup changes to my fix for bug 69070. Use docURL since it's available in stead of calling GetDocumentUIR() one more time, as suggested by cbiesinger@gmx.at.
2004-10-14 01:44:50 +00:00
jst%mozilla.jstenback.com
030b0c5586
Followup to my fix for bug 69070. Use the documents character set when creating image URI (per bz's suggestion), and fixing build bustage.
2004-10-13 23:45:22 +00:00
jst%mozilla.jstenback.com
8f85c81aee
Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu
2004-10-13 23:16:58 +00:00
neil%parkwaycc.co.uk
017a11a5a3
Bug 261108 Fix generated click event to be a mouse event r+sr=jst
2004-10-13 22:23:46 +00:00
dbaron%dbaron.org
6bbf7a598e
Store the visible area so other callers of InitialReflow use the right size rather than 0x0. b=227361 r+sr=roc
2004-10-13 21:59:26 +00:00
jst%mozilla.jstenback.com
deb7a231da
Fixing bug 263649. Add handleDefault(nsIDOMEvent) method to nsIXTFElement. Patch by smaug@welho.com, r=bryner@brianryner.com, sr=jst@mozilla.org
2004-10-13 16:05:13 +00:00
bzbarsky%mit.edu
47d033e40b
Fix XML serializer to use default namespaces when possible instead of outputing
...
unneeded namespace prefixes. Also fix possible correctness issues with the
prefixes it generates. Bug 263225, r=peterv, sr=rbs
2004-10-13 01:16:06 +00:00
aaronleventhal%moonset.net
24eabf40af
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
2004-10-13 01:12:14 +00:00
dbaron%dbaron.org
3dc556ddcf
Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky
2004-10-12 18:44:14 +00:00
bzbarsky%mit.edu
65033a43f8
Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337,
...
r+sr=peterv.
2004-10-11 16:29:42 +00:00
bzbarsky%mit.edu
3c30b395b0
Fix up uses of GetOwnerDoc/GetCurrentDoc to use the right one, with an eye
...
towards general sanity on the one hand and sXBL/XBL2 on the other. Bug 263200,
r+sr=peterv
2004-10-11 16:14:27 +00:00
alex%croczilla.com
912b0c6d02
Bug #263465 : Use GetNSManagerWeakRef in nsXMLContentBuilder. r/sr=peterv. Affects XTF-enabled builds only.
2004-10-10 11:09:32 +00:00
aaronleventhal%moonset.net
ec515f3529
Nit - fixing comment for checkin to bug 24676
2004-10-10 02:50:43 +00:00
aaronleventhal%moonset.net
9d1901c669
Bug 24676. Support -moz-outline-radius. r=bzbarsky, sr=roc
2004-10-10 00:51:42 +00:00
bzbarsky%mit.edu
a4fb16e1fb
Fix spelling in comment.
2004-10-09 21:37:57 +00:00
bzbarsky%mit.edu
be30301ca0
Fix ComparePoints() to be faster (helps with things like innerHTML). Bug
...
262764, r+sr=peterv
2004-10-09 21:02:16 +00:00
bzbarsky%mit.edu
964ecc6669
Remove our broken attempt to support <plaintext> (which is very very
...
deprecated). Bug 88987, r=jst, sr=dbaron
2004-10-09 16:55:54 +00:00
bmlk%gmx.de
24db6cc49e
reorganize CalCDominantBorder, reduce the number of arguments, change the border structure. make the rules handling more evident, bug 229883, With more than a little help from my friends (fantasai, boris) r/sr=bzbarsky
...
bustage fix
2004-10-09 12:25:31 +00:00
dbaron%dbaron.org
def3b4425e
Also prevent 'overflow:hidden' elements from being scrollable by wheel mouse. b=259615 r+sr=roc
2004-10-09 05:15:08 +00:00
roc+%cs.cmu.edu
2fdb399a89
Bug 262760. Do Begin/EndUpdateViewBatch around all reflows and restyling. Also, make the refresh flags in EndUpdateViewBatch mean the same thing as they do in UpdateView. In particular we introduce NS_VMREFRESH_DEFERRED. r+sr=bzbarsky
2004-10-09 01:39:21 +00:00
roc+%cs.cmu.edu
b24a28d3fb
Bug 251162. Landing experimental implementation of CSS3 columns. r+sr=dbaron
2004-10-08 12:17:10 +00:00
alex%croczilla.com
1dbc10f464
Bug #263430 : Fix xtf build on gcc 3.4.2. Patch by <peter.kovar@pobox.sk>.
2004-10-08 07:18:52 +00:00
alex%croczilla.com
1d2d283c84
Wrap GetXTFServiceWeakRef in #ifdef MOZ_XTF to fix non-xtf builds.
2004-10-07 21:23:52 +00:00
alex%croczilla.com
800cd23b39
Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag
...
Framework; see mozilla/content/xtf/readme.txt. r=bryner, sr=jst. Code
is not enabled by default (requires --enable-xtf configure option).
2004-10-07 20:59:53 +00:00
bzbarsky%mit.edu
bdfc558fb6
Fix some IsFocusable methods to do the right thing. Bug 261707, r=aaronl, sr=jst
2004-10-07 01:15:40 +00:00
bzbarsky%mit.edu
4925781bb0
Don't go through presshells to get to our window; just use the global object.
...
This fixes various issues that could bite display:none iframes, in particular
bug 262998. r+sr=jst
2004-10-06 20:24:18 +00:00
bzbarsky%mit.edu
9a37c7da84
Fix "normal" and "-moz-initial" values for "content" to do the right thing.
...
Bug 262624, r+sr=dbaron
2004-10-06 00:45:42 +00:00
bzbarsky%mit.edu
52c05405ec
Fix crash if insertRule() is called on an empty string. Bug 261798, r+sr=dbaron
2004-10-06 00:34:06 +00:00
bzbarsky%mit.edu
aebd547783
Fix dynamic class changes in SVG. Bug 262474, r=sicking, sr=tor
2004-10-05 21:48:27 +00:00
tor%cs.brown.edu
acad98f19e
Bug 261974 - async svg painting. Patch by afri, r=tor.
2004-10-04 23:16:57 +00:00
dbaron%dbaron.org
f26ae219a5
Add helper functions that make it easier to cache factories. b=261310 r=darin
2004-10-02 00:44:13 +00:00
mats.palmgren%bredband.net
d11f25bf5c
Fallback to using the ID attribute when NAME is empty for XUL iframes. b=254284 r=neil.parkwaycc.co.uk sr=bzbarsky
2004-10-01 18:32:18 +00:00
mats.palmgren%bredband.net
dd0670bad9
Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron
2004-10-01 17:15:15 +00:00
bzbarsky%mit.edu
82dee81537
Add debug MaxDifference() function to style structs and add some asserts in
...
style context code to catch structs that are returning unexpected or bogus
hints. Bug 258910, r+sr=dbaron
2004-10-01 03:33:05 +00:00
bzbarsky%mit.edu
90316a1bc6
Remove parsing of play-during property, since we don't support it anyway and
...
it's gone from CSS2.1 and CSS3. Bug 258079, r+sr=dbaron
2004-09-30 22:32:28 +00:00
bzbarsky%mit.edu
f53d3d18db
Make createContextualFragment work for XML. Bug 133827, patch by
...
steve.swanson@mackichan.com , r=bzbarsky, sr=jst
2004-09-30 22:27:45 +00:00
dbaron%dbaron.org
e39c91ad66
Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky
2004-09-30 05:18:05 +00:00
bryner%brianryner.com
0239f038ce
Fix UMRs in nsXBLWindowKeyHandler::WalkHandlers. Bug 260312, r+sr=bzbarsky.
2004-09-30 03:36:15 +00:00
jst%mozilla.jstenback.com
ac47282c45
Fixing build bustage on Tru64 UNIX. Part of bug 252326.
2004-09-29 22:10:30 +00:00
aaronleventhal%moonset.net
0011de8436
Bug 260527. More fixes for xul radio button accesskeys. r=mconnor, sr=neil
2004-09-28 19:18:43 +00:00
bryner%brianryner.com
8787891e5a
Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
2004-09-28 18:37:50 +00:00
pinkerton%aol.net
d3d1a8f888
cmd-up/down go to top and bottom of page (bug 241142)
2004-09-24 17:13:44 +00:00
jst%mozilla.jstenback.com
f65293a74e
Fixing bug 260385. Prevent popups from opening from beforeunload events. r=danm.moz@gmail.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org
2004-09-23 23:39:16 +00:00
kyle.yuan%sun.com
45fb2f7b4b
Bug 257581 Cursor (caret) doesn't appear in MailNews Compose Window, although you type something
...
r=daniel, sr=roc, a=asa, patch=ginn.chen@sun.com
2004-09-23 04:04:50 +00:00
kyle.yuan%sun.com
7a7429fade
Backout the last checkin. Haven't noticed that the tree is frozen from 1.8a4.
2004-09-23 02:53:17 +00:00
kyle.yuan%sun.com
61025edecc
Bug 257581 Cursor (caret) doesn't appear in MailNews Compose Window, although you type something
...
r=daniel, sr=roc, patch=ginn.chen@sun.com
2004-09-23 02:50:07 +00:00
bsmedberg%covad.net
4804d22a71
One more forgotten declaration from bug 246014.
2004-09-21 21:05:34 +00:00
bsmedberg%covad.net
9b824e5486
Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst
2004-09-21 20:19:48 +00:00
bzbarsky%mit.edu
f24cc01791
Set checkbox checked state if we didn't restore it (instead of if we didn't
...
restore anything at all). Bug 259486, r+sr=jst
2004-09-21 18:04:47 +00:00
dbaron%dbaron.org
76df8f780b
Turn on CSS error reporting. b=65469 r+sr=bzbarsky
2004-09-21 04:41:42 +00:00
dbaron%dbaron.org
4958d2471b
Don't allow the user to scroll things that are 'overflow: hidden'. b=259615 r+sr=roc
2004-09-21 04:41:08 +00:00
db48x%yahoo.com
b14d273a93
fixes bug 260293: TreeWalker root (currentNode) with no visible descendants goes astray
...
patch by Alex "WeirdAl" Vincent <ajvincent@gmail.com>, r=sicking, sr=bz
2004-09-21 04:13:52 +00:00
neil%parkwaycc.co.uk
1c346b8beb
Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc
2004-09-20 22:25:07 +00:00
dbaron%dbaron.org
d2d895fde6
Fix bustage when CSS error reporting disabled. b=187007
2004-09-20 20:08:20 +00:00
dbaron%dbaron.org
55df280f2e
Make CSS errors localizable. b=187007 r+sr=bzbarsky
2004-09-20 19:38:11 +00:00
mats.palmgren%bredband.net
09260d852e
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
2004-09-19 19:49:29 +00:00
dbaron%dbaron.org
f94ed4c91a
Null-check document to fix crash, and a little other cleanup. b=258843 r+sr=bzbarsky
2004-09-17 20:50:22 +00:00
neil%parkwaycc.co.uk
3ea40a5827
Bug 260070 Improve detection of missing <title>s r+sr=bz
2004-09-17 20:11:02 +00:00
neil%parkwaycc.co.uk
575c61d32e
Set the XUL document's title once the DOM is ready and not after a chrome window finishes loading, so that we get titles on XUL documents in content and we can also use document.title or window.title to set the title in a load handler b=126903 but also fixes 216651, 259067 and the like r=danm sr=jst
2004-09-17 20:03:18 +00:00
bugzilla%arlen.demon.co.uk
a14eb588e3
Bug 258193 nsIDOMMouseEvent::GetButton() broken with contextmenu event
...
p=trev@gtchat.de r=jst sr=bzbarsky
2004-09-17 10:48:59 +00:00
neil%parkwaycc.co.uk
198d7fc4ca
Fix regression from previous checkin, CloneContent needs to be virtual so that nsTextNode can override it r+sr=jst over irc, no bug
2004-09-16 21:45:38 +00:00
jst%mozilla.jstenback.com
dc338f5a98
Fixing bug 259206. Force local documents to always be loaded as XML to fix problem with XML prettyprinting not working if the system incorrectly sets bogus mimetypes for .xsl files (as Fedora Core 2 happens to do). r+sr=peterv@propagandism.org
2004-09-16 19:18:51 +00:00
bzbarsky%mit.edu
922d016b3f
Make the XUL content sink store the right namespace for "xmlns" attributes.
...
Bug 256165, r=peterv, sr=jst
2004-09-16 18:38:07 +00:00
bzbarsky%mit.edu
15a9a1449a
Pass aShared=PR_TRUE when compiling brutally shared methods and properties.
...
Bug 258832, r+sr=brendan
2004-09-16 18:30:04 +00:00
bzbarsky%mit.edu
20bc916c2f
Don't crash on <binding> elements with no "id" attribute. Bug 255715, r+sr=bryner
2004-09-16 18:26:18 +00:00
cbiesinger%web.de
7a2f8789c3
forgot to check this in as part of Bug 258411
2004-09-16 14:20:54 +00:00
cbiesinger%web.de
337362d9eb
Bug 258411 - fixing regression from bug 250342: wrong z-order for frames
...
r+sr=roc
2004-09-16 13:02:54 +00:00
peterv%propagandism.org
93852793b1
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-16 12:39:49 +00:00
dbaron%dbaron.org
fa2cc9940e
Remove effectively-unused Set/GetScrollPreference API on nsIScrollableView.h. b=259617 r+sr=roc
2004-09-15 19:16:43 +00:00
dbaron%dbaron.org
2958ea9292
Fix XBL destructors. b=258832 r+sr=brendan
2004-09-15 02:19:24 +00:00
dbaron%dbaron.org
a7d98f183c
Add function to nsContentUtils to report a localized error message to the error console, and use it from the three places that were doing pretty much the same thing. b=187007 r+sr=bzbarsky
2004-09-14 17:26:35 +00:00
bzbarsky%mit.edu
df998aca42
Make sure to addref out param. Bugs 258121 and 247712, r+sr=peterv
2004-09-14 15:06:56 +00:00
bzbarsky%mit.edu
dde85fe56f
Don't use the global object as the scope object when setting up the class for
...
the proto functions on the a binding. Patch arises from discussion in bug
258832, r+sr=brendan
2004-09-14 13:33:54 +00:00
bryner%brianryner.com
153fe1346d
Support properties on documents (bug 253888). r+sr=jst.
2004-09-14 04:21:29 +00:00
roc+%cs.cmu.edu
6146e49d29
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
2004-09-14 02:28:03 +00:00
bryner%brianryner.com
cc14274b06
Fix ctrl+a emacs keybinding for gtk1 (bug 259011), r+sr=bzbarsky
2004-09-13 22:35:39 +00:00
dbaron%dbaron.org
dc543d8c47
Fix VC7 bustage. b=258793
2004-09-13 20:40:46 +00:00
dbaron%dbaron.org
cd7b1f831b
The slow codepaths for fixed background-attachment should only apply when there's a background image. b=258793 r+sr=roc
2004-09-13 05:39:27 +00:00
bzbarsky%mit.edu
d1b63ea756
Fix crash due to text inputs flushing pending restyles while we're in text
...
control frame code. Bug 257818, r+sr=dbaron
2004-09-13 04:19:58 +00:00
mats.palmgren%bredband.net
7dc10bb4c9
Use the ID attribute (and not NAME) for FRAME/IFRAME/OBJECT in XHTML. b=183683 r+sr=bzbarsky
2004-09-12 23:34:00 +00:00
mats.palmgren%bredband.net
57ce935001
Re-resolve target frame after "DOMMouseScroll" event handlers in case it was destroyed. b=257998 r+sr=bzbarsky
2004-09-12 21:24:59 +00:00
bzbarsky%mit.edu
21dd976521
Make sure to flush restyles _before_ we start grabbing layout objects like
...
presshells, not after... Bug 258032, r+sr=jst
2004-09-12 20:53:27 +00:00
jst%mozilla.jstenback.com
d99604bef1
Fixing problem found by trev@gtchat.de where creating key event objects would actually create mouse event objects (bug 238773). r+sr=jst@mozilla.org
2004-09-12 19:27:54 +00:00
bzbarsky%mit.edu
12815f2dd7
Change XBL constructor/destructor back to having "this" in the scope chain like
...
they did when they were event handlers (to avoid breaking bindings where people
forgot to use "this" in the constructor or destructor). Bug 258833, r=bryner,
sr=jst
2004-09-12 01:41:34 +00:00
mats.palmgren%bredband.net
1d868ad59c
Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
2004-09-11 23:24:30 +00:00
bmlk%gmx.de
4a7ba016e4
changing the border-collapse mode needs to cause a reframe as we have two different types of cellframes depending on the mode, bug 254053 idea=bz, r/sr=dbaron
2004-09-11 06:13:47 +00:00
dbaron%dbaron.org
c61563f77e
Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
2004-09-10 23:31:48 +00:00
dbaron%dbaron.org
676b58b654
Use sheet URI instead of base URI. b=258708 r+sr=bzbarsky
2004-09-10 19:01:04 +00:00
bzbarsky%mit.edu
7ea16261aa
Make <constructor> and <destructor> methods, not handlers. Bug 230816,
...
r=bryner, sr=brendan
2004-09-10 15:29:19 +00:00
dbaron%dbaron.org
d7d887385b
Fix DEBUG bustage. b=255538
2004-09-10 09:31:10 +00:00
jst%mozilla.jstenback.com
ab28a013f1
Fix crash reported in bug 235923. In odd cases when we get into situations where we're submitting a form while we're in the middle of submitting the same form (waiting for a modal dialog), the pending submission from the first call may get deleted. r+sr=shaver@mozilla.org
2004-09-10 08:07:04 +00:00
bryner%brianryner.com
2faa8b2e03
Add dependency on Makefile so that depend builds don't break.
2004-09-10 07:52:59 +00:00
bryner%brianryner.com
306fd4d418
Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben.
2004-09-10 07:17:31 +00:00
dbaron%dbaron.org
4c36660044
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
2004-09-10 06:45:59 +00:00
bzbarsky%mit.edu
871de80a84
Combine WalkRules and UseDocumentRules into one function. Bug 244252,
...
r=bryner, sr=dbaron
2004-09-10 04:57:30 +00:00
bzbarsky%mit.edu
bb3b0b20c0
Fix build bustage.
2004-09-10 03:52:48 +00:00
bzbarsky%mit.edu
925815e9a0
createEvent/initEvent screw up creating right-click or middle-click events. Bug
...
254795, r+sr=jst
2004-09-10 03:29:09 +00:00
bzbarsky%mit.edu
5d02f350d2
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
...
r+sr=dbaron
2004-09-10 03:26:58 +00:00
bzbarsky%mit.edu
5a22a7c00e
Look for a form ancestor even if we're not in a document and our parent is
...
changed. Bug 257947, r+sr=jst
2004-09-10 03:16:04 +00:00
neil%parkwaycc.co.uk
f1e9551335
Bug 207219 Image resize should zoom clicked position r=varga sr=peterv
2004-09-09 22:40:40 +00:00
dbaron%dbaron.org
311b293f7d
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
2004-09-09 17:32:35 +00:00
dbaron%dbaron.org
02ccd3d2cc
Fix serialization of declaration blocks containing 'overflow' and the bugs that causes. b=258300 r+sr=bzbarsky
2004-09-08 05:42:03 +00:00
jst%mozilla.jstenback.com
e237ef56e9
Eliminating dead code. Patch by trev@gtchat.de. r+sr=jst@mozilla.org
2004-09-07 22:34:02 +00:00
bryner%brianryner.com
d342e8f7b4
Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc.
2004-09-07 21:21:48 +00:00
bryner%brianryner.com
04b0d5a8cb
Fixes for a number of native theme button problems on gtk2 (bug 255911). In order to more easily accomodate CSS fallbacks for when native theme rendering is not available, this adds GetWidgetPadding() to nsITheme, which allows the native theme impl to supply padding values which will override the css padding. This way, padding for the css fallback can be given without having it be added to the padding that's part of the native theme-rendered border. r=caillon, sr=roc.
2004-09-06 03:59:31 +00:00
roc+%cs.cmu.edu
da54d83f54
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
2004-09-06 02:44:43 +00:00
bryner%brianryner.com
3d2074e349
Bustage fix for HPUX (bug 239465) - |explicit| may only be used for converting constructors. r=dbaron.
2004-09-05 19:13:25 +00:00
dbaron%dbaron.org
2e93a67964
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
2004-09-05 00:04:04 +00:00
dbaron%dbaron.org
613d104fb5
Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc
2004-09-04 19:51:21 +00:00
jst%mozilla.jstenback.com
63c881aeb2
Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com
2004-09-04 19:28:46 +00:00
cbiesinger%web.de
28133d3196
Bug 250342 Views should not inherit from nsISupports
...
r+sr=roc
2004-09-04 15:49:20 +00:00
dbaron%dbaron.org
e4e0192e47
Back out previous round of bug 72747 changes due to Tp regression.
2004-09-04 08:34:55 +00:00
dbaron%dbaron.org
46a0c16189
Land bug 72747 in pieces: Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes. Implement scrolling='yes'. b=72747 r+sr=roc
2004-09-04 06:53:36 +00:00