ladybird/Userland
Idan Horowitz 6cd318d784 LibJS: Convert matched regex result to string in Symbol.replace
This would crash on an undefined match (no match), since the matched
result was assumed to be a string (such as on discord.com). The spec
suggests converting it to a string as well:
https://tc39.es/ecma262/#sec-regexp.prototype-@@replace (14#c)
2021-04-17 16:10:45 +02:00
..
Applets Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff() 2021-04-17 01:27:29 +02:00
Applications FileManager: Estimate transfer time 2021-04-17 09:41:35 +02:00
Demos Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
DevTools UserspaceEmulator: use outln_if 2021-04-16 20:03:35 +02:00
DynamicLoader
Games Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Libraries LibJS: Convert matched regex result to string in Symbol.replace 2021-04-17 16:10:45 +02:00
Services Taskbar: Use WM connection for window management operations 2021-04-17 13:06:25 +02:00
Shell Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
Tests LibM: Use fptan/fpatan instead of approximating atan2/tan 2021-04-15 17:50:16 +02:00
Utilities Utilities: Fix division by zero 2021-04-17 09:25:06 +02:00
CMakeLists.txt