summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23LibWeb: Take margin into account when positioning absolute descendantsAndreas Kling
2020-06-23LibWeb: Respect specified width when computing shrink-to-fit candidatesAndreas Kling
2020-06-23LibJS: Explicitly invoke Cell constructor in Object(Object& prototype)Andreas Kling
2020-06-23LibWeb: Update PageView content size on page relayoutAndreas Kling
2020-06-23LibJS: Make NativeProperty a plain Cell instead of an ObjectAndreas Kling
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-23LibWeb: Make wrapper factory functions take JS::GlobalObject&Andreas Kling
2020-06-23LibWeb: Let HTMLScriptElement call Document::run_javascript()Andreas Kling
2020-06-23LibWeb: Remove hacky old ways of running <script> element contentsAndreas Kling
2020-06-23LibWeb: Fix tokenization of attributes with URL query strings in themAndreas Kling
2020-06-23SystemServer: Fix typo (exist -> exit) (#2615)Ruairidh MacLeod
2020-06-23WebContent: Unveil access to the ImageDecoder service :^)Andreas Kling
2020-06-23LibWeb: Remove Gfx::ImageDecoder from ImageLoaderAndreas Kling
2020-06-23LibWeb: Use ImageLoader::has_image() in HTMLObjectElementAndreas Kling
2020-06-23LibWeb: Decode CSS image values out-of-process as wellAndreas Kling
2020-06-23LibWeb: Give ImageResource::bitmap(frame_index) default frame_index = 0Andreas Kling
2020-06-23Ports: Make ninja use ppoll instead of pselectNico Weber
2020-06-23LibC+Kernel: Implement ppollNico Weber
2020-06-23JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cppdevashish
2020-06-23LibGfx: Integrate JPEG decoder with rest of the systemdevashish
2020-06-23LibGfx+LibWeb: Add JPEG decoder and integrate with LibWebDevashish
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-22LibIPC: Silence some debug spamAndreas Kling
2020-06-22ImageDecoder: Add a new service for out-of-process image decoding :^)Andreas Kling
2020-06-22LibCore: Remove some debug spam in Local{Server,Socket}Andreas Kling
2020-06-22LibCore: Put safe_syscall() debug spam behind #ifdefAndreas Kling
2020-06-22SystemServer: Put some debug spam behind #ifdefsAndreas Kling
2020-06-22Kernel: Silence debug spam on execAndreas Kling
2020-06-22Kernel: Silence some debug spam in SchedulerAndreas Kling
2020-06-22LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)Andreas Kling
2020-06-22Base: Test web page and images for PPM image file typeHüseyin ASLITÜRK
2020-06-22LibGfx: Add PPM image file type supportHüseyin ASLITÜRK
2020-06-22LibWeb: Add "image/x‑portable‑pixmap" mime type for pbm file extensionHüseyin ASLITÜRK
2020-06-22Base: Add PPM file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-22Ports: Add ninjaNico Weber
2020-06-22LibC: Implement pselectNico Weber
2020-06-22LibC: Add timespec functions to sys/time.hNico Weber
2020-06-22AK: Add timespec_add and timespec_subNico Weber
2020-06-22LibJS: expose some more math functionsstelar7
2020-06-22LibM: Add some more math functionsstelar7
2020-06-21LibWeb: Remove most uses of the old HTML parserAndreas Kling
2020-06-21Userland: Use Web::PageView::load_html() in the "html" utilityAndreas Kling
2020-06-21HackStudio: Use Web::PageView::load_html() for the documentation popupAndreas Kling
2020-06-21TextEditor: Use Web::PageView::load_html() for the markdown previewAndreas Kling
2020-06-21Help: Use Web::PageView::load_html()Andreas Kling
2020-06-21LibWeb: Add PageView::load_html() for loading HTML directlyAndreas Kling
2020-06-21WebContent: Turn it into a MultiInstance service :^)Andreas Kling
2020-06-21LibIPC: Add setters for overriding the client/server PID if neededAndreas Kling
2020-06-21LibCore: Add API for taking over an accepted socket from SystemServerAndreas Kling
2020-06-21Userland: Remove "ht" test utilityAndreas Kling