Bug 98828 - Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
Summary: Fix coding style of layout test fast/dom/timer-throttling-hidden-page.html
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: Kiran Muppala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 15:35 PDT by Kiran Muppala
Modified: 2012-10-09 16:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.87 KB, patch)
2012-10-09 15:46 PDT, Kiran Muppala
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kiran Muppala 2012-10-09 15:35:32 PDT
Remove tab characters and use spaces exclusively.  Fix placement of braces according to WebKit coding style.  Rename variables previousT, d and t to more appropriate previousTime, date and time respectively.
Comment 1 Kiran Muppala 2012-10-09 15:46:56 PDT
Created attachment 167866 [details]
Patch
Comment 2 Ojan Vafai 2012-10-09 15:56:25 PDT
Comment on attachment 167866 [details]
Patch

Much better. Thanks!
Comment 3 WebKit Review Bot 2012-10-09 16:49:03 PDT
Comment on attachment 167866 [details]
Patch

Clearing flags on attachment: 167866

Committed r130827: <http://trac.webkit.org/changeset/130827>
Comment 4 WebKit Review Bot 2012-10-09 16:49:06 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Kiran Muppala 2012-10-09 16:51:25 PDT
(In reply to comment #2)
> (From update of attachment 167866 [details])
> Much better. Thanks!

Thanks for pointing these out.