summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-26LibWeb: Make WindowObject's prototype immutableLuke Wilde
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke Wilde
2021-09-26LibWeb: Convert HTMLCollection to use IDL special operationsLuke Wilde
2021-09-26LibWeb: Add support for IDL legacy platform objectsLuke Wilde
2021-09-26LibJS: Make Object::ordinary_set_with_own_descriptor non-staticLuke Wilde
2021-09-26LibWeb: Implement Document.importNodeLuke Wilde
2021-09-26LibJS: Allow statements to have multiple labelsAndreas Kling
2021-09-26LibJS: Defer execution of switch default clause until after case clausesLinus Groh
2021-09-26LibWeb: Implement window.queueMicrotask(callback)Andreas Kling
2021-09-26LibWeb: Add the PageTransitionEvent interface and fire "pageshow" eventsAndreas Kling
2021-09-26LibWeb: Add a "page showing" flag to documentsAndreas Kling
2021-09-26LibWeb: Implement "update the current document readiness" from specAndreas Kling
2021-09-26LibWeb: Store HTML document ready state as an enumAndreas Kling
2021-09-26LibWeb: Make unhandled JS exception stand out more in debug logAndreas Kling
2021-09-26LibELF: Indicate value of unimplemented dtagRodrigo Tobar
2021-09-26LibC+LibELF: Add definitions for extra dtagsRodrigo Tobar
2021-09-26LibELF+readelf: Remove duplicated dtag->string mapRodrigo Tobar
2021-09-26LibWeb: Mark event listeners generated by event handler attributesAndreas Kling
2021-09-26LibWeb: Implement more of "completely finish loading the document"Andreas Kling
2021-09-26LibWeb: Remove nonsensical assignment in script-became-ready callbackAndreas Kling
2021-09-26LibWeb: Make parser <script> elements delay the document load eventAndreas Kling
2021-09-26LibWeb: Make <link> style sheets delay the document load eventAndreas Kling
2021-09-26LibWeb: Allow HTML parser to delay delivery of the document "load" eventAndreas Kling
2021-09-26LibWeb: Remove some unused includes and a member in HTMLScriptElementAndreas Kling
2021-09-26LibWeb: Implement more of HTMLParser::the_end() and bring closer to specAndreas Kling
2021-09-26LibWeb: Make update_style() a no-op if there's no browsing contextAndreas Kling
2021-09-26LibWeb: Split out "The end" from the HTML parsing spec to a functionAndreas Kling
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-25LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinningAndreas Kling
2021-09-25LibCore: Add Core::EventLoop::spin_until(Function<bool()>)Andreas Kling
2021-09-25LibWeb: Move window.scroll{X,Y} from wrapper into DOM::WindowAndreas Kling
2021-09-25LibJS: Move has_constructor() from NativeFunction to FunctionObjectLinus Groh
2021-09-25LibJS: Add const Value::as_function()Linus Groh
2021-09-25LibJS: Remove unused FunctionObject::environment()Linus Groh
2021-09-25LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunctionLinus Groh
2021-09-25LibJS: Rename BoundFunction::m_target_function to match spec nameLinus Groh
2021-09-25LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObjectLinus Groh
2021-09-25LibJS: Move [[Fields]] to ECMAScriptFunctionObjectLinus Groh
2021-09-25LibJS: Move [[HomeObject]] to ECMAScriptFunctionObjectLinus Groh
2021-09-25LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObjectLinus Groh
2021-09-25LibJS: Move [[ThisMode]] to ECMAScriptFunctionObjectLinus Groh
2021-09-25LibJS: Add ECMAScriptFunctionObject forward declarationLinus Groh
2021-09-25LibJS: Rename ECMAScriptFunctionObject members to match spec namesLinus Groh
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-24LibWeb: Skip decoding favicon.ico if downloaded data is emptyMandar Kulkarni
2021-09-24LibGfx: Forward declare Gfx::FontMetrics as a structAndreas Kling
2021-09-24LibWeb: Ignore `font-size: calc(...)` for nowAndreas Kling
2021-09-24LibWeb: Rename CSS::StyleResolver => StyleComputerAndreas Kling
2021-09-24LibWeb: Absolutize internal lengths in all StyleValuesAndreas Kling