Skip to content

Commit

Permalink
Bug 1511177 - Part 0b: Keep changelog order consistent. r=snorp
Browse files Browse the repository at this point in the history
It seems like we can't quite decide whether the change log for a version should
grow top-down or bottom-up. hg blame and the numbering of references seems to
somewhat favour the latter, though.

Differential Revision: https://phabricator.services.mozilla.com/D40881
  • Loading branch information
buttercookie42 committed Aug 10, 2019
1 parent ebac1bc commit 3abfcd5
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ exclude: true
# GeckoView API Changelog.

## v70

- Add GeckoSession.LOAD_FLAGS_REPLACE_HISTORY

- Removed the obsolete `success` parameter from
[`CrashReporter#sendCrashReport(Context, File, File, String)`][70.3] and
[`CrashReporter#sendCrashReport(Context, File, Map, String)`][70.4].
- Added API for session context assignment
[`GeckoSessionSettings.Builder.contextId`][70.1] and deletion of data
related to a session context
Expand All @@ -28,6 +22,10 @@ exclude: true
when the URI we're loading originates from another page. A common example of this would be long pressing
a link and then opening that in a new `GeckoSession`.
- Added capture parameter to [`onFilePrompt`][70.9] and corresponding [`CAPTURE_TYPE_*`][70.7] constants.
- Removed the obsolete `success` parameter from
[`CrashReporter#sendCrashReport(Context, File, File, String)`][70.3] and
[`CrashReporter#sendCrashReport(Context, File, Map, String)`][70.4].
- Add GeckoSession.LOAD_FLAGS_REPLACE_HISTORY
- Complete rewrite of [`PromptDelegate`][70.11].
- Added [`RuntimeTelemetry.Delegate`][70.12] that receives streaming telemetry
data from GeckoView.
Expand Down

0 comments on commit 3abfcd5

Please sign in to comment.