Home | History | Annotate | Download | only in WebCore

Lines Matching full:tiger

2431         CSSGrammar.y tweaked by David Kilzer to fix Tiger builds.
4568 - Tiger build fix
23401 Disable Range mutation on document modifications in Tiger and Leopard Mail,
23560 Roll out r32851. It broke tiger builds.
25609 (WebCore::MediaPlayerPrivate::isAvailable): There is no need to check QuickTime version post-Tiger,
34471 - try to fix the Tiger build
34553 - Tiger build fix
37597 Make the Ahem font antialias correctly on Acid3 on Tiger.
37599 * WebCore.Tiger.exp:
37668 Fix build bustage on Tiger. Tiger will not have the bug fix.
41703 * WebCore.Tiger.exp:
43304 - try to fix leaks seen on Tiger after r30840
45529 * WebCore.Tiger.exp: Move Tiger-only symbol here.
45562 * DerivedSources.make: Add Tiger-only symbols to the export file when running on Tiger.
45563 * WebCore.Tiger.exp: Added. Move Tiger-only symbol here from WebCore.base.exp.
46099 Fixs 50+ layout tests when run on Tiger.
50578 - <rdar://problem/5738175> Remove workaround for <rdar://problem/5539388> from post-Tiger builds
54211 (WebCore::nextBreakablePosition): Changed to use Carbon only on Tiger.
54792 <rdar://problem/5600926> WebCore on Tiger must link to its own copy of SQLite 3.4 or newer (so HTML database behavior will be correct).
54794 * Configurations/Base.xcconfig: Update the header search path on Tiger.
54795 * Configurations/DebugRelease.xcconfig: Update the header search path on Tiger.
54796 * Configurations/WebCore.xcconfig: Link against libWebCoreSQLite3.a when building on Tiger.
54797 * WebCore.xcodeproj/project.pbxproj: Update the header search path in Production builds on Tiger.
57474 Fix Tiger build.
59940 Tiger build fix.
59944 It's not needed on Tiger, and breaks the build.
59985 Tiger and multiple SVG layout test failures on Leopard.
60306 Reviewed by Eric. Hopefully fix build with mac tiger after the unicode-range addition. NSInteger not available there.
61326 Tiger build fix.
61328 * platform/Threading.h: The OSAtomic functions take non-volatile pointers on Tiger.
63870 Tiger build fix: restored some graphics code still needed on Tiger.
64619 - fix Tiger build (my fault it was broken)
64621 * rendering/RenderThemeMac.mm: Define NSUInteger if on Tiger.
65352 - fix regression in fast/text/international/bidi-override on Tiger
66650 Tiger build fix -- don't call QTMovieView setDelegate: directly because it's not public
66753 (method_setImplementation): Added for Tiger.
66852 <rdar://problem/5639463> Bundle versions on Tiger should be 4523.x not 523.x
66854 * Configurations/Version.xcconfig: Some Tiger versions of Xcode don't set MAC_OS_X_VERSION_MAJOR,
66855 so assume Tiger and use a 4 for the SYSTEM_VERSION_PREFIX.
67394 Mac Tiger build fix.
67495 - fix Tiger build
67497 * platform/graphics/mac/MediaPlayerPrivateQTKit.mm: Tiger didn't even have
67502 - fix 64-bit build, hopefully without breaking Tiger build
67557 Fix build on Tiger (Mark Rowe told me how).
67560 Include <objc/objc-runtime.h>, which existed back on Tiger,
67680 wkDrawFocusRing() respects the context clip now. On Tiger, a
68351 <rdar://problem/5613106> Acordex: REGRESSION (Tiger-Leopard): plug-ins can no longer take over TIFF images (affects uspto.gov)
72243 which includes Tiger ICU headers.
77993 - fix <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
78008 On Tiger and Leopard, the image/x-icon MIME type is not returned from
78017 comment about the image/bmp MIME type since it applies to both Tiger and
80576 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(