- 16 Jun, 2020 3 commits
-
-
MickeyMoz authored
-
MozLando authored
7365: For #7364 - Adds sessionId to DownloadState and populates it in DowloadFeature r=csadilek a=codrut-topliceanu Co-authored-by:
codrut.topliceanu <codrut.topliceanu@softvision.ro>
-
MozLando authored
7396: For #7392 - Material design sanity checks for BrowserMenu min/max width r=sblatz a=Mugurell DynamicWidthRecyclerView will still be able to have a dynamic width between xml set minWidth and maxWidth attributes but we'll now enforce the following: - minimum width 112 dp - maximum width - screen width minus a 48dp tappable “exit area” Co-authored-by:
Mugurell <Mugurell@users.noreply.github.com>
-
- 15 Jun, 2020 15 commits
-
-
MozLando authored
7377: For #7376 - Update canClearSelection to check if text is empty r=csadilek a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
ekager authored
-
MozLando authored
7324: For #6910 - Expose reports as artifacts r=grigoryk a=NotWoods This exposes the HTML reports from tests, lint, & jacoco as Taskcluster build artifacts. After this change they can be accessed from the "Artifacts" menu in Taskcluster, and linked to! Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
MozLando authored
7400: Closes issue #7398: Avoid passing negative values to the download contentLength r=Amejia481 a=Amejia481 We are getting negative [values from GV](https://bugzilla.mozilla.org/show_bug.cgi?id=1632594#c5 ), I think we should avoid entering these values into AC Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
Arturo Mejia authored
contentLength
-
Tiger Oakes authored
-
MozLando authored
7330: Combine ktlint and detekt ci jobs r=rocketsroger a=grigoryk These are conceptually the same ("lint the code, pls"), and by combining them we're avoiding overhead of spinning up a job, going through gradle's configuration phase, etc. Co-authored-by:
Grisha Kruglov <gkruglov@mozilla.com>
-
Mugurell authored
DynamicWidthRecyclerView will still be able to have a dynamic width between xml set minWidth and maxWidth attributes but we'll now enforce the following: - minimum width 112 dp - maximum width - screen width minus a 48dp tappable “exit area”
-
MozLando authored
7382: Import strings from android-l10n. r=Amejia481 a=mozilla-l10n-automation-bot n/t 7394: GeckoView update (beta) (20200615-141154) r=Amejia481 a=MickeyMoz 7395: GeckoView update (nightly) (20200615-141150) r=Amejia481 a=MickeyMoz Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com> Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MozLando authored
7360: Closes #7359: Register WebCompat add-on with ID matching manifest r=Amejia481 a=csadilek The ID should match the one in the manifest. Noticed this when testing migration and found two entries with separate UUIDs in prefs.js. Safe to change to now as we're still using the transient `registerWebExtension`, tricky later once we switch to `installBuiltIn`. r? @denschub Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
7379: Close #7372: Select regular tab ID first if it exists for PromptFeature r=pocmo a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
codrut.topliceanu authored
-
Mozilla L10n Automation Bot authored
-
- 14 Jun, 2020 8 commits
-
-
MozLando authored
7368: Import strings from android-l10n. r=jonalmeida a=mozilla-l10n-automation-bot n/t 7373: Docs update (20200614-120849) [ci skip] r=jonalmeida a=MickeyMoz 7374: Public Suffix List update (20200614-141042) r=jonalmeida a=MickeyMoz Co-authored-by:
Mozilla L10n Automation Bot <release+l10n-automation-bot@mozilla.com> Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7375: GeckoView update (nightly) (20200614-141013) r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Jonathan Almeida authored
-
MozLando authored
7358: Docs update (20200612-120615) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MickeyMoz authored
-
Mozilla L10n Automation Bot authored
-
- 12 Jun, 2020 14 commits
-
-
MozLando authored
7357: Close #7297: Add support for source URL to WebNotification r=Amejia481 a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
7353: Allow publish_to_maven_local_if_modified.py to work on Windows r=grigoryk a=mhammond Co-authored-by:
Mark Hammond <mhammond@skippinet.com.au>
-
MozLando authored
7356: Issue #7313: Use ThumbnailLoader for the TabViewHolder r=gabrielluong,boek a=jonalmeida Instead of trying to inline the thumbnail images from disk into the TabsTrayPresenter, we can load them from the `ThumbnailStorage` via the `ThumbnailLoader` and rely on the `TabsTrayPresenter` to consume new thumbnail updates only from the store. This fixes some perf issues, inconsistencies, and duplicate updates to the tabs tray. Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
MozLando authored
7347: Closes #7244: PlacesHistoryStorage crash in Sample Browser r=grigoryk a=csadilek Removes the `cleanup` call as it permanently leaves the `Connection` unusable and we're not re-initializing or creating a new instance of it. It's not clear to us how this should be used right now. Also makes all access to `api` thread-safe. Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
Jonathan Almeida authored
We were seeing odd bugs and performance issues from trying to map the disk cache into the TabsTrayPresenter. A better solution, would be to load the thumbnails straight from the cache, and incremental updates via the store.
-
Jonathan Almeida authored
-
MozLando authored
7362: GeckoView update (beta) (20200612-140312) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7363: GeckoView update (nightly) (20200612-140453) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
Christian Sadilek authored
-
MickeyMoz authored
-