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

Issue 11823012: Remove DCHECK for negative sizes for Android (Closed)

Created:
7 years, 11 months ago by nyquist
Modified:
7 years, 11 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Remove DCHECK for negative sizes for Android There are still places in downstream Android code where a negative size is provided as width or height to the SizeBase template for set_width, set_height and the constructor. The DCHECK was added in: https://chromiumcodereview.appspot.com/11410024 BUG=168927 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175723

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added TODO for removing ifdefs, referring to bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M ui/gfx/size_base_impl.h View 1 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
nyquist
aelias: PTAL
7 years, 11 months ago (2013-01-09 01:39:19 UTC) #1
danakj
If the problems are all downstream, can this CL also be downstream?
7 years, 11 months ago (2013-01-09 01:41:49 UTC) #2
nyquist
On 2013/01/09 01:41:49, danakj wrote: > If the problems are all downstream, can this CL ...
7 years, 11 months ago (2013-01-09 01:44:04 UTC) #3
danakj
On 2013/01/09 01:44:04, nyquist wrote: > On 2013/01/09 01:41:49, danakj wrote: > > If the ...
7 years, 11 months ago (2013-01-09 01:49:11 UTC) #4
nyquist
On 2013/01/09 01:49:11, danakj wrote: > On 2013/01/09 01:44:04, nyquist wrote: > > On 2013/01/09 ...
7 years, 11 months ago (2013-01-09 01:50:17 UTC) #5
danakj
https://codereview.chromium.org/11823012/diff/1/ui/gfx/size_base_impl.h File ui/gfx/size_base_impl.h (right): https://codereview.chromium.org/11823012/diff/1/ui/gfx/size_base_impl.h#newcode19 ui/gfx/size_base_impl.h:19: #if !defined(OS_ANDROID) can you stick a todo here to ...
7 years, 11 months ago (2013-01-09 01:53:21 UTC) #6
nyquist
Added TODO https://codereview.chromium.org/11823012/diff/1/ui/gfx/size_base_impl.h File ui/gfx/size_base_impl.h (right): https://codereview.chromium.org/11823012/diff/1/ui/gfx/size_base_impl.h#newcode19 ui/gfx/size_base_impl.h:19: #if !defined(OS_ANDROID) On 2013/01/09 01:53:21, danakj wrote: ...
7 years, 11 months ago (2013-01-09 01:57:44 UTC) #7
danakj
Thanks, LGTM
7 years, 11 months ago (2013-01-09 02:00:40 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/11823012/6002
7 years, 11 months ago (2013-01-09 02:55:56 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) content_browsertests
7 years, 11 months ago (2013-01-09 05:21:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nyquist@chromium.org/11823012/6002
7 years, 11 months ago (2013-01-09 05:23:04 UTC) #11
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 07:23:01 UTC) #12
Message was sent while issue was closed.
Change committed as 175723

Powered by Google App Engine
This is Rietveld 408576698