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

Issue 136853003: Explicitly implement copy ctor/assignment operator for IndexedDBKey (Closed)

Created:
6 years, 11 months ago by jsbell
Modified:
6 years, 11 months ago
Reviewers:
dgrogan, Daniel Bratell
CC:
chromium-reviews, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, cmumford, dgrogan
Visibility:
Public.

Description

Explicitly implement copy ctor/assignment operator for IndexedDBKey The implicit implementations by the compiler are inlined, and lead to ~8k of unnecessary code. R=bratell@opera.com BUG=333205 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244576

Patch Set 1 #

Patch Set 2 : Remove blank line #

Patch Set 3 : Actually run and pass tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M content/common/indexed_db/indexed_db_key.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_key.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jsbell
bratell@ - want to take a peek? As noted in the bug, this shaved around ...
6 years, 11 months ago (2014-01-13 17:40:39 UTC) #1
jsbell
(As an aside, we can safely collapse the date_ and number_ members as we do ...
6 years, 11 months ago (2014-01-13 17:41:45 UTC) #2
Daniel Bratell
On 2014/01/13 17:41:45, jsbell wrote: > (As an aside, we can safely collapse the date_ ...
6 years, 11 months ago (2014-01-13 17:46:04 UTC) #3
dgrogan
lgtm
6 years, 11 months ago (2014-01-13 17:46:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/136853003/30001
6 years, 11 months ago (2014-01-13 17:46:55 UTC) #5
alecflett
On 2014/01/13 17:40:39, jsbell wrote: > bratell@ - want to take a peek? As noted ...
6 years, 11 months ago (2014-01-13 18:03:54 UTC) #6
jsbell
On 2014/01/13 18:03:54, alecflett wrote: > On 2014/01/13 17:40:39, jsbell wrote: > > bratell@ - ...
6 years, 11 months ago (2014-01-13 18:12:29 UTC) #7
jsbell
And maybe we want to bubble this discussion into the bug, so we're consistent?
6 years, 11 months ago (2014-01-13 18:13:31 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=213335
6 years, 11 months ago (2014-01-13 18:17:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/136853003/370001
6 years, 11 months ago (2014-01-13 18:56:26 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-13 20:51:23 UTC) #11
Message was sent while issue was closed.
Change committed as 244576

Powered by Google App Engine
This is Rietveld 408576698