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

Issue 10553014: Added RenderView.DocumentHasImages query method (Closed)

Created:
8 years, 6 months ago by Jesse Greenwald
Modified:
8 years, 3 months ago
Reviewers:
joth, jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jochen+watch-content_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Added RenderView.DocumentHasImages query method This upstreams a method used by Chrome on Android. It allows the browser to query the page to see if it contains any image elements. The request/response pattern was modeled after how script eval request/response works. That is, a unique id is generated for every request and the id is then used to correlate a request with a response. BUG=115372 TEST=

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated comments on RenderViewHost.DocumentHasImages #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -0 lines) Patch
M content/browser/renderer_host/render_view_host_impl.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 3 chunks +16 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M content/public/browser/notification_types.h View 1 chunk +7 lines, -0 lines 0 comments Download
M content/public/browser/render_view_host.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Jesse Greenwald
jam, could you review: - content/browser/renderer_host/* - content/common/* - content/public/browser/* avi, could you review: - ...
8 years, 6 months ago (2012-06-15 21:45:12 UTC) #1
joth
thanks Jesse. https://chromiumcodereview.appspot.com/10553014/diff/1/content/public/browser/render_view_host.h File content/public/browser/render_view_host.h (right): https://chromiumcodereview.appspot.com/10553014/diff/1/content/public/browser/render_view_host.h#newcode261 content/public/browser/render_view_host.h:261: // Determine wether or not the document ...
8 years, 6 months ago (2012-06-15 21:57:00 UTC) #2
Jesse Greenwald
Addressed comments. PTAL. https://chromiumcodereview.appspot.com/10553014/diff/1/content/public/browser/render_view_host.h File content/public/browser/render_view_host.h (right): https://chromiumcodereview.appspot.com/10553014/diff/1/content/public/browser/render_view_host.h#newcode261 content/public/browser/render_view_host.h:261: // Determine wether or not the ...
8 years, 5 months ago (2012-06-26 23:06:29 UTC) #3
joth
LGTM but somebody else must approve.
8 years, 5 months ago (2012-06-26 23:21:00 UTC) #4
Jesse Greenwald
jam, avi - can you take a look at this change? Thanks,
8 years, 5 months ago (2012-07-03 18:22:18 UTC) #5
Jesse Greenwald
jam - will you take a look at this because it's added a new content/public ...
8 years, 5 months ago (2012-07-24 23:19:18 UTC) #6
joth
+jam for owner's approval
8 years, 4 months ago (2012-08-10 17:59:42 UTC) #7
jam
it's not clear to me why this needs to change content at all. i.e. chrome ...
8 years, 4 months ago (2012-08-10 18:18:36 UTC) #8
joth
On 2012/08/10 18:18:36, John Abd-El-Malek wrote: > it's not clear to me why this needs ...
8 years, 4 months ago (2012-08-10 21:02:25 UTC) #9
jam
On 2012/08/10 21:02:25, joth wrote: > On 2012/08/10 18:18:36, John Abd-El-Malek wrote: > > it's ...
8 years, 4 months ago (2012-08-10 22:03:15 UTC) #10
joth
On 2012/08/10 22:03:15, John Abd-El-Malek wrote: > On 2012/08/10 21:02:25, joth wrote: > > On ...
8 years, 3 months ago (2012-08-28 00:46:37 UTC) #11
jam
On 2012/08/28 00:46:37, joth wrote: > On 2012/08/10 22:03:15, John Abd-El-Malek wrote: > > On ...
8 years, 3 months ago (2012-08-28 02:19:18 UTC) #12
joth
On 27 August 2012 19:19, <jam@chromium.org> wrote: > On 2012/08/28 00:46:37, joth wrote: > >> ...
8 years, 3 months ago (2012-08-28 19:46:37 UTC) #13
joth
8 years, 3 months ago (2012-08-30 21:28:16 UTC) #14
I've taken over this change as an android_webview IPC in
https://chromiumcodereview.appspot.com/10890024/

Powered by Google App Engine
This is Rietveld 408576698