summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-02Browser: Display style properties in DOM InspectorSam Atkins
2021-09-02LibWeb+WebContent: Add inspect_dom_node() IPC callSam Atkins
2021-09-02LibWeb: Implement DOMTreeModel::index_for_node()Sam Atkins
2021-09-02LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModelSam Atkins
2021-09-02LibWeb: Modify StylePropertiesModel to work with JSONSam Atkins
2021-09-02Browser: Remove residual InProcessWebView code from DOM InspectorSam Atkins
2021-09-02LibWeb: Include DOM Node ID in serialized JSONSam Atkins
2021-09-02Browser: Prevent opening multiple DOM Inspectors for the same TabSam Atkins
2021-09-02LibWeb: Give each Node a unique IDSam Atkins
2021-09-02LibWeb: Remove commented-out dbglnSam Atkins
2021-09-02LibJS: Account for negative numbers in ToTemporalDurationRecordLinus Groh
2021-09-02LibJS: Throw RangeError for non-integral values in ToPartialDurationLinus Groh
2021-09-02LibJS: Reflect normative changes in ParseTemporalInstantStringLinus Groh
2021-09-02LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operatorLuke Wilde
2021-09-02LibJS: Implement Intl.Locale.prototype.regionTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.scriptTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.languageTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.numericTimothy Flynn
2021-09-02LibJS: Implement most Intl.Locale.Prototype.<<keyword>> propertiesTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.baseNameTimothy Flynn
2021-09-02LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleListTimothy Flynn
2021-09-02LibJS: Add test cases for Intl.Locale.prototype.toStringTimothy Flynn
2021-09-02LibJS: Implement the Intl.Locale constructorTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.toString()Timothy Flynn
2021-09-02LibJS: Compare Unicode locale variants using case-insensitive matchingTimothy Flynn
2021-09-02LibJS: Remove duplicated error message from ErrorTypes.hTimothy Flynn
2021-09-02LibUnicode: Add helper methods to LocaleID and LanguageID for LibJSTimothy Flynn
2021-09-02LibUnicode: Add lexer to test if a string matches the "type" productionTimothy Flynn
2021-09-02LibUnicode: Add missing structures to forwarding headerTimothy Flynn
2021-09-02js: Implement pretty-printing of Intl.LocaleTimothy Flynn
2021-09-02LibJS: Implement a nearly empty Intl.Locale objectTimothy Flynn
2021-09-02LibGL: Implement glTexSubImage2DStephan Unverwerth
2021-09-02LibGL: Add GL_TETXURE*_ARB aliasesStephan Unverwerth
2021-09-02LibGL: Support additional enums in glGetIntegervStephan Unverwerth
2021-09-02LibGL: Fix glTexImage2D texture dimension validationStephan Unverwerth
2021-09-02LibGL: Allow numerical internal formats in glTexImage2DStephan Unverwerth
2021-09-02LibGL: Implement glPolygonOffsetStephan Unverwerth
2021-09-02LibGL: Implement glDrawBufferStephan Unverwerth
2021-09-02About: Display the full versionMahmoud Mandour
2021-09-02AboutDialog: Accept a version stringMahmoud Mandour
2021-09-02LibCore: Refactor a version-reading utilityMahmoud Mandour
2021-09-02LibCore+LibGUI: Define a Serenity version in LibCoreMahmoud Mandour
2021-09-02TextEditor: Stop calling window->set_modified(false) on file saveKarol Kosek
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-09-02LibWeb: Add missing shadow including ancestor checks in EventDispatcherLuke Wilde
2021-09-02LibWeb: Add shadow including ancestor/descendant checksLuke Wilde
2021-09-02PixelPaint: Ctrl+click on palette colors now sets primary/secondaryMustafa Quraish
2021-09-02PixelPaint: Allow changing colors temporarily without paletteMustafa Quraish
2021-09-02Tests: Remove all file(GLOB) from CMakeLists in TestsAndrew Kaster
2021-09-02Tests: Add tests for Core::deferred_invokesin-ack