index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
home
Age
Commit message (
Expand
)
Author
2020-04-18
Base: Add Browser to QuickLaunch (#1836)
bcoles
2020-04-16
LibWeb: Add some basic path drawing functionality to the canvas element
Andreas Kling
2020-04-14
Base: Add a little test web page for canvas drawImage() :^)
Andreas Kling
2020-04-12
LibJS: Add console.{debug,info,warn,error}()
Linus Groh
2020-04-10
LibJS: Add String.prototype.pad{Start,End}()
Linus Groh
2020-04-10
IRCClient: Add NotifyOnMessage/NotifyOnMention config options
Brendan Coles
2020-04-10
IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf options
Brendan Coles
2020-04-08
LibWeb: Add canvas.strokeRect(), and fix scale & translate
Brian Gianforcaro
2020-04-06
Base: Add trigonometry demo webpage
Linus Groh
2020-04-05
IRCClient: Allow CTCP replies to be user configurable in IRCClient.ini
Brendan Coles
2020-04-03
LibWeb: Implement <script src> support for synchronous scripts
Andreas Kling
2020-04-03
LibWeb: Add "navigator" object and expose navigator.userAgent
Andreas Kling
2020-03-31
Base: Tweak the canvas demo page to stop using fractional RGB values
Andreas Kling
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-27
Browser: Add bookmarks bar
Emanuel Sprung
2020-03-26
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
Elisée Maurer
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Implement basic exception throwing
Andreas Kling
2020-03-24
LibJS: Parse "try", "catch" and "finally"
Andreas Kling
2020-03-23
LibWeb: CSS: Add "position: absolute" with top and left
myphs
2020-03-22
LibWeb: Add basic support for requestAnimationFrame()
Andreas Kling
2020-03-21
Base: Add a demo web page for canvas+setInterval+randomness
Andreas Kling
2020-03-21
Base: Tidy up the events.html test page a little bit
Andreas Kling
2020-03-21
LibJS: Delete fully-empty HeapBlocks after garbage collection
Andreas Kling
2020-03-21
LibJS: Parse object expressions
0xtechnobabble
2020-03-20
LibJS: Add ArrayPrototype and implement Array.prototype.push()
Andreas Kling
2020-03-20
LibJS: Support reading/writing elements in an Array via Object get/put
Andreas Kling
2020-03-20
LibJS: Parse ArrayExpression and start implementing Array objects
Andreas Kling
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-19
LibWeb: Add <canvas> element and start fleshing out CRC2D
Andreas Kling
2020-03-19
LibJS: Prefer FunctionDeclaration if a statement begins with "function"
Andreas Kling
2020-03-18
LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-16
LibJS: Replace the global print() function with console.log() :^)
Andreas Kling
2020-03-16
js: Fix simple scopes example
0xtechnobabble
2020-03-16
LibJS: Implement abstract equality and inequality
0xtechnobabble
2020-03-15
LibJS: Add ObjectPrototype and implement hasOwnProperty()
Andreas Kling
2020-03-15
LibJS: Add StringPrototype and make it the prototype of StringObject
Andreas Kling
2020-03-14
LibJS: Unescape strings in Token::string_value()
Stephan Unverwerth
2020-03-14
LibWeb: Implement Document.getElementById()
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-14
LibJS: Lex single quote strings, escaped chars and unterminated strings
Stephan Unverwerth
2020-03-14
LibJS: Add operator precedence parsing
Stephan Unverwerth
2020-03-13
HackStudio: Add Javascript projects
Oriko
2020-03-12
LibJS: Replace $gc() hack with a NativeFunction on the global object
Andreas Kling
[next]