Bug 146258 - Web Inspector: Reduce QuickConsole DidResize events if it did not change
Summary: Web Inspector: Reduce QuickConsole DidResize events if it did not change
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-06-23 16:03 PDT by Joseph Pecoraro
Modified: 2015-06-23 17:30 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.77 KB, patch)
2015-06-23 16:04 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-06-23 16:03:03 PDT
* SUMMARY
Reduce QuickConsole DidResize events if it did not change.

If the QuickConsole didn't change visibility it may still trigger the event and cause layout updates. Eliminate that unnecessary work.
Comment 1 Joseph Pecoraro 2015-06-23 16:04:09 PDT
Created attachment 255446 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2015-06-23 17:30:00 PDT
Comment on attachment 255446 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 255446

Committed r185892: <http://trac.webkit.org/changeset/185892>
Comment 3 WebKit Commit Bot 2015-06-23 17:30:03 PDT
All reviewed patches have been landed.  Closing bug.