- Jul 06, 2012
-
-
Alhad Purnapatre authored
Also make Gecko install standard component libraries to both intermediates location, and install location. Change-Id: I1922faaae1dbca42b9b5f18644a8a87cfec9bca0
-
- Jul 05, 2012
-
-
Aditya Degwekar authored
Change-Id: I48fdd23f46109faf8538df2e9035f93925c0f9c5
-
- Jul 02, 2012
-
-
Michael Vines authored
Change-Id: I24ec434935135ef439cab6c660fb11e8eea294ee
-
- Jun 28, 2012
-
-
Carol Yang authored
- Run |make gecko-update-full| to generate MAR file - Create MAR file as b2g-gecko-update.mar Change-Id: I2113d971e8f07c902e06c17d465a79f045c0aedb
-
- Jun 27, 2012
-
-
Nivedita Sarkar authored
Change-Id: I77bd62d9d9d184479020a7b157898b6acf4d66c2
-
Michael Vines authored
This reverts commit ef634474.
-
- Jun 22, 2012
-
-
Alhad Purnapatre authored
The libraries are already present in object location, but are also required in deploy location for the build. Change-Id: I8c56ede1c04eaf26630ecc2ed6bfc6e96a606556
-
Diego Wilson authored
Change-Id: I132cafafa3ddc130553087751397c47d09cd28a6
-
Michael Vines authored
When invoked interactively it is desirable for a |. build/envsetup.sh unknown_arg| to emit an error message. However when invoked non-interactively vendorsetup.sh will inherit the positional parameters of the caller. In such a case when |. build/envsetup.sh| is invoked it is likely that $1 will be unrecognized. In an attempt to be the most compatible with existing scripts that invoke build/envsetup.sh, vendorsetup.sh now behaves as if $1 was empty and patches the tree. Change-Id: I645875096191c56b3bbd1102cac6967427388036
-
Michael Vines authored
Change-Id: I3afaf6cfc71e532ad9cb6304dd848e43d6ebd051
-
- Jun 19, 2012
-
-
Nivedita Sarkar authored
The alternate app locations are specified by GAIA_APP_SRCDIRS in the gaia makefile. Change-Id: I5637f81d15b14c3f203f9ff09ffa410bd279cf6e
-
- Jun 18, 2012
-
-
Michael Vines authored
Change-Id: I4028728bdaedae7fd4af1300cc2a08fbf0cd1359
-
Alhad Purnapatre authored
This allows building of XPCOM components via Android build system, by allowing these libraries to be specified in LOCAL_STATIC_LIBRARIES and LOCAL_SHARED_LIBRARIES. Change-Id: I60287cab06a8af55a181c785b6753ef8f8c5eccc
-
Michael Vines authored
Change-Id: Ib0e47d7b1fc33fc3ec05ef496295d1d80e35e825
-
- Jun 15, 2012
-
-
Alhad Purnapatre authored
All XPCOM interfaces are classes of pure virtual functions, with a non virtual destructor. This is needed to compile XPCOM components via Android build system. Change-Id: I74d60a7e81a70c203ecab10464855d5e5d039935
-
- Jun 13, 2012
-
-
Diego Wilson authored
This ensures the power button can lock the screen Change-Id: I652c37496e722860050b9ad205b9f2983b6ba2e4
-
- Jun 07, 2012
-
-
Michael Vines authored
Change-Id: Iec9cc5ed50d86e41f7565cc81a16a0a80d8e787c
-
- Jun 05, 2012
-
-
Michael Vines authored
Change-Id: Ieafd41d3079dbed3c1afa955b7b73c86a7e94c00
-
Michael Vines authored
Change-Id: I460430d8d747bb9735e4927aa43adcfbadfb16ca
-
- Jun 04, 2012
-
-
Alhad Purnapatre authored
Change-Id: Ib9d23f0ffaecc806adeb66d3da624053a7400a97
-
Michael Vines authored
Change-Id: Ibb522535551a9ca27f78b68529212e8591a8a1b1
-
- Jun 01, 2012
-
-
Michael Vines authored
Also source vendor/qcom/proprietary/b2g_common/vendorsetup.sh if present Change-Id: I360cccd385aae5dc1e2f605fced03f96e2c9f467
-
Diego Wilson authored
This patch has been upstreamed to kernel/msm.git Change-Id: I9699ccba86198665f33125a8f614c415fdb5c95f
-
Alhad Purnapatre authored
* Creates a thread in Gecko that polls on /sys/kernel/mm/lowmemkiller/notify_trigger_active * When the notification is generated, a memory-pressure notification is enqueued to the main thread, where any observers are notified, so that they can free caches. Change-Id: I801e10a52778e33c7d0c5c9f751e5804ed77a943
-
- May 30, 2012
-
-
Alhad Purnapatre authored
This way a clean (removal of out directory) will trigger reapplication of B2G patches. Change-Id: I04b589a7234afcc706db59737d78468bd8380b42
-
- May 29, 2012
-
-
Alhad Purnapatre authored
Creates a sysfs node "/sys/kernel/mm/lowmemkiller/notify_trigger_active", on which an userspace application can poll for notification when the number of free physical memory pages in the system falls below a set threshold. The threshold is set by a new module parameter called "/sys/module/lowmemorykiller/parameters/notify_trigger", also added by this change. Change-Id: I9055a6f7d53f2a156c43cc714d3881f835214683
-
- May 28, 2012
-
-
Michael Vines authored
Change-Id: Iacf8e4c42bc67b5f81d21f2117c7276cbaa62348
-
- May 25, 2012
-
-
Michael Vines authored
Change-Id: Iae3547e2e6b0bf5591563b192ff12e8aca384a4c
-
- May 24, 2012
-
-
Michael Vines authored
Change-Id: If96ce962a572af0bc7b2aeac0624d80b3119f459
-
Michael Vines authored
Change-Id: If8b2459d23d4fad5dcedb4beb0c18417d1b1a773
-
Michael Vines authored
Change-Id: I372f04714614c8de665fffb9e1d70d0cb764b340
-
Michael Vines authored
* The use of |repo manifest| to determine when B2G patches should be reapplied is now disabled by default due to performance concerns winning over correctness (especially when working with a workspace over NFS!) To enable the more correct behavior define BSG_USE_REPO in your environment. * |. build/envsetup clean| will now revert all B2G patches. Much less typing than |repo abandon b2g_autogen_ephemeral_branch| * Improved error reporting to stdout when a patch fails to apply * On failure, the |lunch| and |choosecombo| commands are stubbed out to prevent further damage. This is necessary as it's not possible for a 'vendorsetup.sh' to report an error back to build/envsetup.sh * Before applying patches to a project, the project is now restored to HEAD to ensure a pristine base environment. Change-Id: I2b32ee8b10e342b754707249a09342462d6bcfc4
-
- May 23, 2012
-
-
Michael Vines authored
-
Aditya Degwekar authored
Fix GECKO_OBJDIR and provide symlink for load-config.sh Change-Id: Ifaf70ecd7518a4dd3d76fea68583fe589b35ba7f
-
Michael Vines authored
Change-Id: Icc6c66d598a77ad54023090ae059d3181c746107
-
- May 22, 2012
-
-
Michael Vines authored
Change-Id: I081cfe3ee27af8d98b07e489d460bb826559e92a
-
Michael Vines authored
-
Nivedita Sarkar authored
Change-Id: I7af42f1d4c895ee7eddcd7f1ae50162471537fb2
-
Michael Vines authored
Change-Id: I354bace1c217fa1e2b8e4dbef9d8b129871da898
-
Michael Vines authored
Change-Id: I2af4bb23f8d964c4bac4983131f5b4c56e9a536c
-