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

Issue 1539021: Geolocation exceptions window, Windows.... (Closed)

Created:
10 years, 8 months ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
Nico, sky, mattm
CC:
chromium-reviews, John Grabowski, finnur+watch_chromium.org, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Geolocation exceptions window, Windows. This also makes some correctness/consistency fixes to the model that affect other OSes, e.g. we now allow "remove" on the selected exception set iff all selected exceptions are removable. BUG=39817 TEST=Geolocation exceptions window exists on windows, allows sorting by either column Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43669

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -110 lines) Patch
M chrome/app/resources/locale_settings.grd View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/geolocation_exceptions_window_controller.mm View 1 3 chunks +11 lines, -23 lines 0 comments Download
M chrome/browser/geolocation/geolocation_content_settings_table_model.h View 3 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/geolocation/geolocation_content_settings_table_model.cc View 1 2 3 5 chunks +156 lines, -44 lines 0 comments Download
M chrome/browser/gtk/options/geolocation_content_exceptions_window.h View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/gtk/options/geolocation_content_exceptions_window.cc View 1 2 3 4 5 1 chunk +11 lines, -24 lines 0 comments Download
M chrome/browser/views/options/content_filter_page_view.cc View 2 chunks +9 lines, -6 lines 0 comments Download
A chrome/browser/views/options/geolocation_exceptions_view.h View 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/browser/views/options/geolocation_exceptions_view.cc View 1 chunk +180 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Peter Kasting
mattm: Model and GTK changes. thakis: Mac changes. sky: Windows changes.
10 years, 8 months ago (2010-04-05 20:15:32 UTC) #1
Nico
Mac changes LG. http://codereview.chromium.org/1539021/diff/1/10 File chrome/browser/cocoa/geolocation_exceptions_window_controller.mm (right): http://codereview.chromium.org/1539021/diff/1/10#newcode191 chrome/browser/cocoa/geolocation_exceptions_window_controller.mm:191: [removeButton_ setEnabled:(model_->CanRemoveExceptions(rows)]; Nit: Drop surrounding parens
10 years, 8 months ago (2010-04-05 20:20:21 UTC) #2
sky
http://codereview.chromium.org/1539021/diff/12001/3009 File chrome/browser/geolocation/geolocation_content_settings_table_model.cc (right): http://codereview.chromium.org/1539021/diff/12001/3009#newcode95 chrome/browser/geolocation/geolocation_content_settings_table_model.cc:95: entries_.erase(entries_.begin() + row); Would be nice to null out ...
10 years, 8 months ago (2010-04-05 20:41:47 UTC) #3
Peter Kasting
You didn't need to review the model changes, sky... http://codereview.chromium.org/1539021/diff/12001/3009 File chrome/browser/geolocation/geolocation_content_settings_table_model.cc (right): http://codereview.chromium.org/1539021/diff/12001/3009#newcode95 chrome/browser/geolocation/geolocation_content_settings_table_model.cc:95: ...
10 years, 8 months ago (2010-04-05 20:47:01 UTC) #4
sky
LGTM
10 years, 8 months ago (2010-04-05 20:56:11 UTC) #5
mattm
10 years, 8 months ago (2010-04-05 20:58:56 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698