mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
Applications/Internet/Cyberia: Move bookmarks & cookies to the global cyberia JsonObject
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
CTask* browser_task = Fs;
|
||||
|
||||
JsonObject* cyberia = Json.CreateObject(Fs);
|
||||
cyberia->set("bookmarks", Json.CreateObject(Fs), JSON_OBJECT);
|
||||
cyberia->set("cookies", Json.CreateObject(Fs), JSON_OBJECT);
|
||||
|
||||
Context2D* APP_ICON = @image_file_to_context2d("M:/Applications/Internet/Cyberia.app/Resources/icon.png");
|
||||
|
||||
Window* win = NULL;
|
||||
@@ -36,7 +39,6 @@ Bool close_tabs_toggle_do_not_ask = close_tabs_do_not_ask;
|
||||
class @browser
|
||||
{
|
||||
HtmlRenderer* renderer;
|
||||
JsonArray* bookmarks;
|
||||
JsonArray* history;
|
||||
I64 history_index;
|
||||
JsonObject* javascript_link_handlers;
|
||||
|
||||
Reference in New Issue
Block a user