Search found 5 matches

by jk-
Tue Jan 25, 2011 1:19 am
Forum: NoScript Development
Topic: 1 Line of Code Breaking K-Meleon Compatibility
Replies: 9
Views: 7854

Re: 1 Line of Code Breaking K-Meleon Compatibility

After further testing, there are other XUL incompatibilities in 2.0.9.7rc1. I will try to isolate the exact issues. Please do it. If they're a reasonable subset, I could setup a packaging script making the changes on the fly to keep K-Meleon builds in sync. OK,I'll let you know. BTW, does the DTD p...
by jk-
Mon Jan 24, 2011 1:46 am
Forum: NoScript Development
Topic: 1 Line of Code Breaking K-Meleon Compatibility
Replies: 9
Views: 7854

Re: 1 Line of Code Breaking K-Meleon Compatibility

After further testing, there are other XUL incompatibilities in 2.0.9.7rc1. I will try to isolate the exact issues.
by jk-
Sun Jan 23, 2011 11:18 pm
Forum: NoScript Development
Topic: 1 Line of Code Breaking K-Meleon Compatibility
Replies: 9
Views: 7854

Re: 1 Line of Code Breaking K-Meleon Compatibility

Unfortunately a new complication has arisen 2.0.9.7rc1. The new doctype definitions in the XULs aren't compatible. old code: <!DOCTYPE dialog [ <!ENTITY % noscript SYSTEM "chrome://noscript/locale/noscript.dtd" > %noscript; <!ENTITY % noscriptFB SYSTEM "chrome://noscript/content/en-US...
by jk-
Thu Jan 20, 2011 8:27 am
Forum: NoScript Development
Topic: 1 Line of Code Breaking K-Meleon Compatibility
Replies: 9
Views: 7854

Re: 1 Line of Code Breaking K-Meleon Compatibility

Thanks a lot Giorgio, I'm sure all the K-Meleon users will be pleased!

-jk
by jk-
Thu Jan 20, 2011 7:07 am
Forum: NoScript Development
Topic: 1 Line of Code Breaking K-Meleon Compatibility
Replies: 9
Views: 7854

1 Line of Code Breaking K-Meleon Compatibility

There is a single line of code in Main.js which prevents compatibility with K-Meleon. Line # 1944 geckoVersion: ("nsIXULAppInfo" in CI) ? CC["@mozilla.org/xre/app-info;1"].getService(CI.nsIXULAppInfo).platformVersion : "0.0", "mozilla.org/xre/app-info" isn't a...