Bug 190225 - Web Inspector: merge ProbeManager into DebuggerManager
Summary: Web Inspector: merge ProbeManager into DebuggerManager
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-02 16:22 PDT by Devin Rousso
Modified: 2018-10-04 13:54 PDT (History)
6 users (show)

See Also:


Attachments
Patch (33.23 KB, patch)
2018-10-02 16:39 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Patch (33.24 KB, patch)
2018-10-02 17:51 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews103 for mac-sierra (2.96 MB, application/zip)
2018-10-02 18:52 PDT, EWS Watchlist
no flags Details
Archive of layout-test-results from ews104 for mac-sierra-wk2 (3.44 MB, application/zip)
2018-10-02 19:36 PDT, EWS Watchlist
no flags Details
Archive of layout-test-results from ews114 for mac-sierra (3.10 MB, application/zip)
2018-10-02 19:57 PDT, EWS Watchlist
no flags Details
Patch (33.22 KB, patch)
2018-10-02 21:43 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-10-02 16:22:23 PDT
There's no reason to have them separate, especially since DebuggerManager controls most of ProbeManager's functionality.
Comment 1 Devin Rousso 2018-10-02 16:39:22 PDT
Created attachment 351453 [details]
Patch
Comment 2 Joseph Pecoraro 2018-10-02 16:52:30 PDT
Comment on attachment 351453 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=351453&action=review

r-

> Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js:1276
> +            this._breakpointAdded(breakpoint);

This appears to call _breakpointAdded which doesn't exist anymore... Given the subtlety in renaming and moving things this might need more work. It is unclear all of the changes that happened in this merge.
Comment 3 Devin Rousso 2018-10-02 17:49:05 PDT
Comment on attachment 351453 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=351453&action=review

>> Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js:1276
>> +            this._breakpointAdded(breakpoint);
> 
> This appears to call _breakpointAdded which doesn't exist anymore... Given the subtlety in renaming and moving things this might need more work. It is unclear all of the changes that happened in this merge.

Most of the changes (outside of copypasta) are basic modernization (e.g. `var` to `let`).  Functionality should be unchanged.
Comment 4 Devin Rousso 2018-10-02 17:51:52 PDT
Created attachment 351462 [details]
Patch
Comment 5 EWS Watchlist 2018-10-02 18:52:16 PDT Comment hidden (obsolete)
Comment 6 EWS Watchlist 2018-10-02 18:52:17 PDT Comment hidden (obsolete)
Comment 7 EWS Watchlist 2018-10-02 19:35:59 PDT Comment hidden (obsolete)
Comment 8 EWS Watchlist 2018-10-02 19:36:01 PDT Comment hidden (obsolete)
Comment 9 EWS Watchlist 2018-10-02 19:57:30 PDT Comment hidden (obsolete)
Comment 10 EWS Watchlist 2018-10-02 19:57:32 PDT Comment hidden (obsolete)
Comment 11 Devin Rousso 2018-10-02 21:43:16 PDT
Created attachment 351477 [details]
Patch

Typo :(
Comment 12 Joseph Pecoraro 2018-10-04 12:47:30 PDT
Comment on attachment 351477 [details]
Patch

r=me
Comment 13 WebKit Commit Bot 2018-10-04 13:27:52 PDT
Comment on attachment 351477 [details]
Patch

Clearing flags on attachment: 351477

Committed r236845: <https://trac.webkit.org/changeset/236845>
Comment 14 WebKit Commit Bot 2018-10-04 13:27:54 PDT
All reviewed patches have been landed.  Closing bug.
Comment 15 Radar WebKit Bug Importer 2018-10-04 13:54:20 PDT
<rdar://problem/45020758>