gecko-dev/dom
Bill McCloskey 81c169c2a9 Bug 792652 - Remove methods from MessageListener (r=dvander)
With this change, MessageChannel stores mListener as an IToplevelProtocol
rather than a MessageListener (which isn't really a useful concept on
its own). The MessageListener methods are split out to IProtocol and
IToplevelProtocol. MessageListener gets deleted. Some of the inline
functions in MessageChannel had to be moved to MessageChannel.cpp since
IToplevelProtocol isn't defined in MessageChannel.h.
2016-11-08 15:22:36 -08:00
..
animation Merge m-c to m-i 2016-11-05 14:13:18 -07:00
apps Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/apps. r=gerard-majax,RyanVM 2016-11-05 11:29:14 +01:00
archivereader Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/archivereader. r=RyanVM 2016-11-05 11:29:14 +01:00
asmjscache Bug 1302448 part 1 - Rename CycleCollectedJSRuntime to CycleCollectedJSContext. r=mccr8 2016-09-14 15:47:32 +02:00
audiochannel Bug 1315551 - part1 : should pass valid window for agent's initialization. r=baku 2016-11-08 11:06:04 +08:00
base Merge m-c to inbound, a=merge 2016-11-08 14:08:34 -08:00
battery Bug 1313580 - Part 3: Remove web content access to Battery API. r=baku 2016-10-28 18:45:36 -07:00
bindings Bug 1290021 - Implement a prototype version of Houdini "Worklets Level 1" spec - part 2 - WorkletGlobalScope, r=smaug 2016-11-06 09:54:29 +01:00
broadcastchannel Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/broadcastchannel. r=RyanVM 2016-11-05 11:29:15 +01:00
browser-element Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/browser-element. r=RyanVM 2016-11-05 11:29:15 +01:00
cache Backed out 18 changesets (bug 792652) for build bustage on linux64 a=backout CLOSED TREE 2016-11-08 12:05:28 -08:00
canvas Bug 1314505 - Execute ErrorInvalidOperation if IsLinked() returns false. r=mtseng 2016-11-07 11:53:25 +08:00
console Bug 1290021 - Implement a prototype version of Houdini "Worklets Level 1" spec - part 3 - Console API in worklet, r=smaug 2016-11-06 09:54:52 +01:00
crypto Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/crypto. r=RyanVM 2016-11-05 11:29:15 +01:00
devicestorage Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/devicestorage. r=RyanVM 2016-11-05 11:29:15 +01:00
downloads Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv 2016-10-13 13:18:41 -04:00
encoding Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/encoding. r=RyanVM 2016-11-05 11:29:15 +01:00
events Bug 1299483 - CSP: Implement 'strict-dynamic', enforcement changes. r=dveditz,freddyb 2016-11-08 12:55:23 +01:00
fetch Bug 1277803 - Part 1 : Add a new ContentPolicy TYPE_INTERNAL_IMAGE_FAVICON for indicating a favicon loading. r=ckerschb 2016-10-13 15:43:54 +08:00
filehandle
filesystem Bug 1315185 - Get rid of FileSystemFileEntry.createWriter, r=smaug 2016-11-04 14:23:46 +01:00
flyweb Bug 1315209 - Remove a warning in FlyWeb code, r=me 2016-11-04 11:49:14 +01:00
gamepad Bug 1313585 - Part 1: Removing gamepads while nsGlobalWindow is removed in GamepadManager; r=lenzak800,qdot 2016-10-28 15:58:22 +08:00
geolocation Bug 1300474 - Replace nsAutoPtr usages in geolocation with UniquePtr. r=jdm 2016-10-24 14:40:18 +08:00
grid Bug 1308208 - remove redundant null check from GridLines::SetLineInfo. r=baku 2016-10-06 19:05:46 +03:00
html Merge inbound to central, a=merge 2016-11-08 13:58:20 -08:00
imptests Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/imptests. r=RyanVM 2016-09-29 11:22:57 +02:00
indexedDB Merge m-i to m-c, a=merge 2016-11-05 13:36:25 -07:00
inputmethod Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/inputmethod. r=RyanVM 2016-11-05 11:29:16 +01:00
inputport
interfaces Bug 1299483 - CSP: Implement 'strict-dynamic', enforcement changes. r=dveditz,freddyb 2016-11-08 12:55:23 +01:00
ipc Bug 792652 - Get rid of CloneProtocol (r=dvander) 2016-11-08 15:22:33 -08:00
json Merge m-c to m-i 2016-11-05 14:13:18 -07:00
jsurl Bug 1299483 - CSP: Implement 'strict-dynamic', enforcement changes. r=dveditz,freddyb 2016-11-08 12:55:23 +01:00
locales Bug 1299483 - CSP: Implement 'strict-dynamic', parser changes. r=dveditz,freddyb 2016-11-08 13:08:33 +01:00
manifest Bug 1295456 - Update Gecko tests for css-color-4 color function changes. r=dholbert 2016-10-16 03:15:36 +08:00
mathml
media Bug 792652 - Simplify IPDL type hierarchy (r=dvander) 2016-11-08 15:22:34 -08:00
messagechannel Bug 1313006 - Remove of MessageEvent.setSource, r=qdot 2016-10-26 22:00:43 +02:00
network Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/network. r=RyanVM 2016-11-05 11:29:17 +01:00
notification Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/notification. r=RyanVM 2016-11-05 11:29:17 +01:00
offline Bug 1303167 P6 Rename new suspend and freeze methods to final names. r=smaug 2016-10-26 10:20:16 -07:00
performance
permission Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/permission. r=RyanVM 2016-11-05 11:29:17 +01:00
plugins Bug 792652 - Remove methods from MessageListener (r=dvander) 2016-11-08 15:22:36 -08:00
power Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/power. r=RyanVM 2016-11-05 11:29:17 +01:00
presentation Bug 1315867 - Disable test_presentation_sandboxed_presentation.html until its flaky use of setTimeout can be repaired 2016-11-07 20:32:24 -08:00
promise Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/promise. r=RyanVM 2016-11-05 11:29:17 +01:00
push Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/push. r=RyanVM 2016-11-05 11:29:17 +01:00
quota Bug 1301333 - Add mark-initialisation-func annotation to functions Init and DoInitOnMainThread from GetUsageOp. r=baku 2016-10-18 12:57:57 +03:00
res
secureelement Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv 2016-10-13 13:18:41 -04:00
security Merge m-c to inbound, a=merge 2016-11-08 14:08:34 -08:00
settings
smil Bug 1272549 - Part 9: Compute distance for mismatched transform lists. r=birtles 2016-10-05 15:36:16 +08:00
speakermanager
storage Bug 792652 - Get rid of CloneProtocol (r=dvander) 2016-11-08 15:22:33 -08:00
svg bug 1306591, add secondary event queue to let high priority messages to be processed sooner, r=billm 2016-11-08 14:05:45 +02:00
system Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/system. r=RyanVM 2016-11-05 11:29:18 +01:00
tests Bug 1315672 - Only check for IdleDeadline on nightly. r=bkelly 2016-11-07 19:28:52 +01:00
tethering
time
u2f Bug 1308868 - Add ignore-initialization-check annotation to mErrorCode from U2FStatus. r=baku 2016-10-17 16:10:17 +03:00
url Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/url. r=RyanVM 2016-11-05 11:29:18 +01:00
vr Bug 1306422 - VRDisplay.exitPresent must only be allowed by content that started VR Presentation,r=gwright 2016-10-11 15:26:57 -07:00
webidl Bug 1290021 - Implement a prototype version of Houdini "Worklets Level 1" spec - part 5 - dump(), r=smaug 2016-11-06 09:55:41 +01:00
wifi
workers Bug 1300659 P4 Use ThrottledEventQueue in workers. r=baku 2016-11-07 12:30:17 -08:00
worklet Bug 1290021 - Implement a prototype version of Houdini "Worklets Level 1" spec - part 6 - assertions, r=smaug 2016-11-06 09:56:03 +01:00
xbl Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/xbl. r=RyanVM 2016-11-05 11:29:18 +01:00
xhr Bug 1308341 - Don't fire the progress event if the length is 0, r=baku 2016-11-08 17:45:36 +08:00
xml Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/xml. r=RyanVM 2016-11-05 11:29:18 +01:00
xslt Bug 1303196 - Part 2: Connect the DocGroup and TabGroup objects to nsGlobalWindow and nsDocument, ensuring that Opener is set early enough that it is correct, r=smaug 2016-10-27 15:53:35 -04:00
xul Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/xul. r=RyanVM 2016-11-05 11:29:19 +01:00
jar.mn
moz.build Bug 1290021 - Implement a prototype version of Houdini "Worklets Level 1" spec - part 1 - WebIDL interface, r=smaug 2016-11-06 09:53:34 +01:00