Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task manager shows Chromium instead of Brave #355

Closed
srirambv opened this issue Jun 15, 2018 · 11 comments
Closed

Task manager shows Chromium instead of Brave #355

srirambv opened this issue Jun 15, 2018 · 11 comments

Comments

@srirambv
Copy link
Contributor

srirambv commented Jun 15, 2018

Description

Task manager shows Chromium instead of Brave

Steps to Reproduce

  1. Open task manager by pressing Shift+Esc
  2. Main process shows Chromium icon instead of Brave
  3. New tab icon shows generic icon

Actual result:

image

image

Expected result:

Reproduces how often:

100%

Brave version (about:brave info)

Packaged build most likely same on release build

cc: @simonhong @bbondy

@srirambv srirambv added the feature/user-interface All UI related label Jun 15, 2018
@srirambv srirambv added this to the Releasable builds milestone Jun 15, 2018
@yrliou
Copy link
Member

yrliou commented Jun 28, 2018

screen shot 2018-06-27 at 7 46 16 pm

I think it's already been solved in current master, tried on Windows and Mac.
Feel free to reopen it if not, thanks!

@yrliou yrliou closed this as completed Jun 28, 2018
@simonhong
Copy link
Member

Recently chromium's IDR_PRODUCT_LOGO_16 is replaced with ours by #395.

I assume that task manager is affected by this change.

BrowserProcessTask::BrowserProcessTask()
    : Task(l10n_util::GetStringUTF16(IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT),
           "Browser Process",
           FetchIcon(IDR_PRODUCT_LOGO_16, &s_icon_),
           base::GetCurrentProcessHandle()),
      used_sqlite_memory_(-1) {}

However, it should have more higher quality image than now :)

@bbondy
Copy link
Member

bbondy commented Jul 2, 2018

@simonhong does another issue need to be created for what you mentioned in the last comment?

@simonhong
Copy link
Member

Logo seems fine with this PR - https://github.com/brave/brave-core/pull/204/files

@bbondy bbondy added the QA/Yes label Aug 18, 2018
@srirambv
Copy link
Contributor Author

srirambv commented Sep 24, 2018

Verification Passed on

Brave 0.55.6 Chromium: 70.0.3538.16 (Official Build) dev (64-bit)
Revision 16ed95b41bb05e565b11fb66ac33c660b721f778-refs/branch-heads/3538@{#306}
OS Linux

image

Verification Passed on

Brave 0.55.6 Chromium: 70.0.3538.16 (Official Build) dev (64-bit)
Revision 16ed95b41bb05e565b11fb66ac33c660b721f778-refs/branch-heads/3538@{#306}
OS Windows 7

Went through verification using the following build under macOS 10.13.6 x64 - PASSED

Brave 0.55.6 Chromium: 70.0.3538.16 (Official Build) dev (64-bit)
Revision 16ed95b41bb05e565b11fb66ac33c660b721f778-refs/branch-heads/3538@{#306}
OS Mac OS X

@kjozwiak
Copy link
Member

kjozwiak commented Sep 26, 2018

@yrliou noticed Tab: New Tab processes are still using generic icons on both Win & macOS. Example:

screen shot 2018-09-25 at 9 22 12 pm

Is this expected? I don't see any mentions in this issue regarding the Tab: New Tab issue being fixed that @srirambv mentioned in #355 (comment). I searched out issues and couldn't find a bug. Reproduced on both master and the current released build.

CCing @srirambv as he might have more info regarding the above.

@bbondy
Copy link
Member

bbondy commented Sep 26, 2018

@kjozwiak sounds like a new 1.x backog issue if you don't mind posting it.

@srirambv
Copy link
Contributor Author

this happens to all chrome:// pages that has custom code
image

@bbondy
Copy link
Member

bbondy commented Sep 26, 2018

we could supply a favicon easily, just need it tracked

@kjozwiak
Copy link
Member

kjozwiak commented Sep 26, 2018

his happens to all chrome:// pages that has custom code

@srirambv yup, noticed the same thing as Tab: Adblock in my screen is also blank. I'll create a bug re: adding Brave icons for custom chrome:// pages.

we could supply a favicon easily, just need it tracked

Yup, I'll create the bug for tracking and add it into the 1.x backlog 👍

@kjozwiak
Copy link
Member

@bbondy @srirambv created #1278.

@yrliou yrliou added the QA/Yes label Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants