Commit Graph

192743 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
4f787601e4 Backed out changeset f213b3135312 (bug 1024707) 2014-07-09 13:18:47 +02:00
Marco Castelluccio
df7f59f7ef Bug 1033065 - Wait app to be uninstalled before starting the following test. r=myk 2014-07-09 13:01:50 +02:00
Cameron McCormack
c72a985755 Bug 1031202 - Factor out gfxMixedFontFamily lookup/creation into a helper function. r=jdaggett 2014-07-09 21:04:15 +10:00
Cameron McCormack
4ba2f4416d Bug 1031187 - Part 2: Use family name from proxy rather than gfxMixedFontFamily when logging. r=jdaggett 2014-07-09 21:04:14 +10:00
Cameron McCormack
83359b3a7c Bug 1031187 - Part 1: Set mFamilyName eagerly on proxy and non-proxy gfxFontEntrys. r=jdaggett 2014-07-09 21:04:10 +10:00
Jonathan Kew
3cdd485763 Bug 754215 - Refactor user-font loading code in preparation for lazier downloading. r=jdaggett 2014-07-09 21:03:19 +10:00
Cameron McCormack
4356cb7a7a Bug 1031199 - Followup to fix style constant typo. 2014-07-09 21:03:19 +10:00
Nicolas Silva
ad1585bced Bug 1027601 - Build fix on a CLOSED TREE 2014-07-09 12:23:38 +02:00
Milan Sreckovic
20478c0461 Bug 918386: Add webidl for adapter subsys. Only relevant on Windows. r=vvukicevic. 2014-06-30 14:26:39 -04:00
Mukilan Thiyagarajan
6e0decbca1 Bug 1000994 - Use SONAME to specify soname for libmozgtk & stubs. r=glandium
The current implementation of the solution outlined in bug 6244229
uses LDFLAGS in Makefile.in to specify the SONAME. This patch uses
the new SONAME option in moz.build to do the same, and removes the
LDFLAGS manipulation from Makefile.in.
2014-07-07 22:20:00 +02:00
Mukilan Thiyagarajan
c0ddfb3ebf Bug 1000994 - Allow specifying SONAME of a shared library in moz.build. r=glandium 2014-07-09 00:47:00 +02:00
Benjamin Chen
a09ca5debd Bug 991776: 1. Modify the testcase to ensure encoder will receive valid data. 2. Add logs for TrackEncoder. r=roc 2014-07-07 17:33:47 +08:00
Nicolas Silva
82aaa92f1d Bug 1027601 - Create and Allocate TextureClients in a single step in SharedPlanarYCbCrImage. r=sotaro 2014-07-09 11:59:53 +02:00
Nicolas Silva
7be2a8a1dd Bug 1027601 - Create and allocate TextureClients in a single step in some cases. r=sotaro 2014-07-09 11:59:49 +02:00
Nicolas Silva
7314867a90 Bug 1035101 - Don't fail when a shared D3D11 texture doesn't have a mutex. r=mattwoodrow 2014-07-09 11:59:45 +02:00
Sean Lin
0de88c301b Bug 1015540 - Prevent Alarms API from performing unsafe toJSON conversions on content objects. r=bz 2014-07-08 17:04:05 +08:00
Jon Coppeard
1db69bd415 Backed out changeset 41da9bcec12e (bug 1029648) for possible Sunspider regression on FxOS Flame 2014-07-09 10:45:56 +01:00
Tom Schuster
3d81c744ec Bug 1024707 - Test. r=bz 2014-07-09 11:43:33 +02:00
Tom Schuster
22d340b93d Bug 1024707 - Add API to register style sheets but without loading them. r=bz 2014-07-09 11:43:33 +02:00
"Kan-Ru Chen (陳侃如)"
ce5e2f12c2 Bug 1035833 - Fix layersId allocation in nested content process. r=mattwoodrow 2014-07-09 16:42:04 +08:00
Luv Agarwal
aa3364d7df Bug 997770 - Allow users to explicitly input the connection timeout. Also the version of marionette_transport is updated from 0.2 to 0.3. r=mdas 2014-07-04 23:33:00 +02:00
Jan Beich
74472f6768 Bug 1035747 - Fix dangerous public destructors specific to FreeBSD. r=bjacob 2014-07-08 05:21:00 +02:00
Guptha Rajagopal
2252172893 Bug 1034314 - Fix for Bug 1034314 - CR in template string hits assertion failure. r=jorendorff 2014-07-08 09:13:00 +02:00
Nick Fitzgerald
d70a957a66 Bug 1030945 - Support asm.js frames in SavedStacks. r=luke 2014-07-07 12:59:00 +02:00
Shashank Sabniveesu
1e7b6b229c Bug 1019913 - If gBloatView fails, call |maybeUnregisterAndCloseFile()| on gBloatLog instead of setting it to NULL. r=nfroyd 2014-07-07 16:10:00 +02:00
Rick Eyre
bc9b7eb960 Bug 1035505 - HTMLTrackElement should fire a 'load' event not a 'loaded' event. r=rillian 2014-07-07 16:49:00 +02:00
Guillaume Turri
cfdbcb86a8 Bug 1019843 - avoid a leak when init() fails. r=jorendorff 2014-07-05 00:37:00 +02:00
Ting-Yu Lin
b05ff30670 Bug 982560 - Fix mach fails to find tests in subdirectory. r=gps
Make the test paths relative to topsrcdir before passing them to
TestResolver. Also do not passing cwd to TestResolver since it will
filter out tests that do not live under the directory where the mach
command is executed.

Verification steps:
Execute a mach test command from any subdirectory. For example:
$ cd testing/tps/
$ ../../mach xpcshell-test ../../services/fxaccounts/tests/xpcshell/
$ ../../mach test ../../services/fxaccounts/tests/xpcshell/
2014-07-01 23:21:00 +02:00
chiajung hung
0c1c5e3762 Bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements, r=jgilbert 2014-07-08 20:52:00 +02:00
Sam Lin
d3e8338ada Bug 101741 - minor fix for the wrong usage of ChangeExplicitBlockerCount in MediaRecorder. r=roc 2014-06-28 00:16:27 +08:00
Nigel Babu
deaee3717d Backed out changeset bd41dff8f475 (bug 1035168) for Win7 debug crashtest bustage 2014-07-09 08:53:28 +05:30
Wes Kocher
8543987c26 Merge m-c to inbound 2014-07-08 20:04:41 -07:00
Ehsan Akhgari
fa23995e95 Bug 1036215 - Use MOZ_EXPORT in MemoryChecking.h; r=njn 2014-07-08 22:58:26 -04:00
Matt Woodrow
41368efcce Bug 1034247 - Avoid propogating scale factors down to ThebesLayers if it would result in them being larger than the max texture size. r=roc 2014-07-09 14:01:54 +12:00
Matt Woodrow
3192923be7 Bug 1027107 - Use fallible allocations in gfx::AlphaBoxBlur::Blur. r=Bas 2014-07-09 13:53:51 +12:00
Matt Woodrow
9f1a9d81f1 Bug 1035168 - Use Map api to check if DataSourceSurfaces have data available in DrawTargetCairo. r=Bas 2014-07-09 13:53:48 +12:00
Sotaro Ikeda
a687b246a3 Bug 1035281 - Fix potential file descriptor leak problem r=nical 2014-07-08 18:35:42 -07:00
Blake Kaplan
7b09b38e37 Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
Original patch from billm.
2014-07-08 18:27:59 -07:00
Wes Kocher
22e853cb38 Backed out changeset 76a96d6f0330 (bug 1001957) for mochitest-2 bustage on a CLOSED TREE 2014-07-08 17:55:35 -07:00
Wes Kocher
560dde5970 Merge b2g-inbound to m-c a=merge 2014-07-08 16:34:48 -07:00
Camilo Viecco
fb2c781450 Bug 1030204 - 2/2 Tests for Name constraints for ANSSI(DCISS) Root cert in psm. r=keeler
--HG--
extra : rebase_source : 0b64f7206446a8c414df5b0f4a9653f0180b8b44
2014-07-08 16:16:22 -07:00
Camilo Viecco
aa93d0ab47 Bug 1030204 - 1/2 Name constraint ANSSI(DCISS) Root cert in mozilla::pkix. r=keeler
--HG--
extra : rebase_source : 221ca75af601649731bf83cace2e6b0edcd4b2ab
2014-07-08 16:16:26 -07:00
Wes Kocher
b9b6d80ffa Merge fx-team to m-c a=merge 2014-07-08 15:55:21 -07:00
B2G Bumper Bot
0694f2a618 Bumping manifests a=b2g-bump 2014-07-08 13:36:12 -07:00
B2G Bumper Bot
ca0076f159 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/190172ac413a
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #21418 from azasypkin/bug-985273-sim-number-label

Bug 985273 - [DSDS] SIM labels of missed calls & sms in Notification is different. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/2663b04d44ab
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 985273 - [DSDS] SIM labels of missed calls & sms in Notification is different. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/cceb7dc51cd6
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #21296 from 6a68/bug-1032903-erase-all-storages

Bug 1032903 - Erase internal storage if SDcard is default. r=ggp

========

https://hg.mozilla.org/integration/gaia-central/rev/ec1c1afe90b0
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 1032903 - Erase internal storage if SDcard is default. r=ggp
2014-07-08 13:30:29 -07:00
Mark Finkle
f980ee2d84 Bug 1035436 - Remove home.1 session because it's not useful r=liuche 2014-07-08 15:32:57 -04:00
B2G Bumper Bot
3e3105e0be Bumping manifests a=b2g-bump 2014-07-08 11:56:41 -07:00
B2G Bumper Bot
80bb9259c0 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ba63adf96db
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #21178 from jmcanterafonseca/global_contacts

Bug 1026473 - [Contacts][Refactor] Implement the Global Contacts Datasto...

========

https://hg.mozilla.org/integration/gaia-central/rev/c2e1ba6083c9
Author: José Manuel Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1026473 - [Contacts][Refactor] Implement the Global Contacts Datastore data management module

========

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

Bug 1035442 - Split up collections tests

========

https://hg.mozilla.org/integration/gaia-central/rev/68ed72775f2b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1035442 - Split up collections tests r=amirn
2014-07-08 11:50:27 -07:00
B2G Bumper Bot
9344bd9e2c Bumping manifests a=b2g-bump 2014-07-08 11:17:17 -07:00
B2G Bumper Bot
e43f874734 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/829b82526820
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #21501 from 6a68/bug-1032938-use-fmd-prod-servers

Bug 1032938 - Point find my device at production servers (resubmitted). ...

========

https://hg.mozilla.org/integration/gaia-central/rev/2bd60994cb94
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 1032938 - Point find my device at production servers (resubmitted). r=arthurcc,ggp
2014-07-08 11:10:29 -07:00