Bug 251567
| Summary: | Move implicit mapping out of CSSPrimitiveValue | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Adler <darin> |
| Component: | CSS | Assignee: | Darin Adler <darin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | commit-queue, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 251743 | ||
| Bug Blocks: | |||
Darin Adler
The feature of CSSPrimitiveValue, where the value can be converted implicitly to various types, can happen by accident. Instead, move this into a separate class. †his frees us up to make some changes to CSSPrimitiveValue itself more easily.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104946191>
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/9502
EWS
Committed 259856@main (de6b51e4e4c6): <https://commits.webkit.org/259856@main>
Reviewed commits have been landed. Closing PR #9502 and removing active labels.
Simon Fraser (smfr)
Some tests are crashing after this: https://results.webkit.org/?suite=layout-tests&test=editing%2Finput%2Fpaste-linebreak-into-initially-hidden-textarea.html
WebKit Commit Bot
Re-opened since this is blocked by bug 251743
Darin Adler
I’ll fix the crash and re-land.
Darin Adler
Pull request: https://github.com/WebKit/WebKit/pull/9656
Darin Adler
New pull request has the crash fixed.
EWS
Committed 259871@main (3f84cb0e5e03): <https://commits.webkit.org/259871@main>
Reviewed commits have been landed. Closing PR #9656 and removing active labels.