Closed
Bug 842997
Opened 12 years ago
Closed 12 years ago
Make SelectionHelperUI startup entry points json message agnostic
Categories
(Firefox for Metro Graveyard :: Input, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: [selection])
Attachments
(1 file)
12.17 KB,
patch
|
fryn
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/browser/metro/base/content/helperui/SelectionHelperUI.js#228
Selection helper currently integrates into the context menu code in BorwserTouchHandler and takes a json message for input. It doesn't really need much of the json data though, and we will want to invoke this in other cases where json input isn't present.
openEditSession, and attachEditSession should take a set of json agnostic params instead to make working with this module simpler.
![]() |
Assignee | |
Updated•12 years ago
|
![]() |
Assignee | |
Updated•12 years ago
|
Whiteboard: [selection]
![]() |
Assignee | |
Updated•12 years ago
|
Component: General → Input
![]() |
Assignee | |
Comment 1•12 years ago
|
||
![]() |
Assignee | |
Updated•12 years ago
|
Attachment #725931 -
Flags: review?(fyan)
![]() |
||
Updated•12 years ago
|
Attachment #725931 -
Flags: review?(fyan) → review+
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•