.. |
animation
|
Bug 1352669 - Hook up Stylo CSS parser to Gecko error reporter. r=emilio
|
2017-07-10 17:52:00 -04:00 |
asmjscache
|
Backed out changeset 4f6302a98ae4 (bug 1372405 )
|
2017-06-21 13:59:26 +02:00 |
audiochannel
|
Backed out changeset af66c0b94881 for landing with the wrong bug number in the commit message.
|
2017-06-28 18:37:16 -04:00 |
base
|
Bug 1363361 - Add ability to dirty root frame from nsIDOMWindowUtils. r=dholbert
|
2017-06-28 21:38:53 -07:00 |
battery
|
…
|
|
bindings
|
Bug 1371259 followup. Fix rooting analysis hazards in UnwrapObjectInternal. r=peterv pending
|
2017-07-10 18:04:49 -04:00 |
broadcastchannel
|
Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop.
|
2017-06-22 12:51:42 +02:00 |
browser-element
|
Bug 1377656 - Bug 1377656 - Remove visibility check in BrowserElement API, r=kanru
|
2017-07-04 05:43:52 +02:00 |
cache
|
Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm
|
2017-07-14 08:49:22 +02:00 |
canvas
|
Bug 1373007 - More manifest fixups. a=me
|
2017-07-14 08:43:19 -04:00 |
commandhandler
|
Bug 1372268 - Use LookupForAdd instead of Get+Put to avoid unnecessary hashtable lookups. r=froydnj
|
2017-06-14 16:11:22 +02:00 |
console
|
Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm
|
2017-07-14 08:49:22 +02:00 |
credentialmanagement
|
bug 1332681 - part 4/4 - convert authentication.getAssertion to credentials.get r=jcj,qdot
|
2017-05-23 14:55:10 -07:00 |
crypto
|
Bug 1362970 - Part 2 - Script-generated patch to convert .then(null, ...) to .catch(...). r=florian
|
2017-06-19 11:32:37 +01:00 |
encoding
|
Bug 1373984 - Turn nsIDocument::mCharacterSet into mozilla::NotNull<const mozilla::Encoding*>. r=hsivonen
|
2017-06-18 20:37:50 +09:00 |
events
|
Bug 1380680 - Fix test_bug1013412 so it passes with webrender enabled. r=dvander
|
2017-07-13 11:15:59 -04:00 |
fetch
|
Bug 1380604 - Use Killing when dispatching the sync runnable in FetchBodyConsumer::ShutDownMainThreadConsuming. r=baku
|
2017-07-13 12:17:21 +01:00 |
file
|
Bug 1377589 - FileReader should create a pipe if the stream is blocking, r=smaug
|
2017-07-14 15:31:23 +02:00 |
filehandle
|
Backed out changeset 4f6302a98ae4 (bug 1372405 )
|
2017-06-21 13:59:26 +02:00 |
filesystem
|
Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm
|
2017-07-14 08:49:22 +02:00 |
flyweb
|
Backed out changeset 4f6302a98ae4 (bug 1372405 )
|
2017-06-21 13:59:26 +02:00 |
gamepad
|
Bug 1377222 - Eliminate nsITimer::InitWithFuncCallback in favor of InitWithNamedFuncCallback (r=froydnj)
|
2017-07-03 16:19:56 -07:00 |
geolocation
|
Bug 1372069 - Part 1: Disable Geolocation when 'privacy.resistFingerprinting' is true. r=arthuredelstein,smaug
|
2017-07-13 14:11:08 +08:00 |
grid
|
Bug 1373678 Part 3: Add line number checks to test_grid_implicit.html. r=dholbert
|
2017-06-16 11:03:33 -07:00 |
html
|
Bug 1381606, part 2 - Remove unused fields from nsIDOMHTMLOListElement. r=bz
|
2017-07-17 12:53:52 -07:00 |
imptests
|
Bug 1361645 - Change reftest condition stylo to styloVsGecko r=dbaron
|
2017-05-25 11:26:12 +08:00 |
indexedDB
|
Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop
|
2017-07-11 22:49:55 +01:00 |
interfaces
|
Bug 1363361 - Add ability to dirty root frame from nsIDOMWindowUtils. r=dholbert
|
2017-06-28 21:38:53 -07:00 |
ipc
|
Bug 1379508: Part 2 - Ignore transforms when calculating child process offsets. r=kats
|
2017-07-13 15:33:25 -07:00 |
json
|
Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor.
|
2017-06-13 13:23:23 +03:00 |
jsurl
|
Bug 1379786, part 1 - Remove dead code related to the security manager. r=mrbkap
|
2017-07-07 15:59:29 -07:00 |
locales
|
Bug 1266495 - Remove <isindex>. r=wchen
|
2017-07-05 11:42:04 +03:00 |
manifest
|
Bug 1374282 - hand cleanup for the script generated patch to remove Task.jsm calls, r=Mossop.
|
2017-06-22 12:51:42 +02:00 |
mathml
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
media
|
Bug 1378285 - Modify the generateREF.html to resolve the output limit of console. r=alwu
|
2017-07-17 11:35:51 +08:00 |
messagechannel
|
Bug 1371259 part 3. Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites. r=peterv
|
2017-07-10 16:05:24 -04:00 |
network
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
notification
|
Bug 1371259 part 3. Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites. r=peterv
|
2017-07-10 16:05:24 -04:00 |
offline
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
payments
|
Bug 1380552 - Do not override method |IsTrusted| in PaymentRequestUpdateEvent. r=baku
|
2017-07-13 11:48:58 +08:00 |
performance
|
Bug 1377251 - Expose TIME_TO_NON_BLANK_PAINT as Performance Entry behind pref. r=qDot
|
2017-07-05 16:51:50 -07:00 |
permission
|
…
|
|
plugins
|
Backed out changeset cb1548354e0c (bug 1352559, part 3) for causing *many* crashes in Nightly. r=backout
|
2017-07-17 09:41:29 +10:00 |
power
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
presentation
|
Bug 1371259 part 3. Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites. r=peterv
|
2017-07-10 16:05:24 -04:00 |
promise
|
Bug 1371259 part 3. Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites. r=peterv
|
2017-07-10 16:05:24 -04:00 |
push
|
Bug 1368456 - remove Promise.jsm imports in tests, r=mconley.
|
2017-06-23 11:25:52 +02:00 |
quota
|
Bug 1379786, part 1 - Remove dead code related to the security manager. r=mrbkap
|
2017-07-07 15:59:29 -07:00 |
res
|
…
|
|
script
|
Merge autoland to m-c. a=merge
|
2017-07-14 09:16:03 -04:00 |
secureelement
|
…
|
|
security
|
Merge m-c to autoland. a=merge
|
2017-07-14 09:52:56 -04:00 |
smil
|
Bug 1352669 - Hook up Stylo CSS parser to Gecko error reporter. r=emilio
|
2017-07-10 17:52:00 -04:00 |
storage
|
Merge m-c to autoland, a=merge
|
2017-07-06 16:19:38 -07:00 |
svg
|
Bug 1352669 - Hook up Stylo CSS parser to Gecko error reporter. r=emilio
|
2017-07-10 17:52:00 -04:00 |
system
|
Bug 1369319 - Part 1: Block device sensor events when 'privacy.resistFingerprinting' is true. r=arthuredelstein,bz
|
2017-06-20 11:10:06 +08:00 |
tests
|
Bug 1222633 - Add rel=preload - tests. r=smaug
|
2017-07-10 15:05:48 +02:00 |
time
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
u2f
|
Backed out changeset 4f6302a98ae4 (bug 1372405 )
|
2017-06-21 13:59:26 +02:00 |
url
|
Bug 1344751 - Make nsStandardURL and nsIDNService available on worker threads. r=valentin
|
2017-07-13 12:17:19 +01:00 |
vr
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
webauthn
|
Merge m-c to autoland, a=merge
|
2017-07-14 17:27:36 -07:00 |
webbrowserpersist
|
Bug 1380415 part 1. Remove unused bits of nsIDOMHTMLInputElement. r=mccr8
|
2017-07-13 23:46:13 -04:00 |
webidl
|
Bug 1380415 part 2. Remove XPCOM constraint validation APIs. r=mccr8
|
2017-07-13 23:46:28 -04:00 |
workers
|
Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm
|
2017-07-14 08:49:22 +02:00 |
worklet
|
Bug 1373555 - Move the Fetch consume body login in a separate class - part 3 - Move the consuming body logic from FetchBody to FetchBodyConsumer, r=bkelly
|
2017-06-20 17:53:21 +02:00 |
xbl
|
Bug 1373513 - Part 2: Revert Bug 1364367. r=ckerschb
|
2017-07-12 11:00:27 +08:00 |
xhr
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
xml
|
Bug 1379786, part 4 - Use GetIsSystemPrincipal() method instead of going through secman in CHECK_PRINCIPAL_AND_DATA. r=mrbkap
|
2017-07-10 15:00:03 -07:00 |
xslt
|
Bug 1380227 - Avoid many UTF16toUTF8 and UTF8toUTF16 conversions in nsStringBundle. r=emk.
|
2017-07-12 15:13:37 +10:00 |
xul
|
Bug 1379786, part 5 - Call GetIsSystemPrincipal() rather than keeping alive some refs to the sec man in XUL template code. r=mrbkap
|
2017-07-10 15:12:51 -07:00 |
jar.mn
|
…
|
|
moz.build
|
Backed out changeset 437d6df1859c (bug 1345361) for ESLint failures.
|
2017-05-25 18:05:15 -04:00 |