Andreas Kling
198bb322ef
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
...
When parsing a CSS value in the context of a CSSStyleDeclaration
camelCase property setter, we don't necessarily have a Document to
provide the CSS parser for context.
So the parser can't go assuming that there's always a Document in the
ParsingContext. And ImageStyleValue can't go assuming that there's
always a Document either. This will require some more work to get things
right, I'm just patching up the null dereference for now.
2021-09-30 02:18:30 +02:00
..
2021-09-30 02:18:30 +02:00
2021-09-18 21:53:37 +02:00
2021-09-29 18:57:48 +02:00
2021-09-29 18:57:48 +02:00
2021-09-29 18:57:48 +02:00
2021-09-29 21:21:57 +02:00
2021-09-29 21:21:57 +02:00
2021-09-29 18:57:48 +02:00
2021-09-13 01:43:10 +02:00
2021-09-13 01:43:10 +02:00
2021-09-29 21:21:57 +02:00
2021-09-29 21:21:57 +02:00
2021-09-29 21:21:57 +02:00
2021-09-29 21:21:57 +02:00
2021-09-29 21:21:57 +02:00
2021-09-26 19:07:03 +02:00
2021-09-26 19:07:03 +02:00
2021-09-26 19:07:03 +02:00
2021-09-30 00:00:55 +02:00
2021-09-30 00:00:55 +02:00
2021-09-30 00:00:55 +02:00
2021-09-29 21:21:57 +02:00
2021-09-30 00:00:55 +02:00
2021-09-29 21:21:57 +02:00
2021-09-23 17:47:40 +02:00
2021-09-24 15:01:49 +02:00
2021-09-24 15:01:49 +02:00
2021-09-25 23:36:43 +02:00
2021-09-25 23:36:43 +02:00
2021-09-13 01:43:03 +02:00
2021-09-23 17:47:40 +02:00
2021-09-24 15:12:15 +02:00
2021-09-24 15:01:49 +02:00
2021-09-09 21:25:10 +02:00
2021-08-19 23:49:25 +02:00
2021-09-03 12:22:36 +02:00
2021-09-03 12:22:36 +02:00
2021-09-24 15:49:04 +02:00
2021-09-24 15:12:15 +02:00
2021-09-24 15:12:15 +02:00
2021-09-24 15:12:15 +02:00
2021-09-24 15:12:15 +02:00
2021-09-24 15:12:15 +02:00
2021-09-30 00:00:55 +02:00
2021-09-30 00:00:55 +02:00
2021-09-30 00:00:55 +02:00
2021-09-30 00:00:55 +02:00
2021-09-29 14:57:59 +01:00
2021-09-30 02:18:30 +02:00
2021-09-30 02:18:30 +02:00