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

Issue 9378014: Add website settings backend v 0.1 (Closed)

Created:
8 years, 10 months ago by markusheintz_
Modified:
8 years, 9 months ago
Reviewers:
Finnur, wtc
CC:
chromium-reviews, wtc
Visibility:
Public.

Description

Add website settings backend v 0.1 This is the second CL in a row of CLs to land the first version of Website settings. This CL adds a bare minimum website settings backend that only provides site identity and connection information. History and cookies infos will be added next. CLs: First CL: https://chromiumcodereview.appspot.com/9383005/ Second CL: UI Backend (this CL) Third CL: GTK UI ((WIP)https://chromiumcodereview.appspot.com/9379016/) BUG=113688 TEST=WebsiteSettingsModelTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122772 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125161

Patch Set 1 #

Patch Set 2 : Move UI and cookies code out of this CL. #

Patch Set 3 : Remove unrelated changes #

Patch Set 4 : Move cookie related code to another CL. #

Total comments: 20

Patch Set 5 : Addressed review comments. #

Patch Set 6 : Add WebsiteSettingsModel files #

Total comments: 8

Patch Set 7 : Fix nits and add tests. #

Total comments: 42

Patch Set 8 : #

Patch Set 9 : Fix one nit. #

Patch Set 10 : Change names of the time variables for certs dates in the unittest. #

Total comments: 2

Patch Set 11 : Address comments and fix bad includes. #

Patch Set 12 : Fix memory leak in unittest #

Patch Set 13 : Add MockCertStore #

Patch Set 14 : Fix HTTPSBadCertificateTest #

Patch Set 15 : Move HTTPSBadCertificateTest to separate CL #

Patch Set 16 : Remove unrelated changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, -0 lines) Patch
A chrome/browser/website_settings_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +118 lines, -0 lines 0 comments Download
A chrome/browser/website_settings_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +264 lines, -0 lines 0 comments Download
A chrome/browser/website_settings_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +224 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
markusheintz_
@Finnur: Could you please review this CL for me? Thanks. Currently this CL is mostly ...
8 years, 10 months ago (2012-02-14 09:53:47 UTC) #1
Finnur
This class isn't used anywhere, but I assume that will follow in another changelist (it ...
8 years, 10 months ago (2012-02-14 11:00:36 UTC) #2
markusheintz_
I addressed your comments and will add a unit_tests now. https://chromiumcodereview.appspot.com/9378014/diff/5001/chrome/browser/website_settings.cc File chrome/browser/website_settings.cc (right): https://chromiumcodereview.appspot.com/9378014/diff/5001/chrome/browser/website_settings.cc#newcode33 ...
8 years, 10 months ago (2012-02-14 13:36:55 UTC) #3
Finnur
LGTM
8 years, 10 months ago (2012-02-14 13:50:01 UTC) #4
Finnur
with nits... https://chromiumcodereview.appspot.com/9378014/diff/7003/chrome/browser/website_settings_model.h File chrome/browser/website_settings_model.h (right): https://chromiumcodereview.appspot.com/9378014/diff/7003/chrome/browser/website_settings_model.h#newcode42 chrome/browser/website_settings_model.h:42: // The website provided a valid certificate. ...
8 years, 10 months ago (2012-02-14 13:50:10 UTC) #5
markusheintz_
Thanks for the review I fixed the nits. And started a unittest. I will complete ...
8 years, 10 months ago (2012-02-14 19:02:53 UTC) #6
wtc
Drive-by review comments on Patch Set 7: You can commit this CL after fixing the ...
8 years, 10 months ago (2012-02-15 02:14:29 UTC) #7
Finnur
Still LGTM, now with nits on the unit test. https://chromiumcodereview.appspot.com/9378014/diff/11004/chrome/browser/website_settings_model_unittest.cc File chrome/browser/website_settings_model_unittest.cc (right): https://chromiumcodereview.appspot.com/9378014/diff/11004/chrome/browser/website_settings_model_unittest.cc#newcode18 chrome/browser/website_settings_model_unittest.cc:18: ...
8 years, 10 months ago (2012-02-15 08:59:49 UTC) #8
markusheintz_
Thanks a lot to both of your for reviewing. I finished the unit_test. I don't ...
8 years, 10 months ago (2012-02-15 19:04:18 UTC) #9
Finnur
Yup. Sounds good. On 2012/02/15 19:04:18, markusheintz_ wrote: > Thanks a lot to both of ...
8 years, 10 months ago (2012-02-15 21:18:42 UTC) #10
wtc
markusheintz: I am busy today. You can commit this CL without waiting for me.
8 years, 10 months ago (2012-02-16 20:04:15 UTC) #11
wtc
Patch Set 10 LGTM. I only reviewed the diffs between Patch Sets 7 and 10. ...
8 years, 10 months ago (2012-02-17 00:48:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9378014/30003
8 years, 10 months ago (2012-02-20 18:13:36 UTC) #13
markusheintz_
Thanks a lot for the review. http://codereview.chromium.org/9378014/diff/18001/chrome/browser/website_settings_model_unittest.cc File chrome/browser/website_settings_model_unittest.cc (right): http://codereview.chromium.org/9378014/diff/18001/chrome/browser/website_settings_model_unittest.cc#newcode27 chrome/browser/website_settings_model_unittest.cc:27: ~(net::SSL_CONNECTION_VERSION_MASK << net::SSL_CONNECTION_VERSION_MASK); ...
8 years, 10 months ago (2012-02-20 18:14:12 UTC) #14
commit-bot: I haz the power
Change committed as 122772
8 years, 10 months ago (2012-02-20 19:25:23 UTC) #15
markusheintz_
@Finnur The unit_test caused some memory leaks last time I tried to commit. In order ...
8 years, 9 months ago (2012-03-05 17:37:21 UTC) #16
Finnur
Yes, I'm fine with that in a separate changelist. On 2012/03/05 17:37:21, markusheintz_ wrote: > ...
8 years, 9 months ago (2012-03-05 17:42:46 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/9378014/51008
8 years, 9 months ago (2012-03-06 13:24:46 UTC) #18
commit-bot: I haz the power
8 years, 9 months ago (2012-03-06 15:04:21 UTC) #19
Change committed as 125161

Powered by Google App Engine
This is Rietveld 408576698