Luke Wagner
b1a27ae352
Bug 1088655 - OdinMonkey: remove dead conjunct in parser (r=bbouvier)
2014-10-30 09:30:58 -05:00
Luke Wagner
03f7fc43d6
Bug 1088655 - OdinMonkey: fix bug in JS_NO_SIGNALS x64 lowering and tidy up a bit (r=bbouvier)
...
--HG--
extra : rebase_source : 7b30581ef3702db49f3d623a00309db3ae51f5aa
2014-10-30 09:30:45 -05:00
Brian Marshall
ed2fcb1f5d
Bug 82711 - Fix error with some compilers from previous patch. r=bzbarsky
2014-10-30 06:09:22 -07:00
Boris Zbarsky
52a2ead70c
Bug 1091795. Unregress octane-box2d by not treating some cases when we can't generate a baseline stub as unoptimizable accesses. r=jandem
...
In particular, if the access is unoptimizable for temporary reason, like a
scripted accessor not having jitcode compiled yet or an accessor being in the
nursery, we don't want to permanently mark the access spot unoptimizable. At
some point the accessor will gain jitcode or be tenured and then we can
optimize the access.
2014-10-30 17:36:08 -04:00
Andrew McCreight
6869aa38e9
Bug 1080096 - Clear UDPSocketChildBase::mSocket in ReleaseIPDLReference(). r=schien
...
This breaks a possible cycle between UDPSocketChild and UDPSocket.
The nulling out must be done before the Release, because the Release may destroy |this|.
2014-10-30 14:12:09 -07:00
Wes Kocher
c29be29c8f
Bug 1090555 - Disable test on mulet r=me
2014-10-30 14:10:07 -07:00
Chris Manchester
1525d14404
Bug 1091413 - Refrain from printing the command args with each call to process_output in mozlog's machformatter;r=jgraham
2014-10-30 11:37:22 -04:00
Alexandre Lissy
00e8c7eeb3
Bug 1089619 - Stop abusing the Settings API from Gonk GPS. r=kanru
...
GPS handling for Gonk abuses the Settings API in two ways. First, on
mozsettings-changed event, it will trigger two new requests to read
values (debug enabled and GPS locations ignore). This is useless since
the event already contains the key that has changed and the new value,
so there is no need to do a createLock().get() call. Then, in startup
code, the Init() method is supposed to check itself whether it is
already running. This is done through the mStarted boolean. The same
Init() method is responsible for adding the mozsettings-changed
observer, which is removed by the Shutdown() method. Investigation on
device by using the Geolocation API has proven that we were leaking some
observers. This is because checking mStarted boolean is performed after
we request settings values and we install the mozsettings-changed
observer. So any time the Init() gets called, we install it but we just
remove it once in Shutdown().
2014-10-30 07:42:00 -04:00
Bill McCloskey
612ef5b1a5
Bug 1090627 - Disable some failing reftests for e10s (r=mattwoodrow)
2014-10-29 15:18:12 -07:00
Ryan VanderMeulen
2f3ad42b2a
Merge m-c to inbound. a=merge
...
--HG--
rename : dom/tv/test/file_app.sjs => dom/tv/test/mochitest/file_app.sjs
rename : dom/tv/test/file_app.template.webapp => dom/tv/test/mochitest/file_app.template.webapp
rename : dom/tv/test/file_tv_non_permitted_app.html => dom/tv/test/mochitest/file_tv_non_permitted_app.html
rename : dom/tv/test/mochitest.ini => dom/tv/test/mochitest/mochitest.ini
rename : dom/tv/test/test_tv_non_permitted_app.html => dom/tv/test/mochitest/test_tv_non_permitted_app.html
extra : rebase_source : 43e1262bc9912ae6b97ec9302a1bc149e51c8e1e
2014-10-30 16:19:07 -04:00
Kyle Huey
d1d2546edb
Bug 1072773: Add a preference for enabling SQLite's synchronous=FULL mode in IndexedDB. r=bent
2014-10-30 13:18:33 -07:00
Christoph Kerschbaumer
adf15c3375
Bug 1084652 - CSP: Violated directive must not be empty when sending csp reports - test updates (r=sstamm)
2014-10-29 14:47:26 -07:00
Luke Wagner
548201bc88
Bug 1088655 - OdinMonkey: tidy up LookupAsmJSModuleInCache (r=bbouvier)
...
--HG--
extra : rebase_source : a6001150478bee174d1c50158b16499f808dd4e0
2014-10-29 13:20:01 -05:00
Brian Hackett
1a7dc1b907
Bug 1091010 - Optimize accesses to TypedObject.length, r=nmatsakis.
2014-10-30 08:45:28 -07:00
James Willcox
e9bc2ce458
Bug 1089159 - Correctly use MediaCodec's audio output format r=cpearce
...
--HG--
extra : rebase_source : 2b3b3a43e54cdcdac87e303a2705e8be7c60d3dd
2014-10-29 18:40:06 -05:00
Andrea Marchesini
a20087d2cf
Bug 1091016 - Remove network.websocket.enabled and introduce a pref just for websocket in workers, r=smaug
2014-10-30 15:22:31 +00:00
Osamu Inamoto
135e08ee3d
Bug 1091474
- Update PSL for .jp. r=gerv
2014-10-30 03:51:00 -04:00
Jean-Yves Avenard
22e4cb81e7
Bug 1090900 - Issue SimpleTest.finish() even if test failed. r=padenot
2014-10-30 12:15:58 +11:00
Gervase Markham
dd154baadc
Bug 1090800 - Remove mosreg.ru from PSL. r=gerv
2014-10-30 04:00:00 -04:00
Mihaela Velimiroviciu
79e6b279b3
Bug 1087303 - Add test for the functionality of remaining Panel Menu buttons in Australis (fullscreen, preferences). r=Gijs
2014-10-29 15:19:01 +02:00
Steven Michaud
d7205741b6
Bug 1091801 - fix inline assembly constraints; r=froydnj, a=Tomcat
2014-10-29 08:47:18 -04:00
Szu-Yu Chen [:aknow]
5b2d0fd08a
Bug 1090776 - Prevent DataCloneError. r=hsinyi
2014-10-29 03:09:00 -04:00
Guilherme Goncalves
ffa63d2c35
Bug 1090591 - Fix test_dmd.js on jemalloc3 builds. r=njn
2014-10-28 16:13:00 -04:00
Vaibhav Agrawal
a86dab8049
Bug 1089030 - Invalid mochitest skipped in dom/contacts/tests/mochitest.ini. r=jmaher
2014-10-29 22:00:00 -04:00
Georg Fritzsche
2a3f0b36d9
Bug 1069953 - Part 1: Make min/max/bucket_count optional for nsITelemetry newHistogram(). r=froydnj
2014-10-28 12:47:38 +01:00
Lars T Hansen
9ad65bcdeb
Bug 1068684 - Remove test for length restriction. r=jandem
2014-10-31 15:03:35 +01:00
Jan de Mooij
9e82c46daf
Bug 1091757 - Fix ReportUninitializedLexical to not call frameIndex() for aliased locals. r=shu
2014-10-31 14:29:11 +01:00
Carsten "Tomcat" Book
17a5193227
Merge mozilla-central to mozilla-inbound
2014-10-31 14:23:10 +01:00
Lars T Hansen
757515e485
Bug 1068684 - remove asm.js length restriction on SharedArrayBuffer. r=luke
2014-10-31 13:37:11 +01:00
Hannes Verschore
03468c2ddb
Bug 1090424: IonMonkey: Improve range on when to fold MCompare, r=sunfish
2014-10-31 13:21:12 +01:00
Carsten "Tomcat" Book
764e5a8bda
Backed out changeset b6d6ee031d40 (bug 611388)
2014-10-31 13:12:25 +01:00
Carsten "Tomcat" Book
6ab7c874a2
Backed out changeset 77052db08766 (bug 611388)
2014-10-31 13:12:18 +01:00
Gabor Krizsanits
9d0ea83164
Bug 1061469 - part10: Removing intermittent import test. r=mrbkap
2014-10-31 13:03:03 +01:00
Gabor Krizsanits
6742856ebb
Bug 1061469 - part9: test: defaultView should be null for imports. r=mrbkap
2014-10-31 13:03:03 +01:00
Jonathan Watt
5559a5b51f
Bug 1090614 follow-up to add back the Clip() change. r=mattwoodrow
2014-10-31 11:26:28 +00:00
Jonathan Watt
6ec5c9c594
Bug 1076910 - Add some error checks to gfxUtils::EncodeSourceSurface. r=Bas
2014-10-31 11:16:45 +00:00
Jonathan Watt
07d0853822
Bug 1076910 - Don't use gfxPlatform::GetPlatform() off the main thread. r=Bas
2014-10-31 11:16:38 +00:00
Jonathan Watt
8466e5627a
Bug 1090614 - Make nsCSSRendering::PaintBoxShadowOuter construct a Moz2D Path to do its clipping. r=mattwoodrow
2014-10-31 11:16:27 +00:00
David Rajchenbach-Teller
6a77b8e610
Bug 1083989 - Adapting e10s mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-30 23:39:48 +01:00
Junior Hsu
02aead3802
Bug 1089472 - Remove boardcast UpdateState as onDownloadPackage. r=fabrice
2014-10-27 19:06:00 -04:00
Bevis Tseng
6db875073a
Bug 1088573 - Part 2: Enhance test coverage. r=echen
2014-10-29 17:53:55 +08:00
Bevis Tseng
ef726af2b8
Bug 1088573 - Part 1: Ensure that the |length| argument to GsmPduHelper.readSeptetsToString() is an integer. r=echen
2014-10-29 16:45:43 +08:00
David Rajchenbach-Teller
cd1048da46
Bug 1083989 - Adapt Browser Chrome mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-27 22:45:18 +01:00
David Rajchenbach-Teller
98825457af
Bug 1083989 - Adapting Browser Chrome mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-27 22:45:18 +01:00
David Rajchenbach-Teller
34fd8ab0dc
Bug 1083989 - Adapt Devtools tests that expect Promise.jsm in the scope. r=paul
2014-10-27 22:45:03 +01:00
David Rajchenbach-Teller
bcc91e98f9
Bug 1083989 - Adapting Devtools tests that expect Promise.jsm in the scope. r=paul
2014-10-27 22:45:03 +01:00
Nathan Froyd
c1749d8b2f
Bug 1072296 - make webrtc only define WINVER and _WIN32_WINNT if we're not building for mozilla; r=mshal
2014-10-27 15:50:43 -04:00
Ryan VanderMeulen
24f8127ec9
Backed out changeset 1cce9c56538f (bug 1087633) for static analysis bustage.
2014-10-31 13:58:52 -04:00
Kyle Huey
c61377bed5
Bug 1091981: Make sure to use the canonical nsITelephonyCallback pointer. r=aknow
2014-10-31 10:50:22 -07:00
Nicolas B. Pierron
1370d523c0
no bug - Restore assertion of js::Lambda. r=jandem
...
Fix merge issue from April 2012.
2014-10-31 18:40:44 +01:00