Description was changed from ========== mojo RenderFrameHost WIP BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation patch from issue 2681933002 at ...
3 years, 10 months ago
(2017-02-15 22:12:25 UTC)
#1
Description was changed from
==========
mojo
RenderFrameHost WIP
BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
patch from issue 2681933002 at patchset 100001
(http://crrev.com/2681933002#ps100001)
==========
to
==========
Make PaymentRequestImpl work with RenderFrameHost
Make PaymentRequestImpl work with the newly introduced RenderFrameHost
in order to know the (sub)frame that created the payment request.
BUG=620173
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
patch from issue 2681933002 at patchset 100001
(http://crrev.com/2681933002#ps100001)
==========
rwlbuis
Patchset #5 (id:80001) has been deleted
3 years, 9 months ago
(2017-03-07 18:35:08 UTC)
#2
Patchset #5 (id:80001) has been deleted
rwlbuis
Patchset #5 (id:100001) has been deleted
3 years, 9 months ago
(2017-03-07 18:49:28 UTC)
#3
Patchset #5 (id:100001) has been deleted
rwlbuis
Patchset #6 (id:140001) has been deleted
3 years, 9 months ago
(2017-03-09 15:25:06 UTC)
#4
Patchset #6 (id:140001) has been deleted
rwlbuis
Description was changed from ========== Make PaymentRequestImpl work with RenderFrameHost Make PaymentRequestImpl work with the ...
3 years, 9 months ago
(2017-03-09 15:44:53 UTC)
#5
Description was changed from
==========
Make PaymentRequestImpl work with RenderFrameHost
Make PaymentRequestImpl work with the newly introduced RenderFrameHost
in order to know the (sub)frame that created the payment request.
BUG=620173
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
patch from issue 2681933002 at patchset 100001
(http://crrev.com/2681933002#ps100001)
==========
to
==========
Make PaymentRequestImpl work with RenderFrameHost
Make PaymentRequestImpl work with the newly introduced RenderFrameHost
in order to know the (sub)frame that created the payment request.
This CL also adds WebContentsStatics which should contain public static
methods for WebContents.
BUG=620173
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
patch from issue 2681933002 at patchset 100001
(http://crrev.com/2681933002#ps100001)
==========
content lgtm % rockot review Are there tests for the payment stuff in chrome? Or ...
3 years, 9 months ago
(2017-03-11 00:49:06 UTC)
#13
content lgtm % rockot review
Are there tests for the payment stuff in chrome? Or are there already tests that
don't need to be updated for this CL?
rwlbuis
On 2017/03/11 00:49:06, boliu wrote: > content lgtm % rockot review Thanks! > Are there ...
3 years, 9 months ago
(2017-03-11 01:13:18 UTC)
#14
On 2017/03/11 00:49:06, boliu wrote:
> content lgtm % rockot review
Thanks!
> Are there tests for the payment stuff in chrome? Or are there already tests
that
> don't need to be updated for this CL?
I think there are plenty of tests for this. One example is the many java tests
with this test base:
https://cs.chromium.org/chromium/src/chrome/android/javatests/src/org/chromiu...
There are C++ tests too. I am sure Rouslan can point them out if you want. I
believe payment tests not regressing/manual testing showing up no problems
is proof enough and we do not need new tests as we are simply changing one
internal mojo parameter (WebContents -> RFH), end result should be the same.
My manual testing showed up no problems on some payment request demo sites, so I
have confidence the new mojo lines are doing their job.
please use gerrit instead
On 2017/03/11 01:13:18, rwlbuis wrote: > On 2017/03/11 00:49:06, boliu wrote: > > content lgtm ...
3 years, 9 months ago
(2017-03-11 01:20:28 UTC)
#15
On 2017/03/11 01:13:18, rwlbuis wrote:
> On 2017/03/11 00:49:06, boliu wrote:
> > content lgtm % rockot review
>
> Thanks!
>
> > Are there tests for the payment stuff in chrome? Or are there already tests
> that
> > don't need to be updated for this CL?
>
> I think there are plenty of tests for this. One example is the many java tests
> with this test base:
>
https://cs.chromium.org/chromium/src/chrome/android/javatests/src/org/chromiu...
>
> There are C++ tests too. I am sure Rouslan can point them out if you want. I
> believe payment tests not regressing/manual testing showing up no problems
> is proof enough and we do not need new tests as we are simply changing one
> internal mojo parameter (WebContents -> RFH), end result should be the same.
>
> My manual testing showed up no problems on some payment request demo sites, so
I
> have confidence the new mojo lines are doing their job.
Agreed that we have enough existing test coverage for this.
l-g-t-m but +sammc for a sanity check first. I don't recall if there was any ...
3 years, 9 months ago
(2017-03-13 17:24:25 UTC)
#17
l-g-t-m but +sammc for a sanity check first. I don't recall if there was any
reason not to add a Java registrar for RFH previously, or if we just didn't have
a need for one.
Sam McNally
LGTM On 2017/03/13 17:24:25, Ken Rockot wrote: > l-g-t-m but +sammc for a sanity check ...
3 years, 9 months ago
(2017-03-13 23:35:10 UTC)
#18
LGTM
On 2017/03/13 17:24:25, Ken Rockot wrote:
> l-g-t-m but +sammc for a sanity check first. I don't recall if there was any
> reason not to add a Java registrar for RFH previously, or if we just didn't
have
> a need for one.
At the time there wasn't a Java RFH.
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
3 years, 9 months ago
(2017-03-13 23:39:09 UTC)
#19
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/384432)
3 years, 9 months ago
(2017-03-13 23:50:21 UTC)
#23
@jam PTAL at this public content change: content/public/browser/render_frame_host.h
3 years, 9 months ago
(2017-03-14 17:47:21 UTC)
#27
@jam PTAL at this public content change:
content/public/browser/render_frame_host.h
rwlbuis
On 2017/03/14 17:47:21, rwlbuis wrote: > @jam PTAL at this public content change: > content/public/browser/render_frame_host.h ...
3 years, 9 months ago
(2017-03-14 19:08:26 UTC)
#28
On 2017/03/14 17:47:21, rwlbuis wrote:
> @jam PTAL at this public content change:
> content/public/browser/render_frame_host.h
Oh and this one:
chrome/android/java/src/org/chromium/chrome/browser/mojo/ChromeInterfaceRegistrar.java
Adding jochen back, it seems I removed him too soon :)
3 years, 9 months ago
(2017-03-15 02:12:02 UTC)
#30
Adding jochen back, it seems I removed him too soon :)
jochen (gone - plz use gerrit)
On 2017/03/15 at 02:12:02, rob.buis wrote: > Adding jochen back, it seems I removed him ...
3 years, 9 months ago
(2017-03-15 15:49:31 UTC)
#31
On 2017/03/15 at 02:12:02, rob.buis wrote:
> Adding jochen back, it seems I removed him too soon :)
Please ask an owner that is closer to ChromeInterfaceRegistrar.java to approve
that part.
I'm deferring to jam@ for the content/ changes
rwlbuis
On 2017/03/15 15:49:31, jochen wrote: > On 2017/03/15 at 02:12:02, rob.buis wrote: > > Adding ...
3 years, 9 months ago
(2017-03-15 15:56:23 UTC)
#32
On 2017/03/15 15:49:31, jochen wrote:
> On 2017/03/15 at 02:12:02, rob.buis wrote:
> > Adding jochen back, it seems I removed him too soon :)
>
> Please ask an owner that is closer to ChromeInterfaceRegistrar.java to approve
> that part.
>
> I'm deferring to jam@ for the content/ changes
Ok thanks, I'll try to find someone.
https://codereview.chromium.org/2692023002/diff/240001/content/browser/android/java_interfaces_impl.cc File content/browser/android/java_interfaces_impl.cc (right): https://codereview.chromium.org/2692023002/diff/240001/content/browser/android/java_interfaces_impl.cc#newcode70 content/browser/android/java_interfaces_impl.cc:70: render_frame_host->GetJavaRenderFrameHost().obj()); since this new method is only called from ...
3 years, 9 months ago
(2017-03-15 17:12:11 UTC)
#35
CQ is committing da patch. Bot data: {"patchset_id": 280001, "attempt_start_ts": 1489678994803420, "parent_rev": "22bef933a34b9938f90d834759e49a8e9dd2ad05", "commit_rev": "6e62a5770c75bce60af3a8f91866e2ea7dcbf3bf"}
3 years, 9 months ago
(2017-03-16 17:12:10 UTC)
#43
CQ is committing da patch.
Bot data: {"patchset_id": 280001, "attempt_start_ts": 1489678994803420,
"parent_rev": "22bef933a34b9938f90d834759e49a8e9dd2ad05", "commit_rev":
"6e62a5770c75bce60af3a8f91866e2ea7dcbf3bf"}
commit-bot: I haz the power
Description was changed from ========== Make PaymentRequestImpl work with RenderFrameHost Make PaymentRequestImpl work with the ...
3 years, 9 months ago
(2017-03-16 17:12:51 UTC)
#44
Message was sent while issue was closed.
Description was changed from
==========
Make PaymentRequestImpl work with RenderFrameHost
Make PaymentRequestImpl work with the newly introduced RenderFrameHost
in order to know the (sub)frame that created the payment request.
This CL also adds WebContentsStatics which should contain public static
methods for WebContents.
BUG=620173
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
patch from issue 2681933002 at patchset 100001
(http://crrev.com/2681933002#ps100001)
==========
to
==========
Make PaymentRequestImpl work with RenderFrameHost
Make PaymentRequestImpl work with the newly introduced RenderFrameHost
in order to know the (sub)frame that created the payment request.
This CL also adds WebContentsStatics which should contain public static
methods for WebContents.
BUG=620173
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
patch from issue 2681933002 at patchset 100001
(http://crrev.com/2681933002#ps100001)
Review-Url: https://codereview.chromium.org/2692023002
Cr-Commit-Position: refs/heads/master@{#457464}
Committed:
https://chromium.googlesource.com/chromium/src/+/6e62a5770c75bce60af3a8f91866...
==========
commit-bot: I haz the power
Committed patchset #10 (id:280001) as https://chromium.googlesource.com/chromium/src/+/6e62a5770c75bce60af3a8f91866e2ea7dcbf3bf
3 years, 9 months ago
(2017-03-16 17:12:53 UTC)
#45
Issue 2692023002: Make PaymentRequestImpl work with RenderFrameHost
(Closed)
Created 3 years, 10 months ago by rwlbuis
Modified 3 years, 9 months ago
Reviewers: Ken Rockot(use gerrit already), boliu, please use gerrit instead, Sam McNally, jam, Ted C
Base URL:
Comments: 10