Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Bug 518542: Remove XULRunner related code from SWT source repositoryAlexander Kurtakov92-9221/+0
2016-02-10Bug 487556 - Remove redundant type parematers Alexander Kurtakov2-4/+4
2016-01-07Bug 485367 - cleaned trailing spaces in swt (common)Andrey Loskutov19-55/+55
2015-11-23Bug 463924 - Hashtable -> HashMap, MapJacek Sieka1-161/+161
2015-07-31Bug 472956(Part2) - [Regression][XULRunner] XULRunner crashes whenNiraj Modi1-3/+4
2015-07-31Bug 472956 - [Regression][XULRunner] XULRunner crashes when profile pathNiraj Modi1-1/+6
2015-05-13Bug 465757 - [Browser][Xulrunner] When browser is using XULRunner, theLakshmi Shanmugam2-4/+103
2015-05-13Bug 465757 - When browser is using XULRunner, the browser.evaluateLakshmi Shanmugam1-1/+1
2015-05-12Bug 466975 - XULRunner browser crashes when any file is downloaded.Lakshmi Shanmugam3-7/+31
2015-04-27Bug 465508 - XULRunner support crashes all UI tests on eclipse.orgLakshmi Shanmugam26-31/+33
2015-04-24Merge branch 'lshanmugam/xulrunner-31'Lakshmi Shanmugam72-194/+392
2015-03-16Bug 429739 - Permission denied to access property ''I20150316-0800mjgp22-102/+42
2015-02-26Bug 460943 - Do not suppress warningsAlexander Kurtakov1-2/+1
2014-12-24Bug 450368 - Embedding strings could be better encapsulatedNeil Rashbrook1-0/+4
2014-03-26Bug 430547 - (move MozillaVersion to internal package)Grant Gayed81-80/+47
2014-03-18Bug 430624 - native struct field get/set/cache code should not beGrant Gayed1-2/+6
2014-03-18Bug 430547 - refactor mozilla implementation to get version-spec IIDGrant Gayed85-951/+856
2014-01-02Bug 422561 - [Browser] implement XULRunner 24 supportGrant Gayed43-266/+309
2013-12-03Add missing @Override annotations.Alexander Kurtakov2-0/+2
2013-12-02Added @SuppressWarnings after 1.5 change(Bug 411356)Lakshmi Shanmugam1-0/+2
2013-10-03fix calling convention for nsIXPCScriptable.getScriptableFlags()Grant Gayed2-1/+3
2013-10-03complete BrowserFunction support for XULRunner 24Grant Gayed2-1/+4
2013-10-02native changes to support BrowserFunction for XULRunner 24Grant Gayed1-0/+20
2013-09-26final XULRunner 24 passGrant Gayed1-0/+1
2013-09-24fix JS_EvaluateUCScriptForPrincipals() signature for XULRunner releasesGrant Gayed1-3/+12
2013-09-19XULRunner 24 support on win32Grant Gayed1-3/+3
2013-09-17update XR24 interface from 24b2 to 24.0Grant Gayed1-2/+2
2013-09-16rename custom-fix lib to "24"Grant Gayed1-3/+3
2013-09-16initial java commitGrant Gayed42-264/+272
2013-06-25Bug 178918 - Flexible Mozilla profile support - new API requestGrant Gayed1-2/+0
2013-06-25Bug 411058 - finish trimming XPCOM interfaces down to the functions thatGrant Gayed55-1626/+3
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod92-92/+92
2013-04-29remove nsIDOMElementlshanmugam/xulr17-workGrant Gayed1-139/+0
2013-04-29remove unused methods in some XPCOM wrappers, fix some missingGrant Gayed32-2260/+89
2013-04-26remove interface definition files for incoming interfacesGrant Gayed22-1207/+44
2013-04-26move IIDs from Browser.execute() to XPCOMGrant Gayed1-1/+19
2013-03-20fix for filepicker and Browser.execute()Lakshmi Shanmugam2-18/+18
2013-03-07use EnsureScriptEnvironment, GetScriptContext and GetNativeContext fromGrant Gayed1-0/+39
2013-02-28windows working changesLakshmi Shanmugam2-1/+7
2013-02-28js related changes + more interface changesLakshmi Shanmugam4-2/+48
2013-02-07xulrunner 17 interface changesLakshmi Shanmugam24-208/+442
2013-01-25Bug 398070 - BrowserFunction not converting correctly boolean arraysGrant Gayed3-0/+20
2012-09-24Make 64-bit the default source codeSilenio Quarti113-1673/+1673
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod60-60/+60
2012-04-11Convert all files with CRLF and CR to LFBogdan Gheorghe5-937/+937
2012-04-02merge nsIDocShell_1_8 into nsIDocShellGrant Gayed2-312/+12
2012-03-29Bug 373253 - BrowserFunction not working with XULRunner 10Grant Gayed5-348/+46
2012-03-29initialGrant Gayed3-0/+347
2012-03-07XULRunner 10Grant Gayed6-9/+9
2012-03-06Bug 372138 - JS evaluating asynchronously with XULRunner 10Grant Gayed1-13/+10

Back to the top