Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-09-10 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig. Move some Dashboard stuff from WebCore to WebKit along with a bit more FrameMac cleanup https://bugs.webkit.org/show_bug.cgi?id=45582 * WebKit.xcodeproj/project.pbxproj: Added WebDashboardRegion.h/mm and also gave the header private visibility so it will get installed in the PrivateHeaders directory. 2010-09-10 Darin Adler <darin@apple.com> Reviewed by Sam Weinig. Move some Dashboard stuff from WebCore to WebKit along with a bit more FrameMac cleanup https://bugs.webkit.org/show_bug.cgi?id=45582 * MigrateHeaders.make: Removed WebDashboardRegion.h from the set of header to copy. * WebCoreSupport/WebChromeClient.mm: (WebChromeClient::dashboardRegionsChanged): Changed this to call -[WebView _dashboardRegions] so we don't have two copies of that code. * WebView/WebDashboardRegion.h: Copied from WebCore/page/mac/WebDashboardRegion.h. * WebView/WebDashboardRegion.mm: Copied from WebCore/page/mac/WebDashboardRegion.m. * WebView/WebView.mm: (-[WebView _dashboardRegions]): Moved the code from Frame::dashboardRegions here. 2010-09-10 Darin Adler <darin@apple.com> Reviewed by Sam Weinig. Move some Dashboard stuff from WebCore to WebKit along with a bit more FrameMac cleanup https://bugs.webkit.org/show_bug.cgi?id=45582 * WebCore.exp.in: Updated. * WebCore.xcodeproj/project.pbxproj: Removed WebDashboardRegion.h/m. * page/mac/WebDashboardRegion.h: Removed. * page/mac/WebDashboardRegion.m: Removed. * page/Frame.h: Removed unneeded #if. Removed dashboardRegionsDictionary function, now handled in WebKit. Removed searchForNSLabelsAboveCell function, which had become dead code. * page/mac/FrameMac.mm: Ditto. Also tweaked a place that said "int unsigned". Canonical link: https://commits.webkit.org/57996@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@67264 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
116 additions
and 127 deletions.
- +17 −0 WebCore/ChangeLog
- +1 −2 WebCore/WebCore.exp.in
- +0 −8 WebCore/WebCore.xcodeproj/project.pbxproj
- +0 −9 WebCore/page/Frame.h
- +1 −80 WebCore/page/mac/FrameMac.mm
- +11 −0 WebKit/ChangeLog
- +15 −7 WebKit/WebKit.xcodeproj/project.pbxproj
- +19 −0 WebKit/mac/ChangeLog
- +0 −1 WebKit/mac/MigrateHeaders.make
- +12 −8 WebKit/mac/WebCoreSupport/WebChromeClient.mm
- 0 {WebCore/page/mac → WebKit/mac/WebView}/WebDashboardRegion.h
- +8 −9 WebCore/page/mac/WebDashboardRegion.m → WebKit/mac/WebView/WebDashboardRegion.mm
- +32 −3 WebKit/mac/WebView/WebView.mm
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.