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 source from this directory was copied from the skia subversion trunk |
michael@0 | 2 | using the update.sh script. The changes made were those applied by update.sh, |
michael@0 | 3 | the addition/update of Makefile.in files for the Mozilla build system. |
michael@0 | 4 | |
michael@0 | 5 | The subversion revision used was r13827. |
michael@0 | 6 | |
michael@0 | 7 | To update to a new version of Skia: |
michael@0 | 8 | |
michael@0 | 9 | - Copy the entire trunk/ directory from a Skia clone to mozilla-central/gfx/skia |
michael@0 | 10 | - cd gfx/skia && ./gyp_mozbuild |
michael@0 | 11 | |
michael@0 | 12 | Once that's done, use git status to view the files that have changed. Keep an eye on GrUserConfig.h |
michael@0 | 13 | and SkUserConfig.h as those probably don't want to be overwritten by upstream versions. |
michael@0 | 14 | |
michael@0 | 15 | This process will be made more automatic in the future. |