Bug 21083
Summary: | Refactor ScrollView (tracking bug) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dave Hyatt <hyatt> |
Component: | Platform | Assignee: | Dave Hyatt <hyatt> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | pinkerton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 21084, 21118, 21120, 21129, 21132, 21133, 21149, 21164, 21167, 21168, 21188, 21191, 21216, 21250, 21254, 21269, 21282, 21298, 21314 | ||
Bug Blocks: |
Dave Hyatt
ScrollView needs to be combined with FrameView and eliminated. Most of the code should be refactored to become cross-platform on FrameView where possible.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dave Hyatt
Going to start with refactoring in ScrollView itself. It may turn out that keeping the class around is a good idea.
Dave Hyatt
All done!