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

Issue 1012233002: Fixed resizing animation for extension options. (Closed)

Created:
5 years, 9 months ago by paulmeyer
Modified:
5 years, 9 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixed resizing animation for extension options. The problem was that the height of the header (where the extension name and icon are shown) was not being taken into account by the animation of the options overlay. BUG=468024 Committed: https://crrev.com/e3f634eab3ce973f8a4316e921ade936e5f25ee4 Cr-Commit-Position: refs/heads/master@{#321273}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comment. #

Total comments: 2

Patch Set 3 : Addressed comments. #

Total comments: 2

Patch Set 4 : Addressed comment. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -11 lines) Patch
M chrome/browser/resources/extensions/extension_options_overlay.js View 1 2 3 4 chunks +19 lines, -11 lines 1 comment Download

Messages

Total messages: 18 (4 generated)
paulmeyer
5 years, 9 months ago (2015-03-17 22:58:11 UTC) #2
not at google - send to devlin
Thanks for fixing this. It looks like you've found the problem, that we're conflatin the ...
5 years, 9 months ago (2015-03-18 15:35:20 UTC) #3
paulmeyer
ptal https://codereview.chromium.org/1012233002/diff/1/chrome/browser/resources/extensions/extension_options_overlay.js File chrome/browser/resources/extensions/extension_options_overlay.js (right): https://codereview.chromium.org/1012233002/diff/1/chrome/browser/resources/extensions/extension_options_overlay.js#newcode109 chrome/browser/resources/extensions/extension_options_overlay.js:109: var maxHeight = parseInt(overlay.style.maxHeight, 10) - On 2015/03/18 ...
5 years, 9 months ago (2015-03-18 17:37:48 UTC) #4
not at google - send to devlin
Continuing conversation. https://codereview.chromium.org/1012233002/diff/1/chrome/browser/resources/extensions/extension_options_overlay.js File chrome/browser/resources/extensions/extension_options_overlay.js (right): https://codereview.chromium.org/1012233002/diff/1/chrome/browser/resources/extensions/extension_options_overlay.js#newcode129 chrome/browser/resources/extensions/extension_options_overlay.js:129: // subtracted to get the true old ...
5 years, 9 months ago (2015-03-18 19:52:06 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/1012233002/diff/20001/chrome/browser/resources/extensions/extension_options_overlay.js File chrome/browser/resources/extensions/extension_options_overlay.js (right): https://codereview.chromium.org/1012233002/diff/20001/chrome/browser/resources/extensions/extension_options_overlay.js#newcode140 chrome/browser/resources/extensions/extension_options_overlay.js:140: var newHeight = Math.min(evt.height + 2, maxHeight); Actually - ...
5 years, 9 months ago (2015-03-18 20:59:15 UTC) #6
paulmeyer
ptal https://codereview.chromium.org/1012233002/diff/1/chrome/browser/resources/extensions/extension_options_overlay.js File chrome/browser/resources/extensions/extension_options_overlay.js (right): https://codereview.chromium.org/1012233002/diff/1/chrome/browser/resources/extensions/extension_options_overlay.js#newcode129 chrome/browser/resources/extensions/extension_options_overlay.js:129: // subtracted to get the true old preferred ...
5 years, 9 months ago (2015-03-18 21:41:46 UTC) #7
not at google - send to devlin
Sorry to push here, I thought we were talking about the other approach? https://codereview.chromium.org/1012233002/diff/40001/chrome/browser/resources/extensions/extension_options_overlay.js File ...
5 years, 9 months ago (2015-03-18 21:47:40 UTC) #8
paulmeyer
No problem! I misunderstood. ptal. https://codereview.chromium.org/1012233002/diff/40001/chrome/browser/resources/extensions/extension_options_overlay.js File chrome/browser/resources/extensions/extension_options_overlay.js (right): https://codereview.chromium.org/1012233002/diff/40001/chrome/browser/resources/extensions/extension_options_overlay.js#newcode157 chrome/browser/resources/extensions/extension_options_overlay.js:157: {width: oldGuestWidth + 'px', ...
5 years, 9 months ago (2015-03-18 22:18:25 UTC) #9
not at google - send to devlin
lgtm https://codereview.chromium.org/1012233002/diff/60001/chrome/browser/resources/extensions/extension_options_overlay.js File chrome/browser/resources/extensions/extension_options_overlay.js (right): https://codereview.chromium.org/1012233002/diff/60001/chrome/browser/resources/extensions/extension_options_overlay.js#newcode155 chrome/browser/resources/extensions/extension_options_overlay.js:155: // heights to get the full overlay heights. ...
5 years, 9 months ago (2015-03-18 22:31:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1012233002/60001
5 years, 9 months ago (2015-03-18 22:54:05 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/38181)
5 years, 9 months ago (2015-03-19 00:33:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1012233002/60001
5 years, 9 months ago (2015-03-19 01:58:42 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-19 02:40:54 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 02:41:47 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e3f634eab3ce973f8a4316e921ade936e5f25ee4
Cr-Commit-Position: refs/heads/master@{#321273}

Powered by Google App Engine
This is Rietveld 408576698