Robert O'Callahan
|
279af36fc7
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
|
Robert Longson
|
e456d12fd3
|
Bug 456282 - getStartPositionOfChar calculates advances in incorrect coordinate system. r+sr=roc
|
2008-09-28 10:05:26 +01:00 |
|
Jeremy Lea
|
92e7030a42
|
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
|
6a45b282aa
|
Backing out bug 448830
|
2008-09-26 13:10:26 +12:00 |
|
Jeremy Lea
|
67f3afd13b
|
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
|
41e313558f
|
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
|
8ed70cceea
|
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
|
d0e70a51bf
|
Bug 452797 - Clean up unused variables in layout/; v6; r+sr=roc
|
2008-09-20 15:42:03 +02:00 |
|
Robert O'Callahan
|
f79290bb0e
|
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
|
a1de6b1b1d
|
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
|
72b53ae3c7
|
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
|
eef0edf9d5
|
Bug 454766 - Add suggested parentheses to layout/; r+sr=roc; (with nits by sgautherie)
|
2008-09-15 17:40:25 +02:00 |
|
Keith Schwarz
|
dc907e1ec7
|
Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc
|
2008-09-13 21:42:11 +12:00 |
|
Robert O'Callahan
|
539a029252
|
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
|
5819f54b4e
|
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
|
b0c349250f
|
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
|
b6ce570b3c
|
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
|
1f62482141
|
Bug 452797 - Clean up unused variables in layout/; r+sr=roc
|
2008-09-06 20:38:31 +02:00 |
|
Jeremy Lea
|
a543803324
|
Bug 379616. The mRect for SVG frames should be in appunits. r+sr=tor
|
2008-08-25 21:23:54 +12:00 |
|
Benjamin Smedberg
|
61d23845dc
|
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
|
9957840a6a
|
Bug 379616 - Switch SVG's frame mRect to app units, r+sr=tor
|
2008-08-19 10:14:01 -04:00 |
|
Robert Longson
|
0f5abca8c0
|
Bug 450495 - Make foreignObject a mandatory part of SVG. r+sr=roc
|
2008-08-17 12:18:21 +01:00 |
|
Robert O'Callahan
|
b19aa85b24
|
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
|
0307be506c
|
Bug 441368 crashtest
|
2008-08-15 21:30:44 +12:00 |
|
Robert O'Callahan
|
b2b9e631e0
|
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
|
5a1d007a60
|
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
|
5e1036f776
|
Bug 447565. Comment-only followup.
|
2008-08-06 16:02:16 +12:00 |
|
Robert O'Callahan
|
9db3555724
|
Bug 447567, trying to fix bustage again
|
2008-08-06 13:58:29 +12:00 |
|
Robert O'Callahan
|
1c8d82f70e
|
Bug 447567, trying to fix bustage
|
2008-08-06 13:43:34 +12:00 |
|
Robert O'Callahan
|
aa8fb5c224
|
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
|
0299f89707
|
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
|
991c773e4d
|
Bug 445685 - Improve performance with large numbers of text fragments. r=jwatt,sr=roc
|
2008-07-30 20:28:12 +01:00 |
|
roc@localhost
|
2b1f9eed61
|
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
|
36e9776d0f
|
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
|
bfe75b2156
|
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
|
f90023250c
|
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
|
e54fbdfe86
|
Backing out changeset 6c8c95fcaf9b (bug 445079) due to test failure on Windows
|
2008-07-15 16:35:37 +12:00 |
|
Robert O'Callahan
|
b1f4bd2080
|
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
|
3f6b07d740
|
Bug 445081. Factor out code to create nsSVGUtils::ComputeNormalizedHypotenuse. r=longsonr,sr=mats
|
2008-07-15 15:12:40 +12:00 |
|
Robert O'Callahan
|
90e343b2fd
|
Bug 418201. Restrict filter processing to the dirty area. r=longsonr,sr=mats
|
2008-07-15 15:08:47 +12:00 |
|
Robert O'Callahan
|
50dec1e8a5
|
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
|
3594fc2a5e
|
Bug 416305. Part 1, fixing missing file bustage
|
2008-07-14 13:31:34 +12:00 |
|
Robert O'Callahan
|
133e8872e2
|
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
|
67af1e3115
|
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
|
783f0d51f8
|
(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
|
34d11c2d91
|
Bug 442729 - Annotate stack-only classes in layout, r+sr=roc
|
2008-07-01 15:16:45 -04:00 |
|
Robert Longson
|
7fc5d658cb
|
Bug 438867 - SVG not rendered after html hr element. r+sr=roc
|
2008-06-22 16:59:48 +01:00 |
|
Robert Longson
|
85b5603e9c
|
Bug 434041 - text outline does not change thickness on zoom
|
2008-06-22 16:45:38 +01:00 |
|
Robert Longson
|
9c1c1e8d06
|
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
|
0e22f1c6a3
|
Remove unused virtual functions. r+sr=tor
|
2008-06-11 11:50:49 +12:00 |
|