Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
7077:  GeckoView update (nightly) (20200522-140505) r=psymoon a=MickeyMoz



Co-authored-by: MickeyMoz <[email protected]>
  • Loading branch information
MozLando and MickeyMoz committed May 22, 2020
2 parents 5bd5578 + 969bab4 commit 8030dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Gecko.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal object GeckoVersions {
/**
* GeckoView Nightly Version.
*/
const val nightly_version = "78.0.20200521093657"
const val nightly_version = "78.0.20200522094316"

/**
* GeckoView Beta Version.
Expand Down
1 change: 1 addition & 0 deletions components/browser/engine-gecko-nightly/docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The following metrics are added to the ping:
| geckoview.page_load_progress_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time between page load progress starts (0) and completion (100). |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1580077#c10)||never |
| geckoview.page_load_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to load a page. This includes all static contents, no dynamic content. Loading of about: pages is not counted. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never |
| geckoview.page_reload_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time taken to reload a page. This includes all static contents, no dynamic content. Loading of about: pages is not counted. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1580077#c10)||never |
| geckoview.per_document_site_origins |[custom_distribution](https://mozilla.github.io/glean/book/user/metrics/custom_distribution.html) |When a document is unloaded, report the highest number of [site origins](https://searchfox.org/ mozilla-central/rev/ 3300072e993ae05d50d5c63d815260367eaf9179/ caps/nsIPrincipal.idl#264) loaded simultaneously in that document. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1603185#c13)||never |
| geckoview.startup_runtime |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to initialize GeckoRuntime. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never |
| geckoview.version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The version of the Gecko engine, example: 74.0a1 |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2)||2021-02-01 |
| gfx.adapter.primary.description |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Long form description of the Graphics adapter |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 |
Expand Down

0 comments on commit 8030dda

Please sign in to comment.