Bug 44558 - Inspector sources recompile every time
Summary: Inspector sources recompile every time
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 15:15 PDT by Eric Seidel (no email)
Modified: 2010-08-24 17:28 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-08-24 15:15:56 PDT
Inspector sources recompile every time

This is not cool.

These sources recompile on every build of WebCore.  This is a very recent regression.

inspector/ConsoleMessage.cpp
inspector/InjectedScriptHost.cpp
inspector/InspectorApplicationCacheAgent.cpp
inspector/InspectorBackend.cpp
/Projects/build/Debug/DerivedSources/WebCore/InspectorBackendDispatcher.cpp
inspector/InspectorController.cpp
inspector/InspectorDatabaseResource.cpp
inspector/InspectorDebuggerAgent.cpp
inspector/InspectorDOMAgent.cpp
inspector/InspectorDOMStorageResource.cpp
/Projects/build/Debug/DerivedSources/WebCore/InspectorFrontend.cpp
inspector/InspectorFrontendClientLocal.cpp
inspector/InspectorResource.cpp
inspector/InspectorStorageAgent.cpp
inspector/InspectorTimelineAgent.cpp
inspector/InspectorProfilerAgent.cpp
Comment 1 Adam Roben (:aroben) 2010-08-24 15:36:36 PDT
I think Joe is working on this.
Comment 2 Joseph Pecoraro 2010-08-24 15:48:22 PDT
I just landed a fix in:
http://trac.webkit.org/changeset/65943

As a follow up to:
https://bugs.webkit.org/show_bug.cgi?id=44499

Please let me know if this problem still happens after
updating to r65943.
Comment 3 Joseph Pecoraro 2010-08-24 17:06:35 PDT
Eric, can you verify this is fixed? The build bot's compile logs are
looking better to me.
Comment 4 Eric Seidel (no email) 2010-08-24 17:28:13 PDT
I believe it's fixed.