Bug 44558
| Summary: | Inspector sources recompile every time | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aroben, ddkilzer, joepeck, mrowe, pfeldman |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
I think Joe is working on this.
Joseph Pecoraro
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.
Joseph Pecoraro
Eric, can you verify this is fixed? The build bot's compile logs are
looking better to me.
Eric Seidel (no email)
I believe it's fixed.