CN101645084A - Processing method of dynamic data of embedded browser - Google Patents
Processing method of dynamic data of embedded browser Download PDFInfo
- Publication number
- CN101645084A CN101645084A CN200910082663A CN200910082663A CN101645084A CN 101645084 A CN101645084 A CN 101645084A CN 200910082663 A CN200910082663 A CN 200910082663A CN 200910082663 A CN200910082663 A CN 200910082663A CN 101645084 A CN101645084 A CN 101645084A
- Authority
- CN
- China
- Prior art keywords
- browser
- dynamic data
- data
- layout
- webpage
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention provides a processing method of dynamic data of an embedded browser. A JavaScript engine of the browser is used in a web page for expanding a non-standard JavaScript method for calling back a dynamic data acquisition module; acquisition of dynamic data is specifically realized in the dynamic data acquisition module in an application procedure; layout is carried out on the dynamic data in the web page for realizing the combination of the dynamic data with the web page, and the browser analyzes the layout of the web page for completing the layout and display of the dynamic data. The method carries out the interaction by the related method of calling the JavaScript engine for expansion in the web page, the callback way and the dynamic data acquisition module of the application procedure which is independent out of the browser, realizes the acquisition of the dynamic data and determines the display form; and the layout of the dynamic data is completed by the independent layout in the web page, and the management of the browser is carried out by the browser without the need of external application procedure for intervention, thereby being capable of separating the data acquisition of the browser, the layout and the display, reducing the coupling degree of the browser with the external application procedure and simplifying the complexity.
Description
Technical field
The present invention relates to the browser technology field, particularly a kind of built-in browser is to the disposal route of obtaining and showing of dynamic data.
Background technology
In embedded system, particularly in the embedded system as the Internet network terminal, built-in browser may become the topmost application software of embedded OS, even might be the application software of unique direct support.In this case, the core status of embedded OS replaces with regard to viewed device, changes in quality into driving and bottom administration module between browser and the hardware system, finishes work such as basic memory management, management of process, hardware driving.At present, built-in browser also neither one accurately, strict definition, but from its function that can finish be used for, can be described from two aspects substantially.The first, it must be a network information browser, must support other host-host protocols such as HTTP or WAP, support HTML, JavaScript or SGMLs such as expansion XML, WML, can finish the function of browse of webpage; Second, this browser must be adapted at being subject in the embedded information equipment of non-PC of CPU speed, storage space and power consumption exist, the function of operation and complete realization communication host-host protocol, SGML defined, must be according to the diversity needs of embedded device and reduce easily and revise, and satisfy the information equipment user to obtaining the demand of information such as literal, image, sound, video.
Built-in browser is as a network information browser, except the demonstration of finishing the browsing of webpage, text and image, also needs to obtain the dynamic data that transmits in the network, handles them and presents in appropriate mode.Along with the development of various data value-added services, dynamic data magnanimity, isomery has proposed an acid test to built-in browser undoubtedly.Under the situation of embedded system resource-constrained, it is most important how can to carry out effectively that data are obtained and demonstration becomes.
Traditional processing method of dynamic data is directly to call data acquisition module and pictograph display module OSD (On Screen Display) to carry out obtaining of data and show that the two degree of coupling is high in application program.Under the few situation of amount of dynamic data, it is feasible that this method is handled.But when the type of dynamic data is on the increase, under the very big situation of data volume, application program will comprise the disposition of all dynamic datas, and size of code is huge, and this will make application program very complicated, and the resource space that takies also can be very big.Therefore, the Dynamic Data Processing technology of built-in browser has many optimization room for improvement.
Summary of the invention
The object of the present invention is to provide a kind of built-in browser to processing method of dynamic data, this method can make browser data obtain with the layout display separation and open, and can reduce the degree of coupling of browser and external application.
To achieve the above object of the invention, a kind of built-in browser of the present invention specifically may further comprise the steps processing method of dynamic data:
1) in webpage, use the JavaScript engine of browser to expand off-gauge JavaScript method readjustment dynamic data acquisition module;
2) the obtaining of specific implementation dynamic data in the dynamic data acquisition module of application program;
3) in webpage dynamic data is carried out layout, realize that dynamic data combines with webpage, the browser resolves page layout is finished the layout and the demonstration of dynamic data.
Further, in step 1), the JavaScript method that the JavaScript engine increase of browser will be expanded comprises function name, the kernel processes function of number of parameters and browser; Then, in the kernel processes function, add the statement and the definition of new function, wherein mainly undertaken alternately, to reach the purpose of obtaining data by the mode and the dynamic data acquisition module of readjustment.The kernel processes function of browser and business processing are irrelevant; Relevant by the dynamic data acquisition module that the readjustment mode is called with each professional specific implementation, can increase according to the specific requirement of business or revise.
Further, in step 2) in, when realizing in the application program that dynamic data obtains, define the complete data structure information of dynamic data, so that extract different data messages according to different demands.In addition, because the difference of data type, distinguish and regularly obtain data and the non-timed is obtained two kinds of different modes of data.
Further, in step 3), in html document, embed shell script, dynamic data is carried out page layout.Dynamic data can occur with arbitrary form at the arbitrary portion of webpage, sets type or makes some special effect of web such as elements such as can utilizing the form list.The layout of the page be need not external application manage, but managed by browser self, browser resolves is to page layout, and the layout of finishing dynamic data shows.This method has greatly improved the controllability of browser to dynamic data, for example, dynamic data can be assembled into the form of URL in the webpage, to the focal point control of dynamic data, the focal point control of fixed position is changed into the management control of browser self focusing by original external application.
This shows that the present invention utilizes the JavaScript engine of browser to obtain dynamic data, and combine to realize that obtaining with layout of dynamic data shows with the dynamic generation technique of webpage.By in webpage, calling the correlation technique of JavaScript engine expansion, undertaken alternately by the mode and the dynamic data acquisition module that is independent of browser application program in addition of readjustment, realize obtaining of dynamic data and determining of display format; The layout of dynamic data is then set type and finished by independently carry out layout in webpage, manage, need not external application and get involved management by browser self.As seen, the present invention has realized browser obtains with layout to show it is two relatively independent processes to dynamic data, the separation of the two makes the degree of coupling of browser and application program reduce, browser only need be registered dynamic data acquisition module when initialization, just can finish obtaining of dynamic data by the mode of readjustment when calling the JavaScript function.
Built-in browser provided by the present invention is handled the method for dynamic data, has following advantage:
Utilize this method can make browser obtain dynamic data and the layout display separation is opened, each several part is relatively independent, has reduced the degree of coupling of browser and external application, has simplified complexity, helps modular design; The layout of dynamic data can design by autonomous composing, can adjust layout very flexibly; Layout demonstration and focal point control etc. manage by browser self, need not external application and get involved management, have improved the controllability of browser to dynamic data; Have only when browser just to compile when reading the JavaScript shell script, carry out, this more helps saving resource and raises the efficiency.
Description of drawings
Fig. 1 is the process flow diagram of built-in browser of the present invention to processing method of dynamic data.
Fig. 2 is the process flow diagram of the browser handles EPG information of one embodiment of the present of invention.
Embodiment
Below in conjunction with the drawings and specific embodiments, elaborate acquisition process and data the procedure for displaying on webpage of built-in browser to dynamic data.
Along with the continuous development of information age, various data messages are huge to be increased, and in embedded system, mutual between browser and dynamic data more and more becomes key one ring of various data value-added services.In various embedded systems, dynamic data is of a great variety, as data broadcast message (DVB), stock market information, weather forecast information and various amusement information.The Web webpage is still the topmost mode that current these information present.
Fig. 1 is the process flow diagram of built-in browser of the present invention to processing method of dynamic data.A kind of built-in browser provided by the invention specifically may further comprise the steps processing method of dynamic data:
1) in webpage, use the JavaScript engine of browser to expand off-gauge JavaScript method readjustment dynamic data acquisition module,
Here, the JavaScript method that the JavaScript engine increase of browser will be expanded comprises function name, the kernel processes function of number of parameters and browser; Then, in the kernel processes function, add the statement and the definition of new function, wherein mainly undertaken alternately, to reach the purpose of obtaining data by the mode and the dynamic data acquisition module of readjustment.The kernel processes function of browser and business processing are irrelevant; Relevant by the dynamic data acquisition module that the readjustment mode is called with each professional specific implementation, can increase according to the specific requirement of business or revise.
2) the obtaining of specific implementation dynamic data in the dynamic data acquisition module of application program,
Here, when realizing in the application program that dynamic data obtains, define the complete data structure information of dynamic data, so that extract different data messages according to different demands.In addition, because the difference of data type, distinguish and regularly obtain data and the non-timed is obtained two kinds of different modes of data.
3) in webpage dynamic data is carried out layout, realize that dynamic data combines with webpage, the browser resolves page layout is finished the layout and the demonstration of dynamic data,
Here, in html document, embed shell script, dynamic data is carried out page layout.Dynamic data can occur with arbitrary form at the arbitrary portion of webpage, sets type or makes some special effect of web such as elements such as can utilizing the form list.The layout of the page be need not external application manage, but managed by browser self, browser resolves is to page layout, and the layout of finishing dynamic data shows.This method has greatly improved the controllability of browser to dynamic data, for example, dynamic data can be assembled into the form of URL in the webpage, to the focal point control of dynamic data, the focal point control of fixed position is changed into the management control of browser self focusing by original external application.
As shown in Figure 1, in above-mentioned flow process, JavaScript engine in the browser is resolved to the dynamic data acquisition methods of expansion, two class dynamic data types (regularly updating type and non-timed updating type) have been indicated in this method, the JavaScript function returns to the dynamic data interface, dynamic data interface interchange dynamic data acquisition module.According to the difference of data type, the processing meeting of dynamic data acquisition module is variant.If the non-timed updating type only obtains a secondary data and no longer upgrades later on.If the timing updating type after obtaining data for the first time, is enabled timer and regularly obtained data in the page,, then refresh certain area contents of the page, otherwise do not do renewal if there is new data to upgrade.Respectively two kinds of different processes of obtaining the dynamic data mode are described in detail below.
(1) treatment scheme of non-timed updating type data
1. browser resolves webpage;
2. utilize the JavaScript engine of browser to handle JavaScript script in the webpage, the JavaScript method of invoke extensions is to obtain dynamic data in webpage;
3. Kuo Zhan JavaScript method is called the dynamic data interface by the mode of readjustment;
4. dynamic data interface interchange dynamic data module;
5. the dynamic data that obtains is returned to the modules of calling at different levels;
6. give browser with data information transfer, browser refreshes certain area contents.
(2) treatment scheme of timing updating type data
What 1.~6. above-mentioned steps was described is the processing procedure of non-timed updating type data, promptly only obtains the treatment scheme of a secondary data.Regularly the processing procedure of updating type data is according to pre-set time interval timing new data more the processing of obtaining a secondary data after, thereby, its process of obtaining data for the first time further comprises the steps: then on this basis with each step in the processing procedure of above-mentioned non-timed updating type data
7. after finishing the obtaining of data for the first time, start timer in the page, be provided with call the JavaScript method of obtaining dynamic data timing at interval, this method is an asynchronous system, browser can respond other incidents during timing;
8. the timer timing is full, and browser repeats above-mentioned steps and 1.~5. obtains data once more;
If 9. browser gets access to new data, upgrade certain area contents of the page, otherwise do not upgrade.
Below by a specific embodiment disposal route obtaining and show of built-in browser of the present invention to dynamic data is further elaborated.
Specific embodiment: electronic program guide (EPG)
Electronic program guides (EPG) is the exemplary of dynamic data in the digital TV set-top box built-in browser, its information is very abundant, by EPG can see a plurality of even all channels in the recent period (in a week) with information such as the TV programme play and program introduction, reproduction times.Fig. 2 has described the process of built-in browser processing EPG data message, and concrete steps are as follows:
Step 200: judge whether the GET page, if the GET page then arrives step 201; Otherwise continue to keep the browser major cycle, wait for other incident of browser.
Step 201: browser is resolved the page.
Step 202: judge whether the JavaScript method that is used to obtain data of invoke extensions,, then arrive step 203 if call, otherwise other incidents of the browser handles page.
Step 203: utilize the JavaScript engine of browser to carry out the function parsing.
Step 204: the data message type that judgement need be obtained, obtain EPG information if desired, then arrive step 205, otherwise, obtain other data messages.
Step 205: the JavaScript method of expansion triggers EPG information acquisition module by the mode of readjustment, acquires the EPG data message.
Step 206: in webpage, dynamic data is carried out layout, can be with the format setting of form or list, operations such as other special efficacys such as page turning are finished by shell script, and browser is resolved the layout in the webpage, and the data layout in the completing steps 205 shows.
Claims (7)
1, a kind of built-in browser is to processing method of dynamic data, it obtains technology and the dynamic generation technique of webpage in conjunction with the dynamic data based on the JavaScript engine, realize that obtaining with layout of dynamic data shows, make browser to the obtaining and the layout display separation of dynamic data simultaneously, specifically may further comprise the steps:
1) in webpage, use the JavaScript engine of browser to expand off-gauge JavaScript method readjustment dynamic data acquisition module;
2) the obtaining of specific implementation dynamic data in the dynamic data acquisition module of application program;
3) in webpage dynamic data is carried out layout, realize that dynamic data combines with webpage, the browser resolves page layout is finished the layout and the demonstration of dynamic data.
2, built-in browser according to claim 1 is characterized in that processing method of dynamic data, in the described step 1), further comprises:
A) revise the browser kernel, expand off-gauge JavaScript method, comprise function name, the kernel processes function of number of parameters and browser, add the statement and the definition of this new function then in the kernel processes function, this new function is used for being called when webpage needs to obtain dynamic data;
B) mode by readjustment combines with dynamic data acquisition module in browser kernel processes function.
3, built-in browser according to claim 1 is characterized in that step 2 to processing method of dynamic data) in, obtain according to the dissimilar data of carrying out of dynamic data: timing updating type and non-timed updating type,
If the non-timed updating type only obtains a secondary data and no longer upgrades later on;
If the timing updating type after obtaining data for the first time, is enabled timer and regularly obtained data in the page,, then refresh certain area contents of the page if there is new data to upgrade.
4, built-in browser according to claim 3 is characterized in that processing method of dynamic data,
The data handling procedure of described non-timed updating type is as follows:
1. browser resolves webpage;
2. utilize the JavaScript engine of browser to handle JavaScript script in the webpage, the JavaScript method of invoke extensions is to obtain dynamic data in webpage;
3. Kuo Zhan JavaScript method is called the dynamic data interface by the mode of readjustment;
4. dynamic data interface interchange dynamic data module;
5. the dynamic data that obtains is returned to the modules of calling at different levels;
6. give browser with data information transfer, browser refreshes certain area contents,
The data handling procedure of described timing updating type is as follows:
1. browser resolves webpage;
2. utilize the JavaScript engine of browser to handle JavaScript script in the webpage, the JavaScript method of invoke extensions is to obtain dynamic data in webpage;
3. Kuo Zhan JavaScript method is called the dynamic data interface by the mode of readjustment;
4. dynamic data interface interchange dynamic data module;
5. the dynamic data that obtains is returned to the modules of calling at different levels;
6. give browser with data information transfer, browser refreshes certain area contents, thereby finishes obtaining of data for the first time;
7. after finishing the obtaining of data for the first time, start timer in the page, be provided with call the JavaScript method of obtaining dynamic data timing at interval;
8. the timer timing is full, and browser repeats above-mentioned steps and 1.~5. obtains data once more;
If 9. browser gets access to new data, upgrade certain area contents of the page, otherwise do not upgrade.
5, built-in browser according to claim 4 is characterized in that processing method of dynamic data, described step 7. in, in the page, enable in the process of timer, adopt asynchronous system, browser also responds other incidents during timing.
6, built-in browser according to claim 1 is characterized in that processing method of dynamic data, in the described step 3), further comprises:
A) embed shell script in webpage, to the dynamic data layout of setting type, dynamic data occurs with arbitrary form at the arbitrary portion of webpage;
B) page layout is managed by browser self, and browser resolves is finished layout and demonstration to dynamic data to the layout situation of the page.
7, built-in browser according to claim 1 is characterized in that processing method of dynamic data, and the processing procedure when described dynamic data is electronic program guide (EPG) data information is as follows:
Step 200: judge whether the GET page,, otherwise continue to keep the browser major cycle, wait for other incident of browser if the GET page then arrives step 201;
Step 201: browser is resolved the page;
Step 202: judge whether the JavaScript method that is used to obtain data of invoke extensions,, then arrive step 203 if call, otherwise other incidents of the browser handles page;
Step 203: utilize the JavaScript engine of browser to carry out the function parsing;
Step 204: the data message type that judgement need be obtained, obtain EPG information if desired, then arrive step 205, otherwise, obtain other data messages;
Step 205: the JavaScript method of expansion triggers EPG information acquisition module by the mode of readjustment, acquires the EPG data message;
Step 206: in webpage dynamic data is carried out layout, with the format setting of form or list, other special efficacy operations are finished by shell script, and browser is resolved the layout in the webpage, and the data layout in the completing steps 205 shows.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910082663A CN101645084A (en) | 2009-04-23 | 2009-04-23 | Processing method of dynamic data of embedded browser |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910082663A CN101645084A (en) | 2009-04-23 | 2009-04-23 | Processing method of dynamic data of embedded browser |
Publications (1)
Publication Number | Publication Date |
---|---|
CN101645084A true CN101645084A (en) | 2010-02-10 |
Family
ID=41656972
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN200910082663A Pending CN101645084A (en) | 2009-04-23 | 2009-04-23 | Processing method of dynamic data of embedded browser |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN101645084A (en) |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102368250A (en) * | 2011-09-26 | 2012-03-07 | 奇智软件(北京)有限公司 | Page downloading control method and system for IE (Internet Explore) kernel browser |
CN102495890A (en) * | 2011-12-09 | 2012-06-13 | 上海全景数字技术有限公司 | Embedded browser application extension system and method |
CN102541851A (en) * | 2010-12-10 | 2012-07-04 | 金蝶软件(中国)有限公司 | Page modularity generation method and page modularity generation system |
CN102693280A (en) * | 2012-04-28 | 2012-09-26 | 广州市动景计算机科技有限公司 | Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal |
CN102760159A (en) * | 2012-06-06 | 2012-10-31 | 广州坚和网络科技有限公司 | Magazine-type article full text mixed composition method for mobile terminal screen |
CN102830959A (en) * | 2011-06-16 | 2012-12-19 | 中国科学院声学研究所 | Dynamic expanding method and system for embedded browser interface |
CN102929599A (en) * | 2012-09-26 | 2013-02-13 | 广州市动景计算机科技有限公司 | Method and device for modifying browser interface of mobile terminal, and mobile terminal |
CN103064663A (en) * | 2012-11-19 | 2013-04-24 | 北京百度网讯科技有限公司 | Browser plug-in generating, issuing, loading and updating method and system |
CN103152641A (en) * | 2011-12-07 | 2013-06-12 | 深圳市快播科技有限公司 | Method and system for manipulating set top box through webpage interface |
CN103297839A (en) * | 2012-02-24 | 2013-09-11 | 上海融帜信息技术有限公司 | Method for playing television through browser calling |
CN103543991A (en) * | 2012-07-09 | 2014-01-29 | 百度在线网络技术(北京)有限公司 | Method for extending functions of browser and browser system |
CN104063115A (en) * | 2013-03-18 | 2014-09-24 | 联想(北京)有限公司 | Information processing method and electronic equipment |
CN104991823A (en) * | 2015-07-02 | 2015-10-21 | 北京京东尚科信息技术有限公司 | Method and device for realizing Javascript multitask mechanism |
CN106383710A (en) * | 2016-09-19 | 2017-02-08 | 成都知道创宇信息技术有限公司 | Webpage embedding method |
CN107402906A (en) * | 2012-11-07 | 2017-11-28 | 微软技术许可有限责任公司 | Dynamic content layout in grid-based applications |
CN108256338A (en) * | 2018-02-27 | 2018-07-06 | 中南大学 | A kind of Chrome rewritten based on extension API extends sensitive data tracking |
CN108292258A (en) * | 2015-11-25 | 2018-07-17 | 高通股份有限公司 | The power estim ation of individual website |
-
2009
- 2009-04-23 CN CN200910082663A patent/CN101645084A/en active Pending
Cited By (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102541851B (en) * | 2010-12-10 | 2014-05-14 | 金蝶软件(中国)有限公司 | Page modularity generation method and page modularity generation system |
CN102541851A (en) * | 2010-12-10 | 2012-07-04 | 金蝶软件(中国)有限公司 | Page modularity generation method and page modularity generation system |
CN102830959B (en) * | 2011-06-16 | 2015-09-09 | 中国科学院声学研究所 | A kind of built-in browser interface dynamic expansion method and system |
CN102830959A (en) * | 2011-06-16 | 2012-12-19 | 中国科学院声学研究所 | Dynamic expanding method and system for embedded browser interface |
CN102368250A (en) * | 2011-09-26 | 2012-03-07 | 奇智软件(北京)有限公司 | Page downloading control method and system for IE (Internet Explore) kernel browser |
CN102368250B (en) * | 2011-09-26 | 2013-04-24 | 奇智软件(北京)有限公司 | Page downloading control method and system for IE (Internet Explore) kernel browser |
CN103152641A (en) * | 2011-12-07 | 2013-06-12 | 深圳市快播科技有限公司 | Method and system for manipulating set top box through webpage interface |
CN102495890A (en) * | 2011-12-09 | 2012-06-13 | 上海全景数字技术有限公司 | Embedded browser application extension system and method |
CN103297839A (en) * | 2012-02-24 | 2013-09-11 | 上海融帜信息技术有限公司 | Method for playing television through browser calling |
CN102693280A (en) * | 2012-04-28 | 2012-09-26 | 广州市动景计算机科技有限公司 | Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal |
CN102760159A (en) * | 2012-06-06 | 2012-10-31 | 广州坚和网络科技有限公司 | Magazine-type article full text mixed composition method for mobile terminal screen |
CN102760159B (en) * | 2012-06-06 | 2015-04-15 | 广州坚和网络科技有限公司 | Magazine-type article full text mixed composition method for mobile terminal screen |
CN103543991A (en) * | 2012-07-09 | 2014-01-29 | 百度在线网络技术(北京)有限公司 | Method for extending functions of browser and browser system |
CN102929599A (en) * | 2012-09-26 | 2013-02-13 | 广州市动景计算机科技有限公司 | Method and device for modifying browser interface of mobile terminal, and mobile terminal |
CN102929599B (en) * | 2012-09-26 | 2015-12-02 | 广州市动景计算机科技有限公司 | The amending method at browser of mobile terminal interface and device, mobile terminal |
CN107402906A (en) * | 2012-11-07 | 2017-11-28 | 微软技术许可有限责任公司 | Dynamic content layout in grid-based applications |
CN107402906B (en) * | 2012-11-07 | 2020-12-08 | 微软技术许可有限责任公司 | Dynamic content layout in grid-based applications |
CN103064663A (en) * | 2012-11-19 | 2013-04-24 | 北京百度网讯科技有限公司 | Browser plug-in generating, issuing, loading and updating method and system |
CN103064663B (en) * | 2012-11-19 | 2016-03-09 | 北京百度网讯科技有限公司 | The generation of browser plug-in, issue, loading and update method and system |
CN104063115A (en) * | 2013-03-18 | 2014-09-24 | 联想(北京)有限公司 | Information processing method and electronic equipment |
CN104063115B (en) * | 2013-03-18 | 2018-06-01 | 联想(北京)有限公司 | A kind of information processing method and electronic equipment |
CN104991823A (en) * | 2015-07-02 | 2015-10-21 | 北京京东尚科信息技术有限公司 | Method and device for realizing Javascript multitask mechanism |
CN104991823B (en) * | 2015-07-02 | 2019-05-17 | 北京京东尚科信息技术有限公司 | The method and apparatus for realizing Javascript multi-task mechanism |
CN108292258A (en) * | 2015-11-25 | 2018-07-17 | 高通股份有限公司 | The power estim ation of individual website |
CN106383710A (en) * | 2016-09-19 | 2017-02-08 | 成都知道创宇信息技术有限公司 | Webpage embedding method |
CN108256338A (en) * | 2018-02-27 | 2018-07-06 | 中南大学 | A kind of Chrome rewritten based on extension API extends sensitive data tracking |
CN108256338B (en) * | 2018-02-27 | 2021-04-27 | 中南大学 | Chrome extension sensitive data tracking method based on extension API (application programming interface) rewriting |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101645084A (en) | Processing method of dynamic data of embedded browser | |
CN102591954B (en) | A kind of browser data load method and device | |
TWI714156B (en) | Control method and device for playing multimedia, terminal and computer storage medium | |
CN102510392B (en) | Equipment room application sharing method and system, television and mobile terminal | |
CN100481088C (en) | Web page resource issuing method and issuing system | |
US7761601B2 (en) | Strategies for transforming markup content to code-bearing content for consumption by a receiving device | |
CN100477627C (en) | Multi-modal web interaction through wireless network | |
CN102722551B (en) | Intelligent switching method and system for browser kernels | |
CN105745620B (en) | The implementation method and realization platform of software architecture | |
CN102932694B (en) | Intelligent TV network interface display method and device | |
CN103974111B (en) | By the method, apparatus of the data transfer on intelligent terminal to television terminal | |
CN110324671A (en) | Video web page playback method and device, electronic equipment and storage medium | |
CN103729425A (en) | Operation response method, client, browser and operation response system | |
CN102799477A (en) | Resource access method and apparatus | |
CN111726664A (en) | Method for controlling function operation of display device through mobile terminal and display device | |
CN107391736A (en) | A kind of page display method and device | |
CN102271150A (en) | Content output system, content output method, program, terminal device, and output device | |
CN103561326B (en) | A kind of player method based on digital television browser | |
CN101004684A (en) | Focus memory method and device based on embedded browser | |
CN113938699B (en) | Method for quickly establishing live broadcast based on webpage | |
CN101089852A (en) | Method for support multi-language operation system | |
CN103870280B (en) | Webpage seamless combining processing method based on FLEX and JSP | |
CN102036121A (en) | Digital television browser based mosaic video navigation method | |
CN102262530A (en) | Constructing method of cloud computing window desktop based on production type view box structure | |
CN102804177A (en) | Method, apparatus and computer program product for providing an adaptive context model framework |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C12 | Rejection of a patent application after its publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20100210 |