Kit Cambridge
e3f6c6e501
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
efc183842c
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
b30b508557
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
Chris Peterson
e73f878cbc
Bug 1153579 - Fix -Wsign-compare warnings in nsNativeThemeCocoa.mm about int and size_t. r=mstange
2015-04-17 10:02:21 -07:00
Ehsan Akhgari
933b6f9fd6
Fix a missing check in TestStrings.cpp, no bug
2015-04-18 20:51:01 -04:00
Ehsan Akhgari
b648adad60
Remove an extra assignment from gfxSparseBitSet::TestRange, no bug
2015-04-18 20:25:36 -04:00
Ehsan Akhgari
af3f143756
Add an assertion for the first argument of NewImageChannel, no bug
2015-04-18 20:18:49 -04:00
Phil Ringnalda
0892922412
Merge m-c to m-i
2015-04-18 17:04:20 -07:00
Ehsan Akhgari
a67d518567
Bug 1154679
- Part 3: Remove is_loosely; r=Ms2ger
2015-04-18 19:10:53 -04:00
Ehsan Akhgari
a59f91a75d
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
8770eaec61
Bug 1154679
- Part 1: Remove the usage of is_loosely from test_domrequesthelper.xul; r=Ms2ger
2015-04-18 19:10:17 -04:00
Ehsan Akhgari
da21700dab
Bug 1155488 - Mark nsIPresShell::mHiddenInvalidationObserverRefreshDriver as MOZ_UNSAFE_REF; r=roc
2015-04-18 19:08:24 -04:00
Ehsan Akhgari
c2658af1f9
Bug 1155485 - Mark nsFrameManagerBase::mPresShell as MOZ_NON_OWNING_REF; r=roc
2015-04-18 19:08:21 -04:00
Ehsan Akhgari
4c5e8b93b9
Bug 1155478 - Use smart pointers for three members of nsIPresShell; r=roc
2015-04-18 19:08:18 -04:00
Daniel Holbert
f16d04a78e
Bug 1155880
part 3: Rename nsTableFrame::GetColumnWidth to use "ISize" instead of "Width". r=jfkthame
2015-04-18 16:01:27 -07:00
Daniel Holbert
978c294b7b
Bug 1155880
part 2: Rename nsTableColFrame Get/Set/ResetFinalWidth methods to use "ISize" instead of "Width". r=jfkthame
2015-04-18 16:01:26 -07:00
Daniel Holbert
01eb8a1f3b
Bug 1155880
part 1: Rename nsITableLayoutStrategy::ComputeColumnWidths and associated comments to use "ISize" instead of "Width". r=jfkthame
2015-04-18 16:01:24 -07:00
Phil Ringnalda
afefb44917
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
Tooru Fujisawa
b4f573dc3b
Bug 1155846 - Comment out intentionally unreachable code and unused parameters in Prefetcher.jsm. r=billm
2015-04-18 14:58:29 +09:00
Tooru Fujisawa
9a462907e0
Bug 1155051 - Remove redundant return statement in fillInPageTooltip in toolkit/content/widgets/popup.xml. r=enndeakin
2015-04-18 14:58:16 +09:00
Boris Zbarsky
0c3477aecc
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
5a219cc77a
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
3bc038ea57
Bug 1155788. Make the Ion inner-window optimizations work again. r=efaust
2015-04-17 22:01:02 -04:00
Boris Zbarsky
f028340efb
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
9708bf2310
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
2501463656
Bug 1153517. Fix mozGetDataAt to return null when it should, like it used to. r=peterv
2015-04-17 22:01:01 -04:00
Thomas Zimmermann
cd600c61d0
Bug 1155082: Share BluetoothUUID.{cpp,h} between Bluetooth v1 and v2, r=btian
...
BluetoothUUID of v1 and v2 are the same, except for bug 1015819 in
v1. So this patch moves the v1 variant to a shared location and removes
the v2 variant completely.
2015-04-17 17:45:05 +02:00
Carsten "Tomcat" Book
002eb0f195
Merge mozilla-central to b2g-inbound on a CLOSED TREE
2015-04-17 16:46:50 +02:00
Carsten "Tomcat" Book
5160a08b15
Merge mozilla-central to b2g-inbound
2015-04-17 13:10:10 +02:00
Andrew Osmond
4a231b2429
Bug 1139721 - Fix camera memory leaks for onfacedetected events, failed initializations and capabilities. r=mikeh
2015-04-17 07:09:54 -04:00
Carsten "Tomcat" Book
38ee9eb4e2
Backed out changeset 80a2fed814d0 (bug 1132508) for frequent robocop-2 testfailures in testNewTab
2015-04-17 12:59:34 +02:00
Gijs Kruitbosch
fb17ebcc1c
Bug 1150520 - disable EME for Windows XP, r=dolske
2015-04-17 11:57:22 +01:00
Carsten Tomcat Book
a7374a8671
Bug 1155679 - "mozharness update to ref 4f1cf3369955" on a CLOSED TREE . r=ryanvm a=sheriffduty-me
2015-04-17 07:31:00 +02:00
Ryan VanderMeulen
ce49d59e92
Merge inbound to m-c. a=merge
2015-04-16 16:18:13 -04:00
Ryan VanderMeulen
4222fb02dc
Merge fx-team to m-c. a=merge
2015-04-16 16:10:29 -04:00
Gijs Kruitbosch
3037c890d8
Bug 1141031
- fix in-content prefs dialogs overflowing, r=jaws
2015-04-16 19:51:04 +01:00
Martyn Haigh
464cf5515d
Bug 1132508 - Last tab is cut off in tab tray after rotation (r=rnewman)
2015-04-16 10:29:08 -07:00
Brian Grinstead
a0b97f8631
Bug 1153903 - Get rid of logspam during devtools talos test runs;r=pbrosset
2015-04-16 09:54:04 -07:00
B2G Bumper Bot
1d84c0fbfc
Bumping manifests a=b2g-bump
2015-04-16 09:52:20 -07:00
B2G Bumper Bot
66a974627f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c5c31cccfb22
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #29529 from gaye/bug-1154901
Bug 1154901 - mozilla-download never thinks /b2g is up-to-date
========
https://hg.mozilla.org/integration/gaia-central/rev/23c8774e87f0
Author: gaye <gaye@mozilla.com>
Desc: Bug 1154901 - mozilla-download never thinks /b2g is up-to-date
2015-04-16 09:50:09 -07:00
Patrick Brosset
b903d84270
Bug 1151956 - Add tooltips with refs to source css rules in the layout-view; r=miker
2015-04-16 18:40:40 +02:00
Ryan VanderMeulen
9b2dd4ad44
Backed out changeset 5c83a36d9eba (bug 1153832) for Gip(a) failures.
...
CLOSED TREE
2015-04-16 12:20:48 -04:00
Ryan VanderMeulen
9c34080b23
Bug 994541 - Skip 789933-1.html on Linux debug due to frequent crashes.
2015-04-16 12:20:06 -04:00
Dan Mosedale
4cc6d065ad
Bug 1154862-Add forgotten param to VideoDimensionsChanged action, r=mikedeboer
2015-04-16 09:18:30 -07:00
B2G Bumper Bot
0639fe08b9
Bumping manifests a=b2g-bump
2015-04-16 09:02:48 -07:00
B2G Bumper Bot
b43440cd46
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6e8822d06035
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29363 from tedders1/bug-1150749-fix
Bug 1150749 - Use bidi-isolate tags around track and artist names. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/7b278add50cd
Author: Ted Clancy <tclancy@mozilla.com>
Desc: Bug 1150749 - Use bidi-isolate tags around track and artist names. r=etienne
2015-04-16 09:00:36 -07:00
B2G Bumper Bot
2a67f0385e
Bumping manifests a=b2g-bump
2015-04-16 08:32:31 -07:00
B2G Bumper Bot
170cabc52f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d178bf2468b9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1153873 - merge pull request #29477 from davehunt:bug1153873 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/a3d54e9dd5c9
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1153873 - Bump marionette_client dependency to 0.10. r=gmealer
2015-04-16 08:30:21 -07:00
B2G Bumper Bot
8d2427db48
Bumping manifests a=b2g-bump
2015-04-16 08:12:56 -07:00
B2G Bumper Bot
3777707a1d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bb6964c12998
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1154250 - merge pull request #29520 from mozfreddyb:bug_1154250_mozsettings_mock_races_n_deadlocks to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/92543162b33b
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: Bug 1154250 - Deadlocks and races in mozsettings mock r=julienw
2015-04-16 08:10:21 -07:00