Sat, 03 Jan 2015 20:18:00 +0100
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 | == textarea-valid.html textarea-ref.html |
michael@0 | 2 | fuzzy(11,4) == textarea-customerror.html textarea-ref.html |
michael@0 | 3 | fails-if(Android||B2G) == textarea-disabled.html textarea-ref.html |
michael@0 | 4 | fuzzy(11,4) fails-if(Android||B2G) == textarea-dyn-disabled.html textarea-ref.html |
michael@0 | 5 | fuzzy(11,4) == textarea-dyn-not-disabled.html textarea-ref.html |
michael@0 | 6 | fuzzy(11,4) == textarea-dyn-not-disabled-changed.html textarea-ref.html |
michael@0 | 7 | == textarea-readonly.html textarea-ref.html |
michael@0 | 8 | fuzzy(11,4) == textarea-dyn-readonly.html textarea-ref.html |
michael@0 | 9 | fuzzy(11,4) == textarea-dyn-not-readonly.html textarea-ref.html |
michael@0 | 10 | fuzzy(11,4) == textarea-dyn-not-readonly-changed.html textarea-ref.html |
michael@0 | 11 | == textarea-maxlength-valid.html textarea-ref.html |
michael@0 | 12 | fuzzy(11,4) == textarea-maxlength-valid-changed.html textarea-ref.html |
michael@0 | 13 | == textarea-maxlength-invalid.html textarea-withtext-ref.html |
michael@0 | 14 | == textarea-required-valid.html textarea-withtext-ref.html |
michael@0 | 15 | == textarea-required-valid-changed.html textarea-withtext-ref.html |
michael@0 | 16 | == textarea-required-invalid.html textarea-ref.html |
michael@0 | 17 | == textarea-disabled-fieldset-1.html textarea-fieldset-ref.html |
michael@0 | 18 | == textarea-disabled-fieldset-2.html textarea-fieldset-ref.html |
michael@0 | 19 | == textarea-fieldset-legend.html textarea-fieldset-legend-ref.html |
michael@0 | 20 | == textarea-novalidate.html textarea-withtext-ref.html |