.. |
activities
|
|
|
alarm
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
animation
|
Bug 1117955 - Disable css-transitions/test_animation-pausing.html on Windows
|
2015-01-07 15:00:26 +09:00 |
apps
|
Bug 1090820 - OTA update check never clears status. r=fabrice
|
2015-01-09 13:32:47 -08:00 |
archivereader
|
Bug 1113062 - patch 2 - ArchiveReaderZipFile non-CCed, r=smaug
|
2015-01-11 21:34:57 +00:00 |
asmjscache
|
Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel
|
2015-01-06 16:30:03 -05:00 |
audiochannel
|
Bug 1107681 - fix up the dom uses of WrapptedJSToDictionary to use the cx-less interface. r=bholley
|
2014-12-29 11:56:00 +01:00 |
base
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, add template to detect refcounted classes. r=bz.
|
2014-11-01 14:10:59 +01:00 |
battery
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
bindings
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, autodetect the right smart pointer for owned and refcounted objects. r=bz.
|
2014-11-01 15:08:00 +01:00 |
bluetooth
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
bluetooth2
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
browser-element
|
Bug 1111433 - Add mochitest to verify SelectionStateChanged with blur state. r=ehsan
|
2015-01-07 23:34:00 -05:00 |
camera
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
canvas
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make the WrapObject signature for non-refcounted objects the same as for refcounted objects. r=bz.
|
2014-11-01 15:00:28 +01:00 |
cellbroadcast
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
contacts
|
Bug 1108304 - Remove deprecated let block in dom/contacts/fallback/ContactDB.jsm. r=reuben
|
2014-11-30 00:12:48 -08:00 |
crypto
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
datastore
|
Bug 1117167. Make the generated implementation classes for JS-implemented bindings store an nsIGlobalObject, not an nsPIDOMWindow, so we can use them in sandboxes. r=peterv
|
2015-01-08 11:57:19 -05:00 |
devicestorage
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
downloads
|
|
|
encoding
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make the WrapObject signature for non-refcounted objects the same as for refcounted objects. r=bz.
|
2014-11-01 15:00:28 +01:00 |
engineeringmode
|
|
|
events
|
bug 1112212 - Set flag in InputContext for IME-unaware webapps; r=masayuki
|
2015-01-10 12:41:57 -05:00 |
fetch
|
Bug 1118430 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/fetch; r=baku
|
2015-01-06 16:35:24 -05:00 |
filehandle
|
Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); Part 1 - Remove unused stuff; r=bent
|
2014-12-06 07:31:53 -08:00 |
filesystem
|
Bug 1110031 - Part 2: Mark some directories as FAIL_ON_WARNINGS for some compilers. r=gps
|
2014-12-10 22:46:01 -08:00 |
fmradio
|
Backed out changeset 07b42d1d60aa (bug 1073003)
|
2014-12-23 13:35:17 +01:00 |
gamepad
|
bug 1105074 - make more stuff final r=froydnj
|
2014-11-25 13:56:07 -05:00 |
geolocation
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
html
|
Bug 1118528 - Use fuzzy comparisons in MediaSourceReader::HaveData. r=cajbir
|
2015-01-12 09:47:56 +13:00 |
icc
|
Merge mozilla-central to b2g-inbound
|
2015-01-08 15:44:18 +01:00 |
identity
|
|
|
imptests
|
Bug 1104433 part 3 - Extend the timeout of dom/imptests/editing/conformancetest/test_runtest.html; rs=Ms2ger
|
2014-12-01 08:37:45 +09:00 |
indexedDB
|
Bug 1113062 - IndexedDB FileSnapshot not CCed, r=janv
|
2015-01-11 21:35:24 +00:00 |
inputmethod
|
Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
|
2014-12-11 13:34:40 -05:00 |
interfaces
|
Bug 1115691 patch 2 - Expose counts of frames constructed and reflowed on DOMWindowUtils. r=roc
|
2015-01-11 15:43:10 -08:00 |
ipc
|
Bug 1113062 - IndexedDB FileSnapshot not CCed, r=janv
|
2015-01-11 21:35:24 +00:00 |
json
|
|
|
jsurl
|
Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - dom/ changes (r=sicking)
|
2014-12-12 09:06:09 -08:00 |
locales
|
Bug 1115668 - Fix inappropriate mixed content warning messages. r=tanvi
|
2014-12-30 23:09:33 +09:00 |
manifest
|
Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures.
|
2014-12-11 11:28:30 -05:00 |
mathml
|
|
|
media
|
Bug 1119033 - Don't try to evict when we don't have any initialized decoders. r=ajones
|
2015-01-12 15:35:35 +13:00 |
messages
|
Backed out 7 changesets (bug 1018320)
|
2015-01-04 08:40:27 -08:00 |
mobileconnection
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
mobileid
|
|
|
mobilemessage
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
network
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
nfc
|
merge b2g-inbound to mozilla-central a=merge
|
2015-01-09 14:08:02 +01:00 |
notification
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
offline
|
bug 1105074 - make more stuff final r=froydnj
|
2014-11-25 13:56:07 -05:00 |
payment
|
|
|
permission
|
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
|
2014-11-28 09:44:12 +01:00 |
phonenumberutils
|
|
|
plugins
|
Bug 1110469 - Remove NS_OpenURI (r=sworkman)
|
2015-01-11 20:26:40 -08:00 |
power
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
promise
|
Bug 1112471 - Part 2: DOM Changes for getting icc service state API. r=smaug
|
2014-12-26 10:11:20 +08:00 |
push
|
|
|
quota
|
Bug 1119462 - Allow unlimited quota for explicit persistent storage; r=bent
|
2015-01-09 16:56:23 +01:00 |
res
|
|
|
resourcestats
|
|
|
security
|
Bug 1116624 - Move CORS into dom/security (r=sicking)
|
2014-12-30 15:54:59 -08:00 |
settings
|
Bug 1117252 - Re-enable settings mochitests that were disabled by bug 1113199; a=test-only
|
2015-01-03 11:15:51 -08:00 |
smil
|
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
|
2015-01-06 21:39:46 -08:00 |
speakermanager
|
|
|
storage
|
Bug 1118609 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/storage; r=baku
|
2015-01-07 10:22:00 -05:00 |
svg
|
Bug 1117514 - lines with zero length dashes are not rendered. r=jwatt
|
2015-01-10 22:17:57 +00:00 |
system
|
Merge m-c to inbound a=merge
|
2015-01-09 21:00:13 -08:00 |
telephony
|
Merge mozilla-inbound to mozilla-central a=merge
|
2015-01-08 17:08:12 -08:00 |
tests
|
Bug 1099092: Remove expected-fails for animation-timeline and disable test on b2g a=testonly CLOSED TREE
|
2015-01-09 18:50:01 +02:00 |
tethering
|
|
|
time
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
tv
|
Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku
|
2015-01-08 08:49:54 -05:00 |
voicemail
|
|
|
vr
|
|
|
wappush
|
Bug 1108900 - Part 2: rename MmsService. r=echen
|
2014-12-10 16:14:19 +08:00 |
webidl
|
Bug 1109456 - Support NFC tag transceive WebAPI. r=smaug, yoshi
|
2015-01-09 10:42:48 +08:00 |
wifi
|
Bug 1084156 - Turn to power saving mode when wifi connected. r=hchang
|
2014-12-26 01:52:00 -05:00 |
workers
|
Bug 1113062 - IndexedDB FileSnapshot not CCed, r=janv
|
2015-01-11 21:35:24 +00:00 |
xbl
|
Bug 1118608 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xbl; r=baku
|
2015-01-07 10:20:48 -05:00 |
xml
|
Bug 1118550 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/xml; r=baku
|
2015-01-07 10:19:13 -05:00 |
xslt
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make the WrapObject signature for non-refcounted objects the same as for refcounted objects. r=bz.
|
2014-11-01 15:00:28 +01:00 |
xul
|
Bug 1110469 - Remove NS_OpenURI (r=sworkman)
|
2015-01-11 20:26:40 -08:00 |
jar.mn
|
|
|
moz.build
|
Backed out 7 changesets (bug 1018320)
|
2015-01-04 08:40:27 -08:00 |