US20150095763A1 - Browser emulator system - Google Patents

Browser emulator system Download PDF

Info

Publication number
US20150095763A1
US20150095763A1 US14/563,913 US201414563913A US2015095763A1 US 20150095763 A1 US20150095763 A1 US 20150095763A1 US 201414563913 A US201414563913 A US 201414563913A US 2015095763 A1 US2015095763 A1 US 2015095763A1
Authority
US
United States
Prior art keywords
browser
dom
application
emulator
browser emulator
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.)
Abandoned
Application number
US14/563,913
Inventor
Pei Wang
Yitao Yao
Mark P. Palaima
Homayoun Zariv
Rajasekhar Bhogi
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.)
PayPal Inc
Original Assignee
eBay Inc
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 eBay Inc filed Critical eBay Inc
Priority to US14/563,913 priority Critical patent/US20150095763A1/en
Assigned to EBAY INC. reassignment EBAY INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BHOGL, RAJASEKHAR, PALAIMA, MARK P., YAO, YITAO, ZARIV, HOMAYOU, WANG, PEI
Publication of US20150095763A1 publication Critical patent/US20150095763A1/en
Assigned to PAYPAL, INC. reassignment PAYPAL, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EBAY INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • G06F17/2247
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • G06F17/30905
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A browser emulator is provided. An example browser emulator system includes a communications module to receive requests for web pages from a browser application, a document object model (DOM) interceptor to intercept an initial document object model (DOM) provided by the web application, an activator to activate a browser emulator, and a DOM manipulator to generate a modified DOM. A marked-up document that corresponds to the modified DOM includes an event interceptor that replaces JavaScript code associated with the original DOM provided by the web application.

Description

    RELATED APPLICATION
  • This application is a continuation of U.S. patent application Ser. No. 12/505,411, filed on Jul. 17, 2009, the benefit of priority of which is claimed hereby, and which is incorporated herein by reference in its entirety.
  • TECHNICAL FIELD
  • This application relates to the technical fields of software and/or hardware technology and, in one example embodiment, to a browser emulator system.
  • BACKGROUND
  • The approaches described in this section could be pursued, but are not necessarily approaches that have been previously conceived or pursued. Therefore, unless otherwise indicated herein, the approaches described in this section are not prior art to the claims in this application and are not admitted to be prior art by inclusion in this section.
  • JavaScript is a scripting language that is used for client-side web development to add interactivity to HTML pages. Despite its name, and while designed to look like Java™, JavaScript™ is unrelated to the Java™ programming language. Rather, JavaScript™ is a dynamic, weakly typed, prototype-based language intended to be easier for non-programmers as a tool with which to work. “JavaScript®” and “Java®” are registered trademarks of Sun Microsystems, Inc. of Santa Clara, Calif.
  • JavaScript may be thought of as a scripting add-on to HTML, where JavaScript code is added to HTML commands by use of the <SCRIPT> tag. JavaScript is an interpreted language, which means that scripts (JavaScript code) is executed without preliminary compilation. JavaScript code is executed in the client browser. JavaScript code is first parsed, and then it is executed if it is determined during the parsing that the JavaScript contains no errors, then the code is executed by the browser. For a while now, JavaScript™ has been a de facto client-side scripting language for web pages.
  • BRIEF DESCRIPTION OF DRAWINGS
  • Embodiments of the present invention are illustrated by way of example and not limitation in the FIG.s of the accompanying drawings, in which like reference numbers indicate similar elements and in which:
  • FIG. 1 is a diagrammatic representation of an architecture within which an example browser emulator system may be implemented;
  • FIG. 2 is block diagram of a browser emulator system, in accordance with one example embodiment;
  • FIG. 3 is a flow chart of a method for using a browser emulator, in accordance with an example embodiment;
  • FIG. 4 is a flow chart illustrating a method for loading a web page associated with the modified DOM, in accordance with an example embodiment;
  • FIG. 5 is a flow chart illustrating a method for processing user interaction directed to a browser application that is in communication with a virtual browser, in accordance with an example embodiment; and
  • FIG. 6 is a diagrammatic representation of an example machine in the form of a computer system within which a set of instructions, for causing the machine to perform any one or more of the methodologies discussed herein, may be executed.
  • DETAILED DESCRIPTION
  • In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of an embodiment of the present invention. It will be evident, however, to one skilled in the art that the present invention may be practiced without these specific details.
  • As used herein, the term “or” may be construed in either an inclusive or exclusive sense. Similarly, the term “exemplary” is construed merely to mean an example of something or an exemplar and not necessarily a preferred or ideal means of accomplishing a goal. Additionally, although various exemplary embodiments discussed below focus on administration of Java-based servers and related environments, the embodiments are given merely for clarity in disclosure. Thus, any type of server environment, including various system architectures, may employ various embodiments of the application-centric resources system and method described herein and is considered as being within a scope of the present invention.
  • A Document Object Model (DOM) is an application programming interface (API) that defines logical structure of documents (e.g., HTML documents and well-formed XML documents) and the way a document is accessed and manipulated. The DOM may be used to manage data presented as a document. For example, various elements found in an HTML or XML document can be accessed, changed, deleted, or added using the Document Object Model. The purpose of a browser application (also referred to as a web browser or merely browser) is to display resources to users. A browser application transmits requests content to a web server, which, in turn, obtains the requested content (e.g., an HTML document that includes JavaScript code). At the browser application, the HTML document is transformed from markup to an interactive document. Aside from HTML documents, web browsers can display other types of content that can be part of a web page, such as images, audio, video, and XML files. A browser renders HTML statements and executes JavaScript code if JavaScript code is embedded or referenced in the HTML document. For the purposes of this description, content that can be rendered by a browser or by any rendering engine configured to display marked up content (e.g., HTML, XML, etc.) is referred to as a web page.
  • A method and system is described to process marked-up content in a manner that relocates the execution of JavaScript to Java environment. In one example embodiment, a request for content is typically received by a web server that is responsible for accepting HTTP requests from clients (user agents such as web browsers), and serving them HTTP responses along with optional data contents, which usually are web pages such as HTML documents and linked objects (images, etc.). in one example embodiment, a web server includes an event interceptor module that intercepts a DOM received from a web application, extracts JavaScript, and replaces it with a communications client that establishes a communications channel with a so-called browser emulator instantiated on the server. For the purposes of this specification, in order to differentiate a browser application that is typically used for retrieving and presenting content on the World Wide Web from a browser emulator running in Java environment, a typical browser application will be referred to as a browser application or simply a browser. A browser emulator, in one example embodiment, may be implemented as a runtime module in Java environment that can execute JavaScript instructions. An example browser emulator may be configured such that it does not have rendering capability. Instead, a browser emulator may communicate with a rendering engine (e.g., a browser application) via a specialized communications channel such that the results of the JavaScript code execution performed at the browser emulator are reflected by the browser application.
  • The specialized communications channel, in one embodiment, is established between a browser bridge module provided with the browser emulator and an event interceptor module provided to the browser application by including the event interceptor with the requested web page. When the browser application encounters the event interceptor embedded in the web page, the event interceptor issues a request to the browser emulator via the specialized communications channel. The browser emulator receives the request and commences executing the JavaScript that was extracted by the web server. The browser emulator communicates every result of JavaScript execution to the browser application such that the browser reflects the execution of JavaScript as if the execution is taking place in the browser application.
  • An approach where a JavaScript can be executed in Java environment may be utilized beneficially, e.g., for debugging purposes. A browser emulator may be configured to communicate with a debugging module provided with the integrated development environment (IDE) to permit debugging of JavaScript code in Java environment. In some embodiments, a browser emulator may be utilized to make available functionality provided by JavaScript scripts outside of a browser application and also to enable execution and debugging of JavaScript in its authored form (whether it is Java or JavaScript).
  • FIG. 1 is a diagrammatic representation of an architecture 100 within which an example browser emulator system may be implemented. As shown in FIG. 1, the architecture 100 may include a browser application 110 in communication with a system for providing web pages referred to as a server system 120. The browser application 110 may be provided, e.g., on a stand-alone client computer system (not explicitly shown) or it can be provided on the same computer system and the same hardware as the server system 120. The server system 120, in one example embodiment, may communicate with the browser application 110 via a transfer protocol link 101 and a specialized communications channel 102. A transfer protocol used by the transfer protocol link 101 may be, e.g., Hypertext Transfer Protocol (HTTP), Hypertext Transfer Protocol Secure (HTTPs), or file transfer protocol (FTP). The transfer protocol link 101 and the specialized communications channel 102 may be used via a network, such as a public network (e.g., the Internet, a wireless network, etc.) or a private network (e.g., a local area network (LAN), a wide area network (WAN), Intranet, etc.).
  • As shown in FIG. 1, the server system 120 comprises, in one example embodiment, a web server 122 that receives and processes requests from the browser application 110 and a web application 124. The web server 122 receives a request for a web page from the browser application 110 and obtains, from the web application 124, a DOM that corresponds to the requested web page. The web application 124 generates the DOM utilizing a DOM generator 123. While FIG. 1 shows the web server 122 to receive and process requests from the browser application 110, a servlet may be used for this purpose instead.
  • In one example embodiment, the web server 122 is configured to intercept the DOM provided by the web application 124 and activate a browser emulator 126 in response to receiving the DOM. The browser emulator 126 modifies the DOM by replacing JavaScript code present in the DOM with an event interceptor.
  • The event interceptor 112, which may be implemented in JavaScript, is loaded in the browser application 110. The event interceptor 110, in one embodiment, is configured to send events and corresponding DOM changes to the browser emulator 126. A web page that results from a DOM where JavaScript code is replaced by the event interceptor 112 causes the associated JavaScript code to be executed not in the browser application 110, but by the browser emulator 126. The event interceptor 112 may be implemented in Flash® and may be configured to communicate with the browser emulator 126 via the specialized communications channel 102 (e.g., Duplex communication channel implemented in Flash® and JavaScript on the client side) while a web page associated with the DOM is being rendered by the browser application 110. As shown in FIG. 1, the browser application 110 includes an activation module 114. The activation module 114 may be implemented as a client side library and may be configured to establish connection between the browser application 110 and the browser emulator 126, as well as to facilitate installation of the event interceptor 112. As mentioned above, the browser emulator 126 does not have a rendering ability but is configured to propagate any results of the execution of the JavaScript code associated with the web page rendered by the browser application 110 to the browser application 110. The browser emulator 126 may be configured to parse HTML content into a full browser DOM, and then load and execute the associated JavaScript in its JavaScript engine.
  • The browser emulator 126 is configured to include a script engine and an associated threading model that emulates behavior of a browser application. The browser emulator 126, in one embodiment, supports complete browser DOM and may be configured to simulate behavior of vendor-specific browsers. The browser emulator 126 is also configured to provide binding and synchronization utilizing the specialized communications channel 102. For the purposes of this specification, the term binding refers to a technique where any user interaction with respect to a browser application is recognized by a browser application that communicates with the browser application via a specialized communications channel. User interaction with a browser application could trigger both generating of native browser/DOM events and/or DOM changes, such as, key typing in text field, mouse movement and click, window resizing, etc. The term synchronization refers to a technique where any changes to the DOM associated with the web page rendered by a browser application that result from a browser emulator executing JavaScript code user are propagated to the browser application via a specialized communications channel 102. The browser emulator 126, in one example embodiment, may also be configured to include capture and replay capability (a capture and replay module) that permits capturing events at a browser application and replaying the captured events at the browser emulator 126. In one embodiment, the a capture and replay module may be configured to capture all active user interactions with the associated browser application, as well as all Ajax request/response events, and also enable simulating user interactions using programmatic replay based on captured data. This capability may be used for auto-generation of JUnit tests with window events, user interactions, and AJAX operations. The browser emulator 126, in one example embodiment, may also include an event handling module to support browser-specific event propagation model (such as capture and bubbling phase), a script execution module to support browser-specific threading model, a browser binding module to allow the browser emulator 126 to retrieve graphic rendering properties from a browser, a DOM synchronization module to enable auto-synchronization of DOM representations in the browser emulator 126 and the associated browser application. The browser emulator 126, in one example embodiment, may also include a browser communications module (that corresponds to a communications module 116 on the client side) that supports synchronous and asynchronous messaging as well as HTTP via socket communication. It will be noted, that a browser emulator 126 may be used in a Java application running inside a browser application via a plug-in architecture. With the synchronization between a browser emulator and the hosting browser application, the Java application can access and manipulate browser DOM via a pure Java API.
  • A plurality of modules that are used in conjunction with the server system 120, including the browser emulator 126, may be referred to as a browser emulator system. An example browser emulator system is described with reference to FIG. 2. FIG. 2 is block diagram of a browser emulator system 200, in accordance with one example embodiment. Various modules shown in FIG. 2 may reside on a server computer system and may be operating within an integrated development environment (IDE).
  • As shown in FIG. 2, the system 200 includes a communications module 202, a document object model (DOM) interceptor 206, an activator 208, and a DOM manipulator 212 included in a browser emulator 210. The communications module 202, in one example embodiment, corresponds to the web server 122 of FIG. 1. The communications module 202 is configured to receive requests for web pages from a browser application via a transport protocol link such as, e.g., HTTP. The document object model (DOM) interceptor 206 is configured to intercept an initial document object model (DOM) provided by the web application 124 of FIG. 1 in response to a request for a web page from a browser application. The activator 208 is configured to activate the browser emulator 210. As mentioned above, the browser emulator 210 is a Java runtime configured to execute JavaScript instructions. When the browser emulator 210 is activated by the activator 208, the browser emulator 210 accesses the DOM obtained by the communications module 202 from a web application and engages the DOM manipulator 212 to generate a modified DOM. A marked-up document (e.g., an HTML document) that corresponds to the modified DOM includes an event interceptor that replaces JavaScript code associated with the original DOM provided by the web application. In one embodiment, an event interceptor configured to run in a browser application (e.g., provided on a client computer system) may be implemented as a Flash® component and may be utilized to facilitate communications via the specialized communications channel 102 between a browser application that renders the web page and the browser emulator 126. Example operations performed by a browser emulator system are discussed with reference to FIG. 3.
  • FIG. 3 is a flow chart of a method for using a browser emulator, in accordance with an example embodiment. The method 300 may be performed by processing logic that may comprise hardware (e.g., dedicated logic, programmable logic, microcode, etc.), software (such as run on a general purpose computer system or a dedicated machine), or a combination of both. In one example embodiment, the processing logic resides at a computer system hosting the server system 120 for providing a web page of FIG. 1 and, specifically, at the server system 200 shown in FIG. 2.
  • As shown in FIG. 3, the method 300 commences at operation 310, when the communications module 202 of FIG. 2 receives a request for a web page from a browser application. At operation 320, the communications module 202 obtains a DOM associated with the requested web page. The DOM obtained by the communications module 202 from a web application may be referred to as an original DOM. At operation 330, the DOM interceptor of FIG. 2 intercepts the original DOM. The activator 208 of FIG. 2 activates the browser emulator 210 of FIG. 2 at operation 340. At operation 350, the DOM manipulator that may be provided with the browser emulator 210 replaces JavaScript code in the original DOM with an event interceptor to produce generating a modified DOM corresponding to the requested web page. The event interceptor is configured to facilitate communications over a specialized communications channel between a browser that renders the web page and the browser emulator 210. The requested web page is generated based on the modified DOM and provided to the browser application at operation 360. Example operations performed in the process of client-side activation are described with reference to FIG. 4.
  • FIG. 4 is a flow chart illustrating a method 400 for processing a web page associated with the modified DOM, in accordance with an example embodiment. The method 400 may be performed by processing logic that may comprise hardware (e.g., dedicated logic, programmable logic, microcode, etc.), software (such as run on a general purpose computer system or a dedicated machine), or a combination of both. In one example embodiment, the processing logic resides in various modules illustrated in FIG. 1 and FIG. 2.
  • As shown in FIG. 4, at operation 410, the browser application 110 of FIG. 1 loads a web page associated with the modified DOM. At operation 420, the browser application 110 loads additional JavaScript and Flash modules provided by an embedded web server associated with the browser emulator 126. At operation 430, the activation module 114 of FIG. 1 establishes a two-way socket communication channel with the browser emulator 126. The two-way socket communication channel is illustrated in FIG. 1 as the specialized communications channel 102. At operation 440, the browser emulator 126 loads a web page corresponding to the unmodified DOM provided by the web application 124 and executes all on-load JavaScript present in the web page.
  • FIG. 5 is a flow chart illustrating a method 500 for processing user interaction directed to a browser application that is in communication with a virtual browser, in accordance with one embodiment. The method 500 may be performed by processing logic that may comprise hardware (e.g., dedicated logic, programmable logic, microcode, etc.), software (such as run on a general purpose computer system or a dedicated machine), or a combination of both. In one example embodiment, the processing logic resides in various modules illustrated in FIG. 1 and FIG. 2.
  • As shown in FIG. 5, at operation 510, the browser application 110 of FIG. 1 receives an event associated with a user interaction (e.g., a mouse or a keyboard event). The event interceptor 112 of FIG. 1 generates a message in response to the user interaction at operation 520. At operation 530, the browser communications module 116 of FIG. 1 delivers the message to the browser emulator 126 of FIG. 1. The server-side DOM is synchronized with the DOM used at the browser application 110 if the user interaction event resulted in any changes to the client-side DOM, at operation 540. At operation 550, an event handling module provided at the server system 120 of FIG. 1 delivers a simulated browser event to the DOM elements of the browser emulator 126, based on the associated propagation model, and triggers the JavaScript execution if there are registered event listeners or event handlers. At operation 560, the script execution module provided with the browser emulator 126 provides runtime environment and context for the execution or debug of JavaScript in the browser emulator 126. In some situations, accessing a DOM property from JavaScript may require the browser binding module provided with the browser emulator 126 to retrieve value from the browser application 110. At operation 570, any DOM updates that occur due to JavaScript execution are propagated to the browser application 110 via the DOM synchronization module provided with the browser emulator 126.
  • FIG. 6 shows a diagrammatic representation of a machine in the example form of a computer system 600 within which a set of instructions, for causing the machine to perform any one or more of the methodologies discussed herein, may be executed. In alternative embodiments, the machine operates as a stand-alone device or may be connected (e.g., networked) to other machines. In a networked deployment, the machine may operate in the capacity of a server or a client machine in a server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network. environment. The machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a network router, switch or bridge, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine. Further, while only a single machine is illustrated, the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
  • The example computer system 600 includes a processor 602 (e.g., a central processing unit (CPU), a graphics processing unit (GPU) or both), a main memory 604 and a static memory 606, which communicate with each other via a. bus 608. The computer system 600 may further include a video display unit 610 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)). The computer system 600 also includes an alpha-numeric input device 612 (e.g., a keyboard), a user interface (UI) navigation device 614 (e.g., a cursor control device), a disk drive unit 616, a signal generation device 618 (e.g., a speaker) and a network interface device 620.
  • The disk drive unit 616 includes a machine-readable medium 622 on which is stored one or more sets of instructions and data structures (e.g., software 624) embodying or utilized by any one or more of the methodologies or functions described herein. The software 624 may also reside, completely or at least partially, within the main memory 604 and/or within the processor 602 during execution thereof by the computer system 600, with the main memory 604 and the processor 602 also constituting machine-readable media.
  • The software 624 may further be transmitted or received over a network 626 via the network interface device 620 utilizing any one of a number of well-known transfer protocols (e.g., Hyper Text Transfer Protocol (HTTP)).
  • While the machine-readable medium 622 is shown in an example embodiment to be a single medium, the term “machine-readable medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions. The term “machine-readable medium” shall also be taken to include any medium that is capable of storing and encoding a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of embodiments of the present invention, or that is capable of storing and encoding data structures utilized by or associated with such a set of instructions. The term “machine-readable medium” shall accordingly be taken to include, but not be limited to, solid-state memories, optical and magnetic media. Such media may also include, without limitation, hard disks, floppy disks, flash memory cards, digital video disks, random access memory (RAM), read only memory (ROM), and the like.
  • The embodiments described herein may be implemented in an operating environment comprising software installed on a computer, in hardware, or in a combination of software and hardware. Such embodiments of the inventive subject matter may be referred to herein, individually or collectively, by the term “invention” merely for convenience and without intending to voluntarily limit the scope of this application to any single invention or inventive concept if more than one is, in fact, disclosed.
  • Thus, a browser emulator system has been described. Although a browser emulator system has been described with reference to specific example embodiments, it will be evident that various modifications and changes may be made to these embodiments without departing from the broader spirit and scope of the inventive subject matter. Although various exemplary embodiments discussed herein focus on implementation on Java-based servers and related environments, the embodiments are given merely for clarity in disclosure. Thus, any type of server environment, based on an architecture-neutral-language, including various system architectures, may employ various embodiments described herein. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.

Claims (1)

What is claimed is:
1. A computer-implemented system comprising:
a communications module to receive a request for a web page;
a document object model (DOM) interceptor to intercept an original document object model (DOM) provided by a web application in response to the request;
an activator to activate a browser emulator, the browser emulator being a Java runtime configured to execute JavaScript code; and
a DOM manipulator to replace JavaScript code in the original DOM with an event interceptor to produce a modified DOM, the modified DOM corresponding to the requested web page, the event interceptor to facilitate communications over a specialized communications channel between a browser application that renders the web page and the browser emulator.
US14/563,913 2009-07-17 2014-12-08 Browser emulator system Abandoned US20150095763A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/563,913 US20150095763A1 (en) 2009-07-17 2014-12-08 Browser emulator system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/505,411 US8924943B2 (en) 2009-07-17 2009-07-17 Browser emulator system
US14/563,913 US20150095763A1 (en) 2009-07-17 2014-12-08 Browser emulator system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/505,411 Continuation US8924943B2 (en) 2009-07-17 2009-07-17 Browser emulator system

Publications (1)

Publication Number Publication Date
US20150095763A1 true US20150095763A1 (en) 2015-04-02

Family

ID=43465890

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/505,411 Active 2033-05-28 US8924943B2 (en) 2009-07-17 2009-07-17 Browser emulator system
US14/563,913 Abandoned US20150095763A1 (en) 2009-07-17 2014-12-08 Browser emulator system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/505,411 Active 2033-05-28 US8924943B2 (en) 2009-07-17 2009-07-17 Browser emulator system

Country Status (1)

Country Link
US (2) US8924943B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150185994A1 (en) * 2013-12-30 2015-07-02 Adobe Systems Incorporated Local Rendering of an Object as an Image
US20160119344A1 (en) * 2013-07-04 2016-04-28 Jscrambler S.A. System and method for web application security
US20170109325A1 (en) * 2015-10-15 2017-04-20 Intellicus Technologies Pvt. Ltd. System and method for generating scalar vector graphics image in an imaginary console
US9697101B1 (en) 2016-09-20 2017-07-04 International Business Machines Corporation Detecting errors in web application runtime environments
CN106991096A (en) * 2016-01-21 2017-07-28 阿里巴巴集团控股有限公司 Dynamic page rendering intent and device
US11521210B2 (en) * 2020-05-13 2022-12-06 Paypal, Inc. Automated verification of user interface process flows

Families Citing this family (64)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8245049B2 (en) * 2004-06-14 2012-08-14 Microsoft Corporation Method and system for validating access to a group of related elements
US8786628B2 (en) * 2007-09-14 2014-07-22 Microsoft Corporation Rendering electronic chart objects
US8307300B1 (en) 2008-05-13 2012-11-06 Google Inc. Content resizing and caching in multi-process browser architecture
US9250926B2 (en) * 2009-04-30 2016-02-02 Microsoft Technology Licensing, Llc Platform extensibility framework
US8638343B2 (en) * 2009-04-30 2014-01-28 Microsoft Corporation Data visualization platform performance optimization
US9471704B2 (en) * 2009-10-06 2016-10-18 Telefonaktiebolaget Lm Ericsson (Publ) Shared script files in multi-tab browser
US8407319B1 (en) 2010-03-24 2013-03-26 Google Inc. Event-driven module loading
US8453049B1 (en) * 2010-05-19 2013-05-28 Google Inc. Delayed code parsing for reduced startup latency
US8983935B2 (en) * 2010-06-11 2015-03-17 Usablenet Inc. Methods for utilizing a javascript emulator in a web content proxy server and devices thereof
US8938721B2 (en) * 2010-07-21 2015-01-20 Microsoft Corporation Measuring actual end user performance and availability of web applications
US9342274B2 (en) 2011-05-19 2016-05-17 Microsoft Technology Licensing, Llc Dynamic code generation and memory management for component object model data constructs
US8881101B2 (en) 2011-05-24 2014-11-04 Microsoft Corporation Binding between a layout engine and a scripting engine
US9460224B2 (en) * 2011-06-16 2016-10-04 Microsoft Technology Licensing Llc. Selection mapping between fetched files and source files
US9563714B2 (en) * 2011-06-16 2017-02-07 Microsoft Technology Licensing Llc. Mapping selections between a browser and the original file fetched from a web server
US9753699B2 (en) 2011-06-16 2017-09-05 Microsoft Technology Licensing, Llc Live browser tooling in an integrated development environment
EP2724253A4 (en) * 2011-06-27 2016-04-20 Usablenet Inc Methods for implementing web services and devices thereof
US9639629B1 (en) * 2011-08-31 2017-05-02 Instart Logic, Inc. Accelerating the downloading of content to an application
US8572500B2 (en) 2011-09-09 2013-10-29 Microsoft Corporation Application screen design allowing interaction
US20130278593A1 (en) * 2012-04-19 2013-10-24 Motorola Mobility, Inc. Copying a Drawing Object from a Canvas Element
EP2850809B1 (en) * 2012-05-18 2017-10-11 Telefonaktiebolaget LM Ericsson (publ) Providing data to a network terminal
US8990183B2 (en) * 2012-06-06 2015-03-24 Microsoft Technology Licensing, Llc Deep application crawling
US9367933B2 (en) 2012-06-26 2016-06-14 Google Technologies Holdings LLC Layering a line with multiple layers for rendering a soft brushstroke
WO2014021878A1 (en) * 2012-07-31 2014-02-06 Hewlett-Packard Development Company, L.P. Computing device with automatic download and installation of a new plug-in
US9946557B2 (en) 2012-07-31 2018-04-17 Hewlett-Packard Development Company, L.P. Computing device with script execution application
EP2951718A4 (en) * 2013-01-29 2016-08-31 Hewlett Packard Entpr Dev Lp Analyzing structure of web application
CN104956375B (en) 2013-02-25 2018-04-03 慧与发展有限责任合伙企业 Rule-based presentation user's interface element
US20140283038A1 (en) 2013-03-15 2014-09-18 Shape Security Inc. Safe Intelligent Content Modification
US9338143B2 (en) 2013-03-15 2016-05-10 Shape Security, Inc. Stateless web content anti-automation
US9225737B2 (en) 2013-03-15 2015-12-29 Shape Security, Inc. Detecting the introduction of alien content
US9430452B2 (en) 2013-06-06 2016-08-30 Microsoft Technology Licensing, Llc Memory model for a layout engine and scripting engine
EP3055445B1 (en) 2013-10-09 2020-01-22 United Technologies Corporation Aluminum alloy coating with rare earth and transition metal corrosion inhibitors
US9270647B2 (en) * 2013-12-06 2016-02-23 Shape Security, Inc. Client/server security by an intermediary rendering modified in-memory objects
US8954583B1 (en) 2014-01-20 2015-02-10 Shape Security, Inc. Intercepting and supervising calls to transformed operations and objects
US9225729B1 (en) 2014-01-21 2015-12-29 Shape Security, Inc. Blind hash compression
US9489526B1 (en) 2014-01-21 2016-11-08 Shape Security, Inc. Pre-analyzing served content
US8893294B1 (en) 2014-01-21 2014-11-18 Shape Security, Inc. Flexible caching
US9411958B2 (en) 2014-05-23 2016-08-09 Shape Security, Inc. Polymorphic treatment of data entered at clients
US9858440B1 (en) 2014-05-23 2018-01-02 Shape Security, Inc. Encoding of sensitive data
US9405910B2 (en) 2014-06-02 2016-08-02 Shape Security, Inc. Automatic library detection
US9075990B1 (en) 2014-07-01 2015-07-07 Shape Security, Inc. Reliable selection of security countermeasures
CN106663083B (en) 2014-07-09 2019-06-04 惠普发展公司,有限责任合伙企业 Web browser strategy for the application based on HTTP
US9003511B1 (en) 2014-07-22 2015-04-07 Shape Security, Inc. Polymorphic security policy action
US9438625B1 (en) 2014-09-09 2016-09-06 Shape Security, Inc. Mitigating scripted attacks using dynamic polymorphism
US9602543B2 (en) 2014-09-09 2017-03-21 Shape Security, Inc. Client/server polymorphism using polymorphic hooks
US9954893B1 (en) 2014-09-23 2018-04-24 Shape Security, Inc. Techniques for combating man-in-the-browser attacks
US9800602B2 (en) 2014-09-30 2017-10-24 Shape Security, Inc. Automated hardening of web page content
EP3026553A1 (en) * 2014-11-26 2016-06-01 Hewlett-Packard Development Company, L.P. Web browser emulator
US10621075B2 (en) * 2014-12-30 2020-04-14 Spirent Communications, Inc. Performance testing of a network segment between test appliances
US10198348B2 (en) 2015-08-13 2019-02-05 Spirent Communications, Inc. Method to configure monitoring thresholds using output of load or resource loadings
KR101773698B1 (en) * 2015-01-13 2017-08-31 주식회사 엘지화학 Method for preparing positive electrode composition of lithium secondary battery, and positive electrode and lithium secondary battery prepared by using the same
US9813440B1 (en) 2015-05-15 2017-11-07 Shape Security, Inc. Polymorphic treatment of annotated content
WO2017007936A1 (en) 2015-07-07 2017-01-12 Shape Security, Inc. Split serving of computer code
US9807113B2 (en) 2015-08-31 2017-10-31 Shape Security, Inc. Polymorphic obfuscation of executable code
US10296580B1 (en) 2015-09-18 2019-05-21 Amazon Technologies, Inc. Delivering parsed content items
US10127210B1 (en) 2015-09-25 2018-11-13 Amazon Technologies, Inc. Content rendering
US10241983B1 (en) 2015-09-28 2019-03-26 Amazon Technologies, Inc. Vector-based encoding for content rendering
US10601894B1 (en) 2015-09-28 2020-03-24 Amazon Technologies, Inc. Vector-based encoding for content rendering
US10691750B1 (en) 2015-09-28 2020-06-23 Amazon Technologies, Inc. Browser configured to efficiently store browsing session state
US10341345B1 (en) 2015-12-15 2019-07-02 Amazon Technologies, Inc. Network browser configuration
US10348797B1 (en) 2015-12-15 2019-07-09 Amazon Technologies, Inc. Network browser configuration
US10419568B2 (en) * 2016-04-01 2019-09-17 Microsoft Technology Licensing, Llc Manipulation of browser DOM on server
EP3949342A4 (en) * 2019-04-01 2022-10-26 Citrix Systems, Inc. Web page duplication
US11308259B2 (en) * 2020-03-09 2022-04-19 Servicenow, Inc. Web element retargeting
CN113779791B (en) * 2021-09-08 2024-02-06 广东博智林机器人有限公司 Simulation system, simulation method, simulation device and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030088639A1 (en) * 2001-04-10 2003-05-08 Lentini Russell P. Method and an apparatus for transforming content from one markup to another markup language non-intrusively using a server load balancer and a reverse proxy transcoding engine
US20080201453A1 (en) * 2007-02-19 2008-08-21 Ondeego, Inc. Methods and system to create applications and distribute applications to a remote device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030088639A1 (en) * 2001-04-10 2003-05-08 Lentini Russell P. Method and an apparatus for transforming content from one markup to another markup language non-intrusively using a server load balancer and a reverse proxy transcoding engine
US20080201453A1 (en) * 2007-02-19 2008-08-21 Ondeego, Inc. Methods and system to create applications and distribute applications to a remote device

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160119344A1 (en) * 2013-07-04 2016-04-28 Jscrambler S.A. System and method for web application security
US9979726B2 (en) * 2013-07-04 2018-05-22 Jscrambler S.A. System and method for web application security
US20150185994A1 (en) * 2013-12-30 2015-07-02 Adobe Systems Incorporated Local Rendering of an Object as an Image
US9460062B2 (en) * 2013-12-30 2016-10-04 Adobe Systems Incorporated Local rendering of an object as an image
US20170109325A1 (en) * 2015-10-15 2017-04-20 Intellicus Technologies Pvt. Ltd. System and method for generating scalar vector graphics image in an imaginary console
US11295493B2 (en) * 2015-10-15 2022-04-05 Intellicus Technologies Pvt. Ltd. System and method for generating scalar vector graphics image in an imaginary console
CN106991096A (en) * 2016-01-21 2017-07-28 阿里巴巴集团控股有限公司 Dynamic page rendering intent and device
US9697101B1 (en) 2016-09-20 2017-07-04 International Business Machines Corporation Detecting errors in web application runtime environments
US11521210B2 (en) * 2020-05-13 2022-12-06 Paypal, Inc. Automated verification of user interface process flows

Also Published As

Publication number Publication date
US8924943B2 (en) 2014-12-30
US20110015917A1 (en) 2011-01-20

Similar Documents

Publication Publication Date Title
US8924943B2 (en) Browser emulator system
Taivalsaari et al. Web browser as an application platform
KR101507629B1 (en) Browser-based proxy server for customization and distribution of existing applications
US7958232B1 (en) Dashboard for on-the-fly AJAX monitoring
US8260845B1 (en) System and method for auto-generating JavaScript proxies and meta-proxies
US9405745B2 (en) Language translation using embeddable component
US8285813B1 (en) System and method for emulating different user agents on a server
US8161498B2 (en) Providing globalization functionalities for javascript applications
US8250585B2 (en) Extensible framework for managing UI state in a composite AJAX application
US8640104B2 (en) Computer method and apparatus for debugging in a dynamic computer language
US8719451B1 (en) System and method for on-the-fly, post-processing document object model manipulation
KR100962893B1 (en) Method and system for improving client-servlet communication
US10671698B2 (en) Language translation using embeddable component
US8639743B1 (en) System and method for on-the-fly rewriting of JavaScript
TWI521357B (en) Input content to application via web browser
US20120203854A1 (en) Metadata Capture for Screen Sharing
US8312450B2 (en) Widgetizing a web-based application
US8621092B2 (en) Remote portlet consumer with enhanced resource URL processing
JP2005531049A (en) Automatic application installation
Nichols et al. Highlight: a system for creating and deploying mobile web applications
JP2017504129A (en) Construction of a state expression represented in a web browser
US8756579B1 (en) Client-side and server-side unified validation
US20090254837A1 (en) Accessing external functionality within a component-based web application
JP5151696B2 (en) Program to rewrite uniform resource locator information
US20090030996A1 (en) Technique of relaying communications between client apparatus and server apparatus

Legal Events

Date Code Title Description
AS Assignment

Owner name: EBAY INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WANG, PEI;YAO, YITAO;PALAIMA, MARK P.;AND OTHERS;SIGNING DATES FROM 20090711 TO 20090716;REEL/FRAME:034429/0164

AS Assignment

Owner name: PAYPAL, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EBAY INC.;REEL/FRAME:036171/0403

Effective date: 20150717

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION