David Zbarsky
045d72cfab
Backout bug 830221 so binary addons can create DOMImplementation
2013-03-12 17:31:53 -04:00
Ms2ger
dc01d232a1
Bug 825285 - Part b: Move ArchiveReader to Paris bindings, remove XPCOM goop; r=khuey
2013-03-10 08:57:14 +01:00
Gene Lian
466e249b56
Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
2013-03-01 16:38:47 +08:00
Peter Van der Beken
14b4db0cf5
Fix for bug 825628 (Implement NamedConstructor) - use NamedConstructor for Image() and Option(). r=bz.
2013-01-22 11:53:13 +01:00
Gene Lian
c5cf412c78
Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 2, create dom/mobilemessage to put DB codes). r=vicamo
2013-02-05 19:39:44 +08:00
Gene Lian
9c15ce4254
Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 1, s/SmsDatabaseService/MobileMessageDatabaseService). r=vicamo
2013-02-05 19:10:39 +08:00
David Zbarsky
4b34c4092c
Bug 830221 - Remove nsIDOMDOMImplementation r=bz
2013-01-14 21:06:20 -05:00
Dave Hylands
e122c2c0cd
Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
...
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
dom/ipc/ContentChild.cpp | 18 +++-
dom/ipc/ContentChild.h | 5 +-
dom/ipc/ContentParent.cpp | 22 +++-
dom/ipc/ContentParent.h | 2 +
dom/ipc/PContent.ipdl | 6 +-
dom/system/gonk/AutoMounter.cpp | 19 +++-
dom/system/gonk/Makefile.in | 4 +-
dom/system/gonk/Volume.cpp | 62 ++++++++++-
dom/system/gonk/Volume.h | 11 +-
dom/system/gonk/VolumeServiceIOThread.cpp | 11 +-
dom/system/gonk/VolumeServiceIOThread.h | 7 +-
dom/system/gonk/nsIVolume.idl | 21 +++-
dom/system/gonk/nsIVolumeMountLock.idl | 12 +++
dom/system/gonk/nsIVolumeService.idl | 9 +-
dom/system/gonk/nsVolume.cpp | 96 ++++++++++++++++-
dom/system/gonk/nsVolume.h | 43 ++++++--
dom/system/gonk/nsVolumeMountLock.cpp | 157 +++++++++++++++++++++++++++
dom/system/gonk/nsVolumeMountLock.h | 55 ++++++++++
dom/system/gonk/nsVolumeService.cpp | 168 +++++++++++++++++++++++------
dom/system/gonk/nsVolumeService.h | 20 +++-
layout/build/nsLayoutModule.cpp | 5 +-
layout/build/nsLayoutStatics.cpp | 9 ++
22 files changed, 684 insertions(+), 78 deletions(-)
create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
Phil Ringnalda
d137321fea
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00
Dave Hylands
80270c8d7f
Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
...
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
dom/ipc/ContentChild.cpp | 18 +++-
dom/ipc/ContentChild.h | 5 +-
dom/ipc/ContentParent.cpp | 22 +++-
dom/ipc/ContentParent.h | 2 +
dom/ipc/PContent.ipdl | 6 +-
dom/system/gonk/AutoMounter.cpp | 19 +++-
dom/system/gonk/Makefile.in | 4 +-
dom/system/gonk/Volume.cpp | 62 ++++++++++-
dom/system/gonk/Volume.h | 11 +-
dom/system/gonk/VolumeServiceIOThread.cpp | 11 +-
dom/system/gonk/VolumeServiceIOThread.h | 7 +-
dom/system/gonk/nsIVolume.idl | 21 +++-
dom/system/gonk/nsIVolumeMountLock.idl | 12 +++
dom/system/gonk/nsIVolumeService.idl | 9 +-
dom/system/gonk/nsVolume.cpp | 96 ++++++++++++++++-
dom/system/gonk/nsVolume.h | 43 ++++++--
dom/system/gonk/nsVolumeMountLock.cpp | 157 +++++++++++++++++++++++++++
dom/system/gonk/nsVolumeMountLock.h | 55 ++++++++++
dom/system/gonk/nsVolumeService.cpp | 168 +++++++++++++++++++++++------
dom/system/gonk/nsVolumeService.h | 20 +++-
layout/build/nsLayoutModule.cpp | 5 +-
layout/build/nsLayoutStatics.cpp | 9 ++
22 files changed, 684 insertions(+), 78 deletions(-)
create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
Robert O'Callahan
afd18647c0
Bug 826632. Part 3: Create nsViewManagers directly instead of using XPCOM. r=tnikkel
2013-01-05 16:12:49 +13:00
Phil Ringnalda
f40517090e
Back out 5e76dfb1d426 (bug 826635) and 0df74b1a4543:20df426b6111 (bug 826632) for bustage
...
CLOSED TREE
2013-01-04 21:30:14 -08:00
Robert O'Callahan
b4b1f96941
Bug 826632. Part 3: Create nsViewManagers directly instead of using XPCOM. r=tnikkel
2013-01-05 16:12:49 +13:00
Ms2ger
bdd1c82f34
Merge m-c to inbound.
2012-12-22 14:42:37 +01:00
Ms2ger
7f4563a975
Bug 819639 - Part a: Rename nsEventSource to dom::EventSource; r=bz
2012-12-22 09:17:05 +01:00
Randell Jesup
2c6035b8fb
Bug 799417: Backend support for list of documents that have active gUM MediaStreams r=derf
2012-12-22 03:09:36 -05:00
Olli Pettay
d9b6bd4fa2
Bug 790978 - Convert MutationObserver to webidl, r=bz
2012-12-18 16:50:52 +02:00
Marco Chen
225fd5f2b4
Bug 815069 - Part 2: AudioChannelAgent Implementation. r=roc, a=blocking-basecamp
...
[Audio ] mechanism for Gecko components without media element to join audio competing policy.
2012-12-06 22:29:20 +08:00
Andrea Marchesini
78f3f9b6ee
Bug 805333 part 1 - AudioChannelService, r=kinetik, a=blocking-basecamp
2012-12-04 11:46:07 -08:00
Olli Pettay
3b6b9443e1
Bug 749448 - Remove XTF, r=bz
2012-11-15 14:27:13 +02:00
Nicholas Cameron
49fc61d364
Bug 800556; remove nsIDOMCanvasRenderingContext2D; r=Ms2ger,sr=bz
2012-11-13 16:35:36 -08:00
Robert O'Callahan
56230b7bcb
Bug 792675. Part 5: Extend nsHostObjectProtocolHandler with support for 'mediastream' scheme. r=sicking
2012-09-25 15:24:44 +12:00
Robert O'Callahan
7bf10781dc
Bug 792675. Part 4: Refactor nsBlobURI/nsBlobProtocolHandler to nsHostObjectURI/nsHostObjectProtocolHandler. r=sicking
...
The code to handle MediaStream URIs is almost the same as for Blobs, so share it.
nsHostObjectProtocolHandler is modified a bit to simplify method names. Also
we make nsHostObjectProtocolHandler::AddDataEntry take responsibility for
generating the URI to avoid duplicating that code later.
We need separate subclasses for each kind of host object protocol handler,
but we don't need separate subclasses for each kind of host object URI.
2012-09-25 15:24:44 +12:00
Gregor Wagner
7942d44cab
Bug 775997 - Message app crashes when run OOP. Part 1/2. r=bent
2012-11-06 13:29:30 -08:00
Ben Turner
f1e9aeac27
Bug 786295 - 'Delete IndexedDB related to an app when uninstalled'. r=bz+khuey+sicking.
2012-10-23 09:31:19 -07:00
David Zbarsky
857c4a57f6
Backout bug 779684 for topcrash
2012-10-15 14:35:50 -04:00
Kan-Ru Chen (陳侃如)
c0c2aab6b6
Bug 797681 - Register GonkGPSGeoLocationProvider as a XPCOM service. r=dougt
2012-10-15 14:40:51 +08:00
Nicholas Cameron
854baa116d
Bug 734668; reviewer's changes. r=Ms2ger,roc
2012-10-12 22:42:53 +13:00
Nicholas Cameron
4dffd8c4a1
Bug 734668; remove Thebes canvas. r=roc
2012-10-12 22:42:51 +13:00
Ms2ger
f8c108d2d8
Bug 793314 - Remove PtrBits; r=mounir,roc
2012-10-02 10:24:11 +02:00
Gene Lian
bc6b9bbd57
Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 1). r=jlebar
2012-09-28 14:02:28 +08:00
Ed Morley
ab36d80e78
Backout 52be204da1cf (bug 776663), 965397b043c0 (bug 777508), 182c763efa68 (bug 776832), a2a509184b07 & cba5ba69091f (bug 789973) for failures in test_child_process_shutdown_message.html and friends / conflicting with the backout on a CLOSED TREE
2012-09-28 14:08:04 +01:00
Gene Lian
1ae8a301b1
Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 1). r=jlebar
2012-09-28 14:02:28 +08:00
Josh Matthews
a464fa2a94
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
2012-09-24 14:53:49 -04:00
Ray Cheung
4947d7246f
Bug 779500 - WebFM, r=jlebar,glandium sr=jonas
2012-09-19 11:23:33 -04:00
Ms2ger
017ccf588a
Bug 744907 - Remove BlobBuilder; r=sicking
2012-09-20 09:55:36 +02:00
Brandon Sterne
0471babab1
Bug 62178 - implement mixed content blocker, r=smaug
2012-09-16 20:49:43 -07:00
Phil Ringnalda
992abeae79
Back out 562ba2baa5b3 and 5065dd13b53d (bug 62178) for Android mochitest-1 failure
2012-09-16 15:24:58 -07:00
Brandon Sterne
70908d08df
Bug 62178 - implement mixed content blocker, r=smaug
2012-09-16 13:13:25 -07:00
Andrea Marchesini
94aecac710
Bug 775368 - Porting Websockets to WebIDL, r=bz
2012-09-10 09:48:14 -04:00
Ben Turner
ea36e76557
Bug 782588 - 'mozBluetooth is not a singleton'. r=qDot.
2012-09-06 07:15:36 -07:00
Ben Turner
c8d804d79b
Backout d8d15eedf9ec for build failures
2012-09-06 01:11:11 -07:00
Ben Turner
1c8fe0bdc5
Bug 782588 - 'mozBluetooth is not a singleton'. r=qDot.
2012-09-06 00:45:20 -07:00
Philipp von Weitershausen
0829e9bcf4
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
2012-08-27 11:13:02 -03:00
Dave Hylands
76f178a2cd
Bug 777259 - Launch VolumeService earlier to prevent races on retrieving Volume information
2012-08-09 20:40:05 -07:00
David Zbarsky
2d1e72a475
Bug 779684: Create a stack-based nsFrameIterator class out of nsIFrameTraversal and nsIFrameEnumerator r=roc
2012-08-05 23:00:55 -04:00
Ben Turner
94f469af49
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
2012-08-01 23:02:29 -07:00
Aryeh Gregor
8b4a23fc4c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Andrea Marchesini
172522ecb8
Bug 772434 - Blob support for Zip file contents, r=jst
2012-07-27 17:21:34 -07:00
Fabrice Desré
4997301205
Bug 715814 - Implement Web Activities : Activity Object [r=mounir]
2012-07-20 17:41:30 +02:00