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

Issue 27551003: The content api for shouldoverrideurlloading (Closed)

Created:
7 years, 2 months ago by sgurun-gerrit only
Modified:
7 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Marshall Greenblatt
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

The content api for shouldoverrideurlloading Modify the content API to implement android_webview's shouldoverrideurlloading. BUG=308257 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239073

Patch Set 1 #

Patch Set 2 : try to fix old chunk mismatch error #

Total comments: 2

Patch Set 3 : conditionalized the handlenavigation API for android #

Total comments: 2

Patch Set 4 : addressed nit #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -5 lines) Patch
M content/public/renderer/content_renderer_client.h View 1 2 3 4 2 chunks +12 lines, -2 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 1 chunk +13 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
sgurun-gerrit only
PTAL, thanks. The android_webview cl that is going to use this API change is mostly ...
7 years, 2 months ago (2013-10-16 21:46:45 UTC) #1
Jói
Can you reupload? All of the diffs say "error: old chunk mismatch".
7 years, 2 months ago (2013-10-16 21:48:58 UTC) #2
sgurun-gerrit only
On 2013/10/16 21:48:58, Jói wrote: > Can you reupload? All of the diffs say "error: ...
7 years, 2 months ago (2013-10-16 21:51:22 UTC) #3
Jói
+magreenblatt@gmail.com who maintains CEF, to see if this will continue to support the use case ...
7 years, 2 months ago (2013-10-16 21:54:07 UTC) #4
Marshall Greenblatt
On 2013/10/16 21:54:07, Jói wrote: > mailto:+magreenblatt@gmail.com who maintains CEF, to see if this will ...
7 years, 2 months ago (2013-10-16 22:00:45 UTC) #5
Jói
Thanks Marshall, removing you and adding jam@
7 years, 2 months ago (2013-10-16 22:03:10 UTC) #6
jam
ah, I wasn't aware that Marshall isn't using it anymore. What is webview using this ...
7 years, 2 months ago (2013-10-16 23:28:11 UTC) #7
sgurun-gerrit only
On 2013/10/16 23:28:11, jam wrote: > ah, I wasn't aware that Marshall isn't using it ...
7 years, 2 months ago (2013-10-17 00:13:22 UTC) #8
sgurun-gerrit only
sorry -- rereading my response, I see I did not explain what we use it ...
7 years, 2 months ago (2013-10-17 00:26:13 UTC) #9
jam
On 2013/10/17 00:26:13, sgurun wrote: > sorry -- rereading my response, I see I did ...
7 years, 2 months ago (2013-10-17 19:46:21 UTC) #10
sgurun-gerrit only
On 2013/10/17 19:46:21, jam wrote: > On 2013/10/17 00:26:13, sgurun wrote: > > sorry -- ...
7 years, 2 months ago (2013-10-17 20:22:03 UTC) #11
darin (slow to review)
https://codereview.chromium.org/27551003/diff/10001/content/public/renderer/content_renderer_client.h File content/public/renderer/content_renderer_client.h (right): https://codereview.chromium.org/27551003/diff/10001/content/public/renderer/content_renderer_client.h#newcode173 content/public/renderer/content_renderer_client.h:173: virtual bool HandleNavigation(RenderView* view, Our intent is to delete ...
7 years, 2 months ago (2013-10-24 03:59:34 UTC) #12
joth
On 23 October 2013 20:59, <darin@chromium.org> wrote: > > https://codereview.chromium.**org/27551003/diff/10001/** > content/public/renderer/**content_renderer_client.h<https://codereview.chromium.org/27551003/diff/10001/content/public/renderer/content_renderer_client.h> > File content/public/renderer/**content_renderer_client.h ...
7 years, 2 months ago (2013-10-24 22:01:54 UTC) #13
darin (slow to review)
Can you back up and describe what you are actually trying to accomplish? I feel ...
7 years, 1 month ago (2013-10-24 23:59:40 UTC) #14
joth
On 24 October 2013 16:59, Darin Fisher <darin@chromium.org> wrote: > Can you back up and ...
7 years, 1 month ago (2013-10-25 00:33:08 UTC) #15
darin (slow to review)
OK. Is this called for any URL or only for navigations? Can you please explain ...
7 years, 1 month ago (2013-10-25 03:47:33 UTC) #16
joth
On 24 October 2013 20:47, Darin Fisher <darin@chromium.org> wrote: > OK. Is this called for ...
7 years, 1 month ago (2013-10-25 04:40:54 UTC) #17
darin (slow to review)
On Thu, Oct 24, 2013 at 9:40 PM, Jonathan Dixon <joth@chromium.org> wrote: > > > ...
7 years, 1 month ago (2013-10-25 05:03:36 UTC) #18
joth
bubbling this one back up as it's now the only blocked issue we have for ...
7 years, 1 month ago (2013-11-22 07:03:19 UTC) #19
mkosiba (inactive)
Darin, I had a shot at modifying the FrameLoader. What I ended up doing is ...
7 years ago (2013-11-28 18:58:36 UTC) #20
sgurun-gerrit only
Darin, can you please take a look at the final patch? thanks,
7 years ago (2013-12-04 01:08:27 UTC) #21
jam
lgtm https://codereview.chromium.org/27551003/diff/113001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/27551003/diff/113001/content/renderer/render_view_impl.cc#newcode3123 content/renderer/render_view_impl.cc:3123: request, type, nit: type on next line
7 years ago (2013-12-05 07:42:07 UTC) #22
sgurun-gerrit only
thanks! https://codereview.chromium.org/27551003/diff/113001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/27551003/diff/113001/content/renderer/render_view_impl.cc#newcode3123 content/renderer/render_view_impl.cc:3123: request, type, On 2013/12/05 07:42:08, jam wrote: > ...
7 years ago (2013-12-05 17:38:57 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/27551003/123001
7 years ago (2013-12-05 17:41:24 UTC) #24
commit-bot: I haz the power
Failed to apply patch for content/public/renderer/content_renderer_client.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-05 17:41:29 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/27551003/163001
7 years ago (2013-12-05 17:55:58 UTC) #26
commit-bot: I haz the power
7 years ago (2013-12-06 00:01:16 UTC) #27
Message was sent while issue was closed.
Change committed as 239073

Powered by Google App Engine
This is Rietveld 408576698