Ignore:
Timestamp:
Dec 17, 2002, 12:09:02 AM (22 years ago)
Author:
darin
Message:

top level:

Reviewed by Don and Maciej.

  • force-clean-timestamp: Trigger a full build since we are setting MACOSX_DEPLOYMENT_TARGET to 10.2, which requires remaking all PFEs.

Tools:

  • Scripts/check-copyright: Added.

JavaScriptCore:

Reviewed by Don and Maciej.

  • fixed 3129115 -- need Apple copyright added to open source documents
  • tons of files: Added our copyright to files we modified, and updated all to standard format.
  • other changes
  • JavaScriptCore.pbproj/project.pbxproj: Set MACOSX_DEPLOYMENT_TARGET to 10.2. Also removed completion.cpp.
  • kjs/completion.cpp: Removed.
  • kjs/completion.h: Made the Completion constructor inline.
  • kjs/grammar.y: Removed an obsolete "pretend ifdef". No need to put these in APPLE_CHANGES now.

WebFoundation:

Reviewed by Don and Maciej.

  • English.lproj/StringsNotToBeLocalized.txt: Updated for recent changes.
  • WebFoundation.pbproj/project.pbxproj: Set MACOSX_DEPLOYMENT_TARGET to 10.2.

WebCore:

Reviewed by Don and Maciej.

  • fixed 3129115 -- need Apple copyright added to open source documents
  • tons of files: Added copyright message to files we modified and standardized format of copyrights too.
  • fixed 3129235 -- assert in LRUList visiting apple.com if "Display images" preference is off
  • khtml/misc/loader.cpp: (Cache::getLRUListFor): Use the first list for 0-sized objects. (Cache::removeFromLRUList): Allow 0-sized objects.
  • other changes
  • khtml/rendering/render_style.h: Remove bogus unused private constructor.
  • kwq/KWQFont.h: Added copy constructor and assignment operator.
  • kwq/KWQFont.mm: (QFont::QFont): Copy constructor now retains the NSFont. The old version didn't which could cause retain/release problems. (QFont::operator=): Retain the new NSFont and release the old one.
  • WebCore.pbproj/project.pbxproj: Set MACOSX_DEPLOYMENT_TARGET to 10.2.

WebKit:

Reviewed by Don and Maciej.

  • WebView.subproj/WebUserAgentSpoofTable.gperf: Added a couple of new domains to the list we spoof as Mac IE, and added comments.
  • WebView.subproj/WebUserAgentSpoofTable.c: Regenerated.
  • WebKit.pbproj/project.pbxproj: Set MACOSX_DEPLOYMENT_TARGET to 10.2

WebBrowser:

Reviewed by Don and Maciej.

  • fixed 3106686 -- Remove "world leak" debugging window before beta
  • Test/PageLoadTestController.m: (-[PageLoadTestController windowDidLoad]): (Not part of the bug fix.) Changed the combo box so it automatically sizes to the number of pltsuite files so we don't have to edit the nib all the time. (-[PageLoadTestController anyWindowWillClose:]): Don't do any world leak test when the window closes. The one in the page load test window is still there.
  • Debug/DebugUtilities.m: (-[NSApplication validate_toggleAlwaysCheckForWorldLeaks:]): Don't enable or check the debug menu item at all. Put an ifdef in so we can turn it on later.
  • fixed 3124310 -- remove "app refuses to launch" code before shipping
  • main.m: (main): Remove all the licensing code.
  • other changes
  • BrowserNSNetServiceExtras.m: Made all locally-defined-and used functions static so we would know if any were unused and for cleanliness. (-[NSNetService hostName:andPort:]): Remove some silly assertions. (decode_name): Change printf for errors to ERROR. (decode_srv): Ditto. (decode_txt): Removed because it's unused. (skip_question): Ditto. (MyDictionaryKeyHashCallBack): Removed silly assertion. (MyCreateCFDictionaryFromTXT): Ditto.
  • WebBrowser.pbproj/project.pbxproj: Set MACOSX_DEPLOYMENT_TARGET to 10.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

    r3096 r3098  
    123123                                INSTALL_PATH = "@executable_path/../Frameworks";
    124124                                LIBRARY_SEARCH_PATHS = "";
     125                                MACOSX_DEPLOYMENT_TARGET = 10.2;
    125126                                OPTIMIZATION_CFLAGS = "-Os";
    126127                                OTHER_CFLAGS = "$(DEBUG_CFLAGS) -DAPPLE_CHANGES -DHAVE_CONFIG_H";
     
    271272                                F5341392030CEEB1018BE7F3,
    272273                                F5341395030CF5F8018BE7F3,
    273                                 F5BB2BC6030F772101FCFE1D,
    274274                                933A349E038AE80F008635CE,
    275275                                9374D3AA038D9D74008635CE,
     
    338338                                F692A8520255597D01FF60F7,
    339339                                F5BB2BC5030F772101FCFE1D,
    340                                 F5BB2BC4030F772101FCFE1D,
    341340                                9373524E038DA8C2008635CE,
    342341                                F692A8560255597D01FF60F7,
     
    839838                        name = Mixed;
    840839                };
    841                 F5BB2BC4030F772101FCFE1D = {
    842                         fileEncoding = 30;
    843                         isa = PBXFileReference;
    844                         path = completion.cpp;
    845                         refType = 4;
    846                 };
    847840                F5BB2BC5030F772101FCFE1D = {
    848841                        fileEncoding = 30;
     
    850843                        path = completion.h;
    851844                        refType = 4;
    852                 };
    853                 F5BB2BC6030F772101FCFE1D = {
    854                         fileRef = F5BB2BC4030F772101FCFE1D;
    855                         isa = PBXBuildFile;
    856                         settings = {
    857                         };
    858845                };
    859846                F5BB2BC7030F772101FCFE1D = {
Note: See TracChangeset for help on using the changeset viewer.