Daniel Holbert
|
993bc20af1
|
Bug 839347: Move SkNO_RETURN_HINT out of anonymous namespace so that clang won't warn about it being unused. r=mattwoodrow
|
2013-02-17 23:46:05 -08:00 |
|
Rik Cabanier
|
2aa3ca907a
|
Bug 836892 - Add new blending modes to SkXfermode. r=gw280
|
2013-02-08 10:54:59 +13:00 |
|
Makoto Kato
|
1fa96e5710
|
Bug 838504 - Turn on SSSE3 opt on Skia for Windows. r=gw280
|
2013-02-07 17:13:03 +09:00 |
|
Nicholas Nethercote
|
aac86acc69
|
Bug 394311 - Stop building with -pedantic. r=ted,dbaron.
--HG--
rename : content/svg/content/nsISVGPoint.cpp => content/svg/content/src/DOMSVGPoint.cpp
rename : docshell/test/browser/browser_bug234628-9.js => docshell/test/browser/browser_bug134911.js
rename : layout/reftests/w3c-css/submitted/values3/calc-background-image-gradient-1-ref.html => layout/reftests/css-calc/background-image-gradient-1-ref.html
rename : layout/reftests/w3c-css/submitted/values3/calc-background-image-gradient-1.html => layout/reftests/css-calc/background-image-gradient-1.html
rename : layout/reftests/w3c-css/submitted/values3/reftest.list => layout/reftests/css-calc/reftest.list
rename : layout/reftests/text/auto-hyphenation-10-ref.html => layout/reftests/text/auto-hyphenation-10.html
rename : layout/reftests/text/auto-hyphenation-8-ref.html => layout/reftests/text/auto-hyphenation-8.html
rename : layout/reftests/text/auto-hyphenation-9-ref.html => layout/reftests/text/auto-hyphenation-9.html
extra : rebase_source : 012df725d55b031ccc03d9bfcf785056d95a2ebe
|
2013-01-20 14:12:42 -08:00 |
|
Steve Fink
|
9effec722d
|
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
|
2012-12-31 12:40:21 -08:00 |
|
Steve Fink
|
d8da3e7b9a
|
Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!)
|
2013-01-18 13:20:21 -08:00 |
|
Steve Fink
|
0dee2fb42d
|
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
--HG--
extra : rebase_source : c8806b27677594925ad0e6b54c47af5cf17e1153
|
2012-12-31 12:40:21 -08:00 |
|
Jeff Muizelaar
|
6b9511ae33
|
Bug 830792. Build SkAnnotation.cpp. r=gw280
To link SkPaint.o with rtti we need to build SkAnnotation.o
--HG--
extra : rebase_source : f097dd54c13307a19b58588b51834bd162d1fa9b
|
2013-01-15 11:44:36 -05:00 |
|
Steve Singer
|
d7d49d78c3
|
Bug 817356. the skia image resizers need to respect endian order when finding the alpha values. r=joedrew
|
2012-12-09 21:20:41 +01:00 |
|
Jacek Caban
|
e760c89282
|
Bug 803063 - Skia cross compilation for Windows fails on case sensitive OS r=gwright
--HG--
extra : rebase_source : 89da358d123edefc2093e5d66f4ab6d326e9ff21
|
2012-10-31 09:34:07 +01:00 |
|
Bill McCloskey
|
fadcc33157
|
Bug 714050 - Add support for optional JS helper threads (r=luke)
|
2012-10-16 11:57:09 -07:00 |
|
George Wright
|
897e7c1522
|
Bug 795549 - Move TileProc functions into their own file to ensure they only exist once in a library r=mattwoodrow
|
2012-09-29 09:58:46 -04:00 |
|
George Wright
|
28d0d02c6e
|
Bug 795538 - Ensure we use the correct colour (and alpha) for the clamp values r=mattwoodrow
|
2012-09-28 23:12:19 -04:00 |
|
George Wright
|
d8dc00adc0
|
Bug 777614 - Update patches directory for patches applied against upstream Skia
|
2012-09-18 15:41:38 -04:00 |
|
George Wright
|
acfc80edb4
|
Bug 777614 - Re-apply 759683 - Handle compilers that don't support SSSE3 intrinsics r=nrc
|
2012-09-18 15:41:38 -04:00 |
|
George Wright
|
2a697f06f1
|
Bug 777614 - Re-apply bug 687188 - Expand the gradient cache by 2 to store 0/1 colour stop values for clamping. r=nrc
|
2012-09-18 15:41:37 -04:00 |
|
George Wright
|
a6777b5726
|
Bug 777614 - Re-apply bug 719872 - Fix crash on Android by reverting to older FontHost r=nrc
|
2012-09-18 15:41:37 -04:00 |
|
George Wright
|
a36537a1c2
|
Bug 777614 - Explicitly convert ints to SkScalars using SkIntToScalar, to avoid a compiler error (reviewed upstream)
|
2012-09-18 15:41:36 -04:00 |
|
George Wright
|
7efeeb9229
|
Bug 777614 - Re-add our SkUserConfig.h r=nrc
|
2012-09-18 15:41:36 -04:00 |
|
George Wright
|
2c79accd09
|
Bug 777614 - Update Skia to r5539.
|
2012-09-18 15:41:36 -04:00 |
|
Landry Breuil
|
3a38e327ff
|
Bug 786995: Ensure the whole toolchain supports -mssse3, not only the compiler. r=ted
|
2012-09-04 22:19:50 +02:00 |
|
George Wright
|
515e329cd8
|
Bug 740194 - Add missing .patch file to gfx/skia/patches which was left out of the commit for bug 740194 by accident. r=none
|
2012-08-22 22:09:53 -04:00 |
|
George Wright
|
2c43844d19
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
|
2012-08-15 23:51:34 -04:00 |
|
George Wright
|
3966995e74
|
Backed out changeset c2475674e105
|
2012-08-15 17:26:45 -04:00 |
|
George Wright
|
638da0ba63
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
--HG--
extra : rebase_source : 6dc39ae06b4cb38cd8e85e41c01077f815b8f8c8
|
2012-08-15 16:59:07 -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 |
|
Nicholas Cameron
|
893401316d
|
Bug 718849; patch to keep Skia up to date. r=gw280
|
2012-07-31 18:30:10 +12:00 |
|
Matt Woodrow
|
e41503a301
|
Bug 718849; match radial gradients to spec. r=bas
|
2012-06-18 15:06:22 +12:00 |
|
Nicholas Cameron
|
5dd825ba63
|
Back out bug 779001, bug 746883, bug 778595, bug 776803, bug 7118849
|
2012-07-31 18:17:23 +12:00 |
|
Nicholas Cameron
|
f296218e72
|
Bug 718849; patch to keep Skia up to date. r=gw280
|
2012-07-31 12:58:14 +12:00 |
|
Matt Woodrow
|
b2f2cf826e
|
Bug 718849; fix radial gradients in Skia. r=Bas
|
2012-06-18 15:06:22 +12:00 |
|
Nicholas Cameron
|
e9faa0eec1
|
Backout bug 718849
|
2012-07-30 11:40:42 +12:00 |
|
Nicholas Cameron
|
52c22cb8c0
|
Bug 718849; patch to keep Skia up to date. r=gw280
|
2012-07-30 10:35:54 +12:00 |
|
Matt Woodrow
|
432188f54f
|
Bug 718849; fix radial gradients to the spec. r=Bas
|
2012-06-18 15:06:22 +12:00 |
|
George Wright
|
c3785e567c
|
Bug 778202 - Filter out -pedantic for the Skia subdirectory. r=jrmuizel
|
2012-07-27 14:10:36 -04:00 |
|
Bill McCloskey
|
4093aff673
|
Bug 770759 - Add mutable handles (r=bhackett)
|
2012-07-04 11:12:16 -07:00 |
|
David Zbarsky
|
e440dca789
|
Bug 766017 - Fix some skia warnings r=gw280
|
2012-06-22 13:16:31 -07:00 |
|
Nicholas Cameron
|
7759178cf7
|
Bug 765038; fix a Clang compilation bug in Skia; r=jwatt
|
2012-06-15 11:52:15 +01:00 |
|
Nicholas Cameron
|
85b23ac129
|
Bug 761890 (was 746883); bug fixing Skia fonts; r=gw280
|
2012-04-26 10:04:35 +12:00 |
|
Nicholas Cameron
|
7082be34bc
|
Bug 761890 (was 746883); changes to the Skia library. r=gw280
|
2012-05-16 17:42:07 +12:00 |
|
Nicholas Cameron
|
0f14d92d2c
|
Bug 761890; build Skia on Windows. r=gw280
|
2012-06-14 16:27:53 +12:00 |
|
Matt Brubeck
|
ef84814399
|
Back out bug 761890, bug 746896, and bug 759036 because of reftest failures
--HG--
extra : rebase_source : b5bdad8a69eab8e9ba35d21637c0bbcb18bce703
|
2012-06-11 22:50:31 -07:00 |
|
Nicholas Cameron
|
e650d7fbcb
|
Bug 761890 (was 746883); changes to the Skia library. r=gw280
--HG--
extra : rebase_source : bf619eaad94265334b89e1adf97a00cb0d1d7c67
|
2012-05-16 17:42:07 +12:00 |
|
Nicholas Cameron
|
d0f8ee78e2
|
Bug 761890 (was 746883); bug fixing Skia fonts; r=gw280
--HG--
extra : rebase_source : 89b3501dad46f0c1284107afe906869548623992
|
2012-04-26 10:04:35 +12:00 |
|
Nicholas Cameron
|
9f3be8dbb7
|
Bug 761890; build Skia on Windows. r=gw280
--HG--
extra : rebase_source : 51c85a45aa0ac50fd69ee054047f7ca19661737b
|
2012-06-08 11:42:20 +12:00 |
|
Landry Breuil
|
caf14f769e
|
Bug 759671 - reapply missing chunk from bug 722011 to fix build on OpenBSD - r=ms2ger
|
2012-06-01 15:12:44 -07:00 |
|
Landry Breuil
|
e358a30437
|
Bug 759683 - Check for -mssse3 instead of inconditionally using it. r=glandium
|
2012-06-01 15:12:09 -07:00 |
|
George Wright
|
2392e65cbd
|
Bug 755869 - Update the patches directory for Skia r=joe
|
2012-05-30 13:53:22 -04:00 |
|
Ed Morley
|
6cf4e96cb1
|
Merge mozilla-central to mozilla-inbound
|
2012-05-30 18:24:56 +01:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|