index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-19
Ports: Add a ClassiCube port
cflip
2022-10-19
Ports/libopenal: Build with SDL2 backend, and disable example programs
cflip
2022-10-19
Ports/SDL2: Add null check to SerenitySDLWidget::paint_event
cflip
2022-10-19
LibGL+LibGPU+LibSoftGPU: Report maximum texture size
cflip
2022-10-19
WebDriver: Fix Session::close_window() declaration order
Linus Groh
2022-10-19
WebDriver: Rename Session::{get_window_object => current_window}()
Linus Groh
2022-10-19
WebDriver: Remove unused Session::get_window_handles()
Linus Groh
2022-10-19
WebDriver: Condense Client handler functions a bit
Linus Groh
2022-10-19
WebDriver: Move `GET /session/{session id}/window` impl into Session
Linus Groh
2022-10-19
WebDriver: Implement `POST /session/{session id}/timeouts` endpoint
Linus Groh
2022-10-19
WebDriver: Implement `GET /session/{session id}/timeouts` endpoint
Linus Groh
2022-10-19
WebDriver: Use monotonic timer in Session::find()
Linus Groh
2022-10-19
WebDriver: Replace hardcoded timeout with a TimeoutsConfiguration struct
Linus Groh
2022-10-19
LibGUI: Insert first displayed emoji on return
Etienne Rodriguez
2022-10-19
LibJS: Support non-base-10 BigInt literals in bytecode VM
Andreas Kling
2022-10-19
LibJS: Support `for (x in obj)` iteration in bytecode VM
Andreas Kling
2022-10-19
WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`
Tobias Christiansen
2022-10-19
WebContent+Friends: Add get_element_attribute IPC and plumbing
Tobias Christiansen
2022-10-19
LibWeb: Ignore "pointer-events: none" elements in hit_test
Aliaksandr Kalenik
2022-10-19
LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties
Andreas Kling
2022-10-19
WebDriver: Implement `POST /session/{id}/element/{id}/elements`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/element/{id}/element`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/elements` endpoint
Tobias Christiansen
2022-10-19
WebDriver: Fix broken Optional<> returns through IPC
Tobias Christiansen
2022-10-19
WebContent: Fix broken Optional<> returns through IPC
Tobias Christiansen
2022-10-19
LibJS: Disable bytecode optimizations by default
Andreas Kling
2022-10-18
WebDriver: Avoid some JsonValue copies in Session::find_element()
Linus Groh
2022-10-18
WebDriver: Include (empty) capabilities object in /session POST response
Linus Groh
2022-10-18
WebDriver: Make functions always match their spec command name
Linus Groh
2022-10-18
WebDriver: Add `GET /session/{id}/window` endpoint
Linus Groh
2022-10-18
WebDriver: Rename Session::get_window() to current_window_handle()
Linus Groh
2022-10-18
LibWeb: Don't attempt to paint text shadows for empty text fragments
MacDue
2022-10-18
LibWeb: Print requested bitmap sizes in shadow painting debug logs
MacDue
2022-10-18
LibHTTP: Fix not consuming the last byte of body in from_raw_request
Luke Wilde
2022-10-18
WebDriver: Add `POST /session/{id}/element` endpoint
Tobias Christiansen
2022-10-18
WebDriver+Friends: Add IPC and plumbing for Element-getting
Tobias Christiansen
2022-10-18
WebContent: Add more IPC endpoints for getting Elements
Tobias Christiansen
2022-10-18
PixelPaint: Add action to invert selection
snooze6214
2022-10-18
PixelPaint: Make Wand Select tool select correctly on moved layers
snooze6214
2022-10-18
Ports: Make the quake3 port buildable on ARM64 hosts
Gunnar Beutner
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-18
Meta: Add Timon Kruiper to the contributors list :^)
Andreas Kling
2022-10-18
LibC: Use proper casting in fgetc and fgetc_unlocked functions
Liav A
2022-10-18
Kernel/aarch64: Stub more functions to be able to build Scheduler.cpp
Timon Kruiper
2022-10-18
Kernel: Call Processor::are_interrupts_enabled in Scheduler::idle_loop
Timon Kruiper
2022-10-18
Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Mutex.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Credentials.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Add more stubs for the Thread class
Jesse Buhagiar
2022-10-18
Kernel: Prevent atomic read/write from failing on nullptr
Jesse Buhagiar
[prev]
[next]