Boris Zbarsky
|
073e13c1ad
|
Bug 732209 part 2. Communicate the CORS state of style link loads to the CSS loader. r=sicking
|
2012-08-28 13:10:07 -04:00 |
|
Daniel Holbert
|
e9b3a11922
|
(no bug) fix an instance of end-of-line whitespace, so I can label this push as DONTBUILD since it just backs out & relands a cset (no code changes, other than this whitespace fix)
|
2012-08-25 10:06:10 -07:00 |
|
Robert Longson
|
28a94da8c1
|
Bug 783915 - Make SVG Fragment identifier processing more robust. r=dholbert
|
2012-08-25 10:02:34 -07:00 |
|
Daniel Holbert
|
ea0d71281a
|
back out 8247f7b038ce because it landed with the wrong bug # in commit message (said bug 785017, should've said bug 783915)
|
2012-08-25 10:01:48 -07:00 |
|
Robert Longson
|
7e597a65cd
|
Bug 785017 - Make SVG Fragment identifier processing more robust. r=dholbert
|
2012-08-25 11:07:54 +01:00 |
|
Robert Longson
|
adaa947aad
|
Bug 785017 - Use NS_GetStaticAtom in svg content where appropriate. r=dholbert
|
2012-08-24 08:29:09 +01:00 |
|
Daniel Holbert
|
e3dbe8e8d3
|
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
|
8e5b38878d
|
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
|
854457d901
|
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
|
8c296bbcd4
|
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
|
57fe127515
|
Merge mozilla-central to mozilla-inbound
|
2012-08-15 19:00:48 +01:00 |
|
Kyle Huey
|
433d46efea
|
Merge m-c to b-s.
|
2012-08-15 06:25:20 -07:00 |
|
Kyle Huey
|
697d217729
|
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
|
059e6b9d3e
|
Bug 683290: Discard images that are not in the DOM. r=bz
|
2012-08-13 15:11:50 -07:00 |
|
David Zbarsky
|
8d316c5861
|
Bug 773842 - Fix build warnings under content/ r=mounir
|
2012-08-10 14:01:16 -04:00 |
|
Robert Longson
|
5bbf8d04f0
|
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
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Jonathan Watt
|
63a2fee122
|
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
|
5662d18449
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
David Zbarsky
|
fe804d085c
|
[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
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
afc1681fc9
|
Bug 563659 part 3 - Make Element inherit from FragmentOrElement; r=bz
|
2012-06-27 16:01:55 +03:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
58769bb9d6
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
|
Robert Longson
|
42a531f78a
|
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
|
9007cd0287
|
Bug 710974 - extraneous commas should be rejected by number list parser. r=dholbert
|
2012-07-30 10:02:46 +01:00 |
|
Jonathan Watt
|
63d0422ab7
|
Bug 776747 - Talos Regression :( SVG, Opacity Row Major increase 4.54%. r=roc.
|
2012-07-30 01:35:26 +01:00 |
|
Robert Longson
|
e24aff5d55
|
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
|
4a5b32fae2
|
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
|
1adb494274
|
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
|
7ad11464cb
|
Merge m-c to inbound.
|
2012-07-20 17:37:53 -04:00 |
|
Olli Pettay
|
c992398490
|
Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey
|
2012-07-20 19:42:08 +03:00 |
|
Jonathan Watt
|
2d338f4adf
|
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
|
a3df4ac39e
|
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
|
958e2c965e
|
Bug 774077 - Fix Clang warning in nsSVGGraphicElement.cpp. r=dholbert.
--HG--
extra : rebase_source : 20a6001c421008c19d6000541077c78819520393
|
2012-07-18 13:47:40 -04:00 |
|
Ms2ger
|
59fcfbb947
|
Bug 763323 - Use .forget(I**) in a few places; r=longsonr
|
2012-07-18 12:36:08 +02:00 |
|
Rafael Ávila de Espíndola
|
5465da5fdb
|
Bug 774030 - Remove extra ;. r=jwatt.
|
2012-07-15 10:07:04 -04:00 |
|
Boris Zbarsky
|
0c79c85561
|
Bug 771594. Allow preference control over what CSS properties we parse. r=dbaron,dholbert
|
2012-07-13 19:59:05 -04:00 |
|
Cameron McCormack
|
02b8de7bdc
|
Bug 772356 - Add an IsEmpty method to SVGUserUnitList. r=jwatt
|
2012-07-10 18:16:35 +10:00 |
|
Jonathan Watt
|
66bcbc10a0
|
Bug 771042, part 1 - Fix invalidation of animateMotion. r=birtles.
|
2012-07-09 18:41:12 +01:00 |
|
Nathan Froyd
|
5b30baa4c3
|
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
|
0c8f8b8dd4
|
Bug 704311 - Element CopyInnerTo shouldn't be const, r=jst, f=ms2ger
|
2012-07-09 08:36:05 -04:00 |
|
Cameron McCormack
|
c205057dfb
|
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
|
e3eb6ec51b
|
Bug 769115 - Calculate marker orientation correctly for arc endpoints. r=jwatt
|
2012-07-08 21:36:07 +10:00 |
|
Daniel Holbert
|
410d802b0d
|
Bug 770598: Simplify NS_NewSVGDocument. r=jwatt
|
2012-07-06 10:47:37 -07:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Jonathan Watt
|
95ea2cc074
|
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
|
be75994ded
|
Backout most of Bug 467498 - crashtest failure on windows
|
2012-06-19 17:49:47 +01:00 |
|
Jonathan Watt
|
1d7315c090
|
Bug 766120 - Stop conflating effects offset and continuation union size in nsSVGIntegrationUtils. r=longsonr.
|
2012-06-19 16:28:04 +01:00 |
|