Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Issue 5526002: Show extension tabs in task manager and correctly label apps. (Closed)

Created:
10 years ago by Charlie Reis
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org, brettw-cc_chromium.org, asargent_no_longer_on_chrome, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org
Visibility:
Public.

Description

Show extension tabs in task manager and correctly label apps. BUG=31526 BUG=60840 TEST=TaskManagerBrowserTest.NoticeExtensionTabs TEST=TaskManagerBrowserTest.NoticeAppTabs Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68324

Patch Set 1 #

Total comments: 4

Patch Set 2 : Improve test. #

Patch Set 3 : Adding NoticeAppTabs test. #

Total comments: 1

Patch Set 4 : Fix resource types and tests. #

Total comments: 9

Patch Set 5 : Move IsInstalledApp to ExtensionsService. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -15 lines) Patch
M chrome/browser/extensions/extensions_service.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest.cc View 1 2 3 4 3 chunks +80 lines, -0 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 1 2 3 4 6 chunks +42 lines, -14 lines 0 comments Download
A chrome/test/data/extensions/packaged_app/main.html View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/packaged_app/manifest.json View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Charlie Reis
10 years ago (2010-12-02 00:54:44 UTC) #1
Erik does not do reviews
LGTM http://codereview.chromium.org/5526002/diff/1/chrome/browser/tab_contents/tab_contents.cc File chrome/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/5526002/diff/1/chrome/browser/tab_contents/tab_contents.cc#newcode598 chrome/browser/tab_contents/tab_contents.cc:598: extension_service->GetExtensionById(GetURL().host(), false); use GetExtensionByURL instead (no need to ...
10 years ago (2010-12-02 01:05:17 UTC) #2
Charlie Reis
http://codereview.chromium.org/5526002/diff/1/chrome/browser/tab_contents/tab_contents.cc File chrome/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/5526002/diff/1/chrome/browser/tab_contents/tab_contents.cc#newcode598 chrome/browser/tab_contents/tab_contents.cc:598: extension_service->GetExtensionById(GetURL().host(), false); On 2010/12/02 01:05:17, Erik Kay wrote: > ...
10 years ago (2010-12-02 01:45:43 UTC) #3
Charlie Reis
On 2010/12/02 01:45:43, creis wrote: > I also found a way to test the title ...
10 years ago (2010-12-02 01:52:43 UTC) #4
Charlie Reis
Here's a version with an app tab test, though see the comment inline. Thanks, Charlie ...
10 years ago (2010-12-02 02:14:23 UTC) #5
Charlie Reis
Here's an improved CL. The previous one was failing the ExtensionApiTest.Processes test because it was ...
10 years ago (2010-12-02 21:21:00 UTC) #6
Erik does not do reviews
Overall, LGTM, but I'd like to understand the crash you're working aroudn a bit more. ...
10 years ago (2010-12-03 17:04:56 UTC) #7
Charlie Reis
http://codereview.chromium.org/5526002/diff/20001/chrome/browser/tab_contents/tab_contents.cc File chrome/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/5526002/diff/20001/chrome/browser/tab_contents/tab_contents.cc#newcode589 chrome/browser/tab_contents/tab_contents.cc:589: bool TabContents::IsInstalledApp() const { On 2010/12/03 17:04:56, Erik Kay ...
10 years ago (2010-12-03 23:02:15 UTC) #8
Charlie Reis
On 2010/12/03 23:02:15, creis wrote: > > what's the crash? I don't think we do ...
10 years ago (2010-12-03 23:07:47 UTC) #9
Erik does not do reviews
LGTM unfortunately I don't have an XP machine handy. If this only repros on XP, ...
10 years ago (2010-12-04 00:28:11 UTC) #10
Charlie Reis
10 years ago (2010-12-04 02:13:08 UTC) #11
On 2010/12/04 00:28:11, Erik Kay wrote:
> OK.  Could you file a bug for this and reference it here?

Done.  I've added the things we discovered here to http://crbug.com/31663, which
was already filed for that crash.

Powered by Google App Engine
This is Rietveld 408576698