Closed
Bug 760277
Opened 14 years ago
Closed 14 years ago
Move Webapps.js and Webapps.jsm out of dom/base
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: fabrice, Assigned: fabrice)
Details
Attachments
(1 file)
|
1.29 KB,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
Cleaning after myself since they never should have been there.
No changes needed to the various installer/package-manifest.in
Attachment #628902 -
Flags: review?(mounir)
Updated•14 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Version: Other Branch → Trunk
Comment 1•14 years ago
|
||
Comment on attachment 628902 [details] [diff] [review]
patch
Review of attachment 628902 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the following change.
::: dom/apps/src/Makefile.in
@@ +15,5 @@
> + Webapps.js \
> + Webapps.manifest \
> + $(NULL)
> +
> +EXTRA_PP_JS_MODULES += Webapps.jsm \
Please move WebApps.jsm to a new line. It should look like this:
EXTRA_PP_JS_MODULES += \
WebApps.jsm \
$(NULL)
Attachment #628902 -
Flags: review?(mounir) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Assignee: nobody → fabrice
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM: Apps
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•