ladybird/Userland
Timothy Flynn 670bd066a5 LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralForm
The JS::Intl enum was added when implementing the PluralRules
constructor. Now that LibUnicode has a plural rules implementation,
replace the JS::Intl enum with the analagous Unicode enum.
2022-07-08 11:51:54 +02:00
..
Applets
Applications FontEditor: Rename FontEditorWidget => FontEditor::MainWidget 2022-07-06 14:25:30 +02:00
Demos WidgetGallery: Repair GML layout on BasicsTab 2022-07-04 11:15:40 +02:00
DevTools AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
DynamicLoader
Games
Libraries LibJS: Replace JS::Intl::PluralRules::Type with Unicode::PluralForm 2022-07-08 11:51:54 +02:00
Services WebSocket: Change target name to deconflict with LibWebSocket on Lagom 2022-07-07 16:50:05 +02:00
Shell Shell: Immediately resolve value when setting a variable 2022-07-04 10:23:15 +00:00
Utilities LibJS: Revert partial resizable ArrayBuffer implementation 2022-07-06 15:52:57 +02:00
CMakeLists.txt