summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tor integrationorfoxos-v2.1orfoxos-v2.0Dave Huseby2014-11-03
|
* Merge pull request #402 from comoyo/bug1089953Ryan VanderMeulen2014-10-29
|\ | | | | Bug 1089953 - Be backwards compatible if DeleteFilesRecursive() missing ...
| * Bug 1089953 - Be backwards compatible if DeleteFilesRecursive() missing from ↵Andreas Pehrson2014-10-29
|/ | | | edify generator. r=gsvelto
* Merge pull request #400 from walac/bugz/1088683Ryan VanderMeulen2014-10-28
|\ | | | | Bug 1088683: Deal with GECKO_TOOLS_PREFIX environment variable.
| * Bug 1088683: Deal with GECKO_TOOLS_PREFIX environment variable.Wander Lairson Costa2014-10-24
| | | | | | | | | | | | | | | | | | | | TARGET_TOOLS_PREFIX can now be stored as GECKO_TOOLS_PREFIX in .var.profile file [1]. This breaks profile-symbolicate. profile-symbolicate now search for both TARGET_TOOLS_PREFIX and GECKO_TOOLS_PREFIX. [1] https://github.com/mozilla-b2g/gonk-misc/commit/b183966d7084f992ec5ff9ea6a486e20dd1fc6d6
* | Merge pull request #386 from comoyo/bug1061134Ryan VanderMeulen2014-10-27
|\ \ | |/ |/| Bug 1061134 - Use DeleteFilesRecursive from edify generator. r=gsvelto
| * Bug 1061134 - Use DeleteFilesRecursive from edify generator. r=gsveltoAndreas Pehrson2014-09-10
| | | | | | | | | | Should this patch break your build, make sure your platform/build repo is up to date. See bug 1058511.
* | Merge pull request #399 from EricRahm/bug_1085525Eric Rahm2014-10-20
|\ \ | | | | | | Bug 1085525 - |profile-symbolicate.py| expects proper python to be in |/...
| * | Bug 1085525 - |profile-symbolicate.py| expects proper python to be in ↵Eric Rahm2014-10-20
|/ / | | | | | | |/usr/bin|. r=dhylands
* | Merge pull request #397 from jld/symbolicate-minus-oneJed Davis2014-10-17
|\ \ | | | | | | Bug 1084625 - Don't give misformatted negative numbers to profile symbolication tools. r=BenWa
| * | Bug 1084625 - Don't give misformatted negative numbers to profile ↵Jed Davis2014-10-17
| | | | | | | | | | | | | | | | | | symbolication tools. Bonus fix: comment typo.
* | | Merge pull request #396 from khuey/gitignore-updatesFabrice Desré2014-10-17
|\ \ \ | |/ / |/| | Make .gitignore a bit more useful.
| * | Make .gitignore a bit more useful.Kyle Huey2014-10-17
|/ /
* | Merge pull request #394 from schien/upstreamRyan VanderMeulen2014-10-10
|\ \ | | | | | | Bug 1080445 - fix default xre_path for latest B2G SDK. r=jgriffin
| * | Bug 1080445 - fix default xre_path for latest B2G SDK. r=jgriffinShih-Chiang Chien2014-10-09
|/ /
* | Merge pull request #388 from aosmond/bug1043112-coredumpCarsten Book2014-10-08
|\ \ | | | | | | Bug 1043112 - Add support for opening core files to run-gdb wrapper. r=dhylands
| * | Bug 1043112 - Add support for opening core files to run-gdb wrapper.Andrew Osmond2014-10-07
|/ /
* | Merge pull request #393 from nnethercote/fix-regexpEric Rahm2014-10-06
|\ \ | | | | | | Bug 1062709 - Tweak fix_b2g_stack.py's main regexp. r=erahm.
| * | Bug 1062709 - Tweak fix_b2g_stack.py's main regexp. r=erahm.Nicholas Nethercote2014-10-05
|/ /
* | Merge pull request #392 from nnethercote/dmd-jsonEric Rahm2014-10-02
|\ \ | | | | | | Bug 1044709 - Handle text or JSON output from DMD in get_about_memory.py.
| * | Bug 1044709 - Handle text or JSON output from DMD in get_about_memory.py. ↵Nicholas Nethercote2014-10-02
|/ / | | | | | | r=erahm.
* | Merge pull request #384 from nnethercote/fix_b2g_stackEric Rahm2014-10-01
|\ \ | | | | | | Make fix_b2g_stack.py work with the new stack format.
| * | Make fix_b2g_stack.py work with the new stack trace format. r=erahm.Nicholas Nethercote2014-10-01
| | |
* | | Merge pull request #391 from walac/bugz/1073515Ryan VanderMeulen2014-09-30
|\ \ \ | | | | | | | | Bug 1073515: report the complete symbol correctly.
| * | | Bug 1073515: report the complete symbol correctly. r=dhylandsWander Lairson Costa2014-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To remove the source file path and source line components from the breakpad resolved symbol, we used a simple string split operation separated by whitespaces. This had a side effect when the symbol itself contained white spaces. We now preserve the source file and line number information, but we use only the basename path for symbol location info.
* | | | Merge pull request #387 from dbaron/bug1069017-flash-target-gecko-and-gaiaRyan VanderMeulen2014-09-29
|\ \ \ \ | |/ / / |/| | | Bug 1069017 - Add a flash.sh target to flash gecko and gaia.
| * | | Bug 1069017 - Add a flash.sh target ("shallow") to flash gecko and gaia. r=mwuL. David Baron2014-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when updating a tree to current source and reflashing. It's useful to have a single target for two reasons: (1) it saves waiting for the device to reboot and typing another command. (2) there's code that runs at startup to reregister gaia apps when the gecko version or build id changes. If you reflash gecko, reboot, and then flash gaia, this code doesn't get invoked correctly with the new gaia. See https://hg.mozilla.org/mozilla-central/file/4f2cac8d72da/dom/apps/AppsUtils.jsm#l482 and its callers.
* | | | Merge pull request #389 from walac/bug-1061801Ryan VanderMeulen2014-09-24
|\ \ \ \ | | | | | | | | | | Bug 1061801 - profile.sh should support symbol.api.
| * | | | Bug 1061801 - profile.sh should support symbol.api.Wander Lairson Costa2014-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | The "-s" option now accepts an url, which tells that we want to use a symbol server API for symbols resolution.
* | | | | Merge pull request #390 from cgjones/per-device-flashChris Jones2014-09-23
|\ \ \ \ \ | |/ / / / |/| | | | Optionally source $DEVICE_DIR/flash.sh for per-device flashing commands.
| * | | | Optionally source $DEVICE_DIR/flash.sh for per-device flashing commands.Chris Jones2014-09-20
|/ / / /
* | | | Merge pull request #382 from walac/masterRyan VanderMeulen2014-09-19
|\ \ \ \ | |/ / / |/| | | Bug 1022928 - Use breakpad symbols when available.
| * | | Bug 1022928 - Use breakpad symbols when available.Wander Lairson Costa2014-09-18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new option to profile.sh: -s <breakpad-symbol-path> When this option is used, symbols are resolved using breakpad .sym files. This is useful for running profile.sh against nightly builds.
* | | Merge pull request #380 from EricRahm/bug_1019638Eric Rahm2014-09-12
|\ \ \ | |_|/ |/| | Bug 1019638 - Disabling DMD after enabling DMD doesn't stop DMD from run...
| * | Bug 1019638 - Disabling DMD after enabling DMD doesn't stop DMD from ↵Eric Rahm2014-09-12
| | | | | | | | | | | | running. r=mwu
* | | Merge pull request #385 from lissyx/bug1063520lissyx2014-09-08
|\ \ \ | | | | | | | | Bug 1063520 - Compute the list of B2G ELF files instead of hard-coding it g=gsvelto
| * | | Bug 1063520 - Compute the list of B2G ELF files instead of hard-coding it ↵Alexandre Lissy2014-09-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | g=gsvelto We explicitely exclude those files because they are part of the update: checking their SHA1 is useless and will stop the update process because of the expected mismatch. We instead rely on file to identify the files in the B2G folder that have a mimetype for shared library or executable.
* | | Merge pull request #383 from cgjones/rpiChris Jones2014-09-04
|\ \ \ | |_|/ |/| | Add new Raspberry Pi device (rpi).
| * | Add new Raspberry Pi device (rpi).Chris Jones2014-09-04
| | |
* | | Merge pull request #381 from EricRahm/bug_969051Eric Rahm2014-08-27
|\ \ \ | |/ / | | | Bug 969051 - Automatically retrieve DMD params from .userconfig. r=jld
| * | Bug 969051 - Automatically retrieve DMD params from .userconfig. r=jldEric Rahm2014-08-27
|/ /
* | Merge pull request #378 from hobinjk/1056958-monkey-scriptsGregor Wagner2014-08-26
|\ \ | | | | | | Bug 1056958 - Update monkey scripts for the flame
| * | Fix maxX and maxY for Flame deviceJames Hobin2014-08-22
| | |
| * | Bug 1056958 - Update monkey scripts for the flameJames Hobin2014-08-22
| |/ | | | | | | | | Adds support for the Flame in orangutan and run-monkey, defaulting to generate scripts for the Flame.
* | Merge pull request #379 from EricRahm/bug_1057565Ryan VanderMeulen2014-08-25
|\ \ | |/ |/| Bug 1057565 - Dynamically check if we need to ignore Nuwa
| * Bug 1057565 - Dynamically check if we need to ignore Nuwa. r=khueyEric Rahm2014-08-25
|/
* Merge pull request #377 from EricRahm/bug_1042247Ryan VanderMeulen2014-08-21
|\ | | | | Bug 1042247 - Consolidate compression logic in get_about_memory.py
| * Bug 1042247 - Consolidate compression logic in get_about_memory.pyEric Rahm2014-08-19
|/ | | | | | - Adds support for not compressing DMD and GC/CC logs - GC/CC logs now use gzip compression - Adds support for creating an archive of the report folder
* Merge pull request #375 from mozilla-b2g/fix-pidsDave Hylands2014-08-07
|\ | | | | Bug 1050026 - Detect b2g main/child pids by looking at pid and ppid. r=tchou
| * Bug 1050026 - Detect b2g main/child pids by looking at pid and ppidDave Hylands2014-08-07
|/ | | | Addressed nits