[Webkit-unassigned] [Bug 148875] New: Web Inspector: Improve prepare-ChangeLog for multiple cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 19:52:10 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148875

            Bug ID: 148875
           Summary: Web Inspector: Improve prepare-ChangeLog for multiple
                    cases
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Improve prepare-ChangeLog for multiple cases

1. InjectedScriptSource.js always produces nothing
  - this was because the entire file is inside of parenthesis (...) as part of an anonymous function expression (function(){ ... })

2. Sometimes files start out good but then have produce very weird output later on.
  - this was because handing of "get" and "set" was too generic and detected map.get(...) as a function

3. Don't detect methods in Object Literals
  - this was for simplicity, we should do this but probably only at the global scope

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150905/5ec61bc0/attachment-0001.html>


More information about the webkit-unassigned mailing list