B2G Bumper Bot
759d18a41e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ef9dc3d0b44f
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #16571 from zacc/bug_976063
Bug 976063 - Python - make wait_*_not run faster
========
https://hg.mozilla.org/integration/gaia-central/rev/3775e4a1c848
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 976063 - Python - make wait_*_not run faster
2014-02-27 04:00:43 -08:00
B2G Bumper Bot
3f9595f2bd
Bumping manifests a=b2g-bump
2014-02-27 03:31:28 -08:00
B2G Bumper Bot
119d312187
Bumping manifests a=b2g-bump
2014-02-27 03:27:42 -08:00
B2G Bumper Bot
8e975055d7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7fd0d713b85e
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #16691 from askeing/977488
Bug 977488 - Fix test_ftu_skip_tour.py
========
https://hg.mozilla.org/integration/gaia-central/rev/26af59398526
Author: askeing <askeing@gmail.com>
Desc: Bug 977488 - Fix test_ftu_skip_tour.py
2014-02-27 03:27:33 -08:00
Edgar Chen
47c18323cc
Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi
2014-02-26 18:08:46 +08:00
B2G Bumper Bot
ef13edbed3
Bumping manifests a=b2g-bump
2014-02-27 03:16:00 -08:00
B2G Bumper Bot
749c5facd8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/22f5594ac423
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #16570 from EverythingMe/973864-set-wallpaper
Bug 973864 - [Everything.me] Set Collection background image as wallpape...
========
https://hg.mozilla.org/integration/gaia-central/rev/f6b32b244ab3
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 973864 - [Everything.me] Set Collection background image as wallpaper only works on first tap [r=ranbena]
2014-02-27 03:10:29 -08:00
B2G Bumper Bot
1a41a5b886
Bumping manifests a=b2g-bump
2014-02-27 02:56:28 -08:00
Dimi Lee
5d1be71d8f
Bug 977469 - When USB/Wifi Tethering are both enabled, disable one of them will also disable IP forwarding. r=vchang
2014-02-27 14:20:50 +08:00
B2G Bumper Bot
9adc8adbfc
Bumping manifests a=b2g-bump
2014-02-27 02:48:01 -08:00
B2G Bumper Bot
f39bdc3efb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5eb3570c2227
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #16521 from julienw/931514-currentCard
Bug 931514 - JavaScript Error: currentCard.addEventListener is not a fun...
========
https://hg.mozilla.org/integration/gaia-central/rev/3f7dda11fc2c
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 931514 - JavaScript Error: currentCard.addEventListener is not a function r=alive
2014-02-27 02:47:52 -08:00
Dimi Lee
c2a2ce34b6
Bug 977479 - updateUpStream function in NetworkService.js doesn't work. r=vchang
2014-02-27 15:40:00 +08:00
B2G Bumper Bot
4ac20eb230
Bumping manifests a=b2g-bump
2014-02-27 02:36:15 -08:00
B2G Bumper Bot
09907b3f84
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dfeed4725146
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16697 from vingtetun/bug977209
Bug 977209 - Map a preference to a Gaia setting to enable dumping the la...
========
https://hg.mozilla.org/integration/gaia-central/rev/5a82aedbe581
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 977209 - Map a preference to a Gaia setting to enable dumping the layers tree. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/5dcd2a328823
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16695 from vingtetun/bug977210
Bug 977210 - Factorize the html,body rules. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/b0e4ed474468
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 977210 - Factorize the html,body rules. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/6b01b8581385
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16696 from vingtetun/bug809031
Bug 809031 - OOP <iframe> content disappear if placed below 147px inside...
========
https://hg.mozilla.org/integration/gaia-central/rev/1807b6f1e947
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 809031 - OOP <iframe> content disappear if placed below 147px inside the system. r=salva
2014-02-27 02:30:23 -08:00
Thomas Zimmermann
ea2b95ab71
Bug 970271: Fix inaccessible base class nsIStreamListener, r=jduell.mcbugs
...
GCC warns about an inaccessible base class nsIStreamListener in
class RtspChannel. Using protected inheritance in nsBaseChannel
fixes this.
2014-02-27 10:18:34 +01:00
Thomas Zimmermann
a1169ccec2
Bug 970271: Fix GCC warnings about unused variables, r=vchang
2014-02-27 10:18:26 +01:00
Thomas Zimmermann
0a652a5706
Bug 970271: Fix GCC warnings about ignored return value, r=jduell.mcbugs
2014-02-27 10:18:17 +01:00
Thomas Zimmermann
08cd590a43
Bug 970271: Fix GCC warnings about comparison of signed and unsigned values, r=rjesup
2014-02-27 10:18:10 +01:00
Thomas Zimmermann
59d088e10c
Bug 970271: Fix GCC warnings about uninitialized variables, r=jduell.mcbugs
2014-02-27 10:18:00 +01:00
B2G Bumper Bot
2cdc7d8ab2
Bumping manifests a=b2g-bump
2014-02-27 01:05:51 -08:00
B2G Bumper Bot
d01eca3925
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/212b12ea7f81
Author: Albert <acperez@tid.es>
Desc: Merge pull request #16616 from acperez/bug-973611
Bug 973611 - Configure keyboard settings through single-variant. r=yurenju
========
https://hg.mozilla.org/integration/gaia-central/rev/6cc5b2de6bf5
Author: Albert <acperez@tid.es>
Desc: Bug 973611 - Configure keyboard settings through single-variant. r=yurenju
2014-02-27 01:00:25 -08:00
B2G Bumper Bot
749e407305
Bumping manifests a=b2g-bump
2014-02-27 00:30:54 -08:00
B2G Bumper Bot
6e14a29686
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e0db6de9b351
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #16670 from crdlc/bug-956319
Bug 956319 - [Homescreen] Short, high velocity swipes should move to nex...
========
https://hg.mozilla.org/integration/gaia-central/rev/c4761d7967a6
Author: crdlc <crdlc@tid.es>
Desc: Bug 956319 - [Homescreen] Short, high velocity swipes should move to next view
2014-02-27 00:25:29 -08:00
Douglas Crosher
fae5b3c063
Bug 976537 - Guard against crashing in NFC shutdown when sNfcConsumer is NULL. r=allstars.chh
2014-02-26 00:54:54 +11:00
B2G Bumper Bot
b3645f68c5
Bumping manifests a=b2g-bump
2014-02-26 23:56:29 -08:00
B2G Bumper Bot
1cbc8ae342
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cba6294f97cb
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #16679 from dmarcos/bug977422
Bug 977422 - [Camera] When recording fails the controls have to be re en...
========
https://hg.mozilla.org/integration/gaia-central/rev/78b580a4ee08
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 977422 - [Camera] When recording fails the controls have to be re enabled
2014-02-26 23:55:25 -08:00
Fabien Cazenave (kaze@mozilla.com)
eaf72554b9
Bug 968550 - onerror is undefined in processICCIOError. r=yoshi
2014-02-27 15:25:17 +08:00
Szu-Yu Chen [:aknow]
602fc5ba72
Bug 969218 - Part 6: Use promise for dial and dialEmergency - ipc. r=khuey
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
2f91649456
Bug 969218 - Part 5: Use promise for dial and dialEmergency - provider. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
26ffb2e791
Bug 969218 - Part 4: Use promise for dial and dialEmergency - dom. r=khuey
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
664b25c54e
Bug 969218 - Part 3: Use promise for dial and dialEmergency - internal interface. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
b90c078807
Bug 969218 - Part 2: Modify tests. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
f213091c74
Bug 969218 - Part 1: Use promise for dial and dialEmergency - webidl. r=hsinyi
2014-02-27 14:12:30 +08:00
B2G Bumper Bot
6e3f13fbe3
Bumping manifests a=b2g-bump
2014-02-26 20:30:46 -08:00
B2G Bumper Bot
f417ca4bef
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b8c45712ab35
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #16680 from timdream/lockscreen-background2
Bug 971654 - Correct lockscreen background sizing, r=snowmantw
========
https://hg.mozilla.org/integration/gaia-central/rev/dbbb28d7c8f1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 971654 - Correct lockscreen background sizing
========
https://hg.mozilla.org/integration/gaia-central/rev/c1bdf58fbd08
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #16560 from dominickuo/bug-961984
Bug 961984 - [Music] check the play status in playpause() and call playpause() in play(), r=jimporter
========
https://hg.mozilla.org/integration/gaia-central/rev/fa0de74ee2da
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 961984 - [Music] check the play status in playpause() and call playpause() in play()
2014-02-26 20:25:24 -08:00
B2G Bumper Bot
95cc5c5f9e
Bumping manifests a=b2g-bump
2014-02-26 19:01:13 -08:00
B2G Bumper Bot
de1c3977fe
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f00199917c08
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #16608 from timdream/keyboard2-keyboard
Bug 975971 - [keyboard refactor] Convert input_field.js/autocorrect.js/shiftkey.js to instantiable pattern, r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/9ae528b30aa2
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 975971 (part 3) - [keyboard refactor] Convert autocorrect.js to instantiable pattern
========
https://hg.mozilla.org/integration/gaia-central/rev/da039013121b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 975971 (part 2) - [keyboard refactor] Convert shiftkey.js to instantiable pattern
========
https://hg.mozilla.org/integration/gaia-central/rev/a523c8a85d70
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 975971 - [keyboard refactor] Convert input_field.js to instantiable pattern
2014-02-26 18:55:24 -08:00
Wes Kocher
96e62489d9
Merge m-c to b2g-inbound
2014-02-26 18:33:24 -08:00
Wes Kocher
a9f65835bc
Merge inbound to m-c
2014-02-26 18:20:47 -08:00
Wes Kocher
89351d9fd2
Merge fx-team to m-c
2014-02-26 18:13:35 -08:00
Ryan VanderMeulen
14f5637c5f
Backed out changeset 0569a8a2f83d (bug 958727) for causing performance regressions.
2014-02-26 20:48:41 -05:00
Sotaro Ikeda
3f742d24e6
Bug 977393 - Fix build failure on gonk KK r=pchang
2014-02-26 17:46:34 -08:00
B2G Bumper Bot
f8202fc5e7
Bumping manifests a=b2g-bump
2014-02-26 17:05:49 -08:00
B2G Bumper Bot
83753ee816
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2761bef23995
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 969280 - disabling all navigation bar tests in dialer for tbpl bustage
2014-02-26 17:00:27 -08:00
B2G Bumper Bot
f27ad1e8d2
Bumping manifests a=b2g-bump
2014-02-26 16:46:45 -08:00
B2G Bumper Bot
11617bf64b
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/87a6dd5b96f9
Author: Mason Chang <mchang@mozilla.com>
Desc: Revert "Merge pull request #16500 from changm/bug960325"
This reverts commit 7540b00be89b65b180817564dfb4b8a0701179ca, reversing
changes made to 447eb65ee5a7428e3959ac3b1c0a3fbbfc125d43.
========
https://hg.mozilla.org/integration/gaia-central/rev/c905f06add76
Author: Mason Chang <mchang@mozilla.com>
Desc: Revert "Merge pull request #16640 from changm/bug970284"
This reverts commit ec159aac19ff25912f1d68ffb44b29f797583ef5, reversing
changes made to 5534725dbc8245070cd8c40bd4150cfaef306474.
========
https://hg.mozilla.org/integration/gaia-central/rev/c0a866c5a1ca
Author: KWierso <kwierso@gmail.com>
Desc: Merge branch 'master' of github.com:mozilla-b2g/gaia
========
https://hg.mozilla.org/integration/gaia-central/rev/562a5b7c0c98
Author: KWierso <kwierso@gmail.com>
Desc: Remove broken test until rik has a chance to investigate in bug 969280 r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/217af7a629e7
Author: KWierso <kwierso@gmail.com>
Desc: Reland "Merge pull request #16656 from Rik/telephony-promise-969280"
This reverts commit 548965a5866aa38b5f44c336b3a7fb723164e277.
2014-02-26 16:45:28 -08:00
B2G Bumper Bot
d0dcc893d4
Bumping manifests a=b2g-bump
2014-02-26 16:40:51 -08:00
B2G Bumper Bot
69f4119f64
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/da335c064a24
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 977337 - Fixing broken gaia unit tests
2014-02-26 16:35:25 -08:00
B2G Bumper Bot
bc462d14b1
Bumping manifests a=b2g-bump
2014-02-26 16:16:12 -08:00
B2G Bumper Bot
9d10d362f7
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/34d0fa6b3f36
Author: KWierso <kwierso@gmail.com>
Desc: Revert "Merge pull request #16656 from Rik/telephony-promise-969280" for breaking gaia-unit test
This reverts commit 52ad4108920c48d68565992a31fc3901ab5168c3, reversing
changes made to 89950a14ec912d78f44345bd143fab1e0da23804.
2014-02-26 16:10:23 -08:00