ladybird/Libraries
Andreas Kling 0e61d84749 LibHTML: Run second layout pass if first layout adds/removes scrollbars
If you do a layout and it turns out that the page contents don't fit in
the viewport vertically, we add a vertical scrollbar. Since the
scrollbar takes up some horizontal space, this reduces the amount of
space available to the page. So we have to do a second layout pass. :^)

Fixes #650.
2019-10-13 16:31:31 +02:00
..
LibAudio LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
LibC LibC: Add some wchar functions 2019-10-13 08:44:47 +02:00
LibCore LibCore: CHttpJob::start() should fail asynchronously 2019-10-08 19:32:34 +02:00
LibDraw LibDraw: Parse some more color string formats found on the web 2019-10-06 21:40:14 +02:00
LibGUI LibGUI: Fix GMenu submenu shortcut bug. 2019-10-13 08:45:49 +02:00
LibHTML LibHTML: Run second layout pass if first layout adds/removes scrollbars 2019-10-13 16:31:31 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Fix Toolchain build 2019-09-29 22:07:02 +02:00
LibMarkdown LibMarkdown: Emit properly formed HTML documents 2019-10-13 12:58:56 +02:00
LibPCIDB ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
LibThread AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
LibVT Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00