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 | The BrowserScope project provides a set of cross-browser HTML editor tests, |
michael@0 | 2 | which we import in our test suite in order to run them as part of our |
michael@0 | 3 | continuous integration system. |
michael@0 | 4 | |
michael@0 | 5 | We pull tests occasionally from their Subversion repository using the pull |
michael@0 | 6 | script which can be found in this directory. We also record the revision ID |
michael@0 | 7 | which we've used in the current_revision file inside this directory. |
michael@0 | 8 | |
michael@0 | 9 | Using the pull script is quite easy, just switch to this directory, and say: |
michael@0 | 10 | |
michael@0 | 11 | sh update_from_upstream |
michael@0 | 12 | |
michael@0 | 13 | There are tests which we're currently failing on, and there will probably be |
michael@0 | 14 | more of those in the future. We should maintain a list of the failing tests |
michael@0 | 15 | manually in currentStatus.js (which can also be found in this directory), to |
michael@0 | 16 | make sure that the suite passes entirely, with failing tests marked as todo |
michael@0 | 17 | items. |
michael@0 | 18 | |
michael@0 | 19 | The current status of the test suite needs to be updated whenever an editor |
michael@0 | 20 | bug gets fixed, which makes us pass one of the tests. When that happens, |
michael@0 | 21 | you should set the UPDATE_TEST_RESULTS constant to true in test_richtext2.html, |
michael@0 | 22 | run the test suite, paste the result JSON string in a JSON beautifier (such |
michael@0 | 23 | as http://jsbeautifier.org/), and use the result to update currentStatus.js. |