New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 698665 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Allow to put resource files in a non-root bundle

Project Member Reported by ichikawa@chromium.org, Mar 6 2017

Issue description

Currently //ios/web_view requires to put all resource files (e.g., icudtl.dat) directly under the root bundle. But it makes the root bundle messy. We should allow putting them in a sub bundle e.g., ChromeIOSWebView.bundle.

We should either:

1. Hard-code to read resource files from a bundle named ChromeIOSWebView.bundle, and also put resource files in ChromeIOSWebView.bundle in ios_web_view_shell.

2. Add an API to specify the location of the resource files.

3. Use a dynamic framework instead of a static library, and put resource files in the bundle of the dynamic framework.

 

Comment 1 by pkl@chromium.org, Mar 6 2017

Cc: eugene...@chromium.org
Labels: -Restrict-View-Google
Owner: michaeldo@chromium.org
Status: Assigned (was: Untriaged)
Status: Fixed (was: Assigned)
Fixed by option 3.

Sign in to add a comment