1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
peep query initial result set returns right values (with 2 contacts) More... almost 14 years ago
testing progress; add toString/toJSON guards for moda-ish classes More... almost 14 years ago
small doc updates. More... almost 14 years ago
Introduce a delay in browserid's include.js to allow the window time to create before binding to it in fennec. Some miscellaneous cleanup. More... almost 14 years ago
Fix issue with auto sign in not triggering the fetching of chat permissions. More... almost 14 years ago
fix moda testhelper and shakedown defs so we get to real test failures More... almost 14 years ago
First contact achieved: addon with page worker running modaTransport to server, addon loading UI in a browser window. Basic mechanism works on fennec, but the browserid sign in flow is not working now. More... almost 14 years ago
experimental work converting addon to use page-worker to host modaTransport. Seems to wire up fine, and the socket.io seems to work, browserid seems to flow, but pturning the signed in user into visible UI is failing. More... almost 14 years ago
ready to test queries from db without updates More... almost 14 years ago
Got socket.io to not throw errors on jetpack startup, but not sure if it works yet since there is still some wiring problems inside the deuxdrop UI code. More... almost 14 years ago
moda data transformations/reps incl full conv, test up next. More... almost 14 years ago
moda database query worker side almost there More... almost 14 years ago
More prep work for addon embedding, wired up addon to transport code, still need to work out how best to update the addon code with latest web code. Using a copyweb.sh script for now and will exclude its copy work from commits. More... almost 14 years ago
More prepwork for including the fake server UI code in an add-on, and fixed and issue where raw peeps data were not being mapped to User instances. More... almost 14 years ago
moda notification layer progress, conversation message proccesing mods More... almost 14 years ago
notification layer for moda progress More... about 14 years ago
Convert modeTransport and moda to use postMessage to talk to each other, and create the possibility to branch the code to use addon-specific messaging, in preparation to allowing the code to run in a locally installed jetpack. More... about 14 years ago
Be sure to use POST to talk to browserid, since GET can leak info in logs, and browserid will be disabling GET calls. More... about 14 years ago
Merge branch 'develop' of github.com:mozilla/deuxdrop into develop More... about 14 years ago
Went with a different approach to get it to work on Fennec: regiser a protocol handler about:deuxdrop, then have that redirect to the resource URL for the index.html page. Had to make some changes in the addon sdk code (as mentioned in the README) but it seems to work. Still need to do more cleanup in main.js, and consider more if this is the approach to take. More... about 14 years ago
updated the README for the project. instructions are better even though I can't get it built and running right now. More... about 14 years ago
Using hack from Irakli to send messages to and from add-on and content space until postMessage is fixed. Basic comm channel is possible now. More... about 14 years ago
tighten the expectations on contact establishment More... about 14 years ago
Experimenting with addon. Having trouble with the bi-direction postmessage, can send from content space to addon space, but the message back gets lost in the content script loaded by the addon. More... about 14 years ago
add logger annotations for arbpl graph vis More... about 14 years ago
top billing enhancements for more usable loggest arbpl display More... about 14 years ago
test fixes, *massive* decrease in log data by eliding large strings More... about 14 years ago
fix user effigy unification regression, log queue operations More... about 14 years ago
change db abstraction to auto-json as needed with consistent boxing More... about 14 years ago
contact request mechanism probably working, need db logging changes More... about 14 years ago