|
[icu] Support loading data file from default location
This allows using icu data, bundled in the icudtl.dat file,
to be loaded automatically from a default location
side-by-side with the executable.
The v8 stand-alone default is still to use statically
linked ICU data, but this will be switched in a separate
follow-up CL.
BUG= chromium:616033
LOG=y
Committed: https://crrev.com/cec0ed0f77e91bfd49bbd298ab58f77375eecead
Cr-Commit-Position: refs/heads/master@{#36823}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+140 lines, -48 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
|
9 chunks |
+26 lines, -17 lines |
0 comments
|
Download
|
|
M |
include/v8.h
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -1 line |
0 comments
|
Download
|
|
M |
samples/hello-world.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
samples/process.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
samples/shell.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/api.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/base/file-utils.h
|
View
|
1
2
3
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/base/file-utils.cc
|
View
|
1
2
3
4
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/d8.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/icu_util.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/icu_util.cc
|
View
|
1
2
3
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/snapshot/mksnapshot.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/startup-data-util.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
|
M |
src/v8.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/generate-bytecode-expectations.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/fuzzer/fuzzer-support.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/parser-shell.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 41 (19 generated)
|