ladybird/Applications/Help
Andreas Kling 850955053f LibHTML: Rename Document::normalize() to fixup() and always do it
Node.normalize() is a standard DOM API that coalesces Text nodes.
To avoid clashing with that, rename it to fixup().

This patch also makes it happen automagically as part of parsing.
2019-10-09 18:54:34 +02:00
..
History.cpp Help: Follow clicked links 2019-10-03 08:23:54 +02:00
History.h Help: Follow clicked links 2019-10-03 08:23:54 +02:00
main.cpp LibHTML: Rename Document::normalize() to fixup() and always do it 2019-10-09 18:54:34 +02:00
Makefile Help: Follow clicked links 2019-10-03 08:23:54 +02:00
ManualModel.cpp Help+man.md: Add man sections 2019-09-30 21:38:39 +02:00
ManualModel.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualNode.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualPageNode.cpp Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualPageNode.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00
ManualSectionNode.cpp Help: Don't crash on startup when non-md man pages are present :^) 2019-09-28 18:38:27 +02:00
ManualSectionNode.h Applications: Add a new Help app 2019-09-28 18:29:42 +02:00