Added a scrollable #container to be able to set the scroll position.
commiteba03d144f8354a997061d0bd73577542e4a7684
authordvh@chromium.org <dvh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 1 Aug 2013 02:36:20 +0000 (1 02:36 +0000)
committerdvh@chromium.org <dvh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 1 Aug 2013 02:36:20 +0000 (1 02:36 +0000)
treefc862dde1e2939b73a5a4501642470308e0bd945
parentd388709d1c7d52cf1f2552bcfdbfd6b83b578675
Added a scrollable #container to be able to set the scroll position.

Changed the way highlight is done with the new layout:
Highlight with a yellow background and fade out after 1sec.
Prevent update of list of apps when the highlight is in progress.

Moved "Load Unpacked..." to "Unpacked" section.
Moved "Update now" to "Installed" section.
Sections will now always show because buttons needs to be always visible.

Show a "Updating..." when the user clicked on "Update now" button.

Remove the callback function when calling chrome.management.uninstall() because it's already called when catching the "uninstall" event.
Remove the callback function when calling chrome.developerPrivate.loadUnpacked() because it's already called when catching the "install" event.

BUG=253652

Review URL: https://chromiumcodereview.appspot.com/19722010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214926 0039d316-1c4b-4281-b951-d872f2087c98
chrome/app/generated_resources.grd
chrome/browser/extensions/api/developer_private/developer_private_api.cc
chrome/browser/resources/apps_debugger/css/items.css
chrome/browser/resources/apps_debugger/js/items.js
chrome/browser/resources/apps_debugger/js/items_list.js
chrome/browser/resources/apps_debugger/main.html