Re: [Integrated] RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-09 Thread Ajit Ghaisas
Changeset: 71ca899f
Author:Jeanette Winzenburg 
Committer: Ajit Ghaisas 
Date:  2019-12-09 08:08:34 +
URL:   https://git.openjdk.java.net/jfx/commit/71ca899f

8220722: ProgressBarSkin: adds strong listener to control's width property

Reviewed-by: aghaisas, arapte

! 
modules/javafx.controls/src/main/java/javafx/scene/control/skin/ProgressBarSkin.java
! 
modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/ProgressBarSkinTest.java


Re: [Rev 01] RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-08 Thread Ambarish Rapte
On Mon, 9 Dec 2019 06:39:06 GMT, Jeanette Winzenburg  
wrote:

>> fix for https://bugs.openjdk.java.net/browse/JDK-8220722
>> 
>> - replaces the manually registered listener with registerChangeListener(...)
>> - added test that's failing before and passing after the fix (plus a sanity 
>> test that the skin still is listening to changes)
> 
> The pull request has been updated with a new target base due to a merge or a 
> rebase.



-

Marked as reviewed by arapte (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/59


Re: [Rev 01] RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-06 Thread Ajit Ghaisas
On Fri, 6 Dec 2019 09:42:05 GMT, Jeanette Winzenburg  
wrote:

>> fix for https://bugs.openjdk.java.net/browse/JDK-8220722
>> 
>> - replaces the manually registered listener with registerChangeListener(...)
>> - added test that's failing before and passing after the fix (plus a sanity 
>> test that the skin still is listening to changes)
> 
> The pull request has been updated with a new target base due to a merge or a 
> rebase.



-

Marked as reviewed by aghaisas (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/59


Re: RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-05 Thread Kevin Rushforth
On Thu, 5 Dec 2019 11:42:01 GMT, Jeanette Winzenburg  
wrote:

> On Wed, 4 Dec 2019 16:54:41 GMT, Kevin Rushforth  wrote:
> 
>> On Wed, 4 Dec 2019 15:51:42 GMT, Jeanette Winzenburg  
>> wrote:
>> 
>>> On Wed, 4 Dec 2019 15:49:47 GMT, Jeanette Winzenburg  
>>> wrote:
>>> 
 fix for https://bugs.openjdk.java.net/browse/JDK-8220722
 
 - replaces the manually registered listener with 
 registerChangeListener(...)
 - added test that's failing before and passing after the fix (plus a 
 sanity test that the skin still is listening to changes)
 
 
 
 Commits:
  - 9f4fc409: 8220722: ProgressBarSkin: adds strong listener to control's 
 width
  - 61f7361d: 8235151: Nonexistent notifyQuit method referred from iOS 
 GlassHelper.m
 
 Changes: https://git.openjdk.java.net/jfx/pull/59/files
  Webrev: https://webrevs.openjdk.java.net/jfx/59/webrev.00
   Issue: https://bugs.openjdk.java.net/browse/JDK-8220722
   Stats: 102 lines in 5 files changed: 88 ins; 0 del; 14 mod
   Patch: https://git.openjdk.java.net/jfx/pull/59.diff
   Fetch: git fetch https://git.openjdk.java.net/jfx pull/59/head:pull/59
>>> 
>>> hmm ... somehow my rebase went wrong, sry. Don't know what exactly, though: 
>>> Jose's changes are already integrated, so why do they appear here again? 
>>> *g
>> 
>> Yeah, something odd with the way you did the rebase, I guess. The commit 
>> hashes are different between the commit for Jose's fix in your branch, and 
>> the one in the upstream jfx master. When you get a moment, you will need to 
>> fix it. Since the review hasn't started yet, the easiest is to rebase your 
>> local branch on top of the upstream/master and then do a force push.
> 
> done ... no idea what happened yesterday, maybe coffein level too low ;)

Reviewers: @aghaisas, @arapte

PR: https://git.openjdk.java.net/jfx/pull/59


Re: RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-05 Thread Jeanette Winzenburg
On Wed, 4 Dec 2019 16:54:41 GMT, Kevin Rushforth  wrote:

> On Wed, 4 Dec 2019 15:51:42 GMT, Jeanette Winzenburg  
> wrote:
> 
>> On Wed, 4 Dec 2019 15:49:47 GMT, Jeanette Winzenburg  
>> wrote:
>> 
>>> fix for https://bugs.openjdk.java.net/browse/JDK-8220722
>>> 
>>> - replaces the manually registered listener with registerChangeListener(...)
>>> - added test that's failing before and passing after the fix (plus a sanity 
>>> test that the skin still is listening to changes)
>>> 
>>> 
>>> 
>>> Commits:
>>>  - 9f4fc409: 8220722: ProgressBarSkin: adds strong listener to control's 
>>> width
>>>  - 61f7361d: 8235151: Nonexistent notifyQuit method referred from iOS 
>>> GlassHelper.m
>>> 
>>> Changes: https://git.openjdk.java.net/jfx/pull/59/files
>>>  Webrev: https://webrevs.openjdk.java.net/jfx/59/webrev.00
>>>   Issue: https://bugs.openjdk.java.net/browse/JDK-8220722
>>>   Stats: 102 lines in 5 files changed: 88 ins; 0 del; 14 mod
>>>   Patch: https://git.openjdk.java.net/jfx/pull/59.diff
>>>   Fetch: git fetch https://git.openjdk.java.net/jfx pull/59/head:pull/59
>> 
>> hmm ... somehow my rebase went wrong, sry. Don't know what exactly, though: 
>> Jose's changes are already integrated, so why do they appear here again? 
>> *g
> 
> Yeah, something odd with the way you did the rebase, I guess. The commit 
> hashes are different between the commit for Jose's fix in your branch, and 
> the one in the upstream jfx master. When you get a moment, you will need to 
> fix it. Since the review hasn't started yet, the easiest is to rebase your 
> local branch on top of the upstream/master and then do a force push.

done ... no idea what happened yesterday, maybe coffein level too low ;)

PR: https://git.openjdk.java.net/jfx/pull/59


Re: [Rev 01] RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-05 Thread Jeanette Winzenburg
The pull request has been updated with a complete new set of changes (possibly 
due to a rebase).



Commits:
 - a4fae9d7: 8220722: ProgressBarSkin: adds strong listener to control's width

Changes: https://git.openjdk.java.net/jfx/pull/59/files
 Webrev: https://webrevs.openjdk.java.net/jfx/59/webrev.01
  Issue: https://bugs.openjdk.java.net/browse/JDK-8220722
  Stats: 93 lines in 2 files changed: 88 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jfx/pull/59.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/59/head:pull/59

PR: https://git.openjdk.java.net/jfx/pull/59


Re: RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-04 Thread Kevin Rushforth
On Wed, 4 Dec 2019 15:51:42 GMT, Jeanette Winzenburg  
wrote:

> On Wed, 4 Dec 2019 15:49:47 GMT, Jeanette Winzenburg  
> wrote:
> 
>> fix for https://bugs.openjdk.java.net/browse/JDK-8220722
>> 
>> - replaces the manually registered listener with registerChangeListener(...)
>> - added test that's failing before and passing after the fix (plus a sanity 
>> test that the skin still is listening to changes)
>> 
>> 
>> 
>> Commits:
>>  - 9f4fc409: 8220722: ProgressBarSkin: adds strong listener to control's 
>> width
>>  - 61f7361d: 8235151: Nonexistent notifyQuit method referred from iOS 
>> GlassHelper.m
>> 
>> Changes: https://git.openjdk.java.net/jfx/pull/59/files
>>  Webrev: https://webrevs.openjdk.java.net/jfx/59/webrev.00
>>   Issue: https://bugs.openjdk.java.net/browse/JDK-8220722
>>   Stats: 102 lines in 5 files changed: 88 ins; 0 del; 14 mod
>>   Patch: https://git.openjdk.java.net/jfx/pull/59.diff
>>   Fetch: git fetch https://git.openjdk.java.net/jfx pull/59/head:pull/59
> 
> hmm ... somehow my rebase went wrong, sry. Don't know what exactly, though: 
> Jose's changes are already integrated, so why do they appear here again? 
> *g

Yeah, something odd with the way you did the rebase, I guess. The commit hashes 
are different between the commit for Jose's fix in your branch, and the one in 
the upstream jfx master. When you get a moment, you will need to fix it. Since 
the review hasn't started yet, the easiest is to rebase your local branch on 
top of the upstream/master and then do a force push.

PR: https://git.openjdk.java.net/jfx/pull/59


Re: RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-04 Thread Jeanette Winzenburg
On Wed, 4 Dec 2019 15:49:47 GMT, Jeanette Winzenburg  
wrote:

> fix for https://bugs.openjdk.java.net/browse/JDK-8220722
> 
> - replaces the manually registered listener with registerChangeListener(...)
> - added test that's failing before and passing after the fix (plus a sanity 
> test that the skin still is listening to changes)
> 
> 
> 
> Commits:
>  - 9f4fc409: 8220722: ProgressBarSkin: adds strong listener to control's width
>  - 61f7361d: 8235151: Nonexistent notifyQuit method referred from iOS 
> GlassHelper.m
> 
> Changes: https://git.openjdk.java.net/jfx/pull/59/files
>  Webrev: https://webrevs.openjdk.java.net/jfx/59/webrev.00
>   Issue: https://bugs.openjdk.java.net/browse/JDK-8220722
>   Stats: 102 lines in 5 files changed: 88 ins; 0 del; 14 mod
>   Patch: https://git.openjdk.java.net/jfx/pull/59.diff
>   Fetch: git fetch https://git.openjdk.java.net/jfx pull/59/head:pull/59

hmm ... somehow my rebase went wrong, sry. Don't know what exactly, though: 
Jose's changes are already integrated, so why do they appear here again? *g

PR: https://git.openjdk.java.net/jfx/pull/59


RFR: 8220722: ProgressBarSkin: adds strong listener to control's width property

2019-12-04 Thread Jeanette Winzenburg
fix for https://bugs.openjdk.java.net/browse/JDK-8220722

- replaces the manually registered listener with registerChangeListener(...)
- added test that's failing before and passing after the fix (plus a sanity 
test that the skin still is listening to changes)



Commits:
 - 9f4fc409: 8220722: ProgressBarSkin: adds strong listener to control's width
 - 61f7361d: 8235151: Nonexistent notifyQuit method referred from iOS 
GlassHelper.m

Changes: https://git.openjdk.java.net/jfx/pull/59/files
 Webrev: https://webrevs.openjdk.java.net/jfx/59/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8220722
  Stats: 102 lines in 5 files changed: 88 ins; 0 del; 14 mod
  Patch: https://git.openjdk.java.net/jfx/pull/59.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/59/head:pull/59

PR: https://git.openjdk.java.net/jfx/pull/59