gecko/dom
2014-02-04 14:43:23 -05:00
..
activities Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
alarm Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
apps Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking 2014-02-04 01:52:57 +01:00
asmjscache Bug 961318 - Tweak off-main-thread parsing heuristic to avoid delaying execution when an atoms-zone GC is in progress (r=billm) 2014-01-20 18:00:18 -06:00
audiochannel Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
base Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
battery Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00
bindings Bug 959013 - Create storage for declarative class bootstrapping information on js::Class. r=luke 2014-02-04 07:51:54 -08:00
bluetooth Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz 2014-01-31 09:55:20 +00:00
browser-element Bug 963268 - Optimize snapshot usage by using willReadFrequently r=snorp 2014-02-03 15:51:00 -08:00
camera Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel 2014-01-30 17:58:51 -05:00
cellbroadcast Bug 934125 - 1/3: s/function \+(/function(/ . r=gene 2014-01-13 10:44:33 +08:00
contacts Bug 963274 - Allow removing contacts by ID. r=gwagner 2014-01-29 08:20:40 -05:00
datastore Bug 964293 - Implement Cu.cloneInto() method, r=bholley 2014-01-30 04:45:48 -08:00
devicestorage Backout 7ffefbeff08c - Wrong patch committed. DONTBUILD 2014-01-16 17:04:37 -08:00
downloads Bug 957592. Expose download API properties based on permission. r=bz 2014-01-24 11:53:05 -08:00
encoding Bug 933885 part 4c: overhaul dom/encoding/test/unit/test_utf.js for correctness and efficiency. r=emk 2014-01-25 23:34:47 -05:00
events Bug 856595 - Fix intermittent failure in test_wheel_default_action.html. r=mikedeboer 2014-01-30 09:20:37 -08:00
file Bug 963167 - Convert JS_SetElement() to take HandleValue rather than MutableHandleValue r=sfink r=bz 2014-01-25 09:31:17 +00:00
fmradio Bug 938015 - Do not turn off FM radio when enabling airplane mode. r=khuey 2014-01-09 10:22:19 +08:00
gamepad Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
icc Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi 2014-01-28 02:45:00 +08:00
identity Bug 967228 - Avoid exception in DOMIdentity.jsm (r=MattN) 2014-02-03 15:53:03 -08:00
imptests Bug 924160 - Part b: Use mochitest manifests for the expected failures in dom/imptests; r=gps 2014-01-20 08:58:24 +01:00
indexedDB Bug 961286 - Use move semantics for JSAutoStructuredCloneBuffer and wrappers. r=jorendorff, r=bent 2014-01-31 21:50:07 -05:00
inputmethod Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
interfaces Bug 827161, part 2 - Implement HTML 5's ValidityState.badInput and implement the state for HTMLInputElement's number type. r=smaug 2014-01-30 12:54:12 +00:00
ipc Merge m-c to inbound. 2014-02-01 17:22:56 -05:00
locales Bug 845690 - Print a warning for developers if we apply our implicit backwards-compatible meta-viewport tag. r=ehsan,f=vingtetun 2014-02-03 18:22:09 -05:00
media Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE 2014-01-31 12:11:23 +01:00
messages Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
mobileconnection Bug 962522 - Part 2: Refactor test_mobile_{voice|data}_state.js and add more tests for data roaming status. r=hsinyi 2014-01-24 16:44:11 +08:00
mobilemessage Bug 959787 - Handlify some misc JS APIs r=sfink r=smaug 2014-01-29 10:00:40 +00:00
network Bug 960945 - MozConnection should be NoInterfaceObject, r=bz 2014-02-03 16:16:27 +00:00
nfc Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
payment
permission Backout b1e246595663 2014-02-03 07:29:16 +01:00
phonenumberutils
plugins Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE 2014-01-31 12:11:23 +01:00
power Bug 957893 - RequireWakeLock should not crash when the param is an empty string, r=ehsan 2014-01-24 09:40:40 +00:00
promise Bug 918806 - Enable DOM Promises. sr=bz 2014-01-30 13:14:00 -08:00
push Bug 956085 - Fix strict mode violation in PushService.jsm. r=nsm 2014-01-03 09:32:37 -05:00
quota Bug 965982. r=bent 2014-01-31 09:50:15 -08:00
settings Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
smil Bug 931013 - Try to fix intermittent failure of smil/crashtests/690994-1.svg. r=birtles 2014-01-20 10:51:06 +00:00
speakermanager Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
src Bug 964238 (part 1) - Remove JSStableString and StableTwoByteChars. r=terrence. 2014-01-30 14:58:53 -08:00
system Merge m-c to inbound. 2014-02-01 17:22:56 -05:00
telephony Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien 2014-01-30 13:14:03 -08:00
tests Bug 932350 et al - Disable dom-level* test suite for intermittent failures on multiple platforms. 2014-02-04 11:38:16 -05:00
time
voicemail Bug 934125 - 2.b/3: fix alignment. r=gene 2014-01-13 10:44:44 +08:00
wappush Backed out changeset 30521d0cc862 (bug 951999) for Gi failures. 2014-01-03 11:11:44 -05:00
webidl Bug 960945 - MozConnection should be NoInterfaceObject, r=bz 2014-02-03 16:16:27 +00:00
wifi Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang 2014-01-29 19:38:50 +08:00
workers Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
xbl Bug 872273 - Tests. r=smaug 2014-01-30 09:30:30 -08:00
xslt Bug 957593 - part 2 - implement txXSLTNumber::isAlphaNumeric with binary search for a codesize win; r=peterv 2014-01-06 13:38:53 -05:00
moz.build Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00