Bug 111053 - Web Inspector: Evaluate removing fallback to old-style $() behavior.
Summary: Web Inspector: Evaluate removing fallback to old-style $() behavior.
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mike West
URL:
Keywords:
Depends on: 92648
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-28 01:33 PST by Mike West
Modified: 2013-02-28 07:53 PST (History)
12 users (show)

See Also:


Attachments
Patch (3.38 KB, patch)
2013-02-28 02:24 PST, Mike West
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2013-02-28 01:33:43 PST
In https://bugs.webkit.org/show_bug.cgi?id=92648, we changed the behavior of $ and $$ in the console. To ease developers into the change, we added a fallback to the previous behavior, along with console warning.

It's been about 6 months since we landed that change. Perhaps we should falling back to the old behavior?
Comment 1 Mike West 2013-02-28 02:24:21 PST
Created attachment 190685 [details]
Patch
Comment 2 Mike West 2013-02-28 02:26:09 PST
If there's agreement that it's been long enough for the warning to have done it's work, the attached patch should take care of things.
Comment 3 Pavel Feldman 2013-02-28 03:30:01 PST
Comment on attachment 190685 [details]
Patch

I don't think the new way is popular enough yet. I'd leave it there for another year - it does not hurt.
Comment 4 Mike West 2013-02-28 04:13:04 PST
*sigh*
Comment 5 Timothy Hatcher 2013-02-28 07:53:38 PST
Some browsers also haven't shipped the original change yet…