Commit Graph

214876 Commits

Author SHA1 Message Date
B2G Bumper Bot
8a238ade67 Bumping manifests a=b2g-bump 2014-11-12 06:47:23 -08:00
B2G Bumper Bot
8e4ba70135 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 969215 - Follow-up, update node modules revision

========

https://hg.mozilla.org/integration/gaia-central/rev/04dc4c8168c9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 969215 - Follow-up, update node modules revision r=kgrandon
2014-11-12 06:40:53 -08:00
B2G Bumper Bot
b8cb7940b3 Bumping manifests a=b2g-bump 2014-11-12 06:37:18 -08:00
B2G Bumper Bot
a9dc88f403 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/45471443b54c
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #25414 from albertopq/1067913-pull-ambient-indicator

Bug 1067913 - Ambient indicator pull down r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/0552c5f57f24
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1067913 - Ambient indicator pull down
2014-11-12 06:25:55 -08:00
B2G Bumper Bot
fb1dd584c1 Bumping manifests a=b2g-bump 2014-11-12 04:57:17 -08:00
B2G Bumper Bot
bfe0c912bd Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e56c88034ef
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25748 from mancas/bug1091504_master

Bug 1091504 - [B2G][GAIA] STK: AP should not send TR for STK_CMD_REFRESH... r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/a334ac5d178a
Author: Manuel Casas <manuel.casasbarrado@telefonica.com>
Desc: Bug 1091504 - [B2G][GAIA] STK: AP should not send TR for STK_CMD_REFRESH. Patch v2.2

========

https://hg.mozilla.org/integration/gaia-central/rev/880edfcc67bf
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #24608 from julienw/1075475-fix-costcontrol-tests

Bug 1075475 - [CostControl] Fix unit tests with a newer mocha r=salva r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/53fa6ae5245a
Author: Julien Wajsberg <felash@gmail.com>
Desc: Follow-up: set the result in an asynchronous way

========

https://hg.mozilla.org/integration/gaia-central/rev/b8bc84720644
Author: Julien Wajsberg <felash@gmail.com>
Desc: Fixed review comments

========

https://hg.mozilla.org/integration/gaia-central/rev/4648393892d7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1075475 - [CostControl] Fix unit tests with a newer mocha r=salva r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/e49e3315203a
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25698 from mancas/bug1091299

Bug 1091299 - It's possible to open the SMS activity menu multiple times. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/567dcc6ac9dc
Author: Manuel Casas <manuel.casasbarrado@telefonica.com>
Desc: Bug 1091299 - It's possible to open the SMS activity menu multiple times
2014-11-12 04:50:52 -08:00
Jan Keromnes
9affc627d2 Bug 1011562 - Build Mulet with the Firefox OS fonts. r=mshal 2014-11-07 07:36:00 +01:00
Kan-Ru Chen (陳侃如)
e3650fe425 Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>

If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.

[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J

--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
533b505fab Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice 2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
7b748bb7ba Bug 1044736 - Part 4.3. Export BrowserElementParent component from BrowserElementParent.js. r=bz,fabrice 2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
53a533505e Bug 1044736 - Part 4.2. Rename BrowserElementParent.jsm to BrowserElementParent.js. r=bz,fabrice
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
23d47bc56f Bug 1044736 - Part 4.1. Delete old BrowserElementParent.js. r=bz,fabrice 2014-11-12 19:27:32 +08:00
Kan-Ru Chen (陳侃如)
fc3be95159 Bug 1044736 - Part 3. Make BrowserElementParent implement nsIBrowserElementAPI and use it. r=bz,fabrice 2014-11-12 19:27:31 +08:00
Kan-Ru Chen (陳侃如)
36617edbff Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz 2014-11-12 19:27:31 +08:00
Kan-Ru Chen (陳侃如)
a4aab03400 Bug 1044736 - Part 1. Add BrowserElement.webidl and stub implementation. r=bz 2014-11-12 19:27:31 +08:00
B2G Bumper Bot
d3b3b00cb7 Bumping manifests a=b2g-bump 2014-11-12 03:12:20 -08:00
B2G Bumper Bot
cc592d131f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f4d102c15737
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25996 from viorelaioia/bug_1092195_1

Bug 1092195 - Investigate failure in test_cost_control_ftu.py

========

https://hg.mozilla.org/integration/gaia-central/rev/87bdd03698bf
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1092195 - Investigate failure in test_cost_control_ftu.py

========

https://hg.mozilla.org/integration/gaia-central/rev/d4ab2dd40bfc
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #25754 from gitmai/bug-1092143-cc-widget-visual-defects

Bug 1092143 - [Costcontrol] Widget in utility tray has some visual defec...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/9f4dd6967a12
Author: mai <mri@tid.es>
Desc: Bug 1092143 - [Costcontrol] Widget in utility tray has some visual defects when the balance is lower than balance alert limit
2014-11-12 03:05:55 -08:00
B2G Bumper Bot
f0eee46bc7 Bumping manifests a=b2g-bump 2014-11-12 02:47:15 -08:00
B2G Bumper Bot
da03f5e08a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2dfdd4db54d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #24683 from mancas/bug1065279

Bug 1065279 - [settings] refactor Hotspot panel with AMD pattern r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/d28b71029de8
Author: Manuel Casas Barrado <manuel.casasbarrado@telefonica.com>
Desc: Bug 1065279 - [settings] refactor Hotspot panel with AMD pattern

========

https://hg.mozilla.org/integration/gaia-central/rev/edbcc2ca3911
Author: pacorampas <b.frv@tid.es>
Desc: Merge pull request #25353 from pacorampas/1085258

Bug 1085258 - [BB] remove dividers in toolbars r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/9f694d521746
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1085258 - [BB] remove dividers in toolbars
2014-11-12 02:35:54 -08:00
Yoshi Huang
40974d05e0 Bug 1097442 - Part 2: rename nsINfcEventListener. r=dimi
From f2abd94c7d0c1f79c55b813bcd32a1b2761949d1 Mon Sep 17 00:00:00 2001
---
 dom/nfc/gonk/Nfc.js             | 2 +-
 dom/nfc/gonk/NfcService.cpp     | 2 +-
 dom/nfc/gonk/NfcService.h       | 2 +-
 dom/nfc/gonk/nsINfcService.idl  | 8 ++++----
 dom/nfc/nsINfcContentHelper.idl | 6 +++---
 dom/nfc/nsNfc.js                | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)
2014-11-12 11:22:36 +08:00
Yoshi Huang
7b50cbd594 Bug 1097442 - Part 1: rename eventTarget to eventListener. r=dimi
From 3e4d4deffb10f715e03725700d4078aa98cc1803 Mon Sep 17 00:00:00 2001
---
 dom/nfc/NfcContentHelper.js     | 18 +++++++++---------
 dom/nfc/gonk/Nfc.js             | 28 ++++++++++++++--------------
 dom/nfc/nsINfcContentHelper.idl | 13 +++++++------
 dom/nfc/nsNfc.js                |  4 ++--
 4 files changed, 32 insertions(+), 31 deletions(-)
2014-11-12 10:26:09 +08:00
Kamil Leszczuk
8db9333880 Bug 1054139: Move getNFCPeer and getNFCTag to NFCManager. r=smaug, allstars.chh 2014-08-26 22:43:25 +02:00
Thomas Zimmermann
54c9fa4fb8 Bug 1095436: Export MOZ_B2G_BT_DAEMON in configure.in, r=mh+mozilla
This change is required to use bluetoothd in Gecko. It probably
got lost while rebasing the patches of bug 1073548.
2014-11-12 10:36:08 +01:00
B2G Bumper Bot
96a9b309a7 Bumping manifests a=b2g-bump 2014-11-12 01:07:18 -08:00
B2G Bumper Bot
c8ed18c024 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f010e18ee509
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1095466 - Make marketplace api url overrideable. r=kgrandon
2014-11-12 01:00:53 -08:00
B2G Bumper Bot
00891a2c20 Bumping manifests a=b2g-bump 2014-11-12 00:22:57 -08:00
B2G Bumper Bot
e30e441515 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/654ac59305ed
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #25976 from BorisChiou/layerscope

Bug 1040651 - Map a preference to a Gaia setting to enable Layerscope r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/10d644edd7ed
Author: Boris Chiou <boris.chiou@gmail.com>
Desc: Bug 1040651 - Map a preference to a Gaia setting to enable Layerscope

Add a new option, "LayerScope", in "Settings -> Developer", so we can
enable this perference dynamically, instead of enabling it manually by
edit-prefs.sh.

========

https://hg.mozilla.org/integration/gaia-central/rev/79def8e50b5c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #25867 from gasolin/issue-10938071

Bug 1093807 - [Settings][Application Storage]show 2 digits storage size, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/4a8538b2b7c2
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1093807 - [Settings][Application Storage]show 2 digits storage size
2014-11-12 00:20:57 -08:00
Carsten "Tomcat" Book
cee477eb42 Backed out changeset e81aa95ac8d3 (bug 1044736) to fix bustage on a CLOSED TREE 2014-11-12 08:40:14 +01:00
Carsten "Tomcat" Book
9bd1f88cc8 Backed out changeset 8505276285fa (bug 1044736) 2014-11-12 08:39:41 +01:00
Carsten "Tomcat" Book
cdd61eab1a Backed out changeset f55ff90f2b6f (bug 1044736) 2014-11-12 08:39:40 +01:00
Carsten "Tomcat" Book
cadc3ab4e5 Backed out changeset 1b55f80e1ca6 (bug 1044736) 2014-11-12 08:39:38 +01:00
Carsten "Tomcat" Book
94adcea4cb Backed out changeset 7037d2b40d39 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 08:39:37 +01:00
Carsten "Tomcat" Book
a4119a4df6 Backed out changeset fb6a60700803 (bug 1044736) 2014-11-12 08:39:35 +01:00
Carsten "Tomcat" Book
1586f0ae9e Backed out changeset a3604ab2b3ca (bug 1044736) 2014-11-12 08:39:33 +01:00
Carsten "Tomcat" Book
5b59672c71 Backed out changeset 920775ddfb85 (bug 1044736) 2014-11-12 08:39:32 +01:00
Carsten "Tomcat" Book
660a0f2c9b Backed out changeset 6ccbc46c33db (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 08:39:28 +01:00
Chris Fitzer
c75546e3bd Bug 1094090 - Explicitly declare trusted app doesn't have homescreen-webapps-manage permission in PermissionsTable.jsm r=fabrice 2014-11-11 23:22:22 -08:00
Kan-Ru Chen (陳侃如)
5cb36a6471 Backed out 8 changesets (bug 1044736) r=bustage
Backed out changeset 920775ddfb85 (bug 1044736)
Backed out changeset a3604ab2b3ca (bug 1044736)
Backed out changeset fb6a60700803 (bug 1044736)
Backed out changeset 7037d2b40d39 (bug 1044736)
Backed out changeset 1b55f80e1ca6 (bug 1044736)
Backed out changeset f55ff90f2b6f (bug 1044736)
Backed out changeset 8505276285fa (bug 1044736)
Backed out changeset e81aa95ac8d3 (bug 1044736)

--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 15:10:27 +08:00
Kan-Ru Chen (陳侃如)
1d20d5e1bb Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>

If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.

[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J

--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
8b1fe2d8ed Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice 2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
7a64b67ce6 Bug 1044736 - Part 4.3. Export BrowserElementParent component from BrowserElementParent.js. r=bz,fabrice 2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
10703d3ee8 Bug 1044736 - Part 4.2. Rename BrowserElementParent.jsm to BrowserElementParent.js. r=bz,fabrice
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
86277fdcc9 Bug 1044736 - Part 4.1. Delete old BrowserElementParent.js. r=bz,fabrice 2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
6e7fcc82ae Bug 1044736 - Part 3. Make BrowserElementParent implement nsIBrowserElementAPI and use it. r=bz,fabrice 2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
d69411de92 Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz 2014-11-12 14:20:18 +08:00
Kan-Ru Chen (陳侃如)
4253944a23 Bug 1044736 - Part 1. Add BrowserElement.webidl and stub implementation. r=bz 2014-11-12 14:20:18 +08:00
B2G Bumper Bot
a4338d7375 Bumping manifests a=b2g-bump 2014-11-11 21:37:20 -08:00
B2G Bumper Bot
32643e5b35 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d60b07fe90d
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #26010 from jrburke/bug1096572-building-blocks-rtl-style

Bug 1096572 - [Building Blocks] Update some RTL styles to match latest RTL spec r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/22ce8e6d96f5
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1096572 - [Building Blocks] Update some RTL styles to match latest RTL spec
2014-11-11 21:30:55 -08:00
B2G Bumper Bot
9aa4cd957e Bumping manifests a=b2g-bump 2014-11-11 18:47:24 -08:00
B2G Bumper Bot
f0af4a0cfb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/975ad3e4cb19
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #25974 from cctuan/1095320

Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar.

========

https://hg.mozilla.org/integration/gaia-central/rev/0bc7349ec935
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar

========

https://hg.mozilla.org/integration/gaia-central/rev/13627c629dd0
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #26037 from millermedeiros/1095738-rename-months-day

Bug 1095738 - [Calendar] rename the MonthsDay view r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/9ef2d24dcee9
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1095738 - [Calendar] rename the MonthsDay view
2014-11-11 18:40:53 -08:00