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

Issue 2381373002: Disable caret blinking for blimp (Closed)

Created:
4 years, 2 months ago by shaktisahu
Modified:
4 years, 2 months ago
CC:
anandc+watch-blimp_chromium.org, bgoldman+watch-blimp_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, dtrainor+watch-blimp_chromium.org, gcasto+watch-blimp_chromium.org, jam, jessicag+watch-blimp_chromium.org, khushalsagar+watch-blimp_chromium.org, kinuko+watch, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nyquist+watch-blimp_chromium.org, perumaal+watch-blimp_chromium.org, scf+watch-blimp_chromium.org, shaktisahu+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, steimel+watch-blimp_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable caret blinking for blimp For blimp, blinking caret in a text input area causes lot of redundant state update messages being sent between client and server. To reduce the data usage, a settings was added to blink to disable the blinking. BUG=652899 Committed: https://crrev.com/22c4d40260078dfe23612368f2ae9519729062ce Cr-Commit-Position: refs/heads/master@{#424222}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Patch Set 3 : Using RendererPrefereces #

Total comments: 1

Patch Set 4 : BUILD.gn changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M blimp/engine/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/session/tab.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
shaktisahu
4 years, 2 months ago (2016-10-01 05:21:55 UTC) #2
nyquist
Also nit; could you swap 'server' for 'engine' in the CL description? https://codereview.chromium.org/2381373002/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc ...
4 years, 2 months ago (2016-10-05 04:02:42 UTC) #6
Brian Goldman
Can you add a TEST= line to the description?
4 years, 2 months ago (2016-10-05 16:46:46 UTC) #8
shaktisahu
avi@ - PTAL at content/ sky@ - PTAL at third_party/WebKit/
4 years, 2 months ago (2016-10-05 17:07:31 UTC) #10
Avi (use Gerrit)
content lgtm You will need a content reviewer.
4 years, 2 months ago (2016-10-05 17:44:26 UTC) #11
Avi (use Gerrit)
On 2016/10/05 17:44:26, Avi wrote: > content lgtm > > You will need a content ...
4 years, 2 months ago (2016-10-05 17:44:44 UTC) #12
sky
On 2016/10/05 17:07:31, shaktisahu wrote: > avi@ - PTAL at content/ > > sky@ - ...
4 years, 2 months ago (2016-10-06 15:46:43 UTC) #13
David Trainor- moved to gerrit
lgtm % nits to move some methods around. https://codereview.chromium.org/2381373002/diff/1/third_party/WebKit/Source/web/WebSettingsImpl.cpp File third_party/WebKit/Source/web/WebSettingsImpl.cpp (right): https://codereview.chromium.org/2381373002/diff/1/third_party/WebKit/Source/web/WebSettingsImpl.cpp#newcode465 third_party/WebKit/Source/web/WebSettingsImpl.cpp:465: void ...
4 years, 2 months ago (2016-10-06 16:38:55 UTC) #15
shaktisahu
dglazkov@ - PTAL at third_party/WebKit/
4 years, 2 months ago (2016-10-06 20:43:21 UTC) #17
nyquist
lgtm, but please add a TEST= like bgoldman@ suggested.
4 years, 2 months ago (2016-10-06 23:15:23 UTC) #18
esprehn
I think you want to instead move the caret to be a separate composited layer ...
4 years, 2 months ago (2016-10-07 17:42:36 UTC) #20
esprehn
On 2016/10/07 at 17:42:36, esprehn wrote: > I think you want to instead move the ...
4 years, 2 months ago (2016-10-07 17:43:20 UTC) #21
David Trainor- moved to gerrit
On 2016/10/07 17:43:20, esprehn wrote: > On 2016/10/07 at 17:42:36, esprehn wrote: > > I ...
4 years, 2 months ago (2016-10-07 17:57:28 UTC) #22
shaktisahu
Much simpler now :). Using caret_blink_interval = 0 instead. dtrainor@, esprehn@ - PTAL.
4 years, 2 months ago (2016-10-08 00:32:12 UTC) #23
esprehn
lgtm
4 years, 2 months ago (2016-10-08 00:40:55 UTC) #24
Khushal
lgtm. https://codereview.chromium.org/2381373002/diff/40001/blimp/engine/session/tab.cc File blimp/engine/session/tab.cc (right): https://codereview.chromium.org/2381373002/diff/40001/blimp/engine/session/tab.cc#newcode108 blimp/engine/session/tab.cc:108: render_view_host->SyncRendererPrefs(); Would it be nicer if content gave ...
4 years, 2 months ago (2016-10-10 18:57:09 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2381373002/40001
4 years, 2 months ago (2016-10-10 18:59:40 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/213830) linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 2 months ago (2016-10-10 19:04:01 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2381373002/60001
4 years, 2 months ago (2016-10-10 19:30:08 UTC) #33
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-10 20:26:32 UTC) #35
commit-bot: I haz the power
4 years, 2 months ago (2016-10-10 20:30:14 UTC) #37
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/22c4d40260078dfe23612368f2ae9519729062ce
Cr-Commit-Position: refs/heads/master@{#424222}

Powered by Google App Engine
This is Rietveld 408576698