WebView 3.15: no more static buffers for parsing tag, some fixes, update page not found

git-svn-id: svn://kolibrios.org@8445 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-12-18 15:39:38 +00:00
parent 408000706a
commit 1b9dbc2232
5 changed files with 33 additions and 51 deletions

View File

@@ -41,7 +41,7 @@
// DATA //
// //
//===================================================//
char version[]="WebView 3.14";
char version[]="WebView 3.15";
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
@@ -75,7 +75,7 @@ proc_info Form;
dword cur_img_url;
dword shared_url;
dword http_get_type;
dword http_get_type=PAGE;
dword render_start_time;
int menu_id=NULL;
@@ -723,7 +723,7 @@ void LoadInternalPage(dword _bufdata, _in_bufsize){
} else {
WB1.DrawPage();
}
if (WB1.img_url.count) GetImg(true);
if (WB1.img_url.count) { GetImg(true); DrawOmnibox(); }
}
}