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  7db9d96b1f1798850bd51880a4b5dfa42103e9a4 (commit)
       via  8062365d144adf12e2a2f42a484f3fa7517979f9 (commit)
      from  1029060023ec895a4eb97169e61048e9e7e20499 (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 7db9d96b1f1798850bd51880a4b5dfa42103e9a4
Author: Christian Cikryt <c.cik...@googlemail.com>
Date:   Sat Apr 4 11:53:26 2015 +0200

    [REFACTOR][HTML] Remove redundant createBrowserfunction statements
    
    The Renderer classes now just return a list of browser functions
    instead of actually creating them. The BrowserCreator iterates
    over those lists and creates the functions. As a result, there
    is only one place where browser.createBrowserFunction() is called.
    
    Change-Id: I37ce40a01528736d5aee608b5921b66b3362136a
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2183
    Tested-by: Jenkins CI
    Reviewed-by: Sabine Bender <to.apri...@googlemail.com>
    Reviewed-by: Christian Cikryt <c.cik...@googlemail.com>

commit 8062365d144adf12e2a2f42a484f3fa7517979f9
Author: Christian Cikryt <c.cik...@googlemail.com>
Date:   Thu Mar 12 17:29:46 2015 +0100

    [REFACTOR][HTML] Remove dependency to BrowserManager out of renderer classes
    
    The browser instances are now directly managed by each renderer. They are 
set when the
    browser is created. The renderers do not have to query the BrowserManager 
anymore on
    each render call thus removing the reliance on global state and saving one 
indirection.
    
    Change-Id: I777d877503dadee3eee91989519cdf43b689a2b3
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2181
    Tested-by: Jenkins CI
    Reviewed-by: Christian Cikryt <c.cik...@googlemail.com>

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

Summary of changes:
 .../intellij/ui/swt_browser/BrowserCreator.java    |   13 ++-
 de.fu_berlin.inf.dpp.ui/META-INF/MANIFEST.MF       |    1 +
 .../inf/dpp/SarosHTMLUIContextFactory.java         |    2 -
 .../AddAccountBrowserFunctions.java                |  119 ++++++++++----------
 .../AddContactBrowserFunctions.java                |   11 +-
 .../SarosMainPageBrowserFunctions.java             |   99 ++++++++---------
 .../inf/dpp/ui/manager/BrowserManager.java         |    8 +-
 .../inf/dpp/ui/renderer/AccountRenderer.java       |   15 +--
 .../inf/dpp/ui/renderer/ContactListRenderer.java   |   19 +--
 .../de/fu_berlin/inf/dpp/ui/renderer/Renderer.java |   30 +++++-
 .../inf/dpp/ui/renderer/SarosMainPageRenderer.java |   22 ----
 .../inf/dpp/ui/view_parts/AddAccountPage.java      |   14 ++-
 .../inf/dpp/ui/view_parts/AddContactPage.java      |   16 ++-
 .../inf/dpp/ui/view_parts/BrowserPage.java         |   22 +++-
 .../inf/dpp/ui/view_parts/SarosMainPage.java       |   30 ++++--
 .../inf/dpp/ui/browser/EclipseBrowserCreator.java  |    8 +-
 16 files changed, 233 insertions(+), 196 deletions(-)
 delete mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/renderer/SarosMainPageRenderer.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Dpp-robot mailing list
Dpp-robot@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to