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

Issue 11830043: Move content/components/navigation_interception to src/components (Closed)

Created:
7 years, 11 months ago by kaiwang
Modified:
7 years, 11 months ago
Reviewers:
joth, jam, boliu, Jói
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, android-webview-reviews_chromium.org, mkosiba (inactive)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Move content/components/navigation_interception to src/components BUG=169312 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178238

Patch Set 1 : Upload failed #

Patch Set 2 : Change a test file location in gyp #

Patch Set 3 : Rebase #

Patch Set 4 : Modify Android.mk #

Patch Set 5 : Change gyp files to follow convention #

Patch Set 6 : Change Android.mk #

Patch Set 7 : Fix compiling #

Patch Set 8 : Fix content dependency #

Patch Set 9 : Revert content gyp change #

Total comments: 10

Patch Set 10 : Rebase and Address comments #

Patch Set 11 : Delete content/components #

Patch Set 12 : Fix compiling on android and win #

Patch Set 13 : Disable ios #

Patch Set 14 : Another ios fix #

Patch Set 15 : Fix win build #

Total comments: 1

Patch Set 16 : Rebase #

Patch Set 17 : Add OWNERS #

Patch Set 18 : Set up test env #

Patch Set 19 : Rebase #

Patch Set 20 : Rebase again #

Patch Set 21 : Try to fix chromeos #

Patch Set 22 : Another try for chromeos #

Patch Set 23 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -1155 lines) Patch
M android_webview/Android.mk View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M android_webview/DEPS View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -3 lines 0 comments Download
M android_webview/android_webview.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +4 lines, -4 lines 0 comments Download
M android_webview/browser/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/java/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M android_webview/lib/main/webview_entry_point.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -5 lines 0 comments Download
M android_webview/native/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/native/aw_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -2 lines 0 comments Download
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M components/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M components/components.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +26 lines, -12 lines 0 comments Download
A components/navigation_interception.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +76 lines, -0 lines 0 comments Download
A + components/navigation_interception/DEPS View 1 chunk +3 lines, -1 line 0 comments Download
A + components/navigation_interception/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/navigation_interception/android/java/src/org/chromium/content/components/navigation_interception/InterceptNavigationDelegate.java View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A + components/navigation_interception/component_jni_registrar.h View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -5 lines 0 comments Download
A + components/navigation_interception/component_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -4 lines 0 comments Download
A + components/navigation_interception/intercept_navigation_delegate.h View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -6 lines 0 comments Download
A + components/navigation_interception/intercept_navigation_delegate.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -4 lines 0 comments Download
A + components/navigation_interception/intercept_navigation_resource_throttle.h View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -11 lines 0 comments Download
A + components/navigation_interception/intercept_navigation_resource_throttle.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -5 lines 0 comments Download
A + components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc View 1 2 3 4 5 6 7 8 9 20 chunks +46 lines, -46 lines 0 comments Download
A + components/test/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M components/test/run_all_unittests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +39 lines, -1 line 0 comments Download
D content/components/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -12 lines 0 comments Download
D content/components/OWNERS View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -16 lines 0 comments Download
D content/components/README View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -50 lines 0 comments Download
D content/components/navigation_interception/DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -13 lines 0 comments Download
D content/components/navigation_interception/OWNERS View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -3 lines 0 comments Download
D content/components/navigation_interception/component_jni_registrar.h View 1 chunk +0 lines, -18 lines 0 comments Download
D content/components/navigation_interception/component_jni_registrar.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D content/components/navigation_interception/intercept_navigation_delegate.h View 1 chunk +0 lines, -69 lines 0 comments Download
D content/components/navigation_interception/intercept_navigation_delegate.cc View 1 chunk +0 lines, -115 lines 0 comments Download
D content/components/navigation_interception/intercept_navigation_resource_throttle.h View 1 chunk +0 lines, -62 lines 0 comments Download
D content/components/navigation_interception/intercept_navigation_resource_throttle.cc View 1 chunk +0 lines, -137 lines 0 comments Download
D content/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc View 1 chunk +0 lines, -414 lines 0 comments Download
D content/components/navigation_interception/java/src/org/chromium/content/components/navigation_interception/InterceptNavigationDelegate.java View 1 chunk +0 lines, -24 lines 0 comments Download
M content/content.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -1 line 0 comments Download
D content/content_components_navigation_interception.gypi View 1 chunk +0 lines, -72 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
kaiwang
Reviewers, please review: joi: components joth: android_webview jam: content and chrome
7 years, 11 months ago (2013-01-12 01:26:00 UTC) #1
kaiwang
Question for jam@: See https://codereview.chromium.org/11830043/diff/20015/components/navigation_interception.gypi I have to add content.gyp:content_gpu and content.gyp:content_renderer because content_browser depends ...
7 years, 11 months ago (2013-01-12 01:31:55 UTC) #2
boliu
I only looked at aw/ code. My patch will land soon so you'll have some ...
7 years, 11 months ago (2013-01-12 01:35:59 UTC) #3
Jói
Looked at //components only. https://codereview.chromium.org/11830043/diff/20015/components/DEPS File components/DEPS (left): https://codereview.chromium.org/11830043/diff/20015/components/DEPS#oldcode15 components/DEPS:15: "+content/public/common", I think this should ...
7 years, 11 months ago (2013-01-14 17:56:41 UTC) #4
kaiwang
https://codereview.chromium.org/11830043/diff/20015/android_webview/DEPS File android_webview/DEPS (right): https://codereview.chromium.org/11830043/diff/20015/android_webview/DEPS#newcode12 android_webview/DEPS:12: "+components", On 2013/01/12 01:35:59, boliu wrote: > I decided ...
7 years, 11 months ago (2013-01-15 00:39:15 UTC) #5
jam
On 2013/01/12 01:31:55, kaiwang wrote: > Question for jam@: > > See > https://codereview.chromium.org/11830043/diff/20015/components/navigation_interception.gypi > ...
7 years, 11 months ago (2013-01-15 21:13:48 UTC) #6
kaiwang
On 2013/01/15 21:13:48, John Abd-El-Malek wrote: > On 2013/01/12 01:31:55, kaiwang wrote: > > Question ...
7 years, 11 months ago (2013-01-15 22:22:09 UTC) #7
boliu
+mkosiba for fyi aw/ looks good but give me some time to check this with ...
7 years, 11 months ago (2013-01-15 22:40:46 UTC) #8
boliu
On 2013/01/15 22:40:46, boliu wrote: > +mkosiba for fyi > > aw/ looks good but ...
7 years, 11 months ago (2013-01-16 17:47:13 UTC) #9
kaiwang
Thanks! Ping joi, joth and jam for OWNERs' review
7 years, 11 months ago (2013-01-16 19:02:10 UTC) #10
Jói
LGTM, looked at the whole change.
7 years, 11 months ago (2013-01-16 19:11:48 UTC) #11
jam
On 2013/01/16 19:11:48, Jói wrote: > LGTM, looked at the whole change. lgtm
7 years, 11 months ago (2013-01-16 19:13:51 UTC) #12
joth
lgtm On 16 January 2013 11:13, <jam@chromium.org> wrote: > On 2013/01/16 19:11:48, Jói wrote: > ...
7 years, 11 months ago (2013-01-16 22:38:38 UTC) #13
boliu
Just noticed that it's missing the OWNERS file in components/navigation_interception directory
7 years, 11 months ago (2013-01-16 23:16:06 UTC) #14
kaiwang
will add On Wednesday, January 16, 2013, wrote: > Just noticed that it's missing the ...
7 years, 11 months ago (2013-01-17 00:44:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/11830043/63001
7 years, 11 months ago (2013-01-22 02:14:32 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) components_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=76192
7 years, 11 months ago (2013-01-22 02:54:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/11830043/63001
7 years, 11 months ago (2013-01-22 18:04:29 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) components_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=76375
7 years, 11 months ago (2013-01-22 18:58:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/11830043/65003
7 years, 11 months ago (2013-01-22 20:24:02 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaiwang@chromium.org/11830043/73003
7 years, 11 months ago (2013-01-23 01:08:01 UTC) #21
commit-bot: I haz the power
7 years, 11 months ago (2013-01-23 03:55:18 UTC) #22
Message was sent while issue was closed.
Change committed as 178238

Powered by Google App Engine
This is Rietveld 408576698