Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gwtproject/gwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.12.1
Choose a base ref
...
head repository: gwtproject/gwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.12.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Fix Window.onClosing() not work in GWT 2.12 (#10101)

    When Window.onClosing(), if beforeCloseHandlersInitialized (not
    closeHandlersInitialized) is true, fire the ClosingEvent.
    
    Fixes #10072 
    See #10074
    Co-authored-by: Bernie <[email protected]>
    niloc132 and InforBG authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    ae25120 View commit details
    Browse the repository at this point in the history
  2. Support JDT's implicit yield in switch statements (#10100)

    JDT generates a yield for arrow cases if the arrow points at a
    expression, even though the expression cannot be returned. Synthesize a
    block wrapping that expression as a statement, and add a break to the
    end of it.
    
    Fixes #10044
    See #10059
    niloc132 authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    4e95f40 View commit details
    Browse the repository at this point in the history
Loading