Closed
Bug 817957
Opened 13 years ago
Closed 13 years ago
[AccessFu] AccessFu.css and content-script.js are duplicated
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
807 bytes,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
Duplicates 654 bytes:
modules/accessibility/AccessFu.css
chrome/toolkit/content/global/accessibility/AccessFu.css
Duplicates 8490 bytes:
modules/accessibility/content-script.js
chrome/toolkit/content/global/accessibility/content-script.js
Looking at the tree, it seems these files are only used from a chrome url. They are installed in chrome because of jar.mn and under modules because of Makefile.in.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #688145 -
Flags: review?(dbolter)
Comment 2•13 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #0)
> Duplicates 654 bytes:
> modules/accessibility/AccessFu.css
> chrome/toolkit/content/global/accessibility/AccessFu.css
>
> Duplicates 8490 bytes:
> modules/accessibility/content-script.js
> chrome/toolkit/content/global/accessibility/content-script.js
>
> Looking at the tree, it seems these files are only used from a chrome url.
> They are installed in chrome because of jar.mn and under modules because of
> Makefile.in.
I don't know our build system well at all. Is what you say true for all builds including b2g and android?
Comment 3•13 years ago
|
||
Comment on attachment 688145 [details] [diff] [review]
Deduplicate AccessFu.css and content-script.js
r=me if the answer is yes (see above comment)
Thanks.
Attachment #688145 -
Flags: review?(dbolter) → review+
Updated•13 years ago
|
Summary: AccessFu.css and content-script.js are duplicated → [AccessFu] AccessFu.css and content-script.js are duplicated
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to David Bolter [:davidb] from comment #2)
> I don't know our build system well at all. Is what you say true for all
> builds including b2g and android?
It is.
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•