Closed
Bug 178989
Opened 22 years ago
Closed 22 years ago
sometimes records are not added to Palm
Categories
(MailNews Core Graveyard :: Palm Sync, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2final
People
(Reporter: rdayal, Assigned: rdayal)
References
Details
Attachments
(1 file)
573 bytes,
patch
|
ssu0262
:
review+
Bienvenu
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
Sometimes records from Mozilla AB are not added into Palm. This is seen during
external Mozilla testing as reported in bug #155417.
Assignee | ||
Comment 1•22 years ago
|
||
This could be reproduced using a earlier Palm version like 3.0 or earlier. This
is happening because one of the SyncWriteResourceRec returns operation not
supported.
Basically, the Address Book database is a record database and not a resource
database and thus for Address Book sync the m_bRecordDB should be set as TRUE.
This will make sure to call the SyncWriteRec and thus addition would always work.
Assignee | ||
Comment 2•22 years ago
|
||
Assignee | ||
Comment 3•22 years ago
|
||
This fix guarantees that it always works for all Palm handhelds.
Comment on attachment 105517 [details] [diff] [review]
patch to fix this problem
r=ssu
Attachment #105517 -
Flags: review+
Comment 5•22 years ago
|
||
Tested and verified using a release build on 11/7/02, this is now working correctly!
Comment 6•22 years ago
|
||
Comment on attachment 105517 [details] [diff] [review]
patch to fix this problem
sr=bienvenu
Attachment #105517 -
Flags: superreview+
Comment 7•22 years ago
|
||
Comment on attachment 105517 [details] [diff] [review]
patch to fix this problem
a=asa for checkin to the 1.2 branch (on behalf of drivers)
Attachment #105517 -
Flags: approval+
Assignee | ||
Comment 8•22 years ago
|
||
The fix for this has already landed (Fri 11/8) on to the 1.2 branch and trunk.
Marking this as fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 9•22 years ago
|
||
Trunk build 2003-02-20: WinXP
Verified Fixed. This has been fixed for awhile.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•