On Tuesday, September 17, 2013 6:26:51 PM UTC+2, Krishna Doddi wrote: > > Hi Honza, > > I tried to get the source code. Due to company policy we can ship our code > outside of the network. I waited till to get a permission. > I saw the YSlow fix. You have FBL.getContentView(panel.document) > I haven't find the method declaration in the code. > Please advise. > getContentView is defined here: https://github.com/firebug/firebug/blob/master/extension/content/firebug/lib/wrapper.js#L14
... and injected into FBL object (namespace) here: https://github.com/firebug/firebug/blob/master/extension/content/firebug/lib/lib.js#L60 Honza > > Thanks, > Krishna > > On Thursday, 12 September 2013 23:54:42 UTC-7, Jan Honza Odvarko wrote: >> >> Hi Krishna, >> >> can I get the source code of your extension somewhere to check out the >> problem on my machine? >> >> Honza >> >> On Friday, September 13, 2013 8:02:53 AM UTC+2, Krishna Doddi wrote: >>> >>> Hi Honza, >>> >>> We have an extension developed on Firebug. With the latest release the >>> links are not click-able. we accessing links as >>> document.speedPanel.openLinkSameTab(). >>> >>> the document becoming null. >>> >>> Please advise. >>> >>> Thanks, >>> Krishna >>> >>> On Wednesday, 4 September 2013 03:29:34 UTC-7, Jan Honza Odvarko wrote: >>>> >>>> https://blog.getfirebug.com/2013/09/04/firebug-1-12-1/ >>>> >>>> This version fixes the problem with missing Firebug icons. >>>> Let us know if it works for you. >>>> >>>> Thanks! >>>> >>>> Honza >>>> >>> -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/8203f218-4b31-4aed-8983-c2eed8bbbe0f%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
