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  3e9387c0579220838a0fab0133065b16d49a0d86 (commit)
      from  13da11e1873e70fbea17bd5537d5ea71e8138278 (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 3e9387c0579220838a0fab0133065b16d49a0d86
Author: Christian Cikryt <c.cik...@googlemail.com>
Date:   Sat Apr 4 13:49:54 2015 +0200

    [REFACTOR][HTML] Makes the browser creator IDE-independent
    
    The creation of a new browser itself is the same in IntelliJ
    and Eclipse and was therefore moved to the ui module.
    The resource location is different, though.
    The IWebResourceLocator interface abstracts those differences.
    
    Change-Id: Ia929b2b39fabcb4f5f0c873801d2ce34e2cf0b25
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2187
    Tested-by: Jenkins CI
    Reviewed-by: Sabine Bender <to.apri...@googlemail.com>
    Reviewed-by: Bastian Sieker <bsie...@mail.uni-paderborn.de>
    Reviewed-by: Christian Cikryt <c.cik...@googlemail.com>

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

Summary of changes:
 .../context/SarosIntellijContextFactory.java       |    4 +
 .../intellij/ui/swt_browser/BrowserCreator.java    |   73 ------------------
 .../ui/swt_browser/IntelliJWebResourceLocator.java |   15 ++++
 .../intellij/ui/swt_browser/SwtBrowserCanvas.java  |   39 ++++++++--
 de.fu_berlin.inf.dpp.ui/META-INF/MANIFEST.MF       |    4 +-
 .../inf/dpp/SarosHTMLUIContextFactory.java         |    2 +
 .../inf/dpp/ui/ide_embedding/BrowserCreator.java   |   72 ++++++++++++++++++
 .../dpp/ui/ide_embedding/IWebResourceLocator.java  |   19 +++++
 .../inf/dpp/ui/view_parts/BrowserPage.java         |    1 -
 .../de/fu_berlin/inf/dpp/util/BrowserUtils.java    |   23 ------
 .../inf/dpp/ui/browser/EclipseDialogManager.java   |   25 ++++---
 .../ui/browser/EclipseHTMLUIContextFactory.java    |    6 +-
 ...serCreator.java => EclipseResourceLocator.java} |   79 +++-----------------
 .../inf/dpp/ui/views/SarosViewBrowserVersion.java  |    4 +-
 14 files changed, 176 insertions(+), 190 deletions(-)
 delete mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/BrowserCreator.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/ui/swt_browser/IntelliJWebResourceLocator.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/ide_embedding/BrowserCreator.java
 create mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/ide_embedding/IWebResourceLocator.java
 delete mode 100644 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/util/BrowserUtils.java
 rename 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/ui/browser/{EclipseBrowserCreator.java
 => EclipseResourceLocator.java} (68%)


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