Bug 28384 - Move noResize from HTMLFrameElementBase to HTMLFrameElement
Summary: Move noResize from HTMLFrameElementBase to HTMLFrameElement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 00:18 PDT by Darin Adler
Modified: 2009-08-17 00:39 PDT (History)
0 users

See Also:


Attachments
patch (6.42 KB, patch)
2009-08-17 00:24 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-08-17 00:18:11 PDT
HTMLFrameElementBase has code for noResize, but it's only needed for <frame>, not <iframe>.
Comment 1 Darin Adler 2009-08-17 00:24:58 PDT
Created attachment 34961 [details]
patch
Comment 2 Darin Adler 2009-08-17 00:39:22 PDT
http://trac.webkit.org/changeset/47355