|
Read the default min-width value from the UA style sheets
When enabling the viewport meta tag the default min layout width is hardcoded
to 980. Now we get that value from the UA style sheets instead making it
extend-to-zoom on desktop when enabled.
The former setting has been removed.
BUG= 358687
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170655
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -55 lines) |
Patch |
 |
M |
Source/core/css/resolver/ViewportStyleResolver.cpp
|
View
|
1
2
3
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.h
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ViewportDescription.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/ViewportDescription.cpp
|
View
|
1
2
|
1 chunk |
+21 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/Settings.in
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLMetaElement-in.cpp
|
View
|
1
2
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/PageScaleConstraintsSet.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/PageScaleConstraintsSet.cpp
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSettingsImpl.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebSettingsImpl.cpp
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.cpp
|
View
|
1
2
|
2 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/ViewportTest.cpp
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
1
2
|
8 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/data/no_viewport_tag.html
|
View
|
1
2
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
public/web/WebSettings.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|