Bug 130178 - Remove unused code related to CSS resize property from ElementRareData.h, Element.cpp and Element.h
Summary: Remove unused code related to CSS resize property from ElementRareData.h, Ele...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: gur.trio
URL:
Keywords:
Depends on: 72948
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-12 22:11 PDT by gur.trio
Modified: 2023-02-02 08:19 PST (History)
5 users (show)

See Also:


Attachments
Patch (4.55 KB, patch)
2014-03-13 00:09 PDT, gur.trio
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gur.trio 2014-03-12 22:11:06 PDT
This code was used to compute the resize values for content having CSS resize property. The code was used in RenderLayer::resize function which has been modified to fix bug 72948 so this code is no longer required.
Comment 1 gur.trio 2014-03-13 00:09:25 PDT
Created attachment 226579 [details]
Patch
Comment 2 Rob Buis 2023-02-02 08:19:02 PST
This code is removed these days.