Commit Graph

161826 Commits

Author SHA1 Message Date
Gaia Pushbot
747c2e9c3b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a059e2fe0bd
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15024 from gasolin/issue-956627

Bug 956627 - [keyboard] Enable generate jsdoc, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b9ce4f960d16
Author: gasolin <gasolin@gmail.com>
Desc: Bug 956627 - [keyboard] Enable generate jsdoc
2014-01-05 23:30:22 -08:00
Gaia Pushbot
c074850ac2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1a29d9e7847
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #14968 from yurenju/refactoring-build

Bug 953161 - Move all data in build/ to build/data/ r=@ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/ee39f3d9ba34
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 953161 - Move all data in build/ to build/config/
2014-01-05 23:20:22 -08:00
Edgar Chen
c21937d32d Bug 956240 - WebMobileConnection: Use webidl event generator for the event that is dispatched by mozMobileConnection. r=smaug 2014-01-03 13:55:27 +08:00
Gaia Pushbot
7798f2bc99 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/28d7e6d4420e
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #14682 from huchengtw-moz/gallery/Bug_949857_make_delete_consistent

Bug 949857 - [Gallery]Red 'Delete' shown when deleting in multiple selec..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/9469b905f084
Author: John Hu <johu@mozilla.com>
Desc: Bug 949857 - [Gallery]Red 'Delete' shown when deleting in multiple selection mode, blue "Ok" shown when deleting in fullscreen mode
2014-01-05 20:00:22 -08:00
Gaia Pushbot
c84e86c557 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/05ff533cd383
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #14872 from EragonJ/bug-950307

Bug 950307 - [DSDS] Settings: rename sim-manager-outgoing-data-desc

========

https://hg.mozilla.org/integration/gaia-central/rev/1f38deccb5cf
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 950307 - [DSDS] Settings: rename sim-manager-outgoing-data-desc

- update this string in master
2014-01-05 18:10:22 -08:00
Gaia Pushbot
b149c0b2a1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e29b344b532
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15011 from gasolin/issue-950080-2

Bug 950080 - add grunt jsdoc generator to gaia, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/53cc05de234e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 950080 - add grunt jsdoc generator to gaia
2014-01-04 10:15:23 -08:00
Ehsan Akhgari
8e0ed8e8dc Merge m-c into b2g-inbound 2014-01-04 12:17:52 -05:00
Ehsan Akhgari
dadc3abc1b Bug 927728 - Part 2: Stop using PRUnichar in our code generators; r=roc,bzbarsky 2014-01-04 10:02:43 -05:00
Ehsan Akhgari
ebd358dfd7 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
ffxbld
1e84c8d649 No bug, Automated HSTS preload list update from host bld-linux64-ec2-441 - a=hsts-update 2014-01-04 03:20:04 -08:00
Gaia Pushbot
943e8d8fc3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 956192 - Remove legacy open search file r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/47074f27ba7b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 956192 - Remove legacy open search file
2014-01-03 20:10:22 -08:00
Fabrice Desré
858ff95af6 Bug 956186 - Don't use hiddenwindow.html on b2g r=roc 2014-01-03 18:56:52 -08:00
Ryan VanderMeulen
cde3fe141c Merge m-c to inbound. 2014-01-03 14:12:28 -05:00
Ryan VanderMeulen
29582d5e42 Merge fx-team to m-c. 2014-01-03 14:11:02 -05:00
Jan de Mooij
444d280495 Bug 956293 - Don't pass RegExp proto to CloneRegExpObject. r=h4writer 2014-01-03 18:58:56 +01:00
Roberto A. Vitillo
43f233935c Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 12:02:48 -05:00
Gaia Pushbot
e41e665944 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/23fea49fdb66
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15013 from comoyo/952724

Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/33f9227caa94
Author: Yuan Xulei <xyuan@mozilla.com>
Desc: Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=djf
2014-01-03 08:45:22 -08:00
Ryan VanderMeulen
e6e40c1476 Backed out changeset 70fd824abff0 (bug 742500) for xpcshell orange. 2014-01-03 11:31:17 -05:00
Gaia Pushbot
d69b4ed173 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a855a05df236
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #14633 from gitmai/bug-948798-CC-reset-wifi-not-refresh

Bug 948798 - [Cost Control] After reset Wifi usage, the usage does not b...
r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/671846122766
Author: mai <mri@tid.es>
Desc: Bug 948798 - [Cost Control] After reset Wifi usage, the usage does not be reset
2014-01-03 08:30:22 -08:00
Ryan VanderMeulen
6bc9d5c0df Backed out changeset 30521d0cc862 (bug 951999) for Gi failures. 2014-01-03 11:11:44 -05:00
Gaia Pushbot
d13e3126de Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e7dcea5e0b5
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #15010 from mcav/downloadbodyreps-idempotent

Bug 912825 - [email] Message reader appears to duplicate body contents when buildBodyDom is called multiple times. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/a24b98ec4286
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 912825 - [email] Message reader appears to duplicate body contents when buildBodyDom is called multiple times. r=asuth
2014-01-03 06:40:23 -08:00
Sami Jaktholm
ae75d6ba92 Bug 953184 - Do not show an error if user cancels the file chooser dialog when importing a CSS file in Devtools Style Editor. r=harth 2014-01-03 09:29:05 -05:00
Sebastian Hengst
1d2e0e19b4 Bug 952040 - webapprt: overrides: Use 'received' instead of 'recieved' and remove pairs of whitespaces. r=tabraldes 2014-01-03 11:36:34 +01:00
Paul Rouget
a93b41ed7e Bug 949858 - Make sure we're not duplicating toolboxes and that we forget about them at the app-manager level. r=ochameau 2014-01-03 09:28:23 -05:00
Roberto A. Vitillo
2d9e9e6ac9 Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 09:28:07 -05:00
Francesco Lodolo (:flod)
7b04b53ae6 Bug 952742 - [Australis] "Move to menu" label is using the wrong entity for accesskey; r=dolske 2014-01-03 15:04:56 +01:00
Carsten "Tomcat" Book
7e24df8b19 merge b2g-inbound to mozilla-central 2014-01-03 12:27:04 +01:00
Carsten "Tomcat" Book
4927d08c13 merge fx-team to mozilla-central 2014-01-03 12:24:24 +01:00
Robert Longson
db1cff7bfd Bug 955917 (Part 2) - Remove unused functions from nsSVGUtils. r=dholbert 2014-01-03 08:57:43 +00:00
Wes Kocher
663ebad099 Merge m-c to fx-team 2014-01-02 20:04:58 -08:00
Wes Kocher
eed62078c7 Merge m-c to b2g-inbound 2014-01-02 20:04:18 -08:00
Gaia Pushbot
ec84be3f22 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2977ae6150d7
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #15000 from cctuan/956208

Bug 956208 - [Gaia][Build] add gaiaDir variable in getPid function

========

https://hg.mozilla.org/integration/gaia-central/rev/59faa7c52b52
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 956208 - [Gaia][Build] add gaiaDir variable in getPid function
2014-01-02 20:00:22 -08:00
Wes Kocher
7de8c22a0f Merge fx-team to m-c 2014-01-02 19:59:56 -08:00
Wes Kocher
427e8cfcb8 Merge b2g-inbound to m-c 2014-01-02 19:53:58 -08:00
Richard Newman
4173eee55f Bug 951569 - Use text/plain for Send Tab intent handler. r=nalexander 2014-01-02 19:47:38 -08:00
Gaia Pushbot
4842a52fd8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Revive gaia-ui-tests

========

https://hg.mozilla.org/integration/gaia-central/rev/6ea94ac09e2b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revive gaia-ui-tests
2014-01-02 17:45:22 -08:00
Mike Conley
503b756b3f Bug 956138 - [Australis] Have BrowserUITelemetry wait for sessionstore-windows-restored before gathering measurements. r=jaws. 2014-01-02 19:02:46 -05:00
Gaia Pushbot
17e23b1297 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 956012 - Desktop b2g with local profile is trying to load the SIM / JavaScript error: conn.setVoicePrivacyMode is not a function

========

https://hg.mozilla.org/integration/gaia-central/rev/9bb3ec8d604c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 956012 - Desktop b2g with local profile is trying to load the SIM / JavaScript error: conn.setVoicePrivacyMode is not a function
2014-01-02 15:30:22 -08:00
Jared Wein
1e0f81d3af Bug 956130 - [Australis] The tab groups button has the wrong icon when it is shown in non-overflow mode on Windows. r=mconley 2014-01-02 18:05:28 -05:00
Jared Wein
00f896c693 Bug 934951 - [Australis] Zoom controls percentage label doesn't update when it's in the toolbar and you navigate. r=mconley 2014-01-02 18:02:55 -05:00
Benoit Jacob
8135029813 Bug 949347 - Temporary strong reference to the actor in case mActor might be nulled concurrently - r=nical 2014-01-02 17:54:13 -05:00
Ryan VanderMeulen
b51bb72860 Merge m-c to b2g-inbound. 2014-01-02 16:18:16 -05:00
Gijs Kruitbosch
9d2bc9127f Bug 952963 - areaType getter in widget wrapper shouldn't assume area exists, r=jaws
--HG--
extra : rebase_source : adf2bb0d616b9ad92d88854a903f1b9de33661bb
2014-01-02 21:17:58 +00:00
Gijs Kruitbosch
0f625057ae Bug 952963 - Australis: areaType getter in widget wrapper shouldn't assume area exists, r=jaws
Fixing commit msg; DONTBUILD, identical to 4bc1cf097ca1
2014-01-02 21:17:58 +00:00
Gijs Kruitbosch
f714e56502 Backed out changeset 4bc1cf097ca1 (bug 952963) 2014-01-02 22:10:50 +00:00
Gijs Kruitbosch
835ba547a7 Bug 953153 - Australis: download button width changes when pressed, r=jaws
--HG--
extra : rebase_source : aa94a3d67bdb3a6e1537b6881a02b67c71628acd
2014-01-02 21:17:49 +00:00
Ryan VanderMeulen
3423a30693 Merge m-c to fx-team. 2014-01-02 16:19:21 -05:00
Ryan VanderMeulen
783ede8cc6 Merge b2g-inbound to m-c. 2014-01-02 16:14:38 -05:00
Ryan VanderMeulen
9a5917eeb8 Merge fx-team to m-c. 2014-01-02 16:13:34 -05:00
Ryan VanderMeulen
0512939292 Merge inbound to m-c. 2014-01-02 15:50:28 -05:00