Merge lp://staging/~divmod-dev/divmod.org/athena-events-806545 into lp://staging/divmod.org
Proposed by
Jonathan Jacobs
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~divmod-dev/divmod.org/athena-events-806545 |
Merge into: | lp://staging/divmod.org |
Diff against target: |
989 lines (+870/-13) 8 files modified
Nevow/nevow/athena.py (+1/-1) Nevow/nevow/js/Divmod/Runtime/__init__.js (+33/-0) Nevow/nevow/js/Divmod/Test/TestRuntime.js (+94/-0) Nevow/nevow/js/Nevow/Athena/__init__.js (+231/-11) Nevow/nevow/js/Nevow/Test/TestEvent.js (+504/-0) Nevow/nevow/js/Nevow/Test/TestWidget.js (+2/-0) Nevow/nevow/test/test_athena.py (+1/-1) Nevow/nevow/test/test_javascript.py (+4/-0) |
To merge this branch: | bzr merge lp://staging/~divmod-dev/divmod.org/athena-events-806545 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Divmod-dev | Pending | ||
Review via email: mp+67455@code.staging.launchpad.net |
Description of the change
Wrap DOM events in a universal way and pass these to Athena event handlers.
To post a comment you must log in.
Unmerged revisions
- 2681. By Jonathan Jacobs
-
Fix failing test related to event changes.
- 2680. By Jonathan Jacobs
-
Fix typo.
- 2679. By Jonathan Jacobs
-
Fix failing tests.
- 2678. By Jonathan Jacobs
-
Wrap DOM events in a universal event wrapper.
- 2677. By Jonathan Jacobs
-
Implement getMouseButtons
FromEvent for Platform and InternetExplorer in Divmod.Runtime. - 2676. By Jonathan Jacobs
-
Pass the raw browser event object to Athena event handlers.