Bug 588735 - Mirror glass caption buttons for rtl windows. r=roc, a=blocking-betaN.
[mozilla-central.git] / config / stl-headers
blob28da4ee0085873fc299e6a032930f01d5a3e08a5
2 # This file contains a list the of STL headers that have been reviewed
3 # for exception safety and approved. See
5 #   https://bugzilla.mozilla.org/show_bug.cgi?id=551254
7 # At build time, each header listed here is converted into a "wrapper
8 # header" that is installed into dist/stl_includes.
10 # If you would like to request a new STL header <foo> be added, please
11 # file a Core:XPCOM bug with a title like "STL: Review exception
12 # safety of <foo> for gcc and MSVC".
15 new
17 # FIXME: these headers haven't been reviewed yet, but we use them
18 # unsafely in Gecko, so we might as well prevent them from
19 # throwing exceptions
20 algorithm
21 deque
22 iostream
23 limits
24 list
25 map
26 memory
27 stack
28 string
29 vector
30 set