Dry run: Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/120844)
3 years, 10 months ago
(2017-02-16 22:06:17 UTC)
#4
Description was changed from ========== Display images in multiline Braille When ChromeVox lands on an ...
3 years, 10 months ago
(2017-02-22 16:50:34 UTC)
#5
Description was changed from
==========
Display images in multiline Braille
When ChromeVox lands on an object that's an image, and when there's a
multi-line braille display, convert's the image to black-and-white and
displays it on the braille display.
Original changelist (never landed): http://crrev.com/2544203004
BUG=670925
==========
to
==========
Display images in multiline Braille
When ChromeVox lands on an object that's an image, and when there's a
multi-line braille display, convert's the image to black-and-white and
displays it on the braille display.
Original changelist (never landed): http://crrev.com/2544203004
BUG=670925
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
==========
dmazzoni
The CQ bit was checked by dmazzoni@chromium.org to run a CQ dry run
3 years, 10 months ago
(2017-02-22 16:50:59 UTC)
#6
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/237181)
3 years, 10 months ago
(2017-02-22 18:08:50 UTC)
#11
OK, take a look. I modified it to display the image only when you explicitly ...
3 years, 10 months ago
(2017-02-24 00:19:42 UTC)
#13
OK, take a look. I modified it to display
the image only when you explicitly request
it with a new command bound to Search+Ctrl+G.
When you do it freezes the braille display
until you navigate to another range.
Now there are no changes to output.
https://codereview.chromium.org/2703663002/diff/20001/chrome/browser/resource...
File
chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js
(right):
https://codereview.chromium.org/2703663002/diff/20001/chrome/browser/resource...
chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js:70:
this.displayingImage_ = false;
On 2017/02/22 18:15:24, David Tseng wrote:
> js doc
Done.
https://codereview.chromium.org/2703663002/diff/20001/chrome/browser/resource...
chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js:217:
* textColumnCount: (number|undefined)}} newState Display state reported
On 2017/02/22 18:15:24, David Tseng wrote:
> This should be cvox.BrailleDisplayState.
I did this on purpose. The extension API allows
textRowCount and textColumnCount to be undefined, but
I changed cvox.BrailleDisplayState to require them to be
defined because it helps catch error, like a place in the
code where we were still using textCellCount.
I added this to the jsdoc to be clear.
https://codereview.chromium.org/2703663002/diff/20001/chrome/browser/resource...
chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js:268:
if (!this.displayState_.available || this.displayingImage_) {
On 2017/02/22 18:15:24, David Tseng wrote:
> Seems like you should get this to work without keeping explicit track of
whether
> an image is displayed or not.
They will have pretty different panning behavior, though, right?
dmazzoni
The CQ bit was checked by dmazzoni@chromium.org to run a CQ dry run
3 years, 10 months ago
(2017-02-24 00:19:46 UTC)
#14
3 years, 9 months ago
(2017-02-27 09:00:20 UTC)
#23
Dry run: This issue passed the CQ dry run.
David Tseng
lgtm once all comments are addressed. https://codereview.chromium.org/2703663002/diff/60001/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js File chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js (right): https://codereview.chromium.org/2703663002/diff/60001/chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js#newcode213 chrome/browser/resources/chromeos/chromevox/braille/braille_display_manager.js:213: for (var x ...
3 years, 9 months ago
(2017-02-27 16:15:50 UTC)
#24
https://codereview.chromium.org/2703663002/diff/60001/chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js File chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js (right): https://codereview.chromium.org/2703663002/diff/60001/chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js#newcode795 chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js:795: if (CommandHandler.imageNode_) { I don't think you need to ...
3 years, 9 months ago
(2017-02-27 16:27:13 UTC)
#25
CQ is committing da patch. Bot data: {"patchset_id": 80001, "attempt_start_ts": 1488258509492600, "parent_rev": "627ab487f2c43ca1721935cc4c4579ef9eff421d", "commit_rev": "5d5130c54bb6ba7a3d1e3aa324735ab76e934eb8"}
3 years, 9 months ago
(2017-02-28 07:24:36 UTC)
#30
CQ is committing da patch.
Bot data: {"patchset_id": 80001, "attempt_start_ts": 1488258509492600,
"parent_rev": "627ab487f2c43ca1721935cc4c4579ef9eff421d", "commit_rev":
"5d5130c54bb6ba7a3d1e3aa324735ab76e934eb8"}
commit-bot: I haz the power
Description was changed from ========== Display images in multiline Braille When ChromeVox lands on an ...
3 years, 9 months ago
(2017-02-28 07:25:10 UTC)
#31
Message was sent while issue was closed.
Description was changed from
==========
Display images in multiline Braille
When ChromeVox lands on an object that's an image, and when there's a
multi-line braille display, convert's the image to black-and-white and
displays it on the braille display.
Original changelist (never landed): http://crrev.com/2544203004
BUG=670925
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
==========
to
==========
Display images in multiline Braille
When ChromeVox lands on an object that's an image, and when there's a
multi-line braille display, convert's the image to black-and-white and
displays it on the braille display.
Original changelist (never landed): http://crrev.com/2544203004
BUG=670925
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2703663002
Cr-Commit-Position: refs/heads/master@{#453537}
Committed:
https://chromium.googlesource.com/chromium/src/+/5d5130c54bb6ba7a3d1e3aa32473...
==========
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/5d5130c54bb6ba7a3d1e3aa324735ab76e934eb8
3 years, 9 months ago
(2017-02-28 07:25:11 UTC)
#32
Issue 2703663002: Display images in multiline Braille
(Closed)
Created 3 years, 10 months ago by dmazzoni
Modified 3 years, 9 months ago
Reviewers: David Tseng
Base URL:
Comments: 54