Wes Kocher
|
57f45f7372
|
Merge inbound to m-c a=merge CLOSED TREE
|
2015-04-20 16:44:05 -07:00 |
|
Ehsan Akhgari
|
120298263e
|
Bug 1156033 - Add some missing error handling to the DOM Cache code; r=bkelly
|
2015-04-20 13:10:33 -04:00 |
|
Thomas Zimmermann
|
6486376974
|
Bug 1155718: Share ObexBase.{cpp,h} between Bluetooth v1 and v2, r=btian
Both implementations are the same.
|
2015-04-20 12:56:49 +02:00 |
|
Thomas Zimmermann
|
af2b02c766
|
Bug 1155718: Share BluetoothSocketObserver.h between Bluetooth v1 and v2, r=btian
Both implementations are the same.
|
2015-04-20 12:56:49 +02:00 |
|
Thomas Zimmermann
|
bacc86b985
|
Bug 1155718: Share BlueoothRilListener.{cpp,h} between Bluetooth v1 and v2, r=btian
This patch uses the v1 implementation, which include a fix for bug 1137151.
|
2015-04-20 12:56:49 +02:00 |
|
Thomas Zimmermann
|
1edcbc4797
|
Bug 1155718: Share BluetoothProfileManagerBase.h between Bluetooth v1 and v2, r=btian
This patch uses the v1 implementation, which include a fix for bug 1137151.
|
2015-04-20 12:56:49 +02:00 |
|
Thomas Zimmermann
|
457a325a8d
|
Bug 1155718: Share BluetoothHidManager.{cpp,h} between Bluetooth v1 and v2, r=btian
This patch uses the v1 implementation, which include a fix for bug 1137151.
|
2015-04-20 12:56:49 +02:00 |
|
Thomas Zimmermann
|
f2a72974bc
|
Bug 1155718: Share BluetoothHfpMangerBase.h between Bluetooth v1 and v2, r=btian
Both implementations are the same, except coding-style fixes in v1.
|
2015-04-20 12:56:49 +02:00 |
|
Phil Ringnalda
|
1253d8f807
|
Merge b-i to m-c, a=merge
|
2015-04-19 20:26:59 -07:00 |
|
Phil Ringnalda
|
8c99497c04
|
Merge m-c to b-i
|
2015-04-18 17:33:21 -07:00 |
|
Ted Mielczarek
|
dbfb883711
|
bug 1155691 - Expose WindowRoot to chrome from window in webidl. r=smaug
|
2015-04-17 16:17:26 -04:00 |
|
Phil Ringnalda
|
afbd405312
|
Backed out changeset ffde08dc5ceb (bug 1154459) for bustage
CLOSED TREE
|
2015-04-19 08:19:14 -07:00 |
|
Phil Ringnalda
|
52fe199841
|
Backed out 4 changesets (bug 1150683) for Talos indexedDB crashes
CLOSED TREE
Backed out changeset 7953d3dd62ff (bug 1150683)
Backed out changeset c6805afff48c (bug 1150683)
Backed out changeset 186ed6bc887e (bug 1150683)
Backed out changeset 8e82f557f913 (bug 1150683)
|
2015-04-19 07:20:24 -07:00 |
|
David Anderson
|
b5aae329b5
|
Enable APZ for E10S on Windows for one nightly build. (bug 1154459, r=kats)
|
2015-04-17 11:49:55 -04:00 |
|
Ehsan Akhgari
|
f0c7967ee6
|
Bug 1156013 - Mark nsINode::mSubtreeRoot as MOZ_NON_OWNING_REF; r=baku
|
2015-04-19 08:38:39 -04:00 |
|
Ehsan Akhgari
|
6d8892e55b
|
Bug 1156012 - Mark nsINode::m{Next,Previous}Sibling as MOZ_NON_OWNING_REF; r=baku
|
2015-04-19 08:38:37 -04:00 |
|
Ehsan Akhgari
|
c80d4cbcc2
|
Bug 1156011 - Mark nsINode::mFirstChild as MOZ_NON_OWNING_REF; r=baku
|
2015-04-19 08:38:34 -04:00 |
|
Ehsan Akhgari
|
8c5211c28d
|
Bug 1156009 - Mark nsChildContentList::mNode as MOZ_NON_OWNING_REF; r=baku
|
2015-04-19 08:38:31 -04:00 |
|
Ehsan Akhgari
|
d0dd20f003
|
Bug 1156006 - Mark NodeInfo::mDocument as MOZ_NON_OWNING_REF; r=baku
|
2015-04-19 08:38:29 -04:00 |
|
Ehsan Akhgari
|
32c4f6551c
|
Bug 1156005 - Mark the nsIAtom members of NodeInfo::NodeInfoInner as MOZ_NON_OWNING_REF; r=baku
|
2015-04-19 08:38:26 -04:00 |
|
Aryeh Gregor
|
a60b9141d2
|
Bug 1147412 part 9 - Convert some nsHTMLEditor members to Element; r=ehsan
|
2015-04-19 15:28:50 +03:00 |
|
Aryeh Gregor
|
35b3914ed0
|
Bug 1153649 part 3 - More OwningNonNull improvements; r=bz
|
2015-04-19 15:28:50 +03:00 |
|
Aryeh Gregor
|
b198a7bacc
|
Bug 1153649 part 1 - Improve usability of OwningNonNull; r=bz
|
2015-04-19 15:28:49 +03:00 |
|
Kit Cambridge
|
71e670397d
|
Bug 1150683 - Add xpcshell tests for nsIPushNotificationService. r=dougt
---
dom/push/moz.build | 4 +
dom/push/test/xpcshell/head.js | 450 +++++++++++++++++++++
dom/push/test/xpcshell/test_notification_ack.js | 127 ++++++
.../test/xpcshell/test_notification_duplicate.js | 82 ++++
dom/push/test/xpcshell/test_notification_error.js | 127 ++++++
.../test/xpcshell/test_notification_incomplete.js | 109 +++++
.../xpcshell/test_notification_version_string.js | 72 ++++
dom/push/test/xpcshell/test_register_case.js | 64 +++
dom/push/test/xpcshell/test_register_flush.js | 103 +++++
.../test/xpcshell/test_register_invalid_channel.js | 60 +++
.../xpcshell/test_register_invalid_endpoint.js | 62 +++
.../test/xpcshell/test_register_invalid_json.js | 61 +++
dom/push/test/xpcshell/test_register_no_id.js | 65 +++
.../test/xpcshell/test_register_request_queue.js | 65 +++
dom/push/test/xpcshell/test_register_rollback.js | 88 ++++
dom/push/test/xpcshell/test_register_success.js | 76 ++++
dom/push/test/xpcshell/test_register_timeout.js | 102 +++++
dom/push/test/xpcshell/test_register_wrong_id.js | 71 ++++
dom/push/test/xpcshell/test_register_wrong_type.js | 67 +++
dom/push/test/xpcshell/test_registration_error.js | 39 ++
.../xpcshell/test_registration_missing_scope.js | 28 ++
dom/push/test/xpcshell/test_registration_none.js | 28 ++
.../test/xpcshell/test_registration_success.js | 67 +++
.../test/xpcshell/test_unregister_empty_scope.js | 37 ++
dom/push/test/xpcshell/test_unregister_error.js | 65 +++
.../test/xpcshell/test_unregister_invalid_json.js | 78 ++++
.../test/xpcshell/test_unregister_not_found.js | 35 ++
dom/push/test/xpcshell/test_unregister_success.js | 60 +++
dom/push/test/xpcshell/xpcshell.ini | 32 ++
29 files changed, 2324 insertions(+)
create mode 100644 dom/push/test/xpcshell/head.js
create mode 100644 dom/push/test/xpcshell/test_notification_ack.js
create mode 100644 dom/push/test/xpcshell/test_notification_duplicate.js
create mode 100644 dom/push/test/xpcshell/test_notification_error.js
create mode 100644 dom/push/test/xpcshell/test_notification_incomplete.js
create mode 100644 dom/push/test/xpcshell/test_notification_version_string.js
create mode 100644 dom/push/test/xpcshell/test_register_case.js
create mode 100644 dom/push/test/xpcshell/test_register_flush.js
create mode 100644 dom/push/test/xpcshell/test_register_invalid_channel.js
create mode 100644 dom/push/test/xpcshell/test_register_invalid_endpoint.js
create mode 100644 dom/push/test/xpcshell/test_register_invalid_json.js
create mode 100644 dom/push/test/xpcshell/test_register_no_id.js
create mode 100644 dom/push/test/xpcshell/test_register_request_queue.js
create mode 100644 dom/push/test/xpcshell/test_register_rollback.js
create mode 100644 dom/push/test/xpcshell/test_register_success.js
create mode 100644 dom/push/test/xpcshell/test_register_timeout.js
create mode 100644 dom/push/test/xpcshell/test_register_wrong_id.js
create mode 100644 dom/push/test/xpcshell/test_register_wrong_type.js
create mode 100644 dom/push/test/xpcshell/test_registration_error.js
create mode 100644 dom/push/test/xpcshell/test_registration_missing_scope.js
create mode 100644 dom/push/test/xpcshell/test_registration_none.js
create mode 100644 dom/push/test/xpcshell/test_registration_success.js
create mode 100644 dom/push/test/xpcshell/test_unregister_empty_scope.js
create mode 100644 dom/push/test/xpcshell/test_unregister_error.js
create mode 100644 dom/push/test/xpcshell/test_unregister_invalid_json.js
create mode 100644 dom/push/test/xpcshell/test_unregister_not_found.js
create mode 100644 dom/push/test/xpcshell/test_unregister_success.js
create mode 100644 dom/push/test/xpcshell/xpcshell.ini
|
2015-04-19 12:06:31 +02:00 |
|
Kit Cambridge
|
0b4c52f8ab
|
Bug 1150683 - Add xpcshell test hooks to PushService.jsm. r=dougt
---
dom/push/PushService.jsm | 156 ++++++++++++++++++++++++++++++++---------------
dom/push/moz.build | 2 +-
2 files changed, 108 insertions(+), 50 deletions(-)
|
2015-04-19 12:06:21 +02:00 |
|
Kit Cambridge
|
5fe395d4c5
|
Bug 1150683 - Implement nsIPushNotificationService. r=dougt
---
b2g/installer/package-manifest.in | 2 +-
browser/installer/package-manifest.in | 2 +-
dom/push/Push.manifest | 11 +-
dom/push/PushNotificationService.js | 81 +++++++++
dom/push/PushService.jsm | 324 ++++++++++++++++++++--------------
dom/push/PushServiceLauncher.js | 50 ------
dom/push/moz.build | 2 +-
7 files changed, 285 insertions(+), 187 deletions(-)
create mode 100644 dom/push/PushNotificationService.js
delete mode 100644 dom/push/PushServiceLauncher.js
|
2015-04-19 12:06:11 +02:00 |
|
Kit Cambridge
|
a8c027f617
|
Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt
---
b2g/installer/package-manifest.in | 1 +
browser/installer/package-manifest.in | 1 +
dom/interfaces/push/moz.build | 12 ++++++
dom/interfaces/push/nsIPushNotificationService.idl | 49 ++++++++++++++++++++++
.../push/nsIPushObserverNotification.idl | 30 +++++++++++++
dom/moz.build | 1 +
6 files changed, 94 insertions(+)
create mode 100644 dom/interfaces/push/moz.build
create mode 100644 dom/interfaces/push/nsIPushNotificationService.idl
create mode 100644 dom/interfaces/push/nsIPushObserverNotification.idl
|
2015-04-19 12:06:04 +02:00 |
|
Ehsan Akhgari
|
f03955ed19
|
Bug 1154679 - Part 2: Remove the usage of is_loosely from test_dragstart.html; r=Ms2ger
|
2015-04-18 19:10:48 -04:00 |
|
Ehsan Akhgari
|
aa9d593a94
|
Bug 1154679 - Part 1: Remove the usage of is_loosely from test_domrequesthelper.xul; r=Ms2ger
|
2015-04-18 19:10:17 -04:00 |
|
Phil Ringnalda
|
405c0956cc
|
Back out 2 changesets (bug 1152902) for Gu bustage
CLOSED TREE
Backed out changeset 462f2f668259 (bug 1152902)
Backed out changeset 1c5ed66652c3 (bug 1152902)
|
2015-04-18 15:30:17 -07:00 |
|
Boris Zbarsky
|
09c33f2bd3
|
Bug 1155793 part 2. Split apart the concepts of movability and eliminatability in jitinfo, since some things are not movable but are eliminatable. r=efaust.
|
2015-04-17 22:01:02 -04:00 |
|
Boris Zbarsky
|
a0a149646c
|
Bug 1155793 part 1. Make it possible to safely change the number of bits in the slotIndex field in jitinfo. r=efaust
|
2015-04-17 22:01:02 -04:00 |
|
Boris Zbarsky
|
ab24a9f92d
|
Bug 1152902 part 2. Add a fast path for the case when a Promise is resolved with another Promise. r=nsm
|
2015-04-17 22:01:02 -04:00 |
|
Boris Zbarsky
|
340ec360ea
|
Bug 1152902 part 1. Add a way to flag a method in webidl as being identity-testable, so we'll expose such an identity test from bindings to other C++ code. r=peterv
|
2015-04-17 22:01:02 -04:00 |
|
Boris Zbarsky
|
a25c3c13a7
|
Bug 1153517. Fix mozGetDataAt to return null when it should, like it used to. r=peterv
|
2015-04-17 22:01:01 -04:00 |
|
Denis Volk
|
cd6346cce0
|
Bug 1095098 - move do_QueryObject templates into their own header; r=froydnj
|
2015-04-15 12:47:03 -04:00 |
|
Ryan VanderMeulen
|
11bd25485e
|
Backed out changesets f06080c6097f and 03ce639c4f13 (bug 1155939) for frequent Linux GMP gtest deadlocks.
|
2015-04-20 11:39:36 -04:00 |
|
David Anderson
|
0bc85d152d
|
Fix a potential null-deref in TabChild::HandlePossibleViewportChange. (bug 1156156, r=kats)
|
2015-04-20 11:16:55 -04:00 |
|
Ryan VanderMeulen
|
b2f346d932
|
Bug 1155252 - Re-disable 789933-1.html which was accidentally re-enabled.
CLOSED TREE
|
2015-04-20 10:51:05 -04:00 |
|
Nicolas Silva
|
13f2a9a466
|
Bug 1155252 - Don't allocate X11TextureClients bigger than xlib's maximum surface size. r=jrmuizel
|
2015-04-20 15:53:42 +02:00 |
|
Ehsan Akhgari
|
0c49417b2c
|
Bug 1156102 - Mark nsGlobalWindowObserver::mWindow as MOZ_NON_OWNING_REF; r=baku
|
2015-04-20 08:35:39 -04:00 |
|
Ehsan Akhgari
|
4ff5cb04c3
|
Bug 1156101 - Mark nsGlobalWindow::mObserver as an nsRefPtr; r=baku
|
2015-04-20 08:35:38 -04:00 |
|
Ehsan Akhgari
|
8633e80e03
|
Bug 1156100 - Mark XULDocument::CachedChromeStreamListener::mDocument as an nsRefPtr; r=baku
|
2015-04-20 08:35:37 -04:00 |
|
Ehsan Akhgari
|
846f176e38
|
Bug 1156099 - Mark the atom members of NodeInfo as nsCOMPtr's; r=baku
Turns out I was wrong, and they are really owning references.
|
2015-04-20 08:35:36 -04:00 |
|
Ehsan Akhgari
|
70874658f0
|
Bug 1156096 - Mark PathPointParams::mPath as MOZ_OWNING_REF; r=baku
|
2015-04-20 08:35:35 -04:00 |
|
Ehsan Akhgari
|
71b98fc9da
|
Bug 1155178 - Part 2: Rename GMPUnique to GMPUniquePtr; r=cpearce
|
2015-04-20 08:29:51 -04:00 |
|
Ehsan Akhgari
|
b695fb3ae4
|
Bug 1155178 - Part 1: Convert GMPUnique into a template alias; r=cpearce
|
2015-04-20 08:28:44 -04:00 |
|
Chris Pearce
|
311b3c97b1
|
Bug 1156131 - Expand list of WMF DLLs that are whitelisted for use by EME plugins. r=bobowen
|
2015-04-20 20:10:40 +12:00 |
|
Chris Pearce
|
d46c63d1e3
|
Bug 1155432 - Don't flush WMF PDM task queues. r=jya
|
2015-04-20 20:03:41 +12:00 |
|
Julian Seward
|
6700db574a
|
Bug 1153173 - Uninitialised value use in AutoJSExceptionReporter::~AutoJSExceptionReporter. r=aklotz.
|
2015-04-20 10:02:27 +02:00 |
|