Aryeh Gregor
|
2fbc523d8e
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
David Zbarsky
|
03039446fa
|
[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
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
ec805a875a
|
Bug 563659 part 3 - Make Element inherit from FragmentOrElement; r=bz
|
2012-06-27 16:01:55 +03:00 |
|
Ehsan Akhgari
|
3ad40dbf10
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
587e4453db
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
Robert Longson
|
386204e06e
|
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
|
007684ca97
|
Bug 710974 - extraneous commas should be rejected by number list parser. r=dholbert
|
2012-07-30 10:02:46 +01:00 |
|
Jonathan Watt
|
b82eee1846
|
Bug 776747 - Talos Regression :( SVG, Opacity Row Major increase 4.54%. r=roc.
|
2012-07-30 01:35:26 +01:00 |
|
Robert Longson
|
938bb2b0cf
|
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
|
d539846cab
|
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
|
4b2601630f
|
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
|
be774885eb
|
Merge m-c to inbound.
|
2012-07-20 17:37:53 -04:00 |
|
Olli Pettay
|
aa64d464e5
|
Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey
|
2012-07-20 19:42:08 +03:00 |
|
Jonathan Watt
|
c8b3589558
|
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
|
86ad8a2340
|
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
|
60ec6a4ffb
|
Bug 774077 - Fix Clang warning in nsSVGGraphicElement.cpp. r=dholbert.
--HG--
extra : rebase_source : 20a6001c421008c19d6000541077c78819520393
|
2012-07-18 13:47:40 -04:00 |
|
Ms2ger
|
fdc403d471
|
Bug 763323 - Use .forget(I**) in a few places; r=longsonr
|
2012-07-18 12:36:08 +02:00 |
|
Rafael Ávila de Espíndola
|
b5b71bc527
|
Bug 774030 - Remove extra ;. r=jwatt.
|
2012-07-15 10:07:04 -04:00 |
|
Boris Zbarsky
|
496f1a1325
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Cameron McCormack
|
004750fdbf
|
Bug 772356 - Add an IsEmpty method to SVGUserUnitList. r=jwatt
|
2012-07-10 18:16:35 +10:00 |
|
Jonathan Watt
|
05947e196b
|
Bug 771042, part 1 - Fix invalidation of animateMotion. r=birtles.
|
2012-07-09 18:41:12 +01:00 |
|
Nathan Froyd
|
bfff055672
|
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
|
9e697010b7
|
Bug 704311 - Element CopyInnerTo shouldn't be const, r=jst, f=ms2ger
|
2012-07-09 08:36:05 -04:00 |
|
Cameron McCormack
|
49f20ab572
|
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
|
0b69821bc1
|
Bug 769115 - Calculate marker orientation correctly for arc endpoints. r=jwatt
|
2012-07-08 21:36:07 +10:00 |
|
Daniel Holbert
|
901758d5ca
|
Bug 770598: Simplify NS_NewSVGDocument. r=jwatt
|
2012-07-06 10:47:37 -07:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Jonathan Watt
|
53807bd4e9
|
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
|
0150868481
|
Backout most of Bug 467498 - crashtest failure on windows
|
2012-06-19 17:49:47 +01:00 |
|
Jonathan Watt
|
9472b0acf9
|
Bug 766120 - Stop conflating effects offset and continuation union size in nsSVGIntegrationUtils. r=longsonr.
|
2012-06-19 16:28:04 +01:00 |
|
Robert Longson
|
6498ee3556
|
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
|
2050b687cc
|
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
|
faa9392008
|
Bug 765505 - Clean up filter code. r=longsonr.
|
2012-06-16 21:23:48 +01:00 |
|
Robert Longson
|
5ccc8c4019
|
Bug 764851 - Fix animations of the width/height of an outer SVG element. r=jwatt
|
2012-06-16 16:47:40 +01:00 |
|
Jonathan Watt
|
c06a0c60b8
|
Bug 764824 - Make it easier to spot when were using a temporary context. r=longsonr.
|
2012-06-15 04:02:29 +01:00 |
|
Jonathan Watt
|
35a8bfc76c
|
Bug 762679 - Stop rounding coordinates prematurely while doing SVG hit testing. r=longsonr
|
2012-06-13 21:12:38 -04:00 |
|
Masatoshi Kimura
|
77b81c0275
|
Bug 743888 - Part 2: Update SVG exception types. r=jwatt
|
2012-06-13 21:12:37 -04:00 |
|
Robert Longson
|
89657d93ac
|
Bug 762411 - getScreenCTM scaling broken on inline outer svg elements. r=jwatt
|
2012-06-13 14:32:23 +01:00 |
|
Robert Longson
|
6d57bbf31d
|
Bug 762119 - Simplify ParseMappedAttrAnimValueCallback. r=dholbert
|
2012-06-08 08:54:39 +01:00 |
|
Aryeh Gregor
|
29b2ea5b20
|
Bug 757771 part 1 - Make NS_NewContentIterator and friends infallible; r=bz
|
2012-06-04 20:42:00 +03:00 |
|
Ed Morley
|
3bd32a640c
|
Backout 14bea2e7f431 (bug 762119) for compilation failures
|
2012-06-07 09:40:02 +01:00 |
|
Robert Longson
|
9b3aba30d7
|
Bug 762119 - Simplify ParseMappedAttrAnimValueCallback. r=dholbert
|
2012-06-07 09:30:45 +01:00 |
|
Robert Longson
|
8c6547e87a
|
Bug 761507 - Fix issues with adoptNode and conditional processing. r=dholbert
|
2012-06-06 09:15:53 +01:00 |
|
Robert Longson
|
fefd1ff8c2
|
Bug 758505, Part 3: Avoid unnecessary invalidations on repeated calls to set the same animated value (for SMIL animations of CSS, mapped attrs, and motion). r=dholbert
|
2012-06-01 16:53:57 -07:00 |
|
Robert Longson
|
d5b5f12a6e
|
Bug 758505, Part 2: Avoid unnecessary invalidations on repeated calls to set the same animated value (most other non-list types). r=dholbert
|
2012-06-01 16:53:06 -07:00 |
|
Matt Woodrow
|
714c391777
|
Bug 758505, Part 1: Avoid unnecessary invalidations on repeated calls to set the same animated value (nsSVGLength2 part). r=dholbert
|
2012-06-01 16:52:15 -07:00 |
|
Robert Longson
|
51ba38af37
|
Bug 759124 - Implement useCurrentView. r=dholbert
|
2012-05-31 11:39:12 +01:00 |
|
Robert Longson
|
552f1b1d87
|
Bug 756988 - Mark some animation feature strings as supported. r=jwatt
|
2012-05-25 14:45:53 +01:00 |
|