1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 18:00:59 +00:00
serenity/Applications/Browser
Andreas Kling 2f880a047f Browser: Use pledge()
This is the first complex app to use pledge(), and it was extremely
easy to get it working.

The main trickiness comes from the RPC sockets that get set up inside
the GApplication constructor. Since it wants to unlink any old RPC
socket with the same filename and change the file mode of the new
socket, it needs both "cpath" and "fattr".

Once the GApplication has been constructed, it seems we can safely
drop those promises. Pretty cool!
2020-01-11 21:33:12 +01:00
..
History.h Browser: Add basic back/forward history 2019-10-17 23:39:31 +02:00
InspectorWidget.cpp Browser+LibHTML: Change the way computed styles are queried 2020-01-05 17:13:22 +01:00
InspectorWidget.h Browser+LibHTML: Add "Computed" styles to the DOM inspector 2020-01-05 17:13:22 +01:00
main.cpp Browser: Use pledge() 2020-01-11 21:33:12 +01:00
Makefile Browser+LibHTML: Add resolved element style to the DOM inspector 2020-01-02 14:55:19 +01:00