Commit Graph

198593 Commits

Author SHA1 Message Date
B2G Bumper Bot
e64b2a27fe Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3876d58ab370
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #22618 from weideng/bug1050120

Bug 1050120 - [keyboard] js-kanji IME hangs after loading dictionary file

========

https://hg.mozilla.org/integration/gaia-central/rev/a4c8e2b53620
Author: wdeng <wdeng@mozilla.com>
Desc: Bug 1050120 - [keyboard] js-kanji IME hangs after loading dictionary file, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/016097a6232e
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #22417 from guilherme-pg/bug1047416-disabled-wakelock-leak

Bug 1047416 - Always release a wakelock when Find My Device's server rep...

========

https://hg.mozilla.org/integration/gaia-central/rev/2c7bac4849c9
Author: Guilherme Goncalves <guilherme.p.gonc@gmail.com>
Desc: Bug 1047416 - Always release a wakelock when Find My Device's server replies.
2014-08-07 05:50:33 -07:00
B2G Bumper Bot
bc7ce45273 Bumping manifests a=b2g-bump 2014-08-07 03:01:55 -07:00
B2G Bumper Bot
ce00aa34eb Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d581b7149d25
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1042032 - Disable test_gallery_view until dwong fixes the phones."

This reverts commit bdc0f48ba27d37594598664993c80b88291a3d6c.
2014-08-07 03:00:33 -07:00
Dave Hunt
df86c35a64 Bug 1048987 - Remove autolog references from Marionette test runner. r=mdas 2014-08-07 05:52:00 -04:00
Chuck Lee
8855b9da2d Bug 1047294 - Fix potential Javascript Error. r=vchang 2014-08-07 18:00:23 +08:00
B2G Bumper Bot
1ee80da920 Bumping manifests a=b2g-bump 2014-08-07 02:51:29 -07:00
B2G Bumper Bot
9fd7836cf9 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae1a47bdc63f
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1048953 - Disable test_new_event_appears_on_all_views on TBPL due to bug 1048953 a=testonly"

This reverts commit 1cbb253e32670a61cd8b7245877a9ed762d3b715.
2014-08-07 02:45:41 -07:00
Thomas Zimmermann
5af38c1d79 Bug 992206: Cleanup interface of |BluetoothSocket|, r=shuang
This patch cleans up the interface of Bluedroid's |BluetoothScoket|
to look more similar the interface of |UnixSocketConsumer|, from
which it descends.
2014-08-07 11:37:50 +02:00
Thomas Zimmermann
c61a5628ae Bug 992206: Use |SocketIOShutdownTask| for Bluetooth sockets, r=shuang 2014-08-07 11:37:50 +02:00
Thomas Zimmermann
d4ab8f302f Bug 992206: Use |SocketIOSendTask| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann
2a84992441 Bug 992206: Use |SocketIOTask| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann
731665fb89 Bug 992206: Use |SocketIOBase| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann
83d04e76a6 Bug 992206: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:49 +02:00
Thomas Zimmermann
9388876f6f Bug 992206: Use |SocketIORequestClosingRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:48 +02:00
Thomas Zimmermann
16d792817c Bug 992206: Use |SocketIOReceiveRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:48 +02:00
Thomas Zimmermann
a166e379f7 Bug 992206: Use |SocketIOEventRunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:48 +02:00
Thomas Zimmermann
d2708be094 Bug 992206: Use |SocketIORunnable| for Bluetooth sockets, r=shuang 2014-08-07 11:37:47 +02:00
Thomas Zimmermann
b8651b1768 Bug 992206: Use |SocketConsumerBase| for Bluetooth sockets, r=shuang 2014-08-07 11:37:47 +02:00
Thomas Zimmermann
9268476e14 Bug 992206: Cleanup fields in |DroidSocketImpl|, r=shuang
|DroidSocketImpl| contains several unused fields that are removed
by this patch.
2014-08-07 11:37:47 +02:00
B2G Bumper Bot
2a132ea569 Bumping manifests a=b2g-bump 2014-08-07 01:32:06 -07:00
B2G Bumper Bot
707bcacb20 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/94e199a9dd70
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #22154 from empoalp/bug_991573

Bug 991573 - Copy improvements in Call Barring service through MMI, r=drs

========

https://hg.mozilla.org/integration/gaia-central/rev/382663f21836
Author: David Garcia <davidg@tid.es>
Desc: Bug 991573 - Change success message for Call Barring and Call Waiting interrogation through MMI
2014-08-07 01:30:32 -07:00
B2G Bumper Bot
37b20b87cb Bumping manifests a=b2g-bump 2014-08-07 00:52:31 -07:00
Chris Peterson
f94936b063 Bug 950499 - Part 2: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/x86. r=jandem 2014-08-07 00:20:22 -07:00
Ryan VanderMeulen
1b6596a43d Backed out changeset dc22b1e92554 (bug 1009648) for Windows debug shutdown crashes.
CLOSED TREE
2014-08-09 00:49:19 -04:00
Ben Turner
ce0490d6fb Bug 1044322 - Reset the channel listener on the correct thread. r=bsmedberg
CLOSED TREE
2014-08-08 18:19:33 -07:00
Ryan VanderMeulen
307460b05d Backed out changeset f3f62111caff (bug 1027898) for B2G desktop mochitest orange.
CLOSED TREE
2014-08-08 23:47:00 -04:00
Ryan VanderMeulen
5602683c06 Backed out changeset db69c702369d (bug 1035454) for suspicion of causing e10s leaks.
CLOSED TREE
2014-08-08 23:27:28 -04:00
Guptha Rajagopal
2b627216b0 Bug 924688 - Implement ES6 computed property names. r=jorendorff 2014-08-08 09:15:00 -04:00
Nils Ohlmeier [:drno]
79969fc125 Bug 1050851 - Add long running steeplechase tests from the sunny day QA lab environment. r=gmealer 2014-08-08 10:57:00 -04:00
Bob Owen
e28a9ae246 Bug 1047509 - Part 13: Replace AutoCxPusher in TestShellCommandParent::RunCallback. r=bholley 2014-08-08 14:01:25 +01:00
Bob Owen
0d8747443f Bug 1047509 - Part 12: Remove nsCxPusher in nsTextBoxFrame::UpdateAccesskey. r=bholley 2014-08-07 19:46:36 +01:00
Bob Owen
550812d67f Bug 1047509 - Part 11: Remove nsCxPusher in nsPresContext::MediaFeatureValuesChanged. r=bholley 2014-08-07 19:44:03 +01:00
Bob Owen
dbfc86628f Bug 1047509 - Part 10: Replace nsCxPusher in XRE_XPCShellMain. r=bholley 2014-08-08 13:57:20 +01:00
Bob Owen
2499765048 Bug 1047509 - Part 9: Remove final uses of mozJSComponentLoader's own JSContext and tidy up. r=bholley 2014-08-07 19:36:31 +01:00
Bob Owen
6b5236b16a Bug 1047509 - Part 8: Add an AutoJSAPI into mozJSComponentLoader::ImportInto. r=bholley 2014-08-08 13:52:16 +01:00
Bob Owen
0ede67a919 Bug 1047509 - Part 7: Change mozJSComponentLoader::LoadModule to use AutoJSAPI and SafeJSContext instead of JSCLContextHelper and its own JSContext. r=bholley 2014-08-07 19:28:16 +01:00
Bob Owen
881ec1ac69 Bug 1047509 - Part 6: Change mozJSComponentLoader::ObjectForLocation to use AutoJSAPI and SafeJSContext instead of JSCLContextHelper and its own JSContext. r=bholley 2014-08-08 13:30:54 +01:00
Bob Owen
76aaa293f3 Bug 1047509 - Part 5: Change mozJSComponentLoader::PrepareObjectForLocation to take JSContext* instead of JSCLContextHelper&. r=bholley 2014-08-07 19:16:47 +01:00
Bob Owen
957fbf204c Bug 1047509 - Part 3: Replace nsCxPusher in nsJSNPRuntime.cpp nsJSObjWrapper::NP_SetProperty. r=bholley 2014-08-08 13:22:53 +01:00
Bob Owen
4a75912507 Bug 1047509 - Part 2: Replace nsCxPusher in nsJSNPRuntime.cpp nsJSObjWrapper::NP_GetProperty. r=bholley 2014-08-08 13:21:07 +01:00
Bob Owen
528ff6e9ce Bug 1047509 - Part 1: Replace nsCxPusher in nsJSNPRuntime.cpp doInvoke. r=bholley 2014-08-08 09:01:45 +01:00
Sushil Chauhan
26c50a63d4 Bug 1047149 - Add check to validate acquire fence of FB layer. r=sotaro 2014-08-07 14:34:25 -07:00
Ryan VanderMeulen
7e71862ad0 Backed out changeset 8f9508342de9 (bug 1044322) for mochitest leaks. 2014-08-08 22:18:41 -04:00
Joel Maher
cf2fa7c442 Bug 1050824 - Update talos.zip to capture nonlocal network and mainthreadio fixes. r=dminor 2014-08-08 09:28:00 -04:00
Martijn Wargers
1705bdf414 Bug 1049786 - Intermittent browser_bug295977_autoscroll_overflow.js | Window for m should have scrolled vertically. r=adw 2014-08-08 11:33:38 -07:00
Dave Hunt
ee71e99f16 Bug 1049717 - Expose suite start and end times in the BaseMarionetteTestRunner. r=mdas 2014-08-07 10:00:00 -04:00
Karl Tomlinson
d55bf5abac b=987679 update speex resampler to speexdsp d60e75b2 r=padenot
--HG--
extra : rebase_source : 8837b12e4e70daf5c089978079eeb5fa7bd278a4
2014-08-07 19:15:27 +12:00
Daniel Holbert
f075ea8938 Bug 1049738: Mark toolkit/components/places as FAIL_ON_WARNINGS. r=mak 2014-08-10 17:16:25 -07:00
Valentin Gosu
0bb663ecce Bug 1051109 - Define non-static method to jsonify interface attributes r=smaug 2014-08-11 01:17:50 +03:00
Daniel Holbert
3c66727c27 Bug 1049747: Ensure the history service is up before proceeding, in InsertVisitedURIs::Start() and History::GetPlacesInfo(). r=mak 2014-08-10 14:26:52 -07:00