Closed
Bug 1391628
Opened 8 years ago
Closed 8 years ago
Firefox Update breaks Microsoft Dynamics CRM Advanced Find "Add Columns" Feature
Categories
(Core :: Internationalization, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla57
People
(Reporter: bcassell, Assigned: m_kato, NeedInfo)
References
Details
(Keywords: regression, site-compat, Whiteboard: [platform-rel-Microsoft])
Attachments
(2 files)
|
185.00 KB,
image/jpeg
|
Details | |
|
5.01 KB,
patch
|
emk
:
review+
lizzard
:
approval-mozilla-beta+
jcristau
:
approval-mozilla-release-
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Build ID: 20170809080026
Steps to reproduce:
Firefox update 55.0.1 (32 and 64 bit) on Windows (7, 8.1 and 10)
Dynamics CRM 2013 SP1 (6.1.4.145) On-prem
In advanced find window, clicked edit columns, clicked add columns
Actual results:
Returned a blank white (empty) list of columns
Console logs error _twoletterlanguagename is not defined in /_static/tools/vieweditor/scripts/fieldlist.js
Expected results:
Should return a list of available columns as in current Chrome and IE
Bug introduced with update 55.0.1
Comment 1•8 years ago
|
||
Have you tried Safe Mode? https://support.mozilla.org/kb/troubleshoot-firefox-issues-using-safe-mode
Thanks Kohei.
Behavior is same as described above in Safe Mode.
Comment 3•8 years ago
|
||
considering that it would be private website, other people won't be able to reproduce the issue.
can you use mozregression tool to find out which change caused the issue?
http://mozilla.github.io/mozregression/
Using mozregression tool to identify Dynamics CRM 2013 SP1 advanced find missing columns:
Identified Bug:
m_kato@ga2.so-net.ne.jp
Fri Mar 24 06:51:14 2017 +0000
bc2abb9359fc Makoto Kato — Bug 943287 - Part 3. nsICollation fallback version for Android. r=hsivonen
PushLog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=1c5e910290349546d1b3b32f86e842b96a982e80&tochange=4f4ae3322be2d7c5f9bdda5e0985151b26edea3c
Let me know what other information you need
Updated•8 years ago
|
Blocks: 943287
Has Regression Range: --- → yes
Component: Untriaged → Internationalization
Flags: needinfo?(m_kato)
Keywords: regression,
site-compat
Product: Firefox → Core
Comment 5•8 years ago
|
||
[Tracking Requested - why for this release]:
status-firefox55:
--- → affected
status-firefox56:
--- → ?
status-firefox57:
--- → ?
tracking-firefox55:
--- → ?
tracking-firefox56:
--- → ?
Comment 6•8 years ago
|
||
The script using `_twoletterlanguagename` is https://crm.compass-usa.com/_static/tools/vieweditor/scripts/fieldlist.js but we have to see the script defining the variable. Can you, bcassell or creese, run the following snippet in the console, and provide the output here? It will get a list of scripts used on the page. I *think* it won't have anything sensitive; just static assets.
[...document.scripts].map(s => s.src).join()
Comment 7•8 years ago
|
||
Output scripts only under the `_static` directory:
[...document.scripts].map(s => s.src).filter(src => src.startsWith('https://crm.compass-usa.com/_static/')).join()
Kohei,
Thanks for your help on this.
Scripts Output:
"https://crm.compass-usa.com/_static/_common/scripts/jquery-1.11.3.min.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/CrmInternalUtility.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/jquery.tmpl.min.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/PageLoader.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/main.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/performance.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/maincontrols.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/styles/autotooltip.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/datetime/date.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/lookupmru/lookupmrulist.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/jquery_ui_1.8.21.min.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/datetime.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/flyoutdialog/flyoutdialog.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/ribbon/ribbon.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/ribbonactions.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/commandbaractions.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/presence.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/jquery-1.11.3.min.js,
https://crm.compass-usa.com/_static/_common/scripts/jquery.tmpl.min.js,
https://crm.compass-usa.com/_static/_common/scripts/jquery_ui_1.8.21.min.js"
ReferenceError:
13:29:30.073 ReferenceError: _twoletterlanguagename is not defined 1 fieldlist.js:1:9503
UpdateFieldList https://crm.compass-usa.com/_static/tools/vieweditor/scripts/fieldlist.js:1:9503
BuildFieldList https://crm.compass-usa.com/_static/tools/vieweditor/scripts/fieldlist.js:1:1104
addColumnsPage_onload https://crm.compass-usa.com/Tools/ViewEditor/Dialogs/AddColumns.aspx:249:4
getHandler/< https://crm.compass-usa.com/_common/global.ashx:5:51366
raiseLoad https://crm.compass-usa.com/_common/global.ashx:5:70677
initialize https://crm.compass-usa.com/_common/global.ashx:5:70322
b https://crm.compass-usa.com/_common/global.ashx:5:71510
a https://crm.compass-usa.com/_common/global.ashx:5:71786
CRM is using multiple window objects(popups), so here is the full list, Thanks
Window 0:
"https://crm.compass-usa.com/_static/_common/scripts/jquery-1.11.3.min.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/CrmInternalUtility.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/PageLoader.js?ver=1446887415,
https://crm.compass-usa.com/_static/advancedfind/advancedfindpage.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/ribbonactions.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/stage.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/commandbar/commandbar.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/form.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/select.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/lookup/lookup.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/lookupbehavior.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/datetime/date.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/datetime/time.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/datetime.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/editableselect/editableselect.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/textinputbehavior.js?ver=1446887415,
https://crm.compass-usa.com/_static/_tools/fieldselect/fieldselect.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/multipicklist/multipicklist.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/numberinputbehavior.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/af_cnd_common.js?ver=1446887415,
https://crm.compass-usa.com/_static/advancedfind/advfind.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/popupmenu/popupmenu.js?ver=1446887415,
https://crm.compass-usa.com/_static/advancedfind/cachemanager.js?ver=1446887415,
https://crm.compass-usa.com/_static/advancedfind/advancedfindcontrol.js?ver=1446887415,
https://crm.compass-usa.com/_static/_grid/GridControl.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/HintText/HintText.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/glowingimage.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/pane/compositecontrol.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/menuselector/menuselector.js?ver=1446887415,
https://crm.compass-usa.com/_static/visualization/visualizationactions.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/GridFilters/GridFilters.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/checkbox.js?ver=1446887415,
https://crm.compass-usa.com/_static/_controls/ribbon/ribbon.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/commandbaractions.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/presence.js?ver=1446887415,
https://crm.compass-usa.com/_static/_grid/action.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/addrelated.js?ver=1446887415"
Window 1:
"https://crm.compass-usa.com/_static/_common/scripts/CrmInternalUtility.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/PageLoader.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/form.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/presence.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/addrelated.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/details.js?ver=1446887415"
Window 2:
"https://crm.compass-usa.com/_static/_common/scripts/CrmInternalUtility.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/PageLoader.js?ver=1446887415,
https://crm.compass-usa.com/_static/tools/vieweditor/scripts/objects.js?ver=1446887415,
https://crm.compass-usa.com/_static/tools/vieweditor/scripts/fieldlist.js?ver=1446887415,
https://crm.compass-usa.com/_static/tools/vieweditor/scripts/util.js?ver=1446887415,
https://crm.compass-usa.com/_static/tools/vieweditor/scripts/viewmanager.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/form.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/select.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/presence.js?ver=1446887415,
https://crm.compass-usa.com/_static/_forms/addrelated.js?ver=1446887415,
https://crm.compass-usa.com/_static/_common/scripts/details.js?ver=1446887415"
| Assignee | ||
Comment 10•8 years ago
|
||
nsICollation isn't exported to web content.... XSLT returns error? It uses AllocateRawSortKey.
| Assignee | ||
Comment 11•8 years ago
|
||
bcassell, Could I access Dynamics CRM with test account to reproduce this?
Flags: needinfo?(m_kato) → needinfo?(bcassell)
| Assignee | ||
Comment 12•8 years ago
|
||
nsICollation's implementation already uses on macOS version... So it might depend on current system locale of user.
Comment 13•8 years ago
|
||
I couldn't find a script detecting the `_twoletterlanguagename` variable, unfortunately.
Comment 14•8 years ago
|
||
s/detecting/defining/
Comment 15•8 years ago
|
||
These are XSL stylesheets found in fieldlist.js
https://crm.compass-usa.com/Tools/FormEditor/fields.xsl
https://crm.compass-usa.com/Tools/FormEditor/fieldExplorer.xsl
Comment 16•8 years ago
|
||
So I ran the regression test again to confirm results and got an expanded list below:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=dda3d09783a5b5fe61c6591aa53d77105147b123&tochange=4f4ae3322be2d7c5f9bdda5e0985151b26edea3c
Bisection informations:
app_name: firefox
build_date: 2017-03-24 04:11:48.392000
build_file: C:\Users\[xxx]\.mozilla\mozregression\persist\dda3d09783a5--mozilla-inbound--firefox-55.0a1.en-US.win32.zip
build_type: inbound
build_url: https://queue.taskcluster.net/v1/task/OFlbk56KQW6Nu2J2yYlP9g/runs/0/artifacts/public%2Fbuild%2Ffirefox-55.0a1.en-US.win32.zip
changeset: dda3d09783a5b5fe61c6591aa53d77105147b123
pushlog_url: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=dda3d09783a5b5fe61c6591aa53d77105147b123&tochange=4f4ae3322be2d7c5f9bdda5e0985151b26edea3c
repo_name: mozilla-inbound
repo_url: https://hg.mozilla.org/integration/mozilla-inbound
task_id: OFlbk56KQW6Nu2J2yYlP9g
Log View:
2017-08-22T11:57:00: INFO : Using `C:\Users\[xxx]\.mozilla\mozregression\persist\2017-06-05--mozilla-central--firefox-55.0a1.en-US.win32.zip` as an acceptable approximated build file instead of downloading https://archive.mozilla.org/pub/firefox/nightly/2017/05/2017-05-30-03-02-04-mozilla-central/firefox-55.0a1.en-US.win32.zip
2017-08-22T11:57:00: INFO : Running mozilla-central build for 2017-06-05
2017-08-22T11:57:01: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmphop5p3\firefox\firefox.exe
2017-08-22T11:57:01: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmphop5p3\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpvaseaf.mozrunner
2017-08-22T11:57:01: INFO : application_buildid: 20170605030204
2017-08-22T11:57:01: INFO : application_changeset: 275588f4d852d7dc183a9dcc70a311413dc7a063
2017-08-22T11:57:01: INFO : application_display_name: Nightly
2017-08-22T11:57:01: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T11:57:01: INFO : application_name: Firefox
2017-08-22T11:57:01: INFO : application_remotingname: firefox
2017-08-22T11:57:01: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T11:57:01: INFO : application_vendor: Mozilla
2017-08-22T11:57:01: INFO : application_version: 55.0a1
2017-08-22T11:57:01: INFO : platform_buildid: 20170605030204
2017-08-22T11:57:01: INFO : platform_changeset: 275588f4d852d7dc183a9dcc70a311413dc7a063
2017-08-22T11:57:01: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T11:57:01: INFO : platform_version: 55.0a1
2017-08-22T11:57:03: INFO : 1503417423824 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T11:57:10: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:57:10: INFO : [Child 61636] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:57:12: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:57:12: INFO : [Child 60756] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:57:15: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:57:15: INFO : [Parent 49688] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:57:15: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:57:15: INFO : [Child 62892] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:57:15: INFO : [Child 62892] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:57:20: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:57:20: INFO : [GPU 49700] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:24: INFO : [GPU 49700] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:25: INFO : [GPU 49700] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:25: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:58:25: INFO : [Child 53432] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:25: INFO : [Child 53432] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:25: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:58:25: INFO : [Child 62596] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:25: INFO : [Child 62596] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:25: INFO : [GPU 49700] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:26: INFO :
2017-08-22T11:58:26: INFO : ###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
2017-08-22T11:58:26: INFO :
2017-08-22T11:58:41: INFO : Narrowed nightly regression window from [2017-08-22, 2017-03-06] (169 days) to [2017-03-06, 2017-06-05] (91 days) (~6 steps left)
2017-08-22T11:58:47: INFO : Using `C:\Users\[xxx]\.mozilla\mozregression\persist\2017-04-28--mozilla-central--firefox-55.0a1.en-US.win32.zip` as an acceptable approximated build file instead of downloading https://archive.mozilla.org/pub/firefox/nightly/2017/04/2017-04-21-03-02-41-mozilla-central/firefox-55.0a1.en-US.win32.zip
2017-08-22T11:58:47: INFO : Running mozilla-central build for 2017-04-28
2017-08-22T11:58:48: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmp6vcjsd\firefox\firefox.exe
2017-08-22T11:58:48: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmp6vcjsd\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpl8tgmg.mozrunner
2017-08-22T11:58:48: INFO : application_buildid: 20170428030259
2017-08-22T11:58:48: INFO : application_changeset: 84762dbeb5380461fe27f0afa0e27e8ba9dd3b01
2017-08-22T11:58:48: INFO : application_display_name: Nightly
2017-08-22T11:58:48: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T11:58:48: INFO : application_name: Firefox
2017-08-22T11:58:48: INFO : application_remotingname: firefox
2017-08-22T11:58:48: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T11:58:48: INFO : application_vendor: Mozilla
2017-08-22T11:58:48: INFO : application_version: 55.0a1
2017-08-22T11:58:48: INFO : platform_buildid: 20170428030259
2017-08-22T11:58:48: INFO : platform_changeset: 84762dbeb5380461fe27f0afa0e27e8ba9dd3b01
2017-08-22T11:58:48: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T11:58:48: INFO : platform_version: 55.0a1
2017-08-22T11:58:50: INFO : 1503417530943 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T11:58:53: INFO : Unable to read VR Path Registry from C:\Users\[xxx]\AppData\Local\openvr\openvrpaths.vrpath
2017-08-22T11:58:53: INFO : [Child 60476] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:58:53: INFO : [Child 60476] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:59:49: INFO : Narrowed nightly regression window from [2017-06-05, 2017-03-06] (91 days) to [2017-03-06, 2017-04-28] (53 days) (~5 steps left)
2017-08-22T11:59:52: INFO : Using `C:\Users\[xxx]\.mozilla\mozregression\persist\2017-03-30--mozilla-central--firefox-55.0a1.en-US.win32.zip` as an acceptable approximated build file instead of downloading https://archive.mozilla.org/pub/firefox/nightly/2017/04/2017-04-02-03-02-02-mozilla-central/firefox-55.0a1.en-US.win32.zip
2017-08-22T11:59:52: INFO : Running mozilla-central build for 2017-03-30
2017-08-22T11:59:53: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpuc9l7j\firefox\firefox.exe
2017-08-22T11:59:53: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpuc9l7j\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpaonf5m.mozrunner
2017-08-22T11:59:53: INFO : application_buildid: 20170330030213
2017-08-22T11:59:53: INFO : application_changeset: 60d7a0496a3673450ddbc37ec387525148c32604
2017-08-22T11:59:53: INFO : application_display_name: Nightly
2017-08-22T11:59:53: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T11:59:53: INFO : application_name: Firefox
2017-08-22T11:59:53: INFO : application_remotingname: firefox
2017-08-22T11:59:53: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T11:59:53: INFO : application_vendor: Mozilla
2017-08-22T11:59:53: INFO : application_version: 55.0a1
2017-08-22T11:59:53: INFO : platform_buildid: 20170330030213
2017-08-22T11:59:53: INFO : platform_changeset: 60d7a0496a3673450ddbc37ec387525148c32604
2017-08-22T11:59:53: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T11:59:53: INFO : platform_version: 55.0a1
2017-08-22T11:59:55: INFO : 1503417595856 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T11:59:56: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T11:59:57: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T11:59:57: INFO : [Child 62008] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:59:57: INFO : [Child 62008] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T11:59:57: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T11:59:58: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:00:42: INFO : Narrowed nightly regression window from [2017-04-28, 2017-03-06] (53 days) to [2017-03-06, 2017-03-30] (24 days) (~4 steps left)
2017-08-22T12:00:44: INFO : Using `C:\Users\[xxx]\.mozilla\mozregression\persist\2017-03-20--mozilla-central--firefox-55.0a1.en-US.win32.zip` as an acceptable approximated build file instead of downloading https://archive.mozilla.org/pub/firefox/nightly/2017/03/2017-03-18-03-02-02-mozilla-central/firefox-55.0a1.en-US.win32.zip
2017-08-22T12:00:44: INFO : Running mozilla-central build for 2017-03-20
2017-08-22T12:00:45: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmp3spwgp\firefox\firefox.exe
2017-08-22T12:00:45: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmp3spwgp\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpe5v5tf.mozrunner
2017-08-22T12:00:45: INFO : application_buildid: 20170320030209
2017-08-22T12:00:45: INFO : application_changeset: 1b9293be51637f841275541d8991314ca56561a5
2017-08-22T12:00:45: INFO : application_display_name: Nightly
2017-08-22T12:00:45: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:00:45: INFO : application_name: Firefox
2017-08-22T12:00:45: INFO : application_remotingname: firefox
2017-08-22T12:00:45: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:00:45: INFO : application_vendor: Mozilla
2017-08-22T12:00:45: INFO : application_version: 55.0a1
2017-08-22T12:00:45: INFO : platform_buildid: 20170320030209
2017-08-22T12:00:45: INFO : platform_changeset: 1b9293be51637f841275541d8991314ca56561a5
2017-08-22T12:00:45: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:00:45: INFO : platform_version: 55.0a1
2017-08-22T12:00:47: INFO : 1503417647749 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:00:48: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:00:49: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:00:49: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:00:50: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:00:50: INFO : [GPU 17028] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:00:50: INFO : [Child 63404] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:01:43: INFO : Narrowed nightly regression window from [2017-03-30, 2017-03-06] (24 days) to [2017-03-20, 2017-03-30] (10 days) (~3 steps left)
2017-08-22T12:01:43: INFO : Running mozilla-central build for 2017-03-25
2017-08-22T12:01:44: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpwikvzd\firefox\firefox.exe
2017-08-22T12:01:44: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpwikvzd\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpdb4vs8.mozrunner
2017-08-22T12:01:44: INFO : application_buildid: 20170325030203
2017-08-22T12:01:44: INFO : application_changeset: 65b0ac174753b22c01156d72fb42d2abd3176dd1
2017-08-22T12:01:44: INFO : application_display_name: Nightly
2017-08-22T12:01:44: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:01:44: INFO : application_name: Firefox
2017-08-22T12:01:44: INFO : application_remotingname: firefox
2017-08-22T12:01:44: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:01:44: INFO : application_vendor: Mozilla
2017-08-22T12:01:44: INFO : application_version: 55.0a1
2017-08-22T12:01:44: INFO : platform_buildid: 20170325030203
2017-08-22T12:01:44: INFO : platform_changeset: 65b0ac174753b22c01156d72fb42d2abd3176dd1
2017-08-22T12:01:44: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:01:44: INFO : platform_version: 55.0a1
2017-08-22T12:01:46: INFO : 1503417706752 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:01:47: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:01:48: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:01:49: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:01:49: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:02:39: INFO : Narrowed nightly regression window from [2017-03-30, 2017-03-20] (10 days) to [2017-03-20, 2017-03-25] (5 days) (~2 steps left)
2017-08-22T12:02:40: INFO : Running mozilla-central build for 2017-03-23
2017-08-22T12:02:41: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpdrsohq\firefox\firefox.exe
2017-08-22T12:02:41: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpdrsohq\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpn1epz1.mozrunner
2017-08-22T12:02:41: INFO : application_buildid: 20170323030203
2017-08-22T12:02:41: INFO : application_changeset: 7513b3f42058e9bcf9950d4acf4647d4ad2240f0
2017-08-22T12:02:41: INFO : application_display_name: Nightly
2017-08-22T12:02:41: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:02:41: INFO : application_name: Firefox
2017-08-22T12:02:41: INFO : application_remotingname: firefox
2017-08-22T12:02:41: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:02:41: INFO : application_vendor: Mozilla
2017-08-22T12:02:41: INFO : application_version: 55.0a1
2017-08-22T12:02:41: INFO : platform_buildid: 20170323030203
2017-08-22T12:02:41: INFO : platform_changeset: 7513b3f42058e9bcf9950d4acf4647d4ad2240f0
2017-08-22T12:02:41: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:02:41: INFO : platform_version: 55.0a1
2017-08-22T12:02:42: INFO : 1503417762808 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:02:43: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:02:44: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:02:44: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:02:45: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:03:35: INFO : Narrowed nightly regression window from [2017-03-25, 2017-03-20] (5 days) to [2017-03-23, 2017-03-25] (2 days) (~1 steps left)
2017-08-22T12:03:35: INFO : Running mozilla-central build for 2017-03-24
2017-08-22T12:03:36: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpdkzhng\firefox\firefox.exe
2017-08-22T12:03:36: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpdkzhng\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpuogasm.mozrunner
2017-08-22T12:03:36: INFO : application_buildid: 20170324030205
2017-08-22T12:03:36: INFO : application_changeset: 01d1dedf400d4be413b1a0d48090dca7acf29637
2017-08-22T12:03:36: INFO : application_display_name: Nightly
2017-08-22T12:03:36: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:03:36: INFO : application_name: Firefox
2017-08-22T12:03:36: INFO : application_remotingname: firefox
2017-08-22T12:03:36: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:03:36: INFO : application_vendor: Mozilla
2017-08-22T12:03:36: INFO : application_version: 55.0a1
2017-08-22T12:03:36: INFO : platform_buildid: 20170324030205
2017-08-22T12:03:36: INFO : platform_changeset: 01d1dedf400d4be413b1a0d48090dca7acf29637
2017-08-22T12:03:36: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:03:36: INFO : platform_version: 55.0a1
2017-08-22T12:03:38: INFO : 1503417818838 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:03:39: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:03:40: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:03:41: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:03:41: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:03:41: INFO : [Child 62916] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:03:41: INFO : [Child 62916] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-ntly-000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:04:38: INFO : Narrowed nightly regression window from [2017-03-25, 2017-03-23] (2 days) to [2017-03-24, 2017-03-25] (1 days) (~0 steps left)
2017-08-22T12:04:38: DEBUG : Using url: https://hg.mozilla.org/mozilla-central/json-pushes?changeset=01d1dedf400d4be413b1a0d48090dca7acf29637
2017-08-22T12:04:39: DEBUG : Using url: https://hg.mozilla.org/mozilla-central/json-pushes?fromchange=01d1dedf400d4be413b1a0d48090dca7acf29637&tochange=65b0ac174753b22c01156d72fb42d2abd3176dd1
2017-08-22T12:04:39: DEBUG : using taskcluster route 'gecko.v2.mozilla-central.revision.01d1dedf400d4be413b1a0d48090dca7acf29637.firefox.win32-opt'
2017-08-22T12:04:39: DEBUG : using taskcluster route 'gecko.v2.mozilla-central.revision.65b0ac174753b22c01156d72fb42d2abd3176dd1.firefox.win32-opt'
2017-08-22T12:04:45: DEBUG : using taskcluster route 'gecko.v2.mozilla-central.revision.4c987b7ed54a630a7de76adcc2eb00dab49d5dfd.firefox.win32-opt'
2017-08-22T12:04:48: INFO : Running mozilla-central build built on 2017-03-24 14:23:40.424000, revision 4c987b7e
2017-08-22T12:04:48: DEBUG : using taskcluster route 'gecko.v2.mozilla-central.revision.f9acfdca68a45c8cecf54f5a1bfc3b2a4baa52a3.firefox.win32-opt'
2017-08-22T12:04:49: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpk_myng\firefox\firefox.exe
2017-08-22T12:04:49: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpk_myng\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmp7f48yl.mozrunner
2017-08-22T12:04:50: INFO : application_buildid: 20170324062518
2017-08-22T12:04:50: INFO : application_changeset: 4c987b7ed54a630a7de76adcc2eb00dab49d5dfd
2017-08-22T12:04:50: INFO : application_display_name: Nightly
2017-08-22T12:04:50: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:04:50: INFO : application_name: Firefox
2017-08-22T12:04:50: INFO : application_remotingname: firefox
2017-08-22T12:04:50: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:04:50: INFO : application_vendor: Mozilla
2017-08-22T12:04:50: INFO : application_version: 55.0a1
2017-08-22T12:04:50: INFO : platform_buildid: 20170324062518
2017-08-22T12:04:50: INFO : platform_changeset: 4c987b7ed54a630a7de76adcc2eb00dab49d5dfd
2017-08-22T12:04:50: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:04:50: INFO : platform_version: 55.0a1
2017-08-22T12:04:51: DEBUG : using taskcluster route 'gecko.v2.mozilla-central.revision.473e0b20176139cff952b04e3eeff3ee155d0d3d.firefox.win32-opt'
2017-08-22T12:04:56: INFO : 1503417896272 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:04:56: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:04:59: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:04:59: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:04:59: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:05:00: INFO : [GPU 47500] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-00000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:05:00: INFO : [Child 60276] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-00000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:05:00: INFO : [Child 60276] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-00000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:05:56: INFO : Narrowed inbound regression window from [01d1dedf, 65b0ac17] (6 builds) to [01d1dedf, 4c987b7e] (4 builds) (~2 steps left)
2017-08-22T12:05:56: INFO : Running mozilla-central build built on 2017-03-24 14:20:04.417000, revision 473e0b20
2017-08-22T12:05:56: DEBUG : using taskcluster route 'gecko.v2.mozilla-central.revision.72bc265f157f3937f25d18be68b60fb982df695a.firefox.win32-opt'
2017-08-22T12:05:57: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpkevvyv\firefox\firefox.exe
2017-08-22T12:05:57: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpkevvyv\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpdtcjnp.mozrunner
2017-08-22T12:05:58: INFO : application_buildid: 20170324062317
2017-08-22T12:05:58: INFO : application_changeset: 473e0b20176139cff952b04e3eeff3ee155d0d3d
2017-08-22T12:05:58: INFO : application_display_name: Nightly
2017-08-22T12:05:58: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:05:58: INFO : application_name: Firefox
2017-08-22T12:05:58: INFO : application_remotingname: firefox
2017-08-22T12:05:58: INFO : application_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:05:58: INFO : application_vendor: Mozilla
2017-08-22T12:05:58: INFO : application_version: 55.0a1
2017-08-22T12:05:58: INFO : platform_buildid: 20170324062317
2017-08-22T12:05:58: INFO : platform_changeset: 473e0b20176139cff952b04e3eeff3ee155d0d3d
2017-08-22T12:05:58: INFO : platform_repository: https://hg.mozilla.org/mozilla-central
2017-08-22T12:05:58: INFO : platform_version: 55.0a1
2017-08-22T12:06:04: INFO : 1503417964085 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:06:04: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:06:06: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:06:07: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:06:07: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:06:07: INFO : [GPU 62956] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-cen-w32-00000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:07:00: INFO : Narrowed inbound regression window from [01d1dedf, 4c987b7e] (4 builds) to [473e0b20, 4c987b7e] (2 builds) (~1 steps left)
2017-08-22T12:07:00: DEBUG : Starting merge handling...
2017-08-22T12:07:00: DEBUG : Using url: https://hg.mozilla.org/mozilla-central/json-pushes?changeset=4c987b7ed54a630a7de76adcc2eb00dab49d5dfd&full=1
2017-08-22T12:07:02: DEBUG : Found commit message:
merge mozilla-inbound to mozilla-central a=merge
2017-08-22T12:07:02: DEBUG : This is a merge from mozilla-inbound
2017-08-22T12:07:02: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?changeset=ca6b6c3fe79fa278eaa0d41c9b51a0b3ae68b4c8
2017-08-22T12:07:02: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?fromchange=ca6b6c3fe79fa278eaa0d41c9b51a0b3ae68b4c8&tochange=4f4ae3322be2d7c5f9bdda5e0985151b26edea3c
2017-08-22T12:07:03: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?startID=88386&endID=88416
2017-08-22T12:07:03: INFO : ************* Switching to mozilla-inbound
2017-08-22T12:07:03: DEBUG : End merge handling
2017-08-22T12:07:03: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?changeset=2ac80695f9bc8dcafc0b1e9fe2e68b87d58df15f
2017-08-22T12:07:03: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?fromchange=2ac80695f9bc8dcafc0b1e9fe2e68b87d58df15f&tochange=4f4ae3322be2d7c5f9bdda5e0985151b26edea3c
2017-08-22T12:07:03: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.2ac80695f9bc8dcafc0b1e9fe2e68b87d58df15f.firefox.win32-opt'
2017-08-22T12:07:03: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.4f4ae3322be2d7c5f9bdda5e0985151b26edea3c.firefox.win32-opt'
2017-08-22T12:07:08: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.992ea4d9d583975beae869b0e68d34667bf4efe8.firefox.win32-opt'
2017-08-22T12:07:11: INFO : Running mozilla-inbound build built on 2017-03-24 02:37:26.867000, revision 992ea4d9
2017-08-22T12:07:11: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.dda3d09783a5b5fe61c6591aa53d77105147b123.firefox.win32-opt'
2017-08-22T12:07:12: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmp6tlolh\firefox\firefox.exe
2017-08-22T12:07:12: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmp6tlolh\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmp9bju1z.mozrunner
2017-08-22T12:07:13: INFO : application_buildid: 20170323184723
2017-08-22T12:07:13: INFO : application_changeset: 992ea4d9d583975beae869b0e68d34667bf4efe8
2017-08-22T12:07:13: INFO : application_display_name: Nightly
2017-08-22T12:07:13: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:07:13: INFO : application_name: Firefox
2017-08-22T12:07:13: INFO : application_remotingname: firefox
2017-08-22T12:07:13: INFO : application_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:07:13: INFO : application_vendor: Mozilla
2017-08-22T12:07:13: INFO : application_version: 55.0a1
2017-08-22T12:07:13: INFO : platform_buildid: 20170323184723
2017-08-22T12:07:13: INFO : platform_changeset: 992ea4d9d583975beae869b0e68d34667bf4efe8
2017-08-22T12:07:13: INFO : platform_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:07:13: INFO : platform_version: 55.0a1
2017-08-22T12:07:14: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.ebcd681132b2c2aeea106a49f037da7428bb19c5.firefox.win32-opt'
2017-08-22T12:07:18: INFO : 1503418038745 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:07:19: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:07:21: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:07:22: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:07:22: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:07:22: INFO : [Child 50364] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:07:22: INFO : [Child 50364] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:08:23: INFO : Narrowed inbound regression window from [2ac80695, 4f4ae332] (30 builds) to [992ea4d9, 4f4ae332] (15 builds) (~3 steps left)
2017-08-22T12:08:23: INFO : Running mozilla-inbound build built on 2017-03-24 04:11:48.392000, revision dda3d097
2017-08-22T12:08:23: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.1c5e910290349546d1b3b32f86e842b96a982e80.firefox.win32-opt'
2017-08-22T12:08:24: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpse8qqr\firefox\firefox.exe
2017-08-22T12:08:24: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpse8qqr\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpiapll6.mozrunner
2017-08-22T12:08:25: INFO : application_buildid: 20170323202423
2017-08-22T12:08:25: INFO : application_changeset: dda3d09783a5b5fe61c6591aa53d77105147b123
2017-08-22T12:08:25: INFO : application_display_name: Nightly
2017-08-22T12:08:25: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:08:25: INFO : application_name: Firefox
2017-08-22T12:08:25: INFO : application_remotingname: firefox
2017-08-22T12:08:25: INFO : application_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:08:25: INFO : application_vendor: Mozilla
2017-08-22T12:08:25: INFO : application_version: 55.0a1
2017-08-22T12:08:25: INFO : platform_buildid: 20170323202423
2017-08-22T12:08:25: INFO : platform_changeset: dda3d09783a5b5fe61c6591aa53d77105147b123
2017-08-22T12:08:25: INFO : platform_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:08:25: INFO : platform_version: 55.0a1
2017-08-22T12:08:26: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.038761b0c9cded9af7ed44271074d534d2ffd85a.firefox.win32-opt'
2017-08-22T12:08:30: INFO : 1503418110674 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:08:31: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:08:33: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:08:34: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:08:34: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:08:34: INFO : [Child 54956] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:08:34: INFO : [Child 54956] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:09:24: INFO : Narrowed inbound regression window from [992ea4d9, 4f4ae332] (15 builds) to [dda3d097, 4f4ae332] (8 builds) (~3 steps left)
2017-08-22T12:09:24: INFO : Running mozilla-inbound build built on 2017-03-24 06:43:36.285000, revision 1c5e9102
2017-08-22T12:09:24: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.bc2abb9359fc5124c3ec6b0dae2f89cc1133a310.firefox.win32-opt'
2017-08-22T12:09:25: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmp4fy6pj\firefox\firefox.exe
2017-08-22T12:09:25: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmp4fy6pj\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmptkmxzm.mozrunner
2017-08-22T12:09:26: INFO : application_buildid: 20170323225823
2017-08-22T12:09:26: INFO : application_changeset: 1c5e910290349546d1b3b32f86e842b96a982e80
2017-08-22T12:09:26: INFO : application_display_name: Nightly
2017-08-22T12:09:26: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:09:26: INFO : application_name: Firefox
2017-08-22T12:09:26: INFO : application_remotingname: firefox
2017-08-22T12:09:26: INFO : application_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:09:26: INFO : application_vendor: Mozilla
2017-08-22T12:09:26: INFO : application_version: 55.0a1
2017-08-22T12:09:26: INFO : platform_buildid: 20170323225823
2017-08-22T12:09:26: INFO : platform_changeset: 1c5e910290349546d1b3b32f86e842b96a982e80
2017-08-22T12:09:26: INFO : platform_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:09:26: INFO : platform_version: 55.0a1
2017-08-22T12:09:28: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.b5c06f8247e2e496d45d1def6a2e5fe10d51fe46.firefox.win32-opt'
2017-08-22T12:09:33: INFO : 1503418173314 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:09:33: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:09:36: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:09:36: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:09:36: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:09:37: INFO : [GPU 62008] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:09:37: INFO : [Child 49376] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:10:23: INFO : Narrowed inbound regression window from [dda3d097, 4f4ae332] (8 builds) to [1c5e9102, 4f4ae332] (4 builds) (~2 steps left)
2017-08-22T12:10:23: INFO : Running mozilla-inbound build built on 2017-03-24 07:43:20.898000, revision bc2abb93
2017-08-22T12:10:23: DEBUG : using taskcluster route 'gecko.v2.mozilla-inbound.revision.41fac0336580b03487cfdf53d3f746f3b41b020e.firefox.win32-opt'
2017-08-22T12:10:24: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpb31ss4\firefox\firefox.exe
2017-08-22T12:10:24: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpb31ss4\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpg5j42p.mozrunner
2017-08-22T12:10:25: INFO : application_buildid: 20170323235223
2017-08-22T12:10:25: INFO : application_changeset: bc2abb9359fc5124c3ec6b0dae2f89cc1133a310
2017-08-22T12:10:25: INFO : application_display_name: Nightly
2017-08-22T12:10:25: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:10:25: INFO : application_name: Firefox
2017-08-22T12:10:25: INFO : application_remotingname: firefox
2017-08-22T12:10:25: INFO : application_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:10:25: INFO : application_vendor: Mozilla
2017-08-22T12:10:25: INFO : application_version: 55.0a1
2017-08-22T12:10:25: INFO : platform_buildid: 20170323235223
2017-08-22T12:10:25: INFO : platform_changeset: bc2abb9359fc5124c3ec6b0dae2f89cc1133a310
2017-08-22T12:10:25: INFO : platform_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:10:25: INFO : platform_version: 55.0a1
2017-08-22T12:10:31: INFO : 1503418231759 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:10:32: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:10:34: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:10:35: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:10:35: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:10:36: INFO : [Child 50364] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:10:36: INFO : [Child 50364] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:11:23: INFO : Narrowed inbound regression window from [1c5e9102, 4f4ae332] (4 builds) to [1c5e9102, bc2abb93] (3 builds) (~1 steps left)
2017-08-22T12:11:23: INFO : Running mozilla-inbound build built on 2017-03-24 07:27:36.183000, revision 41fac033
2017-08-22T12:11:24: INFO : Launching c:\Users\[xxx]\AppData\Local\Temp\tmpatfkcp\firefox\firefox.exe
2017-08-22T12:11:24: INFO : Application command: c:\Users\[xxx]\AppData\Local\Temp\tmpatfkcp\firefox\firefox.exe -profile c:\users\[xxx]\appdata\local\temp\tmpd4xtht.mozrunner
2017-08-22T12:11:25: INFO : application_buildid: 20170323234423
2017-08-22T12:11:25: INFO : application_changeset: 41fac0336580b03487cfdf53d3f746f3b41b020e
2017-08-22T12:11:25: INFO : application_display_name: Nightly
2017-08-22T12:11:25: INFO : application_id: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
2017-08-22T12:11:25: INFO : application_name: Firefox
2017-08-22T12:11:25: INFO : application_remotingname: firefox
2017-08-22T12:11:25: INFO : application_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:11:25: INFO : application_vendor: Mozilla
2017-08-22T12:11:25: INFO : application_version: 55.0a1
2017-08-22T12:11:25: INFO : platform_buildid: 20170323234423
2017-08-22T12:11:25: INFO : platform_changeset: 41fac0336580b03487cfdf53d3f746f3b41b020e
2017-08-22T12:11:25: INFO : platform_repository: https://hg.mozilla.org/integration/mozilla-inbound
2017-08-22T12:11:25: INFO : platform_version: 55.0a1
2017-08-22T12:11:30: INFO : 1503418290844 addons.xpi-utils WARN Disabling foreign installed add-on web2pdfextension.15@web2pdf.adobedotcom in winreg-app-global
2017-08-22T12:11:31: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:11:33: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:11:34: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:11:34: INFO : [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
2017-08-22T12:11:35: INFO : [GPU 56424] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-in-w32-000000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
2017-08-22T12:12:24: INFO : Narrowed inbound regression window from [1c5e9102, bc2abb93] (3 builds) to [41fac033, bc2abb93] (2 builds) (~1 steps left)
2017-08-22T12:12:24: DEBUG : Starting merge handling...
2017-08-22T12:12:24: DEBUG : Using url: https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?changeset=bc2abb9359fc5124c3ec6b0dae2f89cc1133a310&full=1
2017-08-22T12:12:25: DEBUG : Found commit message:
Bug 943287 - Part 3. nsICollation fallback version for Android. r=hsivonen
Beta and release channel of Android still turn off ICU. So we should add UTF-8 version of nsICollation for fallback.
Some people want to keep --enale-intl-api=no for faster build on developer environment, so even if non-Android, it will be required.
MozReview-Commit-ID: 3RcjqoVip1W
2017-08-22T12:12:25: INFO : The bisection is done.
2017-08-22T12:12:25: INFO : Stopped
| Assignee | ||
Comment 17•8 years ago
|
||
creese, could you setup reproduce site and account for us?
Flags: needinfo?(christopher.reese)
| Reporter | ||
Comment 18•8 years ago
|
||
Direct emailed Kato, Kohei, Arai & creese info to reproduce in a publicly accessible site.
Flags: needinfo?(bcassell)
| Assignee | ||
Comment 19•8 years ago
|
||
Thanks, Brian. I can reproduce this!.
Root cause is the following.
<xsl:sort order="descending" select="@displayname[$sortColumnName='displayname'] |
@name[$sortColumnName='name'] |
exslt:node-set($FriendlyTypeNames)/types/type[@xmlName=current()/@datatype and $sortColumnName='datatype']" lang="$languageName"/>
Since lang attribute is invalid value (I believe that Microsoft's bug!), this issue seems to occur. Before 54 on Windows version, we won't check locale (lang attribute) for sort key..
Flags: needinfo?(christopher.reese)
| Assignee | ||
Comment 21•8 years ago
|
||
54 on windows uses default locale if lang attribute is invalid.
Assignee: nobody → m_kato
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 22•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [platform-rel-Microsoft]
| Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
| Assignee | ||
Comment 23•8 years ago
|
||
| Assignee | ||
Comment 24•8 years ago
|
||
Comment on attachment 8900578 [details] [diff] [review]
Use fallback locale on nsICollation if locale is invalid
Original issue is that Microsoft Dynamics CRM uses invalid lang attribute in <xsl:sort>.
<xsl:sort order="descending"
select="@displayname[$sortColumnName='displayname'] |
@name[$sortColumnName='name'] |
exslt:node-set($FriendlyTypeNames)/types/type[@xmlName=current()/@datatype and $sortColumnName='datatype']"
lang="$languageName"/>
Our XSLT implementation detects "$languageName" as locale name, then use it to nsICollation.
Until Gecko 54 for Windows, even if using invalid locale name for nsICollation, it uses platform locale as fallback. But from 55, we use same implementation as macOS's to use ICU. So this issue occurs. ICU implementation doesn't use fallback locale if it is invalid.
We should use fallback locale if locale is invalid. Most code for fallback locale such as FallbackEncoding uses application locale, so use it.
Attachment #8900578 -
Flags: review?(VYV03354)
Updated•8 years ago
|
Attachment #8900578 -
Flags: review?(VYV03354) → review+
Comment 25•8 years ago
|
||
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0c301b09c9f4
Use fallback locale on nsICollation if locale is invalid. r=emk
| Assignee | ||
Updated•8 years ago
|
Comment 26•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
| Assignee | ||
Comment 27•8 years ago
|
||
Comment on attachment 8900578 [details] [diff] [review]
Use fallback locale on nsICollation if locale is invalid
Approval Request Comment
[Feature/Bug causing the regression]:
Bug 943287
[User impact if declined]:
[Advanced Find] feature in Microsoft Dynamics CRM doesn't work from Firefox 55 for Windows although this is Microsoft's bug.
Also, macOS's Firefox didn't work this feature even if version 54.
[Is this code covered by automated tests?]:
Yes
[Has the fix been verified in Nightly?]:
I tested in local.
[Needs manual test from QE? If yes, steps to reproduce]:
No
[List of other uplifts needed for the feature/fix]:
Nothing
[Is the change risky?]:
Low.
[Why is the change risky/not risky?]:
When locale name for collation/sort in is invalid, use fallback locale instead. This is back to 54's behavior.
[String changes made/needed]:
No
Attachment #8900578 -
Flags: approval-mozilla-release?
Attachment #8900578 -
Flags: approval-mozilla-beta?
Updated•8 years ago
|
status-firefox-esr52:
--- → unaffected
Comment 28•8 years ago
|
||
Hi Brian,
Can you help check if this issue was fixed in the latest nightly?
Flags: needinfo?(bcassell)
Comment 29•8 years ago
|
||
Hi Gerry,
Have verified issued fixed with Nightly build 57.0.a1 (2017-08-28).
Thanks everyone for your quick response/fix!
Comment 30•8 years ago
|
||
Comment on attachment 8900578 [details] [diff] [review]
Use fallback locale on nsICollation if locale is invalid
Let's uplift this fix for beta 7. Fairly major regression for some users, fix verified in nightly.
Attachment #8900578 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 31•8 years ago
|
||
| bugherder uplift | ||
Flags: in-testsuite+
Comment 32•8 years ago
|
||
(In reply to Makoto Kato [:m_kato] from comment #27)
> [Is this code covered by automated tests?]:
> Yes
>
> [Has the fix been verified in Nightly?]:
> I tested in local.
>
> [Needs manual test from QE? If yes, steps to reproduce]:
> No
Setting qe-verify- based on Makoto Kato's assessment on manual testing needs and the fact that this fix has automated coverage.
Flags: qe-verify-
Comment 34•8 years ago
|
||
We're two weeks away from 56 release and there are no plans for 55.0.4 at this time.
Updated•8 years ago
|
Attachment #8900578 -
Flags: approval-mozilla-release? → approval-mozilla-release-
You need to log in
before you can comment on or make changes to this bug.
Description
•