Initial commit of autocomplete files.
git-svn-id: svn://10.0.0.236/trunk@120100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
30
mozilla/camino/CHAutoCompleteDataSource.h
Normal file
30
mozilla/camino/CHAutoCompleteDataSource.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface CHAutoCompleteDataSource : NSObject {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
28
mozilla/camino/CHAutoCompleteDataSource.mm
Normal file
28
mozilla/camino/CHAutoCompleteDataSource.mm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import "CHAutoCompleteDataSource.h"
|
||||
|
||||
@implementation CHAutoCompleteDataSource
|
||||
|
||||
@end
|
||||
30
mozilla/camino/CHAutoCompleteTableView.h
Normal file
30
mozilla/camino/CHAutoCompleteTableView.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@interface CHAutoCompleteTableView : NSTableView {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
28
mozilla/camino/CHAutoCompleteTableView.mm
Normal file
28
mozilla/camino/CHAutoCompleteTableView.mm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import "CHAutoCompleteTableView.h"
|
||||
|
||||
@implementation CHAutoCompleteTableView
|
||||
|
||||
@end
|
||||
@@ -22,6 +22,8 @@
|
||||
F57074BE026D80DF01A80166,
|
||||
F59E9F3F0237E43401A967DF,
|
||||
F52D5CCC027A867601A80166,
|
||||
F52D5CD0027A887001A80166,
|
||||
F52D5CD4027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Classes;
|
||||
@@ -393,6 +395,8 @@
|
||||
F541495C02711A8301A80166,
|
||||
F541496002711B0101A80166,
|
||||
F52D5CCD027A867601A80166,
|
||||
F52D5CD1027A887001A80166,
|
||||
F52D5CD5027A88C601A80166,
|
||||
);
|
||||
isa = PBXHeadersBuildPhase;
|
||||
name = Headers;
|
||||
@@ -483,6 +487,8 @@
|
||||
F541495D02711A8301A80166,
|
||||
F541496102711B0101A80166,
|
||||
F52D5CCE027A867601A80166,
|
||||
F52D5CD2027A887001A80166,
|
||||
F52D5CD6027A88C601A80166,
|
||||
);
|
||||
isa = PBXSourcesBuildPhase;
|
||||
name = Sources;
|
||||
@@ -882,6 +888,8 @@
|
||||
F59E9F3D0237E28401A967DF,
|
||||
F5137A1102676B9101026D05,
|
||||
F52D5CCB027A867601A80166,
|
||||
F52D5CCF027A887001A80166,
|
||||
F52D5CD3027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Headers;
|
||||
@@ -1388,6 +1396,50 @@
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CCF027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD0027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD1027A887001A80166 = {
|
||||
fileRef = F52D5CCF027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD2027A887001A80166 = {
|
||||
fileRef = F52D5CD0027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD3027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD4027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD5027A88C601A80166 = {
|
||||
fileRef = F52D5CD3027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD6027A88C601A80166 = {
|
||||
fileRef = F52D5CD4027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F538DFAE023B36A7010001CA = {
|
||||
children = (
|
||||
F538DFAF023B3739010001CA,
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
F57074BE026D80DF01A80166,
|
||||
F59E9F3F0237E43401A967DF,
|
||||
F52D5CCC027A867601A80166,
|
||||
F52D5CD0027A887001A80166,
|
||||
F52D5CD4027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Classes;
|
||||
@@ -393,6 +395,8 @@
|
||||
F541495C02711A8301A80166,
|
||||
F541496002711B0101A80166,
|
||||
F52D5CCD027A867601A80166,
|
||||
F52D5CD1027A887001A80166,
|
||||
F52D5CD5027A88C601A80166,
|
||||
);
|
||||
isa = PBXHeadersBuildPhase;
|
||||
name = Headers;
|
||||
@@ -483,6 +487,8 @@
|
||||
F541495D02711A8301A80166,
|
||||
F541496102711B0101A80166,
|
||||
F52D5CCE027A867601A80166,
|
||||
F52D5CD2027A887001A80166,
|
||||
F52D5CD6027A88C601A80166,
|
||||
);
|
||||
isa = PBXSourcesBuildPhase;
|
||||
name = Sources;
|
||||
@@ -882,6 +888,8 @@
|
||||
F59E9F3D0237E28401A967DF,
|
||||
F5137A1102676B9101026D05,
|
||||
F52D5CCB027A867601A80166,
|
||||
F52D5CCF027A887001A80166,
|
||||
F52D5CD3027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Headers;
|
||||
@@ -1388,6 +1396,50 @@
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CCF027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD0027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD1027A887001A80166 = {
|
||||
fileRef = F52D5CCF027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD2027A887001A80166 = {
|
||||
fileRef = F52D5CD0027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD3027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD4027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD5027A88C601A80166 = {
|
||||
fileRef = F52D5CD3027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD6027A88C601A80166 = {
|
||||
fileRef = F52D5CD4027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F538DFAE023B36A7010001CA = {
|
||||
children = (
|
||||
F538DFAF023B3739010001CA,
|
||||
|
||||
30
mozilla/camino/src/browser/AutoCompleteDataSource.h
Normal file
30
mozilla/camino/src/browser/AutoCompleteDataSource.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface CHAutoCompleteDataSource : NSObject {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
28
mozilla/camino/src/browser/AutoCompleteDataSource.mm
Normal file
28
mozilla/camino/src/browser/AutoCompleteDataSource.mm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import "CHAutoCompleteDataSource.h"
|
||||
|
||||
@implementation CHAutoCompleteDataSource
|
||||
|
||||
@end
|
||||
30
mozilla/chimera/CHAutoCompleteDataSource.h
Normal file
30
mozilla/chimera/CHAutoCompleteDataSource.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface CHAutoCompleteDataSource : NSObject {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
28
mozilla/chimera/CHAutoCompleteDataSource.mm
Normal file
28
mozilla/chimera/CHAutoCompleteDataSource.mm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import "CHAutoCompleteDataSource.h"
|
||||
|
||||
@implementation CHAutoCompleteDataSource
|
||||
|
||||
@end
|
||||
30
mozilla/chimera/CHAutoCompleteTableView.h
Normal file
30
mozilla/chimera/CHAutoCompleteTableView.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
@interface CHAutoCompleteTableView : NSTableView {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
28
mozilla/chimera/CHAutoCompleteTableView.mm
Normal file
28
mozilla/chimera/CHAutoCompleteTableView.mm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import "CHAutoCompleteTableView.h"
|
||||
|
||||
@implementation CHAutoCompleteTableView
|
||||
|
||||
@end
|
||||
@@ -22,6 +22,8 @@
|
||||
F57074BE026D80DF01A80166,
|
||||
F59E9F3F0237E43401A967DF,
|
||||
F52D5CCC027A867601A80166,
|
||||
F52D5CD0027A887001A80166,
|
||||
F52D5CD4027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Classes;
|
||||
@@ -393,6 +395,8 @@
|
||||
F541495C02711A8301A80166,
|
||||
F541496002711B0101A80166,
|
||||
F52D5CCD027A867601A80166,
|
||||
F52D5CD1027A887001A80166,
|
||||
F52D5CD5027A88C601A80166,
|
||||
);
|
||||
isa = PBXHeadersBuildPhase;
|
||||
name = Headers;
|
||||
@@ -483,6 +487,8 @@
|
||||
F541495D02711A8301A80166,
|
||||
F541496102711B0101A80166,
|
||||
F52D5CCE027A867601A80166,
|
||||
F52D5CD2027A887001A80166,
|
||||
F52D5CD6027A88C601A80166,
|
||||
);
|
||||
isa = PBXSourcesBuildPhase;
|
||||
name = Sources;
|
||||
@@ -882,6 +888,8 @@
|
||||
F59E9F3D0237E28401A967DF,
|
||||
F5137A1102676B9101026D05,
|
||||
F52D5CCB027A867601A80166,
|
||||
F52D5CCF027A887001A80166,
|
||||
F52D5CD3027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Headers;
|
||||
@@ -1388,6 +1396,50 @@
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CCF027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD0027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD1027A887001A80166 = {
|
||||
fileRef = F52D5CCF027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD2027A887001A80166 = {
|
||||
fileRef = F52D5CD0027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD3027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD4027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD5027A88C601A80166 = {
|
||||
fileRef = F52D5CD3027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD6027A88C601A80166 = {
|
||||
fileRef = F52D5CD4027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F538DFAE023B36A7010001CA = {
|
||||
children = (
|
||||
F538DFAF023B3739010001CA,
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
F57074BE026D80DF01A80166,
|
||||
F59E9F3F0237E43401A967DF,
|
||||
F52D5CCC027A867601A80166,
|
||||
F52D5CD0027A887001A80166,
|
||||
F52D5CD4027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Classes;
|
||||
@@ -393,6 +395,8 @@
|
||||
F541495C02711A8301A80166,
|
||||
F541496002711B0101A80166,
|
||||
F52D5CCD027A867601A80166,
|
||||
F52D5CD1027A887001A80166,
|
||||
F52D5CD5027A88C601A80166,
|
||||
);
|
||||
isa = PBXHeadersBuildPhase;
|
||||
name = Headers;
|
||||
@@ -483,6 +487,8 @@
|
||||
F541495D02711A8301A80166,
|
||||
F541496102711B0101A80166,
|
||||
F52D5CCE027A867601A80166,
|
||||
F52D5CD2027A887001A80166,
|
||||
F52D5CD6027A88C601A80166,
|
||||
);
|
||||
isa = PBXSourcesBuildPhase;
|
||||
name = Sources;
|
||||
@@ -882,6 +888,8 @@
|
||||
F59E9F3D0237E28401A967DF,
|
||||
F5137A1102676B9101026D05,
|
||||
F52D5CCB027A867601A80166,
|
||||
F52D5CCF027A887001A80166,
|
||||
F52D5CD3027A88C601A80166,
|
||||
);
|
||||
isa = PBXGroup;
|
||||
name = Headers;
|
||||
@@ -1388,6 +1396,50 @@
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CCF027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD0027A887001A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteTableView.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD1027A887001A80166 = {
|
||||
fileRef = F52D5CCF027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD2027A887001A80166 = {
|
||||
fileRef = F52D5CD0027A887001A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD3027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.h;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD4027A88C601A80166 = {
|
||||
isa = PBXFileReference;
|
||||
path = CHAutoCompleteDataSource.mm;
|
||||
refType = 4;
|
||||
};
|
||||
F52D5CD5027A88C601A80166 = {
|
||||
fileRef = F52D5CD3027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F52D5CD6027A88C601A80166 = {
|
||||
fileRef = F52D5CD4027A88C601A80166;
|
||||
isa = PBXBuildFile;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
F538DFAE023B36A7010001CA = {
|
||||
children = (
|
||||
F538DFAF023B3739010001CA,
|
||||
|
||||
30
mozilla/chimera/src/browser/AutoCompleteDataSource.h
Normal file
30
mozilla/chimera/src/browser/AutoCompleteDataSource.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface CHAutoCompleteDataSource : NSObject {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
28
mozilla/chimera/src/browser/AutoCompleteDataSource.mm
Normal file
28
mozilla/chimera/src/browser/AutoCompleteDataSource.mm
Normal file
@@ -0,0 +1,28 @@
|
||||
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Mozilla Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/MPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is the Mozilla browser.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 2002 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
* David Hyatt <hyatt@netscape.com> (Original Author)
|
||||
*/
|
||||
|
||||
#import "CHAutoCompleteDataSource.h"
|
||||
|
||||
@implementation CHAutoCompleteDataSource
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user