Closed
Bug 738695
Opened 13 years ago
Closed 13 years ago
Remove some redundant and unused IME code: mComposing and returnIMEQueryResult
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Tracking
(firefox13 fixed)
RESOLVED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
firefox13 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
Details
Attachments
(2 files, 1 obsolete file)
8.09 KB,
patch
|
blassey
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
3.76 KB,
patch
|
cpeterson
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
These patches chip away more IME cruft I stumbled upon when fixing other bugs.
Assignee | ||
Updated•13 years ago
|
Component: General → IME
Assignee | ||
Comment 1•13 years ago
|
||
UL Fennec uses returnIMEQueryResult() to get Gecko's selected text, but Native Fennec doesn't need this code because the Java code already knows the current selection.
Attachment #608757 -
Flags: review?(blassey.bugs)
Assignee | ||
Comment 2•13 years ago
|
||
Unify redundant IME mComposing and mCompositionStart variables.
Attachment #608758 -
Flags: review?(blassey.bugs)
Comment 3•13 years ago
|
||
Comment on attachment 608757 [details] [diff] [review]
bug-738695-part-1-remove-unused-returnIMQueryResult.patch
Review of attachment 608757 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/GeckoAppShell.java
@@ +693,5 @@
> GeckoApp.mAppContext.moveTaskToBack(true);
> }
>
> public static void returnIMEQueryResult(String result, int selectionStart, int selectionLength) {
> + // TODO: Remove returnIMEQueryResult() and corresponding JNI code when XUL Fennec is EOL'd.
remove this comment.
Attachment #608757 -
Flags: review?(blassey.bugs) → review+
Updated•13 years ago
|
Attachment #608758 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Removed TODO/EOL comment.
Carry forward r=blassey
Attachment #608757 -
Attachment is obsolete: true
Attachment #608858 -
Flags: review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 608858 [details] [diff] [review]
bug-738695-part-1-remove-unused-returnIMQueryResult-v2.patch
[Approval Request Comment]
Regression caused by (bug #): N/A
User impact if declined: This is a code refactoring with no user visible changes.
Testing completed (on m-c, etc.):
Risk to taking this patch (and alternatives if risky): Merging subsequent patches from m-c to m-a will be more difficult.
String changes made by this patch: None
Attachment #608858 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 608758 [details] [diff] [review]
bug-738695-part-2-unify-redundant-mComposing-mCompositionStart.patch
[Approval Request Comment]
Regression caused by (bug #): N/A
User impact if declined: This is a code refactoring with no user visible changes.
Testing completed (on m-c, etc.):
Risk to taking this patch (and alternatives if risky): Merging subsequent patches from m-c to m-a will be more difficult.
String changes made by this patch: None
Attachment #608758 -
Flags: approval-mozilla-aurora?
Comment 8•13 years ago
|
||
Comment on attachment 608758 [details] [diff] [review]
bug-738695-part-2-unify-redundant-mComposing-mCompositionStart.patch
[Triage Comment]
Mobile only - approved for Aurora 13.
Attachment #608758 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
Attachment #608858 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a7c227f347ea
https://hg.mozilla.org/mozilla-central/rev/90f3a9a6e197
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/ae195a8d5b23
https://hg.mozilla.org/releases/mozilla-aurora/rev/d53521e72555
Keywords: checkin-needed
Updated•13 years ago
|
status-firefox13:
--- → fixed
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•