Closed
Bug 192074
Opened 23 years ago
Closed 23 years ago
remove mozilla/mailnews/absync
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.3final
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(2 files)
|
6.03 KB,
patch
|
cavin
:
review+
asa
:
approval1.3+
|
Details | Diff | Splinter Review |
|
22.03 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
remove mozilla/mailnews/absync
this code was originally added for palm sync, but it's not used by palm sync.
since only ns uses it, we want to move it to the ns tree.
for mozilla, it just adds bloat.
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
I'll also have to find out how we package things for Mach-O, so I can make the
right packaging file changes to the ns tree.
this blocks some absync fixes cavin is waiting to land in the ns tree.
| Assignee | ||
Comment 3•23 years ago
|
||
ccarlen tells me that right now, mach o builds are just made by packaging up
the dist/bin dir.
that should change (see bug #192142), but for now, I don't have to worry about
it.
| Assignee | ||
Comment 4•23 years ago
|
||
I'll talk to asa about doing this code removal in 1.3 final.
Target Milestone: mozilla1.3beta → mozilla1.3final
| Assignee | ||
Comment 5•23 years ago
|
||
Comment on attachment 113651 [details] [diff] [review]
patch, and I'll also cvs remove -f mozilla/mailnews/absync
cavin, addition to this patch, I'll be cvs removing mozilla/mailnews/absync
can you review?
Attachment #113651 -
Flags: review?(cavin)
Attachment #113651 -
Flags: approval1.3?
Comment 6•23 years ago
|
||
Comment on attachment 113651 [details] [diff] [review]
patch, and I'll also cvs remove -f mozilla/mailnews/absync
r=cavin.
Attachment #113651 -
Flags: review?(cavin) → review+
Comment 7•23 years ago
|
||
Comment on attachment 113651 [details] [diff] [review]
patch, and I'll also cvs remove -f mozilla/mailnews/absync
a=asa (on behalf of drivers) for checkin to 1.3final.
Attachment #113651 -
Flags: approval1.3? → approval1.3+
| Assignee | ||
Comment 8•23 years ago
|
||
fixed.
the code has been removed from the mozilla tree (mozilla/mailnews/absync)
I also had to make a change to
mozilla/build/mac/build_scripts/MozillaBuildList.pm
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•23 years ago
|
||
I also removed the following unused files:
mozilla/mailnews/addrbook/src/nsABSyncDriver.cpp
mozilla/mailnews/addrbook/src/nsABSyncDriver.h
and cls had to fix something I forgot in mozilla/allmakefiles.sh
| Assignee | ||
Comment 10•23 years ago
|
||
Comment 11•23 years ago
|
||
Comment on attachment 114236 [details] [diff] [review]
patch, more supplimental clean up
r=cls
Attachment #114236 -
Flags: review+
| Assignee | ||
Comment 12•23 years ago
|
||
ok, I landed the supplimental fix and updated mozilla/tools/module-deps/all.dot
as well.
Comment 13•23 years ago
|
||
It seems like the mach-o build still has issues with absync. I see the following
errors in today's mach-o build:
creating mailnews/absync/build/Makefile
can't read ./mailnews/absync/build/Makefile.in: No such file or directory
creating mailnews/absync/Makefile
can't read ./mailnews/absync/Makefile.in: No such file or directory
creating mailnews/absync/public/Makefile
can't read ./mailnews/absync/public/Makefile.in: No such file or directory
creating mailnews/absync/src/Makefile
can't read ./mailnews/absync/src/Makefile.in: No such file or directory
reopen?
Comment 14•23 years ago
|
||
jj, that was fixed by seth's earlier checkin for bug 192907.
| Assignee | ||
Comment 15•23 years ago
|
||
right, this was fixed this morning.
Comment 16•22 years ago
|
||
Verified Fixed, by going to lxr.mozilla.org and searching on "absync". I no
longer see paths to "mozilla/mailnews/absync".
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•