1
0
Fork 0
fenix/app/src
Michael Comella 5ef6b49aa1
For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014)
This is functionally equivalent to the code before this patch but should
be slightly more performant in theory because ConstraintLayout is
expensive to inflate.

The elevation and layoutParams set dynamically appeared to have no effect
with the wrapping view but broke the view when used by itself so I had
to remove them. I also updated a few other unnecessary params.

Theoretically this may have some perf benefits but I didn't see anything
outside noise levels after I took the numbers (but I didn't try very
hard).
2020-06-26 21:31:02 -04:00
..
androidTest For 11468 - Show tab tray after opening links from history and bookmarks 2020-06-26 18:28:31 -07:00
debug for #11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" (#11619) 2020-06-16 11:12:18 -07:00
fenixBeta/res Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
fenixNightly Issue #8277: Move foreground drawable from drawable-v26/ to drawable/ 2020-02-17 11:37:15 +01:00
fennecBeta/res No issue: losslessly compress image assets. 2020-05-04 14:54:46 -07:00
fennecNightly/res Optimize PNGs. 2020-02-14 09:41:54 -08:00
fennecProduction/res For #8278 - added production branding 2020-06-23 12:27:58 +03:00
geckoBeta/java/org/mozilla/fenix/engine For #10757: remove no-op Experiments code and dependency. 2020-05-18 15:38:38 -07:00
geckoNightly/java/org/mozilla/fenix/engine For #8967 - Expose autofill logins setting in nightly 2020-06-09 12:21:48 -04:00
main For #8795: remove redundant ConstraintLayout around BrowserToolbar. (#12014) 2020-06-26 21:31:02 -04:00
migration For 11616: removed black flicker with placeholder animation (#11796) 2020-06-26 20:10:22 -04:00
test For #12025: Set Search Shortcuts Off By Default 2020-06-26 18:21:58 -07:00