Giter VIP home page Giter VIP logo

Comments (10)

nke94 avatar nke94 commented on June 10, 2024 1

[yg48-jung commented Jan 18, 2018 ]
Content Modularization Project: Network Service
https://bugs.chromium.org/p/chromium/issues/detail?id=598073

from castanets.

nke94 avatar nke94 commented on June 10, 2024

image2018-1-10 2013_18_42

from castanets.

nke94 avatar nke94 commented on June 10, 2024

[sunny-nam commented Jan 31, 2018]
I verified renderer-side resource loading is working with a NetworkService feature on 63 version.
But I couldn't access external websites such as google and naver with the feature.
I think the reason is a problem with proxy.

from castanets.

nke94 avatar nke94 commented on June 10, 2024

[VENU MADHAV MUSHAM added a comment Sep 7, 2018]
Initial CL to enable OOP Network Process https://review.tizen.org/gerrit/#/c/186954/
In Progress: Due to syncronization issue with network service, NavigationFail is triggered sometimes.
Move Network service funtionality to launch from RenderThread.

from castanets.

nke94 avatar nke94 commented on June 10, 2024

[VENU MADHAV MUSHAMadded a comment Sep 7, 2018]

  • Initialize NavigationUrlLoaderNetworkService on RendererThread
    • currenly NavigationURLLoaderNetworkService(), NavigationURLLoaderNetworkService::URLLoaderRequestController() => Start(), OnComplete(), OnReceiveResponse() are initialized from BrowserThread::UI and BrowserThread::IO

  • Handle callbacks of NavigationRequest and NavigationInterceptionCB in rendererer

from castanets.

venumusham avatar venumusham commented on June 10, 2024

Network Service Implementation [WIP] venumusham@976334c

from castanets.

ziransun avatar ziransun commented on June 10, 2024

Hi @nke94, just try to understand this issue. Please let me know if my understanding below is correct -
[1] Original chromium has browser process to manages all the renderers and the browser process controls all network accesses.
[2] In this distributed engine work, I guess that resource from device A is passed to device B directly at the rendering layer to get rendered, yet in device B the resource loader is still at the browser process.

I'm a bit confused. If statement in [2] is correct, how resource is passed from A DIRECTLY to device B's rendering layer?

from castanets.

venumusham avatar venumusham commented on June 10, 2024

Scenario: Browser running on device A, Renderer and Utility(Network Service) running on device B

  • Browser initiates Main Resource request to Network Service, Network service - url loader loads main resource and notifies Browser, Browser forwards notification(CommitNavigation) to Renderer
  • Renderer reads Main resource and creates DOM and sends CommitProvisionalLoad message to Browser.
  • On Renderer, Document loader initiates sub resource (if any) request to Network service url loader directly and receives response

from castanets.

venumusham avatar venumusham commented on June 10, 2024

Network Service on Renderer - Implementation: #28

from castanets.

ziransun avatar ziransun commented on June 10, 2024

Thanks @venumusham!

from castanets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.