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

216 Коммитов

Автор SHA1 Сообщение Дата
tor%cs.brown.edu 2cf881a8d8 Bug 301234 - implement subset of SVG filters. r=scooter 2005-09-06 22:30:40 +00:00
jwatt%jwatt.org 395f08edf7 Fixing bug 293224. Matrix from getScreenCTM should be to initial viewport space. r+sr=tor@acm.org 2005-09-06 00:08:10 +00:00
tor%cs.brown.edu 73a4462874 Bug 294519 - should behave the same when SVG not built, SVG pref
disabled, or no SVG renderer present.  r=dbaron, a=asa
2005-09-05 20:41:57 +00:00
vladimir%pobox.com 77f79ce318 b=306088, followup check for partial parse of a number, a=brendan 2005-09-02 23:32:36 +00:00
vladimir%pobox.com f25b169dd5 b=306088, simplify nssvgtransformlist::setvaluestring, r=tor 2005-09-02 20:24:24 +00:00
tor%cs.brown.edu 5dff3dd074 Bug 282579 - Implement <svg:textPath>. As a side effect, this removes
the gdi+ text highlighting code.  r=afri
2005-08-26 02:49:52 +00:00
jwatt%jwatt.org e5b2291f81 Build bustage fix from 302103 - new files had DOS line endings 2005-08-25 23:19:33 +00:00
tor%cs.brown.edu a9a82e4e9d Build bustage fix from 302103. 2005-08-25 21:57:31 +00:00
jwatt%jwatt.org 597ff4f826 Fixing bug 302103. Implement SVG events. r=tor@acm.org, sr=jst@mozilla.org 2005-08-25 21:31:09 +00:00
bzbarsky%mit.edu 692c9e00f2 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param.  Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
bob%bclary.com 0c20780f4b make SVG NS_NOTYETIMPLEMENTED messages more meaningful Bug 303501 r=jonathan.watt sr=tor a=asa 2005-08-09 13:53:02 +00:00
roc+%cs.cmu.edu afe40e0ab9 Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc 2005-06-29 03:51:44 +00:00
tor%cs.brown.edu e7bf077817 Bug 296266 - Update SVG feature strings.
Patch by scootermorris@comcast.net, r=tor, a=asa.
2005-06-14 20:32:35 +00:00
jst%mozilla.jstenback.com 55b816531d Fixing bug 292464. Use the documents principals to check if a document is a chrome document or not. r=smaug@welho.com, sr=peterv@propagandism.org, a=shaver@mozilla.org 2005-06-02 23:36:08 +00:00
tor%cs.brown.edu dc0cdb448f Bug 288265 - saving svg page messing up viewBox attributes.
r=jwatt, src=bzbarsky, a=dveditz
2005-05-17 22:52:33 +00:00
jst%mozilla.jstenback.com c4b8dd4f16 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
bzbarsky%mit.edu b6817cdd3b Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-04-19 01:27:11 +00:00
bzbarsky%mit.edu f911f30fc9 Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan
2005-04-18 22:58:35 +00:00
dbaron%dbaron.org 1dbc07ffd2 Fix bustage. b=288626 2005-04-06 05:20:41 +00:00
bzbarsky%mit.edu 3f3283562b Only do a new image load if we're forced to or if the URI really changed. Bug
285428, r=biesi, sr=jst (note: sr was given in bug 286000 as part of the patch
there).
2005-04-06 02:55:02 +00:00
bzbarsky%mit.edu 9b1db9f768 Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods.  Bug 286000, r=sicking, sr=jst
2005-04-05 23:54:35 +00:00
jwatt%jwatt.org 1d04fbaeb2 Fixing bug 288267. getAttribute("transform") giving back "" for transform="matrix(...)". r=tor@acm.org 2005-04-01 16:07:37 +00:00
tor%cs.brown.edu da3b7ab702 Bug 287389: SVG should not munge ua.css at build time. r+sr=bzbarsky 2005-03-25 14:50:05 +00:00
tor%cs.brown.edu 5e8bf8ecda Bug 276316 - gradients should be "live".
Patch by scootermorris@comcast.net, r=afri.
2005-03-09 19:24:18 +00:00
tor%cs.brown.edu 05861b1a45 Bug 284675 - Handle svg text chunks separately, support dx/dy. r=afri 2005-03-07 04:02:02 +00:00
tor%cs.brown.edu 30399497e2 Fix svg build bustage. 2005-02-25 23:15:19 +00:00
bryner%brianryner.com 001952215b Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky. 2005-02-25 22:07:01 +00:00
tor%cs.brown.edu a0375d13dc Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc 2005-02-21 18:11:18 +00:00
bryner%brianryner.com e6dfc671b2 Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky. 2005-02-19 10:31:27 +00:00
jwatt%jwatt.org 364c1dd18b Bug 282194 : Add null checks to methods that take SVG objects as arguments : r=tor 2005-02-16 18:39:59 +00:00
jwatt%jwatt.org ab39611fed bug 274698 : Improve nsSVGLength.cpp : r=tor 2005-02-15 19:18:58 +00:00
bzbarsky%mit.edu b017085533 Fix SVG build bustage 2005-02-08 02:36:25 +00:00
tor%cs.brown.edu 50dbf20166 Bug 280554 - SVG content and layout should use GetAnimVal, not GetBaseVal.
Patch by scootermorris@comcast.net, r=afri
2005-02-02 20:31:51 +00:00
bzbarsky%mit.edu c764515020 Fix forceRedraw to use FlushPendingNotifications instead of trying to roll its
own.  Bug 280214, r=afri, sr=roc
2005-02-01 02:17:02 +00:00
alex%croczilla.com 126cf44a45 Clean up nsSVGValue.h dependencies. Bug#280519, r=scooter. SVG builds only. 2005-01-31 19:45:10 +00:00
tor%cs.brown.edu f0305d4312 Bug 252631 - allow multiple onloads in svg content. r=sicking, sr=jst 2005-01-26 14:28:21 +00:00
tor%cs.brown.edu 644c1c1139 Bug 193825 - <svg:clipPath> implementation.
r=scooter, sr=dbaron for shared moz files.
2005-01-25 03:55:03 +00:00
tor%cs.brown.edu 7ed1238419 Bug 268426 - title, desc, metadata elements DOM implementation.
Patch by jonathan.watt@strath.ac.uk, r=afri, sr=tor for moz shared files.
2005-01-24 17:42:23 +00:00
alex%croczilla.com 4144d8ad0d Only notify observers of context-change when object is context dependent. Bug#270257, Checkin for jwatt, r=afri. Affects SVG builds only. 2005-01-21 00:28:21 +00:00
tor%cs.brown.edu a034772292 Bug 278741 - <use> not live to width/height changes. r=jwatt 2005-01-19 20:54:26 +00:00
tor%cs.brown.edu 7cc765bbb4 Bug 278201 - circular loop <use> hangs browser. r=bzbarsky 2005-01-19 20:52:43 +00:00
tor%cs.brown.edu ee6958dea3 Bug 273235 - Support XML Events also in SVG. Patch by smaug@welho.com, r=tor. 2005-01-19 18:37:44 +00:00
tor%cs.brown.edu 386bcfe32d Bug 274925 - don't pre-refcount SVG classes directly. r=afri. 2005-01-19 16:32:47 +00:00
tor%cs.brown.edu 56f3fda1c0 Bug 274886 - attributes corresponding to SVGLength properties are always set.
Patch by jonathan.watt@strath.ac.uk, r=tor.
2005-01-16 01:44:52 +00:00
bryner%brianryner.com 5e2d6d2947 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
tor%cs.brown.edu a422720abc Bug 261800 - getBBox for non-text elements. r=scooter 2004-12-24 16:26:10 +00:00
db48x%yahoo.com fbf4456891 bug 259559: Get rid of warnings when content/svg is built
patch by Jonathan Watt <jonathan.watt@strath.ac.uk>, r=alex
2004-12-21 23:02:56 +00:00
tor%cs.brown.edu 88ec41b5e3 Bug 270251 - nsSVGElement::UpdateContentStyleRule issues.
Patch by jlurz24@gmail.com, r=sicking, sr=bz.
2004-12-18 12:14:32 +00:00
tor%cs.brown.edu a22fc82221 Bug 216568 - <svg:image> implementation. r=pavlov 2004-12-17 23:45:30 +00:00
tor%cs.brown.edu 23c6f9365c Backout 270257. 2004-12-12 05:30:29 +00:00