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

Issue 2675633002: Let CRIWVWebView inherit UIView instead of NSObject. (Closed)

Created:
3 years, 10 months ago by Hiroshi Ichikawa
Modified:
3 years, 10 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Let CRIWVWebView inherit UIView instead of NSObject. With this change, I merged protocol CRIWVWebView and class CRIWVWebViewImpl into a class CRIWVWebView. But the class still has two headers (public/criwv_web_view.h and internal/criwv_web_view_internal.h) to define public and internal methods. BUG=687827 Review-Url: https://codereview.chromium.org/2675633002 Cr-Commit-Position: refs/heads/master@{#447957} Committed: https://chromium.googlesource.com/chromium/src/+/cfcff2790fed123279ba60ddcd265a3a26e38a60

Patch Set 1 #

Patch Set 2 : Fix format. #

Total comments: 9

Patch Set 3 : Apply review comments. #

Patch Set 4 : Rebasing. #

Patch Set 5 : Fix format. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -220 lines) Patch
M ios/web_view/internal/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M ios/web_view/internal/criwv.mm View 1 2 chunks +5 lines, -4 lines 0 comments Download
A + ios/web_view/internal/criwv_web_view.mm View 1 2 3 4 5 chunks +19 lines, -7 lines 0 comments Download
D ios/web_view/internal/criwv_web_view_impl.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ios/web_view/internal/criwv_web_view_impl.mm View 1 chunk +0 lines, -163 lines 0 comments Download
A + ios/web_view/internal/criwv_web_view_internal.h View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ios/web_view/public/criwv.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M ios/web_view/public/criwv_web_view.h View 1 2 2 chunks +10 lines, -2 lines 0 comments Download
M ios/web_view/public/criwv_web_view_delegate.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ios/web_view/shell/shell_view_controller.m View 1 4 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
Hiroshi Ichikawa
3 years, 10 months ago (2017-02-02 07:42:06 UTC) #4
michaeldo
LGTM Looks great, thank you! Please fix one comment before landing. https://codereview.chromium.org/2675633002/diff/20001/ios/web_view/internal/criwv_web_view.mm File ios/web_view/internal/criwv_web_view.mm (right): ...
3 years, 10 months ago (2017-02-02 19:39:18 UTC) #6
michaeldo
+ eugenebut for committers approval
3 years, 10 months ago (2017-02-02 19:40:08 UTC) #8
Eugene But (OOO till 7-30)
Could you please reformat your CL description to fit 72 symbols. lgtm https://codereview.chromium.org/2675633002/diff/20001/ios/web_view/internal/criwv_web_view.mm File ios/web_view/internal/criwv_web_view.mm ...
3 years, 10 months ago (2017-02-02 20:54:32 UTC) #9
Hiroshi Ichikawa
> Could you please reformat your CL description to fit 72 symbols. lgtm Do you ...
3 years, 10 months ago (2017-02-03 02:14:58 UTC) #11
Eugene But (OOO till 7-30)
>> Do you mean to fit each line in 72 characters? Done. Yes :) Thank ...
3 years, 10 months ago (2017-02-03 02:21:22 UTC) #12
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/2675633002/40001
3 years, 10 months ago (2017-02-03 02:51:59 UTC) #15
commit-bot: I haz the power
Failed to apply patch for ios/web_view/public/criwv.h: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-03 04:12:42 UTC) #17
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/2675633002/80001
3 years, 10 months ago (2017-02-03 06:25:37 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 07:35:32 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/cfcff2790fed123279ba60ddcd26...

Powered by Google App Engine
This is Rietveld 408576698