The first official 20190714 builds are out

Discussion about official Mozilla Firefox builds
Locked
Josa
Posts: 7418
Joined: July 28th, 2009, 4:52 pm

The first official 20190714 builds are out

Post by Josa »

Previous Nightly Builds thread 20190713

The first official 20190714 NIGHTLY builds are out
.The official Firefox 69 Beta 5 builds are not yet out

Previous NIGHTLY: 20190713 (Fx 70.0a1)
Previous BETA: 20190712 (Fx 69.0b4)

Mozilla Inbound Builds
Treeherder
Release Notes: NIGHTLY | BETA
Changelogs: NIGHTLY | BETA


Fixed:
  1. NIGHTLY +6
  2. #1565315
  3. #1563770 [Core:Graphics: WebRender]-Always include a visible rect with blob images [Uns][]
  4. #1564655 [Core:Graphics: WebRender]-blob: Make the recording use absolute coordinates [Uns][]
  5. #1564017 [Core:JavaScript Engine: JIT]-Enable the Baseline Interpreter in the browser [All][]
  6. #1351924 [Core:Layout]-Use nsChangeHint_UpdateComputedBSize to properly set the IsBResize() flag on reflow input [Uns][[qf:p2:responsiveness][layout-sydney-2018]]
  7. #1565687 [Toolkit:Password Manager]-Toggle password button doesn't work in about:logins [Uns][[passwords:management] [skyline]]
  1. Partial Landings/Diagnostic Patches:
  2. #1353164 [Core:SVG]-dominant-baseline will become inherited in SVG 2 (and CSS Inline 3) [All][]
  1. Beta 4 -> Beta 5 Changelog +1
  2. #1552141 [Firefox:Address Bar]-Quantum Bar ignores keywords pointing to javascript by default [Uns][]

Nightly 70 fixes since 20190708 (Gecko 69) ~312
Beta 69 fixes since 20190520 (Gecko 68) ~1813

Nightly Blog
Release Calendar
Release Tracking
MozRegression Guide
Last edited by Josa on July 14th, 2019, 8:29 am, edited 1 time in total.
Fanolian
Posts: 940
Joined: February 21st, 2011, 10:14 am

Re: The first official 20190714 builds are not yet out

Post by Fanolian »

Does anyone lose all the custom search engines today? Or is it just me being unlucky...
I tried to restore an old copy of search.json.mozlz4 to my profile when Nightly was not running but I still couldn't get back the search engines. Is there any other files I have to restore?
Thanks.

WARNING: DATA LOSS
Updating to 2019-07-13 build 20190713095401 will overwrite your search.json.mozlz4, probably resetting it to default. You lose all the custom search engines if you do not have a backup.
Suspect: Bug 1556789 - Refactor search extension loading in search service

Still investigating.

I have filed Bug 1565836 - All custom search engines are lost. search.json.mozlz4 is probably reset to default

Update:
code sheriffs are backing out bug 1556789 and will kick off new Nightlies
Since search.json.mozlz4 is overwritten, you cannot get custom search engines back by loading the corrupted profile in an older Nightly build.
User avatar
earlpiggot
Posts: 726
Joined: May 30th, 2004, 2:40 pm
Location: Greece

Re: The first official 20190714 builds are not yet out

Post by earlpiggot »

Thanks for this. Hopefully it will be fixed soon.

I needed the --allow-downgrade switch to allow the previous nightly run.
Fanolian
Posts: 940
Joined: February 21st, 2011, 10:14 am

Re: The first official 20190714 builds are not yet out

Post by Fanolian »

A new Nightly build 20190713175429 is out. It fixes the issue of search.json.mozlz4 being reset. (But better do a backup before updating :roll: .)

I don't think there is a way to get back the lost search.json.mozlz4 though.
ashleylai87
Posts: 218
Joined: December 13th, 2013, 7:40 pm

Re: The first official 20190714 builds are not yet out

Post by ashleylai87 »

For my past issue on hiding "Search with google".....I found the correct code.

Code: Select all

  panel#urlbar-results .urlbarView-row[type=search] {
    display:none !important;
  }
Instead of hiding the entire row-0, can simply hide the search with google row with the code above instead. This way, it will not affect the show history drop down at urlbar.

edit:
The only remaining problem.....if I type in about:abcd at urlbar....the "visit" appeared again ](*,) with no proper indication on type="xxxxxxx" this time.
Found it:

Code: Select all

panel#urlbar-results .urlbarView-row[selected=""] {
    display:none !important;
  }


Didn't work on hiding visit part......
Josa
Posts: 7418
Joined: July 28th, 2009, 4:52 pm

Re: The first official 20190714 builds are out

Post by Josa »

Locked