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 | # Full list is tracked through meta bug 793882 |
michael@0 | 2 | |
michael@0 | 3 | #################################### |
michael@0 | 4 | # Leaks in third party libraries # |
michael@0 | 5 | #################################### |
michael@0 | 6 | |
michael@0 | 7 | { |
michael@0 | 8 | Bug 793537 |
michael@0 | 9 | Memcheck:Leak |
michael@0 | 10 | ... |
michael@0 | 11 | obj:/usr/lib/libpango-1.0.so.0.2800.1 |
michael@0 | 12 | ... |
michael@0 | 13 | } |
michael@0 | 14 | { |
michael@0 | 15 | Bug 793598 |
michael@0 | 16 | Memcheck:Leak |
michael@0 | 17 | ... |
michael@0 | 18 | obj:/lib/libdbus-1.so.3.4.0 |
michael@0 | 19 | ... |
michael@0 | 20 | } |
michael@0 | 21 | { |
michael@0 | 22 | Bug 793600 |
michael@0 | 23 | Memcheck:Leak |
michael@0 | 24 | fun:realloc |
michael@0 | 25 | obj:/usr/lib/libfontconfig.so.1.4.4 |
michael@0 | 26 | ... |
michael@0 | 27 | fun:FcDefaultSubstitute |
michael@0 | 28 | fun:_ZN17gfxPangoFontGroup11MakeFontSetEP14_PangoLanguagedP9nsAutoRefI10_FcPatternE |
michael@0 | 29 | ... |
michael@0 | 30 | } |
michael@0 | 31 | { |
michael@0 | 32 | Bug 794366 |
michael@0 | 33 | Memcheck:Leak |
michael@0 | 34 | ... |
michael@0 | 35 | obj:/usr/lib/libgtk-x11-2.0.so.0.1800.9 |
michael@0 | 36 | ... |
michael@0 | 37 | } |
michael@0 | 38 | { |
michael@0 | 39 | Bug 794368 |
michael@0 | 40 | Memcheck:Leak |
michael@0 | 41 | ... |
michael@0 | 42 | obj:/usr/lib/libXrandr.so.2.2.0 |
michael@0 | 43 | ... |
michael@0 | 44 | } |
michael@0 | 45 | { |
michael@0 | 46 | Bug 794373 |
michael@0 | 47 | Memcheck:Leak |
michael@0 | 48 | ... |
michael@0 | 49 | obj:/lib/libgobject-2.0.so.0.2200.5 |
michael@0 | 50 | ... |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | ################################### |
michael@0 | 54 | # Leaks in short lived precesses # |
michael@0 | 55 | ################################### |
michael@0 | 56 | |
michael@0 | 57 | { |
michael@0 | 58 | Bug 984196 |
michael@0 | 59 | Memcheck:Leak |
michael@0 | 60 | ... |
michael@0 | 61 | fun:glxtest |
michael@0 | 62 | ... |
michael@0 | 63 | } |