gecko/dom
Kartikaya Gupta 79db05c4a9 Bug 909525 - Prevent the scroll offset being picked up from the wrong element in some cases. r=botond,tn
In some cases pages from the bfcache can get displayed to the screen without going through layout.
In these cases, the element associated with the ROOT_SCROLL_ID may be from a different document,
so it is inadvisable to use that element's scroll position as if it were the current document's
scroll position. Doing so can lead to incorrect behaviour. This patch fixes such a case.
2013-09-19 10:31:28 -04:00
..
activities bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
alarm Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
apps Bug 916921 - Fix checkInstalled usage in test_packaged_app_install. r=fabrice 2013-09-17 11:12:15 -04:00
audiochannel Bug 894249 - Add ability to associate video with a channel so that it can interrupt the background content channel. r=mchen, r=kinetik, r=bent 2013-09-18 11:46:22 +08:00
base Merge b2g-inbound to m-c 2013-09-18 17:09:39 -07:00
battery Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
bindings Bug 882145: reland changesets bc4ee7cbd7bd and cf373e408a6b r=bz 2013-09-16 02:34:57 -04:00
bluetooth Bug 917220 - Fix IS_HEADSET, r=echou 2013-09-17 19:40:06 +08:00
browser-element Bug 911195 - Properly compartment scroll event object. r=bz 2013-09-13 15:11:42 +01:00
camera Bug 916220 - Fix encoder flag on ICS gonk. r=mikeh 2013-09-17 11:10:08 -04:00
cellbroadcast bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
contacts Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
devicestorage Bug 915822 - Make GetTabChildFrom a class method on TabChild. r=smaug 2013-09-12 15:24:11 -04:00
encoding Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
file bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
fmradio Bug 911063 - Add marionette tests for WebFM. r=khuey 2013-09-11 13:41:52 +08:00
gamepad Bug 856373 - WebIDL-ify Gamepad events r=smaug 2013-09-11 18:35:51 -04:00
icc bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
identity
imptests Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
indexedDB Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky 2013-09-17 12:49:07 -04:00
interfaces Merge b2g-inbound to m-c 2013-09-18 17:09:39 -07:00
ipc Bug 909525 - Prevent the scroll offset being picked up from the wrong element in some cases. r=botond,tn 2013-09-19 10:31:28 -04:00
locales Backed out changeset 5e5d5e42f6c2 (bug 881959) 2013-09-17 17:14:49 +01:00
media Bug 905701 - Apply MediaStreamConstraint on FirefoxOS. r=jesup 2013-09-17 11:09:52 -04:00
messages bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
mobilemessage Bug 917163 - [MMS] MMS Data call is not released immediately. r=vyang 2013-09-18 11:04:16 +08:00
network Merge b2g-inbound to m-c 2013-09-18 17:09:39 -07:00
payment Bug 818317 - Expose debug messages in navigator.mozPay() for debug enabled profiles. r=fabrice 2013-09-06 18:43:54 +02:00
permission Bug 911603 - Convert MozPowerManager to WebIDL r=Ms2ger 2013-09-10 19:03:56 -04:00
phonenumberutils Merge m-c to inbound 2013-09-04 18:04:50 -07:00
plugins Bug 916086 - Remove some more enablePrivilege calls. r=jmaher 2013-09-16 22:12:29 +02:00
power Backed out 10 changesets (bug 914944, bug 871445) for mochitest failures on a CLOSED TREE. 2013-09-11 11:45:51 -04:00
promise bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
push Bug 867614 - SimplePush: Failure to register should lead to socket reconnection. r=dougt 2013-09-17 10:10:36 -07:00
quota Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent 2013-09-11 06:18:36 +02:00
settings Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
src Bug 916993 - Handlify the public JSString APIs; r=bz,jonco 2013-09-16 18:33:40 -07:00
system Bug 909688: B2G RIL - handle data connection state changes properly. r=vicamo 2013-09-18 18:07:14 +08:00
telephony Bug 915638 - part2 - test case. r=vicamo 2013-09-16 14:04:43 +08:00
tests Bug 916871 - Remove classinfo bits for CSSGroupRuleRuleList. r=bz 2013-09-18 07:56:41 +09:00
time Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
voicemail bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
wappush
webidl Bug 882145: reland changesets bc4ee7cbd7bd and cf373e408a6b r=bz 2013-09-16 02:34:57 -04:00
wifi Bug 906631 - 0001. Refactory request queue. r=vchang 2013-09-09 23:25:16 +08:00
workers Bug 916993 - Handlify the public JSString APIs; r=bz,jonco 2013-09-16 18:33:40 -07:00
dom-config.mk Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-07 14:19:53 +08:00
moz.build Backed out 10 changesets (bug 914944, bug 871445) for mochitest failures on a CLOSED TREE. 2013-09-11 11:45:51 -04:00