gecko-dev/browser
Marco Bonardo 4326222700 Bug 1655363 - Autofill is wrongly fixing up origins in certain cases. r=adw
A poorly thought fixup SQL condition was stripping "www." from the origin in any
case, but when the search string contained "www.".
This ended up stripping too often, for example when typing "w" and matching
against "www.mozilla.org".
Instead, the query should strip "www." from the origin only if it doesn't start
with the search string.

Differential Revision: https://phabricator.services.mozilla.com/D85006
2020-07-27 23:16:00 +00:00
..
actors Bug 1654127, move webrtc and about home cache handling out of ContentObservers.js framescript, r=mconley 2020-07-22 10:14:26 +00:00
app Bug 1653932 - Add pref for top site defaults from remote settings. r=mikedeboer 2020-07-24 16:41:04 +00:00
base Bug 1654439 - Part 1: Move search-one-offs.js into a jsm, add UrlbarSearchOneOffs.jsm. r=harry 2020-07-28 02:54:37 +00:00
branding Bug 1654528 - Update comments for brand names in Fluent files r=Pike 2020-07-23 09:31:52 +00:00
components Bug 1655363 - Autofill is wrongly fixing up origins in certain cases. r=adw 2020-07-27 23:16:00 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-07-27 17:45:43 +00:00
docs Bug 1620358: Gather telemetry on toolbar state. r=Gijs,zombie 2020-06-16 21:06:15 +00:00
extensions Bug 1654167 - Add preferences telemetry for Credit Card A/B testing. r=abr 2020-07-28 00:29:50 +00:00
fonts Bug 1644346 - Update bundled Twemoji Mozilla font to v0.5.1 to support new emojis. r=lsalzman 2020-06-09 14:45:40 +00:00
fxr Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
installer Bug 1638055 - Fix update URL generation function's locale detection r=mhowell,agashlin 2020-07-16 20:04:58 +00:00
locales Bug 1654393 - Updated "onboarding.ftl" to more closely match spec, and add "Alpenglow" theme string r=pdahiya,fluent-reviewers,flod 2020-07-22 20:27:34 +00:00
modules Bug 1635662 - Manage the ecosystem client ID in telemetry. r=chutten 2020-07-28 01:39:11 +00:00
themes Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak 2020-07-23 18:41:32 +00:00
tools/mozscreenshots Bug 1634032 - use a template to wrap the protections popup while it's not needed, r=nhnt11 2020-07-10 21:32:09 +00:00
.eslintrc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
app.mozbuild
build.mk Bug 1641184, use only the merge dir for repacks, r=nalexander 2020-05-27 17:04:06 +00:00
confvars.sh
defs.mk
l10n-registry.manifest
LICENSE
Makefile.in
moz.build Bug 1643811 - [ci] Add a SCHEDULES rule to prevent 'android' builds and tests on pushes that exclusively modify files under /browser, r=gbrown,Gijs 2020-06-09 15:54:10 +00:00
moz.configure