Commit Graph

394439 Commits

Author SHA1 Message Date
Jed Davis
1b16fc180f Bug 1101170 - Move Linux sandbox code into plugin-container on desktop. r=kang r=glandium
Specifically:
* SandboxCrash() uses internal Gecko interfaces, so stays in libxul.
* SandboxInfo moves to libxul from libmozsandbox, which no longer exists.
* Where libxul calls Set*Sandbox(), it uses weak symbols.
* Everything remains as it was on mobile.
2014-11-24 15:22:13 -08:00
Jed Davis
2fdd7150c1 Bug 1101170 - Move sandbox status info into a separate module. r=kang r=glandium
This changes the interface so that the code which determines the flags
can live in one place, but checking the flags doesn't need to call into
another library.

Also removes the no-op wrappers for Set*Sandbox when disabled at build
time; nothing used them, one of them was unusable due to having the wrong
type, and all they really accomplish is allowing sloppiness with ifdefs
(which could hide actual mistakes).
2014-11-24 15:22:13 -08:00
Wes Kocher
60b973956a Backed out changeset 9336978bfa8c (bug 1102667) 2014-11-24 15:20:35 -08:00
Wes Kocher
25429a734a Backed out changeset b77b26c9b3b6 (bug 1102667) 2014-11-24 15:20:29 -08:00
Wes Kocher
192e2a7ee5 Backed out changeset b459d10124a8 (bug 1102667) for android mochitest-1 orange 2014-11-24 15:20:18 -08:00
Jonathan Kew
aade725c53 Bug 1083848 - Reftests for borders and backgrounds when inline element is split across lines in vertical writing-mode. r=dbaron 2014-11-24 23:16:06 +00:00
Jonathan Kew
292ae32743 Bug 1083848 - Make InlineBackgroundData aware of vertical writing mode. r=dbaron 2014-11-24 23:16:04 +00:00
Jonathan Kew
1c66529de8 Bug 1103613 - Followup to adjust reftest as per review comment #6. r=me 2014-11-24 23:15:59 +00:00
Landry Breuil
ffaaba4c8e Bug 1092023: comment out oaes_get_seed() definition r=edwin
It's unused (the sole caller is already commented out),
and uses deprecated ftime() & sys/timeb.h which are not
available on OpenBSD and Android NDK r10c.
Dont build openaes/rand.c, OAES_HAVE_ISAAC is not defined.
Remove now unused rand.c & rand.h.
2014-11-24 23:46:08 +01:00
Wes Kocher
e2dfdad94e Backed out changeset fd24a9549c1d (bug 1021221) for mochitest-3 orange 2014-11-24 14:42:05 -08:00
Markus Stange
c5cd289dbc Bug 1102823 - Zoom the window when the title bar is double clicked, if enabled. r=smichaud 2014-11-24 16:53:33 -05:00
Valentin Gosu
f15ba1ee3c Bug 1021221 - resourceTiming initiatorType is empty/other when images are loaded from cache r=seth
Setting the initiatorType in imgCacheValidator::OnStartRequest for images in <img> tags
and ProxyListener::OnStartRequest for images that are dynamically loaded
2014-10-29 17:35:05 +02:00
Jonathan Kew
7534cd5f2b Bug 1103613 - Reftest for inline-size of an orthogonal block. r=smontagu 2014-11-24 21:44:31 +00:00
Jonathan Kew
9a4427f454 Bug 1103613 - Use better inline-size for an orthogonal flow within a block of specified dimensions. r=smontagu 2014-11-24 21:44:06 +00:00
Jonathan Kew
c17b663150 Bug 1103388 - Use sideways orientation for lone <space> when text-orientation is mixed. r=smontagu 2014-11-24 21:42:53 +00:00
jdashg
e30e1d7021 Bug 1102667 - Update expected failures. 2014-11-24 13:32:46 -08:00
jdashg
583e6f12a4 Bug 1102667 - Fix our copy of the OES_texture_float test. - r=kamidphish 2014-11-21 19:10:32 -08:00
jdashg
a7c97ab5e0 Bug 1102667 - Fix float-texture rb/fb/read support. - r=kamidphish 2014-11-21 15:04:08 -08:00
Bas Schouten
1777de4ad9 Bug 1026893 - Followup: Address review comment. r=me 2014-11-24 21:11:24 +00:00
Bas Schouten
45cf1ecfed Bug 1026893 - Catch exceptions during D3D11 initialization. r=jmuizelaar 2014-11-24 15:40:29 -05:00
Andrea Marchesini
eb2c402295 Bug 1104193 - nullcheck in nsContentUtils::GetASCIIOrigin, r=smaug 2014-11-24 21:43:11 +01:00
Kartikaya Gupta
966f017906 Bug 1092217 - Allow debugging gtests via mach gtests --debug. r=ted 2014-11-24 15:29:40 -05:00
Andrea Marchesini
d7584e8a75 Bug 1104193 - nullcheck for the principal in nsContentUtils::GetUTFOrigin(), r=smaug 2014-11-24 20:54:59 +01:00
Bas Schouten
95cd1d27f9 Bug 1103176: Block Direct2D when D3D11 layers is blacklisted. r=BenWa
When the D3D11 compositor is blocked through blacklisting, we have no way of using Direct2D in a fast manner and do not want it to be used in any situation.
2014-11-24 19:44:52 +00:00
Bas Schouten
ffe18e720f Bug 1103135: Fix CompositorBench code to build again. r=benwa 2014-11-24 19:44:51 +00:00
Bas Schouten
08dbb53c8c Bug 1101248: Properly check return values of creation functions in DrawTargetD2D1::Init. r=BenWa 2014-11-24 19:44:48 +00:00
Andrew McCreight
c0b02a0607 Bug 1100695 - Wait for child to finish in test_child_assert XPCShell unit test. r=chmanchester 2014-11-24 11:34:03 -08:00
Ehsan Akhgari
c3552da3d5 Bug 1082792 - Build firefox.exe with -MD in ASAN builds; r=glandium
Mixing -MT and -MD as we do by default is not a supported configuration
for ASAN.  Given that we don't require supporting XP SP2 in those
builds, we can opt out of this.
2014-11-24 13:42:33 -05:00
Kartikaya Gupta
da1d7035e5 Bug 1056388 - Add assertions as per TODO. r=botond 2014-11-24 13:23:57 -05:00
Boris Zbarsky
e86d3b5204 Bug 1096011. Warning when failing to create a JS implemntation for a Web IDL binding should include the implementation contract. r=peterv 2014-11-24 11:57:49 -05:00
Boris Zbarsky
6c81adc0d3 Bug 1067541. Image preloads should not keep going once the actual image has started and gotten canceled. r=peterv 2014-11-24 11:57:49 -05:00
Boris Zbarsky
7fabbb42c0 Bug 1093112. Make sure that our <script> has been parsed before we attach XBL bindings that call functions from it. r=bholley 2014-11-24 11:57:49 -05:00
Boris Zbarsky
e952f7adeb Bug 1094545. Expose the URLSearchParams API in system globals. r=bholley 2014-11-07 14:10:39 -05:00
Mats Palmgren
98fa65732a Bug 1102791 - Always return NS_FRAME_COMPLETE status from nsHTMLButtonControlFrame::Reflow. Don't create overflow container continuations unless the delegating frame has eCanContainOverflowContainers. r=roc 2014-11-24 16:42:31 +00:00
Simon Montagu
f310c47a66 Remove testcase for bug 894137 because it causes assertions in other tests 2014-11-24 08:41:42 -08:00
Marty Rosenberg
45fb002538 Bug 1088316: Emit "push lr" after calls, rather than "push pc" before (r=jandem) 2014-11-24 11:15:53 -05:00
Richard Barnes
a5cf3d5e45 Bug 1088255 - Collect telemetry on CAs that appear in valid cert chains r=keeler 2014-11-07 16:26:46 -05:00
Jan de Mooij
f8e9c4aaf6 Bug 1104027 - Fix IonBuilder::jsop_setelem to not abort during arguments analysis. r=bhackett 2014-11-24 16:31:02 +01:00
Nicolas B. Pierron
77ad68103c Bug 1093674 - IonMonkey: Add Sink for instruction which can be recovered on bailout. r=sunfish 2014-11-24 16:11:32 +01:00
Benjamin Bouvier
328c833702 Bug 1102893: Remove some SIMD.js outdated functions; r=till 2014-11-24 16:09:34 +01:00
Benjamin Bouvier
c3b8adcf02 Bug 1072368: Merge SIMD.js comparison tests in comparisons.js; r=till 2014-11-24 16:09:29 +01:00
Dan Gohman
5cc08e7f89 Bug 1072368 - Implement the remaining SIMD integer compares in the interpreter and asm.js; a=sunfish,bbouvier, r=sunfish
--HG--
extra : histedit_source : c9a772af119b0d8d01ba5ef01653bc3a356826dc
2014-11-24 16:07:43 +01:00
Robert Longson
4b9965e1ed Bug 1099197 - Determine the bounds of unstroked polylines/polygons directly. r=jwatt 2014-11-24 14:28:58 +00:00
Rob Wood
4ff411c28d Bug 984508 - Marionette should monitor listeners to ensure they're still alive; r=mdas 2014-10-14 18:46:34 -04:00
Andrew Halberstadt
b458452297 Bug 1101773 - Add an --update-only option to |mach mercurial-setup| for updating extensions without running the wizard, r=gps
--HG--
extra : rebase_source : 93de55544f2f907255a286b1074ed201de62a46b
2014-11-19 15:01:04 -05:00
Carsten "Tomcat" Book
bc1fe65863 Backed out changeset d26673206131 (bug 894137) for crashtest bustage
--HG--
rename : dom/base/crashtests/894137.html => content/base/crashtests/894137.html
2014-11-24 14:38:51 +01:00
Masatoshi Kimura
359fd77ce4 Bug 1094016 - Do not ship d3dcompiler_43 for 64-bit builds. r=mshal 2014-11-24 22:18:10 +09:00
Masatoshi Kimura
477326e9e0 Bug 1094012 - Assume Win7 or later on Win64. r=jimm 2014-11-24 22:18:10 +09:00
Masatoshi Kimura
f226e5813f Bug 1094013 - Bump subsytem version to 6.1 (Win7) for Win64 builds. r=glandium,jorendorff 2014-11-24 22:18:09 +09:00
Masatoshi Kimura
719c1c269d Bug 862655 - Increase a margin number a bit to accommodate the taller title bar on Windows with DWM enabled. r=Enn 2014-11-24 22:18:08 +09:00