Home | History | Annotate | Download | only in system

Lines Matching full:webkitpy

23 """Supports webkitpy logging."""
25 # FIXME: Move this file to webkitpy/python24 since logging needs to
32 import webkitpy
42 """The normalized, absolute path to the ...Scripts/webkitpy directory."""
61 # the use of any hard-coded strings like "webkitpy", etc.
75 the given path. If the module is in webkitpy, the name is
76 the fully-qualified dotted module name beginning with webkitpy....
86 from webkitpy.common.system import logutils
100 # The normalized, absolute path to ...Scripts/webkitpy/__init__.
101 webkitpy_path = _normalize_path(webkitpy.__file__)
108 # starts with /webkitpy, for example "/webkitpy/init/logutils".
118 logger_name = ".".join(parts) # For example, webkitpy.common.system.logutils.
120 # The path is outside of webkitpy. Default to the basename
142 if record.name.startswith("webkitpy.thirdparty.autoinstall"):