Skip to content
Snippets Groups Projects
  1. Mar 31, 2012
  2. Feb 26, 2012
  3. Feb 23, 2012
  4. Feb 10, 2012
  5. Feb 04, 2012
    • Panagiotis Koutsourakis's avatar
      Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey · 9c7dfb97
      Panagiotis Koutsourakis authored
      Files named Makefile.in containing the expression
      
      DIRS += <foo>
      or
      DIRS = <foo>
      
      inside the conditional expression
      
      ifdef ENABLE_TESTS
      ...
      endif
      
      are changed to
      
      TEST_DIRS += tests
      
      outside any conditional expression.
      
      The files
      
      ./layout/Makefile.in
      ./layout/Makefile.in
      ./layout/style/Makefile.in
      ./rdf/Makefile.in
      ./security/manager/Makefile.in
      ./content/Makefile.in
      ./content/smil/Makefile.in
      ./content/xul/templates/Makefile.in
      ./content/xul/content/Makefile.in
      ./content/base/Makefile.in
      ./content/media/Makefile.in
      ./parser/htmlparser/Makefile.in
      ./dom/sms/Makefile.in
      ./js/jsd/Makefile.in
      ./js/xpconnect/Makefile.in
      ./widget/Makefile.in
      ./widget/windows/Makefile.in
      ./Makefile.in
      ./startupcache/Makefile.in
      ./storage/Makefile.in
      ./gfx/Makefile.in
      ./intl/strres/Makefile.in
      ./intl/uconv/Makefile.in
      ./intl/unicharutil/Makefile.in
      ./intl/lwbrk/Makefile.in
      ./embedding/Makefile.in
      ./modules/libjar/Makefile.in
      ./modules/libpref/Makefile.in
      ./build/Makefile.in
      ./build/win32/Makefile.in
      ./xpcom/Makefile.in
      ./extensions/spellcheck/hunspell/Makefile.in
      ./extensions/cookie/Makefile.in
      ./netwerk/Makefile.in
      ./netwerk/streamconv/Makefile.in
      ./editor/txmgr/Makefile.in
      ./toolkit/mozapps/shared/Makefile.in
      ./toolkit/mozapps/update/Makefile.in
      ./toolkit/library/Makefile.in
      ./toolkit/library/Makefile.in
      ./toolkit/crashreporter/Makefile.in
      ./toolkit/components/perf/Makefile.in
      ./toolkit/components/perf/Makefile.in
      ./toolkit/components/feeds/Makefile.in
      ./toolkit/components/url-classifier/Makefile.in
      
      contain the string
      
      ifdef ENABLE_TESTS
      
      but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
      they remain unchanged by this patch.
      9c7dfb97
  6. Feb 08, 2012
  7. Jan 24, 2012
  8. Jan 23, 2012
  9. Feb 13, 2012
  10. Jan 18, 2012
  11. Jan 17, 2012
  12. Feb 10, 2012
  13. Jan 16, 2012
  14. Jan 19, 2012
  15. Nov 28, 2011
  16. Nov 05, 2011
  17. Nov 11, 2011
  18. Oct 17, 2011
  19. Nov 04, 2011
  20. Oct 11, 2011
    • Jeff Walden's avatar
      Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace... · b5e57820
      Jeff Walden authored
      Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible.  (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc.  These will go away when the relevant compilers have C++11 constexpr support.)  r=cjones
      
      --HG--
      extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
      b5e57820
  21. Sep 29, 2011
  22. Sep 15, 2011
  23. Oct 12, 2011
  24. Oct 11, 2011
  25. Sep 09, 2011
  26. Sep 07, 2011
  27. Aug 29, 2011
  28. Aug 22, 2011
  29. Aug 16, 2011
  30. Aug 12, 2011
  31. Nov 10, 2011
  32. Aug 10, 2011
Loading