Hi,
On Tue, May 15, 2012 at 2:12 PM, im0b <
due...@gmail.com> wrote:
> Hi where can i find a list of which functions work on what versions of
> google chrome?
> in particular, chrome.devtools.network and chrome.devtools.inspectedWindow,
> seems to work in 20 but not in 18.
Both chrome.devtools.network and chrome.devtools.inspectedWindow are
actually available in m18 (these were out of experimental in m18 and
behind --enable-experimental-extension-apis for several releases
earlier).
If you're having problems with getting chrome.devtools extension
working in m18, ensure that your manifest version is before 2 (i.e.
drop any manifest_version fields from the manifest.json).
> Also i would like to know where do i find the log of the devtools.html to
> debug that script...
The extensions are just iframes within the DevTools front-end, so in
order to be able to debug them you can open DevTools on DevTools
front-end -- i.e. open DevTools, undock, and press ctrl+shift+i once
again.
Best regards,
Andrey.