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

826 Коммитов

Автор SHA1 Сообщение Дата
Jonas Sicking b16bc2848c Bug 28293: Implement defer attribute. r/sr=jst 2008-07-25 19:42:12 -07:00
Robert Longson 188cbc0412 Bug 448506 - support xlink:show attribute in links. r=jwatt,sr=roc 2008-08-01 10:52:23 +01:00
Daniel Holbert 7e618ebb7c Fixing a typo in a comment. 2008-07-24 14:57:28 -07:00
Ere Maijala 88c1909593 Merge commit for bug 112294 2008-07-23 10:32:44 +03:00
roc@localhost 720ceb1f92 Bug 445297. Optimize filters so that changes to the source image don't have to repaint the entire filter. r=longsonr,sr=mats 2008-07-23 14:15:27 +12:00
Daniel Holbert e0f69967f6 (No code changes) Remove executable bit from the files in content/svg/ that shouldn't be executable. 2008-07-22 17:29:29 -07:00
Robert O'Callahan 69aabc9ae4 Bug 445269. Change nsRect to nsIntRect in filter implementations to make it clear these are pixel rects. Also fix a few style nits. r=longsonr,sr=mats 2008-07-15 20:57:31 +12:00
Robert O'Callahan b2bdb8ad76 Bug 445081. Refactor code to use ComputeNormalizedHypotenuse ... relanding with a fix so that we don't lose precision and break SVG text mochitests. r=longsonr,sr=mats 2008-07-15 20:46:54 +12:00
Robert O'Callahan d04ae0b69a Backing out changeset 4624fef36355 (bug 445081) due to test failures on Windows and Mac 2008-07-15 16:36:19 +12:00
Robert O'Callahan e917dc809f Bug 445081. Factor out code to create nsSVGUtils::ComputeNormalizedHypotenuse. r=longsonr,sr=mats 2008-07-15 15:12:40 +12:00
Robert O'Callahan 92ef9ab20a Bug 418201. Restrict filter processing to the dirty area. r=longsonr,sr=mats 2008-07-15 15:08:47 +12:00
Robert O'Callahan 68cb1172e1 Bug 416305. Part 2: Introduce image flag to indicate that all the color channel values are equal, set it for source-alpha images, and optimize Gaussian blur when the color channel values are known to be all-zero. r=longsonr,sr=mats 2008-07-14 14:49:07 +12:00
Robert O'Callahan 8796c1365c Bug 416305. Part 1, fixing C++ bustage 2008-07-14 13:34:10 +12:00
Robert O'Callahan 634a8a2e01 Bug 416305. Part 1: restructure SVG filters to remove the image dictionary and pass Image objects along edges of the filter primtive graph; filter primitive analysis and coordination is moved to nsSVGFilterInstance. r=longsonr,sr=mats 2008-07-14 13:21:25 +12:00
Robert Longson 4f5be1e4c9 Bug 409383 - Make dynamic changes to switch children work and fix transient switch errors. r=jwatt,sr=roc 2008-07-13 12:30:48 +01:00
Jesse Ruderman 88e67599c5 Add crashtest for bug 413174 2008-07-11 14:07:35 -07:00
Olli Pettay 2d23628d74 Bug 443556, svg:use crashes, r+sr=roc 2008-07-09 13:50:48 +03:00
Daniel Holbert 3b13e2d585 Comment-only change: s/effect/affect/, and added '.' at end of sentence. 2008-07-08 02:24:36 -07:00
Benjamin Smedberg 884ca0dcae Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst 2008-06-30 21:03:50 -04:00
Robert O'Callahan 8df896f622 Bug 344258. Make <use> honour changes to the ID-to-element map. r=longsonr,sr=mats 2008-06-26 10:41:04 +12:00
Robert O'Callahan 29161b5c48 Bug 439375. Improve Gaussian blur inner loop. r=longsonr,sr=mats 2008-06-26 10:12:12 +12:00
Robert Longson 343cf22257 Bug 441339 - Simplify number-optional-number parsing. r+sr=roc 2008-06-24 13:54:11 +01:00
Robert Longson 59f18dd404 Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). (removing obsolete files) r+sr=roc 2008-06-14 21:11:14 +12:00
Robert Longson d7ab3cb4c6 Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). (adding missed files) r+sr=roc 2008-06-14 21:09:44 +12:00
Robert Longson 6453026467 Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). r+sr=roc 2008-06-14 21:01:02 +12:00
longsonr@gmail.com d4aafc1275 Bug 429774. r+sr=roc,a1.9=beltzner 2008-04-23 05:35:28 -07:00
jruderman@hmc.edu 24ecc19504 Add crashtests 2008-04-22 21:12:49 -07:00
jwatt@jwatt.org f63f539efe Bug 428228. Removing element from SVG <svg> crashes. r=longsonr, sr=roc, a=beltzner 2008-04-15 01:31:06 -07:00
jruderman@hmc.edu 3eb4af630b Add crashtest 2008-04-14 16:40:17 -07:00
jruderman@hmc.edu 4deca15187 Fix bug 428841, Crash [@ nsSVGPathElement::GetPathSegAtLength] due to signedness error. r+sr=roc, a=damon 2008-04-14 16:38:50 -07:00
bent.mozilla@gmail.com c54db3bb3c Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 10:29:06 -07:00
jonas@sicking.cc f6bc46eb38 Backing out due to test failures 2008-04-08 20:20:39 -07:00
jonas@sicking.cc aedea05d90 Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking 2008-04-08 19:06:27 -07:00
jwatt@jwatt.org 8c03434cbd Bug 369418. Prevent script from injecting floating point infinity or NaN values into C++ land through DOM interfaces. r+sr=roc@ocallahan.org, a=blocking1.9 2008-04-08 04:47:57 -07:00
dholbert@cs.stanford.edu 177ed1bc66 Bug 389949, first patch: Use POINTS_PER_INCH_FLOAT in place of magic number '72.0f'. Basically cosmetic -- shouldn't change our behavior at all. r+sr=vlad, a=blocking1.9+ 2008-04-07 17:27:10 -07:00
longsonr@gmail.com 8774c39a05 Bug 322724 - Supported SVG Feature Strings are incorrect. r=jwatt,sr=roc,a1.9=blocking1.9+ 2008-04-07 06:07:54 -07:00
timeless@mozdev.org b0e4df4591 Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-04-06 05:28:34 -07:00
jruderman@hmc.edu f47a0f477c Add a crashtest 2008-03-26 22:28:56 -07:00
jruderman@hmc.edu fcbc480e2e Add crashtest 2008-03-26 20:09:39 -07:00
jruderman@hmc.edu 8940e342d7 Add crashtest 2008-03-26 18:25:36 -07:00
timeless@mozdev.org 2861dff6f0 reverting 2008-03-19 14:32:17 -07:00
timeless@mozdev.org 022712406a Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-03-19 14:19:35 -07:00
reed@reedloden.com 22cb02bc2b Bug 392233 - "Text kerning broken by scaling/viewBox (space between letters or letters above each other)" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=longsonr sr=vlad a=blocking1.9+] 2008-03-18 12:50:29 -07:00
longsonr@gmail.com 7a74a4e3a2 Bug 399853 - Fix signed/unsigned mismatch warnings. r+sr=tor,a1.9=beltzner 2008-03-18 06:17:08 -07:00
roc+@cs.cmu.edu 253c48d150 Backing out bug 392233 again 2008-03-18 01:37:48 -07:00
roc+@cs.cmu.edu 2911f3374d Bug 392233. Relanding ... make SVG text build textruns taking into account the current transform's scale. Also refactors code to simplify everything. r=longsonr,sr=vlad 2008-03-18 00:42:07 -07:00
roc+@cs.cmu.edu 8f0faf9268 Backing out bug 392233. 2008-03-17 19:36:17 -07:00
roc+@cs.cmu.edu f3f684e136 Bug 392233. Take the current contxt scale into account when constructing textruns for SVG, and simplify the SVG text code. r=longsonr,sr=vlad 2008-03-17 18:45:05 -07:00
jwatt@jwatt.org b687d973da Bug 399488. Faster gaussian blur. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-03-17 08:06:08 -07:00
jwatt@jwatt.org 1df60818bf Bug 421464. The 'type' attribute on <style> should be optional. r=longsonr@gmail.com, sr=roc@ocallahan.org, blocking1.9=me 2008-03-07 02:16:05 -08:00
jwatt@jwatt.org 266421537e Bug 420773. Don't include filters in our list of supported feature strings. r+sr=roc@ocallahan.org, a=beltzner@mozilla.com 2008-03-07 01:58:33 -08:00
vladimir@pobox.com c325e922a7 b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad 2008-03-05 22:51:13 -08:00
jwalden@mit.edu 17c992a3f5 Bug 420243 - Fix an arithmetic mistake in SVGTextContentElement.getSubStringLength. r+sr=roc, a=beltzner 2008-03-05 18:10:43 -08:00
reed@reedloden.com 2224f1eaa4 Bug 419096 - "getPathSegAtLength() causes nsSVGPathSegMovetoAbs to leak" [p=longsonr@gmail.com (Robert Longson) r+sr=roc a1.9=damons] 2008-02-26 01:51:31 -08:00
jwatt@jwatt.org 2c486b9f53 Bug 418206. Some SVG files that appear to hang Mozilla. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-02-21 09:43:25 -08:00
reed@reedloden.com 4fd98b55d8 Bug 417339 - "dynamic changes to xlink:href of svg:feImage don't cause update" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=longsonr sr=roc a1.9=schrep] 2008-02-20 02:08:19 -08:00
roc+@cs.cmu.edu 4e7e2706f6 Bug 418158. nsIDOMSVGComponentTransferFunctionElement should not export the non-scriptable internal-use-only GenerateLookupTable function. r=rlongson,sr=pavlov,a=beltzner 2008-02-19 18:11:53 -08:00
roc+@cs.cmu.edu f7f4e9f80f Bug 416204. feFlood should not support an in1 property, this was a bug in the SVG spec that is being fixed. r=rlongson,sr=pavlov,a=beltzner 2008-02-19 18:10:05 -08:00
bzbarsky@mit.edu b688617577 Don't parse "style" attributes in data documents unless someone asks for .style. Bug 418214, r+sr=peterv, a=schrep 2008-02-19 09:52:00 -08:00
roc+@cs.cmu.edu 5038f77cb2 Remove unused nsISVGFilter 2008-02-18 12:51:34 -08:00
jag@tty.nl 05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
roc+@cs.cmu.edu 4e81670492 Bug 414784. Relanding SVG filter rework with additional fix. Lets us compute SVG work surface sizes smaller than the filter effects region, and fixes many filter correctness bugs. r=rlongson,sr=pavlov 2008-02-17 23:29:00 -08:00
roc+@cs.cmu.edu c4dce19df3 Backing out 414784 2008-02-17 18:11:00 -08:00
roc+@cs.cmu.edu dba76a8dfe Backing out 414784 due to crashtest failure. 2008-02-17 18:04:26 -08:00
roc+@cs.cmu.edu 329064be22 Bug 414784. Lots of SVG filter fixes plus a framework for analyzing the filter primitive graph, which we use to compute smaller surface sizes than the filter effects region. r=rlongson,sr=pavlov 2008-02-17 17:10:14 -08:00
jruderman@hmc.edu 028d5c76f5 Add crashtest 2008-02-03 22:02:38 -08:00
jruderman@hmc.edu e8ab8106c7 Add crashtest 2008-02-03 21:00:12 -08:00
dwitte@stanford.edu e902190fce Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep 2008-02-02 15:41:24 -08:00
longsonr@gmail.com 53278fef55 Bug 414188 - Divide by zero with degenerate tile reference. r+sr=tor,a1.9=mtschrep 2008-01-27 11:03:12 -08:00
jwatt@jwatt.org d04c42a339 Fixing bug 412104. Crash with percentage stroke-width and XBL [@ nsSVGSVGElement::GetLength]. r+sr=tor@acm.org, a1.9=beltzner@mozilla.com 2008-01-25 12:51:13 -08:00
longsonr@gmail.com 6f1c99d174 Bug 411555 - Text inside filter causing invalidation loop. r=jwat,sr=tor,a1.9=blocking1.9+ 2008-01-25 01:27:03 -08:00
reed@reedloden.com f30300a09c Bug 412239 - "Warnings in nsSVGPathElement.cpp" [p=andrey@esin.name (Esin Andrey) (via Timur Timirkhanov) r+sr=tor a1.9=schrep] 2008-01-15 18:01:05 -08:00
longsonr@gmail.com 478cfc1963 Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement correct checkin. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:57:34 -08:00
longsonr@gmail.com ef85d7de6b Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement correct checkin. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:38:18 -08:00
longsonr@gmail.com 0f8dd66931 Bug 410811 - Implement GetNearestViewportElement and GetFarthestViewportElement. r=tor,sr=roc,a1.9=beltzner 2008-01-10 03:26:25 -08:00
longsonr@gmail.com f8eccc8861 Bug 409811. r+sr=tor,a1.9=blocking1.9+ 2008-01-09 01:52:14 -08:00
jwatt@jwatt.org 7f25c6acb1 Fixing bug 411146. Percentage dimensions on SVG in a foreignObject are broken. r=longsonr@gmail.com, sr=tor@acm.org, a1.9=mtschrep@gmail.com 2008-01-09 01:34:52 -08:00
jruderman@hmc.edu 8e5ad8e99a Add some crashtests for feImage 2008-01-07 21:20:28 -08:00
reed@reedloden.com 081a9d0188 Bug 411102 - "Undefine the LoadImage in nsSVGFilters.cpp instead of the whole user32.dll API" [p=Techrazy.Yang@gmail.com (Bo Yang) r+sr+a1.9=tor] 2008-01-07 14:23:01 -08:00
tor@cs.brown.edu 55d0d3d42e Bug 410659 - plug feImage leaks. r=longsonr, sr=roc, a=mtschrep 2008-01-07 09:06:23 -08:00
longsonr@gmail.com 5d4498dc57 Bug 410761 - Set filters as supported features. r+sr=tor,a1.9=mtschrep 2008-01-07 07:10:51 -08:00
longsonr@gmail.com c3728ee792 Bug 410792 - Remove unused FEUnimplementedMOZElement code. r+sr=tor,a1.9=mtschrep 2008-01-07 03:59:37 -08:00
jruderman@hmc.edu 836abdd867 How the heck did this file end up with Mac line breaks? 2008-01-05 22:33:17 -08:00
jruderman@hmc.edu ec199a5ead *** empty log message *** 2008-01-05 22:31:22 -08:00
tor@cs.brown.edu fa5cb24b65 Bug 389746 - implement feDisplacementMap. p=tor,longsonr, r=longsonr, sr=roc, a=dsicore 2008-01-03 13:37:57 -08:00
tor@cs.brown.edu aa46adf459 Bug 390379 - Implement feImage. p=tor,longsonr r=longsonr, sr=roc a=dsicore 2008-01-02 12:49:13 -08:00
longsonr@gmail.com 3f4c269e7e Bug 387466 - Bug 309020 (SVG references breaks when used inside XBL) has regressed. r+sr=bzbarsky,a1.9=blocking1.9+ 2008-01-01 02:51:40 -08:00
longsonr@gmail.com f3628ffb83 Bug 409376 - getScreenCTM testcase fails on reload. r+sr=bzbarsky,a1.9=beltzner 2007-12-31 05:43:51 -08:00
Olli.Pettay@helsinki.fi 6f11b29032 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 01:45:33 -08:00
bzbarsky@mit.edu 3873a2fe8d Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst 2007-12-14 21:43:10 -08:00
jruderman@hmc.edu 678a5fc619 Add a few crashtests. 2007-12-12 22:44:00 -08:00
jonas@sicking.cc 5d4f2a4212 Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz 2007-12-11 18:26:09 -08:00
bzbarsky@mit.edu c446f4e760 Make <select> handle changes to defaultSelected on node for which selected has not been set. Bug 395107, r+sr=sicking. 2007-12-04 08:50:32 -08:00
longsonr@gmail.com a48b04f245 Bug 406312 - textPath startOffset does not react to DOM changes. r=tor,sr=roc,a1.9=tor 2007-12-03 22:51:36 -08:00
peterv@propagandism.org f7abd55e2b Fix for bug 406361 (Large leak with <svg:use patternTransform>). r/sr/a=sicking. 2007-12-03 09:50:02 -08:00
peterv@propagandism.org fa959fa2e1 Fix for bug 405639 (Dynamically created <svg:use> reference loop causes nsGenericElement leak). r/sr/a=sicking. 2007-11-30 10:41:10 -08:00
longsonr@gmail.com 4fb47a9ae9 Bug 404740 - Small performance improvement for feComposite filter. r+sr=tor,a1.9=mtschrep 2007-11-28 03:19:19 -08:00
longsonr@gmail.com d8b650c73e Bug 387466 - Bug 309020 (SVG references breaks when used inside XBL) has regressed. r+sr=roc,a1.9=blocking1.9+ 2007-11-26 02:23:19 -08:00
longsonr@gmail.com c167e7ed65 Bug 378860 - If setAttribute sets an invalid value, the attribute default should be used. r=tor,sr=roc,a1.9=tor 2007-11-22 00:54:31 -08:00
longsonr@gmail.com 5033e9ec97 Bug 399975 - Setting orient to auto emits a console warning. r=tor,sr=roc,a1.9=tor 2007-11-20 03:36:39 -08:00
longsonr@gmail.com 054f19cadc Bug 402342 - feTurbulence transposes type and stitchTiles arguments. r+sr=tor,a1.9=vladimir 2007-11-20 03:20:22 -08:00
jwatt@jwatt.org d308285bb4 Fixing bug 294086. <svg> should be a replaced element. r+sr=dbaron@mozilla.com blocking1.9=tor@acm.org 2007-11-18 04:09:03 -08:00
reed@reedloden.com c760b02a81 Bug 399642 - "Make parsing stricter" [p=longsonr@gmail.com (Robert Longson) r=tor sr+a1.9=roc] 2007-10-19 01:54:21 -07:00
longsonr@gmail.com dde17eb506 Bug 399525 - Don't warn over user content. r=tor,sr+a=roc 2007-10-15 05:06:42 -07:00
longsonr@gmail.com 9cfc5cc86a Bug 386416 - Integer and Number pair attributes such as the order attribute of feConvolveMatrix should allow an optional comma as separator. r=tor,sr+a=roc 2007-10-15 05:06:17 -07:00
tor@cs.brown.edu 0ccbf04bee Bug 399354 - some svg filters not checking in2 requirement. r=longsonr, sr+a=roc 2007-10-11 13:08:38 -07:00
longsonr@gmail.com 4186678b87 Bug 397749 - New style nsSVGAngle. Relanding after roc checked that talos has no SVG pages. r=tor,sr+a=roc,a=mconnor 2007-10-10 03:07:59 -07:00
longsonr@gmail.com 5c0bc72c8d Bug 399133 - invalid blue channel in feColorMatrix in saturation mode. r+sr+a=tor 2007-10-10 01:15:31 -07:00
tor@cs.brown.edu ac490cdd0b Bug 398926 - nsWeakReference leak with stroke and fill using the same pattern. r+sr+a=roc 2007-10-09 16:17:41 -07:00
tor@cs.brown.edu fffbc1520c Backout of 397749 - suspicion of talos regression. 2007-10-05 10:06:47 -07:00
longsonr@gmail.com a8c58f1dc5 fix a grammar mistake in a comment to get WINNT 5.2 qm-win2k3-01 dep unit test to rebuild in the hope that the test failure is unrelated to my recent check in 2007-10-05 03:27:31 -07:00
longsonr@gmail.com dc5258eb9d Bug 397749 - New style nsSVGAngle. r=tor,sr+a=roc,a=mconnor 2007-10-05 02:11:00 -07:00
longsonr@gmail.com fb0578606a Bug 397916 - Simplify nsSVGLength2. r=tor,sr+a=roc 2007-10-03 02:02:19 -07:00
tor@cs.brown.edu af8e780399 Bug 397017 - leak of some svg base types when unsetting. r+sr+a=roc 2007-10-02 07:52:56 -07:00
longsonr@gmail.com 7e754654f1 Bug 398134 - Remove final argument to nsSVGBoolean::SetBaseValue as it is only ever PR_TRUE. r=tor,sr+a=roc 2007-10-02 05:23:17 -07:00
longsonr@gmail.com 409f04a6d1 Bug 397620 - Validate boolean arguments. r+sr+a=roc 2007-10-01 01:39:23 -07:00
tor@cs.brown.edu c8cae8110c Bug 397551 - <svg:use> reference loop makes a bunch of elements leak. r=longsonr, sr+a=roc 2007-09-26 08:37:15 -07:00
longsonr@gmail.com 65155d87dc Bug 397159 - New style nsSVGBoolean. r=tor,sr=roc,a=roc 2007-09-26 02:22:08 -07:00
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
tor%cs.brown.edu 8db0ed48da Bug 344378 - Implement nsSVGPathElement::GetPointAtLength.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-07-18 16:16:09 +00:00
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