Changeset 135937 in webkit


Ignore:
Timestamp:
Nov 27, 2012, 4:23:54 PM (12 years ago)
Author:
jer.noble@apple.com
Message:

Add a new shared class WebCoreFullScreenWarningView which presents a styled warning message.
https://bugs.webkit.org/show_bug.cgi?id=102299

Reviewed by Alexey Proskuryakov.

Add a shared implementation of a warning view for use in WebKit and WebKit2.

  • platform/mac/WebCoreFullScreenWarningView.h: Added.
  • platform/mac/WebCoreFullScreenWarningView.mm: Added.

(-[WebCoreFullScreenWarningView initWithTitle:]): Create the view.

Add the new files to the project and exports list:

  • WebCore.exp.in:
  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r135934 r135937  
     12012-11-14  Jer Noble  <jer.noble@apple.com>
     2
     3        Add a new shared class WebCoreFullScreenWarningView which presents a styled warning message.
     4        https://bugs.webkit.org/show_bug.cgi?id=102299
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Add a shared implementation of a warning view for use in WebKit and WebKit2.
     9
     10        * platform/mac/WebCoreFullScreenWarningView.h: Added.
     11        * platform/mac/WebCoreFullScreenWarningView.mm: Added.
     12        (-[WebCoreFullScreenWarningView initWithTitle:]): Create the view.
     13
     14        Add the new files to the project and exports list:
     15        * WebCore.exp.in:
     16        * WebCore.xcodeproj/project.pbxproj:
     17
    1182012-11-27  Dean Jackson  <dino@apple.com>
    219
  • trunk/Source/WebCore/WebCore.exp.in

    r135916 r135937  
    15991599.objc_class_name_DOMStyleSheetList
    16001600.objc_class_name_DOMTreeWalker
     1601.objc_class_name_WebCoreFullScreenWarningView
    16011602.objc_class_name_WebCoreFullScreenWindow
    16021603.objc_class_name_WebHTMLConverter
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r135837 r135937  
    59285928                CDB859FA160D494900E5B07F /* JSMediaKeyEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB859F8160D493E00E5B07F /* JSMediaKeyEvent.cpp */; };
    59295929                CDB859FB160D494F00E5B07F /* JSMediaKeyError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB859F0160D42DD00E5B07F /* JSMediaKeyError.cpp */; };
     5930                CDC69DD61632026C007C38DF /* WebCoreFullScreenWarningView.h in Headers */ = {isa = PBXBuildFile; fileRef = CDC69DD41632026C007C38DF /* WebCoreFullScreenWarningView.h */; settings = {ATTRIBUTES = (Private, ); }; };
     5931                CDC69DD71632026C007C38DF /* WebCoreFullScreenWarningView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDC69DD51632026C007C38DF /* WebCoreFullScreenWarningView.mm */; };
    59305932                CDD525D7145B6DD0008D204D /* JSHTMLMediaElementCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDF65CCC145B6AFE00C4C7AA /* JSHTMLMediaElementCustom.cpp */; };
    59315933                CDEA763014608A53008B31F1 /* PlatformClockCA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDEA762E146084DE008B31F1 /* PlatformClockCA.cpp */; };
     
    1335113353                CDB859F9160D493E00E5B07F /* JSMediaKeyEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMediaKeyEvent.h; sourceTree = "<group>"; };
    1335213354                CDBD93BA1333BD4B002570E3 /* fullscreenQuickTime.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = fullscreenQuickTime.css; sourceTree = "<group>"; };
     13355                CDC69DD41632026C007C38DF /* WebCoreFullScreenWarningView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebCoreFullScreenWarningView.h; sourceTree = "<group>"; };
     13356                CDC69DD51632026C007C38DF /* WebCoreFullScreenWarningView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebCoreFullScreenWarningView.mm; sourceTree = "<group>"; };
    1335313357                CDCE5CD014633BC900D47CCA /* EventTargetFactory.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = EventTargetFactory.in; sourceTree = "<group>"; };
    1335413358                CDEA762C14608224008B31F1 /* Clock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Clock.h; sourceTree = "<group>"; };
     
    1585215856                                BCE659E80EA92FFA007E4533 /* ThemeMac.mm */,
    1585315857                                51DF6D7F0B92A18E00C2DC85 /* ThreadCheck.mm */,
     15858                                CDC69DD41632026C007C38DF /* WebCoreFullScreenWarningView.h */,
     15859                                CDC69DD51632026C007C38DF /* WebCoreFullScreenWarningView.mm */,
    1585415860                                CD127DEA14F3097900E84779 /* WebCoreFullScreenWindow.h */,
    1585515861                                CD127DEB14F3097900E84779 /* WebCoreFullScreenWindow.mm */,
     
    2564125647                                29A812490FBB9CA900510293 /* WebAccessibilityObjectWrapper.h in Headers */,
    2564225648                                93F199A808245E59001E9ABC /* WebCoreFrameView.h in Headers */,
     25649                                CDC69DD61632026C007C38DF /* WebCoreFullScreenWarningView.h in Headers */,
    2564325650                                CD127DEE14F3098400E84779 /* WebCoreFullScreenWindow.h in Headers */,
    2564425651                                BC53D911114310CC000D817E /* WebCoreJSClientData.h in Headers */,
     
    2875828765                                FD581FB41520F93B003A7A75 /* WaveTable.cpp in Sources */,
    2875928766                                29A8124A0FBB9CA900510293 /* WebAccessibilityObjectWrapper.mm in Sources */,
     28767                                CDC69DD71632026C007C38DF /* WebCoreFullScreenWarningView.mm in Sources */,
    2876028768                                CD127DED14F3097D00E84779 /* WebCoreFullScreenWindow.mm in Sources */,
    2876128769                                F3BFC9D315C177EC004244E5 /* WebCoreMemoryInstrumentation.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.