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

Issue 195983023: Enable devices page UI on MacOSX (Closed)

Created:
6 years, 9 months ago by Noam Samuel
Modified:
6 years, 9 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Visibility:
Public.

Description

Enable devices page UI on MacOSX Changes: 1. Consolidate the logic of "ENABLE_MDNS or OS_MACOSX" into a single C++/grit/ninja define called "enable_service_discovery" 2. Move a bunch of files from being conditioned on enable_mdns to being conditioned on enable_service_discovery. 3. Create a separate, simplified PrivetHTTPAsynchronousFactory that synchronously returns a PrivetHTTPClient for the mDNS host and port without resolving, since on OSX mDNS resolution is baked into the operating system. BUG=352811 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258480

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -208 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 5 chunks +9 lines, -3 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/mdns/dns_sd_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/local_discovery/privet_http_asynchronous_factory.cc View 1 chunk +11 lines, -135 lines 0 comments Download
A chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.h View 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc View 1 chunk +105 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.h View 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/privet_http_asynchronous_factory_mac.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/browser/local_discovery/privet_notifications.h View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/local_discovery/privet_notifications.cc View 4 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/local_discovery/storage/privet_volume_lister.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/local_discovery/storage/privet_volume_lister.cc View 5 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/origin_chip_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.h View 6 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 2 3 4 5 6 7 7 chunks +8 lines, -9 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 4 chunks +15 lines, -7 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (0 generated)
Noam Samuel
6 years, 9 months ago (2014-03-17 17:25:30 UTC) #1
Noam Samuel
sky@ for chrome/browser/ui/toolbar mfoltz@ for chrome/browser/extensions/api/mdns/ pam@ for chrome/browser/perfs/ dbeam@ for chrome/browser/ui/webui/options/ erg@ for chrome/browser/profiles/
6 years, 9 months ago (2014-03-17 17:30:38 UTC) #2
sky
chrome/browser/ui/toolbar/origin_chip_info.cc LGTM
6 years, 9 months ago (2014-03-17 17:37:36 UTC) #3
Vitaly Buka (NO REVIEWS)
lgtm
6 years, 9 months ago (2014-03-17 17:39:02 UTC) #4
Elliot Glaysher
trivial ifdef change in profiles lgtm
6 years, 9 months ago (2014-03-17 18:06:49 UTC) #5
Noam Samuel
-pam@ +bauerb@ for chrome/browser/prefs/
6 years, 9 months ago (2014-03-19 18:23:04 UTC) #6
Dan Beam
lgtm
6 years, 9 months ago (2014-03-19 19:15:41 UTC) #7
mark a. foltz
lgtm
6 years, 9 months ago (2014-03-19 22:25:43 UTC) #8
Bernhard Bauer
c/b/prefs LGTM with a nit: https://codereview.chromium.org/195983023/diff/60001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/195983023/diff/60001/chrome/browser/prefs/browser_prefs.cc#newcode400 chrome/browser/prefs/browser_prefs.cc:400: #if defined(ENABLE_SERVICE_DISCOVERY) Can you ...
6 years, 9 months ago (2014-03-20 09:03:14 UTC) #9
Noam Samuel
https://codereview.chromium.org/195983023/diff/60001/chrome/browser/prefs/browser_prefs.cc File chrome/browser/prefs/browser_prefs.cc (right): https://codereview.chromium.org/195983023/diff/60001/chrome/browser/prefs/browser_prefs.cc#newcode400 chrome/browser/prefs/browser_prefs.cc:400: #if defined(ENABLE_SERVICE_DISCOVERY) On 2014/03/20 09:03:14, Bernhard Bauer wrote: > ...
6 years, 9 months ago (2014-03-20 16:50:57 UTC) #10
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 9 months ago (2014-03-20 16:51:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/195983023/80001
6 years, 9 months ago (2014-03-20 16:52:25 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 16:52:54 UTC) #13
commit-bot: I haz the power
Failed to apply patch for build/common.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-20 16:52:54 UTC) #14
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 9 months ago (2014-03-20 17:10:52 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/195983023/100001
6 years, 9 months ago (2014-03-20 17:11:19 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 18:40:23 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_compile_dbg
6 years, 9 months ago (2014-03-20 18:40:24 UTC) #18
Noam Samuel
On 2014/03/20 18:40:24, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 9 months ago (2014-03-20 20:11:07 UTC) #19
Noam Samuel
On 2014/03/20 20:11:07, Noam Samuel wrote: > On 2014/03/20 18:40:24, I haz the power (commit-bot) ...
6 years, 9 months ago (2014-03-20 20:11:21 UTC) #20
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 9 months ago (2014-03-20 20:16:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/195983023/120001
6 years, 9 months ago (2014-03-20 20:18:21 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-20 20:18:44 UTC) #23
commit-bot: I haz the power
Failed to apply patch for build/common.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-20 20:18:44 UTC) #24
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 9 months ago (2014-03-20 20:25:11 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/195983023/140001
6 years, 9 months ago (2014-03-20 20:28:52 UTC) #26
commit-bot: I haz the power
6 years, 9 months ago (2014-03-21 00:58:59 UTC) #27
Message was sent while issue was closed.
Change committed as 258480

Powered by Google App Engine
This is Rietveld 408576698