|
|
Migrate TabControlFeature from 0.5 to 0.6
This CL includes:
1. Moving TabControlFeature to blimp/client/core/feature/
2. Create BlimpContentsManager which creates BlimpContentsImpl, and
return a BlimpContentsImpl given a content id
3. Have BlimpClientContextImpl calls
BlimpContentsManager->CreateBlimpContents()
BUG= 628802
Committed: https://crrev.com/bdee0b7cac3fdbcfc476ccb8f3d203a7ad58a626
Cr-Commit-Position: refs/heads/master@{#410900}
Total comments: 11
Total comments: 4
Total comments: 31
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+368 lines, -251 lines) |
Patch |
 |
M |
blimp/client/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/client/app/android/blimp_client_session_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/app/android/tab_control_feature_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/app/linux/blimp_display_manager.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/app/linux/blimp_main.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/blimp_client_context_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/blimp_client_context_impl.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/android/blimp_contents_factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/blimp_contents_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/blimp_contents_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/contents/blimp_contents_impl_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A |
blimp/client/core/contents/blimp_contents_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/client/core/contents/blimp_contents_manager.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/client/core/contents/blimp_contents_manager_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
blimp/client/core/contents/blimp_contents_observer_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/contents/tab_control_feature.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
blimp/client/core/contents/tab_control_feature.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
blimp/client/core/contents/tab_control_feature_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
blimp/client/feature/tab_control_feature.h
|
View
|
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
D |
blimp/client/feature/tab_control_feature.cc
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
blimp/client/feature/tab_control_feature_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
M |
blimp/client/public/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/public/contents/blimp_contents_observer.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
A |
blimp/client/public/contents/blimp_contents_observer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/session/blimp_client_session.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/engine/browser_tests/engine_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 34 (11 generated)
|