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

Issue 64123005: Update filter blending to match spec draft. (Closed)

Created:
7 years, 1 month ago by avallee
Modified:
7 years, 1 month ago
Reviewers:
ajuma
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Update filter blending to match spec draft. ~ Stop blending filter operations which contain a Reference Filter. ~ Blend filter operations of different lengths is they share a common prefix. BUG=311280 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235564

Patch Set 1 #

Total comments: 6

Patch Set 2 : Merge blending to a single function and fix up header comment for the function. #

Total comments: 3

Patch Set 3 : Remove early check size() == from.size() #

Total comments: 2

Patch Set 4 : Delete algo include. #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -30 lines) Patch
M cc/output/filter_operations.h View 1 1 chunk +10 lines, -10 lines 0 comments Download
M cc/output/filter_operations.cc View 1 2 3 1 chunk +26 lines, -17 lines 0 comments Download
M cc/output/filter_operations_unittest.cc View 3 chunks +32 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
avallee
7 years, 1 month ago (2013-11-11 16:59:06 UTC) #1
avallee
7 years, 1 month ago (2013-11-11 16:59:06 UTC) #2
danakj
driveby style nit https://codereview.chromium.org/64123005/diff/1/cc/output/filter_operations.h File cc/output/filter_operations.h (right): https://codereview.chromium.org/64123005/diff/1/cc/output/filter_operations.h#newcode71 cc/output/filter_operations.h:71: remove extra whitespace
7 years, 1 month ago (2013-11-11 17:59:56 UTC) #3
ajuma
https://codereview.chromium.org/64123005/diff/1/cc/output/filter_operations.cc File cc/output/filter_operations.cc (right): https://codereview.chromium.org/64123005/diff/1/cc/output/filter_operations.cc#newcode177 cc/output/filter_operations.cc:177: return BlendRaggedOperations(from, progress); Could we merge the logic of ...
7 years, 1 month ago (2013-11-11 18:39:40 UTC) #4
avallee
https://codereview.chromium.org/64123005/diff/1/cc/output/filter_operations.cc File cc/output/filter_operations.cc (right): https://codereview.chromium.org/64123005/diff/1/cc/output/filter_operations.cc#newcode177 cc/output/filter_operations.cc:177: return BlendRaggedOperations(from, progress); On 2013/11/11 18:39:41, ajuma wrote: > ...
7 years, 1 month ago (2013-11-12 20:18:08 UTC) #5
ajuma
lgtm with a couple nits https://codereview.chromium.org/64123005/diff/80001/cc/output/filter_operations.cc File cc/output/filter_operations.cc (right): https://codereview.chromium.org/64123005/diff/80001/cc/output/filter_operations.cc#newcode5 cc/output/filter_operations.cc:5: #include <algorithm> I think ...
7 years, 1 month ago (2013-11-12 20:30:14 UTC) #6
avallee
https://codereview.chromium.org/64123005/diff/80001/cc/output/filter_operations.cc File cc/output/filter_operations.cc (right): https://codereview.chromium.org/64123005/diff/80001/cc/output/filter_operations.cc#newcode186 cc/output/filter_operations.cc:186: return blended_filters; On 2013/11/12 20:30:14, ajuma wrote: > We ...
7 years, 1 month ago (2013-11-12 21:31:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/130001
7 years, 1 month ago (2013-11-12 21:37:35 UTC) #8
ajuma
https://codereview.chromium.org/64123005/diff/130001/cc/output/filter_operations.cc File cc/output/filter_operations.cc (right): https://codereview.chromium.org/64123005/diff/130001/cc/output/filter_operations.cc#newcode5 cc/output/filter_operations.cc:5: #include <algorithm> Can this be removed?
7 years, 1 month ago (2013-11-12 21:39:42 UTC) #9
avallee
https://codereview.chromium.org/64123005/diff/130001/cc/output/filter_operations.cc File cc/output/filter_operations.cc (right): https://codereview.chromium.org/64123005/diff/130001/cc/output/filter_operations.cc#newcode5 cc/output/filter_operations.cc:5: #include <algorithm> On 2013/11/12 21:39:42, ajuma wrote: > Can ...
7 years, 1 month ago (2013-11-12 21:42:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/330001
7 years, 1 month ago (2013-11-12 21:53:06 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-12 22:44:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/550001
7 years, 1 month ago (2013-11-13 16:38:11 UTC) #13
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 1 month ago (2013-11-13 17:11:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/560004
7 years, 1 month ago (2013-11-14 03:39:00 UTC) #15
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=189651
7 years, 1 month ago (2013-11-14 04:29:34 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/980001
7 years, 1 month ago (2013-11-15 01:43:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/980001
7 years, 1 month ago (2013-11-15 04:00:18 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=224828
7 years, 1 month ago (2013-11-15 07:08:28 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/980001
7 years, 1 month ago (2013-11-15 15:31:57 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/980001
7 years, 1 month ago (2013-11-15 22:01:05 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avallee@chromium.org/64123005/980001
7 years, 1 month ago (2013-11-16 00:29:41 UTC) #22
commit-bot: I haz the power
7 years, 1 month ago (2013-11-17 21:51:50 UTC) #23
Message was sent while issue was closed.
Change committed as 235564

Powered by Google App Engine
This is Rietveld 408576698