Andreas Kling
|
253aa7aa7d
LibWeb: Make document.title accessible from JavaScript :^)
|
4 سال پیش |
Andreas Kling
|
d22512a024
LibWeb: Strip and collapse whitespace in document.title
|
4 سال پیش |
Andreas Kling
|
59de4adb60
LibWeb: Pass current target box to BFC::run()
|
4 سال پیش |
Andreas Kling
|
7c4c706ebe
LibWeb: Implement Document.getElementsByClassName()
|
4 سال پیش |
Andreas Kling
|
01c8765519
LibJS+LibWeb: Log JavaScript exceptions raised by web content
|
4 سال پیش |
Andreas Kling
|
d477039abc
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
|
4 سال پیش |
Andreas Kling
|
b1e75437c9
LibWeb: Keep track of the parent of each formatting context
|
4 سال پیش |
Luke
|
9950270808
LibWeb: Add HTML::EventNames and UIEvents::EventNames
|
4 سال پیش |
Luke
|
e8b3a65581
LibWeb: Make event dispatching spec-compliant
|
4 سال پیش |
Andreas Kling
|
5aeab9878e
LibWeb: Rename LayoutNode classes and move them into Layout namespace
|
4 سال پیش |
Andreas Kling
|
e1a24edfa9
LibWeb: Reorganize layout system in terms of formatting contexts
|
4 سال پیش |
Luke
|
dcb21b0c3a
LibWeb: Add initial implementation of document.implementation
|
4 سال پیش |
Andreas Kling
|
81add73955
LibWeb: Make Frame point weakly to Page
|
4 سال پیش |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 سال پیش |
Andreas Kling
|
f79e28bd65
LibWeb: Break reference cycles so DOM::Document actually gets deleted
|
4 سال پیش |
Luke
|
e8a9e8aed5
LibWeb: Add namespace to Element
|
4 سال پیش |
Andreas Kling
|
0af2795662
LibWeb: Tear down layout trees properly
|
4 سال پیش |
Andreas Kling
|
f68ed6d25b
LibWeb: Make DOM Nodes keep their Document alive
|
4 سال پیش |
Andreas Kling
|
99acbbe86b
LibWeb: Remove unused Document::fixup()
|
4 سال پیش |
Andreas Kling
|
51dbea3a0e
LibWeb: Use RefPtrs more in getElementById() and getElementsByName()
|
4 سال پیش |
Ben Wiederhake
|
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
|
4 سال پیش |
Andreas Kling
|
4a8bfcdd1c
LibJS: Move the current exception from Interpreter to VM
|
4 سال پیش |
Andreas Kling
|
1c43442be4
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
|
4 سال پیش |
Luke
|
124c52b3b5
LibWeb: Implement document ready state
|
4 سال پیش |
Luke
|
8b807e65d7
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
|
4 سال پیش |
Andreas Kling
|
56c3748dcc
LibWeb: Rename PageView => InProcessWebView
|
4 سال پیش |
Andreas Kling
|
01022eb5d6
LibWeb: Allow focusing individual (focusable) elements with Tab key
|
4 سال پیش |
Linus Groh
|
7390098adc
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
|
4 سال پیش |
Andreas Kling
|
40f4ccc3ea
LibWeb: Initialize tag/attribute name globals in init-time constructors
|
4 سال پیش |
Linus Groh
|
1d728af5c4
LibWeb: Clear exceptions in each Document::run_javascript() call
|
4 سال پیش |