]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
14 years agorenamed DropTargetDetails... to TargetDetails... Should be just as clear for develope...
Matti Tahvonen [Wed, 24 Mar 2010 16:25:51 +0000 (16:25 +0000)]
renamed DropTargetDetails... to TargetDetails... Should be just as clear for developer, but looks better in the code examples.

svn changeset:12077/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 15:40:04 +0000 (15:40 +0000)]
renaming criteria

svn changeset:12074/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 15:15:45 +0000 (15:15 +0000)]
renaming criteria

svn changeset:12073/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 15:13:24 +0000 (15:13 +0000)]
renaming criteria

svn changeset:12072/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 14:59:03 +0000 (14:59 +0000)]
renaming criteria

svn changeset:12071/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 14:57:23 +0000 (14:57 +0000)]
renaming criteria

svn changeset:12070/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 14:29:24 +0000 (14:29 +0000)]
renaming criteria

svn changeset:12069/svn branch:6.3

14 years agorenaming criteria
Matti Tahvonen [Wed, 24 Mar 2010 14:26:29 +0000 (14:26 +0000)]
renaming criteria

svn changeset:12068/svn branch:6.3

14 years agoTable can now select whether multiple rows are dragged at all. Practically this conce...
Matti Tahvonen [Wed, 24 Mar 2010 14:21:55 +0000 (14:21 +0000)]
Table can now select whether multiple rows are dragged at all. Practically this concerns only the drag proxy creation method.

svn changeset:12067/svn branch:6.3

14 years agoSmall fix to drag-n-drop styles.
Jouni Koivuviita [Wed, 24 Mar 2010 13:16:32 +0000 (13:16 +0000)]
Small fix to drag-n-drop styles.

svn changeset:12065/svn branch:6.3

14 years agoFix for #4401: Clicking on week numbers in VCalendarPanel selects a date
Artur Signell [Wed, 24 Mar 2010 11:58:41 +0000 (11:58 +0000)]
Fix for #4401: Clicking on week numbers in VCalendarPanel selects a date

svn changeset:12062/svn branch:6.3

14 years agoFixes #3492: DateField should have an option to show week numbers
Jouni Koivuviita [Wed, 24 Mar 2010 11:48:34 +0000 (11:48 +0000)]
Fixes #3492: DateField should have an option to show week numbers

svn changeset:12061/svn branch:6.3

14 years ago#4399 changed AbstractApplicationServlet.RequestType enum to protected
Henri Sara [Wed, 24 Mar 2010 10:22:19 +0000 (10:22 +0000)]
#4399 changed AbstractApplicationServlet.RequestType enum to protected

svn changeset:12057/svn branch:6.3

14 years agoDrag-n-drop related styles.
Jouni Koivuviita [Wed, 24 Mar 2010 10:20:36 +0000 (10:20 +0000)]
Drag-n-drop related styles.

svn changeset:12056/svn branch:6.3

14 years agofixes #3913
Matti Tahvonen [Wed, 24 Mar 2010 10:05:38 +0000 (10:05 +0000)]
fixes #3913

svn changeset:12055/svn branch:6.3

14 years agoCorrected some javadoc
Marc Englund [Wed, 24 Mar 2010 09:25:35 +0000 (09:25 +0000)]
Corrected some javadoc

svn changeset:12054/svn branch:6.3

14 years agoChanged visibility of the actionManager, still for #875
Marc Englund [Wed, 24 Mar 2010 09:14:09 +0000 (09:14 +0000)]
Changed visibility of the actionManager, still for #875

svn changeset:12053/svn branch:6.3

14 years agoTwo small javadoc corrections
Henri Sara [Wed, 24 Mar 2010 08:02:55 +0000 (08:02 +0000)]
Two small javadoc corrections

svn changeset:12051/svn branch:6.3

14 years agoRenamed abstract base class of field value change notification tests for it to be...
Henri Sara [Wed, 24 Mar 2010 07:45:36 +0000 (07:45 +0000)]
Renamed abstract base class of field value change notification tests for it to be ignored by the automatic test execution.

svn changeset:12050/svn branch:6.3

14 years agoSome API changes for #875 as discussed at length.
Marc Englund [Tue, 23 Mar 2010 15:40:24 +0000 (15:40 +0000)]
Some API changes for #875 as discussed at length.

svn changeset:12048/svn branch:6.3

14 years agoUpdated for new samples
Artur Signell [Tue, 23 Mar 2010 15:33:37 +0000 (15:33 +0000)]
Updated for new samples

svn changeset:12047/svn branch:6.3

14 years agofix
Matti Tahvonen [Tue, 23 Mar 2010 14:46:28 +0000 (14:46 +0000)]
fix

svn changeset:12046/svn branch:6.3

14 years agonew style name for whole table when drag is over it
Matti Tahvonen [Tue, 23 Mar 2010 14:35:52 +0000 (14:35 +0000)]
new style name for whole table when drag is over it

svn changeset:12045/svn branch:6.3

14 years agofixes #4391 + optimization (store only one pending criteria check)
Matti Tahvonen [Tue, 23 Mar 2010 13:51:33 +0000 (13:51 +0000)]
fixes #4391 +  optimization (store only one pending criteria check)

svn changeset:12042/svn branch:6.3

14 years ago#4394 multiple value change events when setting field value
Henri Sara [Tue, 23 Mar 2010 12:56:50 +0000 (12:56 +0000)]
#4394 multiple value change events when setting field value

svn changeset:12041/svn branch:6.3

14 years agoTest cases for #4394: value change listeners triggered multiple times.
Henri Sara [Tue, 23 Mar 2010 12:51:43 +0000 (12:51 +0000)]
Test cases for #4394: value change listeners triggered multiple times.

svn changeset:12040/svn branch:6.3

14 years agoUsed from the server side so must be Serializable
Artur Signell [Tue, 23 Mar 2010 11:54:17 +0000 (11:54 +0000)]
Used from the server side so must be Serializable

svn changeset:12039/svn branch:6.3

14 years agoTypo fix
Artur Signell [Tue, 23 Mar 2010 10:40:18 +0000 (10:40 +0000)]
Typo fix

svn changeset:12035/svn branch:6.3

14 years agorefactored AbstractSelect criteria (hopefully better names now)
Matti Tahvonen [Tue, 23 Mar 2010 10:39:44 +0000 (10:39 +0000)]
refactored AbstractSelect criteria (hopefully better names now)

svn changeset:12034/svn branch:6.3

14 years agoRefactored new actions api a little: removed mnemonics terminology, adding/removing...
Marc Englund [Tue, 23 Mar 2010 10:05:45 +0000 (10:05 +0000)]
Refactored new actions api a little: removed mnemonics terminology, adding/removing stuff 'returns' void, shift shorthand in now _

svn changeset:12029/svn branch:6.3

14 years agojavadocs
Matti Tahvonen [Tue, 23 Mar 2010 09:18:33 +0000 (09:18 +0000)]
javadocs

svn changeset:12028/svn branch:6.3

14 years agoEasier keyboard shortcuts for #875 - includes shorthand notation for ShortcutAction...
Marc Englund [Tue, 23 Mar 2010 08:31:20 +0000 (08:31 +0000)]
Easier keyboard shortcuts for #875 - includes shorthand notation for ShortcutAction, Form is now handler in addition to Panel, AbstractField.addAction() delegates handling to containing Window. Javadoc and examples TBD

svn changeset:12026/svn branch:6.3

14 years agofinished rename
Matti Tahvonen [Tue, 23 Mar 2010 08:07:56 +0000 (08:07 +0000)]
finished rename

svn changeset:12023/svn branch:6.3

14 years agoHelping out: Uppercase -> lowercase rename did not work on Mac, Matti will fix possib...
Marc Englund [Tue, 23 Mar 2010 07:54:44 +0000 (07:54 +0000)]
Helping out: Uppercase -> lowercase rename did not work on Mac, Matti will fix possible compile errors this causes in a minute...

svn changeset:12021/svn branch:6.3

14 years agoSmall corrections to #4334: TextField contents offset in Firefox 3.6
Jouni Koivuviita [Tue, 23 Mar 2010 07:26:44 +0000 (07:26 +0000)]
Small corrections to #4334: TextField contents offset in Firefox 3.6

svn changeset:12020/svn branch:6.3

14 years agorefactoring (renaming)
Matti Tahvonen [Mon, 22 Mar 2010 16:20:25 +0000 (16:20 +0000)]
refactoring (renaming)

svn changeset:12018/svn branch:6.3

14 years agoSuggestive api for basic html5 data types.
Matti Tahvonen [Mon, 22 Mar 2010 15:50:55 +0000 (15:50 +0000)]
Suggestive api for basic html5 data types.

svn changeset:12017/svn branch:6.3

14 years agoFixes #4334: TextField contents offset in Firefox 3.6
Jouni Koivuviita [Mon, 22 Mar 2010 14:02:59 +0000 (14:02 +0000)]
Fixes  #4334: TextField contents offset in Firefox 3.6
Fixes #4352: Vaadin application font is ugly in Windows Safari/Chrome
 * Changed WebKit to render text fields same as all other as well, no more border-images (easier to override in custom themes).

svn changeset:12009/svn branch:6.3

14 years agoFix for #3492 - DateField should have an option to show week numbers
Artur Signell [Mon, 22 Mar 2010 11:40:10 +0000 (11:40 +0000)]
Fix for #3492 - DateField should have an option to show week numbers

svn changeset:12006/svn branch:6.3

14 years agoFix for #3492 - DateField should have an option to show week numbers
Artur Signell [Mon, 22 Mar 2010 11:35:37 +0000 (11:35 +0000)]
Fix for #3492 - DateField should have an option to show week numbers

svn changeset:12005/svn branch:6.3

14 years agoFix for #3492 - DateField should have an option to show week numbers
Artur Signell [Mon, 22 Mar 2010 11:34:39 +0000 (11:34 +0000)]
Fix for #3492 - DateField should have an option to show week numbers

svn changeset:12004/svn branch:6.3

14 years agoFixed typo in fix for #3931
Artur Signell [Mon, 22 Mar 2010 09:38:29 +0000 (09:38 +0000)]
Fixed typo in fix for #3931

svn changeset:12002/svn branch:6.3

14 years agofixes #4322
Matti Tahvonen [Fri, 19 Mar 2010 10:12:10 +0000 (10:12 +0000)]
fixes #4322

svn changeset:11986/svn branch:6.3

14 years agoFixes #4102: RichTextArea should provide feedback on current text format
Jouni Koivuviita [Fri, 19 Mar 2010 09:23:38 +0000 (09:23 +0000)]
Fixes #4102: RichTextArea should provide feedback on current text format

Revised the whole theme for RichTextArea.

svn changeset:11985/svn branch:6.3

14 years ago#4370 HierarchicalContainer.setParent() removed children of the wrong node
Henri Sara [Fri, 19 Mar 2010 07:22:47 +0000 (07:22 +0000)]
#4370 HierarchicalContainer.setParent() removed children of the wrong node

svn changeset:11983/svn branch:6.3

14 years agoTest case for #4374
Artur Signell [Thu, 18 Mar 2010 17:26:47 +0000 (17:26 +0000)]
Test case for #4374

svn changeset:11978/svn branch:6.3

14 years agoFix for #4373 - Menubar causes javascript exception in IE7
Artur Signell [Thu, 18 Mar 2010 17:01:14 +0000 (17:01 +0000)]
Fix for #4373 - Menubar causes javascript exception in IE7

svn changeset:11977/svn branch:6.3

14 years agoRemoved extra serialVersionUIDs
Artur Signell [Thu, 18 Mar 2010 15:20:03 +0000 (15:20 +0000)]
Removed extra serialVersionUIDs

svn changeset:11974/svn branch:6.3

14 years agofixes #4347, cursor is now "default" by default when mouse is over drag proxy.
Matti Tahvonen [Thu, 18 Mar 2010 15:16:51 +0000 (15:16 +0000)]
fixes #4347, cursor is now "default" by default when mouse is over drag proxy.

svn changeset:11973/svn branch:6.3

14 years agoadded TableDropCriterion, quite similar to TreeDropCriterion and uses same client...
Matti Tahvonen [Thu, 18 Mar 2010 14:49:50 +0000 (14:49 +0000)]
added TableDropCriterion, quite similar to TreeDropCriterion and uses same client side criterion

svn changeset:11971/svn branch:6.3

14 years agoMinor javadoc update
Artur Signell [Thu, 18 Mar 2010 14:18:48 +0000 (14:18 +0000)]
Minor javadoc update

svn changeset:11968/svn branch:6.3

14 years agoDD related refactorings and javadocs
Matti Tahvonen [Thu, 18 Mar 2010 12:11:05 +0000 (12:11 +0000)]
DD related refactorings and javadocs

svn changeset:11960/svn branch:6.3

14 years agojavadocs
Matti Tahvonen [Thu, 18 Mar 2010 11:39:13 +0000 (11:39 +0000)]
javadocs

svn changeset:11959/svn branch:6.3

14 years agoproperty id is now sent to server from table drag event + some javadocs and small...
Matti Tahvonen [Thu, 18 Mar 2010 11:33:38 +0000 (11:33 +0000)]
property id is now sent to server from table drag event + some javadocs and small improvements

svn changeset:11958/svn branch:6.3

14 years agoDD related refactorings and javadocs
Matti Tahvonen [Thu, 18 Mar 2010 09:22:35 +0000 (09:22 +0000)]
DD related refactorings and javadocs

svn changeset:11952/svn branch:6.3

14 years agoFixed small typo in CssLayout javadoc
Henri Sara [Thu, 18 Mar 2010 08:06:05 +0000 (08:06 +0000)]
Fixed small typo in CssLayout javadoc

svn changeset:11948/svn branch:6.3

14 years ago#4365 WrapperDropDetails had null drop target
Henri Sara [Thu, 18 Mar 2010 08:01:05 +0000 (08:01 +0000)]
#4365 WrapperDropDetails had null drop target

svn changeset:11946/svn branch:6.3

14 years agosome javadocs
Matti Tahvonen [Wed, 17 Mar 2010 16:33:55 +0000 (16:33 +0000)]
some javadocs

svn changeset:11941/svn branch:6.3

14 years agojavadocs
Matti Tahvonen [Wed, 17 Mar 2010 16:16:03 +0000 (16:16 +0000)]
javadocs

svn changeset:11940/svn branch:6.3

14 years agofixes #4362 + test case
Matti Tahvonen [Wed, 17 Mar 2010 16:04:13 +0000 (16:04 +0000)]
fixes #4362 + test case

svn changeset:11939/svn branch:6.3

14 years agoDD related javadocs, cleanup, small refactoring
Matti Tahvonen [Wed, 17 Mar 2010 15:35:41 +0000 (15:35 +0000)]
DD related javadocs, cleanup, small refactoring

svn changeset:11938/svn branch:6.3

14 years agoDD related javadocs, cleanup, small refactoring
Matti Tahvonen [Wed, 17 Mar 2010 12:05:34 +0000 (12:05 +0000)]
DD related javadocs, cleanup, small refactoring

svn changeset:11929/svn branch:6.3

14 years agoDD related javadocs, cleanup, small refactoring
Matti Tahvonen [Wed, 17 Mar 2010 11:30:46 +0000 (11:30 +0000)]
DD related javadocs, cleanup, small refactoring

svn changeset:11927/svn branch:6.3

14 years ago#4360 HierarchicalContainer.setParent() left container in inconsistent state
Henri Sara [Wed, 17 Mar 2010 11:02:57 +0000 (11:02 +0000)]
#4360 HierarchicalContainer.setParent() left container in inconsistent state

svn changeset:11925/svn branch:6.3

14 years ago#4359 Immediate upload in FormLayout
Henri Sara [Wed, 17 Mar 2010 08:18:38 +0000 (08:18 +0000)]
#4359 Immediate upload in FormLayout

svn changeset:11921/svn branch:6.3

14 years agoTest case for #4359: immediate upload in a FormLayout
Henri Sara [Wed, 17 Mar 2010 07:53:52 +0000 (07:53 +0000)]
Test case for #4359: immediate upload in a FormLayout

svn changeset:11920/svn branch:6.3

14 years agocross plat improvementes for html5 drags
Matti Tahvonen [Tue, 16 Mar 2010 15:08:15 +0000 (15:08 +0000)]
cross plat improvementes for html5 drags

svn changeset:11917/svn branch:6.3

14 years agocross plat improvementes for html5 drags
Matti Tahvonen [Tue, 16 Mar 2010 14:53:56 +0000 (14:53 +0000)]
cross plat improvementes for html5 drags

svn changeset:11916/svn branch:6.3

14 years agoAdded javadoc about the class being internal
Artur Signell [Tue, 16 Mar 2010 14:00:44 +0000 (14:00 +0000)]
Added javadoc about the class being internal

svn changeset:11914/svn branch:6.3

14 years ago#4284 - Add Chrome version parsing to BrowserInfo
Artur Signell [Tue, 16 Mar 2010 13:52:08 +0000 (13:52 +0000)]
#4284 - Add Chrome version parsing to BrowserInfo

svn changeset:11913/svn branch:6.3

14 years agoTest case and fix for #3931 - Provide methods for browser detection in WebBrowser
Artur Signell [Tue, 16 Mar 2010 13:46:28 +0000 (13:46 +0000)]
Test case and fix for #3931 - Provide methods for browser detection in WebBrowser

svn changeset:11911/svn branch:6.3

14 years agoFix for #4354 - SplitPanel setComponent methods should check if the component is...
Artur Signell [Tue, 16 Mar 2010 12:34:44 +0000 (12:34 +0000)]
Fix for #4354 - SplitPanel setComponent methods should check if the component is already set

svn changeset:11908/svn branch:6.3

14 years agofixes #4351 (relative size changes don't propagate via csslayout)
Matti Tahvonen [Tue, 16 Mar 2010 09:09:14 +0000 (09:09 +0000)]
fixes #4351 (relative size changes don't propagate via csslayout)

svn changeset:11905/svn branch:6.3

14 years agoadded test case
Matti Tahvonen [Tue, 16 Mar 2010 09:08:21 +0000 (09:08 +0000)]
added test case

svn changeset:11904/svn branch:6.3

14 years ago#4350 ContainerHierarchicalWrapper recursive root removal
Henri Sara [Tue, 16 Mar 2010 08:30:12 +0000 (08:30 +0000)]
#4350 ContainerHierarchicalWrapper recursive root removal

svn changeset:11903/svn branch:6.3

14 years agoTest case for #4350 (ContainerHierarchicalWrapper).
Henri Sara [Tue, 16 Mar 2010 08:29:16 +0000 (08:29 +0000)]
Test case for #4350 (ContainerHierarchicalWrapper).

svn changeset:11902/svn branch:6.3

14 years agoUpdated test case and fix for #4192 "HierarchicalContainer implements Container.Filte...
Artur Signell [Tue, 16 Mar 2010 08:10:55 +0000 (08:10 +0000)]
Updated test case and fix for #4192 "HierarchicalContainer implements Container.Filterable but does not allow filtering"

svn changeset:11901/svn branch:6.3

14 years agoCorrected reference to wrong HashSet class in DDTest6
Henri Sara [Tue, 16 Mar 2010 06:31:40 +0000 (06:31 +0000)]
Corrected reference to wrong HashSet class in DDTest6

svn changeset:11898/svn branch:6.3

14 years agoIE now behaves with its text selection during drag and drop
Matti Tahvonen [Mon, 15 Mar 2010 16:54:23 +0000 (16:54 +0000)]
IE now behaves with its text selection during drag and drop

svn changeset:11892/svn branch:6.3

14 years agodrag proxy fix for Dragmode.wrapper
Matti Tahvonen [Mon, 15 Mar 2010 16:52:18 +0000 (16:52 +0000)]
drag proxy fix for Dragmode.wrapper

svn changeset:11891/svn branch:6.3

14 years agocleaner tree drop location styles (not shaking that much anymore)
Matti Tahvonen [Mon, 15 Mar 2010 16:25:26 +0000 (16:25 +0000)]
cleaner tree drop location styles (not shaking that much anymore)

svn changeset:11890/svn branch:6.3

14 years agoforce emphasis style names to be cleaned
Matti Tahvonen [Mon, 15 Mar 2010 16:23:26 +0000 (16:23 +0000)]
force emphasis style names to be cleaned

svn changeset:11889/svn branch:6.3

14 years agoremoved DragDropPane class, some cleanup
Matti Tahvonen [Mon, 15 Mar 2010 13:04:35 +0000 (13:04 +0000)]
removed DragDropPane class, some cleanup

svn changeset:11874/svn branch:6.3

14 years agoJavaDoc for the Component interface. For #4244.
Marko Grönroos [Mon, 15 Mar 2010 12:45:46 +0000 (12:45 +0000)]
JavaDoc for the Component interface. For #4244.

svn changeset:11872/svn branch:6.3

14 years ago#4187 Drag and Drop server validation sample and a null check in AbstractSelectDropTa...
Henri Sara [Mon, 15 Mar 2010 12:08:37 +0000 (12:08 +0000)]
#4187 Drag and Drop server validation sample and a null check in AbstractSelectDropTargetDetails

svn changeset:11871/svn branch:6.3

14 years ago#4333
Matti Tahvonen [Mon, 15 Mar 2010 08:37:58 +0000 (08:37 +0000)]
#4333

svn changeset:11858/svn branch:6.3

14 years agoChanged default resource cache time to 1 hour (#2586)
Artur Signell [Mon, 15 Mar 2010 07:08:06 +0000 (07:08 +0000)]
Changed default resource cache time to 1 hour (#2586)

svn changeset:11857/svn branch:6.3

14 years agoAdded some spaces and newlines. Should not change test outcome.
Artur Signell [Fri, 12 Mar 2010 21:21:52 +0000 (21:21 +0000)]
Added some spaces and newlines. Should not change test outcome.

svn changeset:11853/svn branch:6.3

14 years agoFix for #3935 DateField does not update contents when locale is changed
Artur Signell [Fri, 12 Mar 2010 15:16:46 +0000 (15:16 +0000)]
Fix for #3935 DateField does not update contents when locale is changed

svn changeset:11840/svn branch:6.3

14 years agoFix for #4004 PopupDateField - Wrong tabIndex for popup button
Artur Signell [Fri, 12 Mar 2010 15:04:39 +0000 (15:04 +0000)]
Fix for #4004 PopupDateField - Wrong tabIndex for popup button

svn changeset:11837/svn branch:6.3

14 years agoA proper (FF36 only) file drag support, enhanced test case. Should be forward compatible.
Matti Tahvonen [Fri, 12 Mar 2010 14:57:49 +0000 (14:57 +0000)]
A proper (FF36 only) file drag support, enhanced test case. Should be forward compatible.

svn changeset:11835/svn branch:6.3

14 years agoSome drag'n'drop javadoc improvements and a new method in DataBoundTransferable.
Henri Sara [Fri, 12 Mar 2010 14:38:39 +0000 (14:38 +0000)]
Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable.

svn changeset:11831/svn branch:6.3

14 years agoTest case for #3935
Artur Signell [Fri, 12 Mar 2010 14:07:04 +0000 (14:07 +0000)]
Test case for #3935

svn changeset:11824/svn branch:6.3

14 years agoTest case and fix for
Artur Signell [Fri, 12 Mar 2010 13:41:16 +0000 (13:41 +0000)]
Test case and fix for
 * #4263 DateField - returning valid Date in handleUnparsableDateString method works only at the first attempt
and
 * #4304 Resetting the value in DateField.handleUnparsableDate does not update the client side text

svn changeset:11820/svn branch:6.3

14 years agoMinor javadoc update - removed serialiVersionUID
Artur Signell [Fri, 12 Mar 2010 13:09:20 +0000 (13:09 +0000)]
Minor javadoc update - removed serialiVersionUID

svn changeset:11819/svn branch:6.3

14 years agoUpdate firefox to 3.6
Artur Signell [Fri, 12 Mar 2010 12:30:22 +0000 (12:30 +0000)]
Update firefox to 3.6

svn changeset:11816/svn branch:6.3

14 years agoAdded javadoc and getButtonName() debug method
Artur Signell [Fri, 12 Mar 2010 12:01:53 +0000 (12:01 +0000)]
Added javadoc and getButtonName() debug method

svn changeset:11811/svn branch:6.3

14 years agofixed broken jsni method in skeleton class
Matti Tahvonen [Fri, 12 Mar 2010 06:57:10 +0000 (06:57 +0000)]
fixed broken jsni method in skeleton class

svn changeset:11804/svn branch:6.3

14 years agoSkeletons for html5 File API in DD
Matti Tahvonen [Thu, 11 Mar 2010 15:56:57 +0000 (15:56 +0000)]
Skeletons for html5 File API in DD

svn changeset:11801/svn branch:6.3

14 years agoSkeletons for html5 File API in DD
Matti Tahvonen [Thu, 11 Mar 2010 15:56:16 +0000 (15:56 +0000)]
Skeletons for html5 File API in DD

svn changeset:11800/svn branch:6.3