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 | 2010-06-15 Google Inc. <opensource@google.com> |
michael@0 | 2 | |
michael@0 | 3 | * google-glog: version 0.3.1 |
michael@0 | 4 | * GLOG_* environment variables now work even when gflags is installed. |
michael@0 | 5 | * Snow leopard support. |
michael@0 | 6 | * Now we can build and test from out side tree. |
michael@0 | 7 | * Add DCHECK_NOTNULL. |
michael@0 | 8 | * Add ShutdownGoogleLogging to close syslog (thanks DGunchev) |
michael@0 | 9 | * Fix --enable-frame-pointers option (thanks kazuki.ohta) |
michael@0 | 10 | * Fix libunwind detection (thanks giantchen) |
michael@0 | 11 | |
michael@0 | 12 | 2009-07-30 Google Inc. <opensource@google.com> |
michael@0 | 13 | |
michael@0 | 14 | * google-glog: version 0.3.0 |
michael@0 | 15 | * Fix a deadlock happened when user uses glog with recent gflags. |
michael@0 | 16 | * Suppress several unnecessary warnings (thanks keir). |
michael@0 | 17 | * NetBSD and OpenBSD support. |
michael@0 | 18 | * Use Win32API GetComputeNameA properly (thanks magila). |
michael@0 | 19 | * Fix user name detection for Windows (thanks ademin). |
michael@0 | 20 | * Fix several minor bugs. |
michael@0 | 21 | |
michael@0 | 22 | 2009-04-10 Google Inc. <opensource@google.com> |
michael@0 | 23 | * google-glog: version 0.2.1 |
michael@0 | 24 | * Fix timestamps of VC++ version. |
michael@0 | 25 | * Add pkg-config support (thanks Tomasz) |
michael@0 | 26 | * Fix build problem when building with gtest (thanks Michael) |
michael@0 | 27 | * Add --with-gflags option for configure (thanks Michael) |
michael@0 | 28 | * Fixes for GCC 4.4 (thanks John) |
michael@0 | 29 | |
michael@0 | 30 | 2009-01-23 Google Inc. <opensource@google.com> |
michael@0 | 31 | * google-glog: version 0.2 |
michael@0 | 32 | * Add initial Windows VC++ support. |
michael@0 | 33 | * Google testing/mocking frameworks integration. |
michael@0 | 34 | * Link pthread library automatically. |
michael@0 | 35 | * Flush logs in signal handlers. |
michael@0 | 36 | * Add macros LOG_TO_STRING, LOG_AT_LEVEL, DVLOG, and LOG_TO_SINK_ONLY. |
michael@0 | 37 | * Log microseconds. |
michael@0 | 38 | * Add --log_backtrace_at option. |
michael@0 | 39 | * Fix some minor bugs. |
michael@0 | 40 | |
michael@0 | 41 | 2008-11-18 Google Inc. <opensource@google.com> |
michael@0 | 42 | * google-glog: version 0.1.2 |
michael@0 | 43 | * Add InstallFailureSignalHandler(). (satorux) |
michael@0 | 44 | * Re-organize the way to produce stacktraces. |
michael@0 | 45 | * Don't define unnecessary macro DISALLOW_EVIL_CONSTRUCTORS. |
michael@0 | 46 | |
michael@0 | 47 | 2008-10-15 Google Inc. <opensource@google.com> |
michael@0 | 48 | * google-glog: version 0.1.1 |
michael@0 | 49 | * Support symbolize for MacOSX 10.5. |
michael@0 | 50 | * BUG FIX: --vmodule didn't work with gflags. |
michael@0 | 51 | * BUG FIX: symbolize_unittest failed with GCC 4.3. |
michael@0 | 52 | * Several fixes on the document. |
michael@0 | 53 | |
michael@0 | 54 | 2008-10-07 Google Inc. <opensource@google.com> |
michael@0 | 55 | |
michael@0 | 56 | * google-glog: initial release: |
michael@0 | 57 | The glog package contains a library that implements application-level |
michael@0 | 58 | logging. This library provides logging APIs based on C++-style |
michael@0 | 59 | streams and various helper macros. |