- 03 Jun, 2020 1 commit
-
-
Mozilla L10n Automation Bot authored
-
- 02 Jun, 2020 15 commits
-
-
MozLando authored
7211: Docs update (20200602-120948) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7218: Update GeckoView (release) 20200602-142841 r=csadilek a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
-
MozLando authored
7097: For #7096 - Allow for URL to contain double dash r=Amejia481 a=codrut-topliceanu 7212: Remove browser-session dependency from feature-privatemode r=NotWoods,Amejia481 a=csadilek This was on the browser-state board as a TODO to migrate, but the feature actually doesn't need browser-session, so
✔ ️ . Co-authored-by:codrut.topliceanu <codrut.topliceanu@softvision.ro> Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
MozLando authored
7182: Closes #7181 - Do not crash on nonimplemented select login prompt r=Amejia481 a=ekager Co-authored-by:
ekager <ekager@mozilla.com>
-
MozLando authored
7213: Merge day! r=Amejia481 a=pocmo New GeckoView major versions :) Co-authored-by:
Sebastian Kaspari <s.kaspari@gmail.com>
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Christian Sadilek authored
-
Sebastian Kaspari authored
-
codrut.topliceanu authored
-
MickeyMoz authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
ekager authored
-
- 01 Jun, 2020 15 commits
-
-
MozLando authored
7200: Closes #6815: Remove deprecated isUrlLikeStrict method r=mcomella a=csadilek r? @mcomella time to say goodbye to this :) Co-authored-by:
Christian Sadilek <christian.sadilek@gmail.com>
-
Christian Sadilek authored
-
MozLando authored
7140: Add getNormalOrPrivateTabs function to BrowserState r=csadilek a=NotWoods It's fairly common to have an if statement like this: ``` if (showingPrivate) { store.state.privateTabs } else { store.state.normalTabs } ``` This change adds a helper to simplify the above if statement into one line: `store.state.getNormalOrPrivateTabs(isPrivate = showingPrivate)`. Co-authored-by:
Tiger Oakes <toakes@mozilla.com>
-
Tiger Oakes authored
-
MozLando authored
7083: Use private keyboard for find in page in private mode r=Amejia481 a=miDeb Closes #3939. Most of the code is copied over from the toolbar component. I'm checking`session.content.private` to determine whether to use the private keyboard. Co-authored-by:
Michael <michael.debertol@gmail.com>
-
Michael authored
-
MozLando authored
7201: Closes #6855: Do not use unsupportedAddon as global value r=psymoon a=Amejia481 As we updated the `AddonsManagerAdapter` for doing partial updates, we kept the `unsupportedAddon` list as a global value, this caused when we deleted items from it the list wasn't updated properly. Instead of using the `unsupportedAddon` list now we are querying `addonsMap` as now is our source of truth. Co-authored-by:
Arturo Mejia <arturomejiamarmol@gmail.com>
-
MozLando authored
7191: Docs update (20200531-120807) [ci skip] r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7198: Public Suffix List update (20200601-140524) r=jonalmeida a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MozLando authored
7197: Docs update (20200601-120842) [ci skip] r=Amejia481 a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
Arturo Mejia authored
-
MozLando authored
7199: GeckoView update (nightly) (20200601-140517) r=psymoon a=MickeyMoz Co-authored-by:
MickeyMoz <sebastian@mozilla.com>
-
MickeyMoz authored
-
MickeyMoz authored
-
MickeyMoz authored
-
- 31 May, 2020 1 commit
-
-
MickeyMoz authored
-
- 29 May, 2020 8 commits
-
-
MozLando authored
7179: Issue #7162: Remove unused ThumbnailsFeature in feature-session r=jonalmeida a=gabrielluong Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-
Gabriel Luong authored
-
MozLando authored
7172: Close #7164: Add getSubscription to AutoPushFeature if one exists r=grigoryk a=jonalmeida Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>
-
Jonathan Almeida authored
With the previous patch, we fixed a bug where we need to check if a subscription exists. This new (correct) behaviour broke our original implementation of how to handle the null case in the engine.
-
Jonathan Almeida authored
We added the ability to check if a subscription exists first to match the API requirement for WebPush support in GeckoView. We do this because the call to `getSubscription` on the engine side expects it to work as a check before creating a subscription, where-as our implementation used a "get or create" pattern instead. The fallout from this is that visiting sites that check for subscriptions were immediately given one without user permission.
-
MozLando authored
7102: Make sure the bottom toolbar is never stuck invisible r=Mugurell a=miDeb Closes #7101. This is my attempt to solve this issue. Essentially, if the user is scrolling upwards, but the toolbar is not being scrolled and not already showing or animating up, just forceExpand it. Co-authored-by:
Michael <michael.debertol@gmail.com>
-
MozLando authored
7171: Issue 7170: Make ThumbnailsUseCases optional in TabsFeature and TabsTrayPresenter r=jonalmeida a=gabrielluong Co-authored-by:
Gabriel Luong <gabriel.luong@gmail.com>
-
Gabriel Luong authored
t #
-