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

Issue 433083003: athena: Set a default background for the window title. (Closed)

Created:
6 years, 4 months ago by sadrul
Modified:
6 years, 4 months ago
Reviewers:
oshima
CC:
chromium-reviews, darin-cc_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

athena: Set a default background for the window title. The window title/background is currently set only when the activity is updated after the window is created. But if the activity is already loaded by the time it is added, or if the activity is never loaded (e.g. because of unavailable network), then the activity is never updates, and consequently athena ends up showing a transparent window title. So set the title once upon creation. BUG=398937 R=oshima@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287074

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M athena/activity/activity_frame_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M athena/content/web_activity.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sadrul
6 years, 4 months ago (2014-08-01 17:16:43 UTC) #1
oshima
lgtm https://codereview.chromium.org/433083003/diff/1/athena/content/web_activity.cc File athena/content/web_activity.cc (right): https://codereview.chromium.org/433083003/diff/1/athena/content/web_activity.cc#newcode352 athena/content/web_activity.cc:352: return SK_ColorGRAY; maybe we should use something different ...
6 years, 4 months ago (2014-08-01 17:32:58 UTC) #2
sadrul
https://codereview.chromium.org/433083003/diff/1/athena/content/web_activity.cc File athena/content/web_activity.cc (right): https://codereview.chromium.org/433083003/diff/1/athena/content/web_activity.cc#newcode352 athena/content/web_activity.cc:352: return SK_ColorGRAY; On 2014/08/01 17:32:58, oshima wrote: > maybe ...
6 years, 4 months ago (2014-08-01 18:01:08 UTC) #3
sadrul
6 years, 4 months ago (2014-08-01 19:52:49 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 287074 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698