Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla-b2g/B2G
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kaiostech/B2G
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 5 files changed
  • 8 contributors

Commits on Apr 9, 2020

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

Commits on Apr 14, 2020

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

Commits on Apr 19, 2020

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

Commits on May 13, 2020

  1. Added newline to clarify there's two links there (#3)

    I missed it the first time!
    AriFordsham authored May 13, 2020
    Configuration menu
    Copy the full SHA
    3ddccda View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Support emulator-10-x86_64

    Alexandre authored and seinlin committed May 15, 2020
    Configuration menu
    Copy the full SHA
    5266fd9 View commit details
    Browse the repository at this point in the history
  2. Make the run-gdb.sh script work correctly with the Android 10 x86-64 …

    …emulator
    
    There's multiple fixes wrapped in this patch:
    - Fix the way we find PIDs from program names by using only the
      available tools
    - Properly set GDB symbol search path so that it can find the Android
      linker right away and that it will pick up both system and Gecko
      symbols correctly
    - Remove some old cruft we don't need anymore
    gabrielesvelto authored and seinlin committed May 15, 2020
    Configuration menu
    Copy the full SHA
    4c45105 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. To correct device name. r=seinlin.

    jack.hung authored and seinlin committed May 18, 2020
    Configuration menu
    Copy the full SHA
    2293b99 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Update repo to v2.8 (Python 3.6) (#10)

    Co-authored-by: Alexandre <alexandre@serveur>
    lissyx and Alexandre authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    bc42c75 View commit details
    Browse the repository at this point in the history
  2. Remove (for now) libmozsandbox from gdb call

    Alexandre authored and fabricedesre committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ae4cd76 View commit details
    Browse the repository at this point in the history
  3. Use device-specific objdir

    Alexandre authored and fabricedesre committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    6b382a1 View commit details
    Browse the repository at this point in the history
  4. Fix GECKO_OBJDIR to use proper PRODUCT_NAME

    Alexandre authored and fabricedesre committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d5e9ae7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update config.sh

    Since github doesn't support git cloning through git protocol anymore --- only through https, ssh or GitHub cli -- when running ./config.sh emulator-10-x86_64, it gets stalled because config.sh tries to clone git://github.com/kaiostech/manifests but can't reach it.
    
    So, I've replaced git by https protocol (and also appended .git after manifests) and after that, config.sh ran smoothly.
    DiegoAscanio authored and seinlin committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    99f4ff3 View commit details
    Browse the repository at this point in the history
Loading