Граф коммитов

307 Коммитов

Автор SHA1 Сообщение Дата
tor%cs.brown.edu 0f02c32e3b Bug 343900 - Switch <use> from nsIDOMMutationListener to nsIMutationObserver.
r+sr=sicking
2006-07-11 19:41:11 +00:00
tor%cs.brown.edu b4a3da9a05 Bug 340859 - Implement pathLength attribute.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-07-11 15:52:15 +00:00
tor%cs.brown.edu 49642118a1 Bug 342570 - Optimize Gaussian Blur filter.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-07-07 20:47:24 +00:00
tor%cs.brown.edu 551f6ffa15 Bug 307622 - crash with feGaussianBlur when stdDeviation="0".
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-07-07 19:30:32 +00:00
tor%cs.brown.edu 2459eaa528 Bug 342993 - remove a couple definitions of M_PI. r=jwatt, sr=roc. 2006-06-28 21:54:12 +00:00
longsonr%gmail.com bea6a3f15c Bug 341638 - Rationalise nsSVGTextFrame, nsSVGTextPathFrame and nsSVGTSpanFrame. r=tor,sr=roc 2006-06-28 15:23:40 +00:00
tor%cs.brown.edu 8b3428ca1a Bug 342542 - Repair textPath from bug 342200. r=longsonr, sr=roc 2006-06-27 22:54:31 +00:00
tor%cs.brown.edu 967aaf6f53 Bug 342301 - nsSVGPathGeometryElement::GetMarkPoints should take nsTArray.
r+sr=roc
2006-06-21 19:35:59 +00:00
tor%cs.brown.edu 3f9980a5fd Bug 342200 - Remove nsSVGPathGeometryFrame subclasses. r+sr=roc 2006-06-21 15:42:28 +00:00
tor%cs.brown.edu 801f1b0080 Bug 338142 - Enhance nsSVGPathDataParser, create superclass for reuse
functionality.  Patch by wellsk@us.ibm.com, r=tor, sr=roc.
2006-06-16 17:20:25 +00:00
tor%cs.brown.edu a243471944 Bug 341021 - Remove nsISVGOuterSVGFrame interface. r+sr=roc 2006-06-15 19:10:28 +00:00
tor%cs.brown.edu f87cf04198 Bug 341292 - Remove nsISVGPathFlatten interface. r=longsonr, sr=roc 2006-06-15 15:59:28 +00:00
longsonr%gmail.com f300860e44 Bug 327705 - remove ASSERTION: can't get bounding box for element without frame. r=tor,sr=bzbarsky 2006-06-15 11:13:41 +00:00
longsonr%gmail.com 37551a947a Bug 340542 - SVG Consolidate functionality to get primary frame. r=tor,r+sr=bzbarsky 2006-06-12 16:14:31 +00:00
tor%cs.brown.edu 046686ac76 Bug 340850 - Use nsTArray in SVG path parsing. r+sr=roc 2006-06-08 20:16:04 +00:00
longsonr%gmail.com 32654d0b7c Bug 339807 - SVG layout changes should be flushed before DOM calls. r=tor,sr=bzbarsky 2006-06-06 09:03:02 +00:00
cvshook%sicking.cc 47a9061831 Bug 90983: Don't fire mutation events during parsing, i.e. when aNotify is false. Also make us fire mutation events on nodes that are in an orphaned subtree. r/sr=jst 2006-06-02 00:58:04 +00:00
dbaron%dbaron.org cd4d6ee0e9 Fix GC hazards associated with event handlers on images only reachable from their current network loads, some of which are regressions from 241518. b=321054 r=darin sr=bzbarsky 2006-06-01 18:35:21 +00:00
tor%cs.brown.edu 56a30d1051 Bug 328433 - Remove empty destructors from svg/content. r=jwatt, sr=tor 2006-05-26 15:51:11 +00:00
tor%cs.brown.edu 4c6c3b1794 Bug 338281 - Properly invalidate path when parsing fails. r+sr=roc 2006-05-21 13:50:39 +00:00
tor%cs.brown.edu f1abebcab6 Bug 338010 - Simplify svg rect and point creation in cairo renderer. r+sr=roc 2006-05-17 01:38:01 +00:00
tor%cs.brown.edu a859a39c05 Bug 337145 - one copy of nsIDOMSVGMatrix -> cairo_matrix_t code.
r=jwatt, sr=roc
2006-05-11 20:59:11 +00:00
tor%cs.brown.edu af0d22d1e3 Bug 337490 - repair xbl-shapes croczilla demo regressions from path
and svg length rewrites.  r+sr=roc
2006-05-11 20:36:27 +00:00
cvshook%sicking.cc d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
tor%cs.brown.edu 3c82476140 Bug 334999 bustage fix. 2006-05-03 17:40:19 +00:00
tor%cs.brown.edu 74c52378a7 Bug 334999 - Compact path storage. r+sr=roc 2006-05-03 17:01:28 +00:00
jwatt%jwatt.org bb79579615 Fixing bug 335450. Remove our extensions to the SVG DOM interfaces. r=tor@acm.org, sr=roc@ocallahan.org 2006-04-26 21:02:25 +00:00
bzbarsky%mit.edu 7f9b937064 Dispatch mutation events even in documents that are not rendered in a window.
Bug 201236, patch by Alex Vincent <ajvincent@gmail.com>, r=smaug, sr=peterv
2006-04-24 19:52:21 +00:00
tor%cs.brown.edu e76f551ffd Bug 334400 - create SVG transform list lazily. r=jwatt, sr=roc 2006-04-20 15:24:51 +00:00
tor%cs.brown.edu e8e9528e07 Bug 332162 - vc6 bustage fixes. 2006-04-14 17:32:31 +00:00
tor%cs.brown.edu b7336c51d2 Bug 332162 - deCOMtaminate SVGLength. r=jwatt, sr=roc 2006-04-14 15:09:39 +00:00
jwatt%jwatt.org 4b83a22732 Fixing bug 333631. Using uninitialized variables xx, yy in nsSVGPathData::Length. r+sr=roc@ocallahan.org 2006-04-12 12:09:50 +00:00
tor%cs.brown.edu 701b146652 Bug 331481 - make sure style rule is updated after a presentation
attribute is removed.  patch by roc, r+sr=tor
2006-03-23 19:43:07 +00:00
tor%cs.brown.edu 9ec052e6b4 Bug 331481 - don't create unnecessary css rules. r+sr=roc 2006-03-23 19:41:41 +00:00
cvshook%sicking.cc e26140ab7d Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364. 2006-03-23 08:21:21 +00:00
bryner%brianryner.com 7a96206e10 Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst. 2006-03-22 18:36:36 +00:00
tor%cs.brown.edu 398f271bb6 Bug 330498 - unify SVG effects (filter, clip, mask, opacity) logic. r+sr=roc 2006-03-21 15:49:20 +00:00
cvshook%sicking.cc 9f4b50c028 Bug 326645: Remove mRootContent from nsDocument to avoid all the pains of keeping it in sync with the childlist. Also remove mBodyContent from nsHTMLDocument for the same reason. r=bz sr=jst 2006-03-09 07:29:41 +00:00
Olli.Pettay%helsinki.fi f79ea0115b Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
jwatt%jwatt.org bb65c9ead6 Fixing bug 329115. Replace Truncate/Append by Assign where possible in svg/content. Patched by Robert Longson <longsonr@gmail.com>. r=me, sr=roc@ocallahan.org 2006-03-03 12:57:14 +00:00
tor%cs.brown.edu bdeee1c1ae Bug 301628 - first pass at removal of svg observer mechanism.
r=scooter/jwatt, sr=roc
2006-03-02 20:22:19 +00:00
jwatt%jwatt.org 47f1ce58a9 Fixing bug 328439. Use EqualsLiteral and AppendLiteral where appropriate in svg/content. Patched by Robert Longson <longsonr@gmail.com>. r=me, sr=roc@ocallahan.org 2006-03-02 19:00:21 +00:00
jwatt%jwatt.org a52dc3e2fb Fixing bug 328571. Change the type of PRBool SVG classes members to PRPackedBool. r+sr=roc@ocallahan.org 2006-03-01 10:59:36 +00:00
tor%cs.brown.edu f99b6af29b Bug 328348 - Single version of viewport transform code. r=jwatt, sr=roc. 2006-02-26 17:58:58 +00:00
tor%cs.brown.edu 41557f2f1f Bug 325728 - changes to markerWidth/markerHeight and orient not
handled properly.  Patch by longsonr@gmail.com, r=tor, sr=roc.
2006-02-24 16:41:39 +00:00
tor%cs.brown.edu b66e82b187 Bug 327437 - createSVGAngle isn't implemented, and nsSVGAngle cleanup.
Patch by longsonr@gmail.com, r=tor, sr=roc.
2006-02-21 17:00:02 +00:00
tor%cs.brown.edu 0fc7a7c541 Bug 318597 - Implement various text, tspan and textPath DOM functions.
Patch by longsonr@gmail.com, r=tor, sr=jst
2006-02-17 21:24:30 +00:00
peterv%propagandism.org a8a430a797 Fix for bug 315901 (Move RangeList and EventListenerManager hashes to nsContentUtils). r/sr=jst. 2006-02-07 14:34:10 +00:00
cbiesinger%web.de c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
mrbkap%gmail.com 3d59a68ee7 When we don't find a </script> tag, we should put the entire rest of the document into the script element, but not execute the script. This also makes serialization not serialize the end tags for scripts that don't have them (to preserve round tripping). bug 305873, r=sicking sr=jst 2006-01-31 22:19:46 +00:00