Bug 104639 - Web Inspector: Timeline: rename "Parse" to "Parse HTML".
Summary: Web Inspector: Timeline: rename "Parse" to "Parse HTML".
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: Eugene Klyuchnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 23:46 PST by Eugene Klyuchnikov
Modified: 2012-12-11 07:19 PST (History)
11 users (show)

See Also:


Attachments
Patch (3.07 KB, patch)
2012-12-10 23:59 PST, Eugene Klyuchnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Klyuchnikov 2012-12-10 23:46:30 PST
Original issue:
  http://code.google.com/p/chromium/issues/detail?id=163053

Original description:
  Timeline currently communicates time spent in the HTML parsing algorithm
  as "Parse" but this is vague as it could be JSON.parse() or Date.parse()
  or DOMParser().

  Can we rename to "Parse HTML"?
Comment 1 Eugene Klyuchnikov 2012-12-10 23:59:50 PST
Created attachment 178735 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-11 07:19:44 PST
Comment on attachment 178735 [details]
Patch

Clearing flags on attachment: 178735

Committed r137309: <http://trac.webkit.org/changeset/137309>
Comment 3 WebKit Review Bot 2012-12-11 07:19:47 PST
All reviewed patches have been landed.  Closing bug.