Bug 42607 - Only set unloadEventEnd when the unload event is actually fired
Summary: Only set unloadEventEnd when the unload event is actually fired
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Tony Gentilcore
URL:
Keywords:
Depends on:
Blocks: 30685
  Show dependency treegraph
 
Reported: 2010-07-19 16:57 PDT by Tony Gentilcore
Modified: 2010-07-19 19:37 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.84 KB, patch)
2010-07-19 17:05 PDT, Tony Gentilcore
no flags Details | Formatted Diff | Diff
Fix tabs in ChangeLog (2.81 KB, patch)
2010-07-19 17:12 PDT, Tony Gentilcore
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Gentilcore 2010-07-19 16:57:56 PDT
Only set unloadEventEnd when the unload event is actually fired
Comment 1 Tony Gentilcore 2010-07-19 17:05:52 PDT
Created attachment 62013 [details]
Patch
Comment 2 WebKit Review Bot 2010-07-19 17:06:37 PDT
Attachment 62013 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebCore/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
WebCore/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
WebCore/ChangeLog:10:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 3 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Tony Gentilcore 2010-07-19 17:12:47 PDT
Created attachment 62016 [details]
Fix tabs in ChangeLog
Comment 4 Tony Gentilcore 2010-07-19 19:37:55 PDT
Committed r63707: <http://trac.webkit.org/changeset/63707>