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

Issue 1415183004: Add WebDocument::isMobileFriendly() to blink (Closed)

Created:
5 years, 1 month ago by wychen
Modified:
5 years, 1 month ago
Reviewers:
esprehn, dglazkov
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/src.git@webkit
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add WebDocument::isMobileFriendly() to blink BUG=509869

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M third_party/WebKit/Source/web/WebDocument.cpp View 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebDocument.h View 1 chunk +4 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (1 generated)
wychen
PTAL. This is to provide easier access for the renderer side to know whether a ...
5 years, 1 month ago (2015-11-01 19:40:40 UTC) #2
dglazkov
On 2015/11/01 at 19:40:40, wychen wrote: > PTAL. This is to provide easier access for ...
5 years, 1 month ago (2015-11-01 20:41:41 UTC) #3
wychen
On 2015/11/01 20:41:41, dglazkov wrote: > That's... already on the renderer side? Can you help ...
5 years, 1 month ago (2015-11-01 23:01:57 UTC) #4
dglazkov
On 2015/11/01 at 23:01:57, wychen wrote: > On 2015/11/01 20:41:41, dglazkov wrote: > > That's... ...
5 years, 1 month ago (2015-11-02 17:52:19 UTC) #5
dglazkov
5 years, 1 month ago (2015-11-02 17:52:24 UTC) #6
wychen
On 2015/11/02 17:52:19, dglazkov wrote: > I see. Putting this function on WebDocument is not ...
5 years, 1 month ago (2015-11-02 18:05:18 UTC) #7
dglazkov
On 2015/11/02 at 18:05:18, wychen wrote: > On 2015/11/02 17:52:19, dglazkov wrote: > > I ...
5 years, 1 month ago (2015-11-02 18:15:06 UTC) #8
wychen
On 2015/11/02 18:15:06, dglazkov wrote: > That seems better, let's start with that. The Blink ...
5 years, 1 month ago (2015-11-02 18:55:32 UTC) #9
wychen
On 2015/11/02 18:55:32, wychen wrote: > On 2015/11/02 18:15:06, dglazkov wrote: > > That seems ...
5 years, 1 month ago (2015-11-04 19:17:39 UTC) #10
esprehn
On 2015/11/04 at 19:17:39, wychen wrote: > On 2015/11/02 18:55:32, wychen wrote: > > On ...
5 years, 1 month ago (2015-11-05 01:10:50 UTC) #11
wychen
5 years, 1 month ago (2015-11-05 01:17:31 UTC) #12
On 2015/11/05 01:10:50, esprehn wrote:
> On 2015/11/04 at 19:17:39, wychen wrote:
> > On 2015/11/02 18:55:32, wychen wrote:
> > > On 2015/11/02 18:15:06, dglazkov wrote:
> > > > That seems better, let's start with that.
> > > 
> > > The Blink side is done here:
> > > https://codereview.chromium.org/1419033004/#ps210001
> > > 
> > > Could you take a look over there? Thanks!
> > > 
> > > I'll update you when the calling side is done.
> > 
> > The calling side is here:
> > https://codereview.chromium.org/1434433002/
> 
> This is not used anymore in that patch, I thought we put it in the Features
> object? I don't think we want this on WebDocument.

Sorry for the confusion. This CL was discarded, and the functionality was
rewritten in https://codereview.chromium.org/1419033004/#ps210001 (patch set 8).
The calling side of the rewritten code is
https://codereview.chromium.org/1434433002/.

I'll close this CL now.

Powered by Google App Engine
This is Rietveld 408576698