Re: Faster gecko builds with IceCC on Mac and Linux

2018-01-31 Thread Randell Jesup
>On 1/16/18 2:59 PM, smaug wrote: >Would it be possible that when I do an hg pull of mozilla-central or >mozilla-inbound, I can also choose to download the object files from the >most recent ancestor that had an automation build? (It could be a separate >command, or ./mach pull.) They would go

Intent to remove: nsIDOMWindowUtils.sendKeyEvent() and nsIFrameLoader.sendCrossProcessKeyEvent()

2018-01-31 Thread Masayuki Nakano
Hi, I'd like to remove legacy API to dispatch keyboard events. One is nsIDOMWindowUtils.sendKeyEvent(), this has already replaced completely with nsITextInputProcessor [*1] since 2015 [*2]. It's really easy to rewrite legacy API users with new API because our EventUtils.js for mochitest has