Commit Graph

168169 Commits

Author SHA1 Message Date
Markus Stange
44c7c2835d Bug 960017 - Make the surfaces big enough. r=Bas
--HG--
extra : rebase_source : fc7cafcc7f39bd1f05478230292816d874a7b035
2014-02-13 12:09:11 +01:00
Markus Stange
7a8f365ba0 Bug 960017 - Add some debug-only checks. r=Bas
--HG--
extra : rebase_source : 7618902f2cb1d21e402e6fee251c967af518aaf1
2014-02-13 12:07:35 +01:00
Nicolas B. Pierron
e109e38352 Bug 970643 - Only toggle execution permissions on JIT code. r=luke 2014-02-13 03:07:52 -08:00
Nicolas Silva
27d133cd82 Bug 971744 - Move checks from GetAsDrawTarget to Lock in D3D9 TextureClient. r=mattwoodrow 2014-02-13 11:45:13 +01:00
Jacek Caban
cc224d116e Bug 971646 - FileUtilsWin.h fails to compile on GCC. r=bsmedberg 2014-02-13 11:25:26 +01:00
Ms2ger
877ac82b87 Backout changeset c8cd1f6b6d2d because it's not web-compatible. 2014-02-13 10:31:09 +01:00
Till Schneidereit
d831efcd6e Bug 929374 - Enable TI and IonMonkey for chrome script by default. r=jandem 2013-10-22 10:53:59 +02:00
Jan de Mooij
a69c3e1433 Bug 931861 - Fix xpcshell to install breakpad signal handlers before AsmJS/Ion signal handlers. r=ted 2014-02-13 10:22:58 +01:00
Jonathan Kew
a51fad7aea bug 970710 - ensure GetTrimmedOffsets is called with consistent parameters from PropertyProvider::InitializeForMeasure and SetupJustificationSpacing. r=roc 2014-02-13 08:38:48 +00:00
Simon Montagu
0621f133e7 Extend the WritingModes API. Bug 735577, r=jfkthame 2014-02-12 23:55:08 -08:00
Simon Montagu
aac777c4b4 Add some logical setters/getters to nsIFrame.h. Bug 735577, r=jfkthame 2014-02-12 23:55:06 -08:00
Daniel Holbert
284944bf84 Bug 972119: Simplify logic in nsCSSFrameConstructor::ConstructDocElementFrame. r=bz 2014-02-12 23:47:02 -08:00
Daniel Holbert
09da556742 Bug 971913: Use DISPLAY_MIN_WIDTH / DISPLAY_PREF_WIDTH logging macros in nsFlexContainerFrame. r=jwatt 2014-02-12 23:47:01 -08:00
Phil Ringnalda
d6216c9ade Back out bcaadd45b905 (bug 972161) for adding (fatal) warnings on Windows
CLOSED TREE
2014-02-12 23:27:40 -08:00
Phil Ringnalda
7da29bc4e1 Back out d54433699f2e (bug 936236) for adding 5 rooting hazards
CLOSED TREE
2014-02-12 23:26:28 -08:00
Peiyong Lin
fa95f828f2 Bug 970821 - Use an array of observer topic strings in ContentParent. r=njn.
--HG--
extra : rebase_source : 92c9a0e2f1f1737cc074549aeeb41e7dd4514adc
2014-02-12 22:55:28 -08:00
Bas Schouten
e8ed6e1f20 Bug 972161: Add ability to output font data for freetype fonts. r=jrmuizel 2014-02-13 07:31:51 +01:00
Shu-yu Guo
ec24d46bd2 Bug 971385 - Followup: fix test. (r=test-only) 2014-02-12 21:31:06 -08:00
Luke Wagner
c7583e2854 Bug 936236 - Notify memory-pressure observers when allocating a large ArrayBuffer fails (r=mccr8)
--HG--
extra : rebase_source : 49eadf76ae73e5e4f1c24149839bdc7200e00494
2014-02-12 22:50:15 -06:00
Mike Hommey
2cc1b67cb8 Bug 971426 - Define IMPL_MFBT when building standalone js. r=gps 2014-02-13 13:29:31 +09:00
Shu-yu Guo
297f6e9a2f Bug 971385 - Skip ForkJoin activations in ScriptFrameIter. (r=luke) 2014-02-12 20:31:35 -08:00
Chris Pearce
3e6e5e4364 Bug 903051 - Prevent aborted loads from messing with ChannelMediaResource state. r=roc 2014-02-13 17:08:55 +13:00
Mike Hommey
3abc19439d Bug 970757 - Fixup MOZ_JS_LIBS after bug 969164. r=gps
--HG--
extra : amend_source : 8b56fb4e59fb59fc483bd1339782c111ae90ee29
2014-02-11 14:09:33 +09:00
Jan Steffens
dbab686bb9 Bug 806917 followup: Fix gstreamer chunk of configure.in to handle --disable-gstreamer properly. r=gps 2014-02-12 18:17:52 -08:00
Bas Schouten
22ff6636d9 Bug 806406: Remove some lingering references to gfxD2DSurface. r=jrmuizel 2014-02-13 02:59:12 +01:00
Neil Rashbrook
c0aac862cd Bug 966911 Part 3: Passing undefined to an AString param should (like ACString) convert to null, not the empty string r=bholley 2014-02-13 00:26:28 +00:00
Neil Rashbrook
0dc2b0ff48 Bug 966911 Part 2: An AString out param should use a short lived string instead of wastefully creating an nsAutoString on the heap r=bholley 2014-02-13 00:08:57 +00:00
Andrew McCreight
e62aef1717 Bug 733636, part 2 - nsXPConnect::WrapNative should pass aAllowWrapping=true. r=bholley 2014-02-12 15:19:32 -08:00
Andrew McCreight
7217794d76 Bug 733636, part 1 - Change the nsContentUtils::WrapNative aAllowWrapping default to true. r=bholley 2014-02-12 15:19:32 -08:00
Jeff Walden
1ed6ee579e Bug 961494 - Adjust an assertion to properly handle objects with built-in properties stored in reserved slots, where the last property of such an object may use a reserved slot that's not the last reserved slot. r=jorendorff, f=bhackett 2014-02-12 13:21:16 -08:00
Jeff Walden
4f02c51b42 Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in widget/. r=vlad
--HG--
extra : rebase_source : 29bf1f696e8952ea7056d2417522dcc0f88cecc4
2014-02-06 22:17:07 -08:00
Jeff Walden
5226a7ab14 Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in security/manager/. r=bsmith
--HG--
extra : rebase_source : 3632af6471e41d099a0948542d26a7df527efaad
2014-02-06 22:17:07 -08:00
Gregory Szorc
984d098d23 Bug 971683 - Remove tools/l10n; r=bsmedberg
--HG--
extra : rebase_source : 12c3b29df1e7333c5abc6768f853ed41291b1ddb
extra : amend_source : 7d0566143465dea662e05bd9351cb02c3eb9e8d4
2014-02-12 14:20:15 -08:00
Wes Kocher
9641d526e8 Backed out changeset c80de8d196af (bug 962599) for crashtest failures 2014-02-12 13:25:15 -08:00
Neil Rashbrook
b9f497881a Bug 966911 Part 1: Improve DOMString and AString conversion code paths r=bholley 2014-02-12 21:22:07 +00:00
Chris Pearce
84a474d12f Bug 971229 - Ensure test_videocontrols starts (and doesn't time out) if it loads real quick. r=jaws 2014-02-13 10:17:47 +13:00
Ryan VanderMeulen
7549943bac Merge m-c to inbound. 2014-02-12 15:58:22 -05:00
Ryan VanderMeulen
37a64da0e4 Merge inbound to m-c. 2014-02-12 15:48:01 -05:00
Benoit Girard
8ee5fc432a Bug 971875 - Fix regression to HWC on b2g. r=sotaro
--HG--
extra : rebase_source : 8aaa3818d1dbfe1e07137010a7734a2da8dc3379
2014-02-12 15:25:52 -05:00
B2G Bumper Bot
eaf0935b52 Bumping manifests a=b2g-bump 2014-02-12 10:10:57 -08:00
B2G Bumper Bot
b5f2a4090f Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/179466c0aa4f
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #16208 from gabrielesvelto/bug-970879-prevent-redundant-listeners

Bug 970879 - Prevent redundant listeners from being registered during testing r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/dede21150390
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 970879 - Prevent redundant listeners from being registered during testing r=julienw

- Refactored the WapPushManager object to not use bound functions for
  event listeners
- Modified the unit-tests to improve control over the document visibility

========

https://hg.mozilla.org/integration/gaia-central/rev/496b052e2006
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #16173 from etiennesegonzac/bug-952797-reactivating-dialer-keypad-integration

Bug 952797 - Reactivating the dialer keypad integrations tests. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/883e6b0baf4a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 952797 - Reactivation the dialer keypad integrations tests.
(the marionette issue was fixed by bug 891882)

========

https://hg.mozilla.org/integration/gaia-central/rev/85eba9390094
Author: Kartikaya Gupta <kgupta@mozilla.com>
Desc: Bug 970422 - Drop z-index of messages to go under the scrollbar. r=julien
2014-02-12 10:05:10 -08:00
Andy Wingo
5c17fe3fb7 Bug 962599 - Store let-bound variables in the fixed part of stack frames r=luke r=jandem 2014-02-12 18:46:24 +01:00
Daniel Holbert
ab1dda1fcd Bug 928808: Suppress clang warnings (in newer clang versions) about inline 'new' and 'delete'. r=glandium 2014-02-12 10:55:25 -08:00
Ryan VanderMeulen
89063340c7 Backed out changeset d59a1cce18e5 (bug 962599) for crashtest crashes. 2014-02-12 13:49:49 -05:00
Georg Fritzsche
3a3964d2f7 Bug 971834: Exclude dom/plugins from b2g desktop mochitests. r=ahal 2014-02-12 19:31:34 +01:00
Jan de Mooij
353d4f8566 Bug 832437 - Ensure SPS frame has a valid pc when calling into the VM. r=djvj 2014-02-12 19:27:27 +01:00
Andy Wingo
99d8a86ead Bug 962599 - Store let-bound variables in the fixed part of stack frames r=luke r=jandem 2014-02-12 18:46:24 +01:00
B2G Bumper Bot
2612d82f64 Bumping manifests a=b2g-bump 2014-02-12 09:30:58 -08:00
B2G Bumper Bot
f5e9e3abc2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a7f19f338c8
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #16219 from Rik/wakelock-enabled-971761

Bug 971761 - Enable requestWakeLock in DEBUG builds to turn our tests gr... r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/7862edf5508c
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 971761 - Enable requestWakeLock in DEBUG builds to turn our tests green
2014-02-12 09:25:10 -08:00
B2G Bumper Bot
e704d92a96 Bumping manifests a=b2g-bump 2014-02-12 08:40:58 -08:00