Closed Bug 1272599 Opened 8 years ago Closed 8 years ago

[UI Events-key] Rename "MozHomeScreen", "MozCameraFocusAdjust" and "MozPhoneCall" key values to "GoHome", "CameraFocus" and "Call"

Categories

(Core :: DOM: Events, defect)

All
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla49
Tracking Status
firefox49 --- fixed

People

(Reporter: masayuki, Assigned: masayuki)

References

Details

(Keywords: dev-doc-complete, Whiteboard: btpp-active)

Attachments

(2 files)

Latest UI Events KeyboardEvent key values define new key values which are currently defined with "Moz" prefix. We should rename them, but I don't know a good person of Gaia who I should notify of this change.

Smaug, do you know?
Flags: needinfo?(bugs)
Perhaps fabrice?

But if we don't want to be blocked on b2g cleanups, could we implement the new stuff with #ifndef MOZ_B2G and leave the old stuff with #ifdef MOZ_B2G ?
Flags: needinfo?(bugs) → needinfo?(fabrice)
Whiteboard: btpp-active
Olli, I checked gaia and we don't use MozPhoneCall anywhere. So I would go with #ifdef/#ifndef MOZ_B2G for MozHomeScreen and MozCameraFocusAdjust, and just rename MozPhoneCall.

That would be great if you could also file a bug in Gaia::General once this one is fixed to remind us to make the other changes. Thanks!
Flags: needinfo?(fabrice)
Android's KEYCODE_CALL was temporarily named as "MozPhoneCall" since proper key name was not defined in the spec. However, now, it's defined as "Call" in the latest spec. Therefore, we should rename this key name.

Note that this isn't available on Android because the key event is never fired on applications. However, this key may be useful on B2G. Although, the key is not used by current Gaia.

Review commit: https://reviewboard.mozilla.org/r/54406/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/54406/
Attachment #8755674 - Flags: review?(bugs)
Attachment #8755675 - Flags: review?(bugs)
KEYCODE_HOME was temporarily named as "MozHomeScreen" and KEYCODE_FOCUS was temprarily named as "MozCameraFocusAdjust" since they were not defined by the spec. However, in the latest spec, they are defined as "GoHome" and "CameraFocus". So, it is the time to rename them.

However, these temporary key names are still used by Gaia. Until it's fixed, we should keep using the temporary names only on B2G.

Review commit: https://reviewboard.mozilla.org/r/54408/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/54408/
Comment on attachment 8755674 [details]
MozReview Request: Bug 1272599 part.1 Rename KeyboardEvent.key value, "MozPhoneCall" to "Call" r?smaug

https://reviewboard.mozilla.org/r/54406/#review51456

ok, so we can do the renaming because the name isn't used anywhere currently.
Attachment #8755674 - Flags: review?(bugs) → review+
Attachment #8755675 - Flags: review?(bugs) → review+
Comment on attachment 8755675 [details]
MozReview Request: Bug 1272599 part.2 Rename KeyboardEvent.key values, "MozHomeScreen" and "MozCameraFocusAdjust" to "GoHome" and "CameraFocus" except on B2G r?smaug

https://reviewboard.mozilla.org/r/54408/#review51458

I see, we have already DEFINE_KEYNAME_WITH_SAME_NAME(GoHome) and such.
https://hg.mozilla.org/mozilla-central/rev/d50ff85ea0db
https://hg.mozilla.org/mozilla-central/rev/7562ee87e961
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Keywords: site-compat
Updated Firefox 49 for developers. I have a question in to :masayuki about some existing content in the key event docs that I need to clarify before I update the KeyboardEvent.key and KeyboardEvent.code pages as necessary; there are some things on this page that need to be cleaned up.
KeyboardEvent.key is updated. These keys are not currently on KeyboardEvent.code; if they need to be, the process of revising the page will get them added. See bug 1296444 for that refactor.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: