Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

33 details dropdown #87

Merged
merged 28 commits into from
Feb 27, 2019
Merged

33 details dropdown #87

merged 28 commits into from
Feb 27, 2019

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    b7f9981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61aae67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14be483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f88f1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86a4417 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. WIP: so close, got nothin

    When webdriver opens the extension page, the browser.experiments.logins
    API is not present. When I open the extension page myself, via going to
    about:debugging, and doing
      browser.tabs.create({
        url: browser.extension.getURL(
               "/test/integration/test-pages/logins-api.html")
      }),
    the test page seems just fine. Maybe webdriver needs some magic powers?
    jaredhirsch committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    12df19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596eea4 View commit details
    Browse the repository at this point in the history
  3. fix typo in touch method

    jaredhirsch committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    f297fde View commit details
    Browse the repository at this point in the history
  4. Fill in happy path tests

    jaredhirsch committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c867750 View commit details
    Browse the repository at this point in the history
  5. Please the linter

    jaredhirsch committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    584b6e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    2a4a2c2 View commit details
    Browse the repository at this point in the history
  2. Final tweaks to update() API method

    * The webextensions framework auto-inserts 'null' default values for any
    specified keys that are missing, causing updates to break
    LoginManager.modifyLogin() type checking. Filter out those null values.
    
    * Create a coding convention to make clearer which things are vanilla JS
    objects with login fields, which are nsILoginInfo objects, and which are
    nsIPropertyBags used to modifyLogin.
    jaredhirsch committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    b19f3a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5950472 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge pull request #47 from 6a68/logins-api

    Logins API
    lmorchard committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    698295f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Initial minimal logins API connection to datastore

    Connected to #21
    lmorchard committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    5f749f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    3a839cb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Merge pull request #62 from lmorchard/21-logins-api-hookup

    Initial minimal logins API connection to datastore
    lmorchard committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    f4cd29b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    f1f4a95 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    bd5b8a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    9863f5d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    aa89c68 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    adc3d31 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Configuration menu
    Copy the full SHA
    db85ab8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    84f4dad View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    4a81cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a02b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    6bed32d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. UI Updates to detail entries

    - fixes #33
    dave justice committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    54b6d42 View commit details
    Browse the repository at this point in the history