|
|
Chromium Code Reviews
DescriptionOnly propagate intervention reports to local frames
Don't try to log console messages about interventions to remote frames
(which don't support this). Instead, report the intervention to the
local root.
BUG=667481
Committed: https://crrev.com/e1eb6009ca491323f9fe18237cc2dddfc8eb399e
Cr-Commit-Position: refs/heads/master@{#434317}
Patch Set 1 #
Messages
Total messages: 26 (17 generated)
The CQ bit was checked by skyostil@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Only propagate intervention reports to local frames Don't try to log console messages about interventions to remote frames (which don't support this). Instead, report the intervention to the local root. BUG=667481 ========== to ========== Only propagate intervention reports to local frames Don't try to log console messages about interventions to remote frames (which don't support this). Instead, report the intervention to the local root. BUG=667481 ==========
skyostil@chromium.org changed reviewers: + mkwst@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by skyostil@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
LGTM.
The CQ bit was checked by skyostil@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by skyostil@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 1, "attempt_start_ts": 1479985280746680, "parent_rev":
"de4507de3cab4f6a2ff8ed3b442d1fb92ab94127", "commit_rev":
"b82608acdce3c38b3a8c13c94afdce4990af3063"}
Message was sent while issue was closed.
Description was changed from ========== Only propagate intervention reports to local frames Don't try to log console messages about interventions to remote frames (which don't support this). Instead, report the intervention to the local root. BUG=667481 ========== to ========== Only propagate intervention reports to local frames Don't try to log console messages about interventions to remote frames (which don't support this). Instead, report the intervention to the local root. BUG=667481 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Only propagate intervention reports to local frames Don't try to log console messages about interventions to remote frames (which don't support this). Instead, report the intervention to the local root. BUG=667481 ========== to ========== Only propagate intervention reports to local frames Don't try to log console messages about interventions to remote frames (which don't support this). Instead, report the intervention to the local root. BUG=667481 Committed: https://crrev.com/e1eb6009ca491323f9fe18237cc2dddfc8eb399e Cr-Commit-Position: refs/heads/master@{#434317} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/e1eb6009ca491323f9fe18237cc2dddfc8eb399e Cr-Commit-Position: refs/heads/master@{#434317}
Message was sent while issue was closed.
dcheng@chromium.org changed reviewers: + dcheng@chromium.org
Message was sent while issue was closed.
I might be missing something, but how are the interventions reported to the local root here? It seems like it just isn't reported at all in this case.
Message was sent while issue was closed.
On 2016/12/27 07:56:38, dcheng wrote: > I might be missing something, but how are the interventions reported to the > local root here? It seems like it just isn't reported at all in this case. I think you're right -- we just drop the logs that are generated from non-main-frame renderers. I looked into fixing this but got a bit stuck: is there some object that corresponds with the local root(s) of each renderer? I couldn't find a way to get from WebViewImpl to the local root without recursing into the frame tree which seems yucky. Can you think of a better idea? |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
