Closed
Bug 420642
Opened 17 years ago
Closed 16 years ago
Remove eval hack from XOWs
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla1.9beta5
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
1.70 KB,
patch
|
jst
:
review+
jst
:
superreview+
jst
:
approval1.9.1+
|
Details | Diff | Splinter Review |
For bug 389878, I added a hack to always wrap the 'eval' function, even when we're same origin. Thanks to bug 397855, this hack isn't necessary anymore and we can remove it.
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #306954 -
Flags: superreview?(jst)
Attachment #306954 -
Flags: review?(jst)
Updated•17 years ago
|
Attachment #306954 -
Flags: superreview?(jst)
Attachment #306954 -
Flags: superreview+
Attachment #306954 -
Flags: review?(jst)
Attachment #306954 -
Flags: review+
| Assignee | ||
Updated•17 years ago
|
Attachment #306954 -
Flags: approval1.9?
Comment 2•17 years ago
|
||
Comment on attachment 306954 [details] [diff] [review]
Fix
a1.9=beltzner
Attachment #306954 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 3•17 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Target Milestone: mozilla1.9 → mozilla1.9beta5
Comment 4•17 years ago
|
||
Over in bug 421571, Gavin fingered this as the regresses-gmail patch.
/be
Comment 5•17 years ago
|
||
I've backed this out to fix bug 421571.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•17 years ago
|
||
Any ideas or theories why this caused bug 421571?
| Assignee | ||
Comment 7•17 years ago
|
||
Not yet. I'll look into it later this week.
Blake: How badly do we need this fixed? Can we simply leave things as is for FF3? Otherwise this should be nominated as a blocker.
| Assignee | ||
Comment 9•17 years ago
|
||
This isn't important enough to block. It was just some code removal that I though I could get away with. Perhaps my "later this week" was a little optimistic.
Comment 10•17 years ago
|
||
Comment on attachment 306954 [details] [diff] [review]
Fix
Removing approval flag. This can await post-1.9
Attachment #306954 -
Flags: approval1.9+
| Assignee | ||
Comment 11•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 17 years ago → 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 12•16 years ago
|
||
Comment on attachment 306954 [details] [diff] [review]
Fix
I'd like to get this in on 1.9.1 to ease other work.
Attachment #306954 -
Flags: approval1.9.1?
Updated•16 years ago
|
Attachment #306954 -
Flags: approval1.9.1? → approval1.9.1+
| Assignee | ||
Comment 13•16 years ago
|
||
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•