Andreas Kling
|
6293d1a13c
|
LibWeb+Browser: Remove old HTML parser :^)
The new parser is now used everywhere and it's working pretty well!
|
2020-06-26 00:53:25 +02:00 |
|
Andreas Kling
|
de6028dfa7
|
LibWeb: Turn FrameLoader into a ResourceClient
We now use the new resource-based loader for the main resource in each
Frame. This gives us access to caching and sharing. :^)
|
2020-06-06 14:14:43 +02:00 |
|
Andreas Kling
|
075bd75859
|
LibWeb: Add a FrameLoader class and move PageView's loading logic there
Each Frame now has a FrameLoader which will be responsible for handling
loading inside that frame.
|
2020-06-06 14:14:43 +02:00 |
|