Skip to content
Snippets Groups Projects
  1. Jan 03, 2023
  2. Dec 21, 2021
  3. Nov 02, 2018
  4. Oct 12, 2018
  5. May 23, 2018
  6. May 10, 2018
    • Kris Maglione's avatar
      Bug 1460600: Remove unsupported --enable-system-hunspell flag. r=glandium · f8506d46
      Kris Maglione authored
      Our bundled Hunspell now significantly differs from upstream Hunspell. Most
      importantly, it supports loading dictionaries from jar: URIs, which is now a
      requirement for loading bundled and extension dictionaries. This means that
      system Hunspell libraries are no longer compatible with our spell checker
      code. We should remove the option to use them so that users don't fall into
      the trap of trying to use them.
      
      MozReview-Commit-ID: 2ihJe6YOnGf
      
      --HG--
      extra : rebase_source : ceb091b9475a2b101156405a02a60015fc36da17
      f8506d46
  7. Jan 22, 2018
    • Tom Ritter's avatar
      Bug 1431803 Turn __try into if(true) and __except into else in the chromium... · c8c38ab4
      Tom Ritter authored
      Bug 1431803 Turn __try into if(true) and __except into else in the chromium sandbox code r=bobowen,glandium
      
      MinGW doesn't support __try / __except. There are a few mechanisms available
      to hack around it and pseudo-support it, but these are untested in Firefox.
      
      What is tested (and works) is replacing them with if(true) and else. So
      we do that to neuter them in all places. There is only one situation where
      we need to actively modify the code (because it always throws an exception)
      and that situation is resolved in the other patch of this bug.
      
      MozReview-Commit-ID: IySnfxDlmW3
      
      --HG--
      extra : rebase_source : 265405fee0cc5fc5776cacca744d569357fd5674
      c8c38ab4
  8. Dec 22, 2017
    • Masatoshi Kimura's avatar
      Bug 1426898 - Stop including Char16.h everywhere. r=Waldo · a1d349bf
      Masatoshi Kimura authored
      We had to force-include Char16.h to simulate char16_t on older MSVC versions.
      But it is no longer the case. We should not rebuild the world whenever we
      touch this file.
      
      MozReview-Commit-ID: 1XY7tQD8LoK
      
      --HG--
      extra : rebase_source : a08ccfc9b6a4abf90f6f8b97a42079865724c9ec
      a1d349bf
  9. Jun 08, 2017
  10. Dec 14, 2015
  11. May 26, 2015
  12. Jan 22, 2015
    • Bob Owen's avatar
      Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory... · d1e58e91
      Bob Owen authored
      Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory security/sandbox/chromium-shim/  r=ted
      
      --HG--
      rename : security/sandbox/chromium/base/shim/base/gtest_prod_util.h => security/sandbox/chromium-shim/base/gtest_prod_util.h
      rename : security/sandbox/chromium/base/shim/base/logging.cpp => security/sandbox/chromium-shim/base/logging.cpp
      rename : security/sandbox/chromium/base/shim/base/strings/string_piece.h => security/sandbox/chromium-shim/base/strings/string_piece.h
      rename : security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h => security/sandbox/chromium-shim/base/third_party/nspr/prtime.h
      rename : security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h => security/sandbox/chromium-shim/base/third_party/nspr/prtypes.h
      rename : security/sandbox/chromium/base/shim/base/threading/thread_local_storage.h => security/sandbox/chromium-shim/base/threading/thread_local_storage.h
      rename : security/sandbox/chromium/base/shim/base/tracked_objects.h => security/sandbox/chromium-shim/base/tracked_objects.h
      rename : security/sandbox/chromium/base/shim/base/win/registry.h => security/sandbox/chromium-shim/base/win/registry.h
      rename : security/sandbox/chromium/base/shim/sdkdecls.h => security/sandbox/chromium-shim/base/win/sdkdecls.h
      rename : security/sandbox/win/src/logging/loggingCallbacks.h => security/sandbox/chromium-shim/sandbox/win/loggingCallbacks.h
      rename : security/sandbox/win/src/logging/loggingTypes.h => security/sandbox/chromium-shim/sandbox/win/loggingTypes.h
      rename : security/sandbox/win/src/logging/sandboxLogging.cpp => security/sandbox/chromium-shim/sandbox/win/sandboxLogging.cpp
      rename : security/sandbox/win/src/logging/sandboxLogging.h => security/sandbox/chromium-shim/sandbox/win/sandboxLogging.h
      d1e58e91
    • Carsten "Tomcat" Book's avatar
      Backed out changeset 43f1f9eef449 (bug 1102215) · 83474394
      Carsten "Tomcat" Book authored
      --HG--
      rename : security/sandbox/chromium-shim/base/gtest_prod_util.h => security/sandbox/chromium/base/shim/base/gtest_prod_util.h
      rename : security/sandbox/chromium-shim/base/logging.cpp => security/sandbox/chromium/base/shim/base/logging.cpp
      rename : security/sandbox/chromium-shim/base/strings/string_piece.h => security/sandbox/chromium/base/shim/base/strings/string_piece.h
      rename : security/sandbox/chromium-shim/base/third_party/nspr/prtime.h => security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h
      rename : security/sandbox/chromium-shim/base/third_party/nspr/prtypes.h => security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h
      rename : security/sandbox/chromium-shim/base/threading/thread_local_storage.h => security/sandbox/chromium/base/shim/base/threading/thread_local_storage.h
      rename : security/sandbox/chromium-shim/base/tracked_objects.h => security/sandbox/chromium/base/shim/base/tracked_objects.h
      rename : security/sandbox/chromium-shim/base/win/registry.h => security/sandbox/chromium/base/shim/base/win/registry.h
      rename : security/sandbox/chromium-shim/base/win/sdkdecls.h => security/sandbox/chromium/base/shim/sdkdecls.h
      rename : security/sandbox/chromium-shim/sandbox/win/loggingCallbacks.h => security/sandbox/win/src/logging/loggingCallbacks.h
      rename : security/sandbox/chromium-shim/sandbox/win/loggingTypes.h => security/sandbox/win/src/logging/loggingTypes.h
      rename : security/sandbox/chromium-shim/sandbox/win/sandboxLogging.cpp => security/sandbox/win/src/logging/sandboxLogging.cpp
      rename : security/sandbox/chromium-shim/sandbox/win/sandboxLogging.h => security/sandbox/win/src/logging/sandboxLogging.h
      83474394
    • Bob Owen's avatar
      Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory... · ec569fff
      Bob Owen authored
      Bug 1102215: Move security/sandbox/chromium/base/shim/ to new directory security/sandbox/chromium-shim/  r=ted
      
      --HG--
      rename : security/sandbox/chromium/base/shim/base/gtest_prod_util.h => security/sandbox/chromium-shim/base/gtest_prod_util.h
      rename : security/sandbox/chromium/base/shim/base/logging.cpp => security/sandbox/chromium-shim/base/logging.cpp
      rename : security/sandbox/chromium/base/shim/base/strings/string_piece.h => security/sandbox/chromium-shim/base/strings/string_piece.h
      rename : security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h => security/sandbox/chromium-shim/base/third_party/nspr/prtime.h
      rename : security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h => security/sandbox/chromium-shim/base/third_party/nspr/prtypes.h
      rename : security/sandbox/chromium/base/shim/base/threading/thread_local_storage.h => security/sandbox/chromium-shim/base/threading/thread_local_storage.h
      rename : security/sandbox/chromium/base/shim/base/tracked_objects.h => security/sandbox/chromium-shim/base/tracked_objects.h
      rename : security/sandbox/chromium/base/shim/base/win/registry.h => security/sandbox/chromium-shim/base/win/registry.h
      rename : security/sandbox/chromium/base/shim/sdkdecls.h => security/sandbox/chromium-shim/base/win/sdkdecls.h
      rename : security/sandbox/win/src/logging/loggingCallbacks.h => security/sandbox/chromium-shim/sandbox/win/loggingCallbacks.h
      rename : security/sandbox/win/src/logging/loggingTypes.h => security/sandbox/chromium-shim/sandbox/win/loggingTypes.h
      rename : security/sandbox/win/src/logging/sandboxLogging.cpp => security/sandbox/chromium-shim/sandbox/win/sandboxLogging.cpp
      rename : security/sandbox/win/src/logging/sandboxLogging.h => security/sandbox/chromium-shim/sandbox/win/sandboxLogging.h
      ec569fff
  13. Feb 03, 2015
  14. Feb 28, 2014
  15. Dec 06, 2013
  16. Oct 17, 2013
  17. Oct 01, 2013
  18. Oct 17, 2013
  19. May 07, 2013
  20. Aug 04, 2012
  21. Dec 15, 2011
Loading