kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Only scripts are exposed, not the entire resource contents #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Google Chrome version: Any
SDK full version: 0.1.0
OS + version: Any

What steps will reproduce the problem?
1. Attach to any tab with JS code inside several <script> tags in the HTML

What is the expected result?
The HTML page is shown entirely, with the <script> tags, in a single file.

What happens instead?
The <script> tag contents are mapped onto different files.

Please provide additional information below.
The tab resources are not exposed through the ChromeDevToolsProtocol. Only 
script contents are downloaded through the V8 debugger protocol.

Original issue reported on code.google.com by apav...@chromium.org on 16 Jul 2009 at 11:15