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

Issue 1707233003: Expose mojo bindings to subframes in layout tests. (Closed)

Created:
4 years, 10 months ago by Sam McNally
Modified:
4 years, 9 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, blink-reviews, chrome-apps-syd-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@layout-test-mojom
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose mojo bindings to subframes in layout tests. Committed: https://crrev.com/e2f999841cbfba72585eef56746ab019c0db3b54 Cr-Commit-Position: refs/heads/master@{#381097}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -19 lines) Patch
M content/renderer/render_frame_impl.h View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 2 chunks +18 lines, -7 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 1 chunk +3 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/harness-tests/resources/mojo-helpers-inner.html View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (9 generated)
Sam McNally
4 years, 10 months ago (2016-02-19 00:19:06 UTC) #5
Ken Rockot(use gerrit already)
test lgtm https://codereview.chromium.org/1707233003/diff/40001/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html File third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html (right): https://codereview.chromium.org/1707233003/diff/40001/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html#newcode89 third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html:89: nit: -vspace
4 years, 10 months ago (2016-02-19 00:23:45 UTC) #6
Sam McNally
https://codereview.chromium.org/1707233003/diff/40001/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html File third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html (right): https://codereview.chromium.org/1707233003/diff/40001/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html#newcode89 third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html:89: On 2016/02/19 00:23:45, Ken Rockot wrote: > nit: -vspace ...
4 years, 10 months ago (2016-02-19 02:25:37 UTC) #7
Charlie Reis
I'm happy with adding these bindings to all frames (not just the main frame) for ...
4 years, 10 months ago (2016-02-19 06:26:34 UTC) #8
esprehn
All this mojo code being added out in content for bindings seems mislayered. There should ...
4 years, 10 months ago (2016-02-20 06:23:08 UTC) #10
Ken Rockot(use gerrit already)
On Fri, Feb 19, 2016 at 10:23 PM, <esprehn@chromium.org> wrote: > All this mojo code ...
4 years, 10 months ago (2016-02-20 06:37:43 UTC) #11
Ken Rockot(use gerrit already)
On Fri, Feb 19, 2016 at 10:23 PM, <esprehn@chromium.org> wrote: > All this mojo code ...
4 years, 10 months ago (2016-02-20 06:37:44 UTC) #12
Ken Rockot(use gerrit already)
On Feb 19, 2016 10:37 PM, "Ken Rockot" <rockot@chromium.org> wrote: > > On Fri, Feb ...
4 years, 10 months ago (2016-02-20 14:54:44 UTC) #13
Ken Rockot(use gerrit already)
On Feb 19, 2016 10:37 PM, "Ken Rockot" <rockot@chromium.org> wrote: > > On Fri, Feb ...
4 years, 10 months ago (2016-02-20 14:54:44 UTC) #14
Sam McNally
https://codereview.chromium.org/1707233003/diff/60001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/1707233003/diff/60001/content/renderer/render_frame_impl.cc#newcode1115 content/renderer/render_frame_impl.cc:1115: } else if (RenderProcess::current()->GetEnabledBindings() & On 2016/02/19 06:26:34, Charlie ...
4 years, 10 months ago (2016-02-22 09:31:19 UTC) #15
esprehn
https://codereview.chromium.org/1707233003/diff/60001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/1707233003/diff/60001/content/renderer/render_frame_impl.cc#newcode1117 content/renderer/render_frame_impl.cc:1117: EnableMojoBindings(true /* for_layout_tests */); There should be no process ...
4 years, 10 months ago (2016-02-24 20:44:34 UTC) #16
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 12:44 PM, <esprehn@chromium.org> wrote: > > > https://codereview.chromium.org/1707233003/diff/60001/content/renderer/render_frame_impl.cc > ...
4 years, 10 months ago (2016-02-24 21:01:20 UTC) #17
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 12:44 PM, <esprehn@chromium.org> wrote: > > > https://codereview.chromium.org/1707233003/diff/60001/content/renderer/render_frame_impl.cc > ...
4 years, 10 months ago (2016-02-24 21:01:22 UTC) #18
esprehn
On 2016/02/24 at 21:01:22, rockot wrote: > On Wed, Feb 24, 2016 at 12:44 PM, ...
4 years, 10 months ago (2016-02-24 21:59:47 UTC) #19
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 1:59 PM, <esprehn@chromium.org> wrote: > On 2016/02/24 at 21:01:22, ...
4 years, 10 months ago (2016-02-24 22:07:32 UTC) #20
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 1:59 PM, <esprehn@chromium.org> wrote: > On 2016/02/24 at 21:01:22, ...
4 years, 10 months ago (2016-02-24 22:07:33 UTC) #21
esprehn
On 2016/02/24 at 22:07:33, rockot wrote: > On Wed, Feb 24, 2016 at 1:59 PM, ...
4 years, 10 months ago (2016-02-24 22:12:30 UTC) #22
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 2:12 PM, <esprehn@chromium.org> wrote: > On 2016/02/24 at 22:07:33, ...
4 years, 10 months ago (2016-02-24 22:13:43 UTC) #23
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 2:12 PM, <esprehn@chromium.org> wrote: > On 2016/02/24 at 22:07:33, ...
4 years, 10 months ago (2016-02-24 22:13:43 UTC) #24
esprehn
On 2016/02/24 at 22:13:43, rockot wrote: > ... > > We're talking about applications that ...
4 years, 10 months ago (2016-02-24 22:15:53 UTC) #25
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 2:15 PM, <esprehn@chromium.org> wrote: > On 2016/02/24 at 22:13:43, ...
4 years, 10 months ago (2016-02-24 22:16:38 UTC) #26
Ken Rockot(use gerrit already)
On Wed, Feb 24, 2016 at 2:15 PM, <esprehn@chromium.org> wrote: > On 2016/02/24 at 22:13:43, ...
4 years, 10 months ago (2016-02-24 22:16:39 UTC) #27
esprehn
On 2016/02/24 at 22:16:39, rockot wrote: > On Wed, Feb 24, 2016 at 2:15 PM, ...
4 years, 10 months ago (2016-02-24 22:17:09 UTC) #28
Sam McNally
Charlie: is there a path forward on this? I do feel that the current mojo ...
4 years, 9 months ago (2016-03-11 04:16:20 UTC) #29
Charlie Reis
On 2016/03/11 04:16:20, Sam McNally wrote: > Charlie: is there a path forward on this? ...
4 years, 9 months ago (2016-03-12 00:09:13 UTC) #30
Sam McNally
On 2016/03/12 00:09:13, Charlie Reis (slow til 3-15) wrote: > On 2016/03/11 04:16:20, Sam McNally ...
4 years, 9 months ago (2016-03-14 02:03:44 UTC) #32
Charlie Reis
On 2016/03/14 02:03:44, Sam McNally wrote: > On 2016/03/12 00:09:13, Charlie Reis (slow til 3-15) ...
4 years, 9 months ago (2016-03-14 21:58:13 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707233003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707233003/120001
4 years, 9 months ago (2016-03-14 22:29:10 UTC) #36
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 9 months ago (2016-03-14 22:38:21 UTC) #37
commit-bot: I haz the power
4 years, 9 months ago (2016-03-14 22:40:01 UTC) #39
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e2f999841cbfba72585eef56746ab019c0db3b54
Cr-Commit-Position: refs/heads/master@{#381097}

Powered by Google App Engine
This is Rietveld 408576698