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

Issue 1423713015: [WIP] WebRestrictions (Closed)

Created:
5 years, 1 month ago by knn
Modified:
4 years, 8 months ago
CC:
Bernhard Bauer, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebRestrictions WIP merged Not ready for review yet. I have merged the webview hacks and common stuff. chrome parts need some more work.

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Total comments: 46

Patch Set 3 : continue review in split cl #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+709 lines, -18 lines) Patch
M android_webview/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/android_webview.gyp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M android_webview/browser/aw_browser_context.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M android_webview/browser/aw_browser_context.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc View 1 3 chunks +7 lines, -1 line 0 comments Download
M android_webview/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.cc View 1 2 4 chunks +16 lines, -3 lines 1 comment Download
M components/web_restriction.gypi View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M components/web_restriction/BUILD.gn View 1 2 1 chunk +39 lines, -12 lines 0 comments Download
A + components/web_restriction/DEPS View 1 chunk +3 lines, -2 lines 0 comments Download
A components/web_restriction/content_resolver_web_restriction_provider.h View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A components/web_restriction/content_resolver_web_restriction_provider.cc View 1 2 1 chunk +156 lines, -0 lines 0 comments Download
A components/web_restriction/java/src/org/chromium/components/webrestriction/ContentResolverWebRestrictionProvider.java View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
A components/web_restriction/web_restriction_gin_wrapper.h View 1 chunk +43 lines, -0 lines 0 comments Download
A components/web_restriction/web_restriction_gin_wrapper.cc View 1 chunk +54 lines, -0 lines 0 comments Download
A components/web_restriction/web_restriction_provider.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A components/web_restriction/web_restriction_resource_throttle.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A components/web_restriction/web_restriction_resource_throttle.cc View 1 2 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
aberent
Comments so far. https://codereview.chromium.org/1423713015/diff/1/components/web_restriction/content_resolver_web_restriction_provider.h File components/web_restriction/content_resolver_web_restriction_provider.h (right): https://codereview.chromium.org/1423713015/diff/1/components/web_restriction/content_resolver_web_restriction_provider.h#newcode55 components/web_restriction/content_resolver_web_restriction_provider.h:55: const base::Callback<void(bool)>& callback) const override; Change ...
5 years, 1 month ago (2015-11-16 12:39:08 UTC) #3
aberent
https://codereview.chromium.org/1423713015/diff/40001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/1423713015/diff/40001/android_webview/browser/aw_browser_context.cc#newcode271 android_webview/browser/aw_browser_context.cc:271: "com.google.android.apps.chrome.SupervisedUserProvider"); I think this should be read from a ...
4 years, 11 months ago (2016-01-21 12:00:44 UTC) #5
knn
Thanks for the quick review. I'll upload a new version after lunch. https://codereview.chromium.org/1423713015/diff/40001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc ...
4 years, 11 months ago (2016-01-21 12:17:22 UTC) #6
Bernhard Bauer
Nice! Can I see a demo once I'm back? Pleeeeaaase? 😃 https://codereview.chromium.org/1423713015/diff/40001/android_webview/android_webview.gyp File android_webview/android_webview.gyp (right): ...
4 years, 11 months ago (2016-01-22 17:32:32 UTC) #8
knn
Please continue reviewing the split cl in https://codereview.chromium.org/1631603002 Hopefully, that piece will unblock you Anthony. ...
4 years, 11 months ago (2016-01-25 11:54:24 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/1423713015/diff/40001/android_webview/android_webview.gyp File android_webview/android_webview.gyp (right): https://codereview.chromium.org/1423713015/diff/40001/android_webview/android_webview.gyp#newcode246 android_webview/android_webview.gyp:246: '../components/components.gyp:web_restriction', On 2016/01/25 11:54:24, knn wrote: > On 2016/01/22 ...
4 years, 11 months ago (2016-01-26 09:52:41 UTC) #10
knn
https://codereview.chromium.org/1423713015/diff/40001/components/web_restriction/web_restriction_gin_wrapper.h File components/web_restriction/web_restriction_gin_wrapper.h (right): https://codereview.chromium.org/1423713015/diff/40001/components/web_restriction/web_restriction_gin_wrapper.h#newcode20 components/web_restriction/web_restriction_gin_wrapper.h:20: static gin::WrapperInfo kWrapperInfo; On 2016/01/26 09:52:41, Bernhard Bauer wrote: ...
4 years, 11 months ago (2016-01-26 14:42:30 UTC) #11
Bernhard Bauer
https://codereview.chromium.org/1423713015/diff/40001/components/web_restriction/web_restriction_gin_wrapper.h File components/web_restriction/web_restriction_gin_wrapper.h (right): https://codereview.chromium.org/1423713015/diff/40001/components/web_restriction/web_restriction_gin_wrapper.h#newcode20 components/web_restriction/web_restriction_gin_wrapper.h:20: static gin::WrapperInfo kWrapperInfo; On 2016/01/26 14:42:29, knn wrote: > ...
4 years, 11 months ago (2016-01-26 15:02:41 UTC) #12
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1423713015/diff/60001/android_webview/renderer/aw_content_renderer_client.cc File android_webview/renderer/aw_content_renderer_client.cc (right): https://codereview.chromium.org/1423713015/diff/60001/android_webview/renderer/aw_content_renderer_client.cc#newcode221 android_webview/renderer/aw_content_renderer_client.cc:221: web_restriction::WebRestrictionGinWrapper::Install(render_frame); you install the gin wrapper before you actually ...
4 years, 10 months ago (2016-02-22 14:24:44 UTC) #14
aberent
4 years, 8 months ago (2016-04-15 18:27:32 UTC) #15

Powered by Google App Engine
This is Rietveld 408576698