Move Mozilla DevTools to Platform - Part 3: Merge the browser/devtools and toolkit/devtools adjusting for directory collisions

This commit is contained in:
NTD
2016-10-16 19:34:53 -04:00
committed by roytam1
parent 9ec752279d
commit d24823c2ec
2373 changed files with 288 additions and 25199 deletions
@@ -0,0 +1,15 @@
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Debugger test page</title>
</head>
<body>
<script type="text/javascript" src="code_binary_search.js"></script>
</body>
</html>