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

Issue 4186009: Changed new tab content for Guest Session. (Closed)

Created:
10 years, 1 month ago by altimofeev
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

Changed new tab content for Guest Session. Use special text for Guest Session instead of using standard text for Incognito mode. Also changes icon and link which are shown. BUG=chromium-os:6907 TEST=Enter Guest mode, open new tab. Check opened page. Commited: http://src.chromium.org/viewvc/chrome?view=rev&revision=66423

Patch Set 1 #

Total comments: 9

Patch Set 2 : code review #

Patch Set 3 : bookmarks annihilation #

Patch Set 4 : nit #

Total comments: 7

Patch Set 5 : nits #

Total comments: 2

Patch Set 6 : use css #

Patch Set 7 : merge #

Patch Set 8 : fix the link #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -41 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/dom_ui/ntp_resource_cache.cc View 1 2 3 4 5 6 7 4 chunks +19 lines, -3 lines 0 comments Download
A chrome/browser/resources/guest_session_tab.html View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/resources/incognito_tab.css View 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/browser/resources/incognito_tab.html View 1 chunk +1 line, -37 lines 0 comments Download
A chrome/browser/resources/shared/images/guest_icon_standalone.png View Binary file 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
altimofeev
Another try. Added TODO to fix 'if def' related issue. This CL is not the ...
10 years, 1 month ago (2010-10-29 10:37:02 UTC) #1
Nikita (slow)
http://codereview.chromium.org/4186009/diff/1/4 File chrome/browser/dom_ui/ntp_resource_cache.cc (right): http://codereview.chromium.org/4186009/diff/1/4#newcode207 chrome/browser/dom_ui/ntp_resource_cache.cc:207: //TODO(altimofeev): consider implementation without 'if def' usage. nit: spacing ...
10 years, 1 month ago (2010-10-29 14:44:45 UTC) #2
Ben Goodger (Google)
http://codereview.chromium.org/4186009/diff/13001/14006 File chrome/browser/views/frame/browser_view.cc (right): http://codereview.chromium.org/4186009/diff/13001/14006#newcode608 chrome/browser/views/frame/browser_view.cc:608: !CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession); I don't get this logic... you're saying that ...
10 years, 1 month ago (2010-10-29 16:53:12 UTC) #3
altimofeev
http://codereview.chromium.org/4186009/diff/1/4 File chrome/browser/dom_ui/ntp_resource_cache.cc (right): http://codereview.chromium.org/4186009/diff/1/4#newcode207 chrome/browser/dom_ui/ntp_resource_cache.cc:207: //TODO(altimofeev): consider implementation without 'if def' usage. On 2010/10/29 ...
10 years, 1 month ago (2010-10-30 14:57:38 UTC) #4
Ben Goodger (Google)
http://codereview.chromium.org/4186009/diff/13001/14006 File chrome/browser/views/frame/browser_view.cc (right): http://codereview.chromium.org/4186009/diff/13001/14006#newcode608 chrome/browser/views/frame/browser_view.cc:608: !CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession); OK so it sounds like when you are ...
10 years, 1 month ago (2010-11-01 14:40:49 UTC) #5
arv (Not doing code reviews)
http://codereview.chromium.org/4186009/diff/13001/14004 File chrome/browser/resources/guest_session_tab.html (right): http://codereview.chromium.org/4186009/diff/13001/14004#newcode7 chrome/browser/resources/guest_session_tab.html:7: margin:10px 8px 10px 8px; Use shorthand margin: 10px 8px; ...
10 years, 1 month ago (2010-11-01 20:21:58 UTC) #6
altimofeev
http://codereview.chromium.org/4186009/diff/13001/14004 File chrome/browser/resources/guest_session_tab.html (right): http://codereview.chromium.org/4186009/diff/13001/14004#newcode7 chrome/browser/resources/guest_session_tab.html:7: margin:10px 8px 10px 8px; On 2010/11/01 20:21:58, arv wrote: ...
10 years, 1 month ago (2010-11-02 13:36:56 UTC) #7
Ben Goodger (Google)
Let me discuss with other UI people when they come in to work over the ...
10 years, 1 month ago (2010-11-02 14:54:35 UTC) #8
altimofeev
On 2010/11/02 14:54:35, Ben Goodger wrote: > Let me discuss with other UI people when ...
10 years, 1 month ago (2010-11-03 07:12:02 UTC) #9
Nikita (slow)
LGTM for my comments http://codereview.chromium.org/4186009/diff/1/4 File chrome/browser/dom_ui/ntp_resource_cache.cc (right): http://codereview.chromium.org/4186009/diff/1/4#newcode207 chrome/browser/dom_ui/ntp_resource_cache.cc:207: //TODO(altimofeev): consider implementation without 'if ...
10 years, 1 month ago (2010-11-03 08:17:10 UTC) #10
altimofeev
> What's the issue #? http://code.google.com/p/chromium-os/issues/detail?id=8626
10 years, 1 month ago (2010-11-03 08:51:20 UTC) #11
arv (Not doing code reviews)
http://codereview.chromium.org/4186009/diff/22001/23004 File chrome/browser/resources/guest_session_tab.html (right): http://codereview.chromium.org/4186009/diff/22001/23004#newcode40 chrome/browser/resources/guest_session_tab.html:40: } I should have seen this before... Can you ...
10 years, 1 month ago (2010-11-03 17:38:35 UTC) #12
altimofeev
http://codereview.chromium.org/4186009/diff/22001/23004 File chrome/browser/resources/guest_session_tab.html (right): http://codereview.chromium.org/4186009/diff/22001/23004#newcode40 chrome/browser/resources/guest_session_tab.html:40: } On 2010/11/03 17:38:35, arv wrote: > I should ...
10 years, 1 month ago (2010-11-08 22:37:17 UTC) #13
arv (Not doing code reviews)
HTML/CSS LGTM
10 years, 1 month ago (2010-11-08 22:41:13 UTC) #14
Nikita (slow)
trybots?
10 years, 1 month ago (2010-11-09 10:46:44 UTC) #15
altimofeev
On 2010/11/09 10:46:44, Nikita Kostylev wrote: > trybots? There are new files in this CL, ...
10 years, 1 month ago (2010-11-09 13:36:38 UTC) #16
Nikita (slow)
Since HTML changes are ok, you might submit them as a separate CL.
10 years, 1 month ago (2010-11-09 13:38:16 UTC) #17
Ben Goodger (Google)
OK
10 years, 1 month ago (2010-11-15 17:23:26 UTC) #18
altimofeev
On 2010/11/15 17:23:26, Ben Goodger wrote: > OK Is it equivalent to LGTM?
10 years, 1 month ago (2010-11-16 17:38:08 UTC) #19
Ben Goodger (Google)
10 years, 1 month ago (2010-11-16 18:03:54 UTC) #20
Indeed.

-Ben

On Tue, Nov 16, 2010 at 9:38 AM, <altimofeev@chromium.org> wrote:

> On 2010/11/15 17:23:26, Ben Goodger wrote:
>
>> OK
>>
>
> Is it equivalent to LGTM?
>
>
> http://codereview.chromium.org/4186009/
>

Powered by Google App Engine
This is Rietveld 408576698