Commit Graph

213225 Commits

Author SHA1 Message Date
B2G Bumper Bot
2d1973b94d Bumping manifests a=b2g-bump 2014-10-30 08:47:04 -07:00
B2G Bumper Bot
64c89398d4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21a386e9a9df
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25655 from bebef1987/callscreen

Bug 1091631 - Update CallScreen.reject_call method to wait for the call ...

========

https://hg.mozilla.org/integration/gaia-central/rev/3287c556a2a3
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1091631 - Update CallScreen.reject_call method to wait for the call screen to be not displayed

========

https://hg.mozilla.org/integration/gaia-central/rev/99557d05c11a
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #25581 from gitmai/bug-1089829-usage-add-maxlength-to-data-limit-input

Bug 1089829 - [Usage] Incorrect characters display when setting a data l...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/c2ec03ffdf5a
Author: mai <mri@tid.es>
Desc: Bug 1089829 - [Usage] Incorrect characters display when setting a data limit that exceeds 17 characters
2014-10-30 08:35:47 -07:00
B2G Bumper Bot
3d14491fe0 Bumping manifests a=b2g-bump 2014-10-30 08:29:15 -07:00
B2G Bumper Bot
b7f3dd7c00 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/792c8761977c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #25440 from fcampo/ftu-test-error

Fix FTU test

========

https://hg.mozilla.org/integration/gaia-central/rev/5f5d76c25557
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1077258 - Intermittent test failure - Fix FTU test

========

https://hg.mozilla.org/integration/gaia-central/rev/62e42b1d4558
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #25417 from gerv/bug-982044

Bug 982044 - update licensing information. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/2d1c5c336c91
Author: Gervase Markham <gerv@gerv.net>
Desc: Bug 982044 - update licensing information.
2014-10-30 08:29:01 -07:00
Luke Wagner
a34ea65f1e Bug 1088655 - OdinMonkey: remove dead conjunct in parser (r=bbouvier) 2014-10-30 09:30:58 -05:00
Luke Wagner
ec3cc7c74f 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
e8027537d8 Bug 82711 - Fix error with some compilers from previous patch. r=bzbarsky 2014-10-30 06:09:22 -07:00
Boris Zbarsky
2dbcd11dc1 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
3d28d17114 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
e357edf364 Bug 1090555 - Disable test on mulet r=me 2014-10-30 14:10:07 -07:00
Chris Manchester
8f45bd0c5b 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
868f93d340 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
fdf2b7da7e Bug 1090627 - Disable some failing reftests for e10s (r=mattwoodrow) 2014-10-29 15:18:12 -07:00
Ryan VanderMeulen
d18b779a40 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
b68efd589a 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
48d86115ed 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
bb8ad960dd Bug 1088655 - OdinMonkey: tidy up LookupAsmJSModuleInCache (r=bbouvier)
--HG--
extra : rebase_source : a6001150478bee174d1c50158b16499f808dd4e0
2014-10-29 13:20:01 -05:00
Brian Hackett
6f9cd05f58 Bug 1091010 - Optimize accesses to TypedObject.length, r=nmatsakis. 2014-10-30 08:45:28 -07:00
James Willcox
9fda622507 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
22b3d5b9fe 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
f95c7a3fe0 Bug 1091474 - Update PSL for .jp. r=gerv 2014-10-30 03:51:00 -04:00
Jean-Yves Avenard
23af38aa7f Bug 1090900 - Issue SimpleTest.finish() even if test failed. r=padenot 2014-10-30 12:15:58 +11:00
Gervase Markham
7b331d20f3 Bug 1090800 - Remove mosreg.ru from PSL. r=gerv 2014-10-30 04:00:00 -04:00
Mihaela Velimiroviciu
743afc816b 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
465022173f Bug 1091801 - fix inline assembly constraints; r=froydnj, a=Tomcat 2014-10-29 08:47:18 -04:00
Szu-Yu Chen [:aknow]
169196a84c Bug 1090776 - Prevent DataCloneError. r=hsinyi 2014-10-29 03:09:00 -04:00
Guilherme Goncalves
e6ae083bb0 Bug 1090591 - Fix test_dmd.js on jemalloc3 builds. r=njn 2014-10-28 16:13:00 -04:00
Vaibhav Agrawal
c25beabd82 Bug 1089030 - Invalid mochitest skipped in dom/contacts/tests/mochitest.ini. r=jmaher 2014-10-29 22:00:00 -04:00
Georg Fritzsche
b6d0063f79 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
599d930abf Bug 1068684 - Remove test for length restriction. r=jandem 2014-10-31 15:03:35 +01:00
Jan de Mooij
93cb495aa4 Bug 1091757 - Fix ReportUninitializedLexical to not call frameIndex() for aliased locals. r=shu 2014-10-31 14:29:11 +01:00
Carsten "Tomcat" Book
3b9f02f4e3 Merge mozilla-central to mozilla-inbound 2014-10-31 14:23:10 +01:00
Lars T Hansen
bd606abc60 Bug 1068684 - remove asm.js length restriction on SharedArrayBuffer. r=luke 2014-10-31 13:37:11 +01:00
Hannes Verschore
7bdb656ede Bug 1090424: IonMonkey: Improve range on when to fold MCompare, r=sunfish 2014-10-31 13:21:12 +01:00
Carsten "Tomcat" Book
35ba0aa3f1 Backed out changeset b6d6ee031d40 (bug 611388) 2014-10-31 13:12:25 +01:00
Carsten "Tomcat" Book
74eaea3f51 Backed out changeset 77052db08766 (bug 611388) 2014-10-31 13:12:18 +01:00
Gabor Krizsanits
8f1ceef06d Bug 1061469 - part10: Removing intermittent import test. r=mrbkap 2014-10-31 13:03:03 +01:00
Gabor Krizsanits
5a42a7c1b5 Bug 1061469 - part9: test: defaultView should be null for imports. r=mrbkap 2014-10-31 13:03:03 +01:00
Jonathan Watt
1900e01f89 Bug 1090614 follow-up to add back the Clip() change. r=mattwoodrow 2014-10-31 11:26:28 +00:00
Jonathan Watt
6c6fb725bd Bug 1076910 - Add some error checks to gfxUtils::EncodeSourceSurface. r=Bas 2014-10-31 11:16:45 +00:00
Jonathan Watt
fab1338e90 Bug 1076910 - Don't use gfxPlatform::GetPlatform() off the main thread. r=Bas 2014-10-31 11:16:38 +00:00
Jonathan Watt
8615a064e6 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
6f79d6fee9 Bug 1083989 - Adapting e10s mochitests that expect Promise.jsm in the scope. r=yoric 2014-10-30 23:39:48 +01:00
Junior Hsu
878419180b Bug 1089472 - Remove boardcast UpdateState as onDownloadPackage. r=fabrice 2014-10-27 19:06:00 -04:00
Bevis Tseng
d740dd22b7 Bug 1088573 - Part 2: Enhance test coverage. r=echen 2014-10-29 17:53:55 +08:00
Bevis Tseng
eedb6094ed 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
2d2e388cab 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
90a3776eb1 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
36a530893b 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
0b22cd2596 Bug 1083989 - Adapting Devtools tests that expect Promise.jsm in the scope. r=paul 2014-10-27 22:45:03 +01:00