Bug 148875

Summary: Web Inspector: Improve prepare-ChangeLog for multiple cases
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, dbates, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-09-04 19:52:10 PDT
* 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
Comment 1 Radar WebKit Bug Importer 2015-09-04 19:52:24 PDT
<rdar://problem/22590259>
Comment 2 Joseph Pecoraro 2015-09-04 19:55:07 PDT
Created attachment 260667 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-09-05 10:33:27 PDT
Comment on attachment 260667 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 260667

Committed r189435: <http://trac.webkit.org/changeset/189435>
Comment 4 WebKit Commit Bot 2015-09-05 10:33:30 PDT
All reviewed patches have been landed.  Closing bug.