summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-31Applications: Use application icons for dialog windowsBrendan Coles
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-04AK: Make the return type of dbgputstr consistent.asynts
2020-10-04Browser: Remove dbgln() statement that was crashing on startupAndreas Kling
2020-10-04Browser: Fix build after dbgf() -> dbgln() renameAndreas Kling
2020-10-04Browser: Use format functions instead of printf.asynts
2020-10-02Browser: Add a special context menu for imagesAndreas Kling
2020-10-02Browser: Move the opening of a download window to its own functionAndreas Kling
2020-09-29LibJS: Move Console from Interpreter to GlobalObjectAndreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-09-14Browser: Move the basic Tab UI skeleton to JSON GUIAndreas Kling
2020-09-14Browser: Set tab text alignment from JSON GUIAndreas Kling
2020-09-14Browser: Generate the main browser window UI from JSON :^)Andreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-30Browser: Mark default action in context menu of hyperlinksBen Wiederhake
2020-08-30Browser: Mark default action in context menu of bookmarksBen Wiederhake
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-19Browser: add urls to browser history on load startJake Wilson
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-16Browser: Add a debug menu action for triggering a JS garbage collectionAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-12Browser: Avoid ninja-import of global variableBen Wiederhake
2020-08-05Browser: Move bookmarks.json to ~/.configAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-23Browser: Escape JS source operators for HTML display in consoleNico Weber
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-23Browser: Focus input text field in JS console by defaultNico Weber
2020-07-16LibWeb: Require parent window argument for MessageBoxTom