Closed
Bug 430999
Opened 17 years ago
Closed 17 years ago
Console log error message: .sdef error: Operation could not be completed. (NSXMLParserErrorDomain error 27.)
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: phiw2, Assigned: alqahira)
Details
(Keywords: fixed1.8.1.15)
Attachments
(1 file, 1 obsolete file)
|
1.41 KB,
patch
|
stuart.morgan+bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
With the 2.0a1pre (1.9pre 2008042601) build
4/27/08 9:09:34 AM Camino[26806] ChimericalConsole loaded
4/27/08 9:34:32 AM Camino[26806] .sdef error: Operation could not be completed. (NSXMLParserErrorDomain error 27.)
4/27/08 9:34:32 AM Camino[26806] line number: 307
4/27/08 9:34:32 AM Camino[26806] .sdef error: Operation could not be completed. (NSXMLParserErrorDomain error 27.)
4/27/08 9:34:32 AM Camino[26806] line number: 307
(seen also with a home made build, cvs checkout 20080425 ~19:00 PDT)
I suspect this started after bug 403346 landed. Not bad things happened so far
| Reporter | ||
Updated•17 years ago
|
Summary: Console log error mesage: .sdef error: Operation could not be completed. (NSXMLParserErrorDomain error 27.) → Console log error message: .sdef error: Operation could not be completed. (NSXMLParserErrorDomain error 27.)
| Reporter | ||
Comment 1•17 years ago
|
||
PS - I forgot to mention:
> 4/27/08 9:09:34 AM Camino[26806] ChimericalConsole loaded
is unrelated and not an error, I included it to note the start up time of Camino.
| Assignee | ||
Comment 2•17 years ago
|
||
Apparently I didn't watch the console.log when I tested after switching ' to the double-quote entities.
' is already in the file, so use it instead.
Assignee: nobody → alqahira
Status: NEW → ASSIGNED
Attachment #317950 -
Flags: superreview?(stuart.morgan)
| Assignee | ||
Comment 3•17 years ago
|
||
Except they're not really apostrophes, so use " instead. It also seems free of console spew.
Attachment #317950 -
Attachment is obsolete: true
Attachment #317951 -
Flags: superreview?(stuart.morgan)
Attachment #317950 -
Flags: superreview?(stuart.morgan)
Comment 4•17 years ago
|
||
Comment on attachment 317951 [details] [diff] [review]
Use " instead
sr=smorgan
Attachment #317951 -
Flags: superreview?(stuart.morgan) → superreview+
| Assignee | ||
Comment 5•17 years ago
|
||
I checked this in on the branch as well as the trunk since even though the plist parser is OK with those entities (or they're stripped in conversion to .script* files), they're clearly wrong in an sdef file. In addition, at least on 10.5, the .script* files are converted back to an sdef by ScriptEditor.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: camino1.6.1+
Keywords: fixed1.8.1.15
Resolution: --- → FIXED
| Reporter | ||
Comment 6•17 years ago
|
||
v. with 2.0a1pre (1.9pre 2008042700)
Thanks.
[one way to repro this was: click on a link in an email client (mail.app)].
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•