Commit Graph

381354 Commits

Author SHA1 Message Date
Jeff Muizelaar
b39a6b3ede Bug 1062492. Only use DIBTextureClient with cairo drawing. r=bas
We don't want DIBTextureClient unless we're going to be using cairo for
drawing.
2014-09-08 17:18:04 -04:00
Botond Ballo
a7e201e857 Bug 1064527 - Tweak some preferences for the overscroll stretch effect. r=kats. DONTBUILD for changes to physics constants
--HG--
extra : amend_source : 31d7555ca1b8d452509b06c0f731b3e1426de1ec
2014-09-08 16:29:28 -04:00
Ryan VanderMeulen
ccd2f112b7 Backed out changeset 56e2793c8ac7 (bug 1058452) for B2G mochitest orange. 2014-09-08 16:52:44 -04:00
Bobby Holley
06cc2ae3c2 Bug 1062631 - Remove exception swallowing code in NS_ScriptErrorReporter. r=bz
See bug 1062631 comment 0.
2014-09-08 13:36:22 -07:00
Bobby Holley
33f4e1dcb0 Bug 1062631 - Handle nuked window references in tilt tests. r=paul 2014-09-08 13:36:22 -07:00
Bobby Holley
52e67dbdb5 Bug 1062631 - Stop leaking observers in search tests. r=Gijs 2014-09-08 13:36:22 -07:00
Bobby Holley
c3f44e7717 Bug 1062631 - Handle null ownerDoc in browser.js and content.js for the benefit of browser_newtab_drag_drop_ext.js. r=ttaubert 2014-09-08 13:36:22 -07:00
Bobby Holley
3d290ab8b6 Bug 1062631 - Watch out for dead object proxies in gXPInstallObserver. r=Gijs
In browser_navigateaway2.js we end up with an XPCWrappedJS double-wrapped
DeadObjectProxy here, which triggers an exception when it's inserted into
the WeakMap.
2014-09-08 13:36:21 -07:00
Bobby Holley
58364167ca Bug 1062631 - Handle null originatingURI in browser-addons.js. r=Gijs 2014-09-08 13:36:21 -07:00
Bobby Holley
751aec5eac Bug 1062631 - Bail out in browser_cookies_exceptions when |observances| is empty. r=Gijs
This test says this case shouldn't happen, but it does. If this test included
an ok(false) at this point, it would be failing on tinderbox. This patch preserves
the existing behavior of bailing out, and just does it explicitly rather than with
an unreported exception. If this behavior is something that needs to be investigated,
please file a followup.
2014-09-08 13:36:21 -07:00
Bobby Holley
0c8cf16e5b Bug 1062631 - Fix up content QI security check and tests. r=bz
This stuff is broken in a bunch of ways. The test isn't doing the right thing
because it's using SpecialPowers. When we pass the content object to
xpconnectArgument(), it gets wrapped in a SpecialPowers wrapper, so the check
succeeds, only to fail down the line when the QI method is actually invoked
with an IID (which we can't pass to content scopes anyway).

This whole security check is probably useless given the above, but let's be
safe, make it a bit more robust, and fix up the test while we're at it.
2014-09-08 13:36:21 -07:00
Bobby Holley
86df050cfc Bug 1062631 - Use SpecialPowers.wrapCallback for QI in more tests. r=bz
Otherwise the QI throws as soon as it tries to pass the IID into content code.
2014-09-08 13:36:20 -07:00
Bobby Holley
00f21621a1 Bug 1062631 - Fix buggy |browser_SignInToWebsite.js| test. r=Gijs 2014-09-08 13:36:20 -07:00
Randell Jesup
894e29d461 Bug 1064247: only look at h264_enabled pref if HW OMX H.264 is enabled r=jib 2014-09-08 15:06:50 -04:00
Sotaro Ikeda
82f2e7e4bf Bug 1058452 - Use FakeMediaStreamGraph r=mikeh 2014-09-08 11:59:16 -07:00
Boris Zbarsky
935648f51a Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey 2014-09-08 11:28:57 -04:00
Botond Ballo
92fda10b76 Bug 1063227 - Make APZ axis locking constants preffable. r=kats
--HG--
extra : source : 83f2d844c5a9833a40b2d0d9021597652e707a1a
2014-09-05 20:07:52 -04:00
Rob Wood
25d257bb02 Bug 1045103 - add Marionette support for setWindowSize; r=jgrffin 2014-09-08 06:05:49 -07:00
George Wright
9aa0cb1372 Bug 1061988 - Get rid of the notion of "demoting" and replace it with "switch rendering mode" r=snorp 2014-09-02 19:26:36 -04:00
Andrew McCreight
06744b6f48 Bug 931285, part 2 - Implement a cycle collected version of nsHashPropertyBag and use it from JS. r=froydnj 2014-09-08 09:41:32 -07:00
Andrew McCreight
1c9fdc95c0 Bug 931285, part 1 - Factor out a base class for nsHashPropertyBag that does not implement refcounting. r=froydnj
Also remove the unused NS_NewHashPropertyBag.
2014-09-08 09:41:22 -07:00
Max Li
70c508c9eb Bug 1047428 - [AccessFu] Report read only state for editables.r=eeejay 2014-08-23 20:22:03 -04:00
David Keeler
d577ecb4c1 bug 1004781 - follow-up to add "DigiCert ECC Secure Server CA" to Facebook's pinset r=mmc 2014-09-08 09:33:03 -07:00
Boris Zbarsky
3e0cc1e8d6 Back out bug 1063889 (rev 2f5df573f4a3) because windowsx.h defines GetFirstChild/GetNextSibling macros, so will make the world blow up if you include it anywhere near nsIDOMNode/nsINode. r=bustage 2014-09-08 12:25:17 -04:00
Aleksandar Zlicic
7be7c1afee Bug 1061562 - IonMonkey MIPS: Fix build failures on MIPS caused by SIMD changes r=nbp 2014-09-04 18:11:49 +02:00
Boris Zbarsky
5f46861110 Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey 2014-09-08 11:28:57 -04:00
Jeff Muizelaar
cd088d907b Bug 1049564. Backout unintentionally landed code.
CLOSED TREE
2014-09-08 11:07:48 -04:00
Jeff Muizelaar
6458e7d04e Bug 1049564. Remove sketchy sizing code from CompositorOGL. r=nical
This came from the layers refactoring and taking it out doesn't
seem to cause any test failures.
2014-09-08 10:54:26 -04:00
Boris Zbarsky
12857de707 Bug 1063521. Remove the WANT_OUTER_OBJECT classinfo flag, since it's now unused. r=bholley 2014-09-08 10:05:11 -04:00
Carsten "Tomcat" Book
ed621febbf Merge m-c to mozilla-inbound 2014-09-08 15:30:23 +02:00
Carsten "Tomcat" Book
8d45e2920d merge fx-team to mozilla-central a=merge 2014-09-08 15:26:03 +02:00
Carsten "Tomcat" Book
75dcdffdac merge mozilla-inbound to mozilla-central a=merge 2014-09-08 15:22:16 +02:00
Carsten "Tomcat" Book
491f3eab35 Backed out changeset c1cc52b986f8 (bug 1049258) for breaking non-unified windows builds 2014-09-08 15:17:23 +02:00
Carsten "Tomcat" Book
263b889ed0 merge b2g-inbound to mozilla-central a=merge 2014-09-08 12:59:09 +02:00
Carsten "Tomcat" Book
8d84d4beb8 Backed out changeset 876ba605d62c (bug 939318) for XPCTest Failures 2014-09-08 12:41:53 +02:00
Carsten "Tomcat" Book
43f8d5802d Backed out changeset 6c0f309856fc (bug 939318) XPCTest Failures 2014-09-08 12:41:39 +02:00
Carsten "Tomcat" Book
f44e8fcd55 Backed out changeset 5d4a27b67b96 (bug 939318) for XPCTest failures 2014-09-08 12:41:28 +02:00
Carsten "Tomcat" Book
96df5f5804 Backed out changeset 19325851ecee (bug 939318) for XPCtest failures 2014-09-08 12:41:16 +02:00
Carsten "Tomcat" Book
071e0ab11f Backed out changeset d4b3920ae4a3 (bug 939318) for XPCtest failures 2014-09-08 12:40:52 +02:00
Henrik Skupin
be5f3e0126 Backed out changeset 3368efceb99f due to test failure 2014-09-08 12:29:38 +02:00
Carsten "Tomcat" Book
d4e58d68f2 Backed out changeset 56606aa26f45 (bug 1053185) 2014-09-08 11:30:32 +02:00
Carsten "Tomcat" Book
5f0ce67fb2 Backed out changeset b556a4fdfe52 (bug 1036908) for bc1 test errors 2014-09-08 10:19:50 +02:00
Carsten "Tomcat" Book
cf071d51ad Backed out changeset ceb9328526e0 (bug 1036912) for bc1 test errors 2014-09-08 10:19:39 +02:00
Carsten "Tomcat" Book
54014b552e Backed out changeset 6a6f51ad3348 (bug 1036914) for likely causing bc1 test error 2014-09-08 10:19:23 +02:00
Carsten "Tomcat" Book
902fc1e687 Backed out changeset cfeccb9028a9 (bug 1062611) for dt-test failures 2014-09-08 10:17:52 +02:00
John Daggett
123c797bde Bug 1062058 part 3 - make userfont entry a container of the platform font entry. r=heycam 2014-09-08 16:23:20 +09:00
John Daggett
53967d717d Bug 1062058 part 2 - rename userfont classes and adjust flags. r=heycam 2014-09-08 16:23:20 +09:00
John Daggett
6f2c0ee7ec Bug 1062058 part 1 - avoid passing around proxy font entry object. r=heycam 2014-09-08 16:23:19 +09:00
B2G Bumper Bot
fe00c5a884 Bumping manifests a=b2g-bump 2014-09-08 00:17:14 -07:00
B2G Bumper Bot
fd9f77e33b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1fd0c75afd4
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23710 from kamituel/Bug_1026373_remove_shrinking_rejected

Bug 1026373 - Remove unused shrinking-rejected. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/116515f35ca7
Author: Kamil Leszczuk <kamituel@gmail.com>
Desc: Bug 1026373: Remove unused shrinking-rejected
2014-09-08 00:10:52 -07:00