Bug 52152

Summary: Chromium DevTools: get rid of APU-related code in WebKit/chromium
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, jaimeyap, jamesr, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change. none

Pavel Feldman
Reported 2011-01-10 09:04:32 PST
APU should pretend to be an alternate devtools front-end.
Attachments
[PATCH] Proposed change. (9.43 KB, patch)
2011-01-10 09:36 PST, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2011-01-10 09:36:30 PST
Created attachment 78405 [details] [PATCH] Proposed change.
James Robinson
Comment 2 2011-01-10 11:37:17 PST
Are the changes under WebCore/ meant to be part of this patch?
Pavel Feldman
Comment 3 2011-01-10 12:02:03 PST
(In reply to comment #2) > Are the changes under WebCore/ meant to be part of this patch? Yes. This is a drive-by. Frontend reuse code went to WebCore (and now can be used both by Chromium port and WebKit2). It just became obvious that it belongs there while I was getting rid of APU.
Yury Semikhatsky
Comment 4 2011-01-11 04:24:28 PST
Comment on attachment 78405 [details] [PATCH] Proposed change. View in context: https://bugs.webkit.org/attachment.cgi?id=78405&action=review > Source/WebCore/inspector/InspectorController.cpp:-503 > -void InspectorController::reuseFrontend() Please remove this from the header as well. > WebKit/chromium/src/WebDevToolsAgentImpl.cpp:-402 > - m_client->sendDispatchToAPU(message); sendDispatchToAPU should go away
Pavel Feldman
Comment 5 2011-01-11 04:32:12 PST
Comment on attachment 78405 [details] [PATCH] Proposed change. Clearing flags on attachment: 78405 Committed r75486: <http://trac.webkit.org/changeset/75486>
Pavel Feldman
Comment 6 2011-01-11 04:32:22 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.