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

Issue 52553008: Eliminate the CALENDAR_PICKER compile time flag as only android uses this flag and the web facing p… (Closed)

Created:
7 years, 1 month ago by atreat
Modified:
7 years, 1 month ago
CC:
blink-reviews, arv+blink, dglazkov+blink, apavlov+blink_chromium.org, darktears, lgombos
Base URL:
https://chromium.googlesource.com/chromium/blink@master
Visibility:
Public.

Description

Eliminate the CALENDAR_PICKER compile time flag as only android uses this flag and the web facing pieces that use this are already hidden behind a different compile time flag: ENABLE_INPUT_MULTIPLE_FIELDS_UI BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161353

Patch Set 1 #

Patch Set 2 : Fix winbot by eliminating last checks for CALENDAR_PICKER #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -54 lines) Patch
M Source/build/features.gypi View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/css/html.css View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/page/PagePopupController.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/page/PagePopupController.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/page/PagePopupController.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/text/LocaleICU.h View 3 chunks +0 lines, -6 lines 0 comments Download
M Source/platform/text/LocaleICU.cpp View 5 chunks +0 lines, -6 lines 0 comments Download
M Source/platform/text/LocaleMac.h View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/platform/text/LocaleMac.mm View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/platform/text/LocaleWin.h View 3 chunks +0 lines, -6 lines 0 comments Download
M Source/platform/text/LocaleWin.cpp View 1 3 chunks +0 lines, -4 lines 0 comments Download
M Source/platform/text/PlatformLocale.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/web/DateTimeChooserImpl.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/web/tests/LocaleMacTest.cpp View 1 4 chunks +0 lines, -4 lines 0 comments Download
M Source/web/tests/LocaleWinTest.cpp View 1 4 chunks +0 lines, -5 lines 0 comments Download
M Source/web/web.gyp View 1 chunk +0 lines, -1 line 1 comment Download

Messages

Total messages: 11 (0 generated)
atreat
ch.dumez@samsung.com: Please review changes in eseidel@chromium.org: Please review changes in abarth@chromium.org: Please review changes in ...
7 years, 1 month ago (2013-11-04 21:41:11 UTC) #1
Inactive
The win try bot failure looks legit.
7 years, 1 month ago (2013-11-05 00:50:01 UTC) #2
abarth-chromium
This is hidden behind page popup, is that the idea? Looks like you're on the ...
7 years, 1 month ago (2013-11-05 06:49:46 UTC) #3
atreat
On 2013/11/05 06:49:46, abarth wrote: > This is hidden behind page popup, is that the ...
7 years, 1 month ago (2013-11-05 16:02:30 UTC) #4
abarth-chromium
LGTM
7 years, 1 month ago (2013-11-05 16:06:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adam.treat@samsung.com/52553008/70001
7 years, 1 month ago (2013-11-05 16:13:55 UTC) #6
commit-bot: I haz the power
Change committed as 161353
7 years, 1 month ago (2013-11-05 17:18:52 UTC) #7
tkent
https://codereview.chromium.org/52553008/diff/70001/Source/web/web.gyp File Source/web/web.gyp (left): https://codereview.chromium.org/52553008/diff/70001/Source/web/web.gyp#oldcode323 Source/web/web.gyp:323: '--condition=ENABLE(CALENDAR_PICKER)', This change increase Android binary size needlessly, right?
7 years, 1 month ago (2013-11-05 21:09:19 UTC) #8
tkent
> BUG=none We have it. crbug.com/243717.
7 years, 1 month ago (2013-11-05 21:13:27 UTC) #9
tkent
+peter
7 years, 1 month ago (2013-11-05 22:38:11 UTC) #10
Peter Beverloo
7 years, 1 month ago (2013-11-06 14:36:08 UTC) #11
Message was sent while issue was closed.
Generally it's appreciated to include binary size information when removing
flags like this, since that's something we (and others) care about on Android. 
I've compiled Content Shell with and without your patch.  The size increase is
negligible for a debug build, so it'll be very close to zero on a release build.


Size without this patch applied (in debug mode):

ContentShell.apk - 27057219 bytes
libcontent_shell_content_view.so - 2064785112 bytes

With this patch applied (in debug mode):

ContentShell.apk - 27057990 bytes (+771 bytes, +0%)
libcontent_shell_content_view.so - 2064907112 bytes (+122,000 bytes, +0%)

Powered by Google App Engine
This is Rietveld 408576698