Timothy Flynn
347838a240
LibWeb: Set Cookie header on <script> resource requests
...
This required changing the load_sync API to take a LoadRequest instead
of just a URL. Since HTMLScriptElement was the only (non-test) user of
this API, it didn't seem useful to instead add an overload of load_sync
for this.
2021-04-15 09:46:49 +02:00
Idan Horowitz
bc9cd55da4
Browser+LibWeb: Add support for spoofing the browser user agent
...
This is helpful when testing certain sites like twitter.com which
display differently based on the user agent.
2021-04-14 23:06:32 +02:00
Linus Groh
000ef96613
LibWeb: Pass optional status code to ResourceLoader callbacks
...
This is needed for XMLHttpRequest, and will certainly be useful for
other things, too.
2021-04-03 16:34:34 +02:00
Timothy Flynn
855920fe13
Browser+LibWeb+WebContent: Add action to clear resource cache
2021-03-30 10:27:49 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00