dom/imptests/failures/editing/selecttest/test_removeAllRanges.html.json

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 {
michael@0 2 "Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 0] backwards":true,
michael@0 3 "Range 13 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1] backwards":true,
michael@0 4 "Range 14 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8] backwards":true,
michael@0 5 "Range 20 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1] backwards":true,
michael@0 6 "Range 21 [foreignDoc.head, 1, foreignDoc.head, 1] backwards":true,
michael@0 7 "Range 22 [foreignDoc.body, 0, foreignDoc.body, 0] backwards":true,
michael@0 8 "Range 34 [foreignDoc.documentElement, 1, foreignDoc.body, 0] backwards":true,
michael@0 9 "Range 41 [foreignDoc, 0, foreignDoc, 0] backwards":true,
michael@0 10 "Range 42 [foreignDoc, 1, foreignComment, 2] backwards":true,
michael@0 11 "Range 43 [foreignDoc.body, 0, foreignTextNode, 36] backwards":true,
michael@0 12 "Range 44 [xmlDoc, 0, xmlDoc, 0] backwards":true,
michael@0 13 "Range 45 [xmlDoc, 1, xmlComment, 0] backwards":true,
michael@0 14 "Range 47 [detachedForeignTextNode, 7, detachedForeignTextNode, 7] backwards":true,
michael@0 15 "Range 48 [detachedForeignTextNode, 0, detachedForeignTextNode, 8] backwards":true,
michael@0 16 "Range 49 [detachedXmlTextNode, 7, detachedXmlTextNode, 7] backwards":true,
michael@0 17 "Range 50 [detachedXmlTextNode, 0, detachedXmlTextNode, 8] backwards":true,
michael@0 18 "Range 53 [detachedForeignComment, 0, detachedForeignComment, 1] backwards":true,
michael@0 19 "Range 54 [detachedForeignComment, 4, detachedForeignComment, 4] backwards":true,
michael@0 20 "Range 55 [detachedXmlComment, 2, detachedXmlComment, 6] backwards":true,
michael@0 21 "Range 57 [foreignDocfrag, 0, foreignDocfrag, 0] backwards":true,
michael@0 22 "Range 58 [xmlDocfrag, 0, xmlDocfrag, 0] backwards":true
michael@0 23 }

mercurial