Commit Graph

162702 Commits

Author SHA1 Message Date
Vicamo Yang
a401499cd5 Bug 934125 - 3.b/3: fix alignment. r=gene 2014-01-13 10:44:56 +08:00
Vicamo Yang
7dfc255bf8 Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well. r=gene
sed -i dom/system/gonk/ril_worker.js -e '/^RIL\[\w\+\] =/ {N; s/RIL\[\(\w\+\)\] =\s*function \w\+(/RIL[\1] = function(/}'
2014-01-13 10:44:52 +08:00
Vicamo Yang
e5f2059a8f Bug 934125 - 2.b/3: fix alignment. r=gene
for f in `git show --name-only | grep ^dom/`; do
  [ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang
403507648e Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
8239e28db4 Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
  sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Gaia Pushbot
ca0b173d6c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ef875e58e66
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #15231 from EverythingMe/958923-bugfix

Bug 958923 - Remove IAC and use separate E.me API key for the Search app...

========

https://hg.mozilla.org/integration/gaia-central/rev/713b48aaa48c
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 958923 - Remove IAC and use separate E.me API key for the Search app [r=ranbena]
2014-01-12 10:50:16 -08:00
Dave Hylands
0160f0ba21 Bug 939372 - Rewrite oom-msg-logger in C or C++ r=dhylands 2014-01-10 22:22:55 -08:00
Gaia Pushbot
02efe0f82e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/69a000b389f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15225 from KevinGrandon/too_much_sparkle

Revert "+ ‘.sparkleshare’"

========

https://hg.mozilla.org/integration/gaia-central/rev/a19f28d773d7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "+ ‘.sparkleshare’"

This reverts commit 5b5ce63b8b2a5553ce5b61ee98502ae5215d3471.
2014-01-10 18:50:17 -08:00
Gaia Pushbot
4fd2674532 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/77712e7cade0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15224 from KevinGrandon/revert_15223

Bug 952629 - Revert unintentional merge.

========

https://hg.mozilla.org/integration/gaia-central/rev/4a3cf47879c7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert unintentional merge.
This reverts commit ce4151d0130481df6364ad5a540a6afeaef00e0b.
This reverts commit dfa9fa8c1802b4cc6835d8af8a745477534c2936.
2014-01-10 18:35:17 -08:00
Gaia Pushbot
420fe55e3e Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f5ec8e3ab7d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15223 from KevinGrandon/reenable_rocketbar_tests

Reenable rocketbar tests

========

https://hg.mozilla.org/integration/gaia-central/rev/20c778ba3a88
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Run a lot

========

https://hg.mozilla.org/integration/gaia-central/rev/aa8e268457e1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Re-enable rocketbar tests
2014-01-10 18:25:18 -08:00
Gaia Pushbot
9688d3a2d0 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66fd1b8dceae
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 898354 - [User Story] Timer Notification"

This reverts commit 8862901daa7b9befce33d1d679091f26437386d1 due to an
inefficient draw cycle.

Signed-off-by: Mike Pennisi <mike@mikepennisi.com>
2014-01-10 17:35:16 -08:00
Gaia Pushbot
a4235c970f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/78b5e036130a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15215 from KevinGrandon/bug_958725_search_app_launch

Bug 958725 - [Search] Apps are not launching when tapped on

========

https://hg.mozilla.org/integration/gaia-central/rev/c767794752c9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 958725 - [Search] Apps are not launching when tapped on
2014-01-10 16:35:17 -08:00
Gaia Pushbot
a3bdb6cbaa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ad87e1aa6aa
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #15167 from punamdahiya/Bug950184

Bug950184 - Fix of dotted line in header bar r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/2c6c2c03aefd
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug950184 - Fix of dotted line in header bar r=arnau
2014-01-10 15:45:16 -08:00
Gaia Pushbot
1f7281e6e4 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c7b07c8b0c3
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 958103 - [Messages][Drafts] Don't auto-save drafts when message input is empty

https://bugzilla.mozilla.org/show_bug.cgi?id=958103
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2014-01-10 13:05:17 -08:00
Gaia Pushbot
8e8322c2aa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25c6581e28c1
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #15090 from mikehenrty/bug-956851-appname

Bug 956851 - Fetch the application name when displaying offline errors

========

https://hg.mozilla.org/integration/gaia-central/rev/ed267294865b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 956851 - Fetch the application name when displaying offline errors
2014-01-10 11:50:23 -08:00
Ryan VanderMeulen
3b526ca45c Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Ryan VanderMeulen
85cf6fca5c Merge fx-team to m-c. 2014-01-10 14:39:59 -05:00
Gaia Pushbot
55326362d0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9214b46e6628
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15185 from jrburke/bug950037-email-tap-icon-error

Bug 950037 - [Email][V1.3] Tap < icon cannot get any response

========

https://hg.mozilla.org/integration/gaia-central/rev/2c40a38ce27e
Author: jrburke <jrburke@gmail.com>
Desc: Bug 950037 - [Email][V1.3] Tap < icon cannot get any response
2014-01-10 11:10:16 -08:00
Gijs Kruitbosch
9394a37982 Bug 942393 - Document Australis' CustomizableUI; fix some nits, DONTBUILD because comments-only, rs=me
--HG--
extra : rebase_source : 1e07be590fba8951d669ac5f67496380ec5567d3
2014-01-10 18:31:40 +00:00
Landry Breuil
ae1e2672c8 Bug 958234: Rename xptc{invoke,stubs}_asm_ppc_openbsd.s to .S to fix build on OpenBSD/powerpc after bug 932178 r=froydnj
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.S
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.S
2014-01-10 19:08:57 +01:00
Erik Vold
cb652d4ef9 Bug 956129 - Uplift Addon SDK to Firefox 2014-01-09 20:21:33 -08:00
Jim Mathies
18f5ea41fb Bug 952989 - Hide the find bar when the options flyout is displayed. r=mbrubeck 2014-01-10 10:56:26 -06:00
Ryan VanderMeulen
72810fd65d Backed out changeset 13bea55207f2 (bug 952997) for xpcshell orange. 2014-01-10 11:33:35 -05:00
Ed Morley
432d72c9ba Merge mozilla-central and fx-team 2014-01-10 15:27:21 +00:00
Ryan VanderMeulen
197c3bb674 Backed out changeset ceb7d7bffe8c (bug 913070) for xpcshell failures. 2014-01-10 09:48:35 -05:00
Jonathan Griffin
331f0c53ae Bug 929122 - Disable a couple more debug B2G mochitests, r=gwagner, DONTBUILD because NPOTB 2014-01-09 18:37:53 -08:00
Gaia Pushbot
3d2e65024e Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/309b56d95ab4
Author: Stephany Wilkes <swilkes@mozilla.com>
Desc: + ‘.sparkleshare’
+ ‘SparkleShare.txt’
2014-01-10 10:20:16 -08:00
Gaia Pushbot
6a16b4470a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57b92592d977
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #15109 from Rik/conference-error-938099

Bug 938099 - display conference error when merging or removing r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/c1342803ec71
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 938099 - display conference error when merging or removing
2014-01-10 10:10:17 -08:00
Gaia Pushbot
6ebdaa98b1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a3a27b796944
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15204 from AlinT/bug_958545

Bug 958545 - Update call screen locartor changed in Bug 952099

========

https://hg.mozilla.org/integration/gaia-central/rev/529608001052
Author: AlinT <trifandreialin@gmail.com>
Desc: Bug 958545 - Update call screen locartor changed in Bug 952099
2014-01-10 09:10:17 -08:00
Gaia Pushbot
370c75f248 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dfce34a13575
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 898354 - [User Story] Timer Notification

Add mozAlarms to the timer panel.

Signed-off-by: Mike Pennisi <mike@mikepennisi.com>
2014-01-10 08:45:17 -08:00
Gaia Pushbot
a223735d30 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b47135410721
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #14101 from borjasalguero/fxa_module

Bug 929388 - Incorporate a FxA Manager and FxA Client into the System app r=alive, ferjm, arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/18b7c58f67b6
Author: Borja Salguero <borja.salguero@gmail.com>
Desc: Bug 929388 - Incorporate a FxA Manager and FxA Client into the System app r=alive, ferjm, arcturus
2014-01-10 08:30:18 -08:00
Gaia Pushbot
6700eb6e0e Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09c412272568
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #15134 from askeing/957943

Bug 957943 - Fix intermittent failure of test_settings_wifi.py

========

https://hg.mozilla.org/integration/gaia-central/rev/8f8ff97a5b21
Author: askeing <askeing@gmail.com>
Desc: Bug 957943 - Fix intermittent failure of test_settings_wifi.py

========

https://hg.mozilla.org/integration/gaia-central/rev/3c058c7c1020
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #15202 from AndreiH/bug958543

Bug 958543 - Xfail test_unlock_to_camera_with_passcode

========

https://hg.mozilla.org/integration/gaia-central/rev/3ea16ae5a465
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 958543 - Xfail test_unlock_to_camera_with_passcode

========

https://hg.mozilla.org/integration/gaia-central/rev/e1ecfc83fb94
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #15200 from AlinT/bug_958526

Bug 958526 - (master) Test_SMS.test_send_sms is failing

========

https://hg.mozilla.org/integration/gaia-central/rev/b2d69f15cbca
Author: AlinT <trifandreialin@gmail.com>
Desc: Bug 958526 - (master) Test_SMS.test_send_sms is failing
2014-01-10 08:05:22 -08:00
Ed Morley
bd46ac5365 Merge mozilla-central and b2g-inbound 2014-01-10 15:27:01 +00:00
Jamin Liu
37ef3ea430 Bug 953036 - Set HSP flag when BluetoothHfpManager chooses to connect HSP. r=echou 2014-01-10 08:23:13 -05:00
Jed Davis
66de476356 Bug 945330 - Reword and slightly improve sandbox violation log message. r=kang
The main goal is to have a message that unambiguously indicates a crash,
so mozharness can grep for it even if some of the details change later.

Also now includes the entire argument list; most syscalls don't use all
six, so the last few will be meaningless, but it can't hurt to log them.
2014-01-10 08:22:58 -05:00
Gaia Pushbot
c2d4da9ed3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/94fca24c87ab
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #15157 from acperez/bug-957966

Bug 957966 - Single variant browser bookmarks are not loaded. r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/934d7e47cbd8
Author: Albert <acperez@tid.es>
Desc: Bug 957966 - Single variant browser bookmarks are not loaded. r=benfrancis
2014-01-10 05:00:19 -08:00
Gaia Pushbot
e978a24d7b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d04c5d6ed8a7
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #14901 from etiennesegonzac/bug-952099-better-hang-up-hit-target

Bug 952099 - Better hit target for the call screen hang up / pick up buttons. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/61399480a8ec
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 952099 - Better hit target for the call screen hang up / pick up
button.
2014-01-10 03:45:20 -08:00
Thomas Zimmermann
0f20e3f7df Bug 958444: Fix address setup in RIL connector, r=vicamo
The use of htons on the network address truncates its value. Using
htonl instead fixes this problem. The change also makes Ril.cpp
build without warnings.
2014-01-10 12:40:57 +01:00
Thomas Zimmermann
5e403292c5 Bug 958444: Fix address setup in NFC connector, r=allstars.chh
The use of htons on the network address truncates its value. Using
htonl instead fixes this problem. The change also makes Nfc.cpp
build without warnings.
2014-01-10 12:40:51 +01:00
Fernando Jiménez
3ac86a587f Bug 926737 - FOTA update includes device GUID for identification purpose. Part 3: Tests. r=rstrong 2014-01-10 11:02:59 +01:00
Fernando Jiménez
c444394ec0 Bug 926737 - FOTA update includes device GUID for identification purpose. Part 2: nsUpdateService r=rstrong 2014-01-10 11:02:58 +01:00
Fernando Jiménez
92ee41d9b8 Bug 926737 - FOTA update includes device GUID for identification purpose. Part 1: B2G. r=fabrice 2014-01-10 11:02:58 +01:00
Gaia Pushbot
11aeada36a Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3136a3840ace
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #15183 from alivedise/bugzilla/948226/activity-orientation-lock

Bug 948226 - Activity orientation lock order, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b974a9e1970e
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 948226 - Activity orientation lock order

========

https://hg.mozilla.org/integration/gaia-central/rev/3c40f1d0b1f7
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #14953 from EragonJ/bug-949982

Bug 949982 - [Gaia][DSDS] Fine tune SIM manager UI

========

https://hg.mozilla.org/integration/gaia-central/rev/38c1f53e6557
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 949982 - [Gaia][DSDS] Fine tune SIM manager UI
2014-01-10 01:55:17 -08:00
Gaia Pushbot
573016f17d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e92e8607b4c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15101 from MBRSL/bug-931655-fm

Bug 931655 - [HW test] Simple FM app implementation, r=pzhang

========

https://hg.mozilla.org/integration/gaia-central/rev/4cabbbaf5665
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 931655 - [HW test] Simple FM app implementation, r=pzhang
2014-01-10 01:41:19 -08:00
Michael Wu
dbc86d8204 Bug 937713 - Replace gWindowToRedraw with a simpler mechanism, r=roc 2014-01-10 17:02:01 +08:00
Gaia Pushbot
67a0df0841 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57413760b640
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #15149 from yurenju/multilocale-integration

Bug 900182 - integration for multilocale r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2424d7769009
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 900182 - integration for multilocale
2014-01-09 23:40:21 -08:00
Gaia Pushbot
e1000a004a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c3afab70cbe
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #14793 from jimporter/music-scale-progress

Bug 950783 - [music] Make progress bar scale to the whole width of the screen, no matter the resolution; r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/bc4f8368e95c
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 950783 - [music] Make progress bar scale to the whole width of the screen, no matter the resolution
2014-01-09 23:15:17 -08:00
Rail Aliiev
d1fef0f930 Bug 950681 - generate "buri" builds with limited memory for B2G. r=aki DONTBUILD
--HG--
rename : b2g/config/hamachi/config.json => b2g/config/hamachi/limited-memory-config.json
rename : b2g/config/hamachi/releng-hamachi.tt => b2g/config/hamachi/releng-limited-memory.tt
2014-01-09 20:13:12 -05:00
Wes Kocher
73c32aa1d4 Merge fx-team to m-c 2014-01-09 16:50:03 -08:00
Wes Kocher
a7587ba6d7 Merge b2g-inbound to m-c 2014-01-09 16:32:37 -08:00