Skip to content
Snippets Groups Projects
  1. Apr 10, 2012
  2. Apr 04, 2012
  3. Mar 31, 2012
  4. Mar 29, 2012
  5. Mar 28, 2012
  6. Mar 24, 2012
  7. Mar 29, 2012
  8. Mar 26, 2012
  9. Mar 29, 2012
  10. Mar 23, 2012
  11. Mar 22, 2012
  12. Mar 21, 2012
  13. Mar 20, 2012
  14. Mar 29, 2012
  15. Mar 26, 2012
  16. Apr 10, 2012
  17. Mar 19, 2012
  18. Mar 26, 2012
  19. Mar 09, 2012
    • Jacob Holzinger's avatar
      Bug 696242 - Convert NS_RegisterStaticAtoms and... · 6a62cb6a
      Jacob Holzinger authored
      Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent.  r=jwalden
      
      --HG--
      extra : rebase_source : 882b5b4d500b1fa242c0a3cfa3084e4171cbaa9d
      6a62cb6a
  20. Mar 08, 2012
  21. Mar 15, 2012
  22. Mar 05, 2012
  23. Mar 12, 2012
  24. Mar 24, 2012
  25. Mar 23, 2012
  26. Mar 05, 2012
  27. Mar 04, 2012
  28. Feb 18, 2012
  29. Apr 04, 2012
  30. Mar 10, 2012
  31. Feb 27, 2012
  32. Mar 14, 2012
  33. 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
  34. Feb 01, 2012
  35. Jan 25, 2012
Loading