Commit Graph

558 Commits

Author SHA1 Message Date
longsonr@gmail.com
a81881429e Bug 383685 - Reject invalid enumeration values. r=tor,sr=roc,a=roc 2007-09-25 02:40:52 -07:00
longsonr@gmail.com
2cec607bf8 Bug 395155 - Changing CSS text inside svg:style has no effect. r=tor,sr=roc,a=roc 2007-09-25 02:11:12 -07:00
longsonr@gmail.com
9c88fe51b4 Bug 395667 - New style nsSVGInteger. r=tor,sr=roc,a=roc 2007-09-18 05:09:26 -07:00
tor@cs.brown.edu
f34bce4441 Bug 395616 - rework orientType/orientAngle mapping of orient attribute. r=longsonr, sr+a=roc 2007-09-14 15:12:20 -07:00
tor@cs.brown.edu
a8ab6d3130 Bug 320622 - removeAttribute doesn't effect some underlying DOM properties. r+sr+a=roc 2007-09-05 16:07:34 -07:00
tor@cs.brown.edu
6d4f3a6609 Backout of 320622. 2007-09-05 14:56:06 -07:00
tor@cs.brown.edu
e5fef5b9d3 Bug 320622 - removeAttribute doesn't effect some underlying DOM properties. r=longsonr, sr=roc, a=roc 2007-09-05 13:51:21 -07:00
tor@cs.brown.edu
26bf65e3ee Bug 394335 - incorrect mapping for marker units enum. r=longsonr, sr+a=roc 2007-08-31 10:03:10 -07:00
longsonr@gmail.com
9221605bfb Bug 389865 - Improve filter architecture. r=tor,sr=roc,a=pavlov 2007-08-31 07:44:28 -07:00
tor@cs.brown.edu
bc822844c3 Bug 392928 - new style nsSVGEnum. r=longsonr, sr=roc, a=roc 2007-08-27 16:11:14 -07:00
masayuki@d-toybox.com
a20d56bd8d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
bzbarsky@mit.edu
56c4215580 Hoist the code for handling class and id up from nsGenericHTMLElement to the newly-created nsStyledElement so that it can be reused by MathML and to some extent by SVG. Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>, r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore 2007-08-06 08:27:19 -07:00
sharparrow1@yahoo.com
89e63cffbe Bug 390161: Make ScreenPixelToMillimeterX/Y return result in CSS pixels. r=jwatt, sr=roc, a19=dbaron 2007-08-02 18:12:19 -07:00
tor@cs.brown.edu
cba701f55d Bug 373572 - Implement feTile filter.
Patch by longsonr@gmail.com, r=tor, sr=roc, a=schrep
2007-07-26 17:50:45 -07:00
Olli.Pettay@helsinki.fi
bd0b7ea6d7 Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 07:16:19 -07:00
Olli.Pettay@helsinki.fi
e8dba5a1b4 Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 05:22:01 -07:00
tor@cs.brown.edu
c9776f2873 Bug 383184 - Implement SVG lighting filters.
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
2007-07-25 23:57:42 -07:00
longsonr@gmail.com
0336304911 Bug 386083 - SVG code should check gfxASurface::CairoStatus() when it creates new surfaces. r=jwatt,sr=tor 2007-07-17 02:24:27 -07:00
longsonr@gmail.com
43a7c5805c Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas 2007-07-13 01:49:07 -07:00
bzbarsky@mit.edu
4d53ccf996 Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 13:05:45 -07:00
tor@cs.brown.edu
c2407cb71f Bug 361745 - <svg:image> with negative width/height displaying inverted.
r=jwatt, sr=roc
2007-07-12 08:40:46 -07:00
sayrer@gmail.com
7970b2a924 Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor 2007-07-10 09:38:00 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
Olli.Pettay@helsinki.fi
bdca2685a3 Bug 386802, Mutation events always fired during setting of innerHTML, r+sr=bz 2007-07-04 13:39:10 -07:00
longsonr@gmail.com
c39e9e74d8 Bug 385905 - Collection of minor things. Mainly fixes coding style and indenting in SVG content. Simplifies one NS_NewSVGPoint call and changes one frame QueryInterface to use CallQueryInterface. r=jwatt,sr=tor 2007-07-02 02:54:11 -07:00
tor@cs.brown.edu
3972c28dd8 Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc 2007-06-27 12:02:58 -07:00
tor@cs.brown.edu
ab2d47c4a7 Bug 305859 - em and ex units not implemented for SVGLength.
Patch by taken.spc@gmail.com, r=longsonr, sr=tor
2007-06-25 09:12:35 -07:00
tor@cs.brown.edu
8ce0584af2 Bug 385096 - make sure component transfer filter functions call base Init.
r=jwatt, sr=roc
2007-06-21 08:09:43 -07:00
jwatt@jwatt.org
6d71fcdb5d Fixing bug 385218. Remove nsISVGSVGElement. r+sr=tor@acm.org 2007-06-20 14:56:03 -07:00
bzbarsky@mit.edu
a148a82539 Ignore mutations in anonymous content when deciding whether to reclone <use>targets. Bug 380101, r=tor, sr=peterv 2007-06-06 13:01:56 -07:00
longsonr@gmail.com
24e36318b1 Bug 381777 - filters crash browser. r+sr=sr=tor 2007-05-25 02:50:02 -07:00
tor@cs.brown.edu
c8cff36c3a Bug 381622 - complete cairo removal from svg. r+sr=roc 2007-05-23 08:42:12 -07:00
jwatt@jwatt.org
4620075b96 Fixing bug 381447. nsSVGLengthList::mCtxType is always set to nsSVGUtils::X. r+sr=tor@acm.org 2007-05-23 01:38:54 -07:00
tor@cs.brown.edu
3b2edd026c Build bustage fix (380757). 2007-05-21 15:13:56 -07:00
tor@cs.brown.edu
09e9701b1e Bug 380757 - switch svg filters to thebes. r=jwatt, sr=roc 2007-05-21 14:41:53 -07:00
Olli.Pettay@helsinki.fi
7817abfbca Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 02:11:38 -07:00
Olli.Pettay@helsinki.fi
40178e46a3 backout Bug 363089 2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi
e1fb8b073b Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 04:15:11 -07:00
bzbarsky@mit.edu
51671d60c6 Propagate a stylesheet's principal to the URI and Image CSSValues derived fromthat sheet. Bug 377091, r+sr=dbaron 2007-05-02 18:15:53 -07:00
bzbarsky@mit.edu
086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
tor@cs.brown.edu
a9bb7c0dfb Bug 378508 - convert svg gradients to thebes. r=longsonr, sr=roc 2007-04-27 07:28:39 -07:00
longsonr@gmail.com
778acf8699 Bug 378857 - Simplify clipPath frame access to units. r=tor,sr=roc 2007-04-27 01:42:51 -07:00
jruderman@hmc.edu
9954f84934 Remove bogus assertions. Bug 344888, r+sr=tor. 2007-04-25 17:24:28 -07:00
benjamin@smedbergs.us
baab01ada6 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
longsonr@gmail.com
371eab6ee8 Bug 378023 - Fix build warnings compiling nsSVGGlyphFrame. r+sr=tor 2007-04-23 01:39:54 -07:00
bzbarsky@mit.edu
bcfbc64387 Set the status bar before actually handling the DOM event. That way if theevent is canceled, we'll still show the right status bar text. Bug 40838,patch by Florian Quèze <f.qu@queze.net, r=smaug, sr=bzbarsky 2007-04-23 00:31:21 -07:00
bzbarsky@mit.edu
75d0ec2b2f Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking 2007-04-20 15:59:18 -07:00
tor@cs.brown.edu
c972330b62 Bug 376929 - Remove direct use of cairo from SVG path generation.r=jwatt, sr=roc 2007-04-16 13:57:09 -07:00
longsonr@gmail.com
75523bae12 Bug 375696 - target attribute ignored on links. r=jwatt,sr=tor 2007-04-03 01:59:11 -07:00
enndeakin@sympatico.ca
7bf55f72a1 Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking 2007-04-02 10:17:36 -07:00
longsonr@gmail.com
ba7a587373 Bug 373624 - Support transparent as a gradient and filter stop-color. r=jwatt,sr=tor 2007-03-29 01:59:06 -07:00
longsonr@gmail.com
57672f461b Bug 374882. r+sr=tor 2007-03-28 01:54:39 -07:00
Olli.Pettay@helsinki.fi
a1dca72a56 375196, r+sr=roc 2007-03-25 22:38:22 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
longsonr%gmail.com
f340fea8d1 Bug 374467 - some SVG elements are missing presentation attributes. r+sr=tor 2007-03-20 10:43:33 +00:00
tor%cs.brown.edu
334a738e0c Bug 373634 - adding a viewBox attribute to outer SVG not working.
r=jwatt, sr=roc
2007-03-19 15:12:26 +00:00
tor%cs.brown.edu
eaeda066b9 Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
2007-03-10 13:49:43 +00:00
tor%cs.brown.edu
0307c2f9f6 Bug 369528 - SVG code not handing surface endianness properly. r+sr=roc 2007-03-09 20:27:01 +00:00
tor%cs.brown.edu
72f5c788dc Bug 353172 - remove nsSVGCoordCtxProvider.
Patch by malex@cs.utexas.edu and tor, r=jwatt+roc, sr=roc
2007-03-09 16:27:01 +00:00
Olli.Pettay%helsinki.fi
d9e209b096 Bug 372046, r+sr=tor 2007-03-01 09:25:25 +00:00
jonas%sicking.cc
a9c9356be8 Bug 371083: Second installment in our exiting series 'deCOMtaminate the XBL code'. r/sr=jst 2007-02-27 00:14:01 +00:00
Olli.Pettay%helsinki.fi
a1dac496b8 Bug 369249, r+sr=tor 2007-02-22 23:27:53 +00:00
Olli.Pettay%helsinki.fi
fcece1359a Bug 336994, r+sr=tor 2007-02-22 20:13:12 +00:00
longsonr%gmail.com
ed2d4145f6 Bug 363909 - Implement ColorMatrix filter. Patch by malex@cs.utexas.edu and longsonr r=tor,sr=roc 2007-02-20 11:03:00 +00:00
tor%cs.brown.edu
c4f5f1c92d Bug 370556 - switch filter subregion logic to agree with WG opinion.
r=longsronr, s=roc
2007-02-19 20:05:17 +00:00
Olli.Pettay%helsinki.fi
8b3f3d0df5 Bug 370454, make nsISVGValueObserver inherit nsISupportsWeakReference, r=tor, sr=roc 2007-02-19 20:03:34 +00:00
neil%parkwaycc.co.uk
abc9f31757 Keep the DEFINE near the DECLARE (followup to bug 257868) r+sr=tor 2007-02-19 19:40:38 +00:00
longsonr%gmail.com
5c963dc88b Bug 369568 - filter.href triggers ASSERTION. r=tor,sr=roc 2007-02-19 13:23:54 +00:00
longsonr%gmail.com
a728cd37b9 Bug 356901 - offset attribute not parsed correctly. r=tor,sr=bzbarsky 2007-02-19 12:57:16 +00:00
asqueella%gmail.com
284a5ea424 bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
2007-02-18 17:34:09 +00:00
jonas%sicking.cc
073b1fd3fe Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest. 2007-02-16 23:02:08 +00:00
Olli.Pettay%helsinki.fi
83ff694378 Bug 370443, Kill nsISVGContent, r+sr=tor 2007-02-15 00:33:45 +00:00
longsonr%gmail.com
e0744803a4 Bug 369977 - feTurbulence element with numOctaves >= 10 hangs. r+sr=tor 2007-02-13 10:18:00 +00:00
sharparrow1%yahoo.com
d19f64369b Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
longsonr%gmail.com
25bddb736b Bug 369291 - ASSERTION: wrong frame type with defs.getBBox() r+sr=tor 2007-02-09 10:35:55 +00:00
Olli.Pettay%helsinki.fi
d56070112f Bug 369753, remove nsIXMLContent, r+sr=bz 2007-02-09 00:15:14 +00:00
sharparrow1%yahoo.com
76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
tor%cs.brown.edu
2211629359 Bug 359516 - replace hand-wired observer scheme for filters with
nsIMutationObserver.  r=roc, sr=sicking
2007-02-05 20:04:17 +00:00
tor%cs.brown.edu
127e436f3d Bug 367796 - <svg:switch> should be SVGTransformable. r=scootermorris, sr=roc 2007-02-05 16:26:23 +00:00
tor%cs.brown.edu
1dff14ef63 Fix build bustage from bug 367503. 2007-01-31 16:31:20 +00:00
tor%cs.brown.edu
0a7a1a8aac Bug 367503 - Switch nsSVGPathGeometryFrame to thebes. r=longsonr, sr=roc 2007-01-31 16:05:42 +00:00
longsonr%gmail.com
21b7626dc1 Bug 368693 - use XMost() and YMost() in nsSVGFilters.cpp r+sr=tor 2007-01-31 10:10:56 +00:00
longsonr%gmail.com
912df76954 Bug 307708 � filters should operate in linearRGB color space by default r=dbaron,r=tor,sr=roc 2007-01-30 13:19:55 +00:00
cvshook%sicking.cc
a39ff30284 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
jwatt%jwatt.org
dc10e3ee1b Fixing bug 267664. SVG <a> element hack is painfully broken - implement it properly. r=tor@acm.org, sr=jonas@sicking.cc 2007-01-26 23:45:15 +00:00
longsonr%gmail.com
bdf6f07bcb Bug 367102 - put maps in alphabetical order r+sr=tor 2007-01-19 15:20:11 +00:00
longsonr%gmail.com
4e8a6898a5 Bug 367103 - speed up feCompositeElement, feComponentTransfer and feTurbulence calculations r=tor,sr=roc 2007-01-19 10:03:48 +00:00
tor%cs.brown.edu
ae748a2d66 Backout of 367031 due to regressions. 2007-01-18 16:52:08 +00:00
jwatt%jwatt.org
e9685dd7dc Fixing bug 367031. Implement nsSVGOuterSVGFrame::Get[Pref|Min]Width (at least well enough to get inline SVG in XUL working again). r=dbaron@mozilla.com, sr=tor@acm.org 2007-01-18 00:17:35 +00:00
jwatt%jwatt.org
b0acf99689 Fixing bug 363839. Implement all of SVGPathSegList. Patched by Jeff Schiller <codedread@gmail.com>. r=jwatt@jwatt.org, sr=tor@acm.org 2007-01-17 23:14:23 +00:00
longsonr%gmail.com
13636f4d3a Bug 366421 - flood filter colours incorrect r=tor,sr=roc 2007-01-11 11:21:32 +00:00
jwatt%jwatt.org
22507df421 Fixing bug 250470. Manipulating SVGPathSegList through DOM causes seg fault in trunk. Patched by Jeff Schiller <codedread@gmail.com>. r=jwatt@jwatt.org, sr=tor@acm.org 2007-01-11 08:54:22 +00:00
tor%cs.brown.edu
5157ea0646 Bug 326143 - floodColor and floodOpacity should be non-inherited
properties.  r=dbaron
2007-01-09 20:40:09 +00:00
gavin%gavinsharp.com
6a655c5a5a Bug 365611: fix crash [@ nsSVGDocument::GetRootElement] due to null mRootContent, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=tor 2007-01-09 20:03:26 +00:00
longsonr%gmail.com
063eebcb62 Bug 264132 � Implement fallback for SVG paint servers r=dbaron,sr=tor 2007-01-09 11:02:17 +00:00
tor%cs.brown.edu
5cce072b38 Bug 326143 - Implement feFlood and feTurbulence filter elements.
Patch by tor and malex@cs.utexas.edu, r=tor, sr=roc
2007-01-08 16:48:56 +00:00
tor%cs.brown.edu
046061b277 Bug 364811 - svg:svg not live to length modifications. r=jwatt, sr=roc 2007-01-04 14:39:54 +00:00
tor%cs.brown.edu
bec6301e30 Bug 365704 - Remove nsSVGAtoms.h. r+sr=roc 2007-01-03 20:15:38 +00:00
longsonr%gmail.com
e72a692314 Bug 363583 - remove non-standard getConsolidationMatrix function from SVG DOM r=jwatt,sr=roc 2007-01-03 09:54:08 +00:00
timeless%mozdev.org
4e651390ef Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
2006-12-26 17:47:52 +00:00
tor%cs.brown.edu
9236480804 Bug 363458 - avoid trying to draw circles or ellipses with radius <= 0.
r+sr=roc
2006-12-11 23:21:01 +00:00
tor%cs.brown.edu
37a91d14c7 Bug 361070 - Implement feBlend and feComposite.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-12-11 16:33:08 +00:00
tor%cs.brown.edu
2ba002fe9a Bug 362759 - make erode default morphology operation.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-12-06 22:18:01 +00:00
tor%cs.brown.edu
88f250bdff Bug 362233 - merge filter with subregion misbehaves.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-12-01 05:30:42 +00:00
tor%cs.brown.edu
66fbe00e97 Bug 354866 - remove svg renderer layer, begin switch to thebes. r+sr=roc 2006-11-27 17:30:57 +00:00
masayuki%d-toybox.com
823cc920c2 Bug 360050 Implement SVGMatrix::RotateFromVector, FlipX, FlipY. patch by KUROSAWA, Takeshi(taken) <taken.spc@gmail.com> r=tor, sr=roc 2006-11-26 14:41:55 +00:00
masayuki%d-toybox.com
44532966b8 Bug 360050 backed-out for bustage on Win32 2006-11-26 14:25:00 +00:00
masayuki%d-toybox.com
ee68ae9c23 Bug 360050 Implement SVGMatrix::RotateFromVector, FlipX, FlipY. patch by KUROSAWA, Takeshi(taken) <taken.spc@gmail.com> r=tor, sr=roc 2006-11-26 13:49:26 +00:00
longsonr%gmail.com
a40119b20e Bug 361522 - SVGLocatable.getTransformToElement(element) returns wrong values. r=tor,sr=roc 2006-11-23 09:41:56 +00:00
tor%cs.brown.edu
e72dd5103f Bug 360122 - correct cairo_create error checking.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-11-21 23:57:56 +00:00
tor%cs.brown.edu
48d0be5acd Bug 360836 - fix svg static accessors. r=bsmedberg 2006-11-16 18:07:12 +00:00
tor%cs.brown.edu
b90cc75520 Bug 359428 - use cairo to implement feMerge instead of doing it by hand.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-11-13 20:59:18 +00:00
cvshook%sicking.cc
cefc7502df Fix svg:script and only flag inline scripts as executed once they contain non-empty script content. b=359598 r/sr=bz 2006-11-09 00:02:21 +00:00
cvshook%sicking.cc
17ded5692c Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz 2006-11-04 05:45:02 +00:00
cvshook%sicking.cc
f5194fd473 Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
tor%cs.brown.edu
38a296c7ab Bug 355249 - implement feMorphology.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-11-02 16:30:20 +00:00
tor%cs.brown.edu
fcb360ce7f Bug 355844 - fix marker positioning and clipping when viewBox specified.
r=amenzie, sr=roc
2006-10-19 23:51:41 +00:00
tor%cs.brown.edu
9cde23e805 Bug 355845 - fill in missing display attribute mappings. r=jwatt, sr=roc 2006-10-19 23:48:12 +00:00
peterv%propagandism.org
1c221a6a94 Checking in fix for bug 349465 again since it didn't affect Ts/Tp. 2006-10-07 10:27:45 +00:00
peterv%propagandism.org
95ef08a41b Backing out fix for bug 349465 to see if it affects Ts/Tp (for bug 355457). 2006-10-06 15:55:30 +00:00
peterv%propagandism.org
30e25afde3 Fix for bug 349465 (Adopting a node should change the cx of all its event handlers). r=smaug, sr=sicking. 2006-10-04 12:23:27 +00:00
jwatt%jwatt.org
f857fd075b Fixing bug 354735. Optimize the rx/ry-less rect case. r+sr=tor@acm.org 2006-10-03 10:51:23 +00:00
tor%cs.brown.edu
cdbc54905e Bug 353827 - Remove nsISVGRendererSurface from filter code. r=amenzie, sr=roc 2006-09-25 16:46:22 +00:00
tor%cs.brown.edu
328440a695 Bug 353551 - trailing space on transform list causing parse error.
r=longsonr, sr=roc
2006-09-21 21:11:36 +00:00
tor%cs.brown.edu
09a526959b Bug 341564 - Consolidate repeated code in nsSVGFilters.cpp.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-09-18 20:19:56 +00:00
cvshook%sicking.cc
9241f85443 Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst 2006-09-15 19:54:45 +00:00
tor%cs.brown.edu
757ee39a61 Bug 294137 - mozilla accepts illegal syntax on transform attribute.
Patch by wellsk@us.ibm.com, tor.  r+sr=roc
2006-09-14 13:48:36 +00:00
tor%cs.brown.edu
fffbf8f563 Bug 349178 - Implement getPathSegAtLength.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-09-11 15:32:28 +00:00
tor%cs.brown.edu
5f9199a263 Bug 350059 Allow cairo.h usage in nsSVGUtils.h. r+sr=roc 2006-09-11 15:26:19 +00:00
tor%cs.brown.edu
6e1f609c0d Bug 350252 - attribute change causes svg:use clone loop. r+sr=sicking 2006-09-05 16:20:01 +00:00
peterv%propagandism.org
64ec124ee5 Fix for bug 347524 (Refactor adoptNode, importNode and cloneNode to share implementation). r/sr=bz. 2006-09-05 10:22:54 +00:00
Olli.Pettay%helsinki.fi
64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
Olli.Pettay%helsinki.fi
a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
tor%cs.brown.edu
ce1eb34261 Bug 339254 - Remove unused class nsSVGGenericStringValue.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-08-30 20:36:23 +00:00
longsonr%gmail.com
7780335762 Bug 296018 - Images in SVG fail to display when image elements replaced using replaceChild. r=tor,sr=bzbarsky 2006-08-17 08:45:07 +00:00
tor%cs.brown.edu
35d05a571f Bug 345085 - create common base class for path segments.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-08-10 22:17:14 +00:00
tor%cs.brown.edu
ec3902b716 Bug 342302 - share code between nsSVGPolygonElement and nsSVGPolylineElement.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-08-10 21:03:49 +00:00
longsonr%gmail.com
e4ec268e27 Bug 347762 - Log nsSVGLength2 and nsSVGNumber2 parse failures to error console. r=tor,sr=bzbarsky 2006-08-08 14:36:43 +00:00
tor%cs.brown.edu
ee7ced5968 Bug 345488 - transform from path applied to textPath at wrong time.
r=longson, sr=roc
2006-08-08 04:26:26 +00:00
tor%cs.brown.edu
233d7808f7 Bug 317028 - remove redundant nsIDOM3Node interface map entry. r+sr=bz 2006-08-04 15:02:39 +00:00
longsonr%gmail.com
0d08daac62 Bug 329848 - reenable write bad content warnings to console. r+sr=tor 2006-08-01 09:40:57 +00:00
cvshook%sicking.cc
2736630041 Bug 346744: Get rid of implementations of nsIContent::AppendChildTo and let it just forward to nsIContent::InsertChildAt. r/sr=bz 2006-07-31 22:38:07 +00:00
dbaron%dbaron.org
3204e26161 Fix to compile with broken for loop scoping. Fixing bustage from bug 344263. 2006-07-28 21:03:00 +00:00
pedemont%us.ibm.com
a40772e898 Bug 344263 - Rewrite nsSVGNumber. Patch by amenzie. r=tor, sr=roc. 2006-07-28 18:10:48 +00:00
longsonr%gmail.com
a02e3de739 Temporary Bustage fix 2006-07-27 12:55:40 +00:00
longsonr%gmail.com
944e48d06a Bustage fix 2006-07-27 12:41:38 +00:00
longsonr%gmail.com
674de4d947 Bug 329848 - Replace invalid transform-attribute parse error assertion by Error Console log r=bzbarsky,sr=tor 2006-07-27 11:58:05 +00:00
longsonr%gmail.com
8297eb898c Bug 334950 - bogus assertion when no viewbox specified for marker. r=tor,sr=roc 2006-07-26 12:33:24 +00:00
tor%cs.brown.edu
fff1063b0d Bug 345445 - prevent duplicate observers from being added. r=jwatt, sr=roc 2006-07-25 15:31:09 +00:00
tor%cs.brown.edu
131e7f2291 Bug 327764 - make svg patterns live. r+sr=sicking 2006-07-19 15:31:40 +00:00