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

Issue 397223002: Enable copying long text to Chrome and pasting long text from Chrome (Closed)

Created:
6 years, 5 months ago by pkotwicz
Modified:
6 years, 4 months ago
CC:
dcheng, ben+views_chromium.org, chromium-reviews, derat+watch_chromium.org, sadrul, tdanderson+views_chromium.org, tfarina, yusukes+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Enable copying long text to Chrome and pasting long text from Chrome This CL adds support for the INCR property (http://tronche.com/gui/x/icccm/sec-2.html#s-2.7.2) to SelectionRequestor and SelectionOwner BUG=367549 TEST=Manual, see bug R=derat,dcheng,erg TBR=erg for ui/base/BUILD.gn Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287404

Patch Set 1 : #

Total comments: 19

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+578 lines, -58 lines) Patch
M ui/base/BUILD.gn View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 1 2 chunks +18 lines, -1 line 0 comments Download
M ui/base/ui_base.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/base/x/selection_owner.h View 1 3 chunks +65 lines, -2 lines 0 comments Download
M ui/base/x/selection_owner.cc View 1 6 chunks +172 lines, -6 lines 0 comments Download
M ui/base/x/selection_requestor.h View 1 3 chunks +12 lines, -2 lines 0 comments Download
M ui/base/x/selection_requestor.cc View 1 2 3 6 chunks +107 lines, -18 lines 0 comments Download
A ui/base/x/x11_foreign_window_manager.h View 1 1 chunk +68 lines, -0 lines 0 comments Download
A ui/base/x/x11_foreign_window_manager.cc View 1 1 chunk +72 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc View 8 chunks +25 lines, -11 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_handler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_handler.cc View 3 chunks +29 lines, -18 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
pkotwicz
Elliot, can you please take a look?
6 years, 5 months ago (2014-07-17 15:51:48 UTC) #1
Elliot Glaysher
lgtm https://codereview.chromium.org/397223002/diff/80001/ui/base/clipboard/clipboard_aurax11.cc File ui/base/clipboard/clipboard_aurax11.cc (right): https://codereview.chromium.org/397223002/diff/80001/ui/base/clipboard/clipboard_aurax11.cc#newcode517 ui/base/clipboard/clipboard_aurax11.cc:517: return true; I don't like that we're moving ...
6 years, 5 months ago (2014-07-17 22:32:46 UTC) #2
pkotwicz
derat@ for ui/base/x OWNERS dcheng@ for ui/base/clipboard OWNERS
6 years, 5 months ago (2014-07-25 18:33:13 UTC) #3
Daniel Erat
https://codereview.chromium.org/397223002/diff/80001/ui/base/x/selection_owner.cc File ui/base/x/selection_owner.cc (right): https://codereview.chromium.org/397223002/diff/80001/ui/base/x/selection_owner.cc#newcode37 ui/base/x/selection_owner.cc:37: const int kIncrTimerPeriodMs = 1000; s/Incr/Incremental/ here and in ...
6 years, 5 months ago (2014-07-25 19:38:44 UTC) #4
dcheng
ui/base/clipboard/* LGTM with one nit. https://codereview.chromium.org/397223002/diff/80001/ui/base/clipboard/clipboard_aurax11.cc File ui/base/clipboard/clipboard_aurax11.cc (right): https://codereview.chromium.org/397223002/diff/80001/ui/base/clipboard/clipboard_aurax11.cc#newcode554 ui/base/clipboard/clipboard_aurax11.cc:554: case PropertyNotify: {}s to ...
6 years, 5 months ago (2014-07-25 23:48:30 UTC) #5
pkotwicz
derat@, can you please take another look? I think I have addressed all of your ...
6 years, 5 months ago (2014-07-26 20:09:54 UTC) #6
Daniel Erat
lgtm
6 years, 4 months ago (2014-07-28 14:33:20 UTC) #7
pkotwicz
The CQ bit was checked by pkotwicz@chromium.org
6 years, 4 months ago (2014-07-31 14:58:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/397223002/190001
6 years, 4 months ago (2014-07-31 14:59:30 UTC) #9
pkotwicz
The CQ bit was checked by pkotwicz@chromium.org
6 years, 4 months ago (2014-07-31 18:16:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/397223002/200001
6 years, 4 months ago (2014-07-31 18:18:40 UTC) #11
pkotwicz
The CQ bit was checked by pkotwicz@chromium.org
6 years, 4 months ago (2014-07-31 18:40:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/397223002/240001
6 years, 4 months ago (2014-07-31 18:41:20 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 22:50:51 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 23:31:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/2029)
6 years, 4 months ago (2014-07-31 23:31:20 UTC) #16
pkotwicz
The CQ bit was checked by pkotwicz@chromium.org
6 years, 4 months ago (2014-08-04 16:36:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/397223002/280001
6 years, 4 months ago (2014-08-04 16:36:47 UTC) #18
pkotwicz
The CQ bit was unchecked by pkotwicz@chromium.org
6 years, 4 months ago (2014-08-04 16:47:34 UTC) #19
pkotwicz
The CQ bit was checked by pkotwicz@chromium.org
6 years, 4 months ago (2014-08-04 16:48:07 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkotwicz@chromium.org/397223002/280001
6 years, 4 months ago (2014-08-04 16:48:34 UTC) #21
commit-bot: I haz the power
6 years, 4 months ago (2014-08-04 23:46:33 UTC) #22
Message was sent while issue was closed.
Change committed as 287404

Powered by Google App Engine
This is Rietveld 408576698