Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 |