~mozillateam/firefox/firefox-beta.xenial

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-bookmarks.patch

  • Committer: Rico Tzschichholz
  • Date: 2023-07-23 20:40:07 UTC
  • Revision ID: ricotz@ubuntu.com-20230723204007-ahlpsjnq730uemo9
* New upstream release from the beta channel (FIREFOX_116_0b8_BUILD1)
* vaapitest is not available on ppc64el and s390x
  - debian/firefox.install.in
* Update patches
  - debian/patches/ubuntu-bookmarks.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
+const DEFAULT_BOOKMARKS_ON_MENU = 2;
13
13
 
14
14
 function checkItemHasAnnotation(guid, name) {
15
 
   return PlacesUtils.promiseItemId(guid).then(id => {
 
15
   return PlacesTestUtils.promiseItemId(guid).then(id => {
16
16
--- a/browser/base/content/default-bookmarks.html
17
17
+++ b/browser/base/content/default-bookmarks.html
18
18
@@ -54,6 +54,13 @@