|
Move btoa() / atob() implementation out of DOMWindow
Move btoa() / atob() implementation out of DOMWindow and move it to a
new DOMWindowBase64 namespace. Those functions are now static and can
easily be reused by WorkerGlobalScope later on when we want to expose
them to workers (as per the specification).
Implements statements now generate the same code as partial
interfaces, meaning that the functions are expected to be static, in
class / namespace of the same name as the supplemental interface.
A [LegacyImplementedInBaseClass] extended attribute is introduced to
maintain compatibility with existing supplemental interfaces and so
that their code can be gradually updated.
BUG= 261226
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154492
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+78 lines, -82 lines) |
Patch |
|
M |
Source/bindings/scripts/IDLAttributes.txt
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/scripts/deprecated_code_generator_v8.pm
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/scripts/deprecated_generate_bindings.pl
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/ChildNode.idl
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/ParentNode.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/page/DOMWindow.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/page/DOMWindow.cpp
|
View
|
|
2 chunks |
+0 lines, -33 lines |
0 comments
|
Download
|
|
A + |
Source/core/page/DOMWindowBase64.h
|
View
|
1
|
2 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
|
A + |
Source/core/page/DOMWindowBase64.cpp
|
View
|
1
|
2 chunks |
+34 lines, -18 lines |
0 comments
|
Download
|
|
M |
Source/core/page/WindowBase64.idl
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/page/WindowTimers.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGExternalResourcesRequired.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGFitToViewBox.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGTests.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGURIReference.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGZoomAndPan.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/workers/AbstractWorker.idl
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|