|
Add Origin Trials Test interface, rather than attaching trials directly to internals.
This makes the test interface almost exactly like any other origin trial, and
means that we don't have to do any special handling at internals construction
time to support it. Because it lives on window.internals.originTrialTest() now,
I renamed the various test methods and attributes to be more descriptive of what
they are actually testing, rather than prefixing them with 'frobulate' to avoid
polluting the internals namespace.
BUG= 647273
Committed: https://crrev.com/2076a9846ca82c6f6566d5fb7526729c853157ee
Cr-Commit-Position: refs/heads/master@{#419225}
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+290 lines, -226 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/disabled-worker.js
|
View
|
1
2
3
|
1 chunk |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/enabled-worker.js
|
View
|
1
2
3
|
1 chunk |
+19 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js
|
View
|
|
2 chunks |
+96 lines, -51 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/BUILD.gn
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core_idl_files.gni
|
View
|
|
2 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.idl
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.h
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulateInterfaceBindings.idl
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/WorkerInternalsFrobulate.h
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/origin_trials/testing/WorkerInternalsFrobulate.idl
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/Internals.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/Internals.cpp
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/Internals.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/testing/OriginTrialsTest.h
|
View
|
1
2
3
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/core/testing/OriginTrialsTest.cpp
|
View
|
1
|
2 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/testing/OriginTrialsTest.idl
|
View
|
1
2
3
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.h
|
View
|
1
2
3
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.idl
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/WorkerInternals.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/WorkerInternals.cpp
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/WorkerInternals.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/testing/v8/WebCoreTestSupport.cpp
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
Total messages: 27 (17 generated)
|