On Mon, Aug 31, 2009 at 12:42 PM, jfc<[email protected]> wrote: > > I did some additional testing with the modified ScriptablePlugin > version over the weekend > with Chrome (latest DEV version). The plugin works perfectly on > Firefox 3.5, but my modified scriptable version is not working on > Chrome. Your original version still works. > > When running my modifed version on Chrome, Chrome never calls the the > HasMethod function. > It is generating the HasProperty and GetProperty functions. > > I am wondering if Chrome broke something or am I doing something > wrong. The current version of Chrome that I have on Windows has the > broken debugger.
If my original version is still working in Chrome, it's very unlikely a problem in Chrome... I could believe the problem could be in your Base scriptable object, your inherited scriptable object, or the actual implementation of HasMethod you're using - anywhere else would be unusual... As ever, I'm more than happy to look at code (the power of a second pair of eyes, regardless of the eyes, is amazing!) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
