0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:mozilla-services/pageshot More... about 9 years ago
Merge pull request #188 from mozilla-services/capture-text-and-fix-offset More... about 9 years ago
Use .value instead of .nodeValue, which apparently is the preferred form now. Coerce direct attribute access, encountered case where .value was an int More... about 9 years ago
Enforce a minimum autoselect size More... about 9 years ago
Fix #184, require some movement (40px) before we replace the selection with a new selection. More... about 9 years ago
Capture any text that appears to be contained in the selection. (This text isn't used for anything yet.) Fix a bug with the selection placement/rendering when the body itself is not fixed at 0x0. More... about 9 years ago
Merge branch 'master' of github.com:mozilla-services/pageshot More... about 9 years ago
Merge pull request #182 from mozilla-services/fix-window-history More... about 9 years ago
Merge branch 'master' of github.com:mozilla-services/pageshot More... about 9 years ago
Fix #181, track in-place updates of location. Avoid sending null selections (a partial fix - we shouldn't let people update the selection with a click and no drag) More... about 9 years ago
Merge pull request #180 from mozilla-services/auto-select-readable More... about 9 years ago
Auto-select content when a shot is made More... about 9 years ago
Keep track of the ids of elements that were identified as readable More... about 9 years ago
Make sure everything gets an id early, so that it's available when Readability is run. More... about 9 years ago
Be more careful about cases where activeContext is incorrect. (I'm not yet sure what can cause that to be incorrect, it is supposed to be tracked, but gets out of wack sometimes) More... about 9 years ago
Save the data that is collected by various workers in one batch, instead of trying save/PUT it every time data comes in. More... about 9 years ago
Update the version on every publish More... about 9 years ago
Get rid of unnecessary try/catch block (watchFunction handles it) More... about 9 years ago
Fix promise logic when deferring a save. Listen to the right message name for getting extracted data. More... about 9 years ago
Merge pull request #178 from mozilla-services/selection-snapping More... about 9 years ago
Add snapping: - Calculate all the positions of all the elements on the page - Make a big list of snap candidates - Round coordinates to those values, if they are close enough More... about 9 years ago
Make the error handling a bit simpler with some promises when saving resources More... about 9 years ago
Catch character errors in serializing iframes, and remove those iframes More... about 9 years ago
Merge pull request #177 from mozilla-services/selection-reimplementation More... about 9 years ago
Handle reloads: before they kept the ShotContext active, but didn't reactive the worker that had now become defunct. More... about 9 years ago
Make the selection lighter More... about 9 years ago
Also listen for the errors message from workers (it's a standard message apparently) More... about 9 years ago
Reimplement the selection process as part of the initial shot Get rid of many of the console.log's that were around More... about 9 years ago
Fix panel showing some More... about 9 years ago
remove reference to a module that was removed More... about 9 years ago