Jim Mathies
f93c97ac46
Bug 1128454 - When plugin bridging fails, propagate the error back to the content process without aborting tabs. r=billm
...
--HG--
extra : rebase_source : dbe95e294a973f52b3015f1b1f7c0cd229a745c2
2015-07-20 10:20:15 -05:00
Andrew McCreight
621e57b2b7
Bug 1176341 - De-holder nsIXPConnect::CreateSandbox. r=baku,gabor
2015-07-21 11:31:44 -07:00
Jonathan Watt
cb263d5c60
Bug 1164310, part 6 - Implement the new Promise returning DataTransfer.getFilesAndDirectories() API. r=baku
2015-07-10 18:57:23 +01:00
Jonathan Watt
43ab228990
Bug 1164310, part 5 - Implement new anonymous content and layout pieces for directory picking via input elements. r=tnikkel
2015-07-10 18:56:36 +01:00
Jonathan Watt
b7bcad9074
Bug 1164310, part 4 - Implement the new HTMLInputElement API including the new Promise returning GetFilesAndDirectories. r=baku
2015-07-10 18:55:52 +01:00
Jonathan Watt
faca81d049
Bug 1164310, part 3 - Allow the DirState of blobs to be set explicitly. r=baku
2015-07-10 18:55:23 +01:00
Jonathan Watt
b905e3a1be
Bug 1164310, part 2 - Implement an abstraction for a rooted filesystem for non-mobile devices. r=baku
2015-07-10 18:54:53 +01:00
Jonathan Watt
8e2b473096
Bug 1164310, part 1 - Make the code for bypassing mobile security checks more general so that it can be used on non-mobile. r=baku
2015-07-10 18:54:26 +01:00
Ryan VanderMeulen
fb3e0b058e
Backed out changeset 553a3e1e7b18 (bug 1176341) for bustage.
...
CLOSED TREE
2015-07-21 13:00:55 -04:00
Andrew McCreight
5cbc3abf39
Bug 1176341 - De-holder nsIXPConnect::CreateSandbox. r=baku,gabor
2015-07-21 09:44:37 -07:00
Birunthan Mohanathas
4bd37db746
Bug 1182979 - Part 4: Use nsTHashtable::Iterator in MediaShutdownManager. r=cpearce
2015-07-16 10:59:54 -07:00
Birunthan Mohanathas
cb1bfa536f
Bug 1182979 - Part 3: Use nsTHashtable::Iterator in GMPTimerParent. r=cpearce
2015-07-16 10:59:41 -07:00
Birunthan Mohanathas
3d57c66d5e
Bug 1182979 - Part 2: Use nsTHashtable::Iterator in PluginScriptableObjectChild. r=jimm
2015-07-16 10:59:36 -07:00
Birunthan Mohanathas
314776cd4e
Bug 1182979 - Part 1: Use nsTHashtable::Iterator in PluginInstanceChild. r=jimm
2015-07-16 10:55:12 -07:00
Kyle Machulis
4274ebeef0
Bug 1165981 - Mochitests and test plugin for Win64 plugin disabling; r=bsmedberg
2015-07-21 08:55:18 -07:00
Kyle Machulis
5f9983ed6f
Bug 1165981 - Only allow flash as a plugin on Windows 64-bit builds; r=bsmedberg
2015-07-21 08:55:08 -07:00
Mike Conley
4c8a4acb5f
Bug 1185737 - Propagate pause and resume commands to child processes. r=BenWa
...
When we pause the sampler in the parent, we should pause it in the child as well.
Similarly, when the parent resumes, the child should also resume.
--HG--
extra : commitid : CI7X3B04eB5
extra : rebase_source : 8fdaae4004015fa54747599cff54acd187683a71
extra : amend_source : d5960310c462c208485802d70b1535f09ceaeccf
2015-07-15 12:39:39 -04:00
Carsten "Tomcat" Book
d0ae08cfa2
Merge mozilla-central to mozilla-inbound
2015-07-21 17:04:09 +02:00
Carsten "Tomcat" Book
b76ca95f3f
merge mozilla-inbound to mozilla-central a=merge
2015-07-21 16:56:44 +02:00
Kartikaya Gupta
ed365c4387
Bug 1178847 - Add a MobileViewportManager to manage setting the CSS viewport on B2G. r=botond,tn
...
The MobileViewportManager ("MVM") is responsible for setting the CSS viewport on
any of the following events:
- a page is painted for the first time (on the before-first-paint event)
- a meta-viewport tag is added (on the DOMMetaAdded event)
- the full-zoom is changed (on the FullZoomChanged event)
- if the window is resized (ResizeReflow gets called as part of normal layout
processing, and this will pick up a new CSS viewport from MVM)
If the CSS viewport changes or if it is the initial paint, the MVM additionally
calls SetResolutionAndScaleTo on the presShell to update the displayed zoom.
The APZ code in AsyncPanZoomController::NotifyLayersUpdated already has
corresponding code to accept this updated zoom when the CSS viewport changes.
2015-07-21 10:51:55 -04:00
Carsten "Tomcat" Book
1c98d0eb68
merge b2g-inbound to mozilla-central a=merge
2015-07-21 16:50:12 +02:00
Carsten "Tomcat" Book
3a1bcbf297
Backed out changeset f5ea755e3cb9 (bug 1176239) for test failures in browser_focusnavigation.js
2015-07-21 15:22:15 +02:00
Carsten "Tomcat" Book
f821af7776
Backed out changeset cc377dd50503 (bug 1152574) for causing memory leaks on a CLOSED TREE
...
--HG--
extra : rebase_source : 819a2a12c3fd9adb5a756292a287288efbdc01a3
2015-07-21 11:50:45 +02:00
Thomas Zimmermann
2eb3afa0bc
Bug 1185478: Remove strong references from socket I/O class to socket classes
...
The shutdown procedure for socket classes ensures that the I/O class is
deleted independently from its socket class. If the socket class has been
deleted, no I/O is performed and no socket events are forwarded. The I/O
class therefore doesn't require a strong reference to its socket class.
This patch removes the remaining ref-counted pointers from the socket I/O
classes. The socket class clears the weak reference in its socket I/O class
when closing the socket.
2015-07-21 08:06:29 +02:00
Thomas Zimmermann
7a8e54aa54
Bug 1185478: Add leak checks to socket I/O classes
2015-07-21 08:06:29 +02:00
Wes Kocher
1904b374c4
Merge inbound to central, a=merge
2015-07-20 16:32:38 -07:00
Ryan VanderMeulen
3ed56bb494
Merge m-c to fx-team. a=merge
2015-07-20 16:05:14 -04:00
Ryan VanderMeulen
f62f6fed08
Merge m-c to inbound. a=merge
2015-07-20 16:04:28 -04:00
Alfredo Yang
c70bac0966
Bug 1163486 - Update test to use new MP4Demuxer. r=bholley
2015-07-21 02:49:00 +02:00
Alfredo Yang
8393a2233e
Bug 1163486 - Remove MP4Reader. r=jya
2015-07-21 02:48:00 +02:00
Xidorn Quan
460ed18474
Bug 1160017 part 1 - Remove fullscreen permission code from nsDocument. r=smaug
...
--HG--
extra : source : 790e3e8a52cac1ddabebf59bc98a2da0c52ba624
2015-07-21 20:50:20 +10:00
Jean-Yves Avenard
5d0c759bca
Bug 1181204 - Prevent use of the decoder outside the reader's taskqueue. r=cpearce
...
This fix a potential race when the decoder could be shutting down on the reader's taskqueue while the MediaDecoderStateMachine thread attempts to read it.
--HG--
extra : amend_source : d8a7ac55539c22f69d965299010a20b34c8a4c58
extra : transplant_source : %F6%D2z%A2%40%D1%CE%8BX%FB%9E%CA%2B%ABa%7D%F9%7Fl%BF
2015-07-20 15:14:37 -04:00
Ryan VanderMeulen
6ac7016595
Merge m-c to inbound. a=merge
2015-07-20 13:42:34 -04:00
Bevis Tseng
d78375dc2b
Bug 1182770 - Catch Rejected Promise Properly when Failed to ensure routing. r=echen
2015-07-16 14:42:40 +08:00
Alastor Wu
18c83d0873
Bug 1184055 - Muted by default in b2g. r=baku
2015-07-17 17:25:25 +08:00
Frédéric Wang
dff89a06cc
Bug 1163374 - Basic MathML Accessibility support in AccessFu. r=yzen
...
--HG--
extra : rebase_source : bd7f417fb9096efdf0b1d094f78643ad4ccbd2e6
2015-07-13 11:53:00 +02:00
Michael Layzell
811eb00946
Bug 1184971 - Expose cookieBehavior and cookieLifetimePolicy preference variants from nsICookieService. r=ehsan
...
--HG--
extra : rebase_source : 7cfe37db0fe858f42aceda2ef90a5fa69560b86e
2015-07-17 08:01:00 +02:00
Kyle Huey
b030401bd9
Bug 1185836. Nuke warnings from orbit. r=me
2015-07-21 17:07:05 +08:00
Kyle Huey
15a5ec1edf
Bug 1185836: Fix warnings r=me.
...
CLOSED TREE
2015-07-21 16:52:44 +08:00
Kyle Huey
5129adf6dd
Bug 1185836: Replace several EnumerateRead calls with the new hashtable iterators. r=baku
2015-07-21 16:38:31 +08:00
Carsten "Tomcat" Book
af1ca050c6
Backed out changeset 2f4b5acae553 (bug 1184971) for causing OS X Memory Leaks
...
--HG--
extra : rebase_source : 8a69fbfd8f30276036a80929e2f04b1e22d60341
2015-07-21 10:27:44 +02:00
Carsten "Tomcat" Book
d91bdb1107
Backed out changeset a1c5b634d9bd (bug 1163374)
...
--HG--
extra : rebase_source : 621812e06ee3f9c61e422522f802acbc53dc90e8
2015-07-21 10:27:21 +02:00
Andrea Marchesini
282ecec440
Bug 1185531 - Wrong NS_WARN_IF use in MessagePort.cpp, r=smaug
2015-07-21 08:18:25 +01:00
Carsten "Tomcat" Book
de3872af29
Backed out changeset 1704ea727e81 (bug 1163486) for at least b2g bustage
2015-07-21 08:42:54 +02:00
Carsten "Tomcat" Book
79fe86d82b
Backed out changeset 79619b679f82 (bug 1163486)
2015-07-21 08:40:29 +02:00
Carsten "Tomcat" Book
214402e410
Backed out changeset 313ea7f814d3 (bug 1178847)
2015-07-21 08:34:57 +02:00
Benjamin Chen
fcfc87fc71
Bug 1178682 - Reject the decoded sample if timestamp is revert. r=sotaro
2015-07-17 16:18:42 +08:00
Edgar Chen
99c5c20af7
Bug 1177146 - [Aries][RIL] Reply from QUERY_AVAILABLE_NETWORKS has extra strings. r=hsinyi
2015-07-07 18:47:45 +08:00
Xidorn Quan
eb61df85f2
Bug 1183848 - Register fullscreenchange event handler only once per window. r=smaug,khuey
...
--HG--
extra : source : c4ddc31b4f179cf1399e28b4dd95661ef8a8bfcd
2015-07-20 14:22:20 +10:00
Christoph Kerschbaumer
d794b42650
Bug 1143922 - Add AsyncOpen2 to nsIChannel and perform security checks when opening a channel - media element changes (r=sicking,tanvi)
2015-07-19 19:13:28 -07:00