summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Document.cpp
AgeCommit message (Expand)Author
2020-06-08LibJS: Make more Interpreter functions take a GlobalObject&Andreas Kling
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Add HTML::TagNames namespace for global tag name FlyStringsAndreas Kling
2020-06-07LibWeb: Remove unused Document::on_layout_updated hookAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-06LibWeb: Add Node notifications for Document<=>Frame attach/detachAndreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-06-03LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")Andreas Kling
2020-05-30LibWeb: Handle two kinds of deferred script executionsAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-27LibWeb: Bring up basic external script execution in the new parserAndreas Kling
2020-05-26LibWeb: Add cached global attribute name FlyStringsAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26LibWeb: Add document.querySelector()Linus Groh
2020-05-24LibWeb: A whole bunch of work towards spec-compliant <script> elementsAndreas Kling
2020-05-15LibJS: Let parser keep track of errorsLinus Groh
2020-05-10LibWeb: Add Document create_element() and create_text_node() helpersAndreas Kling
2020-04-13LibJS: Do not execute scripts with parse errorsStephan Unverwerth
2020-04-07LibWeb: Add Origin concept (protocol, host, port tuple)Andreas Kling
2020-04-07LibCore: Add Core::Timer::create_single_shot()Andreas Kling
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-04-04LibWeb: Handle javascript: URLs inside LibWeb :^)Andreas Kling
2020-04-01LibJS: Add Interpreter::create<GlobalObjectType>()Andreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling
2020-03-30LibWeb: Support more advanced selectors in document.querySelectorAll()Andreas Kling
2020-03-30LibWeb: Add naive support for document.querySelectorAll()Andreas Kling
2020-03-29LibJS+LibWeb: Function calls should always go through InterpreterAndreas Kling
2020-03-29LibJS+LibWeb: Move native properties to separate getters/settersAndreas Kling
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-28LibWeb: Move get_element_by_id() to a NonElementParentNode mixin classAndreas Kling
2020-03-25LibWeb: Add Document::invalidate_layout()Andreas Kling
2020-03-22LibWeb: Implement cancelAnimationFrame()Andreas Kling
2020-03-22LibWeb: Add basic support for requestAnimationFrame()Andreas Kling
2020-03-21LibWeb: Add a naive implementation of setInterval()Andreas Kling
2020-03-21LibWeb: Make the "document" global a native propertyAndreas Kling
2020-03-21LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacksAndreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling
2020-03-15LibJS: Pass "this" as an Object* to NativeFunction callbacksAndreas Kling
2020-03-14LibWeb: Start implementing basic JavaScript DOM bindingsAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling