1 // Copyright 2015 The Chromium Authors. All rights reserved.
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
3 // found in the LICENSE file.
4
4
5module content;
5module dom_distiller;
6
6
7enum ServiceWorkerEventStatus {
7interface DistillerJavaScriptService {
nyquist
2015/08/19 10:59:54
It would be helpful with a short description sayin
It would be helpful with a short description saying which end of the service
this is in. Is this running in the context of the renderer? Or in the browser
process?
The direction of these mojo-service seems to confuse me every time I look at
these services, and I guess a quick comment here would help me get my bearings
right (same for the other .mojom file).
On 2015/08/19 10:59:54, nyquist (OOO - back 8-24) wrote:
> It would be helpful with a short description saying which end of the service
> this is in. Is this running in the context of the renderer? Or in the browser
> process?
>
> The direction of these mojo-service seems to confuse me every time I look at
> these services, and I guess a quick comment here would help me get my bearings
> right (same for the other .mojom file).
Issue 1231083007: Expose distiller functions to JavaScript
(Closed)
Created 5 years, 5 months ago by mdjones
Modified 5 years, 3 months ago
Reviewers: jochen (gone - plz use gerrit), cjhopman, nasko, nyquist, stgao
Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Comments: 53