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

Issue 10827017: Remove 10.5 support, fix coordinate calls. (Closed)

Created:
8 years, 5 months ago by Avi (use Gerrit)
Modified:
8 years, 4 months ago
Reviewers:
Robert Sesek, Nico
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : what's left #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 1 chunk +0 lines, -2 lines 2 comments Download

Messages

Total messages: 22 (0 generated)
Avi (use Gerrit)
8 years, 5 months ago (2012-07-25 20:30:34 UTC) #1
Robert Sesek
LGTM
8 years, 5 months ago (2012-07-25 20:31:22 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
8 years, 5 months ago (2012-07-25 20:48:54 UTC) #3
commit-bot: I haz the power
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 5 months ago (2012-07-25 21:55:56 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
8 years, 5 months ago (2012-07-25 22:12:34 UTC) #5
commit-bot: I haz the power
Try job failure for 10827017-1 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-25 23:06:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
8 years, 5 months ago (2012-07-25 23:14:44 UTC) #7
commit-bot: I haz the power
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 5 months ago (2012-07-26 00:29:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
8 years, 5 months ago (2012-07-26 02:54:38 UTC) #9
commit-bot: I haz the power
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 5 months ago (2012-07-26 04:20:17 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
8 years, 5 months ago (2012-07-26 22:01:36 UTC) #11
commit-bot: I haz the power
Try job failure for 10827017-1 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-26 22:49:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
8 years, 4 months ago (2012-07-27 20:22:08 UTC) #13
commit-bot: I haz the power
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 4 months ago (2012-07-27 21:29:22 UTC) #14
Avi (use Gerrit)
PTAL. Removing -insertText: kills all the mouse lock tests; I have no idea why.
8 years, 4 months ago (2012-07-28 16:40:06 UTC) #15
Robert Sesek
lgtm
8 years, 4 months ago (2012-07-30 17:24:29 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/15002
8 years, 4 months ago (2012-08-07 14:03:47 UTC) #17
commit-bot: I haz the power
Change committed as 150353
8 years, 4 months ago (2012-08-07 15:45:35 UTC) #18
Nico
https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/renderer_host/render_widget_host_view_mac.mm File content/browser/renderer_host/render_widget_host_view_mac.mm (left): https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/renderer_host/render_widget_host_view_mac.mm#oldcode2956 content/browser/renderer_host/render_widget_host_view_mac.mm:2956: [self insertText:string replacementRange:NSMakeRange(NSNotFound, 0)]; I think we can delete ...
8 years, 4 months ago (2012-08-07 16:16:57 UTC) #19
Robert Sesek
https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/renderer_host/render_widget_host_view_mac.mm File content/browser/renderer_host/render_widget_host_view_mac.mm (left): https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/renderer_host/render_widget_host_view_mac.mm#oldcode2956 content/browser/renderer_host/render_widget_host_view_mac.mm:2956: [self insertText:string replacementRange:NSMakeRange(NSNotFound, 0)]; On 2012/08/07 16:16:58, Nico wrote: ...
8 years, 4 months ago (2012-08-07 16:18:08 UTC) #20
Nico
On 2012/08/07 16:18:08, rsesek wrote: > https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/renderer_host/render_widget_host_view_mac.mm > File content/browser/renderer_host/render_widget_host_view_mac.mm (left): > > https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/renderer_host/render_widget_host_view_mac.mm#oldcode2956 > ...
8 years, 4 months ago (2012-08-07 16:23:02 UTC) #21
Avi (use Gerrit)
8 years, 4 months ago (2012-08-07 16:23:16 UTC) #22
Removing it breaks all the mouse lock tests. I haven't figured out why.

Powered by Google App Engine
This is Rietveld 408576698