Mike Hommey
a2815ce44d
Bug 761105 - Remove build/pylib/blessings/blessings.egg-info and other-licenses/virtualenv/virtualenv.egg-info. r=ted
2012-06-04 13:52:29 +02:00
Sriram Ramasubramanian
533c60015e
Bug 760220: Add-on menu item show be added prior to onPrepareOptionsMenu(). [r=mbrubeck]
2012-06-02 23:07:03 -07:00
Gregory Szorc
ef71d501e0
Bug 754469 - Part 2 - Add blessings to virtualenv
2012-06-01 21:30:26 +02:00
Gregory Szorc
469ff360fb
Bug 754469 - Part 1 - Add blessings Python package 1.3 for terminal interactions
2012-06-01 21:30:22 +02:00
Gregory Szorc
31ebbec1cb
Backout df2e1b2959d3
2012-06-01 21:49:56 +02:00
Gregory Szorc
836ea3fcf0
Backout 424a40f751da
2012-06-01 21:49:30 +02:00
Gregory Szorc
b02fc59efb
Bug 754469 - Part 2 - Add blessings to virtualenv
2012-06-01 21:30:26 +02:00
Gregory Szorc
21e899dcd6
Bug 754469 - Part 1 - Add blessings Python package 1.3 for terminal interactions
2012-06-01 21:30:22 +02:00
William Lachance
6c47c7bbfc
Bug 760107 - Add support for getting rotation of device to SUTAgent
2012-05-31 10:59:06 -04:00
Gervase Markham
68d38d677f
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
...
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Jesse Ruderman
33745d72ad
Bug 758986 - call stackFixerFunction before logging. r=ted
2012-05-29 16:10:58 -07:00
Kyle Huey
6aade7d74c
Merge m-c to b-s.
2012-05-27 22:31:06 -07:00
Kyle Huey
288f3e1cd1
Merge m-c to b-s.
2012-05-26 14:22:26 -07:00
Kyle Huey
2e01633bf7
Update pymake snapshot to pull Bug 755828 and remove incorrectly added MPL 2 headers.
2012-05-25 12:14:16 -07:00
Ted Mielczarek
fb6e8ee24f
bug 661908 - work around stupid Python 2.5 bug. r=bustage
2012-05-25 14:02:54 -04:00
Wes Johnston
5ee0b8bb71
Bug 757646 - Throw from NSSBridge if Master password is set. r=rnewman,gbrown
2012-05-25 10:04:12 -07:00
Geoff Brown
0b7424e86e
Bug 758405 - Robocop: fix synchronization in FennecNativeElement. r=jmaher
2012-05-26 09:33:53 -04:00
Ted Mielczarek
e67c30013c
bug 661908 - add mozbase packages to virtualenv. r=khuey
...
--HG--
extra : rebase_source : 8ecfb73d54692645941322f0c646896fd84e9214
2012-04-25 13:37:16 -04:00
Ted Mielczarek
54af8a956e
bug 661908 - create a virtualenv as part of configure. r=khuey
...
--HG--
extra : rebase_source : c0d8d3a37a03425cdb3c0713ceda3007bddb1496
2012-04-25 13:37:16 -04:00
William Lachance
7491bde43d
Bug 757546 - shell() in devicemanager should return an int;r=gbrown
2012-05-23 10:26:07 -04:00
Geoff Brown
653f6e51e8
Bug 725094 - Robocop: change error handling to throw fewer exceptions; r=jmaher
2012-05-22 16:25:30 -07:00
Ehsan Akhgari
2362f4b5ee
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Phil Ringnalda
ac2cea8f47
Back out 6133c00430fc, 94e9ab59900e, 6f6115262c4b (bug 661908) for buildsymbols bustage
2012-05-21 14:31:34 -07:00
Ted Mielczarek
1d372d50c6
bug 661908 - add mozbase packages to virtualenv. r=khuey
...
--HG--
extra : rebase_source : a7dd1d3f0dd5f39b3a7ea781f9c09c905b678ccf
2012-04-25 13:37:16 -04:00
Ted Mielczarek
43e06b2830
bug 661908 - create a virtualenv as part of configure. r=khuey
...
--HG--
extra : rebase_source : 9f2977471ba4baf45cc618c87b2e99f102bc9cca
2012-04-25 13:37:16 -04:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Geoff Brown
ad4e2a3ea4
Bug 755556 - Robocop: upgrade to robotium-3.2.1.jar. r=jmaher
2012-05-19 11:26:39 -04:00
Chris Coulson
7cc8ba8beb
Bug 756167 - Fix make-makefile test failure when the source path contains perl regexp metacharacters. r=coop
2012-05-17 17:55:33 -04:00
Rafael Ávila de Espíndola
9adbe18195
Bug 683975 - Build zlib. r=rail.
2012-05-17 16:14:38 -04:00
Dão Gottwald
7a72c93bb4
Bug 734172 - Stop blaming tests that replace the first tab for leaking. r=ttaubert
2012-05-17 16:41:08 +02:00
Rafael Ávila de Espíndola
fea7b1a99e
Bug 683975 - build gawk. r=rail.
2012-05-16 07:50:05 -04:00
Jonathan Watt
a3169c5bd5
Bug 755247 - Have automation.py.in set browser.startup.page to 0 so it initial loads about:blank. r=ted.
...
--HG--
extra : rebase_source : 179bf28ad82e9544a43715ae4708689efcfc9f4c
2012-05-16 11:07:50 +01:00
Christian Holler
0f25e1bb27
Bug 753135 - Add AddressSanitizer mozconfig files to the tree, r=catlee
2012-05-15 15:24:14 -07:00
Chris AtLee
05aaf96065
Bug 755067: merge in build-system changes to inbound r=ted
...
mozconfig and Makefile changes required for doing 32-bit windows builds on 64-bit machines.
--HG--
extra : rebase_source : f3c2a028d53ba3144fa2c7d06bbc13c436811543
2012-05-15 10:55:02 -04:00
Rafael Ávila de Espíndola
a407a9a089
Bug 683975 - Do a 3 step bootstrap. r=rail.
...
--HG--
extra : rebase_source : 68560b4f98df1b7e8c499969a371ae0490e90bbe
2012-05-15 09:06:42 -04:00
Chris AtLee
8ebcaddc5f
merge in latest m-c to b-s
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-14 15:58:57 -04:00
Chris AtLee
20d973e24e
Bug 753132: Update mozconfig for doing 32-bit builds on 64-bit machines. r=ted
2012-05-14 12:04:37 -04:00
Dão Gottwald
c43c50a21d
Bug 658738 - reduce MAX_LEAK_COUNT to match the status quo
2012-05-11 12:18:50 +02:00
Joe Drew
157bb2b743
Merge last PGO-clean cset from inbound to central.
2012-05-10 21:25:37 -04:00
Dão Gottwald
b42f976cee
Bug 752467 - disable leaky tests. r=zpao
2012-05-10 20:09:25 +02:00
William Lachance
fba2e6c64d
Bug 721936 - Watcher should have option to disable starting SUTAgent;r=ctalbert
2012-05-10 12:48:50 -04:00
William Lachance
a13ac2b680
Bug 753484 - Installation/uninstallation broken with SUTAgent on ICS;r=gbrown
2012-05-10 12:43:28 -04:00
William Lachance
4441bceb95
Bug 752690 - Various problems encountered with mozdevice when trying to get Google Chrome and Stock ICS working with Eideticker;r=jmaher
2012-05-08 11:04:58 -04:00
William Lachance
fff97897df
Bug 752670 - Takes forever to initialize devicemanagerADB if deviceRoot has many files in it; r=jmaher
2012-05-08 10:23:19 -04:00
Rafael Ávila de Espíndola
089c9efb12
Bug 683975 - backport libtool's 74c8993c178a1386ea5e2363a01d919738402f30. r=rail.
2012-05-08 10:12:07 -04:00
Christian Holler
f3daf13c7c
Bug 751195 - Remove AddressSanitizer blacklist file, r=khuey
2012-05-05 02:10:25 -04:00
Phil Ringnalda
56634e1012
Merge again
2012-05-04 19:50:34 -07:00
Phil Ringnalda
ed28fa6fef
Merge m-c to m-i
2012-05-04 19:49:34 -07:00
Tim Taubert
956a1c78af
Bug 740242 - runtests.py | Received unexpected exception while running application 'NoneType' object has no attribute 'group'; r=ted
2012-05-04 16:21:24 +02:00
Pierre Reveillon
89282da28d
Bug 734629 - Use default system binary instead of hard-coded /Developer/Tools. r=glandium
2012-05-04 22:46:35 -04:00