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

Issue 10917077: [WebIntents, OSX] Clean up inline disposition to match mock. (Closed)

Created:
8 years, 3 months ago by groby-ooo-7-16
Modified:
8 years, 3 months ago
Reviewers:
Nico
CC:
chromium-reviews, gbillock+watch_chromium.org, smckay+watch_chromium.org, groby+watch_chromium.org
Visibility:
Public.

Description

[WebIntents, OSX] Clean up inline disposition to match mock. R=thakis@chromium.org BUG=145622 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157616

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address review issue and additional mock comments. #

Patch Set 3 : Better comments. #

Total comments: 10

Patch Set 4 : Fix review comments. #

Patch Set 5 : Added comment. #

Total comments: 4

Patch Set 6 : Fix review nits. #

Patch Set 7 : Merge to HEAD. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -25 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/web_intent_sheet_controller.mm View 1 2 3 4 5 6 15 chunks +101 lines, -24 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
groby-ooo-7-16
8 years, 3 months ago (2012-09-04 21:03:52 UTC) #1
Nico
https://chromiumcodereview.appspot.com/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): https://chromiumcodereview.appspot.com/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode89 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:89: return [NSDictionary dictionaryWithObjectsAndKeys: nit: return @{ NSForegroundColorAttributeName: [self textColor], ...
8 years, 3 months ago (2012-09-05 04:32:32 UTC) #2
groby-ooo-7-16
Addressing your review issues plus some additional design feedback. http://codereview.chromium.org/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode89 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:89: ...
8 years, 3 months ago (2012-09-06 02:43:48 UTC) #3
Nico
http://codereview.chromium.org/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode94 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:94: nil On 2012/09/06 02:43:48, groby wrote: > Because UI ...
8 years, 3 months ago (2012-09-06 02:48:21 UTC) #4
groby-ooo-7-16
Commentified. http://codereview.chromium.org/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/1/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode94 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:94: nil On 2012/09/06 02:48:21, Nico wrote: > On ...
8 years, 3 months ago (2012-09-07 00:05:21 UTC) #5
Nico
http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode94 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:94: [self setTextColor:gfx::SkColorToDeviceNSColor(linkColor)]; What's wrong with NSColor colorWithDeviceR:g:b:a? (If you ...
8 years, 3 months ago (2012-09-07 16:50:21 UTC) #6
groby-ooo-7-16
PTAL http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode94 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:94: [self setTextColor:gfx::SkColorToDeviceNSColor(linkColor)]; On 2012/09/07 16:50:21, Nico wrote: > ...
8 years, 3 months ago (2012-09-08 00:29:39 UTC) #7
Nico
http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode829 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:829: [closeButton_ setAutoresizingMask:NSViewMaxYMargin|NSViewMinXMargin]; Might be worth a comment then. On ...
8 years, 3 months ago (2012-09-08 00:30:45 UTC) #8
groby-ooo-7-16
PTAL http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/5002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode829 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:829: [closeButton_ setAutoresizingMask:NSViewMaxYMargin|NSViewMinXMargin]; On 2012/09/08 00:30:45, Nico wrote: > ...
8 years, 3 months ago (2012-09-08 00:48:38 UTC) #9
Nico
lgtm (Sorry. Please ping me when I ignore a CL for days.) http://codereview.chromium.org/10917077/diff/3002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm ...
8 years, 3 months ago (2012-09-11 06:56:35 UTC) #10
groby-ooo-7-16
http://codereview.chromium.org/10917077/diff/3002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm File chrome/browser/ui/cocoa/web_intent_sheet_controller.mm (right): http://codereview.chromium.org/10917077/diff/3002/chrome/browser/ui/cocoa/web_intent_sheet_controller.mm#newcode100 chrome/browser/ui/cocoa/web_intent_sheet_controller.mm:100: [[NSParagraphStyle defaultParagraphStyle] mutableCopy]); On 2012/09/11 06:56:36, Nico wrote: > ...
8 years, 3 months ago (2012-09-12 22:39:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/8004
8 years, 3 months ago (2012-09-12 22:39:22 UTC) #12
commit-bot: I haz the power
Try job failure for 10917077-8004 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-12 23:01:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/8004
8 years, 3 months ago (2012-09-12 23:05:39 UTC) #14
commit-bot: I haz the power
Try job failure for 10917077-8004 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-13 01:20:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/8004
8 years, 3 months ago (2012-09-13 01:25:58 UTC) #16
commit-bot: I haz the power
Failed to apply patch for chrome/app/generated_resources.grd: While running patch -p1 --forward --force; patching file chrome/app/generated_resources.grd ...
8 years, 3 months ago (2012-09-13 04:56:36 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/16001
8 years, 3 months ago (2012-09-18 20:17:36 UTC) #18
commit-bot: I haz the power
Retried try job too often for step(s) build
8 years, 3 months ago (2012-09-18 20:30:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/16001
8 years, 3 months ago (2012-09-18 21:11:23 UTC) #20
commit-bot: I haz the power
Retried try job too often for step(s) build
8 years, 3 months ago (2012-09-18 21:24:34 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/16001
8 years, 3 months ago (2012-09-18 22:52:40 UTC) #22
commit-bot: I haz the power
Retried try job too often for step(s) build
8 years, 3 months ago (2012-09-18 23:09:07 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/16001
8 years, 3 months ago (2012-09-19 18:51:29 UTC) #24
commit-bot: I haz the power
Retried try job too often for step(s) build
8 years, 3 months ago (2012-09-19 19:03:38 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/10917077/16001
8 years, 3 months ago (2012-09-19 21:31:16 UTC) #26
commit-bot: I haz the power
8 years, 3 months ago (2012-09-19 21:45:51 UTC) #27
Retried try job too often for step(s) build

Powered by Google App Engine
This is Rietveld 408576698