On Wed, Dec 9, 2009 at 12:41 PM, Jeremy Selier <[email protected]>wrote:
> Can we use the same API used by the Speed Tracer extension ? > Yes, you could. However, the APIs are only enabled by a command-line flag, so they're not that useful. There are no docs for them yet either. You should expect these APIs to eventually become more available, similar to our other experimental APIs (history, popups). Erik > > -- > Jeremy > > On Dec 3, 7:02 pm, Jeremy Selier <[email protected]> wrote: > > I filled a bug here : > http://code.google.com/p/chromium/issues/detail?id=29314 > > > > <http://code.google.com/p/chromium/issues/detail?id=29314>Thanks, > > > > -- > > Jeremy > > > > > > > > > > > > On Thu, Dec 3, 2009 at 18:53, Erik Kay <[email protected]> wrote: > > > I had assumed there was, but I can't find it. Feel free to file a new > > > issue. If we find the old one, we'll just dupe it and you'll still be > > > tracking it. > > > > > thanks, > > > Erik > > > > > On Thu, Dec 3, 2009 at 9:40 AM, Jeremy Selier <[email protected] > >wrote: > > > > >> Ok there's currently no issue to star for this? Thanks for the answer. > > > > >> -- > > >> Jeremy > > > > >> On Thu, Dec 3, 2009 at 18:30, Erik Kay <[email protected]> wrote: > > > > >>> Unfortunately, there's currently no way to sniff network traffic from > an > > >>> extension (either outgoing or incoming). > > > > >>> It's a frequent request, so it's something we're considering for > future > > >>> releases. > > > > >>> Erik > > > > >>> On Thu, Dec 3, 2009 at 9:21 AM, Jeremy Selier < > [email protected]>wrote: > > > > >>>> Hi everyone, > > > > >>>> I've made a little extension who check in response headers for > Google > > >>>> AppEngine (more info here: > > >>>>http://googleappengine.blogspot.com/2009/08/new-features-in-124.html > ) > > >>>> In order to do that, I was forced to made an xmlhttprequest of the > > >>>> same url as the current selected tab. That way I was able to get the > > >>>> response headers. > > > > >>>> Is there a better way to do that, like accessing in some way to the > > >>>> response headers of the loaded page (via content script or > background > > >>>> page)? > > > > >>>> Thanks, cheers, > > > > >>>> -- > > >>>> Jeremy > > > > >>>> -- > > > > >>>> You received this message because you are subscribed to the Google > > >>>> Groups "Chromium-extensions" group. > > >>>> To post to this group, send email to > > >>>> [email protected]. > > >>>> To unsubscribe from this group, send email to > > >>>> [email protected]<chromium-extensions%[email protected]><chromium-extensions%2Bunsu > [email protected]> > > >>>> . > > >>>> For more options, visit this group at > > >>>>http://groups.google.com/group/chromium-extensions?hl=en. > > > > >> -- > > >> Jeremy Selier > > >> Email : [email protected] > > >> Phone : +33 (0)6 73 73 94 64 > > >> Web :http://jeremyselier.com > > > > -- > > Jeremy Selier > > Email : [email protected] > > Phone : +33 (0)6 73 73 94 64 > > Web :http://jeremyselier.com > > > > Sent from Paris, Île-de-France, France > > -- > > You received this message because you are subscribed to the Google Groups > "Chromium-extensions" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<chromium-extensions%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
