gecko-dev/dom
Xidorn Quan adac331402 Bug 1268798 part 4 - Mark Document.fullscreenElement and fullscreenEnabled with LenientSetter. r=smaug
MozReview-Commit-ID: B2F2sCLm0G8

--HG--
extra : source : be1844a64bb5207f84692a9a2ed73c2dacb45aa9
2016-05-12 10:28:56 +10:00
..
activities Bug 1254287 - Remove the EngineeringMode API r=evelyn,sicking 2016-05-04 12:46:32 +02:00
alarm
animation Bug 1263488 - Make AnimValuesStyleRule re-use PropertyStyleAnimationValuePair; r=hiro 2016-05-11 16:43:32 +09:00
apps Bug 1261011 - Remove Inter-App Communication API; r=fabrice 2016-05-05 07:39:10 -04:00
archivereader Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
asmjscache Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
audiochannel Bug 1235612 - Part 2: Notify audible state in NotifyStartedPlaying. r=baku 2016-05-03 17:59:27 +08:00
base Bug 1268798 part 3 - Add LenientSetter extended attribute. r=khuey 2016-05-12 10:28:56 +10:00
battery
bindings Bug 1268798 part 3 - Add LenientSetter extended attribute. r=khuey 2016-05-12 10:28:56 +10:00
bluetooth Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice 2016-05-02 10:27:15 -07:00
broadcastchannel Bug 1267904 - Add telemetry for WorkerMainThreadRunnable, r=khuey 2016-05-03 09:09:47 +02:00
browser-element Merge fx-team to central, a=merge 2016-05-06 15:57:08 -07:00
cache Backed out changeset dc42de66de8c (bug 1243791) landing with wrong bug number 2016-05-10 12:50:15 +02:00
camera Bug 1270349 part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv 2016-05-09 22:25:40 -04:00
canvas Bug 1271478 - Implement WebGLContextCreationError. - r=jrmuizel,smaug,mtseng 2016-05-11 16:45:43 -07:00
cellbroadcast
contacts
crypto Bug 1268845. Make sure to set up an XPCWrappedNativeScope for SimpleGlobalObject globals on the main thread. r=bholley,ttaubert,ejpbruel 2016-05-10 20:57:29 -04:00
devicestorage Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
downloads Bug 1269303 - Remove RequestSync API, r=fabrice 2016-05-03 11:13:03 +02:00
encoding Bug 1262324 (part 2) - Introduce nsUConvProp. r=emk. 2016-04-06 13:31:38 +10:00
events Bug 881832 - Fix test_bug602962.xul to not assume that resizes have finished flushing when the resize event fires. r=tnikkel 2016-05-12 12:09:50 +12:00
fetch Bug 1271493 Dispatch fetch control runnable even in opt builds. r=mccr8 2016-05-11 07:42:05 -07:00
filehandle Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
filesystem Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
fmradio Bug 1235612 - Part 3: Implement the logic of audible state notification for agent owners. r=baku 2016-05-03 17:59:32 +08:00
gamepad
geolocation Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
html Bug 1268798 part 4 - Mark Document.fullscreenElement and fullscreenEnabled with LenientSetter. r=smaug 2016-05-12 10:28:56 +10:00
icc
identity
imptests Bug 1213670 - Remove dom/imptests/ that aren't likely to be platform-specific; r=jgraham 2016-04-13 15:21:13 +03:00
indexedDB Bug 1270649 - Rename mExceptionHasBeenRisen to mExceptionWasRaised. r=smaug 2016-05-08 22:16:42 -07:00
inputmethod Bug 1260710 - Test for routing hardware key events to IME; r=masayuki 2016-04-06 13:05:20 +08:00
inputport Bug 1266644 - Rename DOMMediaStream:: CreateXXXStream to DOMMediaStream:: CreateXXXStreamAsInput. r=jesup r=pehrsons 2016-04-25 11:43:27 +08:00
interfaces Bug 1255138 - Window resize support from JS for e10s. r=mconley 2016-05-11 11:44:57 +02:00
ipc Bug 881832 - Make inner document reflow asynchronous. r=tnikkel 2016-05-12 12:07:45 +12:00
json Bug 1263496 - Part 3: fix for nsNullPrincipal::Create 2016-04-27 18:38:07 +08:00
jsurl Bug 1268047 part 2. Change javascript: evaluation to ignore the return value if it's not a string. r=peterv 2016-05-09 22:25:40 -04:00
locales Bug 1258904 - Part 4: Set performance warning for small content. r=birtles 2016-05-07 17:37:58 +09:00
manifest Bug 1268159 - Use GreD in addition to XCurProcD for browser_misused_characters_in_strings.js to cover more string files. r=gijs 2016-04-29 09:28:48 -04:00
mathml Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku 2016-03-31 12:46:32 +01:00
media Bug 1224973 - Part 5: Implement suspend decoding for background video. r=cpearce,jwwang,jya 2016-05-12 09:54:15 +10:00
messagechannel Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj 2016-04-11 11:40:06 -07:00
messages Bug 1261011 - Remove Inter-App Communication API; r=fabrice 2016-05-05 07:39:10 -04:00
mobileconnection
mobileid
mobilemessage
network Bug 1231975 - Part 2: Break a reference cycle between NrTcpSocketIpc and TCPSocketChild, in the same manner as the UDP case. r=mcmanus 2016-04-07 12:51:59 -05:00
newapps
nfc Bug 1267577 - Move nsRunnable to mozilla::Runnable. r=gsvelto 2016-04-27 12:05:40 +02:00
notification Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
offline
payment
permission Bug 1266821 - Remove `PushPermissionDescriptor` from the Permissions API. r=baku 2016-04-22 11:22:42 -07:00
phonenumberutils
plugins Bug 1261499 - Make nsContentUtils::AddScriptRunner return void, r=khuey 2016-05-06 16:09:03 +08:00
power
presentation Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
promise Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
push Bug 1206424 - Ensure `daysElapsed` is always non-negative when updating the push quota. r=wchen 2016-05-09 20:54:05 -07:00
quota Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
res
resourcestats
secureelement
security Bug 1251152 - Part 3: Test case. r=franziskus 2016-05-05 11:11:34 +08:00
settings
simplepush
smil Backed out 4 changesets (bug 1269975) for bustage. 2016-05-10 00:08:54 -04:00
speakermanager
storage Bug 1270349 part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv 2016-05-09 22:25:40 -04:00
svg Backed out 4 changesets (bug 1269975) for bustage. 2016-05-10 00:08:54 -04:00
system Bug 1269264 - Remove SEC_NORMAL from test_ril_code_quality.py (r=sicking) 2016-05-08 20:06:37 +02:00
telephony Bug 1235612 - Part 3: Implement the logic of audible state notification for agent owners. r=baku 2016-05-03 17:59:32 +08:00
tests Bug 1271478 - Implement WebGLContextCreationError. - r=jrmuizel,smaug,mtseng 2016-05-11 16:45:43 -07:00
tethering
time
tv Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
u2f Bug 1265211 - Fix intermittent U2F Test r=mgoodwin 2016-04-19 08:49:13 -07:00
voicemail
vr
wappush
webidl Bug 1268798 part 4 - Mark Document.fullscreenElement and fullscreenEnabled with LenientSetter. r=smaug 2016-05-12 10:28:56 +10:00
wifi Bug 1267577 - Move nsRunnable to mozilla::Runnable. r=gsvelto 2016-04-27 12:05:40 +02:00
workers Bug 1271478 - Implement WebGLContextCreationError. - r=jrmuizel,smaug,mtseng 2016-05-11 16:45:43 -07:00
xbl Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
xml Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
xslt Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
xul Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
jar.mn
moz.build Bug 1254287 - Remove the EngineeringMode API r=evelyn,sicking 2016-05-04 12:46:32 +02:00