Bug 90795 - Web Inspector: unindent line ending block upon { hit.
Summary: Web Inspector: unindent line ending block upon { hit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-09 08:25 PDT by Pavel Feldman
Modified: 2012-07-09 10:30 PDT (History)
12 users (show)

See Also:


Attachments
Patch (14.29 KB, patch)
2012-07-09 08:40 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff
Patch (14.98 KB, patch)
2012-07-09 09:30 PDT, Pavel Feldman
vsevik: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from gce-cr-linux-06 (538.25 KB, application/zip)
2012-07-09 10:21 PDT, WebKit Review Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-07-09 08:25:58 PDT
function foo() {
    foo
    bar
    <cursor upon }>

should result in 

function foo() {
    foo
    bar
}
Comment 1 Pavel Feldman 2012-07-09 08:40:07 PDT
Created attachment 151254 [details]
Patch
Comment 2 Pavel Feldman 2012-07-09 09:30:07 PDT
Created attachment 151257 [details]
Patch
Comment 3 WebKit Review Bot 2012-07-09 10:21:25 PDT
Comment on attachment 151257 [details]
Patch

Attachment 151257 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13174127

New failing tests:
inspector/syntax-highlight-css.html
inspector/syntax-highlight-javascript.html
Comment 4 WebKit Review Bot 2012-07-09 10:21:29 PDT
Created attachment 151270 [details]
Archive of layout-test-results from gce-cr-linux-06

The attached test failures were seen while running run-webkit-tests on the chromium-ews.
Bot: gce-cr-linux-06  Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'>  Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Comment 5 Pavel Feldman 2012-07-09 10:30:55 PDT
Committed r122114: <http://trac.webkit.org/changeset/122114>