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

Issue 10914278: Fix for non-sticky defaults bug. Added a bunch of tests. (Closed)

Created:
8 years, 3 months ago by Greg Billock
Modified:
8 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, groby+watch_chromium.org, darin-cc_chromium.org, gbillock+watch_chromium.org, smckay+watch_chromium.org, rouslan+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fix up comments. #

Total comments: 3

Patch Set 3 : Fix entry_width calculation #

Patch Set 4 : Reword comment #

Patch Set 5 : Fix bad edit #

Patch Set 6 : Take out DELETE statement #

Patch Set 7 : Lint #

Patch Set 8 : Rebase to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -4 lines) Patch
M chrome/browser/intents/web_intents_registry.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_registry_unittest.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_intents_table.cc View 1 2 3 4 5 6 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/webdata/web_intents_table_unittest.cc View 1 2 chunks +24 lines, -1 line 0 comments Download
M net/base/mime_util_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Greg Billock
8 years, 3 months ago (2012-09-14 00:04:10 UTC) #1
Steve McKay
LGTM with some nits. https://codereview.chromium.org/10914278/diff/1/chrome/browser/intents/web_intents_registry.cc File chrome/browser/intents/web_intents_registry.cc (right): https://codereview.chromium.org/10914278/diff/1/chrome/browser/intents/web_intents_registry.cc#newcode291 chrome/browser/intents/web_intents_registry.cc:291: // prefer it. If the ...
8 years, 3 months ago (2012-09-14 18:57:00 UTC) #2
Greg Billock
https://codereview.chromium.org/10914278/diff/1/chrome/browser/intents/web_intents_registry.cc File chrome/browser/intents/web_intents_registry.cc (right): https://codereview.chromium.org/10914278/diff/1/chrome/browser/intents/web_intents_registry.cc#newcode291 chrome/browser/intents/web_intents_registry.cc:291: // prefer it. If the new value has a ...
8 years, 3 months ago (2012-09-14 19:12:28 UTC) #3
Scott Hess - ex-Googler
https://codereview.chromium.org/10914278/diff/1/chrome/browser/webdata/web_intents_table.cc File chrome/browser/webdata/web_intents_table.cc (right): https://codereview.chromium.org/10914278/diff/1/chrome/browser/webdata/web_intents_table.cc#newcode98 chrome/browser/webdata/web_intents_table.cc:98: if (!db_->Execute("DELETE FROM web_intents_defaults WHERE scheme IS NULL")) On ...
8 years, 3 months ago (2012-09-14 19:37:47 UTC) #4
Greg Billock
On 2012/09/14 19:37:47, shess wrote: > https://codereview.chromium.org/10914278/diff/1/chrome/browser/webdata/web_intents_table.cc > File chrome/browser/webdata/web_intents_table.cc (right): > > https://codereview.chromium.org/10914278/diff/1/chrome/browser/webdata/web_intents_table.cc#newcode98 > ...
8 years, 3 months ago (2012-09-14 21:32:25 UTC) #5
Greg Billock
https://codereview.chromium.org/10914278/diff/5001/chrome/browser/webdata/web_intents_table.cc File chrome/browser/webdata/web_intents_table.cc (right): https://codereview.chromium.org/10914278/diff/5001/chrome/browser/webdata/web_intents_table.cc#newcode97 chrome/browser/webdata/web_intents_table.cc:97: // rendering the uniqueness obsolete. Get rid of any ...
8 years, 3 months ago (2012-09-14 21:32:33 UTC) #6
Greg Billock
https://codereview.chromium.org/10914278/diff/5001/chrome/browser/webdata/web_intents_table.cc File chrome/browser/webdata/web_intents_table.cc (right): https://codereview.chromium.org/10914278/diff/5001/chrome/browser/webdata/web_intents_table.cc#newcode97 chrome/browser/webdata/web_intents_table.cc:97: // rendering the uniqueness obsolete. Get rid of any ...
8 years, 3 months ago (2012-09-17 18:07:21 UTC) #7
Scott Hess - ex-Googler
LGTM. The current wording of the comment sounds better. I have no problem with deleting ...
8 years, 3 months ago (2012-09-17 21:00:54 UTC) #8
willchan no longer on Chromium
lgtm
8 years, 3 months ago (2012-09-17 21:52:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10914278/9010
8 years, 3 months ago (2012-09-17 22:38:27 UTC) #10
commit-bot: I haz the power
Presubmit check for 10914278-9010 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-17 22:38:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10914278/9010
8 years, 3 months ago (2012-09-17 22:41:04 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-18 01:20:24 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10914278/20001
8 years, 3 months ago (2012-09-18 02:05:26 UTC) #14
commit-bot: I haz the power
Retried try job too often for step(s) browser_tests
8 years, 3 months ago (2012-09-18 03:24:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10914278/20001
8 years, 3 months ago (2012-09-18 04:34:59 UTC) #16
commit-bot: I haz the power
8 years, 3 months ago (2012-09-18 09:43:07 UTC) #17
Change committed as 157331

Powered by Google App Engine
This is Rietveld 408576698