Bug 112188 - Cleanup: Move timeline_exporer js out of html file into js.
Summary: Cleanup: Move timeline_exporer js out of html file into js.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Julie Parent
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 14:19 PDT by Julie Parent
Modified: 2013-03-18 12:58 PDT (History)
5 users (show)

See Also:


Attachments
Patch (39.79 KB, patch)
2013-03-12 14:43 PDT, Julie Parent
no flags Details | Formatted Diff | Diff
Patch (39.99 KB, patch)
2013-03-14 17:59 PDT, Julie Parent
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julie Parent 2013-03-12 14:19:30 PDT
Cleanup: Move timeline_exporer js out of html file into js.
Comment 1 Julie Parent 2013-03-12 14:43:45 PDT
Created attachment 192808 [details]
Patch
Comment 2 Julie Parent 2013-03-14 17:59:08 PDT
Created attachment 193211 [details]
Patch

Uploaded since loader move. Ready for review.
Comment 3 Julie Parent 2013-03-18 11:34:10 PDT
Can someone take a look at this?  Just a simple cleanup of moving the timeline explorer's javascript out of the html file and into its own js file, and moving a few functions from dashboard_base that are only used by timeline explorer into that file too.
Comment 4 Dirk Pranke 2013-03-18 12:10:44 PDT
Comment on attachment 193211 [details]
Patch

No test files needed to change to include the new js file?
Comment 5 Julie Parent 2013-03-18 12:43:01 PDT
(In reply to comment #4)
> (From update of attachment 193211 [details])
> No test files needed to change to include the new js file?

Nope, none of the code in the new file could have been tested before, since it was just inline in the html page. Now that it is in its own js file, we can start actually testing it, modularizing, etc.
Comment 6 WebKit Review Bot 2013-03-18 12:58:34 PDT
Comment on attachment 193211 [details]
Patch

Clearing flags on attachment: 193211

Committed r146106: <http://trac.webkit.org/changeset/146106>
Comment 7 WebKit Review Bot 2013-03-18 12:58:37 PDT
All reviewed patches have been landed.  Closing bug.