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

Issue 1133893003: Omnibox app (Closed)

Created:
5 years, 7 months ago by Ben Goodger (Google)
Modified:
5 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Omnibox app R=sky@chromium.org BUG= Committed: https://crrev.com/41fe041068754896e6a95125fde15657e4987d0c Cr-Commit-Position: refs/heads/master@{#329546}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 7

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -94 lines) Patch
M mandoline/app/core_services_initialization.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M mandoline/services/core_services/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M mandoline/services/core_services/core_services_application_delegate.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M mandoline/ui/BUILD.gn View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M mandoline/ui/aura/screen_mojo.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M mandoline/ui/browser/BUILD.gn View 2 chunks +7 lines, -0 lines 0 comments Download
M mandoline/ui/browser/android/android_ui.h View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M mandoline/ui/browser/android/android_ui.cc View 1 2 3 4 5 6 7 8 9 3 chunks +13 lines, -7 lines 0 comments Download
M mandoline/ui/browser/browser.h View 1 2 3 4 5 6 5 chunks +18 lines, -0 lines 0 comments Download
M mandoline/ui/browser/browser.cc View 1 2 3 4 5 6 7 chunks +33 lines, -3 lines 0 comments Download
M mandoline/ui/browser/browser_ui.h View 1 2 3 4 2 chunks +6 lines, -3 lines 0 comments Download
M mandoline/ui/browser/desktop/desktop_ui.h View 1 2 3 2 chunks +16 lines, -9 lines 0 comments Download
M mandoline/ui/browser/desktop/desktop_ui.cc View 1 2 3 4 5 6 4 chunks +41 lines, -29 lines 0 comments Download
A mandoline/ui/browser/omnibox.mojom View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
A + mandoline/ui/omnibox/BUILD.gn View 3 chunks +8 lines, -32 lines 0 comments Download
A + mandoline/ui/omnibox/DEPS View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
A + mandoline/ui/omnibox/main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A mandoline/ui/omnibox/omnibox_impl.h View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
A mandoline/ui/omnibox/omnibox_impl.cc View 1 2 3 4 5 6 7 1 chunk +138 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
Ben Goodger (Google)
5 years, 7 months ago (2015-05-12 21:35:57 UTC) #2
sky
https://codereview.chromium.org/1133893003/diff/100001/mandoline/services/core_services/BUILD.gn File mandoline/services/core_services/BUILD.gn (right): https://codereview.chromium.org/1133893003/diff/100001/mandoline/services/core_services/BUILD.gn#newcode38 mandoline/services/core_services/BUILD.gn:38: "//mandoline/ui/omnibox:lib", nit: sort. https://codereview.chromium.org/1133893003/diff/100001/mandoline/ui/browser/browser.h File mandoline/ui/browser/browser.h (right): https://codereview.chromium.org/1133893003/diff/100001/mandoline/ui/browser/browser.h#newcode43 mandoline/ui/browser/browser.h:43: ...
5 years, 7 months ago (2015-05-12 21:49:54 UTC) #3
Ben Goodger (Google)
all done, except: https://codereview.chromium.org/1133893003/diff/100001/mandoline/ui/omnibox/omnibox_impl.cc File mandoline/ui/omnibox/omnibox_impl.cc (right): https://codereview.chromium.org/1133893003/diff/100001/mandoline/ui/omnibox/omnibox_impl.cc#newcode130 mandoline/ui/omnibox/omnibox_impl.cc:130: url_ = url; On 2015/05/12 21:49:54, ...
5 years, 7 months ago (2015-05-12 23:03:56 UTC) #4
sky
LGTM
5 years, 7 months ago (2015-05-12 23:14:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133893003/140001
5 years, 7 months ago (2015-05-12 23:24:52 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/87456)
5 years, 7 months ago (2015-05-12 23:39:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133893003/150020
5 years, 7 months ago (2015-05-12 23:55:46 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/87472)
5 years, 7 months ago (2015-05-13 00:07:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1133893003/170001
5 years, 7 months ago (2015-05-13 00:11:46 UTC) #18
commit-bot: I haz the power
Committed patchset #10 (id:170001)
5 years, 7 months ago (2015-05-13 00:48:05 UTC) #19
commit-bot: I haz the power
5 years, 7 months ago (2015-05-13 00:49:07 UTC) #20
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/41fe041068754896e6a95125fde15657e4987d0c
Cr-Commit-Position: refs/heads/master@{#329546}

Powered by Google App Engine
This is Rietveld 408576698