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

Issue 2217813003: Add global and per-WebContents java InterfaceRegistries. (Closed)

Created:
4 years, 4 months ago by Sam McNally
Modified:
4 years, 3 months ago
CC:
chrome-apps-syd-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, Charlie Reis, darin-cc_chromium.org, jam, nasko+codewatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@java-interface-registry
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add global and per-WebContents java InterfaceRegistries. BUG=634568, 637174 Committed: https://crrev.com/f5f1b0fdf3a73883a2462ad7d2ed7ee5ec70533b Cr-Commit-Position: refs/heads/master@{#419886}

Patch Set 1 : #

Patch Set 2 : rebase #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -0 lines) Patch
M content/browser/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A content/browser/android/java_interfaces_impl.h View 1 chunk +20 lines, -0 lines 0 comments Download
A content/browser/android/java_interfaces_impl.cc View 1 chunk +61 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 3 chunks +9 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M content/public/android/BUILD.gn View 1 4 chunks +5 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/InterfaceRegistrarImpl.java View 1 chunk +31 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content_public/browser/InterfaceRegistrar.java View 1 chunk +74 lines, -0 lines 0 comments Download
M content/public/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A content/public/browser/android/java_interfaces.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M content/public/browser/web_contents.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 73 (51 generated)
Sam McNally
4 years, 4 months ago (2016-08-12 04:49:56 UTC) #37
Ben Goodger (Google)
What's the purpose of this vs. the frame-specific registries?
4 years, 4 months ago (2016-08-12 05:15:21 UTC) #38
Sam McNally
On 2016/08/12 05:15:21, Ben Goodger (Google) wrote: > What's the purpose of this vs. the ...
4 years, 4 months ago (2016-08-12 05:52:46 UTC) #39
Ben Goodger (Google)
Sorry - I'm really not that familiar with the java side of things. Can you ...
4 years, 4 months ago (2016-08-12 22:04:37 UTC) #40
Sam McNally
On 2016/08/12 22:04:37, Ben Goodger (Google) wrote: > Sorry - I'm really not that familiar ...
4 years, 4 months ago (2016-08-15 08:06:28 UTC) #41
Ben Goodger (Google)
+creis for an opinion about how features should be scoped within content. On 2016/08/15 08:06:28, ...
4 years, 4 months ago (2016-08-15 18:04:27 UTC) #42
Sam McNally
+creis for real
4 years, 4 months ago (2016-08-17 07:13:13 UTC) #44
Ben Goodger (Google)
On 2016/08/17 07:13:13, Sam McNally wrote: > +creis for real OK, I finally realized (heh) ...
4 years, 4 months ago (2016-08-18 22:35:03 UTC) #45
Sam McNally
On 2016/08/18 22:35:03, Ben Goodger (Google) wrote: > On 2016/08/17 07:13:13, Sam McNally wrote: > ...
4 years, 4 months ago (2016-08-22 21:52:50 UTC) #46
Sam McNally
ping The other use case for this, that I've since learned was public all along, ...
4 years, 3 months ago (2016-09-12 08:47:15 UTC) #47
Charlie Reis
[Sorry for missing this earlier; I think had been on vacation. Anyway, moving myself to ...
4 years, 3 months ago (2016-09-12 20:18:46 UTC) #49
Ben Goodger (Google)
I'm sorry my calendar is crazy. replacing self with ken.
4 years, 3 months ago (2016-09-13 21:40:26 UTC) #52
Ken Rockot(use gerrit already)
Scoping a Java registry to WebContents feels pretty misleading to me. It does seem like ...
4 years, 3 months ago (2016-09-14 14:31:54 UTC) #53
Sam McNally
On 2016/09/14 14:31:54, Ken Rockot wrote: > Scoping a Java registry to WebContents feels pretty ...
4 years, 3 months ago (2016-09-15 00:30:02 UTC) #54
Ken Rockot(use gerrit already)
OK I'm convinced. Please at least clarify the intent of the Java registries both on ...
4 years, 3 months ago (2016-09-15 02:07:16 UTC) #55
Sam McNally
On 2016/09/15 02:07:16, Ken Rockot wrote: > OK I'm convinced. Please at least clarify the ...
4 years, 3 months ago (2016-09-19 02:27:14 UTC) #56
Sam McNally
+jam for OWNERS On 2016/09/15 02:07:16, Ken Rockot wrote: > OK I'm convinced. Please at ...
4 years, 3 months ago (2016-09-20 00:32:31 UTC) #63
jam
redirecting to Ben who's back now
4 years, 3 months ago (2016-09-20 16:46:48 UTC) #65
jam
Ken mentioned you just a rubberstamp since he's already reviewed it, lgtm. this is pretty ...
4 years, 3 months ago (2016-09-20 16:50:37 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2217813003/200001
4 years, 3 months ago (2016-09-20 22:02:29 UTC) #69
commit-bot: I haz the power
Committed patchset #3 (id:200001)
4 years, 3 months ago (2016-09-20 23:05:30 UTC) #71
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 23:06:59 UTC) #73
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f5f1b0fdf3a73883a2462ad7d2ed7ee5ec70533b
Cr-Commit-Position: refs/heads/master@{#419886}

Powered by Google App Engine
This is Rietveld 408576698