Robert Longson
|
dd31b4edbf
|
Bug 696078 - Move filter attribute processing to frame classes. r=jwatt
--HG--
rename : layout/svg/base/src/nsSVGLeafFrame.cpp => layout/svg/base/src/SVGFELeafFrame.cpp
extra : rebase_source : 74ac4d84da2f0a99272e83590a9adc1dc8511fce
|
2011-11-19 17:53:52 +00:00 |
|
Jonathan Watt
|
a0715110cb
|
Bug 702696 - Path length scale factor should not be affected by the 'transform' attribute. r=dholbert.
|
2011-11-21 21:22:19 +00:00 |
|
Robert Longson
|
6b9b01a122
|
Bug 698195 - Use AfterSetAttr to process script href changes. r=dholbert
|
2011-11-19 09:00:04 +00:00 |
|
Ms2ger
|
4e03d81337
|
Bug 669012 - Part c: Remove the return value from nsIContent::DoneAddingChildren; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Ms2ger
|
7a9dd20769
|
Bug 669012 - Part b: Introduce nsIScriptElement::AttemptToExecute; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Jonathan Watt
|
de6035b118
|
Bug 702477 - Change the names of nsSVGPathElement::GetScale and nsSVGTextPathFrame::GetPathScale, and add documenting comments. r=longsonr.
|
2011-11-15 13:11:43 +00:00 |
|
David Zbarsky
|
52ccc4cb61
|
Bug 660959 - Update link state less lazily r=bz
|
2011-11-14 16:24:41 +13:00 |
|
Robert Longson
|
032d99d10e
|
Bug 699147 - Simplify lengthList parsing. r=jwatt
|
2011-11-09 12:58:34 +00:00 |
|
Robert Longson
|
3fbeca9285
|
Bug 280391 - implement SVGSVGElement.getElementById. r=jwatt,bzbarsky
|
2011-11-08 15:00:29 +00:00 |
|
Ed Morley
|
219d1eb56e
|
Merge mozilla-central and mozilla-inbound
|
2011-11-05 18:46:28 +00:00 |
|
Ed Morley
|
7ea8e12caa
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Matheus Kerschbaum
|
8a393f7f40
|
Bug 698630 - Remove --disable-smil build option; r=dholbert
|
2011-11-05 10:32:52 +00:00 |
|
Rail Aliiev
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Jonathan Watt
|
7c44aca343
|
Backout 12b227a42623, bug 653928 (changes to SVG arc path segment animation).
|
2011-11-02 19:15:32 +00:00 |
|
Mounir Lamouri
|
3a49db6e96
|
Bug 698534 - Fix build bustage when smil is disabled. r=dholbert
|
2011-11-01 20:22:30 +01:00 |
|
Robert Longson
|
4778a050df
|
Bug 697978 - make display:none svg images load. r=dholbert,bzbarsky
|
2011-10-29 09:18:25 +01:00 |
|
Jonathan Watt
|
66f54fe5a4
|
Bug 695303 - Add a mozilla::clamped function to replace NS_CLAMP (so side affects of args are evaluated no more than once) and NS_MIN(max, NS_MAX(val, min)) (to make code clearer). r=bsmedberg.
|
2011-10-28 19:33:28 +01:00 |
|
Robert Longson
|
f0eafefb12
|
Bug 696579 - Round out mask, filter and pattern surfaces. r=roc
|
2011-10-26 09:52:11 +01:00 |
|
Robert Longson
|
2e96bf74ce
|
Bug 653928 - Animation of path d attribute with elliptical arcs discrete instead of continuous when flags change. r=dholbert
|
2011-10-25 09:18:13 +01:00 |
|
Benjamin Smedberg
|
7676345a9c
|
Bug 694953 - Check the node type of an <svg:mpath> link before derefencing the link, not just the node name, r=dholbert
|
2011-10-20 12:03:18 -04:00 |
|
Robert Longson
|
9139d5704e
|
Bug 693183 - move image processing to the frame class. r=jwatt
|
2011-10-19 16:37:49 +01:00 |
|
Robert Longson
|
2d83ed6c08
|
Backout Bug 693183
|
2011-10-19 14:55:27 +01:00 |
|
Robert Longson
|
f2c48c50e8
|
Bug 693183 - Simplify class animation processing. r=jwatt
|
2011-10-19 14:40:58 +01:00 |
|
Marco Bonardo
|
ea7024ac8c
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-10-19 11:47:57 +02:00 |
|
Olli Pettay
|
5a92aedb22
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
--HG--
extra : rebase_source : 53dc2ec386f6e4147587e6be3c53d297ad71d57a
|
2011-10-18 14:19:44 +03:00 |
|
Olli Pettay
|
2c2da3099f
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Robert Longson
|
de888b0589
|
Bug 528444 - Empty xlink:href treated like absent xlink:href on SVG script. r=dholbert
|
2011-10-14 19:25:58 +01:00 |
|
Ed Morley
|
bb5c591827
|
Backout changeset c49fd40bbd2b (bug 528444) for causing M1 orange; a=philor
|
2011-10-14 16:10:01 +01:00 |
|
Robert Longson
|
2dbaf01aba
|
Bug 528444 - Empty xlink:href treated like absent xlink:href on SVG script. r=dholbert
|
2011-10-14 14:50:56 +01:00 |
|
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Robert Longson
|
6aee1741d4
|
Backout Bug 693183 - reftest failure
|
2011-10-10 21:30:54 +01:00 |
|
Robert Longson
|
2b54e2d71f
|
Bug 693183 - Move image element attribute processing to the frame class. r=jwatt
|
2011-10-10 18:44:03 +01:00 |
|
Ehsan Akhgari
|
33b859a0b7
|
Merge mozilla-central into mozilla-inbound
|
2011-10-10 11:30:21 -04:00 |
|
Robert Longson
|
938672ab18
|
Bug 691194 - Move filter element attribute processing to the frame class. r=dholbert
|
2011-10-09 18:17:29 +01:00 |
|
Robert Longson
|
dddc0cfe59
|
Bug 691298 - Remove aDoSetAttr arguments where callers always pass the same value. r=dholbert
|
2011-10-09 16:25:07 +01:00 |
|
Robert Longson
|
090ed7186b
|
Bug 550047 - Removing attributes from most elements does not cause a refresh. r=dholbert
|
2011-10-08 07:32:44 +01:00 |
|
Robert Longson
|
e91a17958d
|
Bug 693145 - Simplify class animation processing. r=dholbert
|
2011-10-18 13:43:57 +01:00 |
|
Peter Van der Beken
|
9fe2ac6cc5
|
Stop including nsDOMClassInfo.h all over the place.
--HG--
extra : rebase_source : 24bd6a84238834f8ca50990a91849dff2c5040ba
|
2011-10-03 21:11:31 +02:00 |
|
Boris Zbarsky
|
87d7169763
|
Bug 692506. Make sure that SVG animated strings keep track of whether the base value is set correctly. r=longsonr
|
2011-10-06 16:53:23 -04:00 |
|
Ed Morley
|
e9329ec38b
|
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Ed Morley
|
e5ead17a8f
|
Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Jonathan Watt
|
387f4610a3
|
Bug 690486 - Kill nsISVGValue, nsSVGValue, nsISVGValueObserver, nsISVGValueUtils and nsSVGStringProxyValue. r=longsonr.
|
2011-09-30 10:25:34 +01:00 |
|
Robert Longson
|
b58e09e78f
|
Bug 689546 - Simplify attribute updates to svg elements. r=jwatt
|
2011-09-30 09:25:01 +01:00 |
|
Robert Longson
|
8b2778952e
|
Bug 630657 - masks should respect color-interpolation. r=jwatt
--HG--
extra : rebase_source : d8ec90b0a18444be4890dbe127a1e0e7d70f9ede
|
2011-09-29 15:03:21 +01:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
David Zbarsky
|
98b91d54fa
|
Bug 682367 - Call nsINode::GetChildAt less. r=smaug
|
2011-09-27 09:54:58 +02:00 |
|
Brian Birtles
|
8398e488ba
|
Bug 602759 part 17 - Remove unnecessary BeforeSetAttr overrides; r=jwatt
|
2011-09-25 22:05:02 +01:00 |
|