Skip to content

Commit 6210528

Browse files
ofrobotsFishrock123
authored andcommitted
deps: import v8_inspector
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>
1 parent 2a8bd35 commit 6210528

File tree

256 files changed

+51764
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+51764
-0
lines changed

deps/v8_inspector/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
platform/v8_inspector/build/rjsmin.pyc

deps/v8_inspector/.gitmodules

Whitespace-only changes.

deps/v8_inspector/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# v8_inspector
2+
# v8_inspector
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.so
2+
docs/_build
3+
*.pyc
4+
*.pyo
5+
*.egg-info
6+
*.egg
7+
build
8+
dist
9+
.DS_Store
10+
.tox
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "pypy"
9+
10+
install:
11+
- pip install tox
12+
script:
13+
- tox -e \
14+
$(echo $TRAVIS_PYTHON_VERSION | sed 's/^\([0-9]\)\.\([0-9]\).*/py\1\2/')
15+
16+
notifications:
17+
email: false
18+
irc:
19+
channels:
20+
- "chat.freenode.net#pocoo"
21+
on_success: change
22+
on_failure: always
23+
use_notice: true
24+
skip_join: true

deps/v8_inspector/deps/jinja2/AUTHORS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Jinja is written and maintained by the Jinja Team and various
2+
contributors:
3+
4+
Lead Developer:
5+
6+
- Armin Ronacher <armin.ronacher@active-4.com>
7+
8+
Developers:
9+
10+
- Christoph Hack
11+
- Georg Brandl
12+
13+
Contributors:
14+
15+
- Bryan McLemore
16+
- Mickaël Guérin <kael@crocobox.org>
17+
- Cameron Knight
18+
- Lawrence Journal-World.
19+
- David Cramer
20+
21+
Patches and suggestions:
22+
23+
- Ronny Pfannschmidt
24+
- Axel Böhm
25+
- Alexey Melchakov
26+
- Bryan McLemore
27+
- Clovis Fabricio (nosklo)
28+
- Cameron Knight
29+
- Peter van Dijk (Habbie)
30+
- Stefan Ebner
31+
- Rene Leonhardt
32+
- Thomas Waldmann
33+
- Cory Benfield (Lukasa)

0 commit comments

Comments
 (0)