Commit Graph

346647 Commits

Author SHA1 Message Date
George Wright
6649f8f02c Bug 910754 - As we never build Skia statically, disable Skia's instance counting as it requires being built as a static library. r=snorp 2014-02-13 16:55:43 -05:00
George Wright
c371efaf06 Bug 910754 - Update include location for skia-npapi to look in skia/trunk r=snorp 2014-02-13 12:19:07 -05:00
George Wright
8ecc822eba Bug 910754 - Update SkUserConfig to cater for SkMutex/SkAtomics header locations r=snorp 2014-02-13 02:07:10 -05:00
George Wright
0b86b128bb Bug 910754 - Update SkFontHost_cairo for the new Skia APIs r=snorp 2014-02-13 02:03:51 -05:00
George Wright
09b7601f8a Bug 910754 - [Skia] Defer deletion of our shader objects until after linking the program r=upstream(bsalomon) 2014-02-13 01:19:51 -05:00
George Wright
d7a04569a5 Bug 910754 - Mark linear-gradient-1a and linear-gradient-1b as fails-if with Skia r=snorp 2013-12-19 23:18:59 -05:00
George Wright
56fda9d61e Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp 2013-12-11 20:41:42 -05:00
George Wright
d2a48b765f Bug 910754 - Stub out CreateTypeface*() for Mac r=snorp 2013-12-10 14:43:22 -05:00
George Wright
c3a3b1167b Bug 910754 - Update gfx/2d's Skia code to use the new Skia APIs r=snorp 2013-12-05 23:01:53 -05:00
George Wright
c916cd1d39 Bug 910754 - skia-npapi's anp_getFontPath() function doesn't work with upstream Skia anymore, and it looks like we don't need it to be implemented anyway r=snorp 2013-12-05 23:02:09 -05:00
George Wright
ee3c883bbb Bug 910754 - Add a bunch more required OpenGL functions for SkiaGL when using desktop OpenGL r=vlad 2013-06-07 23:11:58 -04:00
George Wright
ee0ae93e60 Bug 910754 - Update Skia to r13424 r=upstream 2013-12-10 13:57:22 -05:00
Wes Kocher
281a4f7ec2 Backed out changeset 6fc2f69df1ee (bug 969928) for mochitest-1 bustage on a CLOSED TREE 2014-02-18 14:31:57 -08:00
Markus Stange
2eebe74598 Bug 973308 - Don't let empty clip rects put infinities into the gradient calculations. r=jrmuizel 2014-02-18 23:18:29 +01:00
Nathan Froyd
fa6a190cca Backout 14dc29b1586b (bug 963024) for landing only part of the patch; DONTBUILD because NPOTB 2014-02-18 16:43:12 -05:00
Kartikaya Gupta
e5125ca5dc Bug 969483 - Fix the RepositionChild function and add a test for it. r=BenWa 2014-02-18 16:38:30 -05:00
Kartikaya Gupta
7c68ccca91 Bug 969483 - Remove stub test code that is inferior to the real code. r=BenWa 2014-02-18 16:38:29 -05:00
Andrew Halberstadt
ed04ee4814 Bug 972518 - Log qemu output to prevent stdout buffer from filling, r=jgriffin 2014-02-18 16:20:44 -05:00
Jonathan Watt
d75e9d9879 Bug 973344 - Remove workaround introduced by bug 947718 now that bug 946184 is fixed, especially since it causes crashes with the dom.forms.number pref disabled. r=ehsan 2014-02-17 20:06:45 +00:00
Jonathan Watt
3bc76617e5 Bug 969928 - Fix a bug in the de-localization code that can cause validation issues with locales that use '.' as their grouping separator. r=dholbert 2014-02-14 20:37:57 +00:00
Gregory Szorc
7ecb36f414 Bug 687388 - Disable test_visualstudio.py due to failures in automation; r=me
It looks like builders are inconsistently configured. Some have objdirs
on different drives from source dirs. This is confusing the test because
of a relpath issue.
2014-02-18 12:48:23 -08:00
Jan Beich
ba2bc542ac Bug 968432 - Implement mozilla::ipc::SetThisProcessName() on BSDs. r=dhylands 2014-02-18 15:41:23 -05:00
Marcin Juszkiewicz
30a2f23580 Bug 963024 - AArch64 support for XPCOM. r=froydnj 2014-02-18 15:41:22 -05:00
Ehsan Akhgari
97afa6dc6b Bug 973649 - Add logic for CFLAGS, CXXFLAGS and LDFLAGS to moz.build; r=mshal 2014-02-18 15:30:27 -05:00
Ryan VanderMeulen
6735b2344d Merge m-c to inbound. 2014-02-18 15:25:07 -05:00
Ryan VanderMeulen
8a4698657b Merge inbound to m-c. 2014-02-18 15:18:19 -05:00
Ryan VanderMeulen
df542932af Merge b2g-inbound to m-c. 2014-02-18 15:04:12 -05:00
Robert Longson
482f700272 Bug 500261 - svg images do not fire error events on any error. r=cam,sr=smaug 2014-02-18 19:57:42 +00:00
Ryan VanderMeulen
2a0369d05c Merge fx-team to m-c. 2014-02-18 14:56:59 -05:00
Ed Morley
ec4eb16f4a Backed out changeset e9055e7476f1 (bug 970895) for causing bug 973824 2014-02-18 17:52:27 +00:00
Ryan VanderMeulen
3a226e4a70 Bug 973974 - Disable browser_profiler* tests for frequent crashes/timeouts. 2014-02-18 12:37:46 -05:00
Aaron Klotz
065c3ca8a2 Bug 973899: Fix usage of temporary string that was causing crashes; r=ehsan 2014-02-18 10:13:51 -07:00
Luke Wagner
d481f13838 Bug 973725 - OdinMonkey: support linking a single asm.js module more than once (r=benj)
--HG--
extra : rebase_source : 1e6694ca402712257bf70acd3168935fca8868e2
2014-02-18 11:06:38 -06:00
Ehsan Akhgari
ff64067a04 Backed out changeset 5ecd0339a087 (bug 973143) because of a possible Talos regression 2014-02-18 14:27:51 -05:00
B2G Bumper Bot
f8a1ca6aae Bumping manifests a=b2g-bump 2014-02-18 08:56:00 -08:00
Ed Morley
0ab3c43d88 Backed out changeset 6ea78f586fdc (bug 972797) for browser-chrome failures 2014-02-18 16:52:15 +00:00
B2G Bumper Bot
8af2ced3bb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a8b221aeef71
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #16341 from KevinGrandon/bug_971268_search_browser_bookmarking

Bug 971268 - Enable bookmark icon for results launched from search app r=ran, amirn

========

https://hg.mozilla.org/integration/gaia-central/rev/6e68104d5923
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971268 - Enable bookmark icon for results launched from search app

========

https://hg.mozilla.org/integration/gaia-central/rev/32f8793cd4df
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 973232 - test_settings_wallpaper.py fails on TBPL/macos a=testonly r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/e770e8f29a1f
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 973232 - Address TBPL failure in test_settings_wallpaper with larger timeout r=me a=testonly"

This reverts commit 34fdeaace7e3e0b6a728c7af8ebba00ba8782977.
2014-02-18 08:50:11 -08:00
Joshua Cranmer
ba3abdd543 Bug 964379 - Ensure that mozinfo.info's keys are ASCII, not Unicode, r=gps 2014-02-18 10:41:39 -06:00
B2G Bumper Bot
97e94b1a89 Bumping manifests a=b2g-bump 2014-02-18 08:30:58 -08:00
B2G Bumper Bot
4f5862c791 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1be997d457e2
Author: William Lachance <wrlach@gmail.com>
Desc: Merge pull request #16413 from wlach/973924

Bug 973924 - Bump gaiatest to 0.21.7, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/91a74193e426
Author: William Lachance <wlachance@mozilla.com>
Desc: Bug 973924 - Bump gaiatest to 0.21.7, r=zac
2014-02-18 08:25:10 -08:00
B2G Bumper Bot
5ace1c6ae4 Bumping manifests a=b2g-bump 2014-02-18 08:10:57 -08:00
B2G Bumper Bot
1747042abc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/330a23a0eacb
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: No Bug - Update Node.js module dependency

The latest version of this module is necessary to support bug 935793.
2014-02-18 08:10:11 -08:00
B2G Bumper Bot
c8d1d75913 Bumping manifests a=b2g-bump 2014-02-18 07:25:58 -08:00
B2G Bumper Bot
734287f3f2 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fed38c23695e
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 973232 - Address TBPL failure in test_settings_wallpaper with larger timeout r=me a=testonly
2014-02-18 07:20:11 -08:00
Carsten "Tomcat" Book
11a8bed9ca merge mozilla-inbound to mozilla-central 2014-02-18 16:00:08 +01:00
Andrew McCreight
cdbc5eaefa Bug 972856 - Use PR_Now() for CC timestamp in JSON log. r=smaug 2014-02-18 09:58:40 -05:00
Nils Ohlmeier [:drno]
3f9a201cb4 Bug 972592 - Make ICE 400 response strings more verbose for easier debugging. r=bwc 2014-02-18 09:58:25 -05:00
Jerry Shih
cbf26b902d Bug 972310 - Set a suitable layer size for css scale animation/transition. r=roc 2014-02-18 09:58:01 -05:00
James Kitchener
56f7c1ed2b Bug 328755 - Fix the ConvertAndWrite crash. r=bz 2014-02-18 09:57:44 -05:00
Sotaro Ikeda
f103bf54a0 Bug 965440 - Try GRALLOC_PLANAR_YCBCR in VideoData::Create on gonk r=nical,doublec 2014-02-18 06:50:20 -08:00