Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: LayoutTests/inspector/split-view-expected.txt

Issue 1085253003: Revert of Revert of DevTools: allow storing devtools preferences on the browser side. [blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/inspector/split-view.html ('k') | Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests how split view saving to settings works. 1 Tests how split view saving to settings works.
2 2
3 Create default split view 3 Create default split view
4 Running split view test with the following parameters: useFraction = false, shou ldSaveShowMode = false 4 Running split view test with the following parameters: useFraction = false, shou ldSaveShowMode = false
5 Creating split view 5 Creating split view
6 Sidebar size = 100, showMode = Both, vertical 6 Sidebar size = 100, showMode = Both, vertical
7 Setting value: undefined 7 Setting value: {}
8 Hiding sidebar 8 Hiding sidebar
9 Sidebar size = 0, showMode = OnlyMain, vertical 9 Sidebar size = 0, showMode = OnlyMain, vertical
10 Setting value: {"vertical":{"size":0}} 10 Setting value: {"vertical":{"size":0}}
11 Showing sidebar 11 Showing sidebar
12 Sidebar size = 100, showMode = Both, vertical 12 Sidebar size = 100, showMode = Both, vertical
13 Setting value: {"vertical":{"size":0}} 13 Setting value: {"vertical":{"size":0}}
14 Resizing 14 Resizing
15 Sidebar size = 200, showMode = Both, vertical 15 Sidebar size = 200, showMode = Both, vertical
16 Setting value: {"vertical":{"size":201}} 16 Setting value: {"vertical":{"size":201}}
17 Hiding sidebar 17 Hiding sidebar
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 Sidebar size = 0, showMode = OnlyMain, vertical 93 Sidebar size = 0, showMode = OnlyMain, vertical
94 Setting value: {"vertical":{"size":201,"showMode":"OnlyMain"},"horizontal":{ "size":202,"showMode":"Both"}} 94 Setting value: {"vertical":{"size":201,"showMode":"OnlyMain"},"horizontal":{ "size":202,"showMode":"Both"}}
95 Making horizontal 95 Making horizontal
96 Sidebar size = 201, showMode = Both, horizontal 96 Sidebar size = 201, showMode = Both, horizontal
97 Setting value: {"vertical":{"size":201,"showMode":"OnlyMain"},"horizontal":{ "size":202,"showMode":"Both"}} 97 Setting value: {"vertical":{"size":201,"showMode":"OnlyMain"},"horizontal":{ "size":202,"showMode":"Both"}}
98 98
99 Create default split view 99 Create default split view
100 Running split view test with the following parameters: useFraction = true, shoul dSaveShowMode = false 100 Running split view test with the following parameters: useFraction = true, shoul dSaveShowMode = false
101 Creating split view 101 Creating split view
102 Sidebar size = 114, showMode = Both, vertical 102 Sidebar size = 114, showMode = Both, vertical
103 Setting value: undefined 103 Setting value: {}
104 Hiding sidebar 104 Hiding sidebar
105 Sidebar size = 0, showMode = OnlyMain, vertical 105 Sidebar size = 0, showMode = OnlyMain, vertical
106 Setting value: {"vertical":{"size":0}} 106 Setting value: {"vertical":{"size":0}}
107 Showing sidebar 107 Showing sidebar
108 Sidebar size = 114, showMode = Both, vertical 108 Sidebar size = 114, showMode = Both, vertical
109 Setting value: {"vertical":{"size":0}} 109 Setting value: {"vertical":{"size":0}}
110 Resizing 110 Resizing
111 Sidebar size = 124, showMode = Both, vertical 111 Sidebar size = 124, showMode = Both, vertical
112 Setting value: {"vertical":{"size":125}} 112 Setting value: {"vertical":{"size":125}}
113 Hiding sidebar 113 Hiding sidebar
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 Sidebar size = 129, showMode = Both, horizontal 186 Sidebar size = 129, showMode = Both, horizontal
187 Setting value: {"vertical":{"size":125,"showMode":"OnlyMain"},"horizontal":{ "size":130,"showMode":"Both"}} 187 Setting value: {"vertical":{"size":125,"showMode":"OnlyMain"},"horizontal":{ "size":130,"showMode":"Both"}}
188 Recreating split view 188 Recreating split view
189 Sidebar size = 0, showMode = OnlyMain, vertical 189 Sidebar size = 0, showMode = OnlyMain, vertical
190 Setting value: {"vertical":{"size":125,"showMode":"OnlyMain"},"horizontal":{ "size":130,"showMode":"Both"}} 190 Setting value: {"vertical":{"size":125,"showMode":"OnlyMain"},"horizontal":{ "size":130,"showMode":"Both"}}
191 Making horizontal 191 Making horizontal
192 Sidebar size = 129, showMode = Both, horizontal 192 Sidebar size = 129, showMode = Both, horizontal
193 Setting value: {"vertical":{"size":125,"showMode":"OnlyMain"},"horizontal":{ "size":130,"showMode":"Both"}} 193 Setting value: {"vertical":{"size":125,"showMode":"OnlyMain"},"horizontal":{ "size":130,"showMode":"Both"}}
194 194
195 195
OLDNEW
« no previous file with comments | « LayoutTests/inspector/split-view.html ('k') | Source/devtools/front_end/Runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698