Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: content/shell/common/layout_test.mojom

Issue 2594913002: Replace IPC messages in layout_test_render_frame_observer. (Closed)
Patch Set: Change following review Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/shell/common/OWNERS ('k') | content/shell/common/layout_test.typemap » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module content.mojom;
6
7 [Native]
8 struct ShellTestConfig;
9
10 interface LayoutTestControl {
11 // Asks a frame to dump its contents into a string and send them back over IPC .
tibell 2017/01/20 01:55:18 <80 chars You can try to run "git cl format" and
Jia 2017/01/20 02:54:33 Done. It indeed doesn't work on mojoms yet, but I'
12 LayoutDumpRequest();
13
14 // Replicates test config (for an already started test) to a new renderer
15 // that hosts parts of the main test window.
16 ReplicateTestConfiguration(ShellTestConfig config);
17
18 // Sets the test config for a layout test that is being started. This message
19 // is sent only to a renderer that hosts parts of the main test window.
20 SetTestConfiguration(ShellTestConfig config);
21
22 // Sets up a secondary renderer (renderer that doesn't [yet] host parts of the
23 // main test window) for a layout test.
24 SetupSecondaryRenderer();
25 };
OLDNEW
« no previous file with comments | « content/shell/common/OWNERS ('k') | content/shell/common/layout_test.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698