Closed
Bug 394170
Opened 18 years ago
Closed 18 years ago
Add external scripts to Links tab of the new Page Info dialog
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: svl-bmo, Assigned: db48x)
References
Details
Attachments
(1 file, 1 obsolete file)
2.97 KB,
patch
|
kairo
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Quoting from IRC:
<Sander> Anyone know if the new page info dialog (bug 379183) will retain a tree based privacy section? I find that panel invaluable, especially for seeing which external javascript files are being loaded (since that often happens dynamically through a huge mess of scripts calling other scripts).
<KaiRo> Sander: oh, that's p3p UI and will be killed along with P3P
<KaiRo> Sander: an own tab for that doesn't make sense, IMHO... it might be an idea to add external scripts to the Links tab though
<KaiRo> Sander: could you file a bug on that and make it dependent on the general pageinfo one?
<KaiRo> Sander: given that we list stylesheets etc. there, I guess it makes sense, after all it's some kind of link as well
<NeilAway> Sander: in theory that part could be rewritten in JS, but someone would have to do that work...
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #290926 -
Flags: review?(kairo)
![]() |
||
Comment 2•18 years ago
|
||
Comment on attachment 290926 [details] [diff] [review]
394170-1.diff
>Index: suite/browser/pageinfo/pageInfo.js
>===================================================================
>+ var strNames = ["unknown", "notSet", "mediaImg", "mediaBGImg", "mediaApplet",
>+ "mediaObject", "mediaEmbed", "mediaLink", "mediaInput",
>+ "formTitle", "formUntitled", "formDefaultTarget",
>+ "formChecked", "formUnchecked", "formPassword", "linkAnchor",
>+ "linkArea", "linkSubmission", "linkSubmit", "linkRel",
>+ "linkStylesheet", "linkRev", "linkX", "linkScript",
>+ "linkScriptInline", "yes"];
>+ strNames.forEach(function(n) { gStrings[n] = gBundle.getString(n); });
From what I see, you forgot to attach the part of the patch that adds "linkScript", "linkScriptInline" to the .properties file. I can't review as my complete page info dialog is broken atm, probably due to that omission ;-)
Assignee | ||
Comment 3•18 years ago
|
||
My fault, I must have forgotten to include the locales directory in the diff
Attachment #290926 -
Attachment is obsolete: true
Attachment #291685 -
Flags: review?(kairo)
Attachment #290926 -
Flags: review?(kairo)
![]() |
||
Comment 4•18 years ago
|
||
Comment on attachment 291685 [details] [diff] [review]
394170-2.diff
Yes, this looks and works fine now, thanks. r=me
Attachment #291685 -
Flags: review?(kairo) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #291685 -
Flags: superreview?(neil)
Updated•18 years ago
|
Attachment #291685 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Looks good. Thanks! (Now if only bug 76170 got fixed so I can sort all scripts together, it'd be sheer perfection.) :)
Status: RESOLVED → VERIFIED
Comment 7•13 years ago
|
||
(In reply to Sander from comment #6)
> Looks good. Thanks! (Now if only bug 76170 got fixed so I can sort all
> scripts together, it'd be sheer perfection.) :)
Ironically it was bug 76170 that exposed a bug in this patch...
You need to log in
before you can comment on or make changes to this bug.
Description
•