fune/browser/components/extensions
Bob Silverberg f85ae5dc48 Bug 1371919 - Fix Intermittent browser/components/extensions/test/browser/browser_ext_browsingData_history.js, r=mixedpuppy
I spoke to Marco about this and it turns out the problem is due to using PlacesUtils.history.insertMany together with
PlacesTestUtils.visitsInDB. Calling the former to insert the visits and then immediately calling the latter to verify
them can result in the latter reading a snapshot of the places DB that is not up to date. The fix is to call
PlacesTestUtils.addVisits which will not return until everything is finished up and will therefore not cause
PlacesTestUtils.visitsInDB to possibly read an old snapshot.

MozReview-Commit-ID: GebqORQI0Co

--HG--
extra : rebase_source : a52b9354557f7bcf4f94ad2b06693ae8f81b87ab
2017-10-30 11:37:31 -04:00
..
schemas Bug 1322485 - Implement browser.tabs.discard API. r=mixedpuppy 2017-10-30 12:52:00 -04:00
test Bug 1371919 - Fix Intermittent browser/components/extensions/test/browser/browser_ext_browsingData_history.js, r=mixedpuppy 2017-10-30 11:37:31 -04:00
.eslintrc.js
ext-bookmarks.js Backed out changeset e17a2bca5391 (bug 1411891) for failing xpcshell in toolkit/modules/tests/xpcshell/test_NewTabUtils.js r=backout on CLOSED TREE 2017-10-31 14:19:52 +02:00
ext-browser.js Bug 1402944: Part 6 - Optimize getBrowserInfo some more. r=mixedpuppy 2017-09-23 00:50:46 -07:00
ext-browser.json Backed out changeset 82920c8bb33a (bug 1357391) for xpcshell failures in test_ext_pkcs11_management.js a=backout 2017-09-29 11:22:49 -07:00
ext-browserAction.js Bug 1395074 - Clear browserAction tab data on navigation r=mixedpuppy 2017-09-26 16:06:06 -05:00
ext-browsingData.js Bug 1404105 - Sanitize.js must check if QuotaManager returns an error before continuing with cleaning data, r=janv 2017-10-16 11:50:01 +02:00
ext-c-browser.js
ext-c-devtools-inspectedWindow.js
ext-c-devtools-panels.js Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan 2017-09-09 16:39:17 +02:00
ext-c-devtools.js
ext-c-menus.js
ext-c-omnibox.js
ext-c-tabs.js
ext-chrome-settings-overrides.js Backed out changeset 7e8e47c972f4 (bug 1397975) for eslint failure at browser/components/extensions/ext-chrome-settings-overrides.js:124: windowTracker is not defined. r=backout 2017-09-21 22:56:07 +02:00
ext-commands.js
ext-devtools-inspectedWindow.js Bug 1398729 - Share devtools.inspectedWindow.eval helper methods in ext-devtools API module. r=aswan 2017-09-09 15:44:35 +02:00
ext-devtools-network.js
ext-devtools-panels.js Bug 1407326 - remove references to invertIconForLightTheme in extensions codebase;r=rpl 2017-10-10 19:49:04 +02:00
ext-devtools.js Bug 1230373 - Enable mozilla/use-services for browser/components/ r=mossop 2017-10-11 15:43:51 +01:00
ext-find.js
ext-geckoProfiler.js
ext-history.js Bug 1406594 - Fix history.search and history.getVisited so that they find hidden items correctly. r=aswan,bsilverberg 2017-10-07 06:04:56 +09:00
ext-menus.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
ext-omnibox.js
ext-pageAction.js Bug 1412170 - Integrate WebExtension page action context menus with the Photon page action context menu: WebExtensions changes. r=mixedpuppy 2017-10-30 17:50:33 -04:00
ext-pkcs11.js Backed out changeset 82920c8bb33a (bug 1357391) for xpcshell failures in test_ext_pkcs11_management.js a=backout 2017-09-29 11:22:49 -07:00
ext-sessions.js
ext-sidebarAction.js Bug 1394947 fix toggling the extension sidebars from menus, r=Gijs 2017-09-11 14:48:18 -07:00
ext-tabs.js Bug 1322485 - Implement browser.tabs.discard API. r=mixedpuppy 2017-10-30 12:52:00 -04:00
ext-url-overrides.js
ext-windows.js Bug 1406379 - Implement windowTypes option for windows.getAll, r=mixedpuppy 2017-10-16 16:01:59 -04:00
extension-mac-panel.css
extension-mac.css
extension-win-panel.css
extension.css
extension.svg
ExtensionPopups.jsm Bug 1395387 - Reconcile WebExtension page actions and Photon page actions: WebExtensions changes. r=mixedpuppy 2017-10-27 17:39:57 -04:00
extensions-browser.manifest
jar.mn Backed out changeset 82920c8bb33a (bug 1357391) for xpcshell failures in test_ext_pkcs11_management.js a=backout 2017-09-29 11:22:49 -07:00
moz.build
ParseBreakpadSymbols-worker.js
ParseCppFiltSymbols-worker.js
ParseNMSymbols-worker.js
ParseSymbols.jsm