~jconti/ubuntu/oneiric/webkit/fix_doc_path

« back to all changes in this revision

Viewing changes to WebKitTools/Drosera/English.lproj/Debugger.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2008-09-27 08:57:48 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080927085748-yhzld00w0rekp961
Tags: 1.0.1-4
WebCore/dom/Document.*, WebCore/loader/DocLoader.*: Avoid DoS via
crafted CSS import statements. Fixes: CVE-2008-3632. Closes: #499771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    IBClasses = (
3
 
        {
4
 
            CLASS = DebuggerDocument; 
5
 
            LANGUAGE = ObjC; 
6
 
            OUTLETS = {server = id; webView = WebView; }; 
7
 
            SUPERCLASS = NSWindowController; 
8
 
        }, 
9
 
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
10
 
    ); 
11
 
    IBVersion = 1; 
12
 
}
 
 
b'\\ No newline at end of file'