CN104598465A - Method and device for realizing embedded address bar of browser - Google Patents

Method and device for realizing embedded address bar of browser Download PDF

Info

Publication number
CN104598465A
CN104598465A CN201310529557.XA CN201310529557A CN104598465A CN 104598465 A CN104598465 A CN 104598465A CN 201310529557 A CN201310529557 A CN 201310529557A CN 104598465 A CN104598465 A CN 104598465A
Authority
CN
China
Prior art keywords
address field
html
label
markup language
hypertext markup
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
CN201310529557.XA
Other languages
Chinese (zh)
Other versions
CN104598465B (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.)
Shenzhen Yayue Technology 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 CN201310529557.XA priority Critical patent/CN104598465B/en
Publication of CN104598465A publication Critical patent/CN104598465A/en
Application granted granted Critical
Publication of CN104598465B publication Critical patent/CN104598465B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention is suitable for the technical field of browsers, and provides a method and a device for realizing an embedded address bar of the browser. The method comprises the following steps: when an HTML (Hypertext Markup Language) of a webpage is loaded, inserting a preset HTML into the HTML of the webpage, wherein the preset HTML is used for displaying the address bar in the webpage; analyzing the preset HTML, and creating a DOM (Document Object Model) node corresponding to a label in the preset HTML; according to the created DOM node, creating a Render node corresponding to the label in the preset HTML; and drawing each created Render node to embed the address bar in the webpage. When a relevant page operation is related, the browser does not need to process the embedded address bar, so that the workload of development is greatly lightened, and development efficiency is improved.

Description

The implementation method of the embedded address field of a kind of browser and device
Technical field
The invention belongs to browser technology field, particularly relate to implementation method and the device of the embedded address field of a kind of browser.
Background technology
Embedded address field is a kind of special browser address bar, itself and a unconventional browser component independent of the page, but is embedded in the page, is regarded as a part for the page.The embedded address field of current browser is all based on user interface (User Interface, UI) control realizes, by the viewing area of the page is promoted downwards, occupy a part of position originally belonging to the page by embedded address field, thus visually realize the embedded of address field.
But, because partial view device kernel (such as webkit kernel) cannot perceive the existence of the embedded address field realized by UI control, when relating to the operations such as page scroll, all need additionally to process embedded address field, cause whole performance history workload to increase, development efficiency reduces.
Summary of the invention
The object of the embodiment of the present invention is the implementation method providing the embedded address field of a kind of browser, and the realizing method being intended to solve the embedded address field of existing browser easily causes performance history workload to increase, the problem that development efficiency reduces.
The embodiment of the present invention is achieved in that the implementation method of the embedded address field of a kind of browser, comprising:
When being loaded into the HTML (Hypertext Markup Language) of webpage, in the HTML (Hypertext Markup Language) of described webpage, insert preset HTML (Hypertext Markup Language), described preset HTML (Hypertext Markup Language) is used for showing address field in described webpage;
Resolve described preset HTML (Hypertext Markup Language), create the document dbject model node corresponding with the label in described preset HTML (Hypertext Markup Language);
According to the described document dbject model node created, create the rendering node corresponding with the label in described preset HTML (Hypertext Markup Language);
Draw each described rendering node created, with described address field embedded in webpage.
Another object of the embodiment of the present invention is the implement device providing the embedded address field of a kind of browser, comprising:
Plug-in unit, for when being loaded into the HTML (Hypertext Markup Language) of webpage, inserts preset HTML (Hypertext Markup Language) in the HTML (Hypertext Markup Language) of described webpage, and described preset HTML (Hypertext Markup Language) is used for showing address field in described webpage;
First creating unit, for resolving described preset HTML (Hypertext Markup Language), creates the document dbject model node corresponding with the label in described preset HTML (Hypertext Markup Language);
Second creating unit, for according to the described document dbject model node created, creates the rendering node corresponding with the label in described preset HTML (Hypertext Markup Language);
Display unit, for drawing each described rendering node of establishment, with described address field embedded in webpage.
In embodiments of the present invention, browser is realized to the loading of embedded address field and display by the mode of HTML, simultaneously, preset corresponding analytical capabilities in browser, makes browser successfully to resolve the label expanded new in the HTML for showing embedded address field, by the way, when relating to related pages operation, browser, without the need to additionally processing embedded address field, alleviates development amount widely thus, improves development efficiency.
Accompanying drawing explanation
Fig. 1 is the realization flow figure of the implementation method of the embedded address field of browser that the embodiment of the present invention provides;
Fig. 2 is the inheritance schematic diagram of the S102 generation that the embodiment of the present invention provides;
Fig. 3 is the dom tree schematic diagram of the S102 generation that the embodiment of the present invention provides;
Fig. 4 is the inheritance schematic diagram of the S103 generation that the embodiment of the present invention provides;
Fig. 5 is that the Render of the S103 generation that the embodiment of the present invention provides sets schematic diagram;
Fig. 6 is the realization flow figure of the implementation method of the embedded address field of browser that another embodiment of the present invention provides;
Fig. 7 is the realization flow figure of the implementation method of the embedded address field of browser that another embodiment of the present invention provides;
Fig. 8 is the specific implementation process flow diagram of the implementation method S107 of the embedded address field of browser that the embodiment of the present invention provides;
Fig. 9 is the structured flowchart of the implement device of the embedded address field of browser that the embodiment of the present invention provides.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
In embodiments of the present invention, by HTML (Hypertext Markup Language) (Hypertext Markup Language, HTML) mode realizes browser to the loading of embedded address field and display, simultaneously, preset corresponding analytical capabilities in browser, browser can successfully be resolved the label expanded new in the HTML for showing embedded address field, by the way, when relating to related pages operation, browser is without the need to additionally processing embedded address field, alleviate development amount widely thus, improve development efficiency.
Fig. 1 shows the realization flow of the implementation method of the embedded address field of browser that the embodiment of the present invention provides, and details are as follows:
In S101, when being loaded into the HTML of webpage, in the HTML of described webpage, insert preset HTML, described preset HTML is used for showing address field in described webpage.
When browser needs Web page loading, first obtain and be loaded into the HTML of this webpage, thus starting the analytical capabilities of browser, the HTML of this webpage is resolved.And in the present embodiment, after the HTML being loaded into webpage, before resolving the HTML of webpage, browser can insert one section of preset HTML in the HTML of this webpage, using the HTML making this preset as a part of the HTML of this webpage, together resolves.Particularly, one section of preset HTML can be inserted in the body label of the HTML of this webpage.
In the present embodiment, preset HTML, after the parsing through browser, for showing address field in webpage, that is, realizes the embedded address field of browser.In order to finally address field can be shown in webpage, the html tag (TAG) of outside some existing HTML standards, new definition is contained in this preset HTML, wherein, include embedded address field label (<AddressBar>), and following at least one item:
Address field icon label (<AddressBarIcon>), address field input frame label (<AddressBarInput>) or address field share label (<AddressBarShare>).
In the present embodiment, after newly defining above-mentioned label, need to increase the analytical capabilities to above-mentioned new definition label in a browser, to make, when browser resolves is to this part new definition label, successfully resolves and render embedded address field at page display area.Wherein, namely embedded address field label is resolved and plays up the embedded address field for showing in webpage, namely address field icon label is resolved and plays up the icon for showing in embedded address field, namely address field input frame label is resolved and plays up the input frame for inputting web page address for showing in embedded address field, and address field is shared label and is namely resolved and plays up icon or the button for sharing network address or web page contents for showing in embedded address field.
As a realization example of the present invention, the form of preset HTML can be roughly as follows:
<AddressBar>
<AddressBarIcon>
</AddressBarIcon>
<AddressBarInput>
</AddressBarInput>
<AddressBarShare>
</AddressBarShare>
</AddressBar>
Wherein, content in the label of above-mentioned new definition can comprise the standard attribute in some existing HTML standards, such as id, name, onClick etc., some self-defining attributes can also be comprised, when relating to Custom Attributes, correspondingly, need to increase the analytical capabilities to these Custom Attributes in a browser, differing at this one illustrates.
In S102, resolve described preset HTML, create document dbject model (Document Object Model, the DOM) node corresponding with the label in described preset HTML.
In the present embodiment, owing to newly defining label, therefore, need to increase the analytical capabilities to this part new definition label in a browser.Particularly, by increasing node class corresponding to this part new definition label in a browser, thus generate this part DOM node corresponding to new definition label, for the dom tree of the whole webpage of complete structure.
Such as,
Label <AddressBar> corresponding DOM node HTMLAddressBarElement;
Label <AddressBarIcon> corresponding DOM node HTMLAddressBarIconElement;
Label <AddressBarInput> corresponding DOM node HTMLAddressBarInputElement;
Label <AddressBarShare> corresponding DOM node HTMLAddressBarShareElement.
As a realization example of the present invention, after S102, the inheritance figure between the DOM node of generation and dom tree can be distinguished as shown in Figures 2 and 3.In fig. 2, each DOM node all inherit in connect this node arrow pointed by a upper node, such as, DOM node HTMLAddressBarElement and DOM node HTMLAddressBarIconElement all inherits in DOM node HTMLELment, again such as, DOM node HTMLAddressBarInputElement and DOM node HTMLAddressBarShareElement all inherits in DOM node HTMLFormControlElement.Show in Fig. 3 be then the code of embedded address field is resolved after generate dom tree, wherein, the corresponding HTMLAddressBarElement node of embedded address field label, under this node, there are three child nodes, be HTMLAddressBarIconElement, HTMLAddressBarInputElement and HTMLAddressBarShareElement respectively.
In S103, according to the described DOM node created, create and corresponding with the label in described preset HTML play up (Render) node.
In the present embodiment, owing to newly defining label, therefore, also need to increase corresponding analytical capabilities in a browser, create the Render node corresponding to label of this part new definition for the DOM node corresponding to this part new definition label.Particularly, corresponding play up class by increasing in a browser, thus generate the Render node corresponding to DOM node of this part new definition label, the Render for the whole webpage of complete structure sets.
Such as,
The corresponding Render node R enderAddressBar of DOM node HTMLAddressBarElement;
The corresponding Render node R enderAddressBarIcon of DOM node HTMLAddressBarIconElement;
The corresponding Render node R enderAddressBarInput of DOM node HTMLAddressBarInputElement;
The corresponding Render node R enderAddressBarShare of DOM node HTMLAddressBarShareElement.
As a realization example of the present invention, after S103, the inheritance figure between the Render node of generation and Render tree can be distinguished as shown in Figures 4 and 5.In the diagram, each Render node all has common ancestors RenderBox, but the father node of each Render node is incomplete same, this comes from their respective characteristics, such as Render node R enderAddressBarInput, it may be used for Text Input, and therefore, its father node is RenderTextControl.What show in Fig. 5 is then the Render tree generated according to the dom tree of Fig. 3, due in this realization example, the element of embedded address field is all presented in browser interface, therefore, this means that each DOM node in dom tree can generate corresponding Render node, to complete playing up each node, therefore, the Render tree in Fig. 5 and the dom tree in Fig. 3 are one to one.
In S104, draw each described Render node created, with described address field embedded in webpage.
In the present embodiment, through S103, the Render node created out is for building the Render tree of whole web displaying, now, will layout process be performed, determine the definite coordinate of each Render node on screen, thus travel through each Render node created out, and use UI back end layers to draw each Render node, finally while display web page, complete the display of embedded address field.
It should be noted that, while execution S102 ~ S104, the HTML of original webpage generates dom tree and Render tree according to normal process of analysis, and plays up, and is not used in restriction the present invention at this.
In embodiments of the present invention, browser is realized to the loading of embedded address field and display by the mode of HTML, simultaneously, preset corresponding analytical capabilities in browser, makes browser successfully to resolve the label expanded new in the HTML for showing embedded address field, by the way, when relating to related pages operation, browser, without the need to additionally processing embedded address field, alleviates development amount widely thus, improves development efficiency.
Fig. 6 shows the realization flow of the implementation method of the embedded address field of browser that another embodiment of the present invention provides, in the present embodiment, by arranging acquiescence Cascading Style Sheet (the Cascading Style Sheet of browser, CSS) keep the style of the embedded address field shown consistent, as shown in Figure 6, in the present embodiment, after S104, the method also comprises:
S105, saves as the acquiescence CSS of browser by the CSS that described address field is correlated with.
In the present embodiment, all need during Web page loading each due to browser to insert preset HTML in the HTML of this webpage, lay equal stress on and newly resolve to obtain embedded address field, in order to keep the embedded address field style that demonstrates consistent at every turn, at this, the CSS relevant to this address field is saved in the stylesheet (such as html.css and wml.css) of browser, the CSS that this address field is correlated with is only resolved when first time display, after this browser again Web page loading time, the CSS that this address field is relevant namely can directly from reading from internal memory and using, without the need to resolving, also analyzing efficiency is which thereby enhanced.
Fig. 7 shows the realization flow figure of the implementation method of the embedded address field of browser that another embodiment of the present invention provides, and as shown in Figure 7, after S104, also comprises:
In S106, detection occurs in the customer incident on the label in described preset HTML.
In the present embodiment, each label in preset HTML may a corresponding corresponding event handler procedure, such as, for address field icon label, the event handler procedure of its correspondence can be selected for search engine, for address field input frame label, the event handler procedure of its correspondence can for ejecting input method, label is shared for address field, the event handler procedure of its correspondence can share process for switching to, these event handler procedures all need to be triggered by the customer incident occurred in respective labels, therefore, in S106, detect and whether occurring in the customer incident on the label in preset HTML.
In S107, according to described customer incident, switch corresponding UI interface.
When detecting, the label in preset HTML there occurs customer incident, such as, during click event, then performing corresponding event handler procedure, switch corresponding UI interface.
Such as, when detecting the click event occurred on address field icon label, then eject search engine and select interface; When detecting the click event occurred on address field input frame label, or detecting when occurring in cursor Active event on address field input frame label and keypad input event, ejecting interface of input method; When detect occur in click event that address field shares on label time, switch to webpage and share process interface.
Particularly, as shown in Figure 8, S107 can be:
In S801, the customer incident detected is passed to the kernel adaptation layer of browser.
In S802, customer incident is transmitted to browser kernel process by kernel adaptation layer.
In S803, browser kernel calls kernel Adapter Layer Interface, and instruction UI interface switches.
Fig. 9 shows the structured flowchart of the implement device of the embedded address field of browser that the embodiment of the present invention provides, and this device can be arranged in browser, for running the implementation method of the embedded address field of browser shown in Fig. 1 to Fig. 8 of the present invention.For convenience of explanation, illustrate only part related to the present embodiment.
With reference to Fig. 9, this device comprises:
Plug-in unit 91, when being loaded into the HTML of webpage, inserts preset HTML in the HTML of described webpage, and described preset HTML is used for showing address field in described webpage.
First creating unit 92, resolves described preset HTML, creates the DOM node corresponding with the label in described preset HTML.
Second creating unit 93, according to the described DOM node created, creates the Render node corresponding with the label in described preset HTML.
Display unit 94, draws each described Render node created, to show embedded described address field in webpage.
Alternatively, the label in described preset HTML comprises following at least one item:
Embedded address field label, address field icon label, address field input frame label or address field share label.
Alternatively, described device also comprises:
Storage unit, the Cascading Style Sheet CSS for being correlated with by described address field saves as the acquiescence CSS of browser.
Alternatively, described device also comprises:
Detecting unit, for detecting the customer incident on the label occurred in described preset HTML;
Switch unit, for according to described customer incident, switches corresponding UI interface.
Alternatively, described customer incident comprises click event.
In embodiments of the present invention, browser is realized to the loading of embedded address field and display by the mode of HTML, simultaneously, preset corresponding analytical capabilities in browser, makes browser successfully to resolve the label expanded new in the HTML for showing embedded address field, by the way, when relating to related pages operation, browser, without the need to additionally processing embedded address field, alleviates development amount widely thus, improves development efficiency.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, all any amendments done within the spirit and principles in the present invention, equivalent replacement and improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. an implementation method for the embedded address field of browser, is characterized in that, comprising:
When being loaded into the HTML (Hypertext Markup Language) of webpage, in the HTML (Hypertext Markup Language) of described webpage, insert preset HTML (Hypertext Markup Language), described preset HTML (Hypertext Markup Language) is used for showing address field in described webpage;
Resolve described preset HTML (Hypertext Markup Language), create the document dbject model node corresponding with the label in described preset HTML (Hypertext Markup Language);
According to the described document dbject model node created, create the rendering node corresponding with the label in described preset HTML (Hypertext Markup Language);
Draw each described rendering node created, with described address field embedded in webpage.
2. the method for claim 1, is characterized in that, the label in described preset HTML (Hypertext Markup Language) comprises embedded address field label and following at least one item:
Address field icon label, address field input frame label or address field share label.
3. method as claimed in claim 1 or 2, it is characterized in that, described method also comprises:
The Cascading Style Sheet that described address field is correlated with is saved as the acquiescence Cascading Style Sheet of browser.
4. method as claimed in claim 1 or 2, it is characterized in that, described method also comprises:
Detection occurs in the customer incident on the label in described preset HTML (Hypertext Markup Language);
According to described customer incident, switch corresponding user interface.
5. method as claimed in claim 4, it is characterized in that, described customer incident comprises click event.
6. an implement device for the embedded address field of browser, is characterized in that, comprising:
Plug-in unit, for when being loaded into the HTML (Hypertext Markup Language) HTML (Hypertext Markup Language) of webpage, in the HTML (Hypertext Markup Language) of described webpage, insert preset HTML (Hypertext Markup Language), described preset HTML (Hypertext Markup Language) is used for showing address field in described webpage;
First creating unit, for resolving described preset HTML (Hypertext Markup Language), creates the document dbject model document dbject model node corresponding with the label in described preset HTML (Hypertext Markup Language);
Second creating unit, for according to the described document dbject model node created, creates the rendering node corresponding with the label in described preset HTML (Hypertext Markup Language);
Display unit, for drawing each described rendering node of establishment, with described address field embedded in webpage.
7. method as claimed in claim 6, it is characterized in that, the label in described preset HTML (Hypertext Markup Language) comprises embedded address field label and following at least one item:
Address field icon label, address field input frame label or address field share label.
8. method as claimed in claims 6 or 7, it is characterized in that, described device also comprises:
Storage unit, the Cascading Style Sheet for being correlated with by described address field saves as the acquiescence Cascading Style Sheet of browser.
9. method as claimed in claims 6 or 7, it is characterized in that, described device also comprises:
Detecting unit, for detecting the customer incident on the label occurred in described preset HTML (Hypertext Markup Language);
Switch unit, for according to described customer incident, switches corresponding user interface.
10. method as claimed in claim 9, it is characterized in that, described customer incident comprises click event.
CN201310529557.XA 2013-10-30 2013-10-30 A kind of browser embeds the implementation method and device of address field Active CN104598465B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310529557.XA CN104598465B (en) 2013-10-30 2013-10-30 A kind of browser embeds the implementation method and device of address field

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310529557.XA CN104598465B (en) 2013-10-30 2013-10-30 A kind of browser embeds the implementation method and device of address field

Publications (2)

Publication Number Publication Date
CN104598465A true CN104598465A (en) 2015-05-06
CN104598465B CN104598465B (en) 2019-04-12

Family

ID=53124263

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310529557.XA Active CN104598465B (en) 2013-10-30 2013-10-30 A kind of browser embeds the implementation method and device of address field

Country Status (1)

Country Link
CN (1) CN104598465B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107329997A (en) * 2017-06-08 2017-11-07 腾讯科技(深圳)有限公司 Page display method and device, client, storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040015398A1 (en) * 2001-10-24 2004-01-22 Hayward Monte Duane Method of disseminating advertisements using an embedded media player page
CN101587488A (en) * 2009-05-25 2009-11-25 深圳市腾讯计算机系统有限公司 Method and device for detecting re-orientation of page in search engine
CN101840413A (en) * 2010-03-09 2010-09-22 伍帝州 Method and device for address bar navigation of browsers
CN102915308A (en) * 2011-08-02 2013-02-06 阿里巴巴集团控股有限公司 Method and device for rendering pages
CN103034731A (en) * 2012-12-20 2013-04-10 北京思特奇信息技术股份有限公司 Method for generating Web front-end interactive page
CN103365920A (en) * 2012-04-09 2013-10-23 腾讯科技(深圳)有限公司 Method for displaying webpage, browser and mobile terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040015398A1 (en) * 2001-10-24 2004-01-22 Hayward Monte Duane Method of disseminating advertisements using an embedded media player page
CN101587488A (en) * 2009-05-25 2009-11-25 深圳市腾讯计算机系统有限公司 Method and device for detecting re-orientation of page in search engine
CN101840413A (en) * 2010-03-09 2010-09-22 伍帝州 Method and device for address bar navigation of browsers
CN102915308A (en) * 2011-08-02 2013-02-06 阿里巴巴集团控股有限公司 Method and device for rendering pages
CN103365920A (en) * 2012-04-09 2013-10-23 腾讯科技(深圳)有限公司 Method for displaying webpage, browser and mobile terminal
CN103034731A (en) * 2012-12-20 2013-04-10 北京思特奇信息技术股份有限公司 Method for generating Web front-end interactive page

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107329997A (en) * 2017-06-08 2017-11-07 腾讯科技(深圳)有限公司 Page display method and device, client, storage medium

Also Published As

Publication number Publication date
CN104598465B (en) 2019-04-12

Similar Documents

Publication Publication Date Title
KR102436987B1 (en) Method and terminal device for extracting web page content
US20210326397A1 (en) Systems and Methods for Hosted Applications
US10621276B2 (en) User interface virtualization for web applications
CN105094786B (en) Method and system based on JavaScript customized web page
US11734028B2 (en) Modifying readable and focusable elements on a page during execution of automated scripts
CN105488051B (en) Webpage processing method and device
US20090172516A1 (en) Providing Enhanced Information When a Pointing Device Points to a Specific Area In a Graphical User Interface
CN105786455B (en) Data processing method and device and terminal
US20210103515A1 (en) Method of detecting user interface layout issues for web applications
CN102831150B (en) Browser and local exchange method, system and the terminal applied
CN107045546B (en) Webpage processing method and device and intelligent terminal
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
US20130080871A1 (en) Method for retrieving a representation of an annotated web document, associated computer program and electronic device
CN111026485B (en) Data processing method and device
US20150169518A1 (en) Context editing without interfering with target page
CN112835809A (en) Test data setting method, device, equipment and medium based on browser
CN103279275A (en) Methods for parsing content of document and handheld electronic apparatus
CN111125581B (en) Picture loading method and device
US8452814B1 (en) Gathering context in action to support in-context localization
CN104598465A (en) Method and device for realizing embedded address bar of browser
CN104808913A (en) Event responding method and device
US10706217B2 (en) Quick access panel for displaying a web page on a mobile device
CN110244948B (en) Method for switching button states based on programming language and electronic equipment
CN110502713A (en) Web page resources processing method, device, electronic equipment and storage medium
US9864739B1 (en) Automatic layout of graphical user interface screens from object data

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
TR01 Transfer of patent right

Effective date of registration: 20221201

Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518100

Patentee after: Shenzhen Yayue Technology Co.,Ltd.

Address before: 2, 518044, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

TR01 Transfer of patent right