-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pick up v8 inspector from [1]. This is the standalone version of the devtools debug protocol. [1] pavelfeldman/v8_inspector@e1bb206 PR-URL: #6792 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
- Loading branch information
1 parent
2a8bd35
commit 6210528
Showing
256 changed files
with
51,764 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
platform/v8_inspector/build/rjsmin.pyc |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# v8_inspector | ||
# v8_inspector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
*.so | ||
docs/_build | ||
*.pyc | ||
*.pyo | ||
*.egg-info | ||
*.egg | ||
build | ||
dist | ||
.DS_Store | ||
.tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
language: python | ||
python: | ||
- "2.6" | ||
- "2.7" | ||
- "3.3" | ||
- "3.4" | ||
- "3.5" | ||
- "pypy" | ||
|
||
install: | ||
- pip install tox | ||
script: | ||
- tox -e \ | ||
$(echo $TRAVIS_PYTHON_VERSION | sed 's/^\([0-9]\)\.\([0-9]\).*/py\1\2/') | ||
|
||
notifications: | ||
email: false | ||
irc: | ||
channels: | ||
- "chat.freenode.net#pocoo" | ||
on_success: change | ||
on_failure: always | ||
use_notice: true | ||
skip_join: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Jinja is written and maintained by the Jinja Team and various | ||
contributors: | ||
|
||
Lead Developer: | ||
|
||
- Armin Ronacher <armin.ronacher@active-4.com> | ||
|
||
Developers: | ||
|
||
- Christoph Hack | ||
- Georg Brandl | ||
|
||
Contributors: | ||
|
||
- Bryan McLemore | ||
- Mickaël Guérin <kael@crocobox.org> | ||
- Cameron Knight | ||
- Lawrence Journal-World. | ||
- David Cramer | ||
|
||
Patches and suggestions: | ||
|
||
- Ronny Pfannschmidt | ||
- Axel Böhm | ||
- Alexey Melchakov | ||
- Bryan McLemore | ||
- Clovis Fabricio (nosklo) | ||
- Cameron Knight | ||
- Peter van Dijk (Habbie) | ||
- Stefan Ebner | ||
- Rene Leonhardt | ||
- Thomas Waldmann | ||
- Cory Benfield (Lukasa) |
Oops, something went wrong.