summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-19Ports: Add a ClassiCube portcflip
2022-10-19Ports/libopenal: Build with SDL2 backend, and disable example programscflip
2022-10-19Ports/SDL2: Add null check to SerenitySDLWidget::paint_eventcflip
2022-10-19LibGL+LibGPU+LibSoftGPU: Report maximum texture sizecflip
2022-10-19WebDriver: Fix Session::close_window() declaration orderLinus Groh
2022-10-19WebDriver: Rename Session::{get_window_object => current_window}()Linus Groh
2022-10-19WebDriver: Remove unused Session::get_window_handles()Linus Groh
2022-10-19WebDriver: Condense Client handler functions a bitLinus Groh
2022-10-19WebDriver: Move `GET /session/{session id}/window` impl into SessionLinus Groh
2022-10-19WebDriver: Implement `POST /session/{session id}/timeouts` endpointLinus Groh
2022-10-19WebDriver: Implement `GET /session/{session id}/timeouts` endpointLinus Groh
2022-10-19WebDriver: Use monotonic timer in Session::find()Linus Groh
2022-10-19WebDriver: Replace hardcoded timeout with a TimeoutsConfiguration structLinus Groh
2022-10-19LibGUI: Insert first displayed emoji on returnEtienne Rodriguez
2022-10-19LibJS: Support non-base-10 BigInt literals in bytecode VMAndreas Kling
2022-10-19LibJS: Support `for (x in obj)` iteration in bytecode VMAndreas Kling
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`Tobias Christiansen
2022-10-19WebContent+Friends: Add get_element_attribute IPC and plumbingTobias Christiansen
2022-10-19LibWeb: Ignore "pointer-events: none" elements in hit_testAliaksandr Kalenik
2022-10-19LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp propertiesAndreas Kling
2022-10-19WebDriver: Implement `POST /session/{id}/element/{id}/elements`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/element/{id}/element`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/elements` endpointTobias Christiansen
2022-10-19WebDriver: Fix broken Optional<> returns through IPCTobias Christiansen
2022-10-19WebContent: Fix broken Optional<> returns through IPCTobias Christiansen
2022-10-19LibJS: Disable bytecode optimizations by defaultAndreas Kling
2022-10-18WebDriver: Avoid some JsonValue copies in Session::find_element()Linus Groh
2022-10-18WebDriver: Include (empty) capabilities object in /session POST responseLinus Groh
2022-10-18WebDriver: Make functions always match their spec command nameLinus Groh
2022-10-18WebDriver: Add `GET /session/{id}/window` endpointLinus Groh
2022-10-18WebDriver: Rename Session::get_window() to current_window_handle()Linus Groh
2022-10-18LibWeb: Don't attempt to paint text shadows for empty text fragmentsMacDue
2022-10-18LibWeb: Print requested bitmap sizes in shadow painting debug logsMacDue
2022-10-18LibHTTP: Fix not consuming the last byte of body in from_raw_requestLuke Wilde
2022-10-18WebDriver: Add `POST /session/{id}/element` endpointTobias Christiansen
2022-10-18WebDriver+Friends: Add IPC and plumbing for Element-gettingTobias Christiansen
2022-10-18WebContent: Add more IPC endpoints for getting ElementsTobias Christiansen
2022-10-18PixelPaint: Add action to invert selectionsnooze6214
2022-10-18PixelPaint: Make Wand Select tool select correctly on moved layerssnooze6214
2022-10-18Ports: Make the quake3 port buildable on ARM64 hostsGunnar Beutner
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-18Meta: Add Timon Kruiper to the contributors list :^)Andreas Kling
2022-10-18LibC: Use proper casting in fgetc and fgetc_unlocked functionsLiav A
2022-10-18Kernel/aarch64: Stub more functions to be able to build Scheduler.cppTimon Kruiper
2022-10-18Kernel: Call Processor::are_interrupts_enabled in Scheduler::idle_loopTimon Kruiper
2022-10-18Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Reintroduce `Mutex.cpp` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Reintroduce `Credentials.cpp` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Add more stubs for the Thread classJesse Buhagiar
2022-10-18Kernel: Prevent atomic read/write from failing on nullptrJesse Buhagiar