serenity/Applications/Browser
Andreas Kling 2cb50f6750 LibWeb+Browser: Add ability to run Browser with the new HTML parser
You can now pass "-n" to the browser to use the new HTML parser.
It's not turned on by default since it's still very immature, but this
is a huge step towards bringing it into maturity. :^)
2020-05-27 21:57:30 +02:00
..
BookmarksBarWidget.cpp Browser: Pop up a context menu when requested on a bookmark button 2020-05-22 18:23:02 +02:00
BookmarksBarWidget.h Browser: Pop up a context menu when requested on a bookmark button 2020-05-22 18:23:02 +02:00
BrowserConsoleClient.cpp Browser: Add JS Console 2020-05-24 02:20:08 +02:00
BrowserConsoleClient.h Browser: Add JS Console 2020-05-24 02:20:08 +02:00
CMakeLists.txt Browser: Add option in DownloadWidget to open download's in folder 2020-05-26 21:09:45 +02:00
ConsoleWidget.cpp Browser: Add console history to re-send old commands 2020-05-27 20:04:52 +02:00
ConsoleWidget.h Browser: Add console history to re-send old commands 2020-05-27 20:04:52 +02:00
DownloadWidget.cpp Browser: Add option in DownloadWidget to open download's in folder 2020-05-26 21:09:45 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing 2020-05-21 19:55:44 +02:00
InspectorWidget.h Browser: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
main.cpp LibWeb+Browser: Add ability to run Browser with the new HTML parser 2020-05-27 21:57:30 +02:00
Tab.cpp LibWeb+Browser: Add ability to run Browser with the new HTML parser 2020-05-27 21:57:30 +02:00
Tab.h Browser: Add JS Console 2020-05-24 02:20:08 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00