Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Cleaner fix for LiveDevMultiBrowser infinite loop #10207

Merged
merged 3 commits into from
Dec 17, 2014

Commits on Dec 16, 2014

  1. LiveDevMultiBrowser should properly search parent directories for an …

    …index.html.
    Scott Wadden committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    bb4f4d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Merge commit 'bb4f4d0fdaae509cafd467364947717f0c70cb4d' into pflynn/f…

    …ix-LiveDevMultiBrowser-loop
    
    * commit 'bb4f4d0fdaae509cafd467364947717f0c70cb4d':
      LiveDevMultiBrowser should properly search parent directories for an index.html.
    peterflynn committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    19122c9 View commit details
    Browse the repository at this point in the history
  2. Clean up #10193 fix by sharing code with existing implementation in L…

    …iveDevelopment.js,
    
    moving shared code to FileUtils with unit tests. Also...
    - fixes an unhit edge case in getParentFolder() (now getParentDirectory())
    that behaves differently across platforms
    - removes duplicate copy of getFilenameWithoutExtension() in LiveDevelopment.js
    (copy in FileUtils was identical)
    - add/fix some unit tests for two existing FileUtils APIs
    peterflynn committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    f044e44 View commit details
    Browse the repository at this point in the history