Closed
Bug 946352
Opened 11 years ago
Closed 11 years ago
Remove go button workaround in ToolbarComponent.commitEditingMode
Categories
(Firefox for Android Graveyard :: Testing, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: mcomella, Assigned: sebastian)
References
Details
(Whiteboard: [mentor=mcomella][lang=java])
Attachments
(1 file)
1.26 KB,
patch
|
mcomella
:
review+
|
Details | Diff | Splinter Review |
Once bug 945521 is solved.
The workaround was introduced in bug 910859 part 3.
Reporter | ||
Comment 1•11 years ago
|
||
The code to change is in ToolbarComponent.commitEditingMode.
Whiteboard: [mentor=mcomella][lang=java]
Reporter | ||
Comment 2•11 years ago
|
||
Spoke with Sebastian on IRC.
Assignee: nobody → s.kaspari
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•11 years ago
|
||
Okay. I used this bug to get into building and running the tests..
If I'm correct ToolbarComponent.commitEditingMode() is only used in NavigationHelper.enterAndLoadUrl() and this method is only called from two tests: testSessionHistory and testAboutHomeVisibility.
Both tests passed before and after removing the workaround. According to the linked bugs the workaround was for HTC phones and phones running SwiftKey. So I ran the tests on a HTC Sensation XL and a Nexus 7 with SwiftKey installed. The tests passed on these devices as well after removing the workaround.
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8370911 -
Flags: review?(michael.l.comella)
Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8370911 [details] [diff] [review]
946352.patch
Review of attachment 8370911 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm! Thanks for the help! :)
Attachment #8370911 -
Flags: review?(michael.l.comella) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [mentor=mcomella][lang=java] → [mentor=mcomella][lang=java][fixed-in-fx-team]
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [mentor=mcomella][lang=java][fixed-in-fx-team] → [mentor=mcomella][lang=java]
Target Milestone: --- → Firefox 30
Updated•4 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
•