Bug 105415

Summary: Web Inspector: refactor DefaultTextEditor's |expanded| setters
Product: WebKit Reporter: Andrey Lushnikov <lushnikov>
Component: Web Inspector (Deprecated)Assignee: Andrey Lushnikov <lushnikov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 105429    
Attachments:
Description Flags
Patch
none
Patch none

Description Andrey Lushnikov 2012-12-19 04:37:35 PST
Refactor DefaultTextEditor's |expanded| setters to appropriate methods
Comment 1 Andrey Lushnikov 2012-12-19 05:05:14 PST
Created attachment 180138 [details]
Patch
Comment 2 Pavel Feldman 2012-12-19 07:06:07 PST
Comment on attachment 180138 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=180138&action=review

> Source/WebCore/inspector/front-end/DefaultTextEditor.js:781
> +        var wasExpanded = oldChunk.isExpanded();

expanded() ?
Comment 3 Andrey Lushnikov 2012-12-19 07:48:41 PST
Created attachment 180165 [details]
Patch
Comment 4 WebKit Review Bot 2012-12-19 08:08:20 PST
Comment on attachment 180165 [details]
Patch

Clearing flags on attachment: 180165

Committed r138164: <http://trac.webkit.org/changeset/138164>
Comment 5 WebKit Review Bot 2012-12-19 08:08:23 PST
All reviewed patches have been landed.  Closing bug.