Project

General

Profile

« Previous | Next » 

Revision 792fbe18

Added by koszko about 2 years ago

Facilitate installation of scripts from the repository

This commit includes:

  • removal of page_info_server
  • running of storage client in popup context
  • extraction of some common CSS to a separate file
  • extraction of scripts import view to a separate file
  • addition of a facility to conveniently clone complex structures from DOM (in DOM_helpers.js)
  • addition of hydrilla repo url to default settings
  • other minor changes and of course changes related to the actual installation of scripts from the repo

View differences:

content/main.js
20 20
 * IMPORT is_chrome
21 21
 * IMPORT is_mozilla
22 22
 * IMPORT start_activity_info_server
23
 * IMPORT set_repo_query_url
24 23
 * IMPORTS_END
25 24
 */
26 25

  
......
130 129
    }
131 130

  
132 131
    start_activity_info_server();
133

  
134
    set_repo_query_url(document.URL);
135 132
}

Also available in: Unified diff