[Qt] InspectorServer: Improve the JSON page list's parameter names
authorjocelyn.turcotte@nokia.com <jocelyn.turcotte@nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 11 Apr 2012 14:52:19 +0000 (14:52 +0000)
committerjocelyn.turcotte@nokia.com <jocelyn.turcotte@nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 11 Apr 2012 14:52:19 +0000 (14:52 +0000)
commitef9433f582b3f8045ae15e08e53fa5a8acf6f3c3
tree5dc95cc9c6795db953a638a54725e26faca4c425
parent6b65ac506b91ec796985cf51ddc02f3016876853
[Qt] InspectorServer: Improve the JSON page list's parameter names
https://bugs.webkit.org/show_bug.cgi?id=83592

Reviewed by Simon Hausmann.

- Add "id" that would be needed to build the URL when using local front-end resources
  (and will be used by tests)
- Rename description to "title", the description contains both the title and URL on the final list
- Rename inspectorLocation to "inspectorUrl" to match with the url parameter.

* UIProcess/InspectorServer/qt/WebInspectorServerQt.cpp:
(WebKit::WebInspectorServer::buildPageList):
* qt/Resources/inspectorPageIndex.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113860 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit2/ChangeLog
Source/WebKit2/UIProcess/InspectorServer/qt/WebInspectorServerQt.cpp
Source/WebKit2/qt/Resources/inspectorPageIndex.html