Subversion Repositories Kolibri OS

Rev

Rev 8444 | Rev 8451 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8444 Rev 8445
Line 39... Line 39...
39
//===================================================//
39
//===================================================//
40
//                                                   //
40
//                                                   //
41
//                       DATA                        //
41
//                       DATA                        //
42
//                                                   //
42
//                                                   //
43
//===================================================//
43
//===================================================//
44
char version[]="WebView 3.14";
44
char version[]="WebView 3.15";
Line 45... Line 45...
45
 
45
 
Line 46... Line 46...
46
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
46
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
47
 
47
 
Line 73... Line 73...
73
 
73
 
Line 74... Line 74...
74
#include "tabs.h"
74
#include "tabs.h"
75
 
75
 
76
dword cur_img_url;
76
dword cur_img_url;
77
dword shared_url;
77
dword shared_url;
78
dword http_get_type;
78
dword http_get_type=PAGE;
Line 79... Line 79...
79
dword render_start_time;
79
dword render_start_time;
80
int menu_id=NULL;
80
int menu_id=NULL;
Line 721... Line 721...
721
			WB1.custom_encoding = CH_CP866;
721
			WB1.custom_encoding = CH_CP866;
722
			ShowSource(WB1.bufpointer, _in_bufsize);
722
			ShowSource(WB1.bufpointer, _in_bufsize);
723
		} else {
723
		} else {
724
			WB1.DrawPage();
724
			WB1.DrawPage();
725
		}
725
		}
726
		if (WB1.img_url.count) GetImg(true);
726
		if (WB1.img_url.count) { GetImg(true); DrawOmnibox(); }
727
	}
727
	}
728
}
728
}
Line 729... Line 729...
729
 
729
 
730
bool UrlExtIs(dword base, ext)
730
bool UrlExtIs(dword base, ext)