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 | This project has begun being ported to Windows. A working solution |
michael@0 | 2 | file exists in this directory: |
michael@0 | 3 | google-glog.sln |
michael@0 | 4 | |
michael@0 | 5 | You can load this solution file into VC++ 9.0 (Visual Studio |
michael@0 | 6 | 2008). You may also be able to use this solution file with older |
michael@0 | 7 | Visual Studios by converting the solution file. |
michael@0 | 8 | |
michael@0 | 9 | Note that stack tracing and some unittests are not ported |
michael@0 | 10 | yet. |
michael@0 | 11 | |
michael@0 | 12 | You can also link glog code in statically -- see the example project |
michael@0 | 13 | libglog_static and logging_unittest_static, which does this. For this |
michael@0 | 14 | to work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compile |
michael@0 | 15 | line of every glog's .cc file. |
michael@0 | 16 | |
michael@0 | 17 | I have little experience with Windows programming, so there may be |
michael@0 | 18 | better ways to set this up than I've done! If you run across any |
michael@0 | 19 | problems, please post to the google-glog Google Group, or report |
michael@0 | 20 | them on the google-glog Google Code site: |
michael@0 | 21 | http://groups.google.com/group/google-glog |
michael@0 | 22 | http://code.google.com/p/google-glog/issues/list |
michael@0 | 23 | |
michael@0 | 24 | -- Shinichiro Hamaji |
michael@0 | 25 | |
michael@0 | 26 | Last modified: 23 January 2009 |