CN104598465B - A kind of browser embeds the implementation method and device of address field - Google Patents

A kind of browser embeds the implementation method and device of address field Download PDF

Info

Publication number
CN104598465B
CN104598465B CN201310529557.XA CN201310529557A CN104598465B CN 104598465 B CN104598465 B CN 104598465B CN 201310529557 A CN201310529557 A CN 201310529557A CN 104598465 B CN104598465 B CN 104598465B
Authority
CN
China
Prior art keywords
address field
label
markup language
hypertext markup
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.)
Active
Application number
CN201310529557.XA
Other languages
Chinese (zh)
Other versions
CN104598465A (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 present invention is for viewing on device technical field, provide the implementation method and device of a kind of embedded address field of browser, it include: preset HTML to be inserted into the HTML of the webpage, the preset HTML is for showing address field in the webpage when being loaded into the HTML of webpage;The preset HTML is parsed, DOM node corresponding with the label in the preset HTML is created;According to the DOM node of creation, Render node corresponding with the label in the preset HTML is created;Each of the creation Render node is drawn, embeds the address field to show in webpage.In the present invention, when being related to related pages operation, thus browser greatly reduces development amount, improves development efficiency without additionally handling embedded address field.

Description

A kind of browser embeds the implementation method and device of address field
Technical field
The invention belongs to implementation methods and dress that browser technology field more particularly to a kind of browser embed address field It sets.
Background technique
Embedded address field is a kind of special browser address bar, and a unconventional browser independently of the page Component, but be embedded in the page, it is considered as a part of the page.The embedded address field of browser is all based on user circle at present Face (User Interface, UI) control, by pushing down on the display area of the page, is accounted for come what is realized by embedded address field The position of the page is originally belonged to according to a part, to visually realize the embedded of address field.
However, in can not perceiving through UI control and realize due to part browser kernel (such as webkit kernel) The presence of embedding address field requires additionally to handle embedded address field, cause whole when being related to the operation such as page scroll A development process workload increases, and development efficiency reduces.
Summary of the invention
The implementation method for being designed to provide a kind of embedded address field of browser of the embodiment of the present invention, it is intended to solve existing Browser embed address field realizing method be easy to cause development process workload increase, development efficiency reduce the problem of.
The embodiments of the present invention are implemented as follows, and a kind of browser embeds the implementation method of address field, comprising:
When being loaded into the hypertext markup language of webpage, preset surpass is inserted into the hypertext markup language of the webpage Text mark up language, the preset hypertext markup language is for showing address field in the webpage;
Parse the preset hypertext markup language, creation and the label pair in the preset hypertext markup language The document dbject model node answered;
According to the document dbject model node of creation, creation and the label in the preset hypertext markup language Corresponding rendering node;
Each of the creation rendering node is drawn, to embed the address field in webpage.
The another object of the embodiment of the present invention is to provide a kind of realization device of embedded address field of browser, comprising:
Be inserted into unit, for when be loaded into webpage hypertext markup language when, in the hypertext markup language of the webpage The preset hypertext markup language of middle insertion, the preset hypertext markup language is for showing address in the webpage Column;
First creating unit, for parsing the preset hypertext markup language, creation and the preset hypertext The corresponding document dbject model node of label in markup language;
Second creating unit, for the document dbject model node according to creation, creation and the preset super text The corresponding rendering node of label in this markup language;
Display unit, for drawing each of the creation rendering node, to embed the address field in webpage.
In embodiments of the present invention, load and display of the browser to embedded address field are realized by way of HTML, Meanwhile the preset corresponding parsing function in browser, enable browser successfully to for showing embedded address field The label newly expanded in HTML is parsed, by the above-mentioned means, browser is without additional when being related to related pages operation Embedded address field is handled, development amount is thus greatly reduced, improves development efficiency.
Detailed description of the invention
Fig. 1 is the implementation flow chart for the implementation method that browser provided in an embodiment of the present invention embeds address field;
Fig. 2 is the inheritance schematic diagram that S102 provided in an embodiment of the present invention is generated;
Fig. 3 is the dom tree schematic diagram that S102 provided in an embodiment of the present invention is generated;
Fig. 4 is the inheritance schematic diagram that S103 provided in an embodiment of the present invention is generated;
Fig. 5 is the Render tree schematic diagram that S103 provided in an embodiment of the present invention is generated;
Fig. 6 be another embodiment of the present invention provides browser embed address field implementation method implementation flow chart;
Fig. 7 be another embodiment of the present invention provides browser embed address field implementation method implementation flow chart;
Fig. 8 is the specific implementation flow for the implementation method S107 that browser provided in an embodiment of the present invention embeds address field Figure;
Fig. 9 is the structural block diagram for the realization device that browser provided in an embodiment of the present invention embeds address field.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, with reference to the accompanying drawings and embodiments, right The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.
In embodiments of the present invention, pass through hypertext markup language (Hypertext Markup Language, HTML) Mode realizes load and display of the browser to embedded address field, meanwhile, preset corresponding parsing function, makes in browser Can successfully the label newly expanded in the HTML for showing embedded address field be parsed by obtaining browser, pass through above-mentioned side Formula, when being related to related pages operation, thus browser is greatly reduced without additionally handling embedded address field Development amount improves development efficiency.
Fig. 1 shows the implementation process that browser provided in an embodiment of the present invention embeds the implementation method of address field, is described in detail It is as follows:
In S101, when being loaded into the HTML of webpage, preset HTML is inserted into the HTML of the webpage, it is described preset HTML for showing address field in the webpage.
When browser needs to load webpage, the HTML of the webpage is obtained and is loaded into first, to start the solution of browser Function is analysed, the HTML of the webpage is parsed.And in the present embodiment, after the HTML for being loaded into webpage, to webpage Before HTML is parsed, browser can be inserted into one section of preset HTML in the HTML of the webpage, so that the preset HTML A part of HTML as the webpage, is parsed together.Specifically, it can be inserted in the body label of the HTML of the webpage Enter one section of preset HTML.
In the present embodiment, preset HTML is after the parsing by browser, for showing address field in webpage, That is, realizing that browser embeds address field.In order to finally show address field in webpage, one is contained in the preset HTML Html tag (TAG) except a little existing HTML standards, newly defining, wherein include embedded address field label (< AddressBar >), and at least one of following:
Address field icon label (<AddressBarIcon>), address field input box label (<AddressBarInput>) Or address field shares label (<AddressBarShare>).
In the present embodiment, it after newly defining above-mentioned label, needs to increase in a browser and above-mentioned new definition is marked The parsing function of label, so that can successfully parse and be shown in the page when browser resolves newly define label to this part Zone rendering goes out embedded address field.Wherein, embed address field label be it is resolved and be rendered into shown in webpage embeddedly Location column, address field icon label is resolved and is rendered into the icon shown in embedded address field, and address field inputs box label It is resolved and is rendered into the input frame for being used to input web page address shown in embedded address field, address field shares label and is It is resolved and is rendered into the icon or button for being used to share network address or web page contents shown in embedded address field.
As an implementation example of the invention, the format of preset HTML can be approximately as:
<AddressBar>
<AddressBarIcon>
</AddressBarIcon>
<AddressBarInput>
</AddressBarInput>
<AddressBarShare>
</AddressBarShare>
</AddressBar>
Wherein, the content in the label of above-mentioned new definition may include the standard attribute in some existing HTML standards, example Such as id, name, onClick can also include some customized attributes, when being related to Custom Attributes, correspondingly, It needs to increase in a browser the parsing function to these Custom Attributes, different one illustrates herein.
In S102, the preset HTML is parsed, creates file pair corresponding with the label in the preset HTML As model (Document Object Model, DOM) node.
In the present embodiment, due to newly defining label, therefore, it is necessary to increase newly to define this part mark in a browser The parsing function of label.Specifically, the corresponding node class of label is newly defined by increasing this part in a browser, to generate this Part is new to define DOM node corresponding to label, for completely constructing the dom tree of entire webpage.
For example,
Label<AddressBar>corresponds to DOM node HTMLAddressBarElement;
Label<AddressBarIcon>corresponds to DOM node HTMLAddressBarIconElement;
Label<AddressBarInput>corresponds to DOM node HTMLAddressBarInputElement;
Label<AddressBarShare>corresponds to DOM node HTMLAddressBarShareElement.
As an implementation example of the invention, after S102, inheritance figure between the DOM node of generation with And dom tree can be as shown in Figures 2 and 3 respectively.In Fig. 2, each DOM node is inherited signified in the arrow for connecting the node To a upper node, for example, DOM node HTMLAddressBarElement and DOM node HTMLAddressBarIconElement is inherited in DOM node HTMLELment, in another example, DOM node HTMLAddressBarInputElement and DOM node HTMLAddressBarShareElement are inherited in DOM node HTMLFormControlElement.It and is generated after being parsed the code of embedded address field shown in Fig. 3 Dom tree, wherein embedded address field label corresponds to HTMLAddressBarElement node, and there are three sons under the node Node, be respectively HTMLAddressBarIconElement, HTMLAddressBarInputElement and HTMLAddressBarShareElement。
In S103, according to the DOM node of creation, rendering corresponding with the label in the preset HTML is created (Render) node.
In the present embodiment, due to newly defining label, therefore, it is also desirable to increase corresponding parsing function in a browser Can, for according to this part newly define label corresponding to DOM node create corresponding to the label that this part newly defines Render node.Specifically, by increasing corresponding rendering class in a browser, so that generating this part newly defines label Render node corresponding to DOM node, for completely constructing the Render tree of entire webpage.
For example,
DOM node HTMLAddressBarElement corresponds to Render node R enderAddressBar;
DOM node HTMLAddressBarIconElement corresponds to Render node R enderAddressBarIcon;
DOM node HTMLAddressBarInputElement corresponds to Render node R enderAddressBarInput;
DOM node HTMLAddressBarShareElement corresponds to Render node R enderAddressBarShare.
Inheritance as an implementation example of the invention, after S103, between the Render node of generation Figure and Render tree can be as shown in Figures 4 and 5 respectively.In Fig. 4, each Render node has common ancestors RenderBox, but the father node of each Render node is not exactly the same, and this is derived from their own characteristic, such as Render node R enderAddressBarInput, can be used for text input, and therefore, father node is RenderTextControl.And shown in Fig. 5 it is then the Render tree generated according to the dom tree of Fig. 3, due in this realization In example, the element of embedded address field is shown in browser interface, it is, therefore, intended that each DOM in dom tree Node can all generate corresponding Render node, to complete the rendering to each node, therefore, Render tree and Fig. 3 in Fig. 5 In dom tree be one-to-one.
In S104, each of creation Render node is drawn, to embed the address field in webpage.
In the present embodiment, by S103, the Render node being created that is used to construct the Render of entire web displaying Tree, at this point, layout process will be executed, determines the definite coordinate of each Render node on the screen, so that traversal is created that Each Render node, and each Render node is drawn using UI back end layers, finally while showing webpage, in completion The display of embedding address field.
It should be noted that the HTML of original webpage is also according to normal solution while executing S102~S104 It analyses process and generates dom tree and Render tree, and rendered, be not used in the restriction present invention herein.
In embodiments of the present invention, load and display of the browser to embedded address field are realized by way of HTML, Meanwhile the preset corresponding parsing function in browser, enable browser successfully to for showing embedded address field The label newly expanded in HTML is parsed, by the above-mentioned means, browser is without additional when being related to related pages operation Embedded address field is handled, development amount is thus greatly reduced, improves development efficiency.
Fig. 6 show another embodiment of the present invention provides browser embed address field implementation method implementation process, In the present embodiment, it is kept by the way that the default Cascading Style Sheet (Cascading Style Sheet, CSS) of browser is arranged The style of the embedded address field of display is consistent, as shown in fig. 6, in the present embodiment, after S104, this method further include:
The relevant CSS of the address field is saved as the default CSS of browser by S105.
In the present embodiment, preset due to requiring to be inserted into the HTML of the webpage when browser loads webpage every time HTML, new parsing of laying equal stress on is to obtain embedded address field, in order to keep the embedded address field style shown every time consistent, here, CSS relevant to the address field is saved into the stylesheet of browser (such as html.css and wml.css), so that should The relevant CSS of address field is only resolved when showing first time, when hereafter browser loads webpage again, the address field phase The CSS of pass can read and use directly from from memory, without parsing, also which thereby enhance analyzing efficiency.
Fig. 7 show another embodiment of the present invention provides browser embed address field implementation method implementation process Figure, as shown in fig. 7, after S104, further includes:
In S106, the customer incident on the label in the preset HTML occurs for detection.
In the present embodiment, each label in preset HTML may correspond to a corresponding event handler procedure, For example, corresponding event handler procedure can select for address field icon label for search engine, address field is inputted Box label, corresponding event handler procedure can be pop-up input method, share label for address field, at corresponding event Reason process can be to switch to sharing process, these event handler procedures are required to by the customer incident in respective labels occurs It triggers, therefore, in S106, detects whether that the customer incident on the label in preset HTML is occurring.
In S107, according to the customer incident, switch the corresponding interface UI.
When detecting that customer incident has occurred on the label in preset HTML, for example, then being executed corresponding when the event of click Event handler procedure, switch the corresponding interface UI.
For example, then popping up search engine selection circle when detecting to occur the click event on address field icon label Face;When detecting to occur to input the click event on box label in address field, or detect to occur to input collimation mark in address field When the cursor Active event and keypad input event signed, interface of input method is popped up;It is marked when detecting that generation is shared in address field When the click event signed, switches to webpage and share process interface.
Specifically, as shown in figure 8, S107 can be with are as follows:
In S801, the customer incident that will test passes to the kernel adaptation layer of browser.
In S802, customer incident is transmitted to browser kernel and handled by kernel adaptation layer.
In S803, browser kernel calls kernel Adapter Layer Interface, and the instruction interface UI switches over.
Fig. 9 shows the structural block diagram that browser provided in an embodiment of the present invention embeds the realization device of address field, the dress Setting can be located in browser, for running the implementation method of Fig. 1 of the present invention to the embedded address field of browser shown in Fig. 8.For Convenient for explanation, only the parts related to this embodiment are shown.
Referring to Fig. 9, which includes:
It is inserted into unit 91, when being loaded into the HTML of webpage, preset HTML is inserted into the HTML of the webpage, it is described pre- The HTML set is for showing address field in the webpage.
First creating unit 92 parses the preset HTML, creates corresponding with the label in the preset HTML DOM node.
Second creating unit 93 creates corresponding with the label in the preset HTML according to the DOM node of creation Render node.
Display unit 94 draws each of creation Render node, embeds the address field to show in webpage.
Optionally, the label in the preset HTML includes at least one of the following:
Embedded address field label, address field icon label, address field input box label or address field share label.
Optionally, described device further include:
Storage unit, for the relevant Cascading Style Sheet CSS of the address field to be saved as to the default CSS of browser.
Optionally, described device further include:
Detection unit, for detecting the customer incident occurred on the label in the preset HTML;
Switch unit, for switching the corresponding interface UI according to the customer incident.
Optionally, the customer incident includes click event.
In embodiments of the present invention, load and display of the browser to embedded address field are realized by way of HTML, Meanwhile the preset corresponding parsing function in browser, enable browser successfully to for showing embedded address field The label newly expanded in HTML is parsed, by the above-mentioned means, browser is without additional when being related to related pages operation Embedded address field is handled, development amount is thus greatly reduced, improves development efficiency.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all in essence of the invention Made any modifications, equivalent replacements, and improvements etc., should all be included in the protection scope of the present invention within mind and principle.

Claims (10)

1. the implementation method that a kind of browser embeds address field characterized by comprising
When being loaded into the hypertext markup language of webpage, preset hypertext is inserted into the hypertext markup language of the webpage Markup language, the preset hypertext markup language is for showing address field in the webpage;
The preset hypertext markup language is parsed, is created corresponding with the label in the preset hypertext markup language Document dbject model node;
According to the document dbject model node of creation, create corresponding with the label in the preset hypertext markup language Rendering node;
Each of the creation rendering node is drawn, to embed the address field in webpage.
2. the method as described in claim 1, which is characterized in that the label in the preset hypertext markup language includes interior Embedding address field label and at least one of following:
Address field icon label, address field input box label or address field share label.
3. method according to claim 1 or 2, which is characterized in that the method also includes:
The relevant Cascading Style Sheet of the address field is saved as to the default Cascading Style Sheet of browser.
4. method according to claim 1 or 2, which is characterized in that the method also includes:
Customer incident on the label in the preset hypertext markup language occurs for detection;
According to the customer incident, switch corresponding user interface.
5. method as claimed in claim 4, which is characterized in that the customer incident includes click event.
6. the realization device that a kind of browser embeds address field characterized by comprising
Be inserted into unit, for when be loaded into webpage hypertext markup language hypertext markup language when, in the super text of the webpage Preset hypertext markup language is inserted into this markup language, the preset hypertext markup language is used in the webpage Show address field;
First creating unit, for parsing the preset hypertext markup language, creation and the preset hypertext markup The corresponding document dbject model node of label in language;
Second creating unit, for the document dbject model node according to creation, creation and the preset hypertext mark Remember the corresponding rendering node of label in language;
Display unit, for drawing each of the creation rendering node, to embed the address field in webpage.
7. device as claimed in claim 6, which is characterized in that the label in the preset hypertext markup language includes interior Embedding address field label and at least one of following:
Address field icon label, address field input box label or address field share label.
8. device as claimed in claims 6 or 7, which is characterized in that described device further include:
Storage unit, for the relevant Cascading Style Sheet of the address field to be saved as to the default Cascading Style Sheet of browser.
9. device as claimed in claims 6 or 7, which is characterized in that described device further include:
Detection unit, for detecting the customer incident occurred on the label in the preset hypertext markup language;
Switch unit, for switching corresponding user interface according to the customer incident.
10. device as claimed in claim 9, which is characterized in that the customer incident includes 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 CN104598465A (en) 2015-05-06
CN104598465B true 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)

Families Citing this family (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 (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8122236B2 (en) * 2001-10-24 2012-02-21 Aol Inc. Method of disseminating advertisements using an embedded media player page

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Also Published As

Publication number Publication date
CN104598465A (en) 2015-05-06

Similar Documents

Publication Publication Date Title
US11347826B2 (en) Systems and methods for hosted applications
US8161498B2 (en) Providing globalization functionalities for javascript applications
KR101875820B1 (en) Providing translation assistance in application localization
CN108038134B (en) Page display method and device, storage medium and electronic equipment
CN104484216B (en) Service interface document and on-line testing instrument generation method, device
CN105094786B (en) Method and system based on JavaScript customized web page
US9405745B2 (en) Language translation using embeddable component
US10346501B2 (en) Mobile enablement of existing web sites
CN107577509A (en) A kind of method, terminal and computer-readable recording medium for loading application interface
US20210149842A1 (en) System and method for display of document comparisons on a remote device
US20090024936A1 (en) Method and system to maintain a web page
JP2011070640A (en) Method and system for converting desktop application to web application
CN108595697B (en) Webpage integration method, device and system
US9032363B2 (en) Providing a user interface library for building web-based applications
US10599754B2 (en) Context editing without interfering with target page
CN113391808A (en) Page configuration method and device and electronic equipment
KR20140055004A (en) Apparatus and method for converting web page data and, server
CN104598465B (en) A kind of browser embeds the implementation method and device of address field
CN116719456A (en) Icon style switching method and device, electronic equipment and storage medium
KR102067661B1 (en) Widget authoring system and method thereof
CN102637290B (en) Operating system based on browser and compiling method
JP2006526180A (en) A declarative mechanism for defining a hierarchy of objects
CN113934959B (en) Program preview method and device, computer equipment and storage medium
CN112068826B (en) Text input control method, system, electronic device and storage medium
JP5543013B2 (en) Method and apparatus in IPTV terminal

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