Timothy Flynn
|
40b2d24d55
LibWeb: Support ctrl/cmd-clicking a link to open it in a new tab
|
11 ヶ月 前 |
Tim Ledbetter
|
a552bda8d9
LibWeb: Pass the old attribute value to `Element::attribute_changed()`
|
11 ヶ月 前 |
Jamie Mansfield
|
8f2cb6755b
LibWeb: Implement HTMLAreaElement.referrerPolicy
|
1 年間 前 |
Jamie Mansfield
|
469cbe78de
LibWeb: Use Reflect for HTMLAnchorElement.referrerPolicy
|
1 年間 前 |
Matthew Olsson
|
74aeb57631
LibWeb: Add a few missing visits to m_rel_list members
|
1 年間 前 |
Tim Ledbetter
|
fc395716e9
LibWeb: Return NonnullGCPtr<DOMTokenList> from `relList` getters
|
1 年間 前 |
Tim Ledbetter
|
b7fd39c2e6
LibWeb: Implement the `HTMLAnchorElement.relList` attribute
|
1 年間 前 |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 年間 前 |
Shannon Booth
|
973cc67e81
LibWeb: Implement <a> element activation behavior for ismap <img>s
|
1 年間 前 |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 年間 前 |
Andrew Kaster
|
a5e1364938
LibWeb: Respect the trusted state of input events when clicking links
|
1 年間 前 |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
1 年間 前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年間 前 |
Aliaksandr Kalenik
|
afe24883b7
LibWeb: Remove exit for javascript urls in anchor activation_behavior()
|
1 年間 前 |
Shannon Booth
|
0a4586d510
LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String
|
1 年間 前 |
Andreas Kling
|
a71eaefdf6
LibWeb: Make EventTarget::activation_behavior a virtual function
|
1 年間 前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年間 前 |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 年間 前 |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 年間 前 |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 年間 前 |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 年間 前 |
Shannon Booth
|
e5910a4593
LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String
|
1 年間 前 |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 年間 前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年間 前 |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 年 前 |
PrestonLTaylor
|
0eac8bce6f
LibWeb: Fix js execution for js urls in anchor tags href
|
2 年 前 |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 年 前 |
Sam Atkins
|
88d64fcb55
LibWeb: Add HTMLAnchorElement.referrerPolicy property
|
2 年 前 |
Sam Atkins
|
0c19d3aa58
LibWeb: Add HTMLAnchorElement.text getter and setter
|
2 年 前 |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 年 前 |