webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Namespaces | |
blink-import | |
Functions | |
def | blink-import.get_extra_files (chromium_root) |
def | blink-import.resources_path (line, depth) |
def | blink-import.python_to_php (line, depth) |
def | blink-import.testharness_helpers (line, depth) |
def | blink-import.service_worker_path (line, depth) |
def | blink-import.server_names (line, depth) |
def | blink-import.source_paths (chromium_root) |
def | blink-import.do_subs (path, line) |
def | blink-import.get_head (git) |
def | blink-import.get_changes (git, path, old, new) |
def | blink-import.copy (src_path, out_dir, rel_path) |
def | blink-import.copy_local_files (local_files, out_root, tmp_dir) |
def | blink-import.copy_extra_files (chromium_root, tmp_dir) |
def | blink-import.sub_changed_filenames (filename_changes, f) |
def | blink-import.is_top_level_test (path, data) |
def | blink-import.add_suffix (path, suffix) |
def | blink-import.main () |
Variables | |
blink-import.here = os.path.abspath(os.path.split(__file__)[0]) | |
blink-import.resources_re = re.compile("/?(?:\.\./)*resources/(testharness(?:report)?)\.js") | |
blink-import.php_re = re.compile("\.php") | |
blink-import.abs_testharness_helpers_re = re.compile("([\"'])/resources/testharness-helpers.js") | |
blink-import.testharness_helpers_re = re.compile("\.\./((?:\.\./)*)resources/testharness-helpers.js") | |
blink-import.serviceworker_path_re = re.compile("/serviceworker/") | |
blink-import.localhost_re = re.compile("localhost") | |
blink-import.alt_host_re = re.compile("127\.0\.0\.1") | |
blink-import.port_http_re = re.compile("8000") | |
blink-import.port_https_re = re.compile("8000") | |
blink-import.testharness_re = re.compile("<script[^>]*src=[\"']?/resources/testharness.js[\"' ][^>]*>") | |