Open Bug 1358585 Opened 7 years ago Updated 2 years ago

Remove app scheme checking from mozJSSubScriptLoader::DoLoadSubScriptWithOptions

Categories

(Core :: XPConnect, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: mccr8, Unassigned)

Details

That function contains this little bit of code:
  if (!scheme.EqualsLiteral("chrome") && !scheme.EqualsLiteral("app")) {

I think the app URI stuff has been removed, so the second part of this is no longer needed.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.