Masayuki Nakano
6468630611
Bug 1061810 ContentEventHandler::SetRangeFromFlatTextOffset() should use nsRange::SetStart(nsINode*, int32_t) instead of nsRange::SetStart(nsIDOMNode*, int32_t) for avoiding the unnecessary QI r=smaug
2014-09-05 14:27:12 +09:00
Ehsan Akhgari
5c7277e040
Bug 1063086 - Fix more bad implicit constructors in DOM; r=baku
2014-09-04 23:22:49 -04:00
Wes Kocher
c537f62af1
Merge inbound to m-c a=merge
2014-09-04 18:30:01 -07:00
Kyle Machulis
7b2608fdff
Bug 1061510 - Make settings api always check principals for permissions; r=bent
...
--HG--
extra : rebase_source : ece6c6808f391f5dd0661cb3c7acbc942d8bb4ac
2014-09-04 11:15:10 -07:00
Dave Hylands
6a8f54c90a
Bug 1062541 - Add additional checks for DeviceStorageFile::mFile being null. r=khuey
2014-09-04 11:13:55 -07:00
Szu-Yu Chen [:aknow]
0536bae008
Bug 1061210 - Update conference group after enumerateCall. r=hsinyi
...
--HG--
extra : rebase_source : 31916415de67bdefed6c7d01a8f9412bd195301e
2014-09-04 00:45:00 -04:00
Mike Habicher
2139b70726
Bug 1051774 - remove existing position metadata when none is set, r=aosmond
2014-09-04 11:56:51 -04:00
Carsten "Tomcat" Book
f15434ca82
Merge mozilla-central to b2g-inbound
2014-09-04 15:26:07 +02:00
Carsten "Tomcat" Book
4c2a4f6ef5
merge b2g-inbound to mozilla-central a=merge
2014-09-04 15:05:56 +02:00
Vicamo Yang
eb0f4edee3
Bug 1057915 - 2/2: Gonk MobileMessage DB read ahead. r=bevistzeng
2014-09-04 11:15:42 +08:00
Vicamo Yang
f1f889e5f0
Bug 1057915 - 1/2: [MobileMessage] Ability to return multiple entries in getMessages/getThreads cursor.result. DOM & IPDL changes. r=smaug
2014-09-04 11:15:41 +08:00
Vicamo Yang
00d165c73f
Bug 937485: [WebIcc] use Webidl enum for cardState. r=echen, r=smaug
2014-09-04 10:31:41 +08:00
Ryan VanderMeulen
c3b5b54710
Merge m-c to b2g-inbound. a=merge
2014-09-03 16:41:25 -04:00
Ryan VanderMeulen
d57ca8703d
Merge inbound to m-c. a=merge
2014-09-03 16:38:57 -04:00
Ryan VanderMeulen
269c98033b
Merge fx-team to m-c. a=merge
2014-09-03 15:35:54 -04:00
Ryan VanderMeulen
a89c42d78e
Backed out changeset 59611423c368 (bug 1038531) for marionette-webapi failures.
2014-09-03 11:30:32 -04:00
Ryan VanderMeulen
afa65517bc
Backed out 6 changesets (bug 1059813) by request.
...
Backed out changeset cffeecd46cad (bug 1059813)
Backed out changeset f991f546dbcd (bug 1059813)
Backed out changeset ab4056a1aa06 (bug 1059813)
Backed out changeset d08a91fee65a (bug 1059813)
Backed out changeset 7bd0ecf96e59 (bug 1059813)
Backed out changeset 0b7a62175398 (bug 1059813)
2014-09-03 11:29:16 -04:00
Thomas Zimmermann
d9153472b0
Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in Bluetooth, r=btian
2014-09-03 16:43:14 +02:00
Thomas Zimmermann
6f21006957
Bug 1059813: Use getter/setter methods of |UnixSocketRawData| in NFC helpers, r=allstars.chh
2014-09-03 16:43:13 +02:00
Garvan Keeley
a3460d681c
Bug 1056857 - Code cleanup related to debugging flags. r=kanru
...
- change #define to const char* for consistency
- change int to bool for bool flags
- make debug log messages more concise, multi-line messages (that could be one-line) make watching the debug log difficult
2014-09-02 21:09:00 -04:00
Garvan Keeley
6ff59e6426
Bug 1056857 - Add debug flag for ignoring GPS locations. r=kanru
...
Also added observer of Gaia settings changes, so the debug settings
can be toggled on the fly.
2014-09-03 06:58:00 -04:00
Alexandre Lissy
df74b6bf5c
Bug 955946 - Distinguish SIM/USIM getResponse p1/p2/p3 parameters. r=echen
...
Performing proper ICC_IO operations depends on the type of the SIM card.
For example, the Desire Z will work with FCP Template, so we need to
follow TS 102.221 table 11.2 to perform the proper request and get a FCP
Template. This is done when we write the ICC_IO command: we need to set
the p2/p3 fields depending on the SIM card type (SIM or USIM) so that
the proper behavior is triggered.
2014-09-03 02:31:00 -04:00
Yoshi Huang
95362d1304
Bug 1055960 - Part 3: fix tests cases. r=dimi
...
From d6d188a78006b291f7cdd8b4a910a9b5a39b7da2 Mon Sep 17 00:00:00 2001
---
.../tests/marionette/test_nfc_error_messages.js | 36 +++++-----------------
1 file changed, 8 insertions(+), 28 deletions(-)
2014-09-02 19:27:56 +08:00
Yoshi Huang
8417488ffc
Bug 1055960 - Part 2: Add removeTarget. r=dimi
...
From eab988a41dcd2514c8f80703588f379e346de2cf Mon Sep 17 00:00:00 2001
---
dom/nfc/gonk/Nfc.js | 9 +++++++++
1 file changed, 9 insertions(+)
2014-09-01 13:59:12 +08:00
Yoshi Huang
88ea45537d
Bug 1055960 - Part 1: fix onpeerlost. r=dimi
2014-08-29 16:44:16 +08:00
Yoshi Huang
8822bc7aa8
Bug 1059168 - B2G NFC: Make sure the techList and origin string won't overflow. r=smaug
2014-09-03 18:09:43 +08:00
Anuj Agarwal
2b32ffc949
Bug 1036052 - Privatize public destructor of DOMRect. r=baku
2014-09-02 11:47:00 -04:00
Henry Chang
4dbc8e4fd0
Bug 1038531 - Unify NetworkWorker. r=mrbkap r=fabrice
2014-08-18 11:02:56 +08:00
Christoph Kerschbaumer
42b948f5dd
Bug 1062529 - Split GetChannelPrincipal into GetChannelResultPrincipal and GetChannelURIPrincipal. r=bz
2014-08-06 16:05:40 -07:00
Edgar Chen
146de328c3
Bug 843452 - Part 6: Build MobileConnection DOM/IPC by default. r=smaug,khuey
2014-08-05 18:01:14 +08:00
Peter Van der Beken
5cff30c81e
Bug 1059134 - ResolvePrototypeOrConstructor should take bool&, not bool, for cacheOnHolder. r=bz.
...
--HG--
extra : rebase_source : 063b8cd96dc8e5a7d7f73f292554ce11520c313a
2014-09-02 14:17:43 +02:00
Andrea Marchesini
2c1b865bd5
Bug 1060517 - dom/workers/test/serviceworkers/test_unregister.html must use 'ready', r=nsm
2014-09-03 16:47:49 +01:00
Dale Harvey
e2f7aff393
Bug 757859 - Add getSize/onResize methods to browser element. r=ehsan
2014-09-03 16:20:21 +01:00
Benoit Jacob
de644bb754
Bug 1058893 - Cycle-collect all nsFocusManager fields - r=mccr8
2014-09-03 10:52:05 -04:00
Kevin Grandon
8391184599
Bug 1061902 - [SettingsDB] Bump version number. r=gwagner
2014-09-02 13:40:00 +02:00
Nicholas Nethercote
a0fab2e233
Bug 1061066 - Make DMD work properly with e10s. r=mccr8.
...
--HG--
extra : rebase_source : 35ff4f1b3c7d4af91cbc5f813030136ffc3b70e4
2014-09-01 17:22:53 -07:00
Ehsan Akhgari
f7147a2dd0
Land a part of bug 1060987 which was missed
...
--HG--
extra : rebase_source : 38566ee356e3d0b94cef584284587a72e81d6114
2014-09-02 23:22:02 -04:00
Ehsan Akhgari
e3d50298ee
Land a part of bug 1061023 which was missed
...
--HG--
extra : rebase_source : c120c957eba6f9acda395e5b5880dfc3414db4dd
2014-09-02 23:21:31 -04:00
Wes Kocher
8e69520a36
Merge m-c to inbound a=merge
2014-09-02 19:44:21 -07:00
Wes Kocher
a64e041656
Merge fx-team to m-c a=merge
2014-09-02 19:28:14 -07:00
Felipe Gomes
7c93212232
Bug 1053716 - Mouse events over content-process area need to set capturing so that the entire mouse interaction is forwarded to the child. r=smaug
2014-09-02 15:31:12 -04:00
Wes Kocher
5580b0eaf5
Backed out 4 changesets (bug 982726) for mochitest-4 bustage
...
Backed out changeset 547076d4a357 (bug 982726)
Backed out changeset 095ca68e5d38 (bug 982726)
Backed out changeset 05acfcc7a341 (bug 982726)
Backed out changeset 9244a16c3258 (bug 982726)
2014-09-02 19:09:38 -07:00
Ryan VanderMeulen
b06498c6ba
Merge m-c to b2g-inbound. a=merge
...
CLOSED TREE
2014-09-02 14:36:29 -04:00
Ryan VanderMeulen
d114beb6ed
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-09-02 14:23:25 -04:00
Ryan VanderMeulen
3e9c3f72fe
Merge b2g-inbound to m-c. a=merge
2014-09-02 14:02:58 -04:00
Thomas Zimmermann
e55d2f41d7
Bug 1056539: Replace |MainThreadTask| by |CloseScoRunnable| (under bluetooth2/), r=btian
...
|MainThreadTask| performs different operations on the main thread,
depending on a given command flag. There is only one command, CLOSE_SCO,
in use.
This patch removes the command infrastructure and replaces |MainThreadTask|
by |CloseScoRunnable|, which implements only this single operation.
2014-09-02 18:02:57 +02:00
Thomas Zimmermann
1083f1f1af
Bug 1056539: Cleanup Bluetooth Handsfree manager (under bluetooth2/), r=btian
...
This patch removes the unusued callback code from Bluetooth's
Handsfree manager.
2014-09-02 18:02:56 +02:00
Thomas Zimmermann
22d93bf502
Bug 1056539: Integrate runnables into Handsfree notifications (under bluetooth2/), r=btian
...
A number of notifications dispatch runnables to the main thread for
invoking actions. This is not requireed, as notifications already
run on the main thread. This patch merges the runnable's code into
the respective notifications.
2014-09-02 18:02:56 +02:00
Thomas Zimmermann
af18150426
Bug 1056539: Use Bluetooth Handsfree notifications (under bluetooth2/), r=btian
...
This patch replaces Handsfree callbacks by notifications. One
important change is that the first call to |BluetoothHandsfreeManager::Get|
now happens during initialization. Hence the Handsfree manager is now setup
immediately, instead of later at use.
2014-09-02 18:02:56 +02:00
Thomas Zimmermann
aaea2d45ed
Bug 1056539: Implement Bluetooth Handsfree notifications (under bluetooth2/), r=btian
...
The patch adds notifications support to the Handsfree manager. Each
notification's method is taken from the respective callback code, with
changes to the arguments' data types.
2014-09-02 18:02:55 +02:00