Commit Graph

232684 Commits

Author SHA1 Message Date
Ethan Tseng
1f7766fc07 Bug 1133461 - [RTSP] Remove the extra PLAY request for seek operation. r=bechen 2015-03-04 17:34:35 +08:00
Alexandre Lissy
94d57ffc0b Bug 1138442 - Disable reftests on Mulet in parity with B2G/B2G Desktop. r=ahal 2015-03-10 02:43:00 +01:00
Bruce Sun
e5219feb81 Bug 1128386 - Handle |STATUS_FAIL| in |BondStateChangedNotification()|. r=tzimmermann 2015-03-09 17:04:02 +08:00
Andrew Osmond
b36c7f81dc Bug 1062387 - Part 4. Update test cases to use JS camera driver. r=mikeh 2015-02-26 02:06:37 -05:00
Andrew Osmond
dd9221074d Bug 1062387 - Part 3. Implement Gonk wrappers for JS camera driver. r=mikeh 2015-03-03 12:37:30 -05:00
Andrew Osmond
d8a5dc10d5 Bug 1062387 - Part 2. Implement DOM and JavaScript facing components of JS camera driver. r=mikeh r=bz 2015-03-01 13:48:37 -05:00
Andrew Osmond
1f4b4c561d Bug 1062387 - Part 1. Fix clearing of camera preferences. r=mikeh 2015-02-13 09:18:49 -05:00
Chuck Lee
f5d9b82611 Bug 1049476 - 0003. Add EAP-TLS to wifi capabilities. r=hchang 2015-02-28 21:54:31 +08:00
Chuck Lee
9428f648b3 Bug 1049476 - 0002. Support user certificate parameter in API. r=dkeeler r=vchang 2015-02-28 21:54:28 +08:00
Chuck Lee
f30301e737 Bug 1049476 - 0001. webidl change - Support user certificate parameter. r=mrbkap 2015-02-28 21:54:26 +08:00
B2G Bumper Bot
e266ccb2ca Bumping manifests a=b2g-bump 2015-03-10 03:24:24 -07:00
B2G Bumper Bot
d993a4168b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d92870f8f72e
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #28586 from alivedise/bugzilla/1136988/rocketbar-resize-app-window

Bug 1136988 - Catch system resize event whenever rocketbar is active, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/e70152318596
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1136988 - Catch system resize event whenever rocketbar is active
2015-03-10 03:21:57 -07:00
Yoshi Huang
7ac3089480 Bug 933665 - Remove encodeNdefRecords func from NfcContentHelper. r=dimi 2015-03-05 18:58:37 +08:00
Yoshi Huang
d9b5b09720 Bug 1139830 - Make type/id/payload nullable in MozNDEFRecordOptions. r=smaug 2015-03-06 16:23:21 +08:00
Yoshi Huang
44ca356ca2 Bug 1138886 - Structured Clone for MozNDEFRecord. r=smaug
From 9b1bdef0b25b41d0448662ec689a961ae4e8fcd2 Mon Sep 17 00:00:00 2001
---
 dom/base/StructuredCloneTags.h     |   2 +
 dom/base/nsJSEnvironment.cpp       |  29 +++++++++
 dom/nfc/MozNDEFRecord.cpp          | 122 ++++++++++++++++++++++++++++++++++---
 dom/nfc/MozNDEFRecord.h            |  20 ++++--
 js/xpconnect/src/ExportHelpers.cpp |  36 ++++++++++-
 5 files changed, 193 insertions(+), 16 deletions(-)
2015-01-30 15:36:42 +08:00
B2G Bumper Bot
3d8d5caa57 Bumping manifests a=b2g-bump 2015-03-10 02:24:43 -07:00
B2G Bumper Bot
05215ed607 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39cf60f7bbfe
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28593 from sean2449/Bug_1136612

Bug 1136612 - [Stingray] expose isVisible and focus API for crash_report, r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/dc90eea828d0
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1136612 - [Stingray] expose isVisible and focus API for crash_report

========

https://hg.mozilla.org/integration/gaia-central/rev/ad797f849fac
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28646 from sean2449/Bug_1136609

Bug 1136609 - [Stingray] expose isVisible and focus API for interactive_..., r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/7e4f1e14ce78
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1136609 - [Stingray] expose isVisible and focus API for interactive_notification
2015-03-10 02:24:24 -07:00
Yoshi Huang
0eff791629 Bug 1121298 - Part 3. add getAsURI. r=smaug, dimi
From 1b93a62187c24dd176d48021b2a765a19beb453a Mon Sep 17 00:00:00 2001
---
 dom/nfc/MozNDEFRecord.cpp       | 29 +++++++++++++++++++++++++++++
 dom/nfc/MozNDEFRecord.h         |  1 +
 dom/webidl/MozNDEFRecord.webidl |  6 ++++++
 3 files changed, 36 insertions(+)
2015-01-21 17:37:45 +08:00
Yoshi Huang
2387d616de Bug 1121298 - Part 2: Add Constructor(uri) for MozNDEFRecord. r=smaug, dimi 2015-01-29 18:16:26 +08:00
Yoshi Huang
e78e3d10a9 Bug 1121298 - Part 1: refactor MozNDEFRecord cstor. r=smaug, dimi
From f5d558e4dc3b3d1e08de09d1881bbf69a68a5791 Mon Sep 17 00:00:00 2001
---
 dom/nfc/MozNDEFRecord.cpp | 102 +++++++++++++++++++++++++++++-----------------
 dom/nfc/MozNDEFRecord.h   |  21 ++++++----
 2 files changed, 76 insertions(+), 47 deletions(-)
2015-01-07 18:08:21 +08:00
B2G Bumper Bot
72decd7100 Bumping manifests a=b2g-bump 2015-03-10 02:03:05 -07:00
B2G Bumper Bot
24c0324908 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f3954be618c5
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1138778 - [ringtones] Don't resolve promises until indexedDB transactions are completed" for GU Test failures

This reverts commit 787f1d491339a0d8a8b933d17288590182023ff4.
2015-03-10 02:00:29 -07:00
B2G Bumper Bot
cb8327cd9a Bumping manifests a=b2g-bump 2015-03-09 23:52:40 -07:00
B2G Bumper Bot
fef4409cc4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b168b148d6b1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140488 - merge pull request #28717 from tauzen:Bug1140488_triggerP2PUI_removal to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/31dde8271a32
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1140488 - [NFC] Remove _triggerP2PUI from NfcManager, r=gweng
2015-03-09 23:50:13 -07:00
jlal@mozilla.com
5461b13e7a Bug 1141417 - Remove cmake from builder image r=me a=taskcluster-only
Workaround apitrace compiler error by removing cmake package from builder...
2015-03-09 21:43:29 -07:00
B2G Bumper Bot
0297676e6c Bumping manifests a=b2g-bump 2015-03-09 21:23:14 -07:00
B2G Bumper Bot
c3142b3158 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/419da2798748
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1122093 - merge pull request #28297 from hfiguiere:bug1122093-refactor-search-test to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/af807ebfe950
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1122093 - Refactor the search tests to a helper.
2015-03-09 21:20:30 -07:00
B2G Bumper Bot
c156c655db Bumping manifests a=b2g-bump 2015-03-09 21:03:02 -07:00
B2G Bumper Bot
fd4d485452 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c58a25f0b772
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #28691 from RickyChien/webapp-zip-to-nodejs

Bug 955999 - Running webapp-zip.js on node.js r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/26739682ad7b
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 955999 - Running webapp-zip.js on node.js
2015-03-09 21:00:23 -07:00
B2G Bumper Bot
e01e38d848 Bumping manifests a=b2g-bump 2015-03-09 20:48:33 -07:00
B2G Bumper Bot
9ae95e40a7 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68b5fe06b64f
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #28482 from cctuan/1136041

Bug 1136041 - [Text Selection] The carets overlap with utility bubble when the selected text is closed to top of device

========

https://hg.mozilla.org/integration/gaia-central/rev/31c2923c8e20
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1136041 - [Text Selection] modify bubble position

========

https://hg.mozilla.org/integration/gaia-central/rev/c93ae87fd63a
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #28708 from RickyChien/media-resolution-to-nodejs

Bug 1131513 - Running media-resolution.js on node.js r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/2c5d2d6ff4ee
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1131513 - Running media-resolution.js on node.js

========

https://hg.mozilla.org/integration/gaia-central/rev/52a0e8908f45
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1138778 - merge pull request #28582 from jimporter:ringtones-transact to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/849f58d4d389
Author: Jim <jporter@mozilla.com>
Desc: Bug 1138778 - [ringtones] Don't resolve promises until indexedDB transactions are completed
2015-03-09 20:45:33 -07:00
B2G Bumper Bot
bab9ebc15f Bumping manifests a=b2g-bump 2015-03-09 20:32:44 -07:00
B2G Bumper Bot
3d460555e3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4930e7add68e
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #28707 from crh0716/1136427

Bug 1136427 - Add ellipsis for the SSID r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/a9b54f9aeacc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1136427 - Add ellipsis for the SSID
2015-03-09 20:30:14 -07:00
B2G Bumper Bot
608a15c16a Bumping manifests a=b2g-bump 2015-03-09 19:43:51 -07:00
B2G Bumper Bot
cd1b4594c7 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/96b7e916f53e
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28713 from sean2449/Bug_1138341

Bug 1138341 - Add isVisible, getElement and focus APIs to AppInstallMana..., r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/3c04f9ae6092
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1138341 - Add isVisible, getElement and focus APIs to AppInstallManager

========

https://hg.mozilla.org/integration/gaia-central/rev/ed7870768c37
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28645 from sean2449/Bug_1136610

Bug 1136610 - [Stingray] expose isVisible and focus API for ime menu,r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/b0baa20ff881
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1136610 - Add isVisible, getElement and focus APIs in ime menus for focus manager

========

https://hg.mozilla.org/integration/gaia-central/rev/baee5b238744
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28652 from sean2449/Bug_1136608

Bug 1136608 - [Stingray] expose isVisible and focus API for modal_dialog, r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/4c54b008f0b3
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1136608 - [Stingray] expose isVisible and focus API for modal_dialog

========

https://hg.mozilla.org/integration/gaia-central/rev/a3519c56d45c
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28706 from sean2449/Bug_1136605

Bug 1136605 - [Stingray] expose isVisible, getElement and focus API in CaptivePortal,r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/39e3e4889a05
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1136605 - [Stingray] expose isVisible and focus API for entry sheet
2015-03-09 19:40:20 -07:00
Ben Tian
5da78bd2e7 Bug 1128383 - [bluetooth2] Add adapter.onpairingaborted event handler, f=jocelyn, f=jaliu, r=shuang, r=bz 2015-03-06 11:55:30 +08:00
B2G Bumper Bot
d3bd0731c0 Bumping manifests a=b2g-bump 2015-03-09 19:20:02 -07:00
B2G Bumper Bot
e38a00c800 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5de96daf7b04
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #28623 from huchengtw-moz/bug-1136601-api-for-update-manager

Bug 1136601 - [Stingray] expose isVisible and focus API for update_manag..., r=sungchiu

========

https://hg.mozilla.org/integration/gaia-central/rev/bb6f6d4e6402
Author: John Hu <johu@mozilla.com>
Desc: Bug 1136601 - [Stingray] expose isVisible and focus API for update_manager
2015-03-09 19:17:29 -07:00
Wes Kocher
76b116dfbf Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-09 18:56:42 -07:00
Wes Kocher
0c00a67ca9 Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
Nick Thomas
abc59be6c5 Bug 1123025 - update mozharness rev so that emulator nightlies symlink latest properly, r=jlund 2015-03-10 12:33:34 +13:00
B2G Bumper Bot
7f02c8adef Bumping manifests a=b2g-bump 2015-03-09 16:00:16 -07:00
B2G Bumper Bot
b0ca8685cf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/82758e5ede4f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1122084 - merge pull request #28292 from hfiguiere:bug1122084-rated-playlist-test to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/08e556507fd8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1122084 - Test highest rated playlist
2015-03-09 15:59:57 -07:00
Mason Chang
0da2efb211 Renable reftests due to bug 1123762. r=me 2015-03-09 15:55:01 -07:00
Mason Chang
0aa17c2649 Backout bug 1123762 afd91b997c2e for smoketest failures. r=me 2015-03-09 15:32:49 -07:00
B2G Bumper Bot
aa89ff2aa2 Bumping manifests a=b2g-bump 2015-03-09 15:19:13 -07:00
B2G Bumper Bot
4c342f988d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88edbf0778f6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1132191 - merge pull request #28342 from yzen:bug-1132191 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/7608705f6a1b
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1132191 - improved overall accessibility of the video app. r=russn
2015-03-09 15:16:45 -07:00
Jordan Lund
4c0f1e90ef Bug 1094364 - bump mozharness json rev to 0230a275037f, CLOSED TREE DONTBUILD r=mshal 2015-03-09 15:01:32 -07:00
B2G Bumper Bot
87164dbf5e Bumping manifests a=b2g-bump 2015-03-09 14:13:25 -07:00
B2G Bumper Bot
775e0a0084 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8daf7421c51
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1137549 - merge pull request #28558 from arcturus:bug-1137549 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6e2fae4b9a46
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1137549 - [RTL][Contacts] The string "No Contacts Found" is left-aligned and needs more spacing between lines r=sergi

========

https://hg.mozilla.org/integration/gaia-central/rev/3e77a75ca795
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134833 - merge pull request #28555 from arcturus:bug-1134833 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/123fffde2d34
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1134833 - [RTL][Contacts] Contents on Duplicate Contacts screen are mirrored, but hit detection areas are not
2015-03-09 14:10:36 -07:00