Commit 966f8eb3 authored by Wez's avatar Wez Committed by Commit Bot

Rename "fuchsia.web" library to "chromium.web".

Bug: 822474
Change-Id: Id3fb0d28ca93bb8631142a56a0f77114477707ea
Reviewed-on: https://chromium-review.googlesource.com/1089824Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565143}
parent 318708b8
...@@ -96,7 +96,7 @@ repack("webrunner_pak") { ...@@ -96,7 +96,7 @@ repack("webrunner_pak") {
} }
fidl_library("fidl") { fidl_library("fidl") {
library_name = "fuchsia.web" library_name = "chromium.web"
sources = [ sources = [
"fidl/context.fidl", "fidl/context.fidl",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
library fuchsia.web; library chromium.web;
// Manages browsing state (e.g. LocalStorage, cookies, etc) associated with // Manages browsing state (e.g. LocalStorage, cookies, etc) associated with
// a set of Frames. // a set of Frames.
...@@ -14,4 +14,3 @@ interface Context { ...@@ -14,4 +14,3 @@ interface Context {
// |frame|: An interface request that will be bound to the created Frame. // |frame|: An interface request that will be bound to the created Frame.
1: CreateFrame(FrameObserver observer, request<Frame> frame); 1: CreateFrame(FrameObserver observer, request<Frame> frame);
}; };
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
library fuchsia.web; library chromium.web;
// The top-level service interface which allows for the creation of // The top-level service interface which allows for the creation of
// Context resources. // Context resources.
...@@ -22,4 +22,3 @@ struct CreateContextParams { ...@@ -22,4 +22,3 @@ struct CreateContextParams {
// stateless, with all of its data discarded upon Context destruction. // stateless, with all of its data discarded upon Context destruction.
handle<channel>? dataDirectory; handle<channel>? dataDirectory;
}; };
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
library fuchsia.web; library chromium.web;
interface Frame { interface Frame {
// Creates and registers a view with the view manager and returns its // Creates and registers a view with the view manager and returns its
...@@ -21,4 +21,3 @@ interface Frame { ...@@ -21,4 +21,3 @@ interface Frame {
// NavigationController. // NavigationController.
2: GetNavigationController(request<NavigationController> controller); 2: GetNavigationController(request<NavigationController> controller);
}; };
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
library fuchsia.web; library chromium.web;
// Interface supplied by the embedder for receiving notifications about // Interface supplied by the embedder for receiving notifications about
// changes in a Frame. // changes in a Frame.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
library fuchsia.web; library chromium.web;
// Provides methods for controlling and querying the navigation state // Provides methods for controlling and querying the navigation state
// of a Frame. // of a Frame.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment