----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7142/#review12059 -----------------------------------------------------------
Ship it! LGTM. Only one comment below. src/org/waveprotocol/wave/client/clipboard/PasteBufferImplSafariAndNewFirefox.java <https://reviews.apache.org/r/7142/#comment25715> Should we open an issue for this and mention here the link? - Yuri Zelikov On Sept. 25, 2012, 10:55 a.m., Vicente J. Ruiz Jurado wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/7142/ > ----------------------------------------------------------- > > (Updated Sept. 25, 2012, 10:55 a.m.) > > > Review request for wave, Michael MacFadden, Yuri Zelikov, and Ali Lown. > > > Description > ------- > > This patch fix the copy/paste issue in new ff15. I didn't find the root of > the changes in new FF that make the code to fail, but the implementation for > webkit works for ff >= 15 also while the previous ff implementation works > for ff < 15. Probably we can find a better solution with the help of this > patch that "focus" in the problem. > > > This addresses bug WAVE-370. > https://issues.apache.org/jira/browse/WAVE-370 > > > Diffs > ----- > > src/org/waveprotocol/wave/client/clipboard/PasteBufferImpl.java 3da6bfb > src/org/waveprotocol/wave/client/clipboard/PasteBufferImplFirefox.java > 2b210bb > src/org/waveprotocol/wave/client/clipboard/PasteBufferImplOldFirefox.java > PRE-CREATION > src/org/waveprotocol/wave/client/clipboard/PasteBufferImplSafari.java > c04c49b > > src/org/waveprotocol/wave/client/clipboard/PasteBufferImplSafariAndNewFirefox.java > PRE-CREATION > src/org/waveprotocol/wave/client/common/util/QuirksConstants.java 378e93d > > src/org/waveprotocol/wave/client/common/util/UserAgentRuntimeProperties.java > 6a22782 > > Diff: https://reviews.apache.org/r/7142/diff/ > > > Testing > ------- > > ant waveharness-hosted ; ant editor-hosted ; ant test-gwt (after the change > in UserAgentRuntimeProperties that allows to make paste tests in > waveharness-hostes and editor-hosted and with specific versions of FF, I did > the test-gwt goal without failures) > > > Thanks, > > Vicente J. Ruiz Jurado > >