brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Update inspector protocol JSON to M31 branch 1650 #6347

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jasonsanjose Wednesday Feb 26, 2014 at 02:15 GMT Originally opened as https://github.com/adobe/brackets/pull/7010


NEEDS TESTING.

http://src.chromium.org/viewvc/blink/branches/chromium/1650/Source/devtools/protocol.json?revision=158234

Latest official protocol points to M31 (branch 1650) see https://developers.google.com/chrome-developer-tools/docs/debugger-protocol#protocol.


jasonsanjose included the following code: https://github.com/adobe/brackets/pull/7010/commits

core-ai-bot commented 3 years ago

Comment by JeffryBooher Friday Feb 28, 2014 at 01:13 GMT


assigning to@redmunds

core-ai-bot commented 3 years ago

Comment by jasonsanjose Friday Feb 28, 2014 at 01:23 GMT


This PR is not required for the other sprint 37 live preview bugs.

core-ai-bot commented 3 years ago

Comment by dangoor Tuesday May 20, 2014 at 19:47 GMT


I think this is low priority, since it doesn't solve any current bugs. Does that seem reasonable?

core-ai-bot commented 3 years ago

Comment by redmunds Thursday Nov 13, 2014 at 00:53 GMT


@jasonsanjose Sorry for letting this languish. I thought we wouldn't be needing it with new Live Preview, but I'm not sure if that's true. Is this PR still good to merge?

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Nov 19, 2014 at 03:40 GMT


Merging.

core-ai-bot commented 3 years ago

Comment by redmunds Friday Dec 05, 2014 at 18:41 GMT


Inspector.html needs to be re-generated for the updated API.@jdiehl Do you happen to remember which tools, templates, transforms, etc. that you used to generate this file?

core-ai-bot commented 3 years ago

Comment by jdiehl Saturday Dec 06, 2014 at 19:26 GMT


The script is included in the repository: Simply run ruby jsdoc.rb in brackets/src/LiveDevelopment/Inspect. This will overwrite Inspector.html with the updated documentation.

core-ai-bot commented 3 years ago

Comment by redmunds Monday Dec 08, 2014 at 19:47 GMT


@jdiehl Cool, thx! Apparently, the name of that script was not obvious enough for me :)