summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tor integrationorfoxos-masterDave Huseby2015-01-14
|
* Merge pull request #409 from lissyx/bug1084041lissyx2015-01-07
|\ | | | | Bug 1084041 - Remove files after applying FOTA r=gsvelto
| * Bug 1084041 - Remove files after applying FOTA r=gsveltoAlexandre Lissy2014-12-23
| | | | | | | | | | | | | | | | | | We should not have any leftover files after applying a FOTA package update, so we should ensure we are removing them at the end of the process: - MAR package that has been extracted to /data/local/... - update.zip that has been extracted to the sdcard for applying in recovery mode
* | Merge pull request #410 from lissyx/bug1114377lissyx2014-12-30
|\ \ | |/ |/| Bug 1114377 - Adding fingerprint checking in fota package r=gsvelto
| * Bug 1114377 - Adding fingerprint checking in fota package r=gsveltoAlexandre Lissy2014-12-24
|/
* Merge pull request #408 from michaelwu/nexus-5-lRyan VanderMeulen2014-12-17
|\ | | | | Bug 1102093 - Add support for nexus-5-l
| * Bug 1102093 - Add support for nexus-5-lMichael Wu2014-12-16
|/
* Merge pull request #407 from nnethercote/remove-dmd-headerEric Rahm2014-12-15
|\ | | | | Bug 1107330 - Remove the header from DMD output files.
| * Bug 1107330 - Remove the header from DMD output files. r=erahm.Nicholas Nethercote2014-12-15
|/ | | | | Because it breaks JSON parsing, and the information is present in the b2g-procrank file anyway.
* Merge pull request #406 from michaelwu/bug-1100812-run-adb-rootRyan VanderMeulen2014-12-12
|\ | | | | Bug 1100812 - Run adb root internally
| * Bug 1100812 - Run adb root internallyOleksiy Avramchenko2014-12-12
|/ | | | When flashing gecko go root before remount
* Merge pull request #404 from walac/bugz/1085232Ryan VanderMeulen2014-11-12
|\ | | | | Bug 1085232: make profile-symbolicate work with Python < 2.7.6.
| * Bug 1085232: make profile-symbolicate work with Python < 2.7.6.Wander Lairson Costa2014-11-12
|/ | | | | | | | | | | Python, series 2.7, has a bug in the regular expression module [1] regarding regular expressions repetition, which was only fixed in the version 2.7.6. We abandon the URL regular expression validation method and consider that any path starting with the "http" string is a valid URL. [1] http://bugs.python.org/issue18647
* Merge pull request #395 from shellylin/bug-1084226-tasktracer-profileRyan VanderMeulen2014-11-04
|\ | | | | Bug 1084226 - Add TaskTracer feature to profile.sh.
| * Bug 1084226 - Add TaskTracer feature to profile.sh. r=BenWaShelly Lin2014-10-28
| |
* | 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