Chromium Code Reviews

Issue 477008: Chromium side of https://bugs.webkit.org/show_bug.cgi?id=32336... (Closed)

Created:
11 years ago by Mike Belshe
Modified:
9 years, 5 months ago
Reviewers:
michaeln
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Chromium side of https://bugs.webkit.org/show_bug.cgi?id=32336 Update the resource type translation from webkit into chrome. BUG=none TEST=none

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+10 lines, -2 lines)
M webkit/glue/weburlloader_impl.cc View 1 chunk +10 lines, -2 lines 0 comments

Messages

Total messages: 2 (0 generated)
Mike Belshe
We can land this after we land webkit bug 32336, and then priorities are all ...
11 years ago (2009-12-09 20:19:13 UTC) #1
michaeln
11 years ago (2009-12-09 23:38:12 UTC) #2
On 2009/12/09 20:19:13, Mike Belshe wrote:
> We can land this after we land webkit bug 32336, and then priorities are all
> hooked up.

Can we do this w/o the dreaded two-sided patch dance?

On the chrome-side...
* comment out the NOTREACHED() on line 125, and commit

On the webkit-side...
* Add the new enum types, but retain the old values with different case
temporatily (TargetIsSubFrame and TargetIsSubResource), and commit

On the chrome-side
* use the new enum values and commit

On the webkit-side
* remove the obsolete TargetIsSubFrame and TargetIsSubResource types

Powered by Google App Engine