Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 227421 Details for
Bug 281061
gnash fails when wrapped, works when native
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed gnash patch
gnash-0.8.1-wrap.patch (text/plain), 1.07 KB, created by
Martin Stransky
on 2007-10-15 09:37:01 UTC
(
hide
)
Description:
proposed gnash patch
Filename:
MIME Type:
Creator:
Martin Stransky
Created:
2007-10-15 09:37:01 UTC
Size:
1.07 KB
patch
obsolete
>diff -up gnash-0.8.1/plugin/plugin.cpp.old gnash-0.8.1/plugin/plugin.cpp >--- gnash-0.8.1/plugin/plugin.cpp.old 2007-08-18 18:48:54.000000000 +0200 >+++ gnash-0.8.1/plugin/plugin.cpp 2007-10-15 10:44:16.000000000 +0200 >@@ -490,6 +490,14 @@ nsPluginInstance::startProc(Window win) > procname = gnash_env; > } > >+ const char* pageurl = getCurrentPageURL(); >+ if ( ! pageurl ) >+ { >+ cout << "Could not get current page URL!" << endl; >+ //log_msg("UNIMPLEMENTED: current page url: %s", pageurl); >+ // invoke gnash with -U <current_page_url> >+ } >+ > struct stat procstats; > > // See if the file actually exists, otherwise we can't spawn it >@@ -558,13 +566,6 @@ nsPluginInstance::startProc(Window win) > > // setup the command line > >- const char* pageurl = getCurrentPageURL(); >- if ( ! pageurl ) >- { >- cout << "Could not get current page URL!" << endl; >- //log_msg("UNIMPLEMENTED: current page url: %s", pageurl); >- // invoke gnash with -U <current_page_url> >- } > > const size_t buf_size = 30; > char xid[buf_size], width[buf_size], height[buf_size];
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 281061
: 227421