Landing Job 9414

Failed to land

Landing requested on , by pchevrel@mozilla.com.

Stack: D256404

Revisions: D256404 diff 1079291

While applying revision D256404 to firefox-esr140, the following files had conflicts:

(Hint: try rebasing your changes on the latest commits from firefox-esr140 and re-submitting.)

  • modules/libpref/init/StaticPrefList.yaml @ c6ed7347eefc393cfebc51cbf422571687addd2c
  • diff a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml	(rejected hunks)
    @@ -13173,10 +13173,16 @@
    ...
    
    diff a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml	(rejected hunks)
    @@ -13173,10 +13173,16 @@
     - name: network.cookie.useServerTime
       type: RelaxedAtomicBool
       value: true
       mirror: always
     
    +# When true, Firefox will reject nameless cookies that contain `=` in value.
    +- name: network.cookie.block_nameless_with_equal_char
    +  type: RelaxedAtomicBool
    +  value: true
    +  mirror: always
    +
     # If we should attempt to race the cache and network.
     - name: network.http.rcwn.enabled
       type: bool
     #if defined(ANDROID)
       value: false
    

Last update:

Raw error output:
Problem while applying patch in revision 256404:

Checking patch modules/libpref/init/StaticPrefList.yaml...
error: while searching for:
- name: network.cookie.useServerTime
  type: RelaxedAtomicBool
  value: true
  mirror: always

# If we should attempt to race the cache and network.
- name: network.http.rcwn.enabled
  type: bool
#if defined(ANDROID)
  value: false

error: patch failed: modules/libpref/init/StaticPrefList.yaml:13173
Checking patch netwerk/cookie/CookieValidation.cpp...
error: netwerk/cookie/CookieValidation.cpp: No such file or directory
Checking patch testing/web-platform/meta/cookies/name/name.html.ini...
Applying patch modules/libpref/init/StaticPrefList.yaml with 1 reject...
Rejected hunk #1.
Applied patch testing/web-platform/meta/cookies/name/name.html.ini cleanly.