AnotherTest
fef165f1d2
Spreadsheet: Do not assume that user input has balanced parenthesis
...
Otherwise people with broken paren keys, or people with entertaining
ideas like "=9\b)" will cause an assert to trip.
Fixes #5909 .
2021-03-22 17:46:17 +01:00
Andreas Kling
d792200a55
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
...
This function was shadowing Object::initialize() which cannot be called
on global objects and has a different set of parameters.
2021-03-17 16:53:35 +01:00
AnotherTest
6a6f19a72f
Spreadsheet: Store the column index in a Position instead of its name
...
This will make constructing (and destructing) Positions a lot cheaper
(as it no longer needs to ref() and unref() a String).
Resulted from #5483 , but doesn't fix it.
2021-02-24 21:02:02 +01:00
Andreas Kling
dc28c07fa5
Applications: Move to Userland/Applications/
2021-01-12 12:05:23 +01:00