config/stl-headers

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 #
michael@0 2 # This file contains a list the of STL headers that have been reviewed
michael@0 3 # for exception safety and approved. See
michael@0 4 #
michael@0 5 # https://bugzilla.mozilla.org/show_bug.cgi?id=551254
michael@0 6 #
michael@0 7 # At build time, each header listed here is converted into a "wrapper
michael@0 8 # header" that is installed into dist/stl_includes.
michael@0 9 #
michael@0 10 # If you would like to request a new STL header <foo> be added, please
michael@0 11 # file a Core:XPCOM bug with a title like "STL: Review exception
michael@0 12 # safety of <foo> for gcc and MSVC".
michael@0 13 #
michael@0 14
michael@0 15 new
michael@0 16
michael@0 17 # FIXME: these headers haven't been reviewed yet, but we use them
michael@0 18 # unsafely in Gecko, so we might as well prevent them from
michael@0 19 # throwing exceptions
michael@0 20 algorithm
michael@0 21 atomic
michael@0 22 deque
michael@0 23 ios
michael@0 24 iosfwd
michael@0 25 iostream
michael@0 26 iterator
michael@0 27 limits
michael@0 28 list
michael@0 29 map
michael@0 30 memory
michael@0 31 ostream
michael@0 32 set
michael@0 33 stack
michael@0 34 string
michael@0 35 utility
michael@0 36 vector
michael@0 37 cassert
michael@0 38 climits
michael@0 39 cstdarg
michael@0 40 cstdio
michael@0 41 cstdlib
michael@0 42 cstring
michael@0 43 cwchar
michael@0 44 tuple
michael@0 45 xutility

mercurial