コミット履歴

作者 SHA1 メッセージ 日付
  Linus Groh 3f24a444f9 LibWeb+WebContent: Add plumbing for 'webdriver-active flag' 2 年 前
  Andreas Kling 829186af7d LibWeb+WebContent: Add EventLoopPlugin::quit() virtual 2 年 前
  Andreas Kling 7354ac724e WebContent: Don't pthread_setname_np() non-SerenityOS platforms 2 年 前
  Andreas Kling f877782117 WebContent: Use Web::Platform::Timer instead of Core::Timer 2 年 前
  Andreas Kling d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages 2 年 前
  Andreas Kling 2d72abc3d4 LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient 2 年 前
  Andreas Kling 5366924f11 LibWeb: Make StyleSheetList GC-allocated 2 年 前
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated 2 年 前
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject 2 年 前
  Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object() 2 年 前
  Andreas Kling 548081ea23 Userland+Base: Make the window titlebar font configurable separately 3 年 前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年 前
  MacDue 3294753d6c Browser+WebContent: Fix inspecting non-visible nodes 3 年 前
  Lucas CHOLLET 662711fa26 Browser+LibWeb+WebContent: Allow Browser to load local files 3 年 前
  Karol Kosek 03cda8a013 LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUI 3 年 前
  Rafał Babiarz b162b7eec6 Browser+LibWeb+WebContent: Add ability to inspect session storage 3 年 前
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 年 前
  Ali Mohammad Pur a42e03b01a Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 3 年 前
  Andreas Kling 463dc91049 WebContent: Cancel pending paint requests when removing a backing store 3 年 前
  Valtteri Koskivuori 45a81f5a2c Browser+LibWeb+WebContent: Add ability to inspect local storage 3 年 前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年 前
  Linus Groh 04e40b7aaa Browser+WebContent: Add a Debug menu action to disable scripting :^) 3 年 前
  Linus Groh 780e5441b4 WebContent: Add plumbing for 'is scripting enabled' setting 3 年 前
  Andreas Kling bd44d9d641 LibWeb: Show correct element margin values in Inspector "Box Model" view 3 年 前
  Lenny Maiorani 0b7baa7e5a Services: Use default constructors/destructors 3 年 前
  Andreas Kling e31fe3eeb8 LibWeb: Rename Element::specified_css_values() => computed_css_values() 3 年 前
  Andreas Kling 43ef813f3d LibWeb: Rename Element::computed_style() to resolved_css_values() 3 年 前
  Andreas Kling 5779a910e5 LibWeb: Move hit testing to the painting tree 3 年 前
  Andreas Kling ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 年 前
  Andreas Kling 9461e44afa LibWeb: Use Layout::Box::paint_box() accessor in more places 3 年 前