Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 535802 - License update to EPL-2.0 in platform.uaY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000I20180821-0800Lars Vogel1-3/+6
Updates all files except exsd and pom files to EPL 2.0 This repos does not include JDT templates for new Java files. Also fixed manually /org.eclipse.help.base/doc/book.css Regex used: find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ic868435cfed4d834b36b51fc3f1b936ceaaec84d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-02-16Bug 464474 - move UA browser tests to o.e.ui.tests.browserI20180227-2000I20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000I20180221-2000I20180220-2000I20180219-2000I20180218-2000I20180217-1500I20180216-2000Alexander Kurtakov5-264/+0
Remove tests from ua.tests. Change-Id: I46d1c2053b55e3253397da90c8c45a5167b59f1f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov1-2/+2
eclipse.platform.ua Change-Id: Id1b13e8bb510dfdd4e4b8ff2f1f466f6b89fd513 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-02-18Bug 488048 - Suppress deprecation warnings in tests of deprecatedAlexander Kurtakov1-0/+5
methods Suppressed warnings for tests of WebBrowserUtil.createParameterString in TestParameterSubstitution. Change-Id: I28caa20357bad2730d3146c04891f94be89aeddb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-02-08Bug 485922 - Remove trailing white spaces in org.eclipse.ua.testsI20160209-0800Alexander Kurtakov1-4/+4
Mass remove in all java files. Change-Id: I51b8600fb0e80bb12f326c882e48328900a721d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-18Bug 485918 - Convert org.eclipse.ua.tests to JUnit 4Alexander Kurtakov2-24/+40
Port AllBrowserTests. Change-Id: I2ba17d127afd8efdc6441870616fbb9834c16a09 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-15Bug 485918 - Convert org.eclipse.ua.tests to JUnit 4 Alexander Kurtakov3-55/+24
Convert TestSuites. Change-Id: Ia8df70474f30634c8a2130b56f4bb854d12abd6c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-12-02Bug 483477 - Run "Fix Copyrights" on all plug-ins of platform.uaI20151213-2000I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000I20151207-0800I20151206-2000I20151203-1230I20151203-0800Lars Vogel2-2/+2
Change-Id: Id7609d660eace6b8f9ac8a2f8bc02ce02b685842 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-04-10Bug 429546 - [Browsers] ↵I20150428-0800I20150428-0100I20150427-2000I20150427-0800I20150426-2000I20150422-1000I20150421-0800I20150414-1400I20150414-0800Brian de Alwis1-5/+34
org.eclipse.ui.internal.browser.ExternalBrowserInstance.openUrl() which also has "-ingognito" does a toLower on URL string; Partially revert commit 301ecd46d78e8d0a13f2161ba93d6812edb94c9e as WebBrowserUtil#createParameterArray() returns an array not a String. Restore the original tests since WebBrowserUtil#createParameterString() has been restored, and add new tests for #createParameterArray() Change-Id: I26996cdcde9b57138cc53edb47a7cc52fd25519c
2015-04-08Bug 429546 - [Browsers]Lars Vogel1-5/+5
org.eclipse.ui.internal.browser.ExternalBrowserInstance.openUrl() which also has "-ingognito" does a toLower on URL string; Change-Id: I8509007f29e9c3a1f339afe90051d9049f1e9e20 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-01-15Move to JavaSE-1.6 (triggered by bug 457396)I20150203-1300I20150203-0800I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000I20150120-0800I20150116-1000Markus Keller1-0/+1
2011-05-05Bug 344899 - [Test] Create a servlet in org.eclipse.ua.tests to enable test ↵v20110505Chris Goldthorpe1-0/+53
browser refresh
2010-03-30Update copyrightsChris Goldthorpe1-1/+1
2009-08-18Bug 286949 – Bad usage of URL#equals(Object) in WebBrowserEditorInputChris Goldthorpe1-0/+21
2009-07-15Bug 283359 – [Browser] WebBrowserEditorInput#equals(Object) is wrongChris Goldthorpe3-0/+114
2008-10-27Bug 238452 – [Browser] External browser parameters are not passed to ↵v20081027Chris Goldthorpe3-0/+110
extenal browser

    Back to the top