serenity/Userland/Applications
Andreas Kling 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset
This function now takes an optional out parameter for callers who would
like to what kind of property we ended up getting.

This will be used to implement inline caching for property lookups.

Also, to prepare for adding more forms of caching, the out parameter
is a struct CacheablePropertyMetadata rather than just an offset. :^)
2023-07-09 12:54:06 +02:00
..
3DFileViewer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
About LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
AnalogClock Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Assistant LibCore+Applications: Put timeout parameter first in debounce() 2023-06-14 17:53:59 +02:00
Browser LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
BrowserSettings Browser: Store default config values in a single place 2023-06-06 00:47:23 +02:00
Calculator Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
Calendar LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
CalendarSettings CalendarSettings: Propagate errors when creating CalendarSettingsWidget 2023-06-10 07:19:06 +02:00
CertificateSettings LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
CharacterMap CharacterMap: Override statusbar text on action hover 2023-06-15 13:53:22 +01:00
ClockSettings ClockSettings: Convert ClockSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
CrashReporter LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Escalator LibFileSystem+Everything: Remove resolve_executable_from_environment 2023-06-06 23:46:36 +02:00
FileManager FileManager: Restore inline message behavior for inaccessible dirs 2023-07-04 12:40:22 +01:00
FontEditor LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
GamesSettings GamesSettings+LibCards: Get rid of DeprecatedString 2023-07-06 10:15:37 +01:00
Help Help: Clear statusbar when leaving link 2023-06-15 13:53:22 +01:00
HexEditor HexEditor: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
ImageViewer Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
KeyboardMapper LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
KeyboardSettings KeyboardSettings: Convert KeyboardSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
Magnifier Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Mail Mail: Fix crash caused by migration from NonnullRefPtrVector 2023-07-05 11:39:27 +02:00
MailSettings MailSettings: Convert MailSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
MouseSettings LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
NetworkSettings NetworkSettings: Convert NetworkSettingsWidget to a failable factory 2023-06-10 07:19:06 +02:00
PartitionEditor LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
PDFViewer LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
Piano Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
PixelPaint Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Presenter Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
Run LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Settings LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
SoundPlayer AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
SpaceAnalyzer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Spreadsheet LibJS: Make Object::internal_get() reveal the used property offset 2023-07-09 12:54:06 +02:00
SystemMonitor Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Terminal Terminal: Modernize 2023-07-06 11:07:11 +01:00
TerminalSettings TerminalSettings: Convert setting widgets to a failable factory 2023-06-10 07:19:06 +02:00
TextEditor LibGUI+Userland: Port Action status tips to String 2023-06-15 13:53:22 +01:00
ThemeEditor ThemeEditor: Add a recent files list 2023-06-17 20:36:03 +02:00
VideoPlayer Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
Welcome AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
CMakeLists.txt CertificateSettings: Create basic Cert Store application 2023-04-03 19:58:47 -06:00