Jonathan Griffin
0a192b7fe6
Bug 1033033 - Don't access the device_manager during __init__, r=mdas
2014-07-02 15:23:10 -07:00
Mike Hommey
bc0709dc9e
Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps
...
This adds a format option to mach environment and uses it in client.mk to
create a .mozconfig.json in the objdir, containing all the relevant data
from mozconfig. If the mozconfig doesn't change in a way that alters that
data, we still skip configure.
At the same time, use mach environment in place of mozconfig2configure and
mozconfig2client-mk, which makes us now have only one mozconfig reader.
Also, in the mozconfig reader, keep track of environment variables (as
opposed to shell variables), so that changes such as a variable that was
exported not being exported anymore is spotted. At the opposite, in order
for irrelevant environment variable changes not to incur in re-running
configure, only a set of environment variables are stored when they are
unmodified. Otherwise, changes such as using a different terminal window,
or even rebooting, would trigger reconfigures.
Finally, make mach environment emit both MOZ_OBJDIR and OBJDIR for
client.mk, and cleanup some objdir-related things in client.mk..
At the same time, make the mozconfig reader take MOZ_OBJDIR from the
environment if it is defined there and not in the mozconfig.
2014-07-03 07:15:31 +09:00
Mike Hommey
fbc231db84
Bug 1031180 - Fallback to checking whether the directory mach lives in contains mach_bootstrap.py. r=gps
2014-07-03 07:15:31 +09:00
Mike Hommey
1aa2402b87
Bug 1031132 - Refactor mach environment to use logic from MachCommandBase instead of its own. r=gps
...
Also don't print section titles when there is nothing under them, and move
move the ObjdirMismatchException handling to MachCommandBase.
2014-07-03 07:15:31 +09:00
Mike Hommey
4474b717c2
Bug 1030717 - Don't try to create the mach state directory until it's actually needed. r=gps
2014-07-03 07:15:31 +09:00
Mike Hommey
ffb39250a5
Bug 1031129 - Fix ObjdirMismatchException logic to throw properly on m-c. r=gps
2014-07-03 07:15:30 +09:00
Wes Kocher
03cdc19fec
Backed out 3 changesets (bug 956961) for non-unified build bustage
...
Backed out changeset f1be89cb58b9 (bug 956961)
Backed out changeset 272b01e4f856 (bug 956961)
Backed out changeset 56907af18c66 (bug 956961)
2014-07-02 15:03:29 -07:00
Sotaro Ikeda
f87d695780
Bug 1032364 - Change gralloc buffer's key to 64bit r=jmuizelaar
2014-07-02 14:45:59 -07:00
Sid Stamm
35050325e5
Bug 1031658 - [CSP] Fix userpass removal in PermitsAncestry() and properly handle PermitsAncestry() failures. (r=bz)
2014-07-02 14:39:38 -07:00
Sid Stamm
72193be0b0
Bug 991972 - Catch and compensate for expected extra test successes in test_CSP_frameancestors.html. (r=grobinson)
2014-07-02 14:39:27 -07:00
James Graham
a573f1de39
Bug 1033458 - Update mozrunner version, r=ahal.
2014-07-02 22:20:53 +01:00
James Graham
f141d7eb5d
Bug 1032136 - Make mozrunner 6 work for on-device B2G testing, r=ahal.
2014-07-02 22:20:52 +01:00
Walter Litwinczyk
62a5a3ddf4
Bug 1004375 - Removed use of legacy skia compatible device API - r=gw280
2014-06-24 15:35:07 -07:00
Vincent St-Amour
315c7d2229
Bug 1028421 - Have xpcshell set compile-and-go. r=bz
...
From 7574b690a54b731b149f5df05dfaf7c229a98f4a Mon Sep 17 00:00:00 2001
This allows scripts to be compiled with Ion.
---
js/xpconnect/src/XPCShellImpl.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
2014-06-17 17:06:19 -07:00
Martin Thomson
c5c3855cbb
Bug 1032525 - Making isolation dependent on peerIdentity property r=abr
2014-07-02 13:56:10 -07:00
Susanna Bowen
233eb2e9e3
Bug 1033052 - Call SetRect in ReflowFrame since the old rect does not need to be preserved. r=dbaron
2014-07-02 13:54:49 -07:00
Benoit Jacob
875ebd67ca
Bug 1008254 - Allow Nuwa's global sAllThreads list to be non-empty on exit, to green a near-permanent orange on B2G mochitest-9 - r=khuey
2014-07-02 16:40:29 -04:00
Benoit Girard
a250a888b3
Bug 1027362 - Remove the old basic frame counter. r=jrmuizel
2014-07-02 16:38:40 -04:00
Bill McCloskey
758f71cb11
Bug 1031608 - Enable CompartmentPerAddon when e10s is enabled at startup (r=bholley)
2014-07-02 13:23:04 -07:00
Monica Chew
1ce06a3399
Bug 1024610: Register tracking protection list and hook it up in nsChannelClassifier (r=gcp)
2014-07-02 12:41:00 -07:00
Chris Pearce
2bd55130fa
Bug 1023771 - Use fastSeek() in videocontrols only on B2G, not on all touch controls. r=blassey
2014-07-03 07:40:38 +12:00
Boris Zbarsky
a5a20896ce
Bug 1033100. Fix event codegen to compile when an event has a sequence-of-non-null-interface-type member. r=smaug
2014-07-02 15:16:43 -04:00
Boris Zbarsky
799cac3554
Bug 1033157. Move the setup of the JSRuntime DOM callbacks into the CycleCollectedJSRuntime constructor, so we don't have to separatedly do it for workers, windows, and xpcshell. r=khuey
2014-07-02 15:16:42 -04:00
Daniel Holbert
01347cdb2b
Bug 1033539: Move GK_ATOM line for 'onstart' out of #ifdeffed section, to fix build error in --disable-webspeech builds. r=khuey
2014-07-02 11:37:44 -07:00
Monica Chew
cf58305707
Bug 1012875: Expire pins in 8 weeks once they reach stable (r=keeler)
2014-07-02 11:34:04 -07:00
Ehsan Akhgari
a11c39b680
Bug 1033457 - Use HAVE_SEH_EXCEPTIONS in order to use SEH exceptions in libjar; r=bsmedberg
2014-07-02 14:34:58 -04:00
Jed Davis
1ef012aafb
Bug 956961 - Stop disabling sandboxing when DMD is enabled. r=kang
...
--HG--
extra : amend_source : 66f2453794e6a8a581e1564e786cfc8cac1f6bbd
2014-07-02 11:28:48 -07:00
Jed Davis
adc6a05bd1
Bug 956961 - Open content processes' DMD log files in the parent process. r=njn
2014-07-02 11:27:48 -07:00
Jed Davis
e10417743e
Bug 956961 - FileDescriptorToFILE should always use its input. r=bent
...
--HG--
extra : amend_source : 60d5d0ca9a9dd57c66e7a250f6f8604820357131
2014-07-02 11:22:40 -07:00
David Keeler
80e2e520b3
bug 1019770 - follow-up to remove unused const GENERALIZED_TIME_LENGTH r=briansmith
2014-07-02 10:04:31 -07:00
Bobby Holley
9e1742f3c3
Bug 1033253 - Null-check the result of JS_GetFunctionId. r=bz
2014-07-02 11:02:11 -07:00
Honza Bambas
74a506daf6
Backing out 6c5c6cbad330 (bug 1032992) for Adnroid failures - GC doesn't work there as on other platforms..., r=backout
2014-07-02 19:53:00 +02:00
David Keeler
300346b437
bug 1025332 - use nsIDocshell.failedChannel in certificate exception dialog instead of recent bad certs service r=jaws
2014-06-13 16:13:09 -07:00
Bobby Holley
e42956e399
Bug 1031988 - Grab the principal from the object rather than the window when resolving the controller shim. r=bz
2014-07-02 10:13:14 -07:00
Honza Bambas
be993c90a5
Bug 1032992 - Set mHasData in CacheEntry when metadata are filled but no data are written, r=michal
2014-07-02 18:16:22 +02:00
Honza Bambas
fcbe2ec673
Bug 1032594 - Don't run test_cache2-24-exists.js on Android, r=jcranmer
2014-07-02 18:16:22 +02:00
Honza Bambas
e679f32ee4
Bug 1027789 - CacheEntry::RememberCallback should unlock before call to InvokeAvailableCallback, r=michal
2014-07-02 18:16:21 +02:00
Honza Bambas
3450e50e6e
Bug 1018883 - Assertion failure: progress <= progressMax (unexpected progress values), at nsHttpChannel.cpp:5464, with 206 response, r=michal
2014-07-02 18:16:21 +02:00
Bob Owen
7e9cfd3b7e
Bug 1030707 - Part 8: Replace AutoCxPusher in WorkerPrivateParent<Derived>::DispatchMessageEventToMessagePort. r=bholley
2014-07-02 11:26:49 +01:00
Bob Owen
04251dbdab
Bug 1030707 - Part 7: Replace AutoPushJSContext in WorkerPrivateParent<Derived>::DispatchMessageEventToMessagePort. r=bholley
2014-06-30 20:39:15 +01:00
Bob Owen
d2ed64caf7
Bug 1030707 - Part 6: Replace AutoPushJSContext in RuntimeService::ResumeWorkersForWindow. r=bholley
2014-06-30 20:37:25 +01:00
Bob Owen
635fbe5acc
Bug 1030707 - Part 5: Replace AutoPushJSContext in SynchronizeAndResumeRunnable::Run. r=bholley
2014-07-01 11:25:27 +01:00
Bob Owen
424d94c7f3
Bug 1030707 - Part 4: Replace AutoPushJSContext in RuntimeService::SuspendWorkersForWindow. r=bholley
2014-06-30 20:17:09 +01:00
Bob Owen
306db4cf9d
Bug 1030707 - Part 3: Replace AutoPushJSContext in RuntimeService::CancelWorkersForWindow. r=bholley
2014-06-30 16:21:27 +01:00
Bob Owen
f6d6db4d7e
Bug 1030707 - Part 2: Replace AutoPushJSContext in DataStoreAddRunnable::MainThreadRun. r=bholley
2014-06-30 16:05:22 +01:00
Bob Owen
67eada4944
Bug 1030707 - Part 1: Replace AutoPushJSContext in DataStorePutRunnable::MainThreadRun. r=bholley
2014-06-26 13:47:52 +01:00
Lars T Hansen
6158a64cd0
Bug 1033115 - pass intermediate array as root for PJS gc for Array.prototype.reducePar. r=shu
2014-07-02 17:08:56 +02:00
Ehsan Akhgari
0111339215
Bug 1033171 - Fix building SCTP on Windows with clang-cl; r=jesup
...
Upstream bug: https://code.google.com/p/sctp-refimpl/issues/detail?id=5
2014-07-02 10:31:18 -04:00
Ehsan Akhgari
582586c47c
Bug 1032520 - Do not pass -RELEASE to clang-cl for non-developer builds; r=glandium
2014-07-02 10:29:33 -04:00
Jan de Mooij
049c5ca279
Bug 1032726 part 3 - Make FindEnumStringIndex work with Latin1 strings. r=bz,terrence
...
--HG--
extra : rebase_source : dd266d1453f926438eec533502d75e2a7de37795
2014-07-02 15:45:04 +02:00