summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-30LibTest+test-js: Add back the lost test262 parser test optionAli Mohammad Pur
2021-05-30LibJS: Make missing variable decls in for..in/of a syntax errorAli Mohammad Pur
2021-05-30LibJS: Don't try to parse binding patterns after a syntax errorAli Mohammad Pur
2021-05-30LibJS: Add String.prototype.anchor & friendsIdan Horowitz
2021-05-30LibGUI: Don't scroll TreeView horizontally to bring index into viewAndreas Kling
2021-05-30LibGUI: Avoid a bunch of virtual calls during TreeView paintingAndreas Kling
2021-05-30LibC: openpty error handling updateDavid Carlier
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-30LibGL: Introduce Texture base class for all texture typesStephan Unverwerth
2021-05-29LibJS: Add Date.prototype.{get, set}Year()Idan Horowitz
2021-05-29LibJS: Replace the broken and unused Date::year getterIdan Horowitz
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-30LibWasm: Make f32-add/sub actually perform addition/subtractionAli Mohammad Pur
2021-05-30LibWasm: Avoid OOB accesses caused by user inputAli Mohammad Pur
2021-05-29LibWasm: Fix logic error in Limits::parse()Ali Mohammad Pur
2021-05-29LibJS: Add tests for destructuring assignments and function parametersAli Mohammad Pur
2021-05-29LibJS: Implement destructuring assignments and function parametersAli Mohammad Pur
2021-05-29Userland: Check sudoers file perms and owner in plsJesse Buhagiar
2021-05-29Userland: Implement `pls`, a sudo cloneJesse Buhagiar
2021-05-29LibC: Don't leak memory for realloc(p, 0)Gunnar Beutner
2021-05-29LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigationJelle Raaijmakers
2021-05-29LibCore: Do not write disabled spwd values in generate_shadow_filebrapru
2021-05-29LibGL: Rewrite error handling according to specStephan Unverwerth
2021-05-29LibGL: Update rasterizer options in glDisable()Stephan Unverwerth
2021-05-29LibGL: Add macro for error checkingStephan Unverwerth
2021-05-29LibGfx: Switch to modern dbgln logging in ICOLoaderIdan Horowitz
2021-05-29LibGfx: Reject ICOs with height == NumericLimits<i32>::min()Idan Horowitz
2021-05-29LibJS: Instrument HeapBlock cell allocation for ASANAndrew Kaster
2021-05-29LibJS: Expose minimum possible cell size of JS::HeapAndrew Kaster
2021-05-29LibJS: Remove unused HeapBlock private member functionAndrew Kaster
2021-05-29Kernel: Make sure we free the thread stack on thread exitGunnar Beutner
2021-05-29LibPthread: Make some variables staticGunnar Beutner
2021-05-29LibVT: Add missing cursor movement escape sequencesDaniel Bertalan
2021-05-29LibGUI: Distribute remaining pixels in BoxLayout to fill the entire areaMart G
2021-05-29DisplaySettings: Set monitor widget color if no image is selectedJesse Buhagiar
2021-05-29HexEditor: Add find_all_strings() functionBrendan Coles
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
2021-05-29LibGUI: Make HeaderView act only on the visible sectionsAli Mohammad Pur
2021-05-29LibTLS: Allow using other hash algorithms for HMACDexesTTP
2021-05-29LibTLS: Use a more precise KeyExchangeAlgorithm enumDexesTTP
2021-05-29LibTLS: Add IANA Hex codes for all recommended cipher suitesDexesTTP
2021-05-29LibWeb: Also call page_did_start_loading() for FrameLoader::Type::ReloadLinus Groh
2021-05-29LibWeb: Call page_did_start_loading() before load_resource()Linus Groh
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-29LibWeb: Improve performance of CSS custom property resolutionTobias Christiansen
2021-05-29LibWeb: Avoid unnecessary String copy in parsing CSS custom propertiesTobias Christiansen
2021-05-28SystemMonitor: Disable menu items for inaccessible processMarcus Nilsson
2021-05-28SystemMonitor: Use u64 for disk sizesJesse Buhagiar