Closed
Bug 234124
Opened 21 years ago
Closed 21 years ago
RFE: Port the pluggable shell script API to FireFox/ThunderBird/SunBird etc
Categories
(SeaMonkey :: Build Config, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: roland.mainz, Assigned: roland.mainz)
References
Details
Attachments
(1 file, 5 obsolete files)
20.83 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
RFE: Port the pluggable shell script API to FireFox/ThunderBird/SunBird etc
The original functionality was added in bug 230468 and allows various new
functionality like the Solaris patch checker (see bug 230598), XPIs which
provide fonts (see bug 233950 for the MathML XPI, I already demonstrated a Hindi
font XPI for the CTL builds) and stuff like the Xprint XPI (e.g. deamon-like
addons).
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•21 years ago
|
||
Taking myself...
Assignee: nobody → roland.mainz
Status: ASSIGNED → NEW
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 141350 [details] [diff] [review]
Patch for 2004-02-13-trunk
Requesting r=/sr= ...
Attachment #141350 -
Flags: superreview?(bryner)
Attachment #141350 -
Flags: review?(bsmedberg)
Assignee | ||
Comment 4•21 years ago
|
||
Requesting inclusion of the patch into 1.7a that all branches made from 1.7a get
that change, too.
Risk is low, we're only porting existing and tested functionality from Mozilla
to FireFox/ThunderBird and the patch only consists of a shell script +
Makefile.in change, no native code is being touched.
Flags: blocking1.7a?
Updated•21 years ago
|
Flags: blocking1.7a? → blocking1.7a-
Comment 5•21 years ago
|
||
Comment on attachment 141350 [details] [diff] [review]
Patch for 2004-02-13-trunk
I am not a fireblah peer.
Attachment #141350 -
Flags: review?(bsmedberg)
Assignee | ||
Updated•21 years ago
|
Attachment #141350 -
Flags: review?(p_ch)
Comment 6•21 years ago
|
||
Comment on attachment 141350 [details] [diff] [review]
Patch for 2004-02-13-trunk
>+ for i in ${dist_bin}/init.d/S* ${HOME}/${MOZ_USER_DIR}/init.d/S* ; do
this is broken if there are spaces in dist_bin, HOME or MOZ_USER_DIR
this would fix it:
for i in "${dist_bin}"/init.d/S* "${HOME}/${MOZ_USER_DIR}"/init.d/S* ;
do
(or anything that puts the variables in "" but excludes the '*')
Assignee | ||
Comment 7•21 years ago
|
||
Andrew Schultz wrote:
> (From update of attachment 141350 [details] [diff] [review])
> >+ for i in ${dist_bin}/init.d/S* ${HOME}/${MOZ_USER_DIR}/init.d/S* ; do
>
> this is broken if there are spaces in dist_bin, HOME or MOZ_USER_DIR
Nice catch... :)
Assignee | ||
Comment 8•21 years ago
|
||
Attachment #141350 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #141350 -
Flags: review?(p_ch)
Assignee | ||
Updated•21 years ago
|
Attachment #141350 -
Flags: superreview?(bryner)
Assignee | ||
Updated•21 years ago
|
Attachment #141516 -
Flags: review?(p_ch)
Comment 9•21 years ago
|
||
Comment on attachment 141516 [details] [diff] [review]
New patch per Andrew Schultz's comments
for build issues, bryner is the One :)
Attachment #141516 -
Flags: review?(p_ch) → review?(bryner)
Assignee | ||
Comment 10•21 years ago
|
||
Attachment #141516 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #141516 -
Flags: review?(bryner)
Assignee | ||
Updated•21 years ago
|
Attachment #141788 -
Flags: review?(bryner)
Assignee | ||
Comment 11•21 years ago
|
||
Comment on attachment 141788 [details] [diff] [review]
New patch per cls's comments
Wonderfull.
Pro:
People seems to like the new init.d/ feature. Lots of feedback and questions
are coming in.
Contra:
Now they want fixes, documentation and a stable "API"... ;-/
New patch in a few hours...
Attachment #141788 -
Attachment is obsolete: true
Attachment #141788 -
Flags: review?(bryner)
Assignee | ||
Comment 12•21 years ago
|
||
Assignee | ||
Comment 13•21 years ago
|
||
Attachment #141808 -
Attachment is obsolete: true
Assignee | ||
Comment 14•21 years ago
|
||
Comment on attachment 141813 [details] [diff] [review]
New patch per IRC feedback
Requesting r=/sr= and checkin= ...
Attachment #141813 -
Flags: superreview?(bryner)
Attachment #141813 -
Flags: review?(bryner)
Assignee | ||
Comment 15•21 years ago
|
||
Attachment #141813 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #141813 -
Flags: superreview?(bryner)
Attachment #141813 -
Flags: review?(bryner)
Assignee | ||
Updated•21 years ago
|
Attachment #141823 -
Flags: superreview?(bryner)
Attachment #141823 -
Flags: review?(bryner)
Updated•21 years ago
|
Attachment #141823 -
Flags: superreview?(bryner)
Attachment #141823 -
Flags: superreview+
Attachment #141823 -
Flags: review?(bryner)
Attachment #141823 -
Flags: review+
Comment 16•21 years ago
|
||
Patch checked in for Roland.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•