gecko-dev/security/sandbox
Emilio Cobos Álvarez 1e9c395548 Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj
Same approach as the other bug, mostly replacing automatically by removing
'using mozilla::Forward;' and then:

  s/mozilla::Forward/std::forward/
  s/Forward</std::forward</

The only file that required manual fixup was TestTreeTraversal.cpp, which had
a class called TestNodeForward with template parameters :)

MozReview-Commit-ID: A88qFG5AccP
2018-06-02 09:33:26 +02:00
..
chromium Bug 1462100 Cast to void* to avoid conversion errors on MinGW, which does not do the automatic conversion like msvc r=bobowen 2018-05-16 14:18:20 -05:00
chromium-shim Bug 1462100 Add the 'cast to void*' MinGW sandbox patch to the chromium patchlist r=bobowen 2018-05-17 10:10:50 -05:00
common Bug 1444291 - Part 3 - Add read access to the Mac Flash sandbox, support sandbox levels r=Alex_Gaynor 2018-03-15 20:23:19 -07:00
linux Bug 1466168: Remove mozilla::Forward in favor of std::forward. r=froydnj 2018-06-02 09:33:26 +02:00
mac Bug 1463353 - contentSandboxRules does not explcitly list 'com.apple.fonts' mach service. r=Alex_Gaynor 2018-05-29 14:55:12 -07:00
test Bug 1432567 - [Mac] Add a test that renders fonts from non-standard directories r=jfkthame 2018-05-22 12:31:03 -07:00
win Bug 1453929: Enable handle verifier on 32-bit EARLY_BETA_OR_EARLIER. r=jimm 2018-04-14 20:24:07 +01:00
moz.build Bug 1460882 Disable SANDBOX_EXPORTS for the MinGW Build r=bobowen 2018-05-11 08:16:13 -05:00