This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  b71309c4af89c020b8d6dfc1d607560ffa5b76fb (commit)
      from  09c874cce115aec8ecc89d49100e60c11a37afe5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b71309c4af89c020b8d6dfc1d607560ffa5b76fb
Author: Matthias Bohnstedt <matthias.bohnst...@gmail.com>
Date:   Thu Jun 9 11:28:05 2016 +0200

    [API][HMTL] Browserfunctions are available in every Browser
    
    Currently we limiting the available functions in each html
    browser/dialog by only injecting a subset of all available
    Browserfunctions(BF).
    
    This have no beneficial, but makes adding and changing
    dialogs harder for UI developers. Furthermore this creates an
    unnecessary dependencies between a Page and BrowserFunction. This in
    turn cause circle dependencies when a BF needs a Page instance to
    operate.
    
    To solve these problems the BrowserCreator now inject every bf in every
    created browser. This is done via the new BrowserFunctions class, which
    holds a list of all available Browserfunctions.
    
    The page package is changed accordingly.
    
    Change-Id: I9032003a162d45af73e24801ea627ccbb918a38f
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3033
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <srossb...@arcor.de>
    Reviewed-by: Matthias Bohnstedt <matthias.bohnst...@gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 .../de/fu_berlin/inf/dpp/HTMLUIContextFactory.java |    6 ++-
 .../dpp/ui/browser_functions/BrowserFunctions.java |   27 +++++++++++++++
 .../inf/dpp/ui/ide_embedding/BrowserCreator.java   |   11 ++++--
 .../inf/dpp/ui/pages/AbstractBrowserPage.java      |   13 -------
 .../de/fu_berlin/inf/dpp/ui/pages/AccountPage.java |    7 +---
 .../fu_berlin/inf/dpp/ui/pages/IBrowserPage.java   |    9 -----
 .../de/fu_berlin/inf/dpp/ui/pages/MainPage.java    |   35 +-------------------
 .../inf/dpp/ui/pages/SessionWizardPage.java        |   20 +----------
 8 files changed, 43 insertions(+), 85 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/browser_functions/BrowserFunctions.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
DPP-Robot mailing list
DPP-Robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to