[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
mjs
mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:43:17 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit a1b62b3cb901daeac7c17c37ba04fbdcf91a42e0
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue May 27 23:22:43 2003 +0000
Rolled in fix from Safari-80~1-branch
2003-05-27 Maciej Stachowiak <mjs at apple.com>
Reviewed by Darin.
* WebKit.pbproj/project.pbxproj: Removed no longer needed and harmful flag.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4437 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 4cabef1..2eaafed 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,13 @@
+2003-05-27 Maciej Stachowiak <mjs at apple.com>
+
+ Rolled in fix from Safari-80~1-branch
+
+ 2003-05-27 Maciej Stachowiak <mjs at apple.com>
+
+ Reviewed by Darin.
+
+ * WebKit.pbproj/project.pbxproj: Removed no longer needed and harmful flag.
+
2003-05-25 David Hyatt <hyatt at apple.com>
Fix for 3268589, static position miscomputed when the positioned object is the last item in its enclosing block and when its previous sibling is a text run that ends in a space. In this case we need to clear our trailingSpaceObject so that we don't mistakenly ignore the positioned object when building up bidi runs.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 4cabef1..2eaafed 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2003-05-27 Maciej Stachowiak <mjs at apple.com>
+
+ Rolled in fix from Safari-80~1-branch
+
+ 2003-05-27 Maciej Stachowiak <mjs at apple.com>
+
+ Reviewed by Darin.
+
+ * WebKit.pbproj/project.pbxproj: Removed no longer needed and harmful flag.
+
2003-05-25 David Hyatt <hyatt at apple.com>
Fix for 3268589, static position miscomputed when the positioned object is the last item in its enclosing block and when its previous sibling is a text run that ends in a space. In this case we need to clear our trailingSpaceObject so that we don't mistakenly ignore the positioned object when building up bidi runs.
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index d39fe20..fd25734 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -138,7 +138,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.2;
OPTIMIZATION_CFLAGS = "-Os";
OTHER_CFLAGS = "$(DEBUG_CFLAGS) -DAPPLE_CHANGES -DHAVE_CONFIG_H";
- OTHER_LDFLAGS = "-no-c++filt -seg_addr_table_filename \"${SYSTEM_LIBRARY_DIR}/PrivateFrameworks/${PRODUCT_NAME}.framework/Versions/${FRAMEWORK_VERSION}/${PRODUCT_NAME}\" -umbrella WebKit";
+ OTHER_LDFLAGS = "-no-c++filt -umbrella WebKit";
PRECOMPILE_PREFIX_HEADER = YES;
PREFIX_HEADER = WebCorePrefix.h;
PRODUCT_NAME = WebCore;
@@ -179,6 +179,7 @@
</dict>
</plist>
";
+ shouldUseHeadermap = 0;
};
0867D69DFE84028FC02AAC07 = {
buildActionMask = 2147483647;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list