gecko/dom
Bobby Holley 68187fbfaa Bug 860941 - Make dialogArguments default to |undefined| rather than |null|. r=jst
This is correct by my reading of the spec. Quoting:

The dialogArguments IDL attribute, on getting, must check whether its browsing
context's active document's origin is the same as the dialog arguments' origin.
If it is, then the browsing context's dialog arguments must be returned
unchanged. Otherwise, if the dialog arguments are an object, then the empty
string must be returned, and if the dialog arguments are not an object, then
the stringification of the dialog arguments must be returned.
2013-05-17 10:43:19 -07:00
..
activities bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
alarm Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
apps Bug 871435 - Allow for a customized appcache_path to be used for preinstalled hosted apps using appcache r=ochameau 2013-05-15 13:51:41 -07:00
audiochannel Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
base Bug 860941 - Make dialogArguments default to |undefined| rather than |null|. r=jst 2013-05-17 10:43:19 -07:00
battery Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
bindings Bug 873479 - fix BindingUtils.h to compile with GCC 4.4 in non-C++0x mode; r=bz 2013-05-17 10:44:19 -04:00
bluetooth Bug 863069 - Part 4: Reorder lists to be alphabetical; r=ted 2013-05-16 15:37:18 -07:00
browser-element Bug 868271 - Don't ignore touchend even if event is preventDefaulted. r=vingtetun 2013-05-14 08:30:37 -04:00
camera Merge inbound to m-c. 2013-05-16 20:29:40 -04:00
cellbroadcast Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
contacts Bug 870148 - Check validy of email.value when importing contacts. r=reuben 2013-05-14 10:20:01 -07:00
devicestorage Merge m-c to birch. 2013-05-16 16:18:21 -04:00
encoding bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
file Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
fm Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
icc Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
identity Bug 868530 - Unique window identifier for identity on b2g device. r=jst 2013-05-06 18:23:26 -07:00
imptests Bug 868426 - Display results table when running testharness.js tests by themselves; r=jhammel 2013-05-10 09:13:25 +02:00
indexedDB bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
interfaces Bug 860941 - Make dialogArguments default to |undefined| rather than |null|. r=jst 2013-05-17 10:43:19 -07:00
ipc Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
locales Bug 673919 - Remove captureEvents, releaseEvents, and routeEvent. r=smaug 2013-05-14 21:18:39 +09:00
media Bug 823512: Part 4: Workaround for lack of serializer support (bug 863402). r=bz 2013-05-15 01:07:49 -04:00
messages Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
mms bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
mobilemessage bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
network bug 860043 - don't log by default; remove extraneous newlines; r=sicking 2013-05-16 15:42:18 -07:00
payment Bug 863069 - Part 4: Reorder lists to be alphabetical; r=ted 2013-05-16 15:37:18 -07:00
permission bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
phonenumberutils Bug 869273 - Update PhoneNumber.jsm from upstream. r=gwagner 2013-05-07 15:09:01 -07:00
plugins bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
power Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
push Bug 863732 - Use RTC wakeup to monitor WebSocket connection. r=jlebar 2013-05-14 15:48:19 +05:30
quota bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
settings Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner 2013-05-13 18:32:09 -07:00
src bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
system Bug 868932 - All channel volume is not updated. r=mwu 2013-05-16 12:00:02 +08:00
telephony Bug 863281 - Part 4: Add test for emergency label. r=htsai. 2013-05-14 14:11:47 +08:00
tests Backed out changeset 95006bb32743 (bug 860941) 2013-05-17 09:08:38 +01:00
time Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
voicemail Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
webidl Bug 823512: Part 4: Workaround for lack of serializer support (bug 863402). r=bz 2013-05-15 01:07:49 -04:00
wifi Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang 2013-05-02 18:02:33 +08:00
workers bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
dom-config.mk Bug 822712 - SimplePush - Implementation. r=dougt, jst, jlebar 2013-03-28 20:49:41 -07:00
moz.build Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00