|
|
Created:
8 years, 5 months ago by Avi (use Gerrit) Modified:
8 years, 4 months ago CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionRemove 10.5 comment.
BUG=137676
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150353
Patch Set 1 #Patch Set 2 : fix #Patch Set 3 : what's left #
Total comments: 2
Messages
Total messages: 22 (0 generated)
LGTM
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, previously, step "interactive_ui_tests" failed. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
Try job failure for 10827017-1 (retry) on linux_clang for step "compile" (clobber build). It's a second try, previously, step "compile" failed. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_clan...
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, previously, step "interactive_ui_tests" failed. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, previously, step "interactive_ui_tests" failed. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
Try job failure for 10827017-1 (retry) on linux_clang for step "compile" (clobber build). It's a second try, previously, step "compile" failed. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_clan...
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/1
Try job failure for 10827017-1 (retry) on mac_rel for step "interactive_ui_tests". It's a second try, previously, step "interactive_ui_tests" failed. http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...
PTAL. Removing -insertText: kills all the mouse lock tests; I have no idea why.
lgtm
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10827017/15002
Change committed as 150353
https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/re... File content/browser/renderer_host/render_widget_host_view_mac.mm (left): https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/re... content/browser/renderer_host/render_widget_host_view_mac.mm:2956: [self insertText:string replacementRange:NSMakeRange(NSNotFound, 0)]; I think we can delete the whole method. I added it because typing would cause bell sounds on 10.5 with every key press.
https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/re... File content/browser/renderer_host/render_widget_host_view_mac.mm (left): https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/re... 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: > I think we can delete the whole method. I added it because typing would cause > bell sounds on 10.5 with every key press. He did initially, but it was causing test failures.
On 2012/08/07 16:18:08, rsesek wrote: > https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/re... > File content/browser/renderer_host/render_widget_host_view_mac.mm (left): > > https://chromiumcodereview.appspot.com/10827017/diff/15002/content/browser/re... > 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: > > I think we can delete the whole method. I added it because typing would cause > > bell sounds on 10.5 with every key press. > > He did initially, but it was causing test failures. Possibly because readSelectionFromPasteboard: still calls insertText:? (Sorry for not reading scrollback)
Removing it breaks all the mouse lock tests. I haven't figured out why. |