__init__.py |
|
0 |
client.py |
const e = arguments[0];
const b = e.getClientRects()[0];
const leftChrome = window.mozInnerScreenX;
const topChrome = window.mozInnerScreenY;
const x = window.scrollX + leftChrome + b.x;
const y = window.scrollY + topChrome + b.y;
return [x, y];
|
48611 |
config.json.sample |
|
126 |
fixtures.py |
|
12144 |
interventions |
|
|
mach_commands.py |
|
12570 |
requirements.txt |
|
67 |
runner.py |
|
8855 |
shims |
|
|