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.
1 commit 25fb70d4dc1e67553dba5973a79902e4cf81341f
2 Author: Jeff Muizelaar <jmuizelaar@mozilla.com>
3 Date: Wed Apr 21 11:23:27 2010 -0400
5 fix show glyphs clipping
7 diff --git a/src/cairo-win32-surface.c b/src/cairo-win32-surface.c
8 index c10e134..ff823a3 100644
9 --- a/src/cairo-win32-surface.c
10 +++ b/src/cairo-win32-surface.c
11 @@ -1603,6 +1603,8 @@ _cairo_win32_surface_show_glyphs (void *surface,
13 _cairo_win32_surface_set_clip_region (surface, clip_region);
14 }
15 + } else {
16 + _cairo_win32_surface_set_clip_region (surface, NULL);
17 }
19 solid_pattern = (cairo_solid_pattern_t *)source;