Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

New Tab Page & Favicons Refactor #2490

Merged
merged 64 commits into from
Jun 8, 2020
Merged

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    6ebf1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    531d6d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    8277ec8 View commit details
    Browse the repository at this point in the history
  2. WIP: Favorites overlay

    kylehickinson committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    1fd02b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    bf2b452 View commit details
    Browse the repository at this point in the history
  2. Support for custom themes changes & merge fixes

    Adds `NewTabPageBackgroundButtonsView` which will now house any static
    static elements that may be placed on the NTP such image credit, brand
    logos and share via QR code buttons.
    kylehickinson committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    2e1e4a5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 2, 2020

  1. Configuration menu
    Copy the full SHA
    e3aaf3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83b074d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b892d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc7bc2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bec53a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b4b78d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    d2e13f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c8367 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Move NTP to Tab

    kylehickinson committed May 5, 2020
    Configuration menu
    Copy the full SHA
    67e7915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02815f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1004913 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7d6502 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    77cf228 View commit details
    Browse the repository at this point in the history
  2. Fix NTP Memory Leak

    kylehickinson committed May 6, 2020
    Configuration menu
    Copy the full SHA
    bbcd23a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e7e12 View commit details
    Browse the repository at this point in the history
  4. Don't reset background image when switching private modes

    This is no longer required as NTPs are linked to Tabs and thus do not
    need to regenerate background images when switching modes
    kylehickinson committed May 6, 2020
    Configuration menu
    Copy the full SHA
    421bd41 View commit details
    Browse the repository at this point in the history
  5. Update NTP favicon layout to look better on iPad portrait & multitasking

    Allows for 5 icon on iPad portrait 2/3
    kylehickinson committed May 6, 2020
    Configuration menu
    Copy the full SHA
    0531815 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92e7d2b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    4a74de7 View commit details
    Browse the repository at this point in the history
  2. Remove favs data source & old favs tests

    Tests were invalid since these controllers were split
    kylehickinson committed May 7, 2020
    Configuration menu
    Copy the full SHA
    7972a52 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

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

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    94bf66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa3112 View commit details
    Browse the repository at this point in the history
  3. More favicon fixes

    kylehickinson committed May 19, 2020
    Configuration menu
    Copy the full SHA
    3939a38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    168d8a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9363ff3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8856f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    271503c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90e08ce View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    3d8456c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd80966 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    kylehickinson committed May 20, 2020
    Configuration menu
    Copy the full SHA
    33eb65d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Fix issue that could overwrite FaviconMO's when downloading stored icons

    Also fix missed check for private browsing
    kylehickinson committed May 21, 2020
    Configuration menu
    Copy the full SHA
    ffa3e33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9beddbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a9f8fb View commit details
    Browse the repository at this point in the history
  4. Fix order of favorites after more than 10 favs are added

    And also update CV on reorder completing
    kylehickinson committed May 21, 2020
    Configuration menu
    Copy the full SHA
    0de8abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b9088a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    ea14774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a797e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d970f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e3597 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    6eaa3f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eeaf8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    459ad04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b459c5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd3cd33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8c1767 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa60e3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d7c870 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    52ddef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190260f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a0d62 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

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

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    994c3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfaa3b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Also pull precomposed apple-touch-icon's during metadata parse

    Fix issue where unsized icon would be used instead of sized ones
    kylehickinson committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    b388de3 View commit details
    Browse the repository at this point in the history