• Setting location for a frame will now set loading=true

    bsclifton committed Nov 9, 2016
    Is this OK? Usually, it gets set to true in WindowStore:: WINDOW_WEBVIEW_LOAD_START
    The only places I see this used are:
    - navigationBar (which binds to urlBar, which then binds to urlBarIcon (where the problem is))
    - tabs (used to show the loading spinner)
    
    Auditors: @diracdeltas, @bridiver