Bug 91836
| Summary: | [META][EFL] Fix --minimal build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thiago Marcos P. Santos <tmpsantos> |
| Component: | WebKit EFL | Assignee: | Thiago Marcos P. Santos <tmpsantos> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kenneth, lucas.de.marchi, sw0524.lee |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 91837, 91839, 91840, 91841 | ||
| Bug Blocks: | 89875 | ||
Thiago Marcos P. Santos
It's totally broken, specially because of WK2 errors.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Thiago Marcos P. Santos
BTW, the reasons why I'm fixing this are:
1. It is broken. :)
2. Would be easier to start the seccomp sandbox implementation with less features enabled and interact over the implementation to enable new features. Example: SQL WebDatabase will probably require several syscalls and also a mechanism to transparently delegate file opening to the UIProcess.