Revision f450c0db35d7e14084849328bbbfbd6f3787437b authored by B2G Bumper Bot on 27 May 2014, 09:31:29 UTC, committed by B2G Bumper Bot on 27 May 2014, 09:31:29 UTC
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/61fc22650b9f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19353 from KevinGrandon/bug_971552_system2_sleep_menu

Bug 971552 - [System2] Instantiable SleepMenu

========

https://hg.mozilla.org/integration/gaia-central/rev/c69c72e0ff74
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971552 - [System2] Instantiable SleepMenu r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/fe96e25e6461
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #19541 from crdlc/bug-1010651

Bug 1010651 - (vertical-homescreen) RocketBar missing search icon

========

https://hg.mozilla.org/integration/gaia-central/rev/b59f7c17f6da
Author: crdlc <crdlc@tid.es>
Desc: Bug 1010651 - (vertical-homescreen) RocketBar missing search icon

========

https://hg.mozilla.org/integration/gaia-central/rev/fe3c2b943843
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #19363 from RudyLu/ime/Bug1010021

Bug 1010021 - Add integration test to cover 3rd-party IME installation.

========

https://hg.mozilla.org/integration/gaia-central/rev/3f225f7831ce
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1010021 - Add integration test to cover 3rd-party IME installation.

========

https://hg.mozilla.org/integration/gaia-central/rev/fa14a8722d19
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #19426 from dwi2/bug1003646

Bug 1003646 - Dismiss action menu when app is opened r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/ad04bd5ff3de
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1003646 - Dismiss action menu of activity when app is opened

========

https://hg.mozilla.org/integration/gaia-central/rev/fceb38c3db65
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #19632 from gasolin/issue-1005800

reorder nfc import order to receive holdhome event before task manager, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/9fae7f965c6b
Author: gasolin <gasolin@gmail.com>
Desc: reorder nfc import order to receive holdhome event before task manager
1 parent 76df62a
Raw File
.gitignore
# .gitignore - List of filenames git should ignore

# Filenames that should be ignored wherever they appear
*~
*.pyc
*.pyo
TAGS
tags
ID
.DS_Store*

# Vim swap files.
.*.sw[a-z]

# User files that may appear at the root
/.mozconfig*
/mozconfig
/configure
/config.cache
/config.log
/.clang_complete
/mach.ini

# Empty marker file that's generated when we check out NSS
security/manager/.nss.checkout

# Build directories
/obj*/

# Build directories for js shell
*/_DBG.OBJ/
*/_OPT.OBJ/

# SpiderMonkey configury
js/src/configure
js/src/autom4te.cache
# SpiderMonkey test result logs
js/src/tests/results-*.html
js/src/tests/results-*.txt

# Java HTML5 parser classes
parser/html/java/htmlparser/
parser/html/java/javaparser/

# Ignore the files and directory that Eclipse IDE creates
.project
.cproject
.settings/

# Python virtualenv artifacts.
python/psutil/*.so
python/psutil/*.pyd
python/psutil/build/

# Ignore chrome.manifest files from the devtools loader
browser/devtools/chrome.manifest
toolkit/devtools/chrome.manifest

# Tag files generated by GNU Global
GTAGS
GRTAGS
GSYMS
GPATH
back to top