317143 Commits

Author SHA1 Message Date
Mark Capella
0bfbdd86ca Bug 886587 - Remove profile migrator, r=gcp, f=rnewman 2013-07-24 18:50:26 -04:00
Daniel Holbert
d3e31a35fd Bug 896292: Mark widget/gtk2 as FAIL_ON_WARNINGS. r=karlt r=gps 2013-07-24 15:41:55 -07:00
Terrence Cole
1f656678ab Bug 897574 - Fix GGC opt build failure; r=sfink
--HG--
extra : rebase_source : 1a5f5f1eef09241960b1ba08e4c52b820b55b66b
2013-07-24 15:33:02 -07:00
Bobby Holley
d6a635938c Bug 870043 - Disable the watchdog on b2g. r=mrbkap 2013-07-24 15:33:32 -07:00
Bobby Holley
7f34ef8467 Bug 870043 - Watchdog tests. r=mrbkap 2013-07-24 15:33:32 -07:00
Bobby Holley
2ebcd3fcad Bug 870043 - Add a way to simulate the JSRuntime activity callback from xpcshell. r=mrbkap
The JS engine fires this callback when the request count drops to zero, and we
use it determine when we should hibernate the watchdog thread. But since the
request count never drops to zero for nested event loops, the watchdog never
runs in those cases. And since our xpcshell harness runs tests in a nested event
loop, this means we can't test watchdog hibernation from xpcshell. And we don't
want to test it in mochitests, because the non-determinism of timer CCs and GCs
are likely to be problematic.

Really, we should consider finding a way to integrate nested event loops into
the activity callback mechanism, and should probably get a bug on file. But such
a task is out of scope for this bug, so we just add a way to fake it.
2013-07-24 15:33:32 -07:00
Bobby Holley
62012e69a1 Bug 870043 - Add support for scripted operation callbacks in XPCShell. r=mrbkap 2013-07-24 15:33:31 -07:00
Bobby Holley
0b181bd709 Bug 870043 - Add a script-accessible statistics for various watchdog events. r=mrbkap
We need this even for testing wakeups, because we can't be certain that any
given operation callback was necessarily triggered from the watchdog thread
(since it's triggered from within the JS engine in various cases as well).
2013-07-24 15:33:31 -07:00
Bobby Holley
402d6c0b43 Bug 870043 - Factor the watchdog machinery into a helper class. r=mrbkap
This is a long-overdue change in general. It's now particularly necessary
because we want to start and stop the watchdog, potentially multiple times
during a session. Encapsulating this into a class that we can
destroy/instantiate several times means that we don't end up with inconsistent
state.

As a nice bonus, this centralizes the whole setup and makes it easier to
comprehend. I actually had this nicely split up into several patches, but
I accidentally squashed them while rebasing. :-(
2013-07-24 15:33:31 -07:00
Ryan VanderMeulen
2cd9d5dae5 Merge m-c to inbound. 2013-07-24 18:27:51 -04:00
Ryan VanderMeulen
6cc28e31e6 Merge m-c to inbound. 2013-07-24 18:22:45 -04:00
Ryan VanderMeulen
f0022c3922 Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Gaia Pushbot
bd2f353f10 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/755ad2936b1b
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #11107 from khuey/896825

Bug 896825: Call the closeCallback even if the close transition has been cancelled.

========

https://hg.mozilla.org/integration/gaia-central/rev/ec55d3f26b76
Author: Kyle Huey <khuey@kylehuey.com>
Desc: Bug 896825: Call the closeCallback even if the close transition has been
cancelled. r=alive
2013-07-24 15:05:25 -07:00
Gaia Pushbot
4ce4f691df Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/142505d882b3
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Merge pull request #11134 from escapewindow/master

bug 896324 - Add Catalan to languages-dev.json.

========

https://hg.mozilla.org/integration/gaia-central/rev/57d1de6505fb
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Delete languages_shira.json

========

https://hg.mozilla.org/integration/gaia-central/rev/11449be9daa6
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Delete languages_basecamp.json

========

https://hg.mozilla.org/integration/gaia-central/rev/a32a0afc8146
Author: Aki Sasaki <aki@escapewindow.com>
Desc: bug 896324 - Add Catalan to languages-dev.json.
2013-07-24 15:03:41 -07:00
Gaia Pushbot
c0667c6368 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b201c99bbf0b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10859 from leob2g/Bug_891299_String_disappear

Bug 891299 - [Dialer] String disapper when using keypad and hide

========

https://hg.mozilla.org/integration/gaia-central/rev/aec4e8c211bc
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 891299 - [Dialer] String disapper when using keypad and hide
2013-07-24 14:50:44 -07:00
Gaia Pushbot
7a082c5617 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eaa7e832a813
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10890 from EverythingMe/890437

[Bug 890437] E.me swipe keyboard hide [r=Evyatron]

========

https://hg.mozilla.org/integration/gaia-central/rev/1738fd4a1b75
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: [Bug 890437] E.me swipe keyboard hide [r=Evyatron]
2013-07-24 14:50:23 -07:00
Ryan VanderMeulen
fd2218b43a Backed out changeset 8322b4eeb9c6 (bug 897239) to avoid the same Android reftest failures we hit when bug 896250 landed.
CLOSED TREE
2013-07-24 16:14:01 -04:00
Olli Pettay
3ab7146f5d Bug 897433, Telemetry for SnowWhite and more async SnowWhite freeing, r=mccr8
--HG--
extra : rebase_source : 8dc76b113da44372fe3e558a588a8fc70d2cfaab
2013-07-24 22:34:51 +03:00
Guillaume Abadie
ccb42e0634 bug 890277 - ANGLE libGLESv2 Integer Overflow - r=bjacob 2013-07-24 17:57:41 -04:00
Wes Kocher
60c9d868f8 Bug 897683 - Uplift Addon-SDK to Firefox r=me 2013-07-24 14:33:54 -07:00
Steven MacLeod
d9fa136acb Bug 887868 - Remove migration from old Search Service DB. r=gavin 2013-07-24 17:48:30 -04:00
Gaia Pushbot
a4fe1cd9e4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5ac18f35181f
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11149 from jonallengriffin/suggestion

Bug 897558 - Disable suggestion_bar_test.js for frequent TBPL orange, a=...

========

https://hg.mozilla.org/integration/gaia-central/rev/c2952d65ae55
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 897558 - Disable suggestion_bar_test.js for frequent TBPL orange, a=test-only
2013-07-24 11:00:23 -07:00
Fabrice Desré
4b6611a249 Bug 896436 - Notes Plus app update - fail during oauth redirect r=ferjm 2013-07-24 10:15:37 -07:00
Gaia Pushbot
9b8217aaaa Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/40e122f61752
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #11133 from msujaws/patch-2

Bug 894232 - [Dialer] Disable 'Put call on hold' feature for Leo due to ... r=rik
(cherry picked from commit d6abf011ba3314f77fc687e73b842a46be6f3716)

========

https://hg.mozilla.org/integration/gaia-central/rev/4acec9c82586
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11017 from wanderview/contacts-defer-ph

Bug 894611: Defer contact placeholder creation during load.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/d4ad6f9d631a
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 894611: Defer contact placeholder creation during load.
2013-07-24 10:05:23 -07:00
Dave Hylands
7abc325927 Bug 897239 - Fix regression introduced by bug 873378. a=roc 2013-07-24 09:22:22 -07:00
Gaia Pushbot
7e769e46c6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4e9ffaa0d192
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #11147 from ferjm/calllogtests

Bug 897118 - TEST-UNEXPECTED-FAIL | 1) [communications-dialer] dialer/ca...

========

https://hg.mozilla.org/integration/gaia-central/rev/5bc43217ed8f
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 897118 - TEST-UNEXPECTED-FAIL | 1) [communications-dialer] dialer/call_log_db Clean up delete_db. r=daleharvey
2013-07-24 08:55:23 -07:00
Alexandre Poirot
5a3d2d1f5a Bug 817580 - Pref off new webapps actor features until we secure remote debugger connection. r=paul.rouget 2013-07-24 11:29:04 -04:00
Alexandre Poirot
e967ab7776 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Jim Blandy
78a50865f3 Bug 878958 - Support connections with prefixed actor names and prefix-based forwarding. r=dcamp 2013-07-24 11:27:26 -04:00
Gaia Pushbot
f1a98065ac Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/272955d39f21
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #11106 from daleharvey/814436

Bug 814436 - Ensure clear data dialogs have warning UI. r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/b96f15d568d5
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 814436 - Ensure clear data dialogs have warning UI
2013-07-24 08:20:25 -07:00
Ryan VanderMeulen
93a07bee4f Backed out changeset d264bdb8b400 (bug 884188). 2013-07-24 11:15:47 -04:00
Gaia Pushbot
67fea5b4a0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/36b9dc33dc57
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #11109 from TheoChevalier/Bug835611-localized-units-costcontrol

Bug 835611 - [l10n] Cost Control should use localized units r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/e6af83745c49
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 835611 - [l10n] Cost Control should use localized units
2013-07-24 06:30:23 -07:00
Sotaro Ikeda
6e47b2e86f Bug 896374 - Fix infinite loop in MediaResourceManagerService::cancelClientLocked(). r=doublec 2013-07-24 08:55:30 -04:00
Gaia Pushbot
596c77c85d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/be4345837143
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #11074 from crdlc/bug-866563-master

Bug 866563 - [Buri][Homescreen]Continuously drag APP to hotseat,hotseat ...

========

https://hg.mozilla.org/integration/gaia-central/rev/a62e244e8294
Author: crdlc <crdlc@tid.es>
Desc: Bug 866563 - [Buri][Homescreen]Continuously drag APP to hotseat,hotseat will be freeze
2013-07-24 05:55:23 -07:00
Ed Morley
4309b3a19b Merge mozilla-central and birch 2013-07-24 13:37:33 +01:00
Ed Morley
d40bd3626f Merge latest green inbound changeset and mozilla-central 2013-07-24 13:35:05 +01:00
Ed Morley
0c788ef93d Merge latest green birch changeset and mozilla-central 2013-07-24 13:31:22 +01:00
Ed Morley
d0d8b0a304 Bug 878600 - Touch CLOBBER file since WebIDL dependencies are broken on Windows DONTBUILD 2013-07-24 13:29:14 +01:00
Gaia Pushbot
80721e7ff3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e12d656470b5
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #10927 from jaoo/891345

Bug 891345 - [User Story][Settings] Need an UI for calling line identification restriction. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/c95b53a3ff5f
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 891345 - [Settings] Need an IU for calling line identification restriction
2013-07-24 04:40:22 -07:00
Dale Harvey
7da778d013 Bug 891884 - toBlob should support the quality parameter as toDataURL does r=joedrew sr=mrbkap
--HG--
extra : rebase_source : 6b12921bf06a2ccf4154222bf19b2779d3bc68b3
2013-07-24 12:17:00 +01:00
Gaia Pushbot
cd81316f2c Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/90e5fc245472
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #11047 from timdream/browser-about

Bug 894978 - Correct background image dimensions in browser about page. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/1c03bd97f358
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 894978 - Correct background image dimensions in browser about page

========

https://hg.mozilla.org/integration/gaia-central/rev/5526d8d0d259
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11141 from jmcanterafonseca/contacts_match_fix2

Bug 897390 Contacts Matcher (active mode) matches incorrectly contacts w...

========

https://hg.mozilla.org/integration/gaia-central/rev/44df443bc79b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 897390 Contacts Matcher (active mode) matches incorrectly contacts which do not define familyName
2013-07-24 04:15:23 -07:00
Ms2ger
3c48262d76 Merge m-c to inbound. 2013-07-24 11:53:22 +02:00
Gaia Pushbot
e15c4b99fc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/433a9ee7697a
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #11124 from fcampo/2error-sendingSms

Bug 891855 - [sms][mms] Gaia should handle the error codes properly to pop up reasonable prompt

========

https://hg.mozilla.org/integration/gaia-central/rev/6c507e68f733
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 891855 - [sms][mms] Gaia should handle the error codes properly to pop up reasonable prompt
2013-07-24 02:45:24 -07:00
Gaia Pushbot
859bbbc08c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/463249557715
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #11118 from crdlc/bug-896994

Bug 896994 - [Merge duplicate contacts] Clicking on list items does not ...

========

https://hg.mozilla.org/integration/gaia-central/rev/b5a37156754d
Author: crdlc <crdlc@tid.es>
Desc: Bug 896994 - [Merge duplicate contacts] Clicking on list items does not work fine sometimes
2013-07-24 02:15:25 -07:00
Ed Morley
f254ac6137 Backed out changeset 5ce6a2000fa3 (bug 891235) for failures in test_getthreads.js 2013-07-24 10:11:57 +01:00
Gaia Pushbot
7ab52c1520 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bbd08618e170
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11013 from fabi1cazenave/otaUpdateI18n-bug828260

Bug 828260: translate update prompt after locale switch, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/9a42d3e7a545
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 828260: translate update prompt after locale switch, r=timdream
2013-07-24 00:55:24 -07:00
Ms2ger
4dee9eefaf Bug 878600 - Move WorkerLocation to WebIDL; r=khuey 2013-07-24 09:41:55 +02:00
Ms2ger
51f391870b Bug 896341 - Update include guards and modelines in MFBT; r=Waldo 2013-07-24 09:41:39 +02:00
Ms2ger
438ac30373 Bug 896275 - Use MOZ_THIS_IN_INITIALIZER_LIST in dom/; r=mounir 2013-07-24 09:41:03 +02:00
Ms2ger
e77fd90ace Bug 896414 - Make nsDirectoryService::mHashtable an nsInterfaceHashtable; r=bsmedberg 2013-07-24 09:40:40 +02:00