Bug 112695 - Web Inspector: Make workingCopy() and isDirty() methods of UISourceCode to be lazy
Summary: Web Inspector: Make workingCopy() and isDirty() methods of UISourceCode to be...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Lushnikov
URL:
Keywords:
Depends on:
Blocks: 116924
  Show dependency treegraph
 
Reported: 2013-03-19 06:47 PDT by Andrey Lushnikov
Modified: 2014-03-10 16:30 PDT (History)
13 users (show)

See Also:


Attachments
Patch (14.49 KB, patch)
2013-03-19 06:55 PDT, Andrey Lushnikov
no flags Details | Formatted Diff | Diff
Patch (14.51 KB, patch)
2013-03-19 07:13 PDT, Andrey Lushnikov
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Lushnikov 2013-03-19 06:47:50 PDT
Make UISourceCode.workingCopy() and UISourceCode.isDirty() methods of UISourceCode to be lazy.
Comment 1 Andrey Lushnikov 2013-03-19 06:55:50 PDT
Created attachment 193816 [details]
Patch
Comment 2 Andrey Lushnikov 2013-03-19 07:13:41 PDT
Created attachment 193820 [details]
Patch
Comment 3 Build Bot 2013-03-19 08:10:23 PDT
Comment on attachment 193820 [details]
Patch

Attachment 193820 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-commit-queue.appspot.com/results/17246019

New failing tests:
inspector/debugger/script-formatter-console.html
inspector/styles/edit-inspector-stylesheet.html
Comment 4 WebKit Review Bot 2013-03-19 08:30:16 PDT
Comment on attachment 193820 [details]
Patch

Attachment 193820 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://webkit-commit-queue.appspot.com/results/17227197

New failing tests:
inspector/debugger/linkifier.html
inspector/debugger/script-formatter-console.html
inspector/debugger/script-formatter-breakpoints.html
inspector/debugger/live-edit-breakpoints.html
inspector/styles/edit-inspector-stylesheet.html
Comment 5 Build Bot 2013-03-19 11:29:31 PDT
Comment on attachment 193820 [details]
Patch

Attachment 193820 [details] did not pass mac-ews (mac):
Output: http://webkit-commit-queue.appspot.com/results/17247067

New failing tests:
inspector/debugger/script-formatter-console.html
inspector/styles/edit-inspector-stylesheet.html
inspector/debugger/script-formatter-breakpoints.html
Comment 6 Vsevolod Vlasov 2013-03-27 01:00:46 PDT
Comment on attachment 193820 [details]
Patch

This needs some more work. Clearing r? for now.