X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebInspectorUI%2FChangeLog;h=49a6d7723e626b50bbf4f0f538c8ecdd5a053e46;hp=4ebd897ceda1c36772c184ff96f1fd8889a8d9c9;hb=e532ab6dab22e97b5da70b7dbb7bec4c624d1b52;hpb=d2614012fa72d09b05e8be4835958c4390b3fd1f diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog index 4ebd897..49a6d77 100644 --- a/Source/WebInspectorUI/ChangeLog +++ b/Source/WebInspectorUI/ChangeLog @@ -1,3 +1,17 @@ +2015-10-28 Timothy Hatcher + + Web Inspector: Zoom never goes back to 100% size + https://bugs.webkit.org/show_bug.cgi?id=150637 + + Add and subtract 20% from the zoom level so the zoom factor can return + to the 1 starting zoom factor if you go back the other direction. + + Reviewed by Joseph Pecoraro. + + * UserInterface/Base/Main.js: + (WebInspector._increaseZoom): Add 0.2 instead of multiplying 1.2. + (WebInspector._decreaseZoom): Subtract 0.2 instead of multiplying 0.8. + 2015-10-28 Matt Baker Web Inspector: Rendering Frames pie chart does not update during initial selection of a timeline range