Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56958 Details for
Bug 90084
www-client/mozilla-firefox-1.0.3: Bug in inline editing (fix included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch mozilla-firefox-1.0.3-fix_inline_editing.patch
mozilla-firefox-1.0.3-fix_inline_editing.patch (text/plain), 1.11 KB, created by
Tobias Minich
on 2005-04-22 17:34:12 UTC
(
hide
)
Description:
Patch mozilla-firefox-1.0.3-fix_inline_editing.patch
Filename:
MIME Type:
Creator:
Tobias Minich
Created:
2005-04-22 17:34:12 UTC
Size:
1.11 KB
patch
obsolete
>diff -uNr mozilla.orig/js/src/xpconnect/src/xpcwrappednativejsops.cpp mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp >--- mozilla.orig/js/src/xpconnect/src/xpcwrappednativejsops.cpp 13 Apr 2005 18:40:57 -00001.48.32.7 >+++ mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp 18 Apr 2005 07:28:44 -0000 >@@ -1222,18 +1222,19 @@ NewSafeGetterOrSetterThunk(JSContext *cx > if(JS_ObjectIsFunction(cx, unsafe_gsobj)) > { > JSFunction *unsafe_gsfun = > (JSFunction *) JS_GetPrivate(cx, unsafe_gsobj); > if(unsafe_gsfun->native == XPC_WN_Safe_GetterSetterThunkNative) > return gsop; > } > > // Make a thunk to check cross-trust-domain access before calling gsop. >+ attrs &= ~JSFUN_BOUND_METHOD; > JSFunction *safe_gsfun = JS_NewFunction(cx, > XPC_WN_Safe_GetterSetterThunkNative, > nargs, attrs, obj, NULL); > if(!safe_gsfun) > return NULL; > > JSObject *safe_gsobj = JS_GetFunctionObject(safe_gsfun); > > // The only clean way to get id and unsafe_gsobj through is via permanent,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 90084
:
56957
| 56958