[dlang.org] [D-Programming-Language/dlang.org] 357fbd: Only use hyphenator.js on Chrome and Opera

GitHub noreply at github.com
Mon Jul 15 18:38:35 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: 357fbdad83592582935d2ef0ac83fcade23c05c6
      https://github.com/D-Programming-Language/dlang.org/commit/357fbdad83592582935d2ef0ac83fcade23c05c6
  Author: Brad Anderson <eco at gnuk.net>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M chmgen.d
    M css/style.css
    M doc.ddoc
    A js/hyphenate-selectively.js
    M posix.mak
    M std.ddoc
    M std_consolidated_header.dd

  Log Message:
  -----------
  Only use hyphenator.js on Chrome and Opera

All the other major browsers support CSS3 hyphens which is significantly faster.  hyphenator.js is supposed to fallback to CSS3 on browsers that support it but testing has show it's still incredibly slow.


  Commit: 2f93ae8f3a29927ae30372b51ab72dfa042db258
      https://github.com/D-Programming-Language/dlang.org/commit/2f93ae8f3a29927ae30372b51ab72dfa042db258
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-07-15 (Mon, 15 Jul 2013)

  Changed paths:
    M chmgen.d
    M css/style.css
    M doc.ddoc
    A js/hyphenate-selectively.js
    M posix.mak
    M std.ddoc
    M std_consolidated_header.dd

  Log Message:
  -----------
  Merge pull request #355 from eco/hyphenate-selectively

Only use hyphenator.js on Chrome and Opera


Compare: https://github.com/D-Programming-Language/dlang.org/compare/c73a1f5cdd28...2f93ae8f3a29


More information about the dlang.org mailing list