[webkit-changes] [179970] trunk/Source/WebCore

2015-02-11 Thread mrowe
Title: [179970] trunk/Source/WebCore Revision 179970 Author mr...@apple.com Date 2015-02-11 15:14:30 -0800 (Wed, 11 Feb 2015) Log Message extract-localizable-strings.pl shouldn't update the target file if the contents haven't changed Avoid updating the target file if the contents haven'

[webkit-changes] [178690] trunk/Source/WebKit2

2015-01-19 Thread mrowe
Title: [178690] trunk/Source/WebKit2 Revision 178690 Author mr...@apple.com Date 2015-01-19 19:46:02 -0800 (Mon, 19 Jan 2015) Log Message REGRESSION (r178452): Visited link coloring only appears to work in the first web process Roll out r178452 since it broke visited link coloring. Rev

[webkit-changes] [177674] trunk/Source/WebCore

2014-12-22 Thread mrowe
Title: [177674] trunk/Source/WebCore Revision 177674 Author mr...@apple.com Date 2014-12-22 18:24:23 -0800 (Mon, 22 Dec 2014) Log Message [Mac] Engineering builds of WebCore on OS X 10.8 and 10.9 shouldn't build with -gline-tables-only / Reviewed by Alexey Proskuryakov. * Configuratio

[webkit-changes] [177254] trunk/Source/WebCore

2014-12-12 Thread mrowe
Title: [177254] trunk/Source/WebCore Revision 177254 Author mr...@apple.com Date 2014-12-12 17:40:44 -0800 (Fri, 12 Dec 2014) Log Message [Mac] Work around a bug in dsymutil on older OS versions / Older versions of dsymutil are unable to write out more than 2GB of symbols per architect

[webkit-changes] [177230] trunk/Source/WebKit2

2014-12-12 Thread mrowe
Title: [177230] trunk/Source/WebKit2 Revision 177230 Author mr...@apple.com Date 2014-12-12 12:54:07 -0800 (Fri, 12 Dec 2014) Log Message Fix the 32-bit build. * UIProcess/API/mac/WKView.mm: (-[WKView _setPreviewTitle:]): Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKi

[webkit-changes] [176838] trunk/Source/WebCore

2014-12-04 Thread mrowe
Title: [176838] trunk/Source/WebCore Revision 176838 Author mr...@apple.com Date 2014-12-04 23:46:11 -0800 (Thu, 04 Dec 2014) Log Message Fix pre-Yosemite builds. The #ifs in two SPI wrapper headers were incorrect, resulting in code being included prior to Yosemite that required Yosemite

[webkit-changes] [176837] trunk/Source/JavaScriptCore

2014-12-04 Thread mrowe
Title: [176837] trunk/Source/_javascript_Core Revision 176837 Author mr...@apple.com Date 2014-12-04 22:58:04 -0800 (Thu, 04 Dec 2014) Log Message Build fix after r176836. Reviewed by Mark Lam. * runtime/VM.h: (JSC::VM::controlFlowProfiler): Don't try to export an inline function. Doing

[webkit-changes] [176315] trunk/Source/WebKit2

2014-11-19 Thread mrowe
Title: [176315] trunk/Source/WebKit2 Revision 176315 Author mr...@apple.com Date 2014-11-19 01:55:12 -0800 (Wed, 19 Nov 2014) Log Message Remove an unused file. * version.plist: Removed. Modified Paths trunk/Source/WebKit2/ChangeLog Removed Paths trunk/Source/WebKit2/version.plist

[webkit-changes] [173036] trunk/Source/WTF

2014-08-27 Thread mrowe
Title: [173036] trunk/Source/WTF Revision 173036 Author mr...@apple.com Date 2014-08-27 17:03:25 -0700 (Wed, 27 Aug 2014) Log Message _javascript_Core is missing debug info for WTF because libWTF.a is stripped. / Reviewed by Dan Bernstein. * Configurations/WTF.xcconfig: Set STRIP_INST

[webkit-changes] [172953] trunk/Source/WebCore

2014-08-26 Thread mrowe
Title: [172953] trunk/Source/WebCore Revision 172953 Author mr...@apple.com Date 2014-08-26 00:24:41 -0700 (Tue, 26 Aug 2014) Log Message Build fix after r172951. * fileapi/Blob.h: Give the argument the name that the predicates expect. Modified Paths trunk/Source/WebCore/ChangeLog trun

[webkit-changes] [172818] trunk/Source/WebCore

2014-08-20 Thread mrowe
Title: [172818] trunk/Source/WebCore Revision 172818 Author mr...@apple.com Date 2014-08-20 16:55:05 -0700 (Wed, 20 Aug 2014) Log Message Fix the release build after r172806. * Modules/mediasource/SourceBuffer.cpp: (WebCore::SourceBuffer::sourceBufferPrivateDidReceiveRenderingError): Add

[webkit-changes] [172812] trunk/Source/WebKit

2014-08-20 Thread mrowe
Title: [172812] trunk/Source/WebKit Revision 172812 Author mr...@apple.com Date 2014-08-20 14:43:33 -0700 (Wed, 20 Aug 2014) Log Message WebKit1 plug-in test failures in production builds after r172595 Reviewed by Alexey Proskuryakov. * WebKit.xcodeproj/project.pbxproj: Add the symlink

[webkit-changes] [172627] trunk/Source/WebKit

2014-08-15 Thread mrowe
Title: [172627] trunk/Source/WebKit Revision 172627 Author mr...@apple.com Date 2014-08-15 09:49:37 -0700 (Fri, 15 Aug 2014) Log Message WebKit1 Plug-in test failures in clean builds after r172595 Reviewed by Dan Bernstein. * WebKit.xcodeproj/project.pbxproj: Add a WebKitPluginHost.app

[webkit-changes] [172595] trunk/Source

2014-08-14 Thread mrowe
Title: [172595] trunk/Source Revision 172595 Author mr...@apple.com Date 2014-08-14 11:17:10 -0700 (Thu, 14 Aug 2014) Log Message Move helper applications out of the root of the framework. As described in , for bundles containing a Versions directory there may be no other content at the

[webkit-changes] [172542] trunk

2014-08-13 Thread mrowe
Title: [172542] trunk Revision 172542 Author mr...@apple.com Date 2014-08-13 16:55:10 -0700 (Wed, 13 Aug 2014) Log Message WebKit should build on Yosemite with the public SDK. Reviewed by Darin Adler. Source/WebCore: * rendering/RenderThemeMac.mm: Fix the forward-declaration of NSServ

[webkit-changes] [172428] trunk/Source/WebCore

2014-08-11 Thread mrowe
Title: [172428] trunk/Source/WebCore Revision 172428 Author mr...@apple.com Date 2014-08-11 20:01:52 -0700 (Mon, 11 Aug 2014) Log Message Fix the Mac build. * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm: Modified Paths trunk/Source/WebCore/ChangeLog trunk/

[webkit-changes] [171715] trunk/Source/WebKit2

2014-07-28 Thread mrowe
Title: [171715] trunk/Source/WebKit2 Revision 171715 Author mr...@apple.com Date 2014-07-28 17:56:18 -0700 (Mon, 28 Jul 2014) Log Message Web process crash causes UI process to die with an assertion failure in Connection::exceptionSourceEventHandler https://bugs.webkit.org/show_bug.cgi?id

[webkit-changes] [171264] trunk/Source/WebCore

2014-07-19 Thread mrowe
Title: [171264] trunk/Source/WebCore Revision 171264 Author mr...@apple.com Date 2014-07-19 11:07:43 -0700 (Sat, 19 Jul 2014) Log Message Ensure that make_names.pl generates the same result when run multiple times. Perl 5.18 introduced hash randomization. This results in the iteration o

[webkit-changes] [170735] trunk/Source/WebCore

2014-07-02 Thread mrowe
Title: [170735] trunk/Source/WebCore Revision 170735 Author mr...@apple.com Date 2014-07-02 16:02:45 -0700 (Wed, 02 Jul 2014) Log Message Ensure that the WebKit bundle version in the user agent string continues to match the current format. / Reviewed by Simon Fraser. * page/cocoa/User

[webkit-changes] [170734] trunk/Source

2014-07-02 Thread mrowe
Title: [170734] trunk/Source Revision 170734 Author mr...@apple.com Date 2014-07-02 16:02:43 -0700 (Wed, 02 Jul 2014) Log Message Remove duplication in code that prepares the user agent string on Mac and iOS Reviewed by Simon Fraser. Source/WebCore: * page/cocoa/UserAgent.h: * page/coc

[webkit-changes] [170730] trunk/Source

2014-07-02 Thread mrowe
Title: [170730] trunk/Source Revision 170730 Author mr...@apple.com Date 2014-07-02 15:38:41 -0700 (Wed, 02 Jul 2014) Log Message iOS should use shared code to determine the system marketing version Reviewed by Simon Fraser. Source/WebCore: * WebCore.xcodeproj/project.pbxproj: Add the

[webkit-changes] [170689] trunk/Source/WebKit2

2014-07-01 Thread mrowe
Title: [170689] trunk/Source/WebKit2 Revision 170689 Author mr...@apple.com Date 2014-07-01 19:24:44 -0700 (Tue, 01 Jul 2014) Log Message Add a missing return statement in WKPageCopySessionState. Reviewed by Anders Carlsson. * UIProcess/API/C/WKPage.cpp: (WKPageCopySessionState): Modif

[webkit-changes] [170404] trunk

2014-06-24 Thread mrowe
Title: [170404] trunk Revision 170404 Author mr...@apple.com Date 2014-06-24 16:33:55 -0700 (Tue, 24 Jun 2014) Log Message WKContextHistoryClient::didNavigateWithNavigationData is passed incorrect URL when history.pushState is used / Reviewed by Brady Eidson. Source/WebCore: Tests: ht

[webkit-changes] [169039] trunk/Source/WebKit2

2014-05-19 Thread mrowe
Title: [169039] trunk/Source/WebKit2 Revision 169039 Author mr...@apple.com Date 2014-05-19 01:44:52 -0700 (Mon, 19 May 2014) Log Message Build fix after r169023. * Shared/API/Cocoa/WebKitPrivate.h: Stop including headers that no longer exist. I hope for weinig's sake that no-one was rel

[webkit-changes] [168918] trunk/Source/WebKit2

2014-05-15 Thread mrowe
Title: [168918] trunk/Source/WebKit2 Revision 168918 Author mr...@apple.com Date 2014-05-15 17:11:39 -0700 (Thu, 15 May 2014) Log Message Move discovery of sharing services off the main thread Discovery of sharing services can require disk access and IPC. Since the interface to Services

[webkit-changes] [168218] trunk/Tools

2014-05-02 Thread mrowe
Title: [168218] trunk/Tools Revision 168218 Author mr...@apple.com Date 2014-05-02 18:15:47 -0700 (Fri, 02 May 2014) Log Message Make it possible to tell copy-webkitlibraries-to-product-directory which OS X version to copy for Reviewed by Dan Bernstein. * Scripts/copy-webkitlibraries-t

[webkit-changes] [168195] trunk/Source/WebKit2

2014-05-02 Thread mrowe
Title: [168195] trunk/Source/WebKit2 Revision 168195 Author mr...@apple.com Date 2014-05-02 15:04:02 -0700 (Fri, 02 May 2014) Log Message -[_WKThumbnailView _requestSnapshotIfNeeded] assumes that taking a snapshot will always succeed / Reviewed by Tim Horton. * UIProcess/API/Cocoa/_WK

[webkit-changes] [167709] trunk/Source/JavaScriptCore

2014-04-23 Thread mrowe
Title: [167709] trunk/Source/_javascript_Core Revision 167709 Author mr...@apple.com Date 2014-04-23 07:39:46 -0700 (Wed, 23 Apr 2014) Log Message [Mac] REGRESSION (r164823): Building _javascript_Core creates files under /tmp/_javascript_Core.dst Reviewed by Dan Bernstein. * _javascrip

[webkit-changes] [166954] trunk/Tools

2014-04-08 Thread mrowe
Title: [166954] trunk/Tools Revision 166954 Author mr...@apple.com Date 2014-04-08 13:32:31 -0700 (Tue, 08 Apr 2014) Log Message XPC services launched by Safari have wrong DYLD_FRAMEWORK_PATH set when launched via run-safari / debug-safari / Reviewed by Alexey Proskuryakov. * Scripts/

[webkit-changes] [166828] trunk/Source/WebCore

2014-04-05 Thread mrowe
Title: [166828] trunk/Source/WebCore Revision 166828 Author mr...@apple.com Date 2014-04-05 00:08:36 -0700 (Sat, 05 Apr 2014) Log Message Fix the 32-bit build after r166818. * WebCore.exp.in: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.exp.in Diff Mo

[webkit-changes] [166688] trunk/Source/WebKit

2014-04-02 Thread mrowe
Title: [166688] trunk/Source/WebKit Revision 166688 Author mr...@apple.com Date 2014-04-02 18:36:58 -0700 (Wed, 02 Apr 2014) Log Message Build fix after r166684. Source/WebKit/ios: * WebView/WebPDFViewPlaceholder.mm: (-[WebPDFViewPlaceholder simulateClickOnLinkToURL:]): Source/WebKit/w

[webkit-changes] [166685] trunk/Source/WebCore

2014-04-02 Thread mrowe
Title: [166685] trunk/Source/WebCore Revision 166685 Author mr...@apple.com Date 2014-04-02 17:56:09 -0700 (Wed, 02 Apr 2014) Log Message Remove FrameLoadRequest's m_lockHistory member since it's always false. Reviewed by Andreas Kling. * loader/FrameLoadRequest.cpp: (WebCore::FrameLoa

[webkit-changes] [166396] trunk

2014-03-27 Thread mrowe
Title: [166396] trunk Revision 166396 Author mr...@apple.com Date 2014-03-27 21:06:58 -0700 (Thu, 27 Mar 2014) Log Message WebKitTestRunner needs to print history delegate information Tools: Provide an implementation of WKContextHistoryClient that logs when called for tests in the glob

[webkit-changes] [166195] trunk/Source/WebKit2

2014-03-24 Thread mrowe
Title: [166195] trunk/Source/WebKit2 Revision 166195 Author mr...@apple.com Date 2014-03-24 14:47:48 -0700 (Mon, 24 Mar 2014) Log Message Build fix after r166186. * UIProcess/Cocoa/DownloadClient.mm: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/UIProcess/Cocoa/Dow

[webkit-changes] [165677] trunk/Source

2014-03-14 Thread mrowe
Title: [165677] trunk/Source Revision 165677 Author mr...@apple.com Date 2014-03-14 21:38:58 -0700 (Fri, 14 Mar 2014) Log Message Fix the production build. Don't rely on USE_INTERNAL_SDK being set for the Production configuration since UseInternalSDK.xcconfig won't be at the expected rel

[webkit-changes] [163766] trunk/Source/WebKit

2014-02-09 Thread mrowe
Title: [163766] trunk/Source/WebKit Revision 163766 Author mr...@apple.com Date 2014-02-09 23:41:33 -0800 (Sun, 09 Feb 2014) Log Message Stop relinking WebKit on every build. * WebKit.xcodeproj/project.pbxproj: Fix the case on an input file for the Generate Export Files script phase so i

[webkit-changes] [163710] trunk/Source/JavaScriptCore

2014-02-08 Thread mrowe
Title: [163710] trunk/Source/_javascript_Core Revision 163710 Author mr...@apple.com Date 2014-02-08 02:33:02 -0800 (Sat, 08 Feb 2014) Log Message Don't duplicate the list of input files for postprocess-headers.sh Reviewed by Dan Bernstein. * postprocess-headers.sh: Pull the list of he

[webkit-changes] [163709] trunk/Source/JavaScriptCore

2014-02-08 Thread mrowe
Title: [163709] trunk/Source/_javascript_Core Revision 163709 Author mr...@apple.com Date 2014-02-08 02:03:39 -0800 (Sat, 08 Feb 2014) Log Message Fix the iOS build. * API/WebKitAvailability.h: Skip the workarounds specific to OS X when we're building for iOS. Modified Paths trunk/Sour

[webkit-changes] [163707] trunk/Source/JavaScriptCore

2014-02-08 Thread mrowe
Title: [163707] trunk/Source/_javascript_Core Revision 163707 Author mr...@apple.com Date 2014-02-08 01:01:14 -0800 (Sat, 08 Feb 2014) Log Message Fix use of availability macros on recently-added APIs Reviewed by Dan Bernstein. * API/JSContext.h: Remove some #ifs. * API/JSManagedValue.

[webkit-changes] [163099] trunk/Source/WebKit2

2014-01-30 Thread mrowe
Title: [163099] trunk/Source/WebKit2 Revision 163099 Author mr...@apple.com Date 2014-01-30 12:29:12 -0800 (Thu, 30 Jan 2014) Log Message Host plug-ins in XPC services / We disabled use of XPC services for plug-ins back in r143829 as the per-architecture services were not being built f

[webkit-changes] [162929] trunk/Source

2014-01-28 Thread mrowe
Title: [162929] trunk/Source Revision 162929 Author mr...@apple.com Date 2014-01-28 02:40:58 -0800 (Tue, 28 Jan 2014) Log Message Disable some deprecation warnings to fix the build. Reviewed by Ryosuke Niwa. Source/WebCore: * accessibility/mac/AXObjectCacheMac.mm: (WebCore::AXObjectCa

[webkit-changes] [162495] trunk/Source

2014-01-21 Thread mrowe
Title: [162495] trunk/Source Revision 162495 Author mr...@apple.com Date 2014-01-21 20:01:01 -0800 (Tue, 21 Jan 2014) Log Message Roll out r162483. It removes SPI that is currently in use. Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/html/HTMLCanvasElement.cpp trun

[webkit-changes] [162434] trunk/Source/JavaScriptCore

2014-01-21 Thread mrowe
Title: [162434] trunk/Source/_javascript_Core Revision 162434 Author mr...@apple.com Date 2014-01-21 03:47:42 -0800 (Tue, 21 Jan 2014) Log Message Mac production build fix. Move the shell script build phase to copy jsc into _javascript_Core.framework out of the jsc target and in to the A

[webkit-changes] [162048] trunk/Source/WebKit/mac

2014-01-14 Thread mrowe
Title: [162048] trunk/Source/WebKit/mac Revision 162048 Author mr...@apple.com Date 2014-01-14 22:34:14 -0800 (Tue, 14 Jan 2014) Log Message Stop cmp from spewing useless info during postprocess-headers.sh. * postprocess-headers.sh: Pass -s to silence cmp since we only care about the exi

[webkit-changes] [161998] trunk/Source/WebKit2

2014-01-14 Thread mrowe
Title: [161998] trunk/Source/WebKit2 Revision 161998 Author mr...@apple.com Date 2014-01-14 13:19:12 -0800 (Tue, 14 Jan 2014) Log Message WebKit2 leaks sudden termination assertions when a page with unload handlers is closed. / When a page with an unload handler is loaded, the web proc

[webkit-changes] [161995] trunk/Source/WebCore

2014-01-14 Thread mrowe
Title: [161995] trunk/Source/WebCore Revision 161995 Author mr...@apple.com Date 2014-01-14 12:28:23 -0800 (Tue, 14 Jan 2014) Log Message WebCore icon database appears to leak sudden termination assertions / Introduce an RAII wrapper around disableSuddenTermination / enableSuddenTermin

[webkit-changes] [161415] trunk/Source

2014-01-07 Thread mrowe
Title: [161415] trunk/Source Revision 161415 Author mr...@apple.com Date 2014-01-07 01:46:36 -0800 (Tue, 07 Jan 2014) Log Message DOMProgressEvent has unspecified availability Reviewed by Ryosuke Niwa. Source/WebCore: * bindings/objc/PublicDOMInterfaces.h: Add DOMProgressEvent. It fir

[webkit-changes] [161414] trunk/Source/JavaScriptCore

2014-01-07 Thread mrowe
Title: [161414] trunk/Source/_javascript_Core Revision 161414 Author mr...@apple.com Date 2014-01-07 01:42:26 -0800 (Tue, 07 Jan 2014) Log Message Remove the legacy WebKit availability macros They're no longer used. Reviewed by Ryosuke Niwa. * API/WebKitAvailability.h: Modified Paths

[webkit-changes] [161412] trunk/Source/WebCore

2014-01-07 Thread mrowe
Title: [161412] trunk/Source/WebCore Revision 161412 Author mr...@apple.com Date 2014-01-07 00:46:53 -0800 (Tue, 07 Jan 2014) Log Message Another Mountain Lion build fix. The Mountain Lion version of NS_DEPRECATED_MAC generates a reference to a nonexistent availability macro when the int

[webkit-changes] [161410] trunk/Source/WebCore

2014-01-06 Thread mrowe
Title: [161410] trunk/Source/WebCore Revision 161410 Author mr...@apple.com Date 2014-01-06 23:26:58 -0800 (Mon, 06 Jan 2014) Log Message Mountain Lion build fix. * bindings/objc/WebKitAvailability.h: #define __AVAILABILITY_INTERNAL__MAC_TBD so that the TBD version works on Mountain Lion

[webkit-changes] [161397] trunk/Source/WebCore

2014-01-06 Thread mrowe
Title: [161397] trunk/Source/WebCore Revision 161397 Author mr...@apple.com Date 2014-01-06 20:45:57 -0800 (Mon, 06 Jan 2014) Log Message Be more correct in dealing with NSControlSize Reviewed by Ryosuke Niwa. * platform/mac/ScrollbarThemeMac.mm: (WebCore::scrollbarControlSizeToNSContr

[webkit-changes] [161396] trunk/Tools

2014-01-06 Thread mrowe
Title: [161396] trunk/Tools Revision 161396 Author mr...@apple.com Date 2014-01-06 20:00:31 -0800 (Mon, 06 Jan 2014) Log Message Fix incorrectness in use of some AppKit enums Reviewed by Ryosuke Niwa. * DumpRenderTree/mac/DumpRenderTree.mm: (-[DRTMockScroller rectForPart:]): Move to us

[webkit-changes] [161347] trunk/Source/WebKit/mac

2014-01-06 Thread mrowe
Title: [161347] trunk/Source/WebKit/mac Revision 161347 Author mr...@apple.com Date 2014-01-06 09:22:39 -0800 (Mon, 06 Jan 2014) Log Message Mountain Lion build fix after r161332. * Carbon/HIWebView.h: Mountain Lion's version of CF_AVAILABLE_MAC doesn't accept a message argument so remov

[webkit-changes] [161332] trunk/Source

2014-01-06 Thread mrowe
Title: [161332] trunk/Source Revision 161332 Author mr...@apple.com Date 2014-01-06 00:15:52 -0800 (Mon, 06 Jan 2014) Log Message Move WebKit off the legacy WebKit availability macros The legacy WebKit availability macros are verbose, confusing, and provide no benefit over using the sys

[webkit-changes] [160594] trunk/Source

2013-12-14 Thread mrowe
Title: [160594] trunk/Source Revision 160594 Author mr...@apple.com Date 2013-12-14 02:13:51 -0800 (Sat, 14 Dec 2013) Log Message Build fix after r160557. Source/_javascript_Core: r160557 added the first generated header to _javascript_Core that needs to be installed in to the framework

[webkit-changes] [160454] trunk/Source/JavaScriptCore

2013-12-11 Thread mrowe
Title: [160454] trunk/Source/_javascript_Core Revision 160454 Author mr...@apple.com Date 2013-12-11 14:13:23 -0800 (Wed, 11 Dec 2013) Log Message Modernize the _javascript_Core API headers This consists of three main changes: 1) Converting the return type of initializer methods to ins

[webkit-changes] [160452] trunk/Source/JavaScriptCore

2013-12-11 Thread mrowe
Title: [160452] trunk/Source/_javascript_Core Revision 160452 Author mr...@apple.com Date 2013-12-11 14:06:11 -0800 (Wed, 11 Dec 2013) Log Message Move _javascript_Core off the legacy WebKit availability macros The legacy WebKit availability macros are verbose, confusing, and provide no

[webkit-changes] [160439] trunk/Tools

2013-12-11 Thread mrowe
Title: [160439] trunk/Tools Revision 160439 Author mr...@apple.com Date 2013-12-11 09:49:44 -0800 (Wed, 11 Dec 2013) Log Message Remove the DumpRenderTree Perl Support module Now that old-run-webkit-tests is not used on OS X it's not worth the time and effort to build and maintain this

[webkit-changes] [160438] trunk/Source/WebKit

2013-12-11 Thread mrowe
Title: [160438] trunk/Source/WebKit Revision 160438 Author mr...@apple.com Date 2013-12-11 09:47:40 -0800 (Wed, 11 Dec 2013) Log Message Remove a Leopard-specific check from WebKit.xcodeproj Reviewed by Anders Carlsson. * WebKit.xcodeproj/project.pbxproj: Modified Paths trunk/Source/

[webkit-changes] [160412] trunk/Source

2013-12-10 Thread mrowe
Title: [160412] trunk/Source Revision 160412 Author mr...@apple.com Date 2013-12-10 23:25:45 -0800 (Tue, 10 Dec 2013) Log Message WebKit doesn't deal with longer bundle versions correctly Reviewed by Dan Bernstein. Source/WebKit/mac: * WebView/WebView.mm: (createUserVisibleWebKitVers

[webkit-changes] [159885] trunk/Websites/webkit.org

2013-11-30 Thread mrowe
Title: [159885] trunk/Websites/webkit.org Revision 159885 Author mr...@apple.com Date 2013-11-30 09:05:06 -0800 (Sat, 30 Nov 2013) Log Message Update the analytics account used by webkit.org Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit pro

[webkit-changes] [159669] trunk

2013-11-21 Thread mrowe
Title: [159669] trunk Revision 159669 Author mr...@apple.com Date 2013-11-21 19:04:12 -0800 (Thu, 21 Nov 2013) Log Message Stop overriding VALID_ARCHS. All modern versions of Xcode set it appropriately for our needs. Reviewed by Alexey Proskuryakov. Source/_javascript_Core: * Configu

[webkit-changes] [159665] trunk/Source

2013-11-21 Thread mrowe
Title: [159665] trunk/Source Revision 159665 Author mr...@apple.com Date 2013-11-21 18:57:41 -0800 (Thu, 21 Nov 2013) Log Message Fix an error in a few Xcode configuration setting files. Reviewed by Alexey Proskuryakov. Source/_javascript_Core: * Configurations/Base.xcconfig: Source/

[webkit-changes] [159663] trunk/Source

2013-11-21 Thread mrowe
Title: [159663] trunk/Source Revision 159663 Author mr...@apple.com Date 2013-11-21 18:55:19 -0800 (Thu, 21 Nov 2013) Log Message Fix some deprecation warnings. Reviewed by Anders Carlsson. Source/WebCore: * platform/mac/HTMLConverter.mm: (fileWrapperForURL): Move off a deprecated NSF

[webkit-changes] [159576] trunk/Tools

2013-11-20 Thread mrowe
Title: [159576] trunk/Tools Revision 159576 Author mr...@apple.com Date 2013-11-20 13:02:42 -0800 (Wed, 20 Nov 2013) Log Message Remove some obsolete logic from WebKit.app. Reviewed by Alexey Proskuryakov. * WebKitLauncher/WebKitNightlyEnabler.m: (poseAsWebKitApp): Remove a pre-10.6 cod

[webkit-changes] [159549] trunk/Tools

2013-11-19 Thread mrowe
Title: [159549] trunk/Tools Revision 159549 Author mr...@apple.com Date 2013-11-19 22:01:19 -0800 (Tue, 19 Nov 2013) Log Message Modernize WebKit.app's OS X version checking logic. Gestalt is deprecated on recent OS X versions so we should switch off it. Reviewed by Sam Weinig. * WebK

[webkit-changes] [159485] trunk

2013-11-18 Thread mrowe
Title: [159485] trunk Revision 159485 Author mr...@apple.com Date 2013-11-18 23:20:20 -0800 (Mon, 18 Nov 2013) Log Message Use hw.activecpu for determining how many processes to spawn. It's documented as the preferred way to determine the number of threads or processes to create in a SMP

[webkit-changes] [159480] trunk/Source/WebKit/mac

2013-11-18 Thread mrowe
Title: [159480] trunk/Source/WebKit/mac Revision 159480 Author mr...@apple.com Date 2013-11-18 21:14:36 -0800 (Mon, 18 Nov 2013) Log Message Disable deprecation warnings related to NSCalendarDate in WebHistory. Reviewed by Anders Carlsson. * History/WebHistory.h: Use a #pragma to have t

[webkit-changes] [158036] trunk/Source/WebKit/mac

2013-10-25 Thread mrowe
Title: [158036] trunk/Source/WebKit/mac Revision 158036 Author mr...@apple.com Date 2013-10-25 13:16:56 -0700 (Fri, 25 Oct 2013) Log Message Fix or disable some deprecation warnings. Reviewed by Darin Adler. * Panels/WebAuthenticationPanel.m: (-[WebAuthenticationPanel cancel:]): On newe

[webkit-changes] [157846] trunk/Source/WebKit2

2013-10-22 Thread mrowe
Title: [157846] trunk/Source/WebKit2 Revision 157846 Author mr...@apple.com Date 2013-10-22 21:04:00 -0700 (Tue, 22 Oct 2013) Log Message Fix build failures after r157842. * WebProcess/WebProcess.h: Don't try to #include a file that was deleted. It won't work. Modified Paths trunk/Sour

[webkit-changes] [157771] trunk/WebKitLibraries/libWebKitSystemInterfaceMavericks.a

2013-10-21 Thread mrowe
Title: [157771] trunk/WebKitLibraries/libWebKitSystemInterfaceMavericks.a Revision 157771 Author mr...@apple.com Date 2013-10-21 18:31:08 -0700 (Mon, 21 Oct 2013) Log Message Set svn:mime-type on libWebKitSystemInterfaceMavericks.a so that future changes don't generate giant commit emails

[webkit-changes] [157561] trunk/Source/WebKit2

2013-10-17 Thread mrowe
Title: [157561] trunk/Source/WebKit2 Revision 157561 Author mr...@apple.com Date 2013-10-17 00:28:37 -0700 (Thu, 17 Oct 2013) Log Message WebKit2 XPC services load the wrong frameworks when running from the staged frameworks location. Build the XPC services with DYLD_VERSIONED_FRAMEWORK

[webkit-changes] [157496] trunk/Source/WebCore

2013-10-16 Thread mrowe
Title: [157496] trunk/Source/WebCore Revision 157496 Author mr...@apple.com Date 2013-10-16 00:32:42 -0700 (Wed, 16 Oct 2013) Log Message Fix the build after r157478. Rubber-stamped by Tim Horton. Due to the way WebCore.exp.in is used, it can't be used to export a differing set of symbo

[webkit-changes] [157239] trunk/Source

2013-10-10 Thread mrowe
Title: [157239] trunk/Source Revision 157239 Author mr...@apple.com Date 2013-10-10 12:25:07 -0700 (Thu, 10 Oct 2013) Log Message Source/_javascript_Core: _javascript_Core fails to build with C++ 98 conformance changes Reviewed by Andreas Kling. * heap/VTableSpectrum.cpp: (JSC::VTableS

[webkit-changes] [156877] trunk/Source/WebKit2

2013-10-03 Thread mrowe
Title: [156877] trunk/Source/WebKit2 Revision 156877 Author mr...@apple.com Date 2013-10-03 21:11:43 -0700 (Thu, 03 Oct 2013) Log Message REGRESSION (r155787): WebKitTestRunner rebuilds from scratch when doing an incremental build Reviewed by Dan Bernstein. * WebKit2.xcodeproj/project.p

[webkit-changes] [156873] trunk/Source/JavaScriptCore

2013-10-03 Thread mrowe
Title: [156873] trunk/Source/_javascript_Core Revision 156873 Author mr...@apple.com Date 2013-10-03 20:19:44 -0700 (Thu, 03 Oct 2013) Log Message REGRESSION (r156811): WebCore rebuilds from scratch when doing an incremental build The change in r156811 resulted in several public headers

[webkit-changes] [156743] trunk/Source/WebKit2

2013-10-01 Thread mrowe
Title: [156743] trunk/Source/WebKit2 Revision 156743 Author mr...@apple.com Date 2013-10-01 15:52:52 -0700 (Tue, 01 Oct 2013) Log Message WebKit2 APIs returning CF and NS types should explicitly declare whether they return retained objects. This make the APIs easier to use under ARC and

[webkit-changes] [156689] trunk/Tools

2013-09-30 Thread mrowe
Title: [156689] trunk/Tools Revision 156689 Author mr...@apple.com Date 2013-09-30 18:24:00 -0700 (Mon, 30 Sep 2013) Log Message More build fixage for builds with SDKs. * WebKitTestRunner/Configurations/Base.xcconfig: * WebKitTestRunner/Configurations/BaseTarget.xcconfig: Modified Paths

[webkit-changes] [156666] trunk

2013-09-30 Thread mrowe
Title: [15] trunk Revision 15 Author mr...@apple.com Date 2013-09-30 11:09:55 -0700 (Mon, 30 Sep 2013) Log Message Fix the build when building against an SDK. Xcode helpfully prepends $(SDKROOT) to the paths in FRAMEWORK_SEARCH_PATHS when generating the compiler command lines. It

[webkit-changes] [156631] trunk

2013-09-29 Thread mrowe
Title: [156631] trunk Revision 156631 Author mr...@apple.com Date 2013-09-29 22:30:50 -0700 (Sun, 29 Sep 2013) Log Message Fix the Lion build. Ensure that C++ and Objective-C++ files build with the right compiler flags. Source/WebCore: * Configurations/WebCore.xcconfig: Source/WebKit/

[webkit-changes] [156611] trunk

2013-09-28 Thread mrowe
Title: [156611] trunk Revision 156611 Author mr...@apple.com Date 2013-09-28 13:01:30 -0700 (Sat, 28 Sep 2013) Log Message Fix some failures with newer versions of clang. Some CoreGraphics headers generate warnings under newer versions of clang. Since they're system headers the warnings

[webkit-changes] [156610] trunk/Source

2013-09-28 Thread mrowe
Title: [156610] trunk/Source Revision 156610 Author mr...@apple.com Date 2013-09-28 12:15:48 -0700 (Sat, 28 Sep 2013) Log Message Take Xcode's advice and enable some extra warnings. Reviewed by Sam Weinig. Source/_javascript_Core: * Configurations/Base.xcconfig: * _javascript_Core.xcod

[webkit-changes] [156600] trunk/Source/WebCore

2013-09-28 Thread mrowe
Title: [156600] trunk/Source/WebCore Revision 156600 Author mr...@apple.com Date 2013-09-28 03:26:17 -0700 (Sat, 28 Sep 2013) Log Message WebCore fails to build with newer versions of clang. Reviewed by Sam Weinig. * Modules/indexeddb/IDBIndex.cpp: Remove an unused constant. * Modules/i

[webkit-changes] [156599] trunk/Source/WebKit/mac

2013-09-28 Thread mrowe
Title: [156599] trunk/Source/WebKit/mac Revision 156599 Author mr...@apple.com Date 2013-09-28 03:25:30 -0700 (Sat, 28 Sep 2013) Log Message WebKit fails to build with newer versions of clang. Reviewed by Sam Weinig. * Carbon/HIWebView.mm: Remove an unused function. * History/BinaryProp

[webkit-changes] [156598] trunk/Source/WebKit2

2013-09-28 Thread mrowe
Title: [156598] trunk/Source/WebKit2 Revision 156598 Author mr...@apple.com Date 2013-09-28 03:23:32 -0700 (Sat, 28 Sep 2013) Log Message WebKit2 fails to build with newer versions of clang. Reviewed by Anders Carlsson. * Shared/VisitedLinkTable.cpp: #if a function that's only used insi

[webkit-changes] [156597] trunk/Source/JavaScriptCore

2013-09-28 Thread mrowe
Title: [156597] trunk/Source/_javascript_Core Revision 156597 Author mr...@apple.com Date 2013-09-28 03:22:06 -0700 (Sat, 28 Sep 2013) Log Message _javascript_Core fails to build with newer versions of clang. Reviewed by Sam Weinig. * interpreter/Interpreter.cpp: Remove an unused functi

[webkit-changes] [156596] trunk/Source/WTF

2013-09-28 Thread mrowe
Title: [156596] trunk/Source/WTF Revision 156596 Author mr...@apple.com Date 2013-09-28 03:19:40 -0700 (Sat, 28 Sep 2013) Log Message WTF fails to build with newer versions of clang. Reviewed by Sam Weinig. * wtf/DateMath.cpp: Remove some unused constants. * wtf/FastMalloc.cpp: #if som

[webkit-changes] [156348] trunk

2013-09-24 Thread mrowe
Title: [156348] trunk Revision 156348 Author mr...@apple.com Date 2013-09-24 12:18:46 -0700 (Tue, 24 Sep 2013) Log Message WebKit should build against the Xcode default toolchain when targeting OS X 10.8 Reviewed by Dan Bernstein. Source/_javascript_Core: * Configurations/Base.xcconfi

[webkit-changes] [156218] trunk/WebKitLibraries

2013-09-20 Thread mrowe
Title: [156218] trunk/WebKitLibraries Revision 156218 Author mr...@apple.com Date 2013-09-20 18:25:51 -0700 (Fri, 20 Sep 2013) Log Message Fix link errors for external users when building WebKit with Xcode 5. Reviewed by Oliver Hunt. * libWebKitSystemInterfaceLion.a: * libWebKitSystemIn

[webkit-changes] [156208] trunk

2013-09-20 Thread mrowe
Title: [156208] trunk Revision 156208 Author mr...@apple.com Date 2013-09-20 16:01:37 -0700 (Fri, 20 Sep 2013) Log Message build-webkit should verify that your tools are up-to-date Tools: Enforce a minimum OS version of 10.7.5 and Xcode version of 4.6. Reviewed by David Kilzer. * Scr

[webkit-changes] [155166] trunk/Source/JavaScriptCore

2013-09-05 Thread mrowe
Title: [155166] trunk/Source/_javascript_Core Revision 155166 Author mr...@apple.com Date 2013-09-05 18:08:48 -0700 (Thu, 05 Sep 2013) Log Message Roll out r155149 since it broke the build. Modified Paths trunk/Source/_javascript_Core/ChangeLog trunk/Source/_javascript_Core/dfg/DFGAbstr

[webkit-changes] [155087] trunk/Source/WTF

2013-09-04 Thread mrowe
Title: [155087] trunk/Source/WTF Revision 155087 Author mr...@apple.com Date 2013-09-04 19:44:28 -0700 (Wed, 04 Sep 2013) Log Message Fix AutodrainedPool.h to compile without errors under ARC. Rubber-stamped by Anders Carlsson. * wtf/AutodrainedPool.h: Some versions of Clang complain ab

[webkit-changes] [155082] trunk/Source/WebKit/mac

2013-09-04 Thread mrowe
Title: [155082] trunk/Source/WebKit/mac Revision 155082 Author mr...@apple.com Date 2013-09-04 17:49:56 -0700 (Wed, 04 Sep 2013) Log Message Make WebKit's localizable strings mechanism usable under ARC WebKit's localizable strings mechanism is also used outside of WebKit so it needs to

[webkit-changes] [154537] trunk/Source/WTF

2013-08-23 Thread mrowe
Title: [154537] trunk/Source/WTF Revision 154537 Author mr...@apple.com Date 2013-08-23 21:07:07 -0700 (Fri, 23 Aug 2013) Log Message Revert r153637. It didn't work with ARC like it said it would. We'll need to take a slightly different approach. Rubber-stamped by Anders Carlsson. * wt

[webkit-changes] [154538] trunk/Source/WTF

2013-08-23 Thread mrowe
Title: [154538] trunk/Source/WTF Revision 154538 Author mr...@apple.com Date 2013-08-23 21:07:20 -0700 (Fri, 23 Aug 2013) Log Message Make RetainPtr work with ARC. Have RetainPtr store the object its managing as a CFTypeRef and manage its lifetime with CFRetain / CFRelease. This is nece

[webkit-changes] [153767] trunk/Source/WTF

2013-08-06 Thread mrowe
Title: [153767] trunk/Source/WTF Revision 153767 Author mr...@apple.com Date 2013-08-06 15:10:02 -0700 (Tue, 06 Aug 2013) Log Message FastMalloc should support MallocStackLogging Call the malloc stack logging function from within the various entry points to FastMalloc when stack logging

[webkit-changes] [153739] trunk/Source/WebKit/win

2013-08-05 Thread mrowe
Title: [153739] trunk/Source/WebKit/win Revision 153739 Author mr...@apple.com Date 2013-08-05 20:16:02 -0700 (Mon, 05 Aug 2013) Log Message Another Windows release build fix. * WebKitLogging.cpp: Wrap the implementation file in !LOG_DISABLED #if's too. Modified Paths trunk/Source/WebK

[webkit-changes] [153738] trunk/Source/WTF

2013-08-05 Thread mrowe
Title: [153738] trunk/Source/WTF Revision 153738 Author mr...@apple.com Date 2013-08-05 20:10:18 -0700 (Mon, 05 Aug 2013) Log Message Build fix for Windows. * wtf/Assertions.cpp: Include StringExtras.h rather than StdLibExtras.h, since the former is where strncasecmp is declared. Modifi

[webkit-changes] [153737] trunk/Source/WebKit/win

2013-08-05 Thread mrowe
Title: [153737] trunk/Source/WebKit/win Revision 153737 Author mr...@apple.com Date 2013-08-05 20:03:06 -0700 (Mon, 05 Aug 2013) Log Message Build fix for Windows release build. * WebKitLogging.h: Wrap things in !LOG_DISABLED so that we don't attempt to use macros that have not been defi

[webkit-changes] [153637] trunk/Source/WTF

2013-08-02 Thread mrowe
Title: [153637] trunk/Source/WTF Revision 153637 Author mr...@apple.com Date 2013-08-02 00:51:49 -0700 (Fri, 02 Aug 2013) Log Message RetainPtr should support ARC for Objective-C objects. While RetainPtr is not necessary under ARC, having it available makes it easier to transition exist

  1   2   3   4   5   6   >