Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Fix case of item extras in browser_menu_action event #19487

Merged
merged 2 commits into from
May 19, 2021

Conversation

tdsmith
Copy link
Contributor

@tdsmith tdsmith commented May 12, 2021

Update the event description to match the values observed in telemetry.

No tests: not a functional change
No screenshots: not user-visible
No accessibility impacts: not user-visible

Pull Request checklist

  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not
  • Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features. In addition, it includes a screenshot of a successful accessibility scan to ensure no new defects are added to the product.

To download an APK when reviewing a PR:

  1. click on Show All Checks,
  2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark,
  3. click on the "Fenix - assemble" task, then click "Run Artifacts".
  4. the APK links should be on the left side of the screen, named for each CPU architecture

Update the event description to match the values observed in telemetry.
@tdsmith tdsmith requested review from a team as code owners May 12, 2021 21:14
@firefoxci-taskcluster
Copy link

No Taskcluster jobs started for this pull request
The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the
default branch) does not allow starting tasks for this pull request.

Copy link
Contributor

@eliserichards eliserichards left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

app/metrics.yaml Outdated
Comment on lines 208 to 211
add_to_homescreen, add_to_top_sites, addons_manager, back, bookmark, bookmarks, desktop_view_off,
desktop_view_on, downloads, find_in_page, forward, help, history, library, new_private_tab, new_tab,
open_in_app, open_in_fenix, quit, reader_mode_appearance, reader_mode_off, reader_mode_on, reload,
save_to_collection, set_default_browser, settings, share, stop, sync_account, and sync_tabs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually needs changes. We're hitting the character per line limit of 80 with the glean parser, which is why you see CI builds are failing.

ERROR running glean_parser v2.2.0
Sorry, Glean found some glinter nits:
/home/runner/work/fenix/fenix/app/metrics.yaml (208:81) - line too long (107 > 80 characters) (line-length)
/home/runner/work/fenix/fenix/app/metrics.yaml (209:81) - line too long (110 > 80 characters) (line-length)
/home/runner/work/fenix/fenix/app/metrics.yaml (210:81) - line too long (108 > 80 characters) (line-length)
/home/runner/work/fenix/fenix/app/metrics.yaml (211:81) - line too long (102 > 80 characters) (line-length)

@gabrielluong gabrielluong added the pr:needs-landing PRs that are ready to land [Will be merged by Mergify] label May 19, 2021
@eliserichards eliserichards merged commit 26cb37b into mozilla-mobile:master May 19, 2021
pkirakosyan pushed a commit to gexsi/user-agent-android that referenced this pull request Aug 10, 2021
…19487)

* Fix case of item extras in browser_menu_action event

Update the event description to match the values observed in telemetry.

* Line length
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr:needs-landing PRs that are ready to land [Will be merged by Mergify]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants