Robert Longson
|
44016eb6da
|
Bug 470124 - Crash [@ nsSVGUtils::GetRelativeRect]; r+sr=roc
|
2008-12-21 02:16:42 +01:00 |
|
Robert Longson
|
bda2871a94
|
Bug 441780. Fix radial gradient clamping to be more aggressive. r=jwatt,sr=roc
--HG--
extra : rebase_source : 477e5305530e86348a3526a8157f5f93340c644b
|
2008-12-17 20:28:33 +13:00 |
|
Martin Stránský
|
5f8aedcf13
|
b=403513 bad kerning in print output if hinting is set to medium or full r=karlt sr=vlad
|
2008-12-17 16:17:50 +13:00 |
|
Karl Tomlinson
|
dea545b65e
|
backout b=403513 due to compile error in gfxFontSelectionTest.cpp
|
2008-12-17 13:57:40 +13:00 |
|
Martin Stránský
|
7d9de4223a
|
b=403513 bad kerning in print output if hinting is set to medium or full r=karlt sr=vlad
|
2008-12-17 13:44:32 +13:00 |
|
Jesse Ruderman
|
2791f144e6
|
Crashtest for bug 458453.
|
2008-12-14 00:48:51 +01:00 |
|
Robert O'Callahan
|
7da5e41790
|
Bug 455314. nsSVGRenderingObserver::GetReferencedFrame shouldn't try to look up the frame on a cache miss, if we're currently destroying frames. r+sr=mats
|
2008-12-12 21:25:16 +13:00 |
|
Robert O'Callahan
|
224247103e
|
Bug 448243. When nsSVGFilterInstance needs to create a dummy input image, create one of the right size. r=jwatt,sr=mats
|
2008-12-12 21:14:26 +13:00 |
|
Robert Longson
|
668d43d2f9
|
Bug 463064 - Use covered region to minimise foreignObject painting r+sr=roc
|
2008-12-06 15:22:01 +00:00 |
|
Robert Longson
|
63e99c302b
|
Bug 464374 - Crash [@ nsSVGUtils::MaxExpansion] with svg filter, mathml; r+sr=roc
|
2008-12-04 19:17:45 +01:00 |
|
Robert Longson
|
bde693793a
|
Bug 437704. Always union fill extents with stroke extents instead of just relying on stroke extents, in case they turn out to be empty. r+sr=roc
|
2008-12-03 14:35:42 +13:00 |
|
Robert Longson
|
598a7a8191
|
Bug 463934 - text bounds do not account for position properly
Landing this to see if it fixes bug 465222 - tsvg regression November 3 2008
r=roc, sr=roc, a1.9.1=beltzner
|
2008-11-29 11:23:57 -08:00 |
|
Daniel Holbert
|
58d145b691
|
Bug 420697: Add svgGlyphFrame check to GetStrokeDashoffset and GetStrokeDashArray, making them match GetStrokeWidth. r+sr=roc a=beltzner
|
2008-11-14 10:46:56 -08:00 |
|
Robert Longson
|
6599f35796
|
Bug 460946 - getBoundingClientRect on rotated svgElement with stroke is incorrect. r+sr=roc
|
2008-11-03 10:04:25 +00:00 |
|
Robert Longson
|
61e59e1ed3
|
Bug 461751 - zoomAndPan=disable prevents programmatic zoom. r+sr=roc
|
2008-11-03 10:01:28 +00:00 |
|
Benjamin Smedberg
|
5eb7ef79cd
|
Bug 462381 - Build layout directories in parallel r=ted sr=roc
|
2008-10-31 09:07:15 -07:00 |
|
Robert Longson
|
adb83f6b37
|
Bug 459883 r+sr=roc
|
2008-10-27 11:48:20 +00:00 |
|
Bernd
|
867fdf2cb0
|
bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky
|
2008-10-26 11:11:34 +01:00 |
|
Robert Longson
|
4d21df98f1
|
Bug 461324 - Simplify NS_STATE_SVG_NONDISPLAY_CHILD in foreignObject. r+sr=roc
|
2008-10-24 08:47:04 +01:00 |
|
Robert Longson
|
df8647721a
|
Bug 461131 - Remove unused mFilterRect variable from nsSVGFilterProperty. r+sr=roc
|
2008-10-23 10:04:34 +01:00 |
|
Robert Longson
|
c85eecf822
|
Bug 458493 - Crash calling nsSVGEffects::RemoveRenderingObserver. r+sr=roc
|
2008-10-22 10:09:03 +01:00 |
|
Arpad Borsos
|
8b05c605f7
|
Bug 456388 - "Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree" (followup for mozilla-central) [r+sr=brendan]
|
2008-10-21 01:50:05 -05:00 |
|
Robert Longson
|
3cfd9bd4ee
|
Bug 459758 - effects on outer svg frames only work accidentally. r+sr=roc
|
2008-10-20 09:42:03 +01:00 |
|
Robert Longson
|
d58d86bd7a
|
Bug 460551 - overrideCTM is no longer necessary. r+sr=roc
|
2008-10-18 09:19:01 +01:00 |
|
Robert Longson
|
6b7dde6595
|
Bug 460210 - Various frames should call GetMatrixPropagation() instead of using mPropagateTransform. r+sr=roc
|
2008-10-17 20:41:35 +01:00 |
|
Robert O'Callahan
|
8e54fc7760
|
Bug 459512. When painting an SVG source image for a filter, translate the dirty rect into device coordinates relative to the outer-SVG. Also, don't use an override-CTM to transform into filter space, just apply the transform to the gfxContext. r=longsonr,sr=mats
|
2008-10-16 20:55:10 +13:00 |
|
Robert Longson
|
2d3f29a655
|
Bug 459759 - Crash if markers contain paths. r+sr=roc
|
2008-10-16 08:48:55 +01:00 |
|
L. David Baron
|
da3721ca17
|
Make sure DidSetStyleContext methods call the base class DidSetStyleContext, and change the signature to return void. (Bug 459649) r+sr=bzbarsky
|
2008-10-13 18:03:28 -04:00 |
|
Robert Longson
|
7794fb8713
|
Bug 459497 - Remove unused code following dynamic ID work. r+sr=roc
|
2008-10-11 13:55:11 +01:00 |
|
Robert Longson
|
76faac31ae
|
Bug 458010 - textPath should use nsReferencedElement instead of nsSVGUtils::GetReferencedFrame. r+sr=roc
|
2008-10-11 12:29:35 +01:00 |
|
Arpad Borsos
|
c72ef7d248
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Robert Longson
|
8091c5e779
|
Bug 309220 - SVG markers should be live to id changes in document. r+sr=roc
|
2008-10-10 14:14:05 +01:00 |
|
Boris Zbarsky
|
f49d088b98
|
Bug 433616 tests. r+sr=roc
|
2008-09-28 15:16:34 -04:00 |
|
Boris Zbarsky
|
c9e6929f52
|
Bug 433616 part 3. Integration of externa resource documents into nsReferencedElement, plus some SVG fixups needed to handle nsReferencedElement returning an element from a different document, r+sr=roc
|
2008-09-28 15:16:15 -04:00 |
|
Robert Longson
|
ec7531ab95
|
Bug 458068 - SVG fill="none" is broken, behaves like fill="black". r+sr=roc
|
2008-10-06 15:44:40 +02:00 |
|
John Daggett
|
37c61248d6
|
Bug 441473. Implement user font set object. r+sr=roc
|
2008-10-01 12:01:53 +09:00 |
|
Robert O'Callahan
|
fa9c29cdcd
|
Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats
|
2008-10-01 13:51:05 +13:00 |
|
Robert O'Callahan
|
4fc9cfd0c6
|
Backing out bug 455984 to see if it fixed Tp crashes
|
2008-10-01 00:28:20 +13:00 |
|
Robert O'Callahan
|
4fdd181cd0
|
Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats
|
2008-09-30 21:47:20 +13:00 |
|
Boris Zbarsky
|
9599df476b
|
Backing out changesets 2ea77fa990af, 7d2d8869e73c, 93441e4f521e, 43d2ee100f3b, a2d84821ea71 to see whether they're causing the Windows Txul or Mac Tp regressions
|
2008-09-29 08:51:29 -04:00 |
|
Boris Zbarsky
|
a7d77f3dd3
|
Bug 433616 tests. r+sr=roc
|
2008-09-28 15:16:34 -04:00 |
|
Boris Zbarsky
|
fbd4083bf9
|
Bug 433616 part 3. Integration of externa resource documents into nsReferencedElement, plus some SVG fixups needed to handle nsReferencedElement returning an element from a different document, r+sr=roc
|
2008-09-28 15:16:15 -04:00 |
|
Robert O'Callahan
|
a39e457b50
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
|
Robert Longson
|
c7f4344e1f
|
Bug 456282 - getStartPositionOfChar calculates advances in incorrect coordinate system. r+sr=roc
|
2008-09-28 10:05:26 +01:00 |
|
Jeremy Lea
|
4527d5d1a8
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc
|
2008-09-28 20:38:34 +13:00 |
|
Robert O'Callahan
|
5dbf5690ac
|
Backing out bug 448830
|
2008-09-26 13:10:26 +12:00 |
|
Jeremy Lea
|
7261376c29
|
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
|
2008-09-26 10:42:19 +12:00 |
|
Robert O'Callahan
|
5ad965518f
|
Bug 455279. Fix mask alpha computation so that it works when the incoming gfxContext has a non-identity transform. r=longsonr,sr=mats
|
2008-09-22 14:14:54 +12:00 |
|
Keith Schwarz
|
59216c8471
|
Bug 455389 - SVG foreignObjects don't get NS_FRAME_MAY_BE_TRANSFORMED frame bit; r+sr=roc
|
2008-09-20 18:31:47 +02:00 |
|
Arpad Borsos
|
18b833c041
|
Bug 452797 - Clean up unused variables in layout/; v6; r+sr=roc
|
2008-09-20 15:42:03 +02:00 |
|
Robert O'Callahan
|
775dd33c74
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
|
Jeremy Lea
|
195f86f3ef
|
Bug 454937 - Pixel/app unit confusion in SVG filter code; r+sr=roc
|
2008-09-16 13:54:30 +02:00 |
|
Frédéric WANG
|
ed4103c12a
|
b=454085 Add text-indent:0 for -moz-svg-foreign-content to prevent unexpected spaces r+sr=roc
|
2008-09-16 10:41:42 +12:00 |
|
Arpad Borsos
|
87878e68eb
|
Bug 454766 - Add suggested parentheses to layout/; r+sr=roc; (with nits by sgautherie)
|
2008-09-15 17:40:25 +02:00 |
|
Keith Schwarz
|
48a87265ac
|
Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc
|
2008-09-13 21:42:11 +12:00 |
|
Robert O'Callahan
|
b52d3794d5
|
Bug 450340. Support SVG mask/clip-path/filter CSS properties applied to non-SVG content. r=longsonr,sr=mats
|
2008-09-11 12:24:16 +12:00 |
|
timeless@mozdev.org
|
2779332bd2
|
merging backout part two of two
to fix Bug 454186
SM crashes when try to download file [@ nsString::ToInteger - nsTreeBodyFrame::PaintProgressMeter]
|
2008-09-08 16:01:00 +02:00 |
|
timeless@mozdev.org
|
2cf6a7ee79
|
Backed out changeset 54215f2cbc66
to fix Bug 454186
SM crashes when try to download file [@ nsString::ToInteger - nsTreeBodyFrame::PaintProgressMeter]
|
2008-09-08 16:00:32 +02:00 |
|
Graeme McCutcheon
|
bc94c13609
|
Bug 451252 - "Highlight All" find selection not visible in elements that have -moz-user-select: none set; r+sr=roc
|
2008-09-07 16:12:50 +02:00 |
|
Arpad Borsos
|
95c1e86113
|
Bug 452797 - Clean up unused variables in layout/; r+sr=roc
|
2008-09-06 20:38:31 +02:00 |
|
Jeremy Lea
|
2fab211d2a
|
Bug 379616. The mRect for SVG frames should be in appunits. r+sr=tor
|
2008-08-25 21:23:54 +12:00 |
|
Benjamin Smedberg
|
7a57f2972d
|
Backed out changeset e92e18d52d71 due to the following test failures on Windows:
*** 31290 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect width - got 45, expected 0
*** 31291 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect height - got 20, expected 0
*** 31292 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect right - got 45, expected 0
*** 31293 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgbase bounding rect bottom - got 20, expected 0
*** 31306 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect width - got 45, expected 0
*** 31307 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect height - got 20, expected 0
*** 31308 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect right - got 45, expected 0
*** 31309 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/general/test_offsets.xul | svgrect bounding rect bottom - got 20, expected 0
|
2008-08-19 12:20:16 -04:00 |
|
Jeremy Lea
|
55db355540
|
Bug 379616 - Switch SVG's frame mRect to app units, r+sr=tor
|
2008-08-19 10:14:01 -04:00 |
|
Robert Longson
|
d388bfe998
|
Bug 450495 - Make foreignObject a mandatory part of SVG. r+sr=roc
|
2008-08-17 12:18:21 +01:00 |
|
Robert O'Callahan
|
c2e7c7baa2
|
Bug 449327. nsSVGObjectFrame::GetBBox should account for canvas TM. Also add some simple bbox tests even though they don't test this bug. r=longsonr,sr=mats
|
2008-08-15 22:24:01 +12:00 |
|
Robert O'Callahan
|
ded93fa5e1
|
Bug 441368 crashtest
|
2008-08-15 21:30:44 +12:00 |
|
Robert O'Callahan
|
93cddfc711
|
Bug 445079. Make nsSVGRenderState able to generate an nsIRenderingContext, so that filters and other users can host foreignObject content. r=longsonr,sr=mats
|
2008-08-12 20:36:51 +12:00 |
|
Robert O'Callahan
|
85fe9cafd3
|
Bug 449323. Factor some code out of nsSVGUtils to nsSVGEffects. r=longsonr,sr=mats
|
2008-08-08 13:34:43 +12:00 |
|
Robert O'Callahan
|
6930a4f184
|
Bug 447565. Comment-only followup.
|
2008-08-06 16:02:16 +12:00 |
|
Robert O'Callahan
|
c535178fca
|
Bug 447567, trying to fix bustage again
|
2008-08-06 13:58:29 +12:00 |
|
Robert O'Callahan
|
9bdcac0a6a
|
Bug 447567, trying to fix bustage
|
2008-08-06 13:43:34 +12:00 |
|
Robert O'Callahan
|
ab2b084996
|
Bug 447567. Instead of brutally wiping out effects properties whenever the style context changes for an SVG frame (which wouldn't work for non-SVG frames), create a new style change hint to handle it. r=longsonr,sr=dbaron
|
2008-08-06 12:55:07 +12:00 |
|
Robert O'Callahan
|
a0eabe8ffc
|
Bug 447565. Make clip-path/filter/mask use nsReferencedElement to update correctly when the element referenced by an ID changes. r=longsonr,sr=mats
|
2008-08-06 12:25:33 +12:00 |
|
Robert Longson
|
98778518b1
|
Bug 445685 - Improve performance with large numbers of text fragments. r=jwatt,sr=roc
|
2008-07-30 20:28:12 +01: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 |
|
Robert O'Callahan
|
52a3575d40
|
Bug 445268. Initialize gfxRect to empty, it doesn't do it automatically. Should fix regression from bug 416305. r=longsonr,sr=mats
|
2008-07-15 20:49:42 +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
|
18cf5a8e13
|
Backing out changeset 6c8c95fcaf9b (bug 445079) due to test failure on Windows
|
2008-07-15 16:35:37 +12:00 |
|
Robert O'Callahan
|
cd5779708c
|
Bug 445079. Make filters and patterns use an offscreen surface with the ability to create an nsIRenderingContext wrapper as needed, so foreignObject works in those contexts. r=longsonr,sr=mats
|
2008-07-15 15:16:43 +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
|
9a207f4deb
|
Bug 416305. Part 1, fixing missing file bustage
|
2008-07-14 13:31:34 +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 |
|
Daniel Holbert
|
192f557403
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
|
2008-07-11 11:54:06 -07:00 |
|
Benjamin Smedberg
|
556cf36dc9
|
Bug 442729 - Annotate stack-only classes in layout, r+sr=roc
|
2008-07-01 15:16:45 -04:00 |
|
Robert Longson
|
2411ee6bc2
|
Bug 438867 - SVG not rendered after html hr element. r+sr=roc
|
2008-06-22 16:59:48 +01:00 |
|
Robert Longson
|
7eb028aa39
|
Bug 434041 - text outline does not change thickness on zoom
|
2008-06-22 16:45:38 +01: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 |
|
Robert O'Callahan
|
3b0423c3b4
|
Remove unused virtual functions. r+sr=tor
|
2008-06-11 11:50:49 +12:00 |
|
jruderman@hmc.edu
|
0e9c562456
|
Remove comment from crashtests.list now that the relevant bug is gone.
|
2008-04-23 19:03:05 -07:00 |
|
longsonr@gmail.com
|
9a2ef547fe
|
Bug 428379 - Fix translated foreignObject zooming. r=jwatt,sr=roc,a1.9=beltzner
|
2008-04-15 03:48:09 -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 |
|
jwatt@jwatt.org
|
b71efcf867
|
Bug 428023. Allow SVG without a viewBox to scroll when embedded by reference by a replaced element. r=longsonr, sr=roc, a1.9=vlad
|
2008-04-09 23:25:31 -07:00 |
|
longsonr@gmail.com
|
8c22814a18
|
Bug 423998 - Fix repainting regression(s) and multiple invalidation bugs. r=jwatt,sr=roc,a1.9=blocking1.9+ and beltzner
|
2008-04-08 05:51:19 -07:00 |
|
longsonr@gmail.com
|
e0c8c3f8f1
|
Bug 426980 - foreignObject content displays at wrong size if zoomed. r=jwatt,sr=roc,a1.9=beltzner
|
2008-04-07 16:16:36 -07:00 |
|
longsonr@gmail.com
|
3d6a5cc784
|
Bug 426738 - SVG text in hyperlink appears to have incorrect length. r+sr=roc,a1.9=beltzner
|
2008-04-07 15:27:52 -07:00 |
|
longsonr@gmail.com
|
be34b49a58
|
Bug 426721 - Transforming the ancestors of a foreignObject does not cause a refresh. r+sr=roc,a1.9=dsicore
|
2008-04-07 03:32:41 -07:00 |
|