Bug 32154
| Summary: | [Android] bridge/jni includes JSC-specific code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Steve Block <steveblock> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | android-webkit-unforking, steveblock |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Android | ||
| OS: | Android | ||
| Bug Depends on: | 32157, 33558, 33561, 33586, 33589, 33672, 33898, 33901, 33951, 33953, 33958, 34166, 34468 | ||
| Bug Blocks: | |||
Steve Block
Much of the code in bridge/jni is specific to JSC. This causes problems on Android, where we can build with JSC or V8.
We need to make sure the existing JSC-specific code is not used in V8 builds, and add the corresponding V8-specific code required by Android.
This bug will act as the meta-bug for the multiple bugs and patches required to fix this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Steve Block
All blocking bugs are now resolved.