David Keeler
1cd81e4c5a
bug 1485087 - remove the option to use the TLS session cache from nsITLSServerSocket r=jryans,mayhemer
...
As initially implemented, nsITLSServerSocket by default enabled the use of the
TLS session cache provided by NSS. However, no consumers of nsITLSServerSocket
actually used it. Because it was an option, though, PSM had to jump through some
hoops to a) make it work in the first place and b) not have NSS panic on
shutdown. Furthermore, it meant increased memory usage for every user of Firefox
(and again, nothing actually used the feature, so this was for naught).
In bug 1479918, we discovered that if PSM shut down before Necko, NSS could
attempt to acquire a lock on the session cache that had been deleted, causing a
shutdown hang. We probably should make it less easy to make this mistake in NSS,
but in the meantime bug 1479918 needs uplifting and this workaround is the
safest, most straight-forward way to achieve this.
Differential Revision: https://phabricator.services.mozilla.com/D3919
--HG--
extra : moz-landing-system : lando
2018-08-24 16:00:34 +00:00
Gijs Kruitbosch
1dc1b8da53
Bug 1453723 - ensure we wait for the correct load, r=bgrins
...
Waiting for the browser to have switched remoteness before waiting for
it to load the non-about:preferences page should be enough to address this orange.
Differential Revision: https://phabricator.services.mozilla.com/D4208
--HG--
extra : moz-landing-system : lando
2018-08-24 16:30:11 +00:00
Kris Maglione
80327d3561
Bug 1484496: Part 5a - Convert browser/ nsISimpleEnumerator users to use JS iteration. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D3729
--HG--
extra : rebase_source : e187b8e9a6b6db7ebc762adda5e489b25c7a7e43
extra : histedit_source : 868cb99d09954a51d6be321fcb516475ef70eb33
2018-08-18 19:27:33 -07:00
Narcis Beleuzu
2cd379d15e
Bug 1482494 - Disable browser_urlbarSearchFunction.js for frequent failures. r=jmaher
2018-08-17 17:08:00 +03:00
Drew Willcoxon
a2e818ca91
Bug 1480505 - Highlight special internal search engine keywords in awesomebar r=timdream,Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D3552
--HG--
extra : moz-landing-system : lando
2018-08-17 22:35:02 +00:00
Brian Grinstead
4995c61b0f
Bug 1482667 - Migrate mochitest-browser tests in browser/ to use element variations of firstChild, etc;r=paolo
...
Differential Revision: https://phabricator.services.mozilla.com/D3530
--HG--
extra : moz-landing-system : lando
2018-08-17 16:45:52 +00:00
Eliza Balazs
87f2a1e5dc
Bug 1482557 - Disable browser_urlOverflow.js for frequent failures. r=jmaher
2018-08-16 08:17:00 -04:00
Jonathan Kingston
2f0987a202
Bug 1362034 - Tests for addTab() to provide the correct triggering principal. r=ckerschb r?=gijs
...
Summary: Depends on D2046
Reviewers: ckerschb!, Gijs!
Tags: #secure-revision
Bug #: 1362034
Differential Revision: https://phabricator.services.mozilla.com/D2047
--HG--
extra : source : 33884d05cc94463950b31fab1fd2f37ada9becef
extra : intermediate-source : 72471adb75d5ec3dc2b0c8f972a6f1f26bfd3ae2
extra : histedit_source : f384cbab58401575afc3443c9a431b73cff806d4
2018-07-06 21:16:29 +01:00
Tiberius Oros
10a8cd5f4e
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-08-09 09:25:15 +03:00
Tiberius Oros
1d1b8fc551
Backed out changeset b5ba45e6ac73 (bug 1480349) requested by igoldan
2018-08-09 08:56:35 +03:00
Marco Bonardo
40e5e32240
Bug 1480349 - RTL hosts don't stay visible when the browser window is resized. r=adw
...
On window resize we should format the urlbar again, to ensure the host stays visible.
Also fixes bug 1192501, that requires the same resize handler.
Differential Revision: https://phabricator.services.mozilla.com/D2711
--HG--
extra : moz-landing-system : lando
2018-08-07 13:30:40 +00:00
Drew Willcoxon
68ed88f0e3
Bug 1480503 - Create API for setting text (keyword) in and focusing on the awesomebar. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D2895
--HG--
extra : moz-landing-system : lando
2018-08-08 19:45:52 +00:00
Brian Grinstead
b0b2b901d0
Bug 1470910 - Migrate input-box and input-box-spell to a Custom Element;r=paolo
...
Instead of `<xul:hbox class="textbox-input-box">`, consumers now should use
`<xul:moz-input-box />`. This covers the normal case and also handles
[spellcheck=true] while sharing much of the code within one class.
MozReview-Commit-ID: DjvT8sFq3SQ
--HG--
rename : toolkit/content/widgets/textbox.xml => toolkit/content/widgets/textbox.js
2018-08-02 20:53:59 -07:00
Boris Zbarsky
270fa12c79
Bug 1476145 part 3. Stop using getInterface(nsIDOMWindowUtils) in browser/. r=gijs
2018-07-24 19:47:41 -04:00
Drew Willcoxon
7f79160fea
Bug 1470887 - Preserve exactly autofilled values in the urlbar, and don't call losslessDecodeURI on them. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D2256
--HG--
extra : moz-landing-system : lando
2018-07-20 17:08:29 +00:00
Gijs Kruitbosch
22172a0279
Bug 1441039 - same-document changes should cause empty URL bar to fill back up for current tab, r=mak
...
Make URLBarSetURI more explicit about what it's looking for in `value`,
and ensure the tabbrowser's progress listeners reset the userTypeValue if it's
empty already and there's a same-site document change.
Differential Revision: https://phabricator.services.mozilla.com/D2181
--HG--
extra : moz-landing-system : lando
2018-07-19 10:47:23 +00:00
Dale Harvey
dc2a4a2d84
Bug 1471877 - Add link to share menu to configuration. r=Gijs,mstange
...
MozReview-Commit-ID: CCTO9SJJMY6
--HG--
extra : rebase_source : 23daee7ff3550b7613c03f817c2db87aecaf7ec5
2018-06-30 18:35:46 +01:00
Noemi Erli
7c4c1c603f
Backed out changeset 68859b04588d (bug 1471877) for failures in browser/content/browser-pageActions.js on a CLOSED TREE
2018-07-18 13:32:50 +03:00
Dale Harvey
dbcfb245b1
Bug 1471877 - Add link to share menu to configuration. r=Gijs,mstange
...
MozReview-Commit-ID: CCTO9SJJMY6
--HG--
extra : rebase_source : c9ae961b87a5b40a501f72501738f70c129f6d8b
2018-06-30 18:35:46 +01:00
Marco Bonardo
795a144659
Bug 1419391. r=gijs
...
MozReview-Commit-ID: IdHuQKgux1c
--HG--
extra : rebase_source : 86870e6266991925386f2f357222d42581b247c2
2017-10-19 13:59:12 +02:00
Drew Willcoxon
b6ae98cf37
Bug 1467627 - Calculate origin frecency as the sum of all URL frecencies instead of the max. r=mak
...
MozReview-Commit-ID: KZi9C7olvsj
--HG--
extra : rebase_source : e95bf70b9de576fe464d21f17aa0eeb27decb60b
2018-07-04 14:01:28 -07:00
Dão Gottwald
cd159c76f7
Bug 1459907 - Implement new bookmark confirmation. r=mak
...
MozReview-Commit-ID: DsTXTKgX72y
--HG--
extra : rebase_source : 836ba1340189d22e4ee9f0fdb1c4ff339fbd266f
2018-06-23 15:28:47 +02:00
Harry Twyford
93f19f1f25
Bug 1460097 - Autocompleted URLs are trimmed. r=mak
...
MozReview-Commit-ID: 6y26a9Nhm3b
--HG--
extra : rebase_source : 7b56edf0185f4d15e989d6f71b259eae16c4e099
2018-05-16 14:12:16 -04:00
Mark Banner
df2e67c590
Bug 1453667 - Remove BrowserUITelemetry from search. r=adw
...
MozReview-Commit-ID: L0Fj2d7BGdt
--HG--
extra : rebase_source : 5479f9b00f5ebba11120c325aba5247422d14d91
2018-06-06 19:40:27 +01:00
kanika
e0c4b56af2
Bug 1428847 - Move is_hidden and is_visible helper functions into BrowserTestUtils.jsm. r=johannh
...
MozReview-Commit-ID: 2xshA0CAPgY
--HG--
extra : rebase_source : ac908827986cdee251a454c0cd366a59c5cfdac0
2018-03-22 21:14:23 +05:30
Joel Maher
50b91c0a14
Bug 1405428 - skip-if = verify on mochitests which do not pass test-verify. r=gbrown
2018-06-10 05:01:47 -04:00
Marco Bonardo
944f20e73f
Bug 1467537 - The delete trigger on moz_updateoriginsinsert_temp is recalculating the whole table every time. r=adw
...
The trigger is missing a WHERE clause, and as such it ends up doing a lot more work than necessary.
The nsAutoCompleteController changes cover a bug where VK_RIGHT autofills when it's not necessary,
and by doing that it will move the caret to an unexpected position (far right) even if it didn't
actually complete some preselected text.
MozReview-Commit-ID: 1mVbxCdqVSr
--HG--
extra : rebase_source : 9a7e13cc62dfe0ae95210e7a75068d07a0b7c275
2018-06-08 11:31:13 +02:00
Drew Willcoxon
4fecaa7a1a
Bug 1239708: Improve awesomebar autofill. Part 6: Browser tests. r=mak
...
MozReview-Commit-ID: 7r62byWErUS
--HG--
extra : rebase_source : ace6cd98ceb8cfeeb3ac510d49946c79b4036ebd
2018-05-14 11:27:19 -07:00
Kris Maglione
01c298aca6
Bug 1460092: Add ESLint rule to enforce use of ChromeUtils.generateQI. r=Gijs
...
Also fixes existing code which fails the rule.
MozReview-Commit-ID: CkLFgsspGMU
--HG--
extra : rebase_source : 86a43837659aa2ad83a87eab53b7aa8d39ccf55b
2018-05-08 18:36:22 -07:00
Dale Harvey
2beab3540e
Bug 1455310 - Add title data and activity to sharing. r=mstange
...
MozReview-Commit-ID: IL4sqvRwSwu
--HG--
extra : rebase_source : ff973f92552931c725a81c177c02fcbd5c6aab63
2018-04-25 08:23:32 +01:00
Kris Maglione
a259026c9d
Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
...
This also removes any redundant Ci.nsISupports elements in the interface
lists.
This was done using the following script:
acecb401b7/processors/chromeutils-generateQI.jsm
MozReview-Commit-ID: AIx10P8GpZY
--HG--
extra : rebase_source : a29c07530586dc18ba040f19215475ac20fcfb3b
2018-04-22 20:55:06 -07:00
Mark Banner
1361f77350
Bug 1371294 - Add a SearchTestUtils.jsm file and stop duplicating promiseNewSearchEngine. r=mikedeboer
...
MozReview-Commit-ID: IP5iRstshrM
--HG--
extra : rebase_source : 11e70ee041a8015486c15b57ababe05e6e567792
2018-04-12 20:09:01 +01:00
Mark Banner
496ee6b48b
Bug 1449317 - Update the default string in the address bar. r=florian
...
MozReview-Commit-ID: C00zxCTJmHY
2018-04-22 22:02:05 +01:00
Gurzau Raul
88681dd502
Backed out 2 changesets (bug 1371294) for failing browser_contentSearchUI.js on a CLOSED TREE
...
Backed out changeset 74e1257f8dfb (bug 1371294)
Backed out changeset 8902ee028f58 (bug 1371294)
2018-04-20 18:04:50 +03:00
Mark Banner
016da92273
Bug 1371294 - Add a SearchTestUtils.jsm file and stop duplicating promiseNewSearchEngine. r=mikedeboer
...
MozReview-Commit-ID: IP5iRstshrM
--HG--
extra : rebase_source : a85d904582f055c5fab4e55b4a27802ea94e898e
2018-04-12 20:09:01 +01:00
Dale Harvey
a8eb5ba151
Bug 1454705 - Fix display of share panel in Address bar. r=Gijs
...
MozReview-Commit-ID: 9lxU0plGqYa
--HG--
extra : rebase_source : 49e521087a4673ea87f64ec5a7be30eac3750393
2018-04-18 15:48:31 +01:00
Tiberius Oros
b60668b4f6
Backed out changeset 82d5734d2fea (bug 1449317) for valgrind-test failures on a CLOSED TREE
2018-04-18 00:49:24 +03:00
Mark Banner
1f4fe4c185
Bug 1449317 - Update the default string in the address bar. r=florian
...
MozReview-Commit-ID: C00zxCTJmHY
--HG--
extra : rebase_source : 459e7e14370a0c884bb394bde4ec5bf3edf1aadc
2018-04-09 15:32:19 +01:00
Dale Harvey
5aeada7d94
Bug 1363168 - Add support for OSX Share feature. r=Gijs,mstange
...
MozReview-Commit-ID: sJXl2If9Ou
--HG--
extra : rebase_source : b88ff89e1d28bab28c3575c2f7f30c91bd584aea
2018-03-12 09:16:51 +00:00
Amy Chan
5150d18a19
Bug 1446975 - Replace synced Tabs sidebar device icons. r=eoger
...
MozReview-Commit-ID: GnawrVrfpEz
2018-04-12 19:20:07 -04:00
Drew Willcoxon
03bd244a63
Bug 1450294 - Change the title of the add-search-engine page action. r=Gijs
...
MozReview-Commit-ID: GHDXbmkSXfM
--HG--
extra : rebase_source : e04fcca6673a94f6ede6bf6ede20136196cea725
2018-04-11 10:06:01 -07:00
Drew Willcoxon
2ee5fb33af
Bug 1449947 - The "Add Search Engine" page action button doesn't respond to clicks when it's in the urlbar. r=Gijs
...
MozReview-Commit-ID: 5H9XfRXq8eO
--HG--
extra : rebase_source : 8d89c4605161792330e0b50d8dabe5378506a427
2018-03-30 09:34:47 -07:00
Drew Willcoxon
e5e43736bc
Bug 1221539 - Add search engine discovery to the page action menu. Part 2: Add the new action. r=Gijs
...
MozReview-Commit-ID: DEEZBwmV0JD
--HG--
extra : rebase_source : 71b68621198d72c069f505d922e92ed357eefe8b
2018-03-28 11:28:20 -07:00
Drew Willcoxon
36b7f691ee
Bug 1221539 - Add search engine discovery to the page action menu. Part 1: Page action changes. r=Gijs
...
MozReview-Commit-ID: DGy3sBibpRW
--HG--
extra : rebase_source : b2c60c94707a0fd950c01fc7c5976888f4481c8a
2018-03-28 11:28:13 -07:00
Kit Cambridge
94aaf48948
Bug 1448929 - Fix first sync check in gSync.syncConfiguredAndLoading. r=eoger
...
MozReview-Commit-ID: 8Xk6DMHroTm
--HG--
extra : rebase_source : eba433ff16f9b3088958878cdc7223ec68f68e18
2018-03-26 09:35:29 -07:00
Edouard Oger
9b6026748b
Bug 1184265 - Make last sync date be relative. r=markh
...
MozReview-Commit-ID: 2hB9F7Elynh
--HG--
extra : rebase_source : dbf962b1fd3f4121f0bcc8276e932f0c49ab90b3
2018-03-20 17:08:16 -04:00
Tooru Fujisawa
1adba8c1fc
Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao
2018-03-19 11:16:45 +09:00
Tooru Fujisawa
3038c58523
Bug 1442465 - Part 2: Use BrowserTestUtils.{waitForTabClosing,waitForSessionStoreUpdate} instead of BrowserTestUtils.tabRemoved. r=dao
2018-03-19 11:12:13 +09:00
Kris Maglione
313b707b2e
Bug 1443964: Part 3 - Remove no-cpows-in-tests rule. r=mconley
...
The shims that this rule tests for no longer exist.
MozReview-Commit-ID: DMgP7Hczavc
--HG--
extra : rebase_source : 765ddd5c62c9449c07ed050e44d86a3bd5c0ae64
extra : amend_source : 627a7694ac07182200f876901ded7a34721cd228
2018-03-07 19:31:28 -08:00
Kris Maglione
83957914cc
Bug 1445551: Part 1b - Whitelist unsafe CPOW use in existing tests. r=mconley
...
MozReview-Commit-ID: 4ojwvjw9XGT
--HG--
extra : rebase_source : f7b79ad5998f1138266e89767ee1b434e4797b30
2018-03-14 14:35:05 -07:00