|
Remove the ENABLE_IFRAME_SEAMLESS compile-time flag.
This patch drops the ~10 instances of '#IFDEF ENABLE(IFRAME_SEAMLESS)' from the
codebase. It shouldn't effect any web-visible behavior, as the interesting bits
are all hidden safely behind a runtime flag, whose behavior is untouched by
this patch.
The only non-mechanical change in this patch is the addition of an annotation
to the iframe@seamless attribute, ensuring that it's only exposed if the
runtime flag is set (that was an oversight in the original code).
R=eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=147704
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1 line, -41 lines) |
Patch |
 |
M |
Source/WTF/wtf/FeatureDefines.h
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/css/CSSSelector.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/css/CSSSelector.cpp
|
View
|
1
|
4 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/css/SelectorChecker.cpp
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/css/html.css
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/dom/Document.cpp
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/WebCore/html/HTMLIFrameElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/features.gypi
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/src/WebRuntimeFeatures.cpp
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Tools/Scripts/webkitperl/FeatureList.pm
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|