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

Issue 262053005: Allow zoom/restore in a zoomed document. It is a regression from an earlier fix. (Closed)

Created:
6 years, 7 months ago by Srini
Modified:
6 years, 6 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink, Elliot Glaysher, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fix for magnifying glass to magnify/shrink images when the zoom is not at 100%. Allow zoom/restore in a zoomed image document. It is a regression from the earlier fix: http://src.chromium.org/viewvc/blink?revision=156402&view=revision BUG=324086 R=levi, tony Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176023

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use enums instead of bool. Add layout test to check this condition. #

Total comments: 6

Patch Set 3 : Fix comments and move to requestAnimationFrame #

Patch Set 4 : Fixed a typo in the previous commit. #

Patch Set 5 : Rebased code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -15 lines) Patch
A LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
A LayoutTests/fast/images/image-click-scale-restore-zoomed-image-expected.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/html/ImageDocument.h View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M Source/core/html/ImageDocument.cpp View 1 2 3 4 6 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Srini
Hi Tony, I added a patch for allowing zoom/restore in a zoomed image document. Can ...
6 years, 7 months ago (2014-05-05 10:15:36 UTC) #1
tony
This should have a layout test. I'm adding Elliott as a reviewer. I'm not working ...
6 years, 7 months ago (2014-05-05 16:38:13 UTC) #2
Srini
On 2014/05/05 16:38:13, tony wrote: > This should have a layout test. > Added. > ...
6 years, 7 months ago (2014-05-05 21:20:51 UTC) #3
tony
Maybe levi can review.
6 years, 7 months ago (2014-05-06 23:51:02 UTC) #4
leviw_travelin_and_unemployed
What's the earlier fix that caused the regression (please add a link)? You say "a ...
6 years, 7 months ago (2014-05-07 00:08:51 UTC) #5
Srini
Updated the subject and added the revision url.
6 years, 7 months ago (2014-05-07 06:23:41 UTC) #6
tony
ping reviewers
6 years, 7 months ago (2014-05-09 18:32:25 UTC) #7
Srini
On 2014/05/09 18:32:25, tony wrote: > ping reviewers Hi, can anyone check this patch? Thanks, ...
6 years, 7 months ago (2014-05-13 03:33:45 UTC) #8
tony
+More reviewers. It's been over a week since this patch was uploaded.
6 years, 7 months ago (2014-05-13 16:27:56 UTC) #9
Srini
On 2014/05/13 16:27:56, tony wrote: > +More reviewers. It's been over a week since this ...
6 years, 7 months ago (2014-05-19 06:54:04 UTC) #10
eseidel
Looks like jochen reviewed the last one of these? I also lean on Rick for ...
6 years, 7 months ago (2014-05-19 19:51:37 UTC) #11
eseidel
https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html File LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html (right): https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html#newcode35 LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html:35: // On GTK+, sometimes the resize callback fires before ...
6 years, 7 months ago (2014-05-19 19:52:48 UTC) #12
Srini
On 2014/05/19 19:51:37, eseidel wrote: > Looks like jochen reviewed the last one of these? ...
6 years, 7 months ago (2014-05-20 02:47:49 UTC) #13
Srini
On 2014/05/19 19:52:48, eseidel wrote: > https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html > File LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html > (right): > > https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html#newcode35 ...
6 years, 7 months ago (2014-05-20 03:18:22 UTC) #14
Rick Byers
On 2014/05/19 19:51:37, eseidel wrote: > Looks like jochen reviewed the last one of these? ...
6 years, 7 months ago (2014-05-20 15:52:50 UTC) #15
tony
https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html File LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html (right): https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html#newcode35 LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html:35: // On GTK+, sometimes the resize callback fires before ...
6 years, 7 months ago (2014-05-20 16:33:43 UTC) #16
Srini
On 2014/05/20 16:33:43, tony wrote: > https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html > File LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html > (right): > > https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html#newcode35 ...
6 years, 7 months ago (2014-05-20 17:15:08 UTC) #17
tony
On 2014/05/20 17:15:08, Srini wrote: > On 2014/05/20 16:33:43, tony wrote: > > > https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html ...
6 years, 7 months ago (2014-05-20 17:20:48 UTC) #18
Srini
On 2014/05/20 17:20:48, tony wrote: > On 2014/05/20 17:15:08, Srini wrote: > > On 2014/05/20 ...
6 years, 7 months ago (2014-05-20 17:44:37 UTC) #19
eseidel
We're still looking for someone with zooming context (jochen?) to approve this patch. I am ...
6 years, 6 months ago (2014-05-29 00:06:59 UTC) #20
esprehn
I can review this https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html File LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html (right): https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html#newcode2 LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html:2: <html> We usually leave off ...
6 years, 6 months ago (2014-05-29 00:12:02 UTC) #21
Srini
On 2014/05/29 00:12:02, esprehn wrote: > I can review this > > https://codereview.chromium.org/262053005/diff/20001/LayoutTests/fast/images/image-click-scale-restore-zoomed-image.html > File ...
6 years, 6 months ago (2014-06-02 15:42:57 UTC) #22
esprehn
lgtm
6 years, 6 months ago (2014-06-05 01:13:22 UTC) #23
Srini
The CQ bit was checked by srinivasa.ragavan.venkateswaran@intel.com
6 years, 6 months ago (2014-06-05 03:10:41 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srinivasa.ragavan.venkateswaran@intel.com/262053005/60001
6 years, 6 months ago (2014-06-05 03:11:58 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 6 months ago (2014-06-05 04:13:23 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 04:15:30 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/6985)
6 years, 6 months ago (2014-06-05 04:15:30 UTC) #28
Srini
The CQ bit was checked by srinivasa.ragavan.venkateswaran@intel.com
6 years, 6 months ago (2014-06-12 12:15:28 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srinivasa.ragavan.venkateswaran@intel.com/262053005/80001
6 years, 6 months ago (2014-06-12 12:16:08 UTC) #30
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 13:20:36 UTC) #31
Message was sent while issue was closed.
Change committed as 176023

Powered by Google App Engine
This is Rietveld 408576698