New issue
Advanced search Search tips

Issue 778862 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 705114
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Bug
Proj-Servicification

Blocking:
issue 769401



Sign in to add a comment

The URL of the extension to navigate to contains non utf-8 character

Project Member Reported by juncai@chromium.org, Oct 27 2017

Issue description

When running the following browser tests using "--enable-features=NetworkService" flag:
ChromeSitePerProcessPDFTest.EmbeddedPDFInsideCrossOriginFrame
PDFExtensionTest.EnsureCrossOriginRepliesBlocked
PDFExtensionTest.PostMessageForZeroSizedEmbed
PDFExtensionTest.TabTitleWithEmbeddedPdf

Line:
create_params.SetString(mime_handler_view::kViewId, view_id);
at
ExtensionsGuestViewMessageFilter::OnCreateMimeHandlerViewGuest()
fails at:
//base/values.cc(147)
Check failed: IsStringUTF8(string_value_).

Further debugging shows that the |view_id| is invalid.

 

Comment 1 by juncai@chromium.org, Oct 27 2017

Also these two tests fail at the same check:
SaveType/SavePageOriginalVsSavedComparisonTest.ObjectElementsViaFile/0
SaveType/SavePageOriginalVsSavedComparisonTest.ObjectElementsViaHttp/0

Comment 2 by laforge@google.com, Nov 7 2017

Components: -Internals>Network>Service Internals>Services>Network
Apologies, applied the wrong component in bulk.

Comment 3 by jam@chromium.org, Nov 13 2017

Mergedinto: 705114
Status: Duplicate (was: Available)

Sign in to add a comment