objectVersion = 39;
objects = {
014CEA440018CDF011CA2923 = {
- buildRules = (
- );
buildSettings = {
DEBUG_CFLAGS = "";
GCC_DYNAMIC_NO_PIC = NO;
name = Development;
};
014CEA450018CDF011CA2923 = {
- buildRules = (
- );
buildSettings = {
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
};
034768E0FF38A50411DB9C8B = {
explicitFileType = wrapper.framework;
- fallbackIsa = PBXFileReference;
- isa = PBXFrameworkReference;
+ isa = PBXFileReference;
path = JavaScriptCore.framework;
refType = 3;
sourceTree = BUILT_PRODUCTS_DIR;
};
};
F58C8A1D025BD408018635CA = {
- buildRules = (
- );
buildSettings = {
INSTALL_PATH = "@executable_path/../Frameworks";
SECTORDER_FLAGS = "";
sourceTree = "<group>";
};
F692A8540255597D01FF60F7 = {
- fallbackIsa = PBXFileReference;
fileEncoding = 30;
- isa = PBXExecutableFileReference;
+ isa = PBXFileReference;
lastKnownFileType = text.script.perl;
path = create_hash_table;
refType = 4;
+
+2004-07-09 Kevin Decker <kdecker@apple.com>
+
+ Reviewed by Hyatt.
+
+ fixes the width:auto problem in
+ <rdar://problem/3698344> REGRESSION (143?-144): macrumors.com tabs are compressed and illegible
+
+ * khtml/css/cssstyleselector.cpp:
+ (khtml::CSSStyleSelector::applyProperty):
+
+=======
2004-07-09 Ken Kocienda <kocienda@apple.com>
Reviewed by me
* layout-tests/editing/deleting/delete-image-004-expected.txt:
* layout-tests/editing/selection/extend-by-character-006-expected.txt:
+
2004-07-09 Chris Blumenberg <cblu@apple.com>
Allowed my change for 3715785 to compile on Jaguar.
/*
- * Copyright © 2004, Apple Computer, Inc. and The Mozilla Foundation.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla
- * Foundation ("Mozilla") nor the names of their contributors may be used
- * to endorse or promote products derived from this software without
- * specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR CONTRIBUTORS "AS
- * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, MOZILLA OR
- * THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright (C) 2004 Apple Computer, Inc. All rights reserved.
*
* Revision 1 (March 4, 2004):
* Initial proposal.
* NPIdentifier becomes a void*, was int32_t
* Remove NP_IsValidIdentifier, renamed NP_IdentifierFromUTF8 to NP_GetIdentifier
* Added NPVariant and modified functions to use this new type.
- *
- * Revision 8 (July 9, 2004):
- * Updated to joint Apple-Mozilla license.
- *
*/
#ifndef _NP_RUNTIME_H_
#define _NP_RUNTIME_H_