|
|
Created:
6 years, 11 months ago by Sunil Ratnu Modified:
6 years, 9 months ago Reviewers:
jamesr CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Visibility:
Public. |
DescriptionRemoved unnecessary parameter from didActivateCompositor()
The parameter to didActivateCompositor() is not necessary. Hence, removed it. The other blink side changes are here:
https://codereview.chromium.org/138523003/
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256713
Patch Set 1 #Patch Set 2 : Added OVERRIDE to the method didActivateCompositor() #Patch Set 3 : Removing OVERRIDE from method didActivateCompositor #
Total comments: 1
Patch Set 4 : Keeping both versions of the function in order to merge the changes. #Patch Set 5 : Added AUTHORS and render_widget_fullscreen_pepper.cc files #Patch Set 6 : Resolving OVERRIDE error [chromium-style error] #Patch Set 7 : Rebase #Patch Set 8 : Rebase #
Messages
Total messages: 54 (0 generated)
Please have a look.
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an LGTM may have been provided, it was from a non-committer or a lowly provisional committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
On 2014/01/20 06:00:46, sunil.ratnu wrote: These changes have to land first in order to land changes in https://codereview.chromium.org/138523003/ (Blink Side). Please have a look.
removing myself as a reviewer, jamesr is an owner in content/renderer
https://codereview.chromium.org/137893025/diff/130001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/137893025/diff/130001/AUTHORS#newcode286 AUTHORS:286: Sunil Ratnu <sunil.ratnu@samsung.com> I don't see this name in our list of CLA signers, either individually or under Samsung. Could you check on that on your end?
On 2014/01/21 18:50:34, jamesr wrote: > https://codereview.chromium.org/137893025/diff/130001/AUTHORS > File AUTHORS (right): > > https://codereview.chromium.org/137893025/diff/130001/AUTHORS#newcode286 > AUTHORS:286: Sunil Ratnu <mailto:sunil.ratnu@samsung.com> > I don't see this name in our list of CLA signers, either individually or under > Samsung. Could you check on that on your end? Thanks James. I am having a look at our end. Once its done. I will mention it here.
On 2014/01/22 05:59:40, sunil.ratnu wrote: > On 2014/01/21 18:50:34, jamesr wrote: > > https://codereview.chromium.org/137893025/diff/130001/AUTHORS > > File AUTHORS (right): > > > > https://codereview.chromium.org/137893025/diff/130001/AUTHORS#newcode286 > > AUTHORS:286: Sunil Ratnu <mailto:sunil.ratnu@samsung.com> > > I don't see this name in our list of CLA signers, either individually or under > > Samsung. Could you check on that on your end? > > Thanks James. > I am having a look at our end. Once its done. I will mention it here. @jamesr : We have done necessary requirements from our side for CLA. You might be able to see my name now. Please have a look.
Thank you! lgtm. I know the paperwork stuff is annoying but it's sadly necessary.
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/130001
The CQ bit was unchecked by sunil.ratnu@samsung.com
On 2014/02/06 05:56:05, sunil.ratnu wrote: > The CQ bit was unchecked by mailto:sunil.ratnu@samsung.com Hi James, This patch has corresponding blink side changes at https://codereview.chromium.org/138523003/. Both of these patches can not go alone by themselves because of the error "Derived class hides overloaded virtual function". Can you suggest some way to merge these changes. One way that I can think of is to keep the already present method didActivateCompositor(int) and the new method didActivateCompositor() in base class. And once these chromium side changes get merged, we can remove didActivateCompositor(int) from the base class. Thanks!
On 2014/02/17 11:43:33, sunil.ratnu wrote: > On 2014/02/06 05:56:05, sunil.ratnu wrote: > > The CQ bit was unchecked by mailto:sunil.ratnu@samsung.com > > Hi James, > > This patch has corresponding blink side changes at > https://codereview.chromium.org/138523003/. > > Both of these patches can not go alone by themselves because of the error > "Derived class hides overloaded virtual function". Can you suggest some way to > merge these changes. > Ah, bummer! > One way that I can think of is to keep the already present method > didActivateCompositor(int) and the new method didActivateCompositor() in base > class. And once these chromium side changes get merged, we can remove > didActivateCompositor(int) from the base class. > Yes - this sounds like a way to go about it. Implement both versions on the chromium side, then switch the blink side over to call the new version, then delete the old one. > Thanks!
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/520001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel
The CQ bit was unchecked by sunil.ratnu@samsung.com
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/520001
The CQ bit was unchecked by sunil.ratnu@samsung.com
On 2014/02/20 08:39:21, I haz the power (commit-bot) wrote: > CQ is trying da patch. Follow status at > https://chromium-status.appspot.com/cq/sunil.ratnu%40samsung.com/137893025/52... @James, Now Keeping both versions of the function in this patch. Once it lands, then blink patch can be landed with corresponding new changes and then older version of the function can be removed from chromium side. I suppose commit bot expects one more approval since a lot of changes have been done after the previous lgtm. Does these look fine to you? PTAL.
On 2014/02/20 09:38:26, sunil.ratnu wrote: > On 2014/02/20 08:39:21, I haz the power (commit-bot) wrote: > > CQ is trying da patch. Follow status at > > > https://chromium-status.appspot.com/cq/sunil.ratnu%2540samsung.com/137893025/... > > @James, > > Now Keeping both versions of the function in this patch. Once it lands, then > blink patch can be landed with corresponding new changes and then older version > of the function can be removed from chromium side. > I suppose commit bot expects one more approval since a lot of changes have been > done after the previous lgtm. > > Does these look fine to you? PTAL. The change that added your name to the AUTHORS file got dropped at some point, so the bot is unhappy. Could you add that back?
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/720001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1000001
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for AUTHORS: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file AUTHORS Hunk #1 FAILED at 308. 1 out of 1 hunk FAILED -- saving rejects to file AUTHORS.rej Patch: AUTHORS Index: AUTHORS diff --git a/AUTHORS b/AUTHORS index e5625de5b6f7fd1051caf7c10feb0c4f9a2ea55e..082d7946324fac652e400dd62629b310726a8fd4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -308,6 +308,7 @@ Sudarsana Babu Nagineni <sudarsana.nagineni@intel.com> Sudarshan Parthasarathy <sudarshan.p@samsung.com> Sungguk Lim <limasdf@gmail.com> Sungmann Cho <sungmann.cho@gmail.com> +Sunil Ratnu <sunil.ratnu@samsung.com> Sylvain Zimmer <sylvinus@gmail.com> Szymon Piechowicz <szymonpiechowicz@o2.pl> Takeshi Kurosawa <taken.spc@gmail.com>
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1020001
The CQ bit was unchecked by sunil.ratnu@samsung.com
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1040001
The CQ bit was unchecked by commit-bot@chromium.org
Internal error: failed to checkout. Please try again.
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1040001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_compile_dbg, mac_chromium_rel
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1040001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1040001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on win_rel for step(s) net_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...
The CQ bit was checked by sunil.ratnu@samsung.com
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/137893025/1040001
Message was sent while issue was closed.
Change committed as 256713 |