Closed
Bug 571151
Opened 13 years ago
Closed 13 years ago
WARNING: -[NSObject(NSKeyValueCoding) takeValue:forKey:] is deprecated
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: phiw2, Assigned: alqahira)
Details
(Whiteboard: [camino-2.0.6])
Attachments
(1 file)
941 bytes,
patch
|
stuart.morgan+bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
10.6.3 Console noted: 6/10/10 9:09:01 AM Camino[2572] *** WARNING: -[NSObject(NSKeyValueCoding) takeValue:forKey:] is deprecated. It will be removed in a future release and should no longer be used. (I'm not clear what triggered it; I don't remember seeing it before. According to my history, I was loading elpais.com at that moment). sauron: I think it's http://mxr.mozilla.org/camino/source/src/bookmarks/BookmarkViewController.mm#1476
Assignee | ||
Comment 1•13 years ago
|
||
According to http://developer.apple.com/mac/library/documentation/cocoa/reference/foundation/Protocols/NSKeyValueCoding_Protocol/DeprecationAppendix/AppendixADeprecatedAPI.html#//apple_ref/occ/instm/NSObject/takeValue:forKey: it's been deprecated since 10.3, too (big surprise; our 10.2-era table and outline views using deprecated calls :P ). Even better, the fix should be s/take/set/, which means I can attach a patch!
Assignee: nobody → alqahira
Status: NEW → ASSIGNED
Attachment #450279 -
Flags: superreview?(stuart.morgan+bugzilla)
Comment 2•13 years ago
|
||
Comment on attachment 450279 [details] [diff] [review] Fix? sr=smorgan
Attachment #450279 -
Flags: superreview?(stuart.morgan+bugzilla) → superreview+
Assignee | ||
Comment 3•13 years ago
|
||
http://hg.mozilla.org/camino/rev/f4815e4678bb
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•13 years ago
|
||
Er, and CVS trunk; I forgot this applied there.
Assignee | ||
Comment 5•13 years ago
|
||
Landed on CAMINO_2_0_BRANCH in advance of 2.0.6. (See bug 571152 comment 6 for why.)
Flags: camino2.0.6+
Whiteboard: [camino-2.0.6]
You need to log in
before you can comment on or make changes to this bug.
Description
•