Closed
Bug 915226
Opened 12 years ago
Closed 12 years ago
Start / Stop / Debug shown in project view even when uninstalled
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: jryans, Assigned: ochameau)
References
Details
Attachments
(2 files, 3 obsolete files)
|
13.01 KB,
patch
|
ochameau
:
review+
|
Details | Diff | Splinter Review |
|
15.66 KB,
patch
|
Details | Diff | Splinter Review |
The Start, Stop, and Debug buttons don't function if an app is not yet installed, but currently they appear for all projects.
It seems like they should be hidden at first, and then enabled once we know the app is on the device.
| Assignee | ||
Comment 1•12 years ago
|
||
I'd really like to see us implement same buttons that already exists in the simulator:
update: same thing than what refresh already does, but also install an updated version to the simulation
connect: install if not installed, launch if not running, open a toolbox
| Assignee | ||
Comment 2•12 years ago
|
||
Here is the patch I talked about in each meeting ;)
We end up with same buttons than we were having in the simulator addon.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → poirot.alex
| Assignee | ||
Updated•12 years ago
|
Attachment #803845 -
Flags: review?(paul)
| Assignee | ||
Comment 3•12 years ago
|
||
I added tooltips for these two buttons.
| Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 803845 [details] [diff] [review]
Merge all refresh/start/stop/debug buttons to two buttons called update and connect r=paul
Review of attachment 803845 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/locales/en-US/chrome/browser/devtools/app-manager.dtd
@@ +45,5 @@
> <!ENTITY projects.removeApp "Remove">
> +<!ENTITY projects.updateApp "Update">
> +<!ENTITY projects.updateAppTooltip "Execute validation checks and update the app to the connected device">
> +<!ENTITY projects.connectApp "Connect">
> +<!ENTITY projects.connectAppTooltip "Open developer tools connected to this app">
Use Developer Tools (title case) to match what we say in most other places.
Comment 5•12 years ago
|
||
Comment on attachment 803845 [details] [diff] [review]
Merge all refresh/start/stop/debug buttons to two buttons called update and connect r=paul
r=me, but:
"Connect" is fuzzy. We already use "connect" for a couple of things:
- device connected via USB (plugged)
- device connected via adb (recognized via adb)
- device connected via the remote protocol
In the UI, it get confusing (especially with the adb integration and the first run screen).
Let's not add another "Connect" button.
How do you like "debug" or "tools" ?
Attachment #803845 -
Flags: review?(paul) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Attachment #803845 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 804737 [details] [diff] [review]
Renamed button to 'Debug'
(In reply to Paul Rouget [:paul] from comment #5)
> How do you like "debug" or "tools" ?
I went for debug, as I like having verb/action for button labels.
Attachment #804737 -
Flags: review+
| Assignee | ||
Comment 8•12 years ago
|
||
Attachment #804737 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•12 years ago
|
||
Attachment #804746 -
Attachment is obsolete: true
| Assignee | ||
Updated•12 years ago
|
Attachment #804755 -
Flags: review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Comment 10•12 years ago
|
||
I think you didn't upload the right patch (I see "connect").
Keywords: checkin-needed
Whiteboard: [land-in-fx-team]
Comment 11•12 years ago
|
||
Comment 12•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 13•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 26
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•