1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 09:10:59 +00:00
serenity/Applications
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
..
About About: Focus the button on startup 2020-01-08 13:14:39 +01:00
Browser Browser: Use pledge() 2020-01-11 21:33:12 +01:00
Calculator Applications: Implement some missing MenuBars & AboutDialogs 2019-12-31 01:46:42 +01:00
ChanViewer Applications: Implement some missing MenuBars & AboutDialogs 2019-12-31 01:46:42 +01:00
DisplayProperties DisplayProperties: Add a menubar 2019-12-30 14:03:31 +01:00
FileManager FileManager: Add a columns view 2020-01-10 17:45:59 +01:00
FontEditor Applications: Implement some missing MenuBars & AboutDialogs 2019-12-31 01:46:42 +01:00
Help Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
HexEditor Applications: Add new keyboard shortcuts & update few existing ones 2020-01-01 01:23:27 +01:00
IRCClient Applications: Add new keyboard shortcuts & update few existing ones 2020-01-01 01:23:27 +01:00
PaintBrush PaintBrush: Select tool button on context menu event 2020-01-02 20:12:55 +01:00
Piano Applications: Implement some missing MenuBars & AboutDialogs 2019-12-31 01:46:42 +01:00
QuickShow Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
SoundPlayer Applications: Add new keyboard shortcuts & update few existing ones 2020-01-01 01:23:27 +01:00
SystemDialog Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
SystemMonitor SystemMonitor: Display mount flags 2020-01-11 18:57:53 +01:00
Taskbar AK: Move the userspace SharedBuffer from LibC to AK 2020-01-01 18:53:34 +01:00
Terminal Terminal: Put the Font menu items in an action group :^) 2020-01-08 21:12:40 +01:00
TextEditor Applications: Add new keyboard shortcuts & update few existing ones 2020-01-01 01:23:27 +01:00
Welcome Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00