Bug 48854 - Web Inspector: Remove obsolete code.
Summary: Web Inspector: Remove obsolete code.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 11:02 PDT by Ilya Tikhonovsky
Modified: 2010-11-03 09:43 PDT (History)
11 users (show)

See Also:


Attachments
[patch] initial version. (1.35 KB, patch)
2010-11-02 11:04 PDT, Ilya Tikhonovsky
pfeldman: review-
Details | Formatted Diff | Diff
[patch] second iteration (3.56 KB, patch)
2010-11-02 11:37 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2010-11-02 11:02:46 PDT
It is not required to push onload and DOMContentLoaded events times to the fresh instance of Inspector.
Network Panel is showing the markers only after reloading the inspected page.
Comment 1 Ilya Tikhonovsky 2010-11-02 11:04:47 PDT
Created attachment 72700 [details]
[patch] initial version.
Comment 2 Pavel Feldman 2010-11-02 11:16:02 PDT
Comment on attachment 72700 [details]
[patch] initial version.

You should remove m_domContentEventTime and m_loadEventTime fields as well.
Comment 3 Ilya Tikhonovsky 2010-11-02 11:37:09 PDT
Created attachment 72706 [details]
[patch] second iteration
Comment 4 WebKit Commit Bot 2010-11-02 17:07:50 PDT
Comment on attachment 72706 [details]
[patch] second iteration

Rejecting patch 72706 from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', 'build', '--no-clean', '--no-update', '--build-style=both']" exit_code: 1
ERROR: Working directory has local commits, pass --force-clean to continue.

Full output: http://queues.webkit.org/results/5050003
Comment 5 Ilya Tikhonovsky 2010-11-03 09:43:28 PDT
Comment on attachment 72706 [details]
[patch] second iteration

Committed r71235
	M	WebCore/ChangeLog
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorController.h
r71235 = ae0c22099bdd2445d99c74576c53c36a30cc9d3f (refs/remotes/trunk)