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