Robert Longson
|
d35423bd41
|
Bug 785017 - Make SVG Fragment identifier processing more robust. r=dholbert
|
2012-08-25 11:07:54 +01:00 |
|
Robert Longson
|
1345bb8a0e
|
Bug 785017 - Use NS_GetStaticAtom in svg content where appropriate. r=dholbert
|
2012-08-24 08:29:09 +01:00 |
|
Daniel Holbert
|
bfd9bbf0da
|
Bug 784828 patch 2: Make nsSVGAttrTearoffTable lookups use nsRefPtr instead of manual NS_ADDREF refcounting, in nsSVGLength2.cpp. r=longsonr
|
2012-08-22 23:24:43 -07:00 |
|
Daniel Holbert
|
650d35d1e1
|
Bug 784828 patch 1: Make nsSVGAttrTearoffTable lookups use nsRefPtr instead of manual NS_ADDREF refcounting, in DOMSVG*List.cpp. r=longsonr
|
2012-08-22 23:24:41 -07:00 |
|
Peter Van der Beken
|
13f425b97c
|
Fix for bug 768692 (Move DOM list binding generation to the new DOM binding codegen). r=bzbarsky.
--HG--
extra : rebase_source : 651a0fac4c9a87ef1c0a9cd91588c6421fd050c4
|
2012-05-22 15:46:20 +02:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ed Morley
|
9cdd0db8cb
|
Merge mozilla-central to mozilla-inbound
|
2012-08-15 19:00:48 +01:00 |
|
Kyle Huey
|
fa127e8648
|
Merge m-c to b-s.
|
2012-08-15 06:25:20 -07:00 |
|
Kyle Huey
|
2fc3f31d0c
|
Bug 697230: Part 2 - Push onload blocking logic down into imagelib. r=joe sr=bz
|
2012-08-13 15:58:53 -07:00 |
|
Kyle Huey
|
e3dadea704
|
Bug 683290: Discard images that are not in the DOM. r=bz
|
2012-08-13 15:11:50 -07:00 |
|
David Zbarsky
|
b462ec011a
|
Bug 773842 - Fix build warnings under content/ r=mounir
|
2012-08-10 14:01:16 -04:00 |
|
Robert Longson
|
41330707fe
|
Bug 782387 - Blank SVG rendering, after clicking a link to a view fragment and then navigating back. r=dholbert
|
2012-08-15 12:50:48 +01:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Jonathan Watt
|
3f4f4769c2
|
Bug 782141 - Don't mix signed and unsigned variables in nsSVGFEMorphologyElement::Filter(), and clamp radii to 100000. r=roc.
|
2012-08-14 10:12:52 +01:00 |
|
Aryeh Gregor
|
f41637535d
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
David Zbarsky
|
d50e4a7565
|
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
|
2012-08-05 23:00:56 -04:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
c29a19dfd3
|
Bug 563659 part 3 - Make Element inherit from FragmentOrElement; r=bz
|
2012-06-27 16:01:55 +03:00 |
|
Ehsan Akhgari
|
b40b21d633
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
bcce1c96d2
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
Robert Longson
|
45871ed1b2
|
Tests for Bug 710974 - extraneous commas should be rejected by number list parser. r=dholbert
|
2012-07-30 10:02:50 +01:00 |
|
Tim Taubert
|
1c8be6a566
|
Bug 710974 - extraneous commas should be rejected by number list parser. r=dholbert
|
2012-07-30 10:02:46 +01:00 |
|
Jonathan Watt
|
e5a6a757ae
|
Bug 776747 - Talos Regression :( SVG, Opacity Row Major increase 4.54%. r=roc.
|
2012-07-30 01:35:26 +01:00 |
|
Robert Longson
|
1451134cef
|
Bug 777476 - text bounding boxes should ignore whitespace-only nodes when whitespace compression suppresses them. r=jwatt
|
2012-07-27 09:07:32 +01:00 |
|
Joshua Cranmer
|
4ad48824ad
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
|
Jonathan Watt
|
bba15f0a70
|
Bug 776250 - Rename nsISVGChildFrame::UpdateBounds to nsISVGChildFrame::ReflowSVG to make it easier for non-SVG devs to understand the SVG code. r=roc.
--HG--
extra : rebase_source : 9c2d8f3d76dab1a842d6cc5607a13a49703061d6
|
2012-07-21 20:01:44 -04:00 |
|
Ryan VanderMeulen
|
2661c4efbe
|
Merge m-c to inbound.
|
2012-07-20 17:37:53 -04:00 |
|
Olli Pettay
|
e9cea4305c
|
Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey
|
2012-07-20 19:42:08 +03:00 |
|
Jonathan Watt
|
77a641125d
|
Bug 614732 - Implement display list based painting and hit-testing for SVG. r=roc.
--HG--
extra : rebase_source : 77e55885fbbf428008f5be787ddeb7e561c0d9bd
|
2012-07-20 14:12:29 -04:00 |
|
Andrew McCreight
|
aa60136d0a
|
Bug 770218 - null check mAList during unlink of DOMSVG{Length,Number,Transform}List. r=jwatt
|
2012-07-18 15:44:22 -07:00 |
|
Jonathan Watt
|
3faefe06c8
|
Bug 774077 - Fix Clang warning in nsSVGGraphicElement.cpp. r=dholbert.
--HG--
extra : rebase_source : 20a6001c421008c19d6000541077c78819520393
|
2012-07-18 13:47:40 -04:00 |
|
Ms2ger
|
7dc6caf2a7
|
Bug 763323 - Use .forget(I**) in a few places; r=longsonr
|
2012-07-18 12:36:08 +02:00 |
|
Rafael Ávila de Espíndola
|
175d2ff36b
|
Bug 774030 - Remove extra ;. r=jwatt.
|
2012-07-15 10:07:04 -04:00 |
|
Boris Zbarsky
|
43d45b95b9
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Cameron McCormack
|
b06a9684b3
|
Bug 772356 - Add an IsEmpty method to SVGUserUnitList. r=jwatt
|
2012-07-10 18:16:35 +10:00 |
|
Jonathan Watt
|
9eeaa6feea
|
Bug 771042, part 1 - Fix invalidation of animateMotion. r=birtles.
|
2012-07-09 18:41:12 +01:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Mark Capella
|
fc1d905831
|
Bug 704311 - Element CopyInnerTo shouldn't be const, r=jst, f=ms2ger
|
2012-07-09 08:36:05 -04:00 |
|
Cameron McCormack
|
ecdfad2302
|
Bug 771900 - Don't have presentation attributes for properties we don't support. r=jwatt
|
2012-07-09 11:09:49 +10:00 |
|
Cameron McCormack
|
c437bc6e92
|
Bug 769115 - Calculate marker orientation correctly for arc endpoints. r=jwatt
|
2012-07-08 21:36:07 +10:00 |
|
Daniel Holbert
|
3aa40891ca
|
Bug 770598: Simplify NS_NewSVGDocument. r=jwatt
|
2012-07-06 10:47:37 -07:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Jonathan Watt
|
809b4bbd33
|
Bug 767647 - Stop invalidating once for every SVG descendant of a changed SVG container, and stop invalidating the descendants' rendering observers. r=longsonr.
|
2012-06-23 17:36:46 +01:00 |
|
Robert Longson
|
2b5b728153
|
Backout most of Bug 467498 - crashtest failure on windows
|
2012-06-19 17:49:47 +01:00 |
|
Jonathan Watt
|
70c1310055
|
Bug 766120 - Stop conflating effects offset and continuation union size in nsSVGIntegrationUtils. r=longsonr.
|
2012-06-19 16:28:04 +01:00 |
|
Robert Longson
|
83c12e0c1b
|
Bug 467498 - Second level of use is not live to changes. r=dholbert
--HG--
rename : layout/reftests/svg/dynamic-use-nested-01.svg => layout/reftests/svg/dynamic-use-nested-01a.svg
rename : layout/reftests/svg/dynamic-use-nested-01.svg => layout/reftests/svg/dynamic-use-nested-01b.svg
|
2012-06-19 15:58:39 +01:00 |
|
Ehsan Akhgari
|
7a041e9a4b
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky
--HG--
extra : rebase_source : e25a064995914ca4f7b1db16b5725eb440d3e531
|
2012-06-18 22:30:09 -04:00 |
|
Jonathan Watt
|
eec7d5bc7f
|
Bug 765505 - Clean up filter code. r=longsonr.
|
2012-06-16 21:23:48 +01:00 |
|
Robert Longson
|
03cb3b88c4
|
Bug 764851 - Fix animations of the width/height of an outer SVG element. r=jwatt
|
2012-06-16 16:47:40 +01:00 |
|