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

Issue 301933002: Changing default_url to destination_url for consistency (Closed)

Created:
6 years, 6 months ago by amogh.bihani
Modified:
6 years, 6 months ago
Reviewers:
teravest, xhwang
CC:
chromium-reviews, binji+watch_chromium.org, yusukes+watch_chromium.org, tzik, fischman+watch_chromium.org, noelallen1, jam, mcasas+watch_chromium.org, raymes+watch_chromium.org, feature-media-reviews_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, nfullagar1, piman+watch_chromium.org, wjia+watch_chromium.org, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Changing default_url to destination_url for consistency At most of the places default_url was changed to destination_url, however, it was missed at some places. This patch changes the remaining default_url(s) to destination_url. BUG=378737 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274497

Patch Set 1 #

Total comments: 3

Patch Set 2 : Using DCHECK #

Total comments: 2

Patch Set 3 : Changing WebMediaPlayerAndroid #

Patch Set 4 : #

Patch Set 5 : removing nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -35 lines) Patch
M content/renderer/media/android/webmediaplayer_android.h View 1 2 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 1 chunk +3 lines, -5 lines 0 comments Download
M content/renderer/media/crypto/proxy_decryptor.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/crypto/proxy_decryptor.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_impl.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/content_decryptor_delegate.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M media/cdm/aes_decryptor_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/cdm_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M media/cdm/ppapi/cdm_adapter.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M media/filters/pipeline_integration_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/cpp/private/content_decryptor_private.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/cpp/private/content_decryptor_private.cc View 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
amogh.bihani
As discussed in https://codereview.chromium.org/297703002/#msg5 I have changed the default_urls to destination_url. Also I logged bug ...
6 years, 6 months ago (2014-05-29 12:45:17 UTC) #1
amogh.bihani
https://codereview.chromium.org/301933002/diff/1/content/renderer/pepper/content_decryptor_delegate.h File content/renderer/pepper/content_decryptor_delegate.h (right): https://codereview.chromium.org/301933002/diff/1/content/renderer/pepper/content_decryptor_delegate.h#newcode91 content/renderer/pepper/content_decryptor_delegate.h:91: PP_Var destination_url_var); This is to make it consistant with ...
6 years, 6 months ago (2014-05-29 13:00:31 UTC) #2
xhwang
looking pretty good. just one question. https://codereview.chromium.org/301933002/diff/1/content/renderer/media/webmediaplayer_impl.cc File content/renderer/media/webmediaplayer_impl.cc (right): https://codereview.chromium.org/301933002/diff/1/content/renderer/media/webmediaplayer_impl.cc#newcode1106 content/renderer/media/webmediaplayer_impl.cc:1106: << "Invalid URL ...
6 years, 6 months ago (2014-05-29 16:17:44 UTC) #3
amogh.bihani
On 2014/05/29 16:17:44, xhwang wrote: > looking pretty good. just one question. > > https://codereview.chromium.org/301933002/diff/1/content/renderer/media/webmediaplayer_impl.cc ...
6 years, 6 months ago (2014-05-30 03:17:02 UTC) #4
xhwang
Thanks! LGTM
6 years, 6 months ago (2014-05-30 05:09:46 UTC) #5
amogh.bihani
On 2014/05/30 05:09:46, xhwang wrote: > Thanks! LGTM +r teravest@ for ppapi/ and content/renderer/pepper/
6 years, 6 months ago (2014-05-30 05:15:57 UTC) #6
amogh.bihani
teravest@ OWNER's review please. :)
6 years, 6 months ago (2014-06-02 06:39:49 UTC) #7
teravest
pepper and ppapi look good, but there's something weird in content/renderer/media... https://codereview.chromium.org/301933002/diff/20001/content/renderer/media/webmediaplayer_impl.cc File content/renderer/media/webmediaplayer_impl.cc (right): ...
6 years, 6 months ago (2014-06-02 14:25:33 UTC) #8
AmoghBihani
https://codereview.chromium.org/301933002/diff/20001/content/renderer/media/webmediaplayer_impl.cc File content/renderer/media/webmediaplayer_impl.cc (right): https://codereview.chromium.org/301933002/diff/20001/content/renderer/media/webmediaplayer_impl.cc#newcode1105 content/renderer/media/webmediaplayer_impl.cc:1105: DCHECK(destination_url.is_empty() || destination_url.is_valid()); On 2014/06/02 14:25:34, teravest wrote: > ...
6 years, 6 months ago (2014-06-02 16:23:51 UTC) #9
teravest
lgtm
6 years, 6 months ago (2014-06-02 16:24:49 UTC) #10
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-03 04:17:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/301933002/20001
6 years, 6 months ago (2014-06-03 04:19:48 UTC) #12
amogh.bihani
The CQ bit was unchecked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-03 05:04:11 UTC) #13
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 6 months ago (2014-06-03 05:49:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/301933002/80001
6 years, 6 months ago (2014-06-03 05:50:38 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 10:01:24 UTC) #16
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 13:07:51 UTC) #17
Message was sent while issue was closed.
Change committed as 274497

Powered by Google App Engine
This is Rietveld 408576698