Bug 42607

Summary: Only set unloadEventEnd when the unload event is actually fired
Product: WebKit Reporter: Tony Gentilcore <tonyg>
Component: New BugsAssignee: Tony Gentilcore <tonyg>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, fishd, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 30685    
Attachments:
Description Flags
Patch
none
Fix tabs in ChangeLog dglazkov: review+

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>