Robert Strong
ba1ede8629
Bug 1044443 - release off main thread crash in nsXPCWrappedJS::Release() via nsUpdateProcessor::~nsUpdateProcessor(). r=bbondy
2015-02-18 16:05:00 -08:00
Kevin K.
c232a70058
Bug 1057600 - Don't require MOZILLA_OFFICIAL to include build revisions in build. Add MOZ_INCLUDE_SOURCE_INFO variable as an alternate way to include build revisions without setting MOZILLA_OFFICIAL. r=glandium
2015-02-17 22:10:03 -05:00
David Major
a58c7f2ab4
Bug 1132663 - Part 1: Use the DLL blocklist in plugin-container processes. r=bsmedberg
2015-02-18 14:09:32 +13:00
Nicholas Nethercote
242708cf72
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Andrew McCreight
d3826daa16
Back out Bug 1127201 (part 2) for various problems.
2015-02-06 15:04:32 -08:00
Nicholas Nethercote
d34f0301b8
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Chris Peterson
92e95883b2
Bug 1126376 - Fix non-NIGHTLY_BUILD warnings-as-errors in toolkit/xre. r=Mossop
2015-01-27 10:11:08 -08:00
Ben Kelly
4a8bc9d3e6
Bug 1124862 Fix glxtest.cpp fail-on-warning errors for ignored return values. r=bjacob
2015-01-25 16:50:13 -05:00
Jim Mathies
516bfc595a
Bug 1092525 - Enable e10s for Windows systems that activate accessibility through UIA. r=trev
2015-01-23 15:41:55 -06:00
Wes Kocher
cb32041b4d
Backed out changeset 39c78d4281d5 (bug 1101331) for intermittently breaking gaia-ui tests on OSX on a CLOSED TREE
2015-01-22 12:23:12 -08:00
Stephen Pohl
c9ae0626e2
Bug 1101331: Modify directory structure of B2G.app to conform with Apple's v2 signature requirements. r=rstrong
2015-01-21 14:40:45 -05:00
Chris Peterson
a95adc7306
Bug 1120312 - Fix -Wunused-variable warning in toolkit/xre and mark directory as FAIL_ON_WARNINGS. r=tlee
2015-01-07 19:35:19 -08:00
Benoit Girard
9b8c2dc37d
Bug 1068190 - Part 1: Add foundation for compositor unit tests. r=mstange
2015-01-14 17:24:09 -05:00
Ehsan Akhgari
d56a32bce4
Bug 1119068 - Clean up some code used for older unsupported MSVC versions; r=bsmedberg
2015-01-12 23:26:31 -05:00
Wes Kocher
a49543905d
Backout 671a52fff391
2015-01-12 14:46:32 -08:00
Ehsan Akhgari
4acc68bd1e
Bug 1119068 - Clean up some code used for older unsupported MSVC versions; r=bsmedberg
2015-01-12 16:35:07 -05:00
Jim Chen
db34c64f29
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
2015-01-09 19:33:57 -05:00
Ms2ger
6d4d5c8ab7
Bug 739601 - Rewrite (the used parts of) config/milestone.pl in python; r=gps
2015-01-09 10:24:45 +01:00
Chris Peterson
a51bc39172
Bug 1117635 - Declare that MacApplicationDelegate implements the NSApplicationDelegate protocol. r=mstange
2015-01-07 18:33:32 -08:00
Ehsan Akhgari
74817b5912
Bug 1119258
- Mark virtual overridden functions as MOZ_OVERRIDE in toolkit; r=Mossop
2015-01-08 23:12:19 -05:00
Nicholas Nethercote
97b5d348cc
Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
...
--HG--
extra : rebase_source : 771710c5427141d738eef112fab00951eb8e20e3
2015-01-07 16:13:03 -08:00
Jim Mathies
8eec6b6f85
Bug 1117140 - Avoid allocating some resources in the gmp child process which we have no use for. r=bsmedberg
2015-01-07 17:35:04 -06:00
Chris Peterson
0a74423cd6
Back out cset 143ddd8eded9 (bug 1117635) for breaking some people's OS X builds on a CLOSED TREE. a=RyanVM
2015-01-07 11:58:19 -08:00
Chris Peterson
c16df32544
Bug 1117635 - Declare that MacApplicationDelegate implements NSFileManagerDelegate protocol to fix -Wincompatible-pointer-types warning. r=smichaud
2015-01-04 20:00:42 -08:00
Ehsan Akhgari
20a19ff838
Bug 1116560 - Spell shutdown-persist properly in nsXREDirProvider::DoShutdown to make it greppable; r=bsmedberg
2015-01-02 17:53:56 -05:00
Makoto Kato
276b9dd00e
Bug 1112709 - CreateFileW isn't hooking properly on Windows 8/8.1. r=ehsan
2014-12-24 13:23:36 +09:00
Chris Peterson
e7231555f9
Bug 1113669 - Relax FAIL_ON_WARNINGS in toolkit/xre for Linux gcc warnings. r=dholbert
2014-12-19 08:59:59 -08:00
Chris Peterson
c6bc5e0ec5
Bug 1110031 - Part 2: Mark some directories as FAIL_ON_WARNINGS for some compilers. r=gps
2014-12-10 22:46:01 -08:00
James Willcox
c562e8f15b
Bug 1110271 - Use the default message pump for GMP children r=joshmoz
...
--HG--
extra : rebase_source : 0c303d2ced297d33997e0dc061bba1e92fe47113
extra : histedit_source : e7163bf19fb9e3f7f40273baa63a9e65d9b0b1cd
2014-12-15 16:04:21 -06:00
Mason Chang
9fae9e4367
Bug 1108613. Create an XRE_IsParentProcess to detect if code is running in the parent process. r=roc
2014-12-09 11:21:47 -08:00
Milan Sreckovic
e181f2a9bf
Bug 1100530 - Clean up OS X version constants. f=jgilbert, r=mstange
2014-11-28 17:28:59 -05:00
Robert Strong
d81a78094b
Bug 1098112 - Auto-updates broken on Linux when /tmp is mounted noexec. r=bbondy
2014-12-02 13:47:37 -05:00
Bob Owen
b539721eb8
Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm
...
--HG--
rename : security/sandbox/win/src/warnonlysandbox/wosCallbacks.h => security/sandbox/win/src/logging/loggingCallbacks.h
rename : security/sandbox/win/src/warnonlysandbox/wosTypes.h => security/sandbox/win/src/logging/loggingTypes.h
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.cpp => security/sandbox/win/src/logging/sandboxLogging.cpp
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.h => security/sandbox/win/src/logging/sandboxLogging.h
2014-11-29 17:12:18 +00:00
Jacek Caban
d127574c6c
Bug 1102804 - Fixed -Wparentheses warnings found in mingw build (toolkit part). r=roc
2014-11-27 10:59:26 +01:00
Ryan VanderMeulen
05536d8139
Merge fx-team to m-c. a=merge
2014-11-26 21:08:54 -05:00
Hector Zhao
88812f8f10
Bug 1105189 - Look for the distribution/bundles directory under Contents/Resources due to v2 signing requirements. r=bsmedberg
2014-11-26 16:37:37 +08:00
Gregory Szorc
17b9d265b1
Bug 1103825 - Documents libs requirements for platform.ini; r=mshal
...
While trying to port platform.ini to the misc tier, it was discovered
that moving it out of libs breaks packaging. Document this.
--HG--
extra : rebase_source : 6e2b9134a9cb480bb742cd504748e5ef1351cac6
extra : histedit_source : 8d462316baf91ef0555703cc4afae51f04d75bda
2014-11-23 20:36:57 -08:00
Jacek Caban
e2095db058
Bug 1102815 - mingw builds assert in WindowsCrtPatch.h. r=glandium
...
--HG--
extra : rebase_source : d33a9be405982bc08ab6a762b4e5df9c013a3856
2014-11-25 12:43:05 +01:00
Bill McCloskey
7e5124ee68
Bug 1102634 - [e10s] Add pref for add-on shims (r=ally)
2014-11-21 14:01:23 -08:00
Nathan Froyd
970fc0e8a3
Bug 1099251 - make ChaosMode's behavior modifications more finely-grained selectable; r=roc
2014-11-14 13:12:51 -05:00
Jim Mathies
c2d741db42
Bug 1089008 - Enable e10s on Windows when acceleration is disabled. r=Mossop, r=felipe
2014-11-14 10:51:19 -06:00
Chris Pearce
f3af16c459
Bug 1088488 - Add GMPLoader interface to encapsulate loading GMPs, pass that to XRE_InitChildProcess. r=jesup,r=bsmedberg,r=glandium
2014-11-14 21:26:24 +13:00
Cameron McCormack
b18906567e
Back out 8be2344dcff3 (bug 1089008) for OS X bustage.
2014-11-14 09:50:54 +11:00
Jim Mathies
d92f45cf3d
Bug 1089008 - Enable e10s on Windows when acceleration is disabled. r=Mossop, r=felipe
...
--HG--
extra : rebase_source : f24efd7b76e111390de71d74ccace735dc9bbb88
2014-11-13 14:14:51 -06:00
Blake Kaplan
fef0b8cb56
bug 1092163 - Allow e10s to be enabled with tracking protection. r=blassey
2014-11-11 15:05:55 -08:00
Dave Townsend
20f0d0ddbc
Bug 1095559: Fix logic error in HW acceleration tests for e10s. r=jimm
2014-11-07 09:18:28 -08:00
Gavin Sharp
480767e56b
Bug 1094409 - Explain in the preferences UI the reason when e10s is disabled. r=felipe
2014-11-05 17:01:25 -08:00
Ryan VanderMeulen
4af93d7500
Merge fx-team to m-c. a=merge
2014-11-03 16:47:18 -05:00
Panos Astithas
ee1d6fecc6
Bug 1090967 part 2 - Don't use "default" as the name of the default profile on Aurora. r=bsmedberg
2014-11-03 16:38:54 +02:00
Gavin Sharp
f3ac90a91d
Re-land patch from bug 1088904
2014-11-02 14:56:17 -08:00