AccessibleCaret: Difference between revisions
Jump to navigation
Jump to search
m (→Goals) |
|||
| Line 13: | Line 13: | ||
===Goals=== | ===Goals=== | ||
* Improve feature robustness. | * Improve feature robustness. | ||
* | * Improve readability and maintainability. | ||
* Improve code coverage. | * Improve code coverage. | ||
** At least have a test case for each bug which is related to copy/paste. | ** At least have a test case for each bug which is related to copy/paste. | ||
Revision as of 06:45, 22 December 2014
Refactor
Tracking Bugs
- https://bugzilla.mozilla.org/show_bug.cgi?id=1110039
- https://bugzilla.mozilla.org/show_bug.cgi?id=1114450
Working branch
- https://github.com/mephisto41/gecko-dev/commits/copypaste-refactor
- If you need access permission for this repo, please contact Morris Tseng <mtseng@mozilla.com>
Regular meeting
- TBD
Goals
- Improve feature robustness.
- Improve readability and maintainability.
- Improve code coverage.
- At least have a test case for each bug which is related to copy/paste.
- Testable for native code, i.e.: Add gtest.
Attendees
- Morris Tseng <mtseng@mozilla.com>
- Ting-Yu Lin <tlin@mozilla.com>
- Jeremy Chen <jichen@mozilla.com>