Thanks for your info. So I have just tested with the lastest build, and the error message is gone.
However, (re)execution of userscripts/content scripts still occurs for me. Can anyone confirm? Thanks. On Oct 29, 12:57 am, Antony Sargent <[email protected]> wrote: > Looks like this bug was fixed:http://crbug.com/25314but it may not have > made it out to the latest dev build. Does that look like the issue you're > seeing? > > On Tue, Oct 27, 2009 at 6:57 AM, helianthus > <[email protected]>wrote: > > > > > > > Is this bug fixed? > > > I have met the same issue, and I found out why in my case. > > It is caused by setting innerHTML which contains a HTML tag, eg.: > > > var x = document.createElement('div'); > > x.innerHTML = '<html></html>'; > > > It also triggers another more serious bug, which is (re)execution of > > userscripts/content scripts. > > > On Oct 20, 2:10 am, Edwin Khodabakchian > > <[email protected]> wrote: > > > Hi Matt: I am out today. Will try to get back to your tomorrow with > > > the requested information and a reproducible test case. Thank you. - > > > Edwin > > > > On Oct 19, 11:06 am, Matt Perry <[email protected]> wrote: > > > > > That sounds like a bug with our extension system. I have a few > > questions to > > > > help us diagnose: > > > > - Does this error happen every time you load a given page, or only > > > > intermittently? > > > > - Does it happen for every page, or only a specific one? > > > > - When you see this error, does the content script function correctly? > > Are > > > > you able to use chrome.extension.connect and onConnect from the content > > > > script? > > > > - Can you send us a copy of the extension and page that this happens on > > so > > > > we can try to reproduce? > > > > > Thanks! > > > > > On Sat, Oct 17, 2009 at 7:58 PM, Edwin Khodabakchian < > > > > > [email protected]> wrote: > > > > > > Hello, > > > > > I am seeing Object #<an Object> has no method 'initExtension' in the > > > > > developer console when I load a page on which I have a content script > > > > > defined. I am not sure if this is harmful or harmless. Does anyone > > > > > know why this exception is happening and if there any we can do as > > > > > extension developers to avoid it? > > > > > Thanks, > > > > > Edwin- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
