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

Issue 7011015: Show "About panel" bubble on Windows. (Closed)

Created:
9 years, 7 months ago by jianli
Modified:
9 years, 6 months ago
Reviewers:
jennb, oshima
CC:
chromium-reviews, finnur+watch_chromium.org, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., jshin+watch_chromium.org, Emmanuel Saint-loubert-Bié
Visibility:
Public.

Description

Show "About panel" bubble on Windows. BUG=none TEST=panel_browser_view_browsertest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86712

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+444 lines, -1 line) Patch
M chrome/app/generated_resources.grd View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/app/resources/locale_settings.grd View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/browser/ui/panels/about_panel_bubble.h View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/ui/panels/about_panel_bubble.cc View 1 2 3 1 chunk +213 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_frame_view.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_view_browsertest.cc View 1 2 3 2 chunks +101 lines, -1 line 0 comments Download
M chrome/browser/ui/views/bubble/bubble.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/web_applications/web_app.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/web_applications/web_app.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 3 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jianli
I introduced PanelOriginatorDelegate interface that is used to provide the info needed to populate "About ...
9 years, 7 months ago (2011-05-12 01:56:38 UTC) #1
jennb
It's disconcerting that browser.cc needs to GetAsPanel() and do special panel logic to set the ...
9 years, 7 months ago (2011-05-12 18:15:51 UTC) #2
jianli
I removed GetAsPanel since I am able to get the extension from the browser. http://codereview.chromium.org/7011015/diff/1/chrome/app/resources/locale_settings.grd ...
9 years, 7 months ago (2011-05-24 00:56:24 UTC) #3
jennb
http://codereview.chromium.org/7011015/diff/8001/chrome/app/resources/locale_settings.grd File chrome/app/resources/locale_settings.grd (right): http://codereview.chromium.org/7011015/diff/8001/chrome/app/resources/locale_settings.grd#newcode556 chrome/app/resources/locale_settings.grd:556: <message name="IDS_ABOUTPANELBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> Having both Bubble and Dialog seems ...
9 years, 7 months ago (2011-05-24 05:29:14 UTC) #4
jianli
http://codereview.chromium.org/7011015/diff/8001/chrome/app/resources/locale_settings.grd File chrome/app/resources/locale_settings.grd (right): http://codereview.chromium.org/7011015/diff/8001/chrome/app/resources/locale_settings.grd#newcode556 chrome/app/resources/locale_settings.grd:556: <message name="IDS_ABOUTPANELBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> On 2011/05/24 05:29:14, jennb wrote: > ...
9 years, 7 months ago (2011-05-24 18:20:24 UTC) #5
jennb
LGTM after fixing test failure. If the fix changes the code significantly, please ping for ...
9 years, 7 months ago (2011-05-24 22:50:29 UTC) #6
jianli
The test failure is caused by an assert that complains about the extension install preferences ...
9 years, 7 months ago (2011-05-24 23:56:57 UTC) #7
oshima
Hi jianli, jennb We're about to remove STYLE_MULTILINE in textfield in (http://codereview.chromium.org/7027014/) but noticed that ...
9 years, 6 months ago (2011-06-01 02:07:29 UTC) #8
jianli
I am going to remove the about panel bubble per the latest panel UI decision ...
9 years, 6 months ago (2011-06-01 02:23:07 UTC) #9
oshima
On Tue, May 31, 2011 at 7:22 PM, Jian Li <jianli@chromium.org> wrote: > I am ...
9 years, 6 months ago (2011-06-01 02:26:22 UTC) #10
Emmanuel Saint-loubert-Bié
9 years, 6 months ago (2011-06-01 02:50:17 UTC) #11
Yes I can wait, thanks for the update :-)

-- Emmanuel

On Tue, May 31, 2011 at 7:25 PM, oshima <oshima@chromium.org> wrote:

>
>
> On Tue, May 31, 2011 at 7:22 PM, Jian Li <jianli@chromium.org> wrote:
>
>> I am going to remove the about panel bubble per the latest panel UI
>> decision and the patch will be sent out tomorrow morning. If you can wait
>> till that time, the use of STYLE_MULTILINE will be removed with the incoming
>> patch. Otherwise, you could also change it to using any other style.
>>
>>
> That's great. I'll let saintlou decide which way to go.
>
> Thanks!
> - oshima
>
>
>> On Tue, May 31, 2011 at 7:07 PM, <oshima@chromium.org> wrote:
>>
>>> Hi jianli, jennb
>>>
>>> We're about to remove STYLE_MULTILINE in textfield in
>>> (http://codereview.chromium.org/7027014/) but noticed that
>>> about_panel_bubble now uses it.
>>>
>>> I'm guessing that you took the implementation from old about
>>> dialog, which is now gone, and we're wondering if you
>>> can eliminate the use of STYLE_MULTILINE.
>>>
>>> Thanks,
>>>
>>>
>>>
>>> http://codereview.chromium.org/7011015/
>>>
>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698