Skip to content

Commits on Mar 17, 2016

  1. screenshot checkpoint

    asutherland committed Mar 17, 2016
  2. paranoia commit

    asutherland committed Mar 17, 2016

Commits on Feb 28, 2016

  1. correct entire list proxy/toc implementations for overlays

    The indexOf() implementation mechanism for figuring out what index we were
    talking about stopped working once we started generating derived
    representations instead of putting the canonical database rep in them.
    asutherland committed Feb 28, 2016

Commits on Feb 15, 2016

  1. refactorings to support webpack loader for glodastrophe

    It is likely another round of changes will be required when I update
    gaia mail.  It will want to use the newly introduced files in
    default_app_logic that probably have issues.
    asutherland committed Feb 15, 2016

Commits on Feb 10, 2016

Commits on Feb 3, 2016

  1. minimal query abstraction introduced and existing path converted

    viewFolderConversations still works with the MailDB interaction put in its
    own DirectFolderQuery query variant.
    asutherland committed Feb 3, 2016

Commits on Jan 15, 2016

  1. debug-refresh loop

    asutherland committed Jan 15, 2016
  2. baby steps to having jsdoc3-generated docs

    Because of jsdoc issue 693 this involves some hand-holding by using
    @memberof on the constructors to explicitly place them in the module.
    Additionally, @Lends may be needed when mix-ins are used (which makes
    sense).
    asutherland committed Jan 15, 2016

Commits on Jan 7, 2016

  1. paranoia commit

    asutherland committed Jan 7, 2016

Commits on Jan 4, 2016

  1. paranoia commit

    asutherland committed Jan 4, 2016

Commits on Nov 16, 2015

  1. remove the reportError family of error handlers

    reportError and its aliases ended up shunted to logic.fail anyways, this
    patch:
    - replaces the still-relevant call-sites to use logic.fail directly
    - removes callsites in mailapi that were dead code anyways
    - changes the contact cache to use the emitter idiom for 'change'
    asutherland committed Nov 16, 2015

Commits on Oct 23, 2015

  1. gmail investigation checkpoint

    When triggering conversation display in glodastrophe that doesn't have
    snippets already, we end up only fetching the snippet.  This presumably
    is something to do with the coalescing logic, but I'd like to use this
    as a driving use-case for some logic-inspector improvements.
    asutherland committed Oct 23, 2015

Commits on Oct 22, 2015

Commits on Oct 4, 2015

Commits on Oct 1, 2015

Commits on Sep 22, 2015

  1. normalize _sendPromisedRequest, cleanup account creation

    _sendPromisedRequest-replies now always include an explicit "data" property
    which is what the promise gets resolved as.  (The implementation went through
    a few spurts, but not all constraints were propagated...)
    
    Account creation was suffering from its assumptions around this API.
    learnAboutAccount and tryToCreateAccount should now consistently return values,
    with tryToCreateAccount working regardless of whether domainInfo/configInfo is
    passed or not.
    
    The account manager will not automatically instantiate the account in order to
    trigger syncFolderList.  This assumes a connection is passed-through; a cleanup
    in the future would be advisable.
    asutherland committed Sep 22, 2015

Commits on Sep 18, 2015

  1. sync folder list fixed, folder db changes propagate to views

    Also:
    - Account migration properly occurs and propagates to views.
    - Sync folder list offline and online components work happily for vanilla IMAP
    asutherland committed Sep 18, 2015

Commits on Sep 14, 2015

  1. paranoia commit

    asutherland committed Sep 14, 2015

Commits on Sep 10, 2015

  1. paranoia commit

    asutherland committed Sep 10, 2015

Commits on Aug 21, 2015

  1. paranoia commit

    asutherland committed Aug 21, 2015

Commits on Aug 11, 2015

  1. checkpoint drafts/sending

    asutherland committed Aug 11, 2015

Commits on Jul 12, 2015

  1. paranoia commit

    asutherland committed Jul 12, 2015

Commits on Jul 9, 2015

Commits on Jul 3, 2015

  1. re-bounce

    asutherland committed Jul 3, 2015

Commits on Jul 2, 2015

  1. bounce

    asutherland committed Jul 2, 2015
Older