gecko/dom
Birunthan Mohanathas a64fac26bd Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8
--HG--
rename : dom/src/geolocation/moz.build => dom/geolocation/moz.build
rename : dom/src/geolocation/nsGeoPosition.cpp => dom/geolocation/nsGeoPosition.cpp
rename : dom/src/geolocation/nsGeoPosition.h => dom/geolocation/nsGeoPosition.h
rename : dom/src/geolocation/nsGeoPositionIPCSerialiser.h => dom/geolocation/nsGeoPositionIPCSerialiser.h
rename : dom/src/geolocation/nsGeolocation.cpp => dom/geolocation/nsGeolocation.cpp
rename : dom/src/geolocation/nsGeolocation.h => dom/geolocation/nsGeolocation.h
2014-08-30 21:43:45 -07:00
..
activities Bug 1058101 - Flatten dom/activities/src/ into parent directory. r=mccr8 2014-08-27 10:12:03 -07:00
alarm
animation Bug 1033114 Part 4: Make mStartTime a nullable TimeDuration r=birtles 2014-08-30 02:11:57 -04:00
apps Bug 1058101 - Flatten dom/apps/src/ into parent directory. r=mccr8 2014-08-27 10:12:06 -07:00
archivereader
asmjscache
audiochannel Bug 1055920 - [B2G][AudioChannel] Avoid to create unnecessary AudioChannel instance on child process. r=baku 2014-08-29 14:10:16 +08:00
base Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
battery
bindings Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
bluetooth Bug 1058101 - Flatten dom/network/src/ into parent directory. r=mccr8 2014-08-27 10:13:39 -07:00
bluetooth2 Bug 1058101 - Flatten dom/network/src/ into parent directory. r=mccr8 2014-08-27 10:13:39 -07:00
browser-element bug 1034124 - allow overrides when a CA cert is used as an end-entity cert r=briansmith 2014-08-22 12:07:08 -07:00
camera Bug 981318 - expose compressed image quality setting, r=dhylands,khuey 2014-08-25 15:12:49 -04:00
canvas Bug 1052240 - Skip textures/texture-npot-video.html. 2014-08-29 21:49:56 -07:00
cellbroadcast Bug 1058101 - Flatten dom/cellbroadcast/src/ into parent directory. r=mccr8 2014-08-27 10:12:11 -07:00
contacts
crypto
datastore
devicestorage Bug 1057558 - temporarily exclude devicestorage test_dirs.html from IPC tests. r=akachkach 2014-08-26 17:16:00 +02:00
downloads Bug 1058101 - Flatten dom/downloads/src/ into parent directory. r=mccr8 2014-08-27 10:12:12 -07:00
encoding
events Merge m-c to b2g-inbound. a=merge 2014-08-30 12:45:54 -04:00
fetch
filehandle
filesystem
fmradio Bug 846200 - Update Marionette JS WebAPI Tests to use new settings-api permissions; r=echou r=echen 2014-08-27 21:01:29 -07:00
gamepad
geolocation Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
icc Bug 1058101 - Flatten dom/icc/src/ into parent directory. r=mccr8 2014-08-27 10:12:15 -07:00
identity
imptests Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug 2014-08-25 10:25:34 +01:00
indexedDB Bug 981218 - Stop using a default compartment object in the IndexedDB and ProxyAutoConfig JSRuntimes. r=bobowen 2014-08-21 17:13:51 -07:00
inputmethod Backed out changesets de5cefa8e52e and 5f66ff9f11f2 (bug 1057898) for Gaia Python integration test failures. a=backout 2014-08-29 15:22:17 -04:00
interfaces Bug 1057135 - ServiceWorkerManager::Register() uses entry global. r=ehsan 2014-08-21 16:31:12 -07:00
ipc Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
locales Bug 1057518 - Ensure callingDoc and doc's principal are the same in XMLDocument::Load(). r=sicking 2014-08-29 16:56:28 -07:00
mathml
media Bug 1059295 - sending the getUserMedia:revoke notification with the "screen:" prefix doesn't stop app sharing r=jesup 2014-08-28 16:44:27 -06:00
messages Bug 979767 - Part 1: Messages and Permissions. Supporting web application triggering based on HCI event EVT_TRANSACTION. r=fabrice 2014-08-27 14:41:00 +02:00
mobileconnection Bug 1058101 - Flatten dom/mobileconnection/src/ into parent directory. r=mccr8 2014-08-27 10:13:29 -07:00
mobileid Bug 1058101 - Flatten dom/mobileid/src/ into parent directory. r=mccr8 2014-08-27 10:13:33 -07:00
mobilemessage Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8 2014-08-27 10:13:36 -07:00
network Bug 1058101 - Flatten dom/network/src/ into parent directory. r=mccr8 2014-08-27 10:13:39 -07:00
nfc Bug 1059102 - Part 3: s/json/data/g. r=dimi 2014-08-27 16:32:22 +08:00
payment
permission Bug 846200 - Update mochitests to use new settings-api permissions; r=bent 2014-08-27 21:01:29 -07:00
phonenumberutils Backed out 17 changesets (bug 843452) 2014-08-28 16:51:41 -07:00
plugins Bug 768802: Prevent plugins from setting the foreground window during NP_Initialize; r=bsmedberg 2014-08-29 11:30:14 -06:00
power
promise
push Bug 1058101 - Flatten dom/push/src/ into parent directory. r=mccr8 2014-08-27 10:13:45 -07:00
quota
resourcestats
settings Bug 1060691 - Fix error message comparison test; a=kwierso 2014-08-29 18:09:46 -07:00
smil
speakermanager Bug 1055920 - [B2G][AudioChannel] Avoid to create unnecessary AudioChannel instance on child process. r=baku 2014-08-29 14:10:16 +08:00
src Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
system Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00
telephony Bug 1056618 - Automatically hold the active calls before dial. r=hsinyi 2014-08-22 03:26:00 -04:00
tests Merge b2g-inbound to m-c. a=merge 2014-08-29 15:26:40 -04:00
tethering Bug 900551 - Make marionette webapi tests use transaction events for settings; r=edgar r=hchang r=dlee 2014-08-27 21:01:30 -07:00
time
voicemail
wappush Bug 1058101 - Flatten dom/wappush/src/ into parent directory. r=mccr8 2014-08-27 10:13:52 -07:00
webidl Merge m-c to b2g-inbound. a=merge 2014-08-30 12:45:54 -04:00
wifi Merge b2g-inbound to m-c. a=merge 2014-08-29 15:26:40 -04:00
workers Bug 908390 followup. Fix up event timestamps on workers, and enable the test that was supposed to test for it. r=khuey pending 2014-08-30 00:56:35 -04:00
xbl
xml Bug 1057518 - Ensure callingDoc and doc's principal are the same in XMLDocument::Load(). r=sicking 2014-08-29 16:56:28 -07:00
xslt
moz.build Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8 2014-08-30 21:43:45 -07:00