DevTools: [regression] Network Panel doesn't show requests from NPAPI plugins |
|
|||||||
Reported by sim....@gmail.com, Feb 2 2013 | Back to list | |||||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17 Steps to reproduce the problem: 1. Open any page with any flash game 2. Open Developer tools, Network section 3. click any json/xml/text file requsteted by flash application 4. open Preview or Response tab What is the expected behavior? expected viewing content of the file as text What went wrong? just viewing "This request has no preview(response data) available" Did this work before? Yes It was fixed in 24.0 version Chrome version: 24.0.1312.57 Channel: stable OS Version: 6.1 (Windows 7, Windows Server 2008 R2) previous bug https://bugs.webkit.org/show_bug.cgi?id=101560
Mar 10 2013
,
Jan 15 2014
,
Jan 15 2014
,
Issue 331600 has been merged into this issue.
Jan 15 2014
,
Jan 15 2014
,
This is caused by http://src.chromium.org/viewvc/chrome?revision=226031&view=revision "Switch to fetching NPAPI requests through the browser process instead of going through the renderer." So network requests issued by browser itself are not reported to Blink, so they do not exist from the point of view of WebApp.
Jan 15 2014
,
Will it be fixed? No matter how it is implemented, we can not see the requests, that is an issue, right?
Jan 17 2014
,
Issue 335502 has been merged into this issue.
Jan 27 2014
,
ok, this seems to be more of a minor bug: don't go to a website and open up the devtools afterwards. Instead open up devtools and then load the page (or reload it after you opened them) and things work fine for XHR. I know this is just a workaround and not a solution, but... I do have a similar problem with RTMP (Flash Streaming Events) which does not show up in the network tab at all
Jan 28 2014
,
this bug not appear if I set "Disable cache (while DevTools is open)" in settings of devTools - General
Jan 28 2014
,
@ #10: cannot confirm this on my side. That's always on in my settings.
Jan 28 2014
,
@ #11: Try uncheck this checkbox and you'll see the bug, as described in #1
Jan 30 2014
,
The problem, specifically not being able to see ANY Flash-originated network activity in 32.0.1700.102, appears when using the Adobe flash plugin, but it does not occur when using Pepperflash. This bug makes it impossible to run the debug version of Flash player and see its network traffic. This issue causes a significant degradation in the usefulness of the developer tools.
Feb 9 2014
,
Issue 342143 has been merged into this issue.
Feb 14 2014
,
Feb 14 2014
,
just noticed that the same problem occurs in Silverlight applications
Mar 19 2014
,
@ #10: Neither checking nor unchecking "Disable cache (while DevTools is open)" did fix the missing HTTP requests in [Network] for Silverlight applications.
Mar 21 2014
,
Mar 24 2014
,
Mar 25 2014
,
Quick fix: run chrome with --disable-direct-npapi-requests command line flag. This flag was introduced in aforementioned change.
Mar 25 2014
,
Tested fix on M33 (stable), M34 (beta), M35 (canary).
Mar 26 2014
,
Mar 26 2014
,
There are two plugin subsystems in Chrome: NPAPI and PPAPI. NPAPI (legacy) is going away shortly (see http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html). DevTools support for NPAPI was already disabled (but can be re-enabled using --disable-direct-npapi-requests command line flag). New Chrome releases are bundled with PPAPI Flash plugin, so this won't be a concern for Flash users.
Jun 20 2014
,
Bug still exist for latest version of Silverlight plugin (5.1.30214.0) on latest version of Chrome (35.0.1916.153 m). Please reopen bug. |
||||||||
►
Sign in to add a comment |
Comment 1 by sim....@gmail.com
, Mar 7 2013