CN102624891A - Method for switching kernel of browser and corresponding browser - Google Patents

Method for switching kernel of browser and corresponding browser Download PDF

Info

Publication number
CN102624891A
CN102624891A CN2012100594848A CN201210059484A CN102624891A CN 102624891 A CN102624891 A CN 102624891A CN 2012100594848 A CN2012100594848 A CN 2012100594848A CN 201210059484 A CN201210059484 A CN 201210059484A CN 102624891 A CN102624891 A CN 102624891A
Authority
CN
China
Prior art keywords
kernel
agreement request
browser
switching
request information
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.)
Granted
Application number
CN2012100594848A
Other languages
Chinese (zh)
Other versions
CN102624891B (en
Inventor
务孟庆
滕跃龙
周振兴
王学智
刘斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Shenzhen Tencent Computer Systems Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210059484.8A priority Critical patent/CN102624891B/en
Publication of CN102624891A publication Critical patent/CN102624891A/en
Application granted granted Critical
Publication of CN102624891B publication Critical patent/CN102624891B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method for switching a kernel of browser and a corresponding browser. The browser comprises at least two kernels, a switching module for switching the kernels, and a protocol request synchronous module. The method comprises the following steps that: storing protocol request information triggered by a browser event by the protocol request synchronous module when the browser event occurs in a present kernel; synchronizing the stored protocol request information into the switched kernel when the kernel is switched by the browser; switching the kernel by the switching module according to a kernel switching event; utilizing the synchronized protocol request information to regenerate a protocol request by the switched kernel; and sending the regenerated protocol request to a server corresponding to a website address accessed before switching. According to the method provided by the invention, the page error rate caused by switching the kernel is reduced.

Description

Kernel method and corresponding browser in the switching of browser
Technical field
The present invention relates to the internet information treatment technology, relate in particular to a kind of interior kernel method of switching and corresponding browser of browser.
Background technology
Browser is the client browser of World Wide Web (WWW) (Web) service.Browser can send various requests to Web server, and hypertext information and the various multimedia data format of sending from server made an explanation, shows and play.
The core part of browser is the browser kernel, the browser kernel is exactly the render engine (Rendering Engine) that browser adopts, and render engine has determined the browser how content of display web page and the format information of the page.Browsing event when taking place in browser; By the web page address of checking current browsing in the browser is URL (URL; Uniform/Universal Resource Locator) corresponding server is initiated HTTP (HTTP, HyperText Transfer Protocol HTTP) request.Said HTTP request is meant that browser passes through the data that http protocol sends to the corresponding web page server of said URL.Web page server receives after the HTTP request, generates http response according to the information of in the HTTP of correspondence request, carrying, and returns to the browser kernel, and the browser kernel renders webpage according to this http response.
The browser kernel that compares main flow at present in the industry comprises following four kinds:
(1) Trident kernel, the i.e. kernel of MS internet explorer.At present industry has numerous browsers to use the Trident core design, therefore many employing IE kernels is arranged just but not the browser of IE emerges in large numbers.The Trident kernel is commonly called the IE kernel, and main feature is that popularity rate is high, and is compatible good.For example present many Web banks and payment system are only supported the Trident kernel of IE.
(2) Gecko kernel, i.e. the kernel of Firefox browser use.The characteristics of Gecko are code full disclosures, and therefore, it is very high that it can develop degree.
(3) Webkit kernel is mainly used by Chrome browser and Safari browser.The Webkit kernel is a free software, the while open source code, and the Webkit kernel has the advantage of fast in speed, but then little than Gecko core engine to the tolerance of wrong grammer.
(4) Presto kernel, i.e. the kernel of Opera browser use.The characteristics of Presto kernel are exactly that the optimization of playing up speed has reached ultimate attainment, also be to generally acknowledge the fastest browser kernel of web page browsing at present, yet cost are the compatibility of having sacrificed webpage.
It is thus clear that each present browser kernel all has the characteristics of self.
Because the Trident kernel popularity rate at home of IE browser is very high; Only support the Trident kernel of IE so caused a lot of web station systems; For example most of Web bank and payment system are only supported Trident kernel browser, and other non-Trident kernel browser access can't normally be paid and transfer accounts at all etc. professional.Yet other kernels possess the not available various advantages of Trident kernel again, and for example the non-IE browser of WebKit kernel has had more and more users with higher performance and better user experience.In order completely more to show various webpages more with flying colors, engendered that some contain the multinuclear browser of two browser kernels at least on the industry at present.
In the multinuclear browser, need possess the function of switching kernel.Abbreviate the browser kernel as kernel among this paper.The so-called kernel that switches is exactly: when using the multinuclear browser, from using a kernel browsing page, switch to and use another kernel to browse this webpage.
Kernel method normally in the switching of the multinuclear browser of prior art: after triggering the switching kernel operations; The web page address that kernel before switching is visited is the kernel after URL is transferred to switching; Again initiate a HTTP (HTTP, HyperText Transfer Protocol HTTP) request by the kernel after switching to this URL corresponding server.
The shortcoming of prior art is: when switching kernel; What check in after the switching that the identical URL corresponding server of being visited before switching initiates is once that brand-new HTTP asks; If the information errors that the HTTP request is carried or not enough; To cause server to return wrong http response, the user will see wrong webpage.
For example; The browser that uses prior art is before switching kernel, and the user is during with the core A browsing page, has other HTTP information except that Cookie when HTTP asks if send to server; For example the Referer field in the HTTP message header is perhaps asked text; After switching to kernel B, these information will be dropped so, so the URL corresponding server will can not receive the information that the user sent before switching kernel.That is to say, in these cases, switch kernel and will cause the user to obtain wrong result.
For example at the commodity page of shopping website; The browser kernel can " be bought " URL corresponding with service device initiation HTTP request immediately to this after clicking acknowledgement of orders buttons such as " buying immediately "; This server receives that HTTP request back generates corresponding http response according to the HTTP solicited message; This http response is returned to the browser kernel; The browser kernel renders corresponding page according to this http response, and for example shown in Figure 1 is click " buying immediately " button at certain shopping website after, a kind of normal page figure that the browser kernel renders according to normal http response.
Yet the URL corresponding server after clicking acknowledgement of orders buttons such as " buying immediately " can take place mutual with payment system and/or bank system of web usually; This moment, browser can switch kernel or automatic switchover kernel through the prompting user usually by hand; Under existing technical scheme; The information of carrying in then can asking because of the HTTP that the kernel after switching sends is incorrect, causes server to return wrong http response, thereby makes the kernel after the switching render the wrong page.Be illustrated in figure 2 as at certain shopping website click " buying immediately " button after browser switch kernel, a kind of wrong page figure that causes kernel to render according to wrong http response.
Summary of the invention
In view of this, main purpose of the present invention is to provide a kind of interior kernel method of switching and corresponding browser of browser, to reduce the page fault rate that kernel causes of switching.
Technical scheme of the present invention is achieved in that
Kernel method in a kind of switching of browser comprises:
When current inner generation browsing event, preserve the agreement request information that this browsing event triggers;
When browser switches kernel, with the agreement request information synchronization of the said preservation kernel after switch;
Kernel after the said switching utilizes said synchronous agreement request information to regenerate agreement request, and the web page address corresponding server of before switching, being visited is initiated this agreement request that regenerates.
A kind of browser; Comprise at least two kernels and the handover module that is used to switch kernel; This browser also comprises the agreement request synchronization module; Be used for the current inner of browser mutual, the agreement request information that triggers when preserving current inner generation browsing event, and when browser switches kernel with the agreement request information synchronization of the said preservation kernel after switch; After said handover module switched kernel, the kernel after the said switching utilized said synchronous agreement request information to regenerate agreement request, and the web page address corresponding server of before switching, being visited is initiated this agreement request that regenerates.
Compared with prior art; When the present invention was switched kernel at browser, agreement (like the http protocol) solicited message that will before switching kernel, send was synchronized to the kernel after switching, thereby the information that guarantees the user is not lost; Make that switching the agreement request of sending before and after the kernel is consistent; Thereby make the user obtain correct switching kernel result, guarantee user's browsing page normally, reduced the page fault rate that kernel causes of switching.
Description of drawings
Fig. 1 is click " buying immediately " button at certain shopping website after, a kind of normal page figure that the browser kernel renders according to normal http response;
Fig. 2 switches kernel, a kind of wrong page figure that causes kernel to render according to wrong http response for browser click " buying immediately " button at certain shopping website after;
Fig. 3 is a kind of content sketch map of HTTP request;
Fig. 4 is a kind of composition sketch map of browser according to the invention;
Fig. 5 is a kind of practical implementation flow chart of the method for the invention.
Embodiment
Below in conjunction with accompanying drawing and specific embodiment the present invention is remake further detailed explanation.
Core technology scheme of the present invention is: when current inner generation browsing event, preserve the HTTP agreement request information that this browsing event triggers; When browser switches kernel, with the agreement request information synchronization of the said preservation kernel after switch; Kernel after the said switching utilizes said synchronous agreement request information to regenerate agreement request, and the web page address corresponding server of before switching, being visited is initiated this agreement request that regenerates.
Agreement of the present invention is meant web communication protocol, is that the present invention will be described for example with the HTTP(Hypertext Transport Protocol) among the embodiment below.
Said concrete browsing event is concerning each browser kernel; Title maybe be different; Being the DISPID_BEFORENAVIGATE2 incident concerning the Trident kernel, is OnBeforeBrowse concerning the Webkit kernel, but be basically identical triggering opportunity of the browsing event of different browsers kernel; For example: then can trigger browsing event when the user imports in browser address bar after URL also clicks visit, perhaps the user clicks the browsing event that a certain hyperlink also can trigger the corresponding URL of this hyperlink.After triggering browsing event, the browser kernel can be formed a HTTP request message, and this paper abbreviates the HTTP request as, sends to the current URL corresponding server of browsing.
The HTTP request that the browser kernel sends comprises three parts, is respectively: request row, HTTP message header (HTTP header) and request text (HTTP body).Be illustrated in figure 3 as a kind of content sketch map of HTTP request.Wherein first row 301 is the content of request row, and second walks to the 6th row 302 is the content of HTTP message header, is request text 303 after the HTTP message header.
The described request row starts with a method symbol, separates with the space, and the URI of followed request and the version of agreement, form is following: Method Request-URI HTTP-Version CRLF.
In the described request row, Method representes requesting method; Request-URI is a unified resource identifier; HTTP-Version representes the http protocol version of asking; CRLF representes carriage return and line feed.
The described request method has multiple, for example GET method, POST method, HEAD method, PUT method etc.Wherein the POST method need be added new data after the resource that Request-URI identified, and requires to be accepted the data in the request text at the back by request server, is usually used in submission form.
The described request header is set by browser indirectly, in the HTTP request is to follow after initial GET and POST request row to send, and for example specifically can comprise following field in the request header described in Fig. 3 302:
The Accept field is used to the mime type of specifying browser or other CLIENT PROGRAMs to handle: request.getHeader (" Accept ");
The Connnection field is used to indicate whether the client can handle continuation HTTP and connect.
The Cookie field is used for returning cookie to server, and these cookie send to browser by server before being, are used to distinguish user identity;
The Host field is used for host name and the port numbers of indicating that original URL provides;
The Referer field is used to indicate the URL that quotes the Web page;
The User-Agent field is used for browser or other CLIENT PROGRAMs of identification request.
Described request text 303 specifically comprises the content of being asked, for example form data etc.When the requesting method of HTTP request was the POST mode, this request text also was called as HTTP post data information.
The URL corresponding server receives after the HTTP request; According to the information of in the HTTP of correspondence request, carrying; Comprise the information that comprises in request row, HTTP message header and the request text; Generate http response, and return to the browser kernel, the browser kernel renders webpage according to this http response.
Fig. 4 is a kind of composition sketch map of browser according to the invention; Referring to Fig. 4; This browser 400 comprises: at least two kernels (so embodiment comprises core A and kernel B shown in Fig. 4), be used to switch the handover module 401 and the agreement request synchronization module of kernel, agreement request synchronization module described in this embodiment is specially HTTP and asks synchronization module 402.
Said HTTP request synchronization module 402 is used for the current inner of browser mutual, the HTTP solicited message that triggers when preserving current inner generation browsing event, and the kernel after when browser switches kernel, the HTTP solicited message of said preservation being synchronized to switching; Said handover module is used to switch kernel; After switching kernel, the kernel after the said switching utilizes said synchronous HTTP solicited message to regenerate the HTTP request, and the web page address corresponding server of before switching, being visited is initiated this HTTP that regenerates request.
In an embodiment of the present invention; In HTTP request of the every triggering of current inner; Then the information in this HTTP request is saved in the said HTTP request synchronization module 402; The HTTP information requested that specifically can only preserve the last browsing event and triggered, with before the HTTP solicited message of preserving override.
In an embodiment of the present invention, said preservation and synchronous HTTP solicited message can be all information in this HTTP request.Certainly; Wherein most information all there is no need to carry out synchronously; Therefore in another kind of embodiment, need only the partial information of preserving in the said HTTP request, comprise but will preserve at least: the Referer field in the request header (HTTP header) with synchronous information; When the requesting method of the request of the HTTP in the said navigation process is the POST method; Said preserve at least with synchronous HTTP solicited message in except comprising the Referer field among the HTTP header, need comprise that also asking text message is HTTP post data information.
In addition; In another embodiment of the invention; Said preserve at least and synchronous HTTP solicited message except comprising the Referer field among the above-mentioned HTTP header; HTTP post data information can further include the cookie field among the HTTP header, and the kernel after being used to switch can send to server to carry out the continuous identification of user identity with this cookie field.
Said handover module 401 can adopt the handover module of existing multinuclear browser; Be used for detecting and whether trigger the switching kernel events; Said switching kernel events can be triggered by the user by hand; The button that for example can when visit need be switched the URL of kernel, point out the user to switch kernel, the user clicks the interior nuclear button of this switching and can notify handover module 401 to trigger the switching kernel events; Perhaps; Said switching kernel events also can be detected by handover module 401 automatically; For example be provided with the url list that need switch kernel in this handover module 401; And monitor the URL of the visit of current browsing device kernel (suppose here for core A) in real time, when the URL of browser kernel current accessed belongs to the URL in the url list set in this handover module 401, then trigger and switch kernel events.
When said handover module 401 detect triggered the switching kernel events after; Switch kernel; The kernel that for example the current browsing device is used switches to kernel B by core A; Take over the work of treatment of core A by kernel B, the URL that the core A before switching is visited is transferred to the kernel B after the switching, also notifies said HTTP request synchronization module 402 that the HTTP solicited message of preserving is synchronized to the kernel B after the switching.
Said HTTP request synchronization module 402 with the concrete grammar that the HTTP solicited message of preserving is synchronized to the kernel B after the switching is: call the said interface that the HTTP request is set that switches back kernel B, import the HTTP solicited message of being preserved into after the said switching kernel B through this interface that HTTP request is set.The interface that the interface of the said HTTP of setting request all possesses for each browser kernel is a kind of existing interface, is used for the information requested from the outside input of this kernel HTTP.Certainly HTTP request synchronization module 402 can also have other multiple mode with the concrete grammar that the HTTP solicited message of preserving is synchronized to the kernel B after the switching; For example special sync cap can be set, be exclusively used in and send above-mentioned HTTP solicited message of preserving to after the switching kernel.
Kernel B after the said switching utilizes said synchronous HTTP solicited message to regenerate the HTTP request; Corresponding informance in this HTTP that regenerates request is said synchronous HTTP solicited message; For example the Referer field in wherein the request header is said synchronous Referer field; Wherein asking text is said synchronous HTTP post data information, and the cookie field in the request header wherein is said synchronous cookie field; Afterwards, the said URL that the kernel B after the switching utilizes said handover module 402 to transmit, promptly with switch before identical URL, initiate HTTP request that this utilizes said synchronous HTTP solicited message to regenerate to this URL corresponding server.Thereby the information that guarantees the user is not lost, and makes that switching the HTTP request of sending before and after the kernel is consistent, and makes server return correct http response, thereby makes the kernel after the switching render the correct page, has reduced the page fault rate that kernel causes of switching.
Fig. 5 is a kind of practical implementation flow chart of the method for the invention.Referring to Fig. 5, this flow process comprises:
The core A browsing page of step 501, use browser.
Step 502, when browsing event of the every generation of current inner A, preserve the information in the HTTP request that this browsing event triggers.Information in the HTTP request of for example only preserving the last browsing event among this embodiment and being triggered.The HTTP solicited message of being preserved comprises at least: the Referer field in the HTTP message header; When the requesting method that the HTTP that triggers when browsing event asks is the POST method, comprise at least in the HTTP solicited message of being preserved: Referer field in the HTTP message header and HTTP request text.
Step 503, judge whether to detect the switching kernel events, if, for example switch to kernel B from core A, then execution in step 504, otherwise turn back to step 501.
Step 504, import the HTTP solicited message of preserving into kernel B through the interface that the HTTP request is set that kernel B provides, and inform kernel B switch before the nearest URL that visits of core A.
Step 505, use kernel B browsing page, promptly kernel B utilizes said synchronous HTTP solicited message to regenerate the HTTP request, and the nearest URL corresponding server of visiting of core A is initiated once this HTTP request again before switching.
For example at the commodity page of shopping website; URL corresponding server behind the click acknowledgement of orders buttons such as " purchases immediately " can take place with payment system and/or bank system of web; This moment, browser can switch kernel or automatic switchover kernel through the prompting user usually by hand; Under scheme of the present invention; The URL corresponding server of kernel B after the switching after this " immediately buy " waits acknowledgement of orders button resends a HTTP request, comprise in this HTTP request synchronous HTTP solicited message, so can not cause the HTTP information requested to abandon; Therefore said server can return correct http response, and the kernel after the switching can render correct page figure as shown in Figure 1 according to correct http response.
The above is merely preferred embodiment of the present invention, and is in order to restriction the present invention, not all within spirit of the present invention and principle, any modification of being made, is equal to replacement, improvement etc., all should be included within the scope that the present invention protects.

Claims (10)

1. kernel method in the switching of a browser is characterized in that, comprising:
When current inner generation browsing event, preserve the agreement request information that this browsing event triggers;
When browser switches kernel, with the agreement request information synchronization of the said preservation kernel after switch;
Kernel after the said switching utilizes said synchronous agreement request information to regenerate agreement request, and the web page address corresponding server of before switching, being visited is initiated this agreement request that regenerates.
2. method according to claim 1 is characterized in that, the agreement request information that said preservation browsing event triggers is specially: the agreement request information of only preserving the last browsing event and being triggered.
3. method according to claim 1 and 2 is characterized in that, said preservation and synchronous agreement request information comprise at least: the Referer field in the protocol message header.
4. method according to claim 1 and 2; It is characterized in that; When the requesting method of the agreement request that triggers when browsing event is the POST method, comprise at least in said preservation and the synchronous agreement request information: Referer field in the protocol message header and agreement request text.
5. method according to claim 1 is characterized in that, the concrete grammar of the kernel of said agreement request information synchronization with said preservation after switch is:
Call the said interface that agreement request is set that switches the back kernel, import the agreement request information of being preserved into after the said switching kernel through this interface that agreement request is set.
6. a browser comprises at least two kernels and the handover module that is used to switch kernel, it is characterized in that,
This browser also comprises the agreement request synchronization module; Be used for the current inner of browser mutual; The agreement request information that triggers when preserving current inner generation browsing event, and when browser switches kernel with the agreement request information synchronization of the said preservation kernel after switch;
After said handover module switched kernel, the kernel after the said switching utilized said synchronous agreement request information to regenerate agreement request, and the web page address corresponding server of before switching, being visited is initiated this agreement request that regenerates.
7. browser according to claim 6 is characterized in that, the agreement request information that said agreement request synchronization module is only preserved the last browsing event and triggered.
8. according to claim 6 or 7 described browsers, it is characterized in that said agreement request synchronization module is preserved and synchronous agreement request information comprises at least: the Referer field in the protocol message header.
9. according to claim 6 or 7 described browsers; It is characterized in that; When the requesting method of the agreement request that said agreement request synchronization module triggers at said browsing event is the POST method, institute preserve and synchronous agreement request information in comprise at least: Referer field in the protocol message header and agreement request text.
10. browser according to claim 6; It is characterized in that; Said kernel has the interface of the agreement request of being provided with, said agreement request synchronization module specifically through this interface that agreement request is set with the kernel of the agreement request information synchronization of being preserved after the said switching.
CN201210059484.8A 2012-03-08 2012-03-08 Method for switching kernel of browser and corresponding browser Active CN102624891B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210059484.8A CN102624891B (en) 2012-03-08 2012-03-08 Method for switching kernel of browser and corresponding browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210059484.8A CN102624891B (en) 2012-03-08 2012-03-08 Method for switching kernel of browser and corresponding browser

Publications (2)

Publication Number Publication Date
CN102624891A true CN102624891A (en) 2012-08-01
CN102624891B CN102624891B (en) 2014-03-26

Family

ID=46564573

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210059484.8A Active CN102624891B (en) 2012-03-08 2012-03-08 Method for switching kernel of browser and corresponding browser

Country Status (1)

Country Link
CN (1) CN102624891B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530329A (en) * 2013-09-27 2014-01-22 北京奇虎科技有限公司 Method and device for performing webpage loading and browsers
CN103544068A (en) * 2013-10-18 2014-01-29 北京奇虎科技有限公司 Process to process communication method and device for browsers and browser
CN103955477A (en) * 2014-03-31 2014-07-30 北京奇虎科技有限公司 Method for writing and reading Cookie information in browser, device and browser
CN104468834A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Method and device for processing Cookie data and browser client side
CN104462571A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Webpage loading method and device and browser client-side
CN104516885A (en) * 2013-09-26 2015-04-15 腾讯科技(深圳)有限公司 Implementation method and device of browse program double-kernel assembly
WO2015062366A1 (en) * 2013-11-01 2015-05-07 北京奇虎科技有限公司 Webpage advertisement interception method, device, and browser
CN104639588A (en) * 2013-11-14 2015-05-20 腾讯科技(北京)有限公司 Method, device and system for downloading files
CN105204934A (en) * 2015-09-24 2015-12-30 福建天晴数码有限公司 Method and system for automatically switching compatible version of browser
CN106446305A (en) * 2016-12-23 2017-02-22 网际傲游(北京)科技有限公司 System and method for Linux browser to realize Webkit/IE dual-core seamless browsing
CN106708967A (en) * 2016-11-30 2017-05-24 北京小米移动软件有限公司 Page display method and device
CN106888405A (en) * 2017-01-03 2017-06-23 青岛海信电器股份有限公司 Webpage method of adjustment, browser client and system in TV browser
CN108279970A (en) * 2017-12-28 2018-07-13 北京海泰方圆科技股份有限公司 The switching method and apparatus of browser kernel
CN109634753A (en) * 2018-11-02 2019-04-16 北京海泰方圆科技股份有限公司 Switch data processing method, device, terminal and the storage medium of browser kernel
CN113868570A (en) * 2021-08-16 2021-12-31 北京国电通网络技术有限公司 Kernel switching method of multi-core browser and related equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101504650A (en) * 2009-01-15 2009-08-12 北京傲游天下科技有限公司 Intelligent network rendering engine switching method
CN101655863A (en) * 2009-04-24 2010-02-24 北京搜狗科技发展有限公司 Method for loading web pages in browser and browser
CN102156709A (en) * 2011-02-28 2011-08-17 奇智软件(北京)有限公司 Browser engine mode switching method
CN102467565A (en) * 2010-11-19 2012-05-23 奇智软件(北京)有限公司 Browser kernel switching method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101504650A (en) * 2009-01-15 2009-08-12 北京傲游天下科技有限公司 Intelligent network rendering engine switching method
CN101655863A (en) * 2009-04-24 2010-02-24 北京搜狗科技发展有限公司 Method for loading web pages in browser and browser
WO2010121530A1 (en) * 2009-04-24 2010-10-28 北京搜狗科技发展有限公司 Method and browser for loading webpage in browser
CN102467565A (en) * 2010-11-19 2012-05-23 奇智软件(北京)有限公司 Browser kernel switching method
CN102156709A (en) * 2011-02-28 2011-08-17 奇智软件(北京)有限公司 Browser engine mode switching method

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516885A (en) * 2013-09-26 2015-04-15 腾讯科技(深圳)有限公司 Implementation method and device of browse program double-kernel assembly
CN103530329A (en) * 2013-09-27 2014-01-22 北京奇虎科技有限公司 Method and device for performing webpage loading and browsers
CN103544068B (en) * 2013-10-18 2017-05-24 北京奇虎科技有限公司 Process to process communication method and device for browsers and browser
CN103544068A (en) * 2013-10-18 2014-01-29 北京奇虎科技有限公司 Process to process communication method and device for browsers and browser
WO2015062366A1 (en) * 2013-11-01 2015-05-07 北京奇虎科技有限公司 Webpage advertisement interception method, device, and browser
US10289649B2 (en) 2013-11-01 2019-05-14 Beijing Qihoo Technology Company Limited Webpage advertisement interception method, device and browser
CN104639588A (en) * 2013-11-14 2015-05-20 腾讯科技(北京)有限公司 Method, device and system for downloading files
CN104639588B (en) * 2013-11-14 2019-07-16 腾讯科技(北京)有限公司 A kind of document down loading method, device and system
CN103955477A (en) * 2014-03-31 2014-07-30 北京奇虎科技有限公司 Method for writing and reading Cookie information in browser, device and browser
CN104468834B (en) * 2014-12-26 2017-12-26 北京奇虎科技有限公司 Carry out the method, apparatus and browser client of Cookie data processing
CN104462571A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Webpage loading method and device and browser client-side
CN104468834A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Method and device for processing Cookie data and browser client side
CN105204934B (en) * 2015-09-24 2018-12-28 福建天晴数码有限公司 A kind of method and system automatically switching browser-safe version
CN105204934A (en) * 2015-09-24 2015-12-30 福建天晴数码有限公司 Method and system for automatically switching compatible version of browser
CN106708967A (en) * 2016-11-30 2017-05-24 北京小米移动软件有限公司 Page display method and device
CN106708967B (en) * 2016-11-30 2020-06-02 北京小米移动软件有限公司 Page display method and device
CN106446305A (en) * 2016-12-23 2017-02-22 网际傲游(北京)科技有限公司 System and method for Linux browser to realize Webkit/IE dual-core seamless browsing
CN106888405A (en) * 2017-01-03 2017-06-23 青岛海信电器股份有限公司 Webpage method of adjustment, browser client and system in TV browser
CN106888405B (en) * 2017-01-03 2020-06-16 海信视像科技股份有限公司 Webpage adjusting method in television browser, browser client and system
CN108279970A (en) * 2017-12-28 2018-07-13 北京海泰方圆科技股份有限公司 The switching method and apparatus of browser kernel
CN109634753A (en) * 2018-11-02 2019-04-16 北京海泰方圆科技股份有限公司 Switch data processing method, device, terminal and the storage medium of browser kernel
CN113868570A (en) * 2021-08-16 2021-12-31 北京国电通网络技术有限公司 Kernel switching method of multi-core browser and related equipment

Also Published As

Publication number Publication date
CN102624891B (en) 2014-03-26

Similar Documents

Publication Publication Date Title
CN102624891B (en) Method for switching kernel of browser and corresponding browser
US10198410B2 (en) Method, device and mobile terminal for restoring page
EP2962216B1 (en) Sharing application states
CN101355565B (en) Method and server for providing page service for various browsers
US20170272499A1 (en) Method and device for loading webpage
US7797432B2 (en) Sharing state information between dynamic web page generators
CN103997452A (en) Information sharing method and apparatus among multiple platforms
CN107679214B (en) Link positioning method, device, terminal and computer readable storage medium
US10250521B2 (en) Data stream identifying method and device
JP6854046B2 (en) Data backfill method, terminal, and system
CN110059269B (en) Page tracking method and device, electronic equipment and computer readable storage medium
US20170193122A1 (en) Dynamic web page navigation
CN105095220B (en) A kind of browser implementation method, terminal and virtualization agent device
CN102790772B (en) The processing method of Cookie data, server and client side
CN105763619A (en) Method and device for communication of client and server
JP2019502186A (en) System and method for obtaining, processing and updating global information
CN101102313A (en) Network download system and method with automatically replaced proxy server and its method
CN103888540A (en) Login information synchronization method, synchronized network servers and synchronizing network servers
CN104618388A (en) Quick registration and login method and corresponding reset server and information server
CN103269313A (en) Method for achieving embedded linux home gateway captive portal
JP6779307B2 (en) Method and device for page display
US10462258B2 (en) Resource download method, electronic device, and apparatus
CN106582013B (en) Game service system, method and device for updating data to online game
CN102523244A (en) Uploading method and system for page documents
CN107483565B (en) Service background identification method, proxy server and computer storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant