Bug 20686
| Summary: | debian packaging includes a "symbols" filter | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | bensmithpp44 |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Luke Kenneth Casson Leighton
the debian package make process patches libwebkit to add a symbols filter, removing all c++ symbols from export.
1) is that a sensible thing?
2) if so, would it be nice to have an auto-generated script that did it?
reasoning: glib bindings just added 1,470 extra functions to libwebkit - and that's without SVG and it's without various custom functions which need checking, one by one.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
Like <http://trac.webkit.org/browser/trunk/symbols.filter>?