Sam Atkins
|
4e18fce3a5
LibWeb: Set the location URL for `@import`-ed/`<link>`-ed style sheets
|
10 달 전 |
Andreas Kling
|
5606ce412e
LibWeb: Handle document/navigable disconnection during favicon decode
|
10 달 전 |
Colin Reeder
|
c6975a1680
LibWeb: Use base URL for link loading
|
11 달 전 |
Colin Reeder
|
00f75648e5
LibWeb: Update stylesheet media value when changing link media attribute
|
11 달 전 |
Tim Ledbetter
|
a552bda8d9
LibWeb: Pass the old attribute value to `Element::attribute_changed()`
|
1 년 전 |
rmg-x
|
7f04ceb4f6
LibWeb: Add response status check when loading fallback favicon
|
1 년 전 |
Timothy Flynn
|
06ed0dfcc1
LibWeb: Run clang-format
|
1 년 전 |
Hexeption
|
2f4668edce
LibWeb: Added HTMLLinkElement.as
|
1 년 전 |
Jamie Mansfield
|
f82c727071
LibWeb: Implement HTMLLinkElement.referrerPolicy
|
1 년 전 |
Jamie Mansfield
|
735859bc10
LibWeb: Implement HTMLLinkElement.fetchPriority
|
1 년 전 |
Jamie Mansfield
|
d1f884533e
LibWeb: Update "create a link request" for spec changes
|
1 년 전 |
Timothy Flynn
|
b5ba60f1d1
LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value
|
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
|
51fc30a191
LibWeb: Implement the `HTMLLinkElement.relList` attribute
|
1 년 전 |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 년 전 |
Timothy Flynn
|
1ffda6a805
LibWeb: Propagate OOM in Body::fully_read() through its error callback
|
1 년 전 |
Timothy Flynn
|
c79f46fe6f
LibWeb: Remove OOM propagation from Fetch::Infrastructure::Headers
|
1 년 전 |
Andreas Kling
|
a4625e3943
LibWeb: Only react to link element attribute changes when BC connected
|
1 년 전 |
Aliaksandr Kalenik
|
988c8451d4
LibWeb: Skip HTMLLinkElement resource fetching for documents without BC
|
1 년 전 |
Andrew Kaster
|
651e78fedb
LibWeb: Convert callers of ImageCodecPlugin to the async API
|
1 년 전 |
Andreas Kling
|
184368285c
LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read()
|
1 년 전 |
Andreas Kling
|
8e56367092
LibWeb: Allow moving StyleSheets between documents without falling apart
|
1 년 전 |
Tim Ledbetter
|
4a3497e9cd
LibWeb: Support loading alternative style sheets
|
1 년 전 |
Tim Ledbetter
|
d5cddd4696
LibWeb: Unset stylesheet properties when removing from a StyleSheetList
|
1 년 전 |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 년 전 |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 년 전 |
Aliaksandr Kalenik
|
c6e69d501f
LibWeb: Add style sheets to the shadow root if applicable
|
2 년 전 |
Andreas Kling
|
b7f80e7081
LibWeb: Put debug spam about failed favicon decodes behind a flag
|
1 년 전 |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 년 전 |