--
You received this message because you are subscribed to the Google Groups "platform-architecture-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platform-architecture-dev+unsub...@chromium.org.
To post to this group, send email to platform-architecture-dev@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABg10jz8zu65e6yHuPh5BJr18koRO9NQNQquj6P5RF38HLgdzQ%40mail.gmail.com.
Hi,We are planning to move loading classes in content/child to blink, and we have one problem.When loading, we ask the browser process to load the request. Currently ResourceDispatcher holds all pending requests and it dispatches incoming IPC messages to clients. RequestPeer is the interface class for representing a client (from ResourceDispatcher POV), and some chrome/renderer classes (SecurityFilter and ExtensionLocalizedPeer) implement the interface to intercept / filter responses.Our plan is to have mojom files in services/network/public/interfaces (see the thread) and have the renderer side implementation in blink. The problem is the RequestPeer implementations currently living in chrome/render. How can we add such filters to the loading pipeline completely implemented in blink?Technically it seems possible to have an interface for registering such filtering classes as a WebAgent, but I'm not sure it's the right thing to do, as "Web Agents is a building block to implement high-level features on top of the web platform".Comments will be appreciated.
On Tue, May 23, 2017 at 11:26 AM, Kentaro Hara <har...@chromium.org> wrote:
HiSince we started Onion Soup in 2015 November, we have made a ton of progress and massively simplified the renderer architecture. Now it's time to think about the next steps -- Onion Soup 2.0 :DI wrote a plan for the next couple of quarters with a lot of inputs from Dimitri and Jam.Comments are appreciated!--Kentaro Hara, Tokyo, Japan
--
You received this message because you are subscribed to the Google Groups "platform-architecture-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platform-architecture-dev+unsubsc...@chromium.org.
To post to this group, send email to platform-architecture-dev@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABg10jz8zu65e6yHuPh5BJr18koRO9NQNQquj6P5RF38HLgdzQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "platform-architecture-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platform-architecture-dev+unsub...@chromium.org.
To post to this group, send email to platform-architecture-dev@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABihn6EPy-5cVT6gbb-v%3D3UYebG%2BOT7LjfgL%3Dp%2BXePExA9uwFw%40mail.gmail.com.
As you say, web agents is for high level features. Per the doc, not everything fits in that mold. For those, we can have callbacks from blink to chrome. This code in chrome is what Kentaro termed "controller".
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CABihn6EPy-5cVT6gbb-v%3D3UYebG%2BOT7LjfgL%3Dp%2BXePExA9uwFw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "platform-architecture-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to platform-architecture-dev+unsub...@chromium.org.
To post to this group, send email to platform-architecture-dev@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CALhVsw07gLF7EN-BQcib93T9zewjakTOwDhA_taEsPLV4xHYdg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/platform-architecture-dev/CALhVsw07gLF7EN-BQcib93T9zewjakTOwDhA_taEsPLV4xHYdg%40mail.gmail.com.