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

Issue 2858253002: Adding search widget UI and functionality. (Closed)

Created:
3 years, 7 months ago by lody
Modified:
3 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, marq+watch_chromium.org, chromium-apps-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding search widget UI and functionality. Apologies for the large CL. Mostly a battle of wills with autolayout. To be added: localisation, animation. Screenshots, compact: https://drive.google.com/a/chromium.org/file/d/0BxrfNSu8yqJqdFEwWVFPTklfM2c/view?usp=sharing expanded: https://drive.google.com/a/chromium.org/file/d/0BxrfNSu8yqJqbG5VaUJFR1dOMDg/view?usp=sharing BUG=622743 Review-Url: https://codereview.chromium.org/2858253002 Cr-Commit-Position: refs/heads/master@{#470556} Committed: https://chromium.googlesource.com/chromium/src/+/4f11b22aea4ef0b8a2e7b0ef9d4a4d18591b7fa8

Patch Set 1 #

Total comments: 54

Patch Set 2 : addressing comments #

Total comments: 6

Patch Set 3 : comment and naming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -91 lines) Patch
M ios/chrome/search_widget_extension/BUILD.gn View 1 2 chunks +24 lines, -0 lines 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_camera_search.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_camera_search@2x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_camera_search@3x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_incognito_search.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_incognito_search@2x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_incognito_search@3x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_search.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_search@2x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_search@3x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_voice_search.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_voice_search@2x.png View Binary file 0 comments Download
A ios/chrome/search_widget_extension/resources/quick_action_voice_search@3x.png View Binary file 0 comments Download
M ios/chrome/search_widget_extension/search_widget_view.h View 1 1 chunk +18 lines, -6 lines 0 comments Download
M ios/chrome/search_widget_extension/search_widget_view.mm View 1 2 2 chunks +327 lines, -64 lines 0 comments Download
M ios/chrome/search_widget_extension/search_widget_view_controller.mm View 1 5 chunks +38 lines, -21 lines 0 comments Download
A ios/chrome/search_widget_extension/ui_util.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
A ios/chrome/search_widget_extension/ui_util.mm View 1 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
lody
Please review, thanks! to come next: correct handling of ios9, animation.
3 years, 7 months ago (2017-05-04 12:04:24 UTC) #3
stkhapugin
Good job with all that constraint juggling, and thanks for good documentation for it! Here's ...
3 years, 7 months ago (2017-05-04 13:12:10 UTC) #4
lpromero
https://codereview.chromium.org/2858253002/diff/1/ios/chrome/search_widget_extension/search_widget_view.h File ios/chrome/search_widget_extension/search_widget_view.h (right): https://codereview.chromium.org/2858253002/diff/1/ios/chrome/search_widget_extension/search_widget_view.h#newcode45 ios/chrome/search_widget_extension/search_widget_view.h:45: - (void)updateCopiedURL:(NSString*)copiedURL; On 2017/05/04 13:12:08, stkhapugin wrote: > Should ...
3 years, 7 months ago (2017-05-05 14:02:00 UTC) #7
lody
https://codereview.chromium.org/2858253002/diff/1/ios/chrome/search_widget_extension/search_widget_view.h File ios/chrome/search_widget_extension/search_widget_view.h (right): https://codereview.chromium.org/2858253002/diff/1/ios/chrome/search_widget_extension/search_widget_view.h#newcode27 ios/chrome/search_widget_extension/search_widget_view.h:27: // View for the search widget. Shows a blinking ...
3 years, 7 months ago (2017-05-05 17:05:44 UTC) #11
lody
Marq, as stk and lpromero are both out this week (oops), could you please take ...
3 years, 7 months ago (2017-05-09 13:57:00 UTC) #13
marq (ping after 24h)
On 2017/05/09 13:57:00, lody wrote: > Marq, as stk and lpromero are both out this ...
3 years, 7 months ago (2017-05-09 15:35:06 UTC) #14
marq (ping after 24h)
https://codereview.chromium.org/2858253002/diff/80001/ios/chrome/search_widget_extension/search_widget_view.mm File ios/chrome/search_widget_extension/search_widget_view.mm (right): https://codereview.chromium.org/2858253002/diff/80001/ios/chrome/search_widget_extension/search_widget_view.mm#newcode122 ios/chrome/search_widget_extension/search_widget_view.mm:122: // This is made easier by putting all the ...
3 years, 7 months ago (2017-05-09 16:01:43 UTC) #15
lody
https://codereview.chromium.org/2858253002/diff/80001/ios/chrome/search_widget_extension/search_widget_view.mm File ios/chrome/search_widget_extension/search_widget_view.mm (right): https://codereview.chromium.org/2858253002/diff/80001/ios/chrome/search_widget_extension/search_widget_view.mm#newcode122 ios/chrome/search_widget_extension/search_widget_view.mm:122: // This is made easier by putting all the ...
3 years, 7 months ago (2017-05-09 16:17:57 UTC) #16
marq (ping after 24h)
LGTM. I still don't have a significantly better approach to constructing the view hierarchy than ...
3 years, 7 months ago (2017-05-10 10:48:42 UTC) #17
lody
https://codereview.chromium.org/2858253002/diff/80001/ios/chrome/search_widget_extension/search_widget_view.mm File ios/chrome/search_widget_extension/search_widget_view.mm (right): https://codereview.chromium.org/2858253002/diff/80001/ios/chrome/search_widget_extension/search_widget_view.mm#newcode122 ios/chrome/search_widget_extension/search_widget_view.mm:122: // This is made easier by putting all the ...
3 years, 7 months ago (2017-05-10 12:54:02 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2858253002/100001
3 years, 7 months ago (2017-05-10 12:54:27 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-10 14:01:39 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/4f11b22aea4ef0b8a2e7b0ef9d4a...

Powered by Google App Engine
This is Rietveld 408576698