Closed
Bug 793906
Opened 12 years ago
Closed 12 years ago
disable desktop support while we get B2G going.
Categories
(Core Graveyard :: Identity, enhancement)
Core Graveyard
Identity
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla18
People
(Reporter: benadida, Assigned: jedp)
References
Details
Attachments
(1 file)
(deleted),
patch
|
benadida
:
review+
|
Details | Diff | Splinter Review |
Some tweaks for B2G will surely bust the desktop builds, so let's disable it for anything other than B2G.
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → jparsons
Comment 1•12 years ago
|
||
It's disabled by default so I guess disabling the tests would be the main thing.
If we really need to disable the desktop UI, commenting out the bodies of SignInToWebsiteUX_init and SignInToWebsiteUX_uninit should cover most, if not all, of it.
Assignee | ||
Comment 2•12 years ago
|
||
Thanks also, Matt, for the additional suggestion you made on irc that we should comment this out:
https://mxr.mozilla.org/mozilla-central/source/browser/modules/test/Makefile.in#17
I like this approach. Very easy to switch things back on again.
Updated•12 years ago
|
Blocks: basecamp-id
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #665646 -
Flags: review?(benadida)
Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 665646 [details] [diff] [review]
suppress native identity on desktop
Review of attachment 665646 [details] [diff] [review]:
-----------------------------------------------------------------
looks good to me
Attachment #665646 -
Flags: review?(benadida) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Comment 7•12 years ago
|
||
navigator.id is not disabled in 19.0a1 (2012-10-31) on OSX when pref
dom.identity.enabled is true.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•12 years ago
|
||
The DOM code will run but the UI should be disabled. The pref is for the DOM code. Is that not what you're seeing? Is this a problem?
Comment 9•12 years ago
|
||
Hmm, so, yes, the native navigator.id is available, but the UI is disabled.
I really think native navigator.id should not be available though.
Comment 10•12 years ago
|
||
Well, it's not available by default. The user would have to flip the pref to use it and we haven't widely told people to do so.
Reporter | ||
Comment 11•12 years ago
|
||
John: I think this is sufficiently disabled as far as I meant it when I opened the bug originally. I'm hoping you're okay with me re-closing it :)
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•