Neil Deakin
2737a14b5e
Bug 456106, use new drag and drop api in browser and toolkit, r=mano
2009-06-20 20:04:07 -04:00
Neil Rashbrook
ae8ef2cea9
Bug 496097 Handlers dialog is not accessible r=gavin,surkov
2009-06-20 23:33:55 +01:00
Dão Gottwald
f8a8f347ab
Bug 497574 - Focus no longer changes in context menu of selected add-on. r=mossop
2009-06-19 13:32:54 +02:00
Dave Townsend
2f8e4451fb
Bug 487717: Make sure that failing plugins failed the download and not the detection stage. r=robstrong
2009-06-17 11:48:35 +01:00
Dave Townsend
5722b86bff
Bug 496917: Use extensionVersion when doing version comparisons. r=robstrong
2009-06-15 20:32:32 +01:00
Phil Ringnalda
a85562bc1e
Bug 469873 followup, don't try to link XPTs on Mac, especially not with code that will fail to do so, r=ted
2009-06-13 11:53:38 -07:00
Michael Kohler
5f5ad04827
Bug 428276 - Install button's tooltip worded incorrectly; r=dtownsend
2009-06-13 15:25:12 +02:00
Florian Queze
f1ac5e3270
Bug 494391: JavaScript strict warning: reference to undefined property gApp.id. r=Mossop
2009-06-12 14:50:08 +02:00
Robert Strong
29a8d2f5f4
Bug 497578: delay update resuming to avoid it being interrupted by the private browsing necko reset when private browsing autostart is enabled, r=mconnor
2009-06-12 01:04:49 -04:00
Dave Townsend
bc0b863ee6
Bug 492008: Drop support for contents.rdf chrome registrations. r=bsmedberg, r=robstrong
2009-06-11 10:54:26 +01:00
Markus Stange
017398e7de
Bug 491058 - Add-on update notification during startup contains odd looking toolbar. r=dtownsend
2009-06-11 11:24:36 +02:00
Dave Townsend
a941b0f3be
Bug 496917: Can't include an arbitrary version name in the version field of the update xml. r=robstrong
2009-06-11 10:22:26 +01:00
Dão Gottwald
e9cba2c44c
Bug 397986 - Keyboard focus is often unclear and direction keys behave confusingly. r=dtownsend
2009-06-11 00:54:37 +02:00
Neil Deakin
79321ef1f8
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 14:00:39 -04:00
Dave Townsend
ecbb3b3a07
Bug 496287: App update incompatible list should not warn about disabled/blocklisted items. r=robstrong
2009-06-06 18:09:58 +01:00
Marco Perez
7c4fc6bd02
Bug 495583 - [SeaMonkey] Remove SUITE_USING_XPFE_DM remnants; r=neil
2009-05-31 04:42:02 +02:00
Robert Kaiser
5d71b37bbe
bug 495629 - also fix test_backspace_key_removes.xul (Mac-only) to work with SeaMonkey, r=sdwilsh
2009-05-30 19:48:03 +02:00
Mark Banner
c3ead29d1e
Fix test bustage for non-Firefox apps caused by bug 464795 - copy and paste try/catch for private browsing check into test which had got missed, test-only change
2009-05-25 10:20:39 +01:00
Ehsan Akhgari
e59c47a95e
Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after (tests); r=gavin
2009-04-23 20:00:25 +04:30
Robert Strong
f71d9d4620
Bug 488936 - Store the install locale in its own file. r=bsmedberg, r=ted.mielczarek
2009-05-21 11:02:08 -07:00
Robert Strong
cd3e1c9a96
Bug 404541 - [MSFT-7816] on Vista / Windows 7 installer does not elevate or ask to be elevated. r=jmathies
2009-05-20 15:49:24 -07:00
Jeff Beckley
f32b3a75e2
Bug 491436 - Some logging improvements to update service. r=rstrong
2009-05-19 13:24:59 -07:00
Robert Strong
953c9aa62b
Bug 486275 - active-update.xml is not saved after a channel change which leaves behind cruft. r=dtownsend
2009-05-19 13:24:26 -07:00
Robert Strong
df6d81ffc9
(test only change) Bug 493805 - Additional app update test cleanup. r=me
2009-05-19 13:24:12 -07:00
Dave Townsend
888523c00d
Fix bustage from bug 386153, must close the file before deleting it
2009-05-19 12:20:41 +01:00
Dave Townsend
d5c67e48a6
Bug 386153: XPI files dropped in the extensions folder always appear unsigned. r=robstrong
2009-05-19 09:28:04 +01:00
Benjamin Smedberg
bb1c33c4ea
Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
...
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
2009-05-18 14:15:05 -04:00
Marco Perez
0a8ae499da
Bug 489643 - set sane default options in UNPACK_TAR; r=benjamin
2009-05-16 01:14:15 +02:00
Dave Townsend
3f583e8e3c
Bug 487717: browser_bug435788.js times out occasionally. r=robstrong
2009-05-14 19:11:16 +01:00
Hiroyuki Ikezoe
c1ca6df2bf
Bug 487559. Don't build tests if tests are disabled. r=ted
...
--HG--
extra : rebase_source : 7abf6b362d7bee0a91e9e16ce97214d4b7f4c843
2009-05-13 22:17:45 +12:00
Edward Lee
0646202e19
Bug 448344 - Download manager says "1 minute remaining" when it's really between 1 and 2 minutes. r=sdwilsh, ui=limi
...
Show seconds when we're under 4 minutes like how we show "few seconds" when we're under 3 seconds. This pushes the "double minute" problem to 4 minutes instead of 1 minute, but the user experience goes from 100% longer to 25% longer. Test by checking low times for seconds, minutes, hours and check that we generate the right string for the boundaries.
2009-05-12 22:04:10 -05:00
Dave Townsend
f7a4e23645
Bug 396510: Remove EM command line global installation capability (e.g. -install-global-extension and -install-global-theme). r=robstrong
2009-05-12 09:22:39 +01:00
Dave Townsend
31119eee7e
Bug 415297: Content styles should control display behaviours, not the theme. r=robstrong
2009-05-12 09:21:15 +01:00
Serge Gautherie
dd3a60e13e
Bug 464707 - port upload build target to comm-central apps
...
(Bv1-MC) 1 s/topsrcdir/MOZILLA_DIR/
2009-05-11 17:11:50 +02:00
Robert Kaiser
e5e74146dc
bug 483781 - make tests that require the toolkit dlmgr UI not fail with new SeaMonkey dlmgr UI work, r=sdwilsh
2009-05-08 13:46:36 +02:00
Dave Townsend
02fb474890
Bug 486195: getItemLocation on WinRegInstallLocation should return a clone of the item location. r=robstrong
2009-05-05 12:45:53 +01:00
Dave Townsend
96ea885e9d
Bug 465190: Don't log errors when we can't create the global install locations. r=robstrong
2009-05-05 12:45:26 +01:00
timeless@mozdev.org
77811df3a6
Bug 489953 Remove extraneous semicolons
...
r=gavin
2009-05-03 09:28:43 -07:00
timeless@mozdev.org
5b068f69cb
Bug 489956 Use Constructor to save lookups for loop in nsContentDispatchChooser.prototype.ask
...
r=gavin
2009-05-03 09:28:42 -07:00
Jeremy Huddleston
1d6126a023
Bug 486036. Fix 'make install' for Darwin/X11. r=bsmedberg
...
--HG--
extra : rebase_source : 96f495fb8471e6fbe90a2aca17f0689983defddf
2009-04-25 20:53:02 +12:00
Markus Stange
234627d86b
Bug 477827 - Use inset box shadows instead of border images for the toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console. r=dao, r=Enn, r=dtownsend
2009-04-24 12:01:21 +02:00
Frederic Plourde
919fbf3727
Frederic Plourde - Bug 469873 - Fennec building does not link XPT files_fix, r+=ted
2009-04-23 14:23:02 -04:00
Robert Strong
8292b6bdf6
Bug 488928 - statusText is set twice in Downloader::onStopRequest. r=dtownsend
2009-04-20 18:58:15 -07:00
Robert Strong
554ffc86b3
Test cleanup - Bug 488797 - Custom GreD directory in xpcshell tests fails on Thunderbird
2009-04-20 14:08:03 -07:00
Ted Mielczarek
625500a0da
bug 489073 - race condition with nsinstall in toolkit/mozapps/plugins/tests Makefile. r=mossop
2009-04-20 14:51:26 -04:00
Ehsan Akhgari
be351e6741
Backed out changeset c319b49e2880 due to test failures
2009-04-19 14:20:55 +03:30
Ehsan Akhgari
0f7a8913b6
Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after (tests); r=gavin
2009-04-19 12:18:13 +03:30
Robert Strong
e0571058b0
Test bustage fix for bug 487346
2009-04-16 19:46:03 -07:00
Robert Strong
3836e0c168
Bug 485624 - Downloads in progress for previous releases should be canceled on startup instead of resumed. r=dtownsend
2009-04-16 18:40:46 -07:00
Robert Strong
3019c536cd
Bug 487346 - app update test cleanup. r=dtownsend
2009-04-16 18:32:32 -07:00
David Dahl
4bda3c5de5
Bug 487012 - License file not found for nightly update. r=rstrong
2009-04-16 18:32:31 -07:00
Dave Townsend
e0a3b8915d
Bustage fix from bug 480427
2009-04-16 21:07:00 +01:00
dtownsend@mozilla.com
bfeed79d00
Bug 487489 - browser_bug435788.js fails intermittently (r=rstrong)
2009-04-16 10:31:35 -07:00
Jeff Walden
583c6b4c88
Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer
2009-04-15 13:19:35 -07:00
Robert Strong
96c7170d8d
Bug 465490 - Intermittent time out after test_0051_general.js: test_0110_general.js hangs randomly.
2009-04-13 20:19:03 -07:00
Dão Gottwald
88eef4436f
Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn
2009-04-13 19:40:00 +02:00
Dão Gottwald
2b158c4a2f
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00
Robert Strong
8f80154851
Separation of tests, cleanup, and additional logging for Bug 465490 - Intermittent time out after test_0051_general.js: test_0110_general.js hangs randomly.
2009-04-09 18:11:56 -07:00
Frederic Plourde
7a301d5617
Bug 469873 - Fennec building does not link XPT files in a single bundle : no call to xptlink.pl r+ted
2009-04-08 10:40:12 -04:00
John Wolfe
e456c19b02
Bug 476733 - WinCE Dynamic CAB INF File Production Needed - r+ted
2009-04-07 23:44:03 -04:00
Ehsan Akhgari
0b8a9af0c4
Bug 486655 - test_privatebrowsing_title.xul fails on Windows and Linux; r=edilee
2009-04-03 19:47:31 +03:30
Benjamin Smedberg
3ad08b7964
Bug 486157 - Use CURDIR for Windows-style paths when building extension tests, r=ted
2009-03-30 17:15:16 -04:00
Dave Townsend
830c491783
Bug 486195: getItemLocation on WinRegInstallLocation should return a clone of the item location. r=robstrong
2009-03-31 22:21:07 +01:00
Chris AtLee
80e30b821f
bug 445191 - Add upload target for xulrunner, upload SDK if it exists, and add 'sdk', 'upload' targets to client.mk. r=ted
2009-03-31 09:43:31 -04:00
Gavin Sharp
bc0096d360
Disable test since it appears to be broken, and is failing intermittently (bug 483200)
2009-03-28 02:54:46 -04:00
Ehsan Akhgari
36e86d63df
Bug 485187 - Rename gDownloadLastDir.path to gDownloadLastDir.file and gDownloadLastDirPath to gDownloadLastDirFile; r=gavin
2009-03-28 11:20:36 +03:30
Michael Kohler
d58d4ff4ac
Bug 442099 - When resetting the defaults, we should use clearUserPref; r=sdwilsh
2009-03-28 03:00:19 +01:00
Dave Townsend
6c4972bd31
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 2. r=robstrong
2009-03-26 11:13:18 +00:00
Dave Townsend
a9994b8854
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 1. r=robstrong
2009-03-26 11:12:55 +00:00
Ted Mielczarek
aaa58f8d73
Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
...
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
2009-03-21 11:20:00 -04:00
Ted Mielczarek
dcc2d8f492
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
...
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
2009-03-21 11:20:00 -04:00
Anton Rogaynis (antonr)
0911aad286
Bug 484161 - Qt breaks with enable-test in updater/test. r=rstrong
2009-03-19 20:16:20 -07:00
Robert Strong
59fbc43c07
Bug 341749 - 30% cpu usage check for updates while window dialog is up. r=dtownsend
2009-03-19 20:16:16 -07:00
Robert Strong
5bf4831cc7
Bug 484013 - Unknown content type dialog cut off. r=dao
2009-03-19 12:25:48 -07:00
Robert Strong
9d28ad2767
Bug 483688 - Modify Firefox Installer to Incorporate Feedback Form. r=jmathies, ur-r=beltzner
2009-03-19 11:56:47 -07:00
Ehsan Akhgari
e410f319d6
Bug 464800 - Download manager title window is not cleared when switching to Private Browsing; r=sdwilsh
2009-03-19 21:12:27 +03:30
Mark Hahnenberg
0c75fabad2
Bug 474387: Hide Theme panel if no themes are installed. r=dtownsend
2009-03-18 14:19:22 +00:00
Ehsan Akhgari
7d88172665
Backed out changeset 69322c1764ff (bug 464800) due to test failures on Mac
2009-03-12 13:37:40 +03:30
Ehsan Akhgari
c768114b78
Bug 464800 - Download manager title window is not cleared when switching to Private Browsing; r=sdwilsh
2009-03-12 12:28:17 +03:30
Ehsan Akhgari
f6cd477e73
Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after (follow-up fix); r=gavin
2009-03-12 12:27:53 +03:30
Robert Strong
7437e2754c
Bug 476336 - Remove check for InfoText from readstrings.cpp. r=ted.mielczarek
2009-03-11 19:10:56 -07:00
Ben Hearsum
a0fe728228
bug 481901: Use tee to dump hdiutil output to log & file when mounting dmgs for repacking. r=pike
2009-03-11 10:49:27 -04:00
Anton Samson
6a13897ac8
Bug 374189; hotkey conflict on linux download manager; r+ui-r=mconnor
2009-02-25 16:25:28 +01:00
Robert Strong
a1315c8c79
Bug 479361 - Replace hack to get available space in CheckDiskSpace with GetDiskFreeSpaceExW. r=jmathies
2009-02-24 19:58:23 -08:00
David Dahl
30c3338c16
Bug 473337 - Refresh the updater application icon. r=rstrong, ui-r=faaborg
2009-02-24 19:58:14 -08:00
David Dahl
281f0efe60
Bug 473337 - Refresh the updater application icon; Linux part; r=(robert.bugzilla + ted.mielczarek) ui-r=faaborg
2009-02-24 17:53:36 +01:00
Peter Weilbacher
2f4ef60118
[OS/2] Bug 477508: fix build break in updater/test, p=wuno@lsvw, r=pweilbacher
2009-02-24 10:59:16 +01:00
Serge Gautherie
a5a2252e81
Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell
...
(Ev2-MC) Rename the object tests directory
2009-02-23 19:28:20 +01:00
Jeremy Lea
54bd95e3ca
Bug 479524 - TestAUSReadStrings fails to build on Mac OS X 10.4.8. r=rstrong
2009-02-20 18:02:29 -08:00
Dave Townsend
6df26e1de0
Disable tests from bug 435743 due to test failures
2009-02-18 14:19:27 -08:00
Dave Townsend
4c72fcf56f
Re-enable tests from bug 435743
2009-02-18 11:18:06 -08:00
Ted Mielczarek
add2be2e51
remove some unused cruft. rs=bsmedberg (no bug, NPOTB)
2009-02-18 11:17:54 -05:00
Ted Mielczarek
79405e8e0e
bug 478221 - make 'make upload' upload symbols zip alongside build. r=bsmedberg
2009-02-17 09:18:50 -05:00
Robert Strong
c2b32e272a
Bug 477908 - Set a smaller value for DOWNLOAD_BACKGROUND_INTERVAL for non official builds. r=mconnor
2009-02-15 23:34:56 -08:00
Josh Aas
4247f950ec
try disabling tests added in 9b79ff7b4707 in order to clear Linux test failures. CLOSED TREE
2009-02-13 12:34:30 -05:00
Dave Townsend
43487939b9
Bug 435743: Extensions and updates signed by any installed CA should be accepted (tests). r=robstrong
2009-02-12 13:34:52 +00:00
Robert Strong
a8f030d9a2
Test only fix - Bug 477577 - Encoding errors compiling TestAUSReadStrings.cpp
2009-02-10 12:13:47 -08:00
Rob Campbell
1656c32808
Bug 477591 - missing semi-colon in DownloadUtils.jsm. r=gavin
2009-02-09 11:40:15 -06:00
Robert Strong
3202062a0d
Fix error running tests for bug 473417 on Thunderbird Mac tinderbox
2009-02-08 16:03:25 -08:00
Robert Strong
a4262b1f00
Followup to fix more compiler warnings for Bug 473417 tests
2009-02-08 15:44:56 -08:00
Robert Strong
7dd0e5121e
Fix Linux and Mac compiler warnings for Bug 473417 tests
2009-02-08 14:27:01 -08:00
Phil Ringnalda
c41257249d
Bug 462185 - Don't include JavaScript standalone shell in distributions on Mac, part the don't-package-for-anyoneth, r=ted
2009-02-07 13:50:21 -08:00
Robert Strong
745e6150ac
Tests for Bug 473417 - updater.exe window is blank, and doesn't close. r=ted.mielczarek
2009-02-08 13:44:02 -08:00
Steve
8546f8bf8a
Bug 326228 - No error message when download manager tried to store file in folder with insufficent access rights. r=sdwilsh, ui=madhava
2009-02-07 00:41:30 -06:00
Robert Strong
9de7361dc0
Bug 476106 (Win32 only) - Unable to get directory path for directories immediately under some symlinks. r=jmathies
2009-02-04 20:35:59 -08:00
John Wolfe
b32c8a2196
Windows Mobile Installer. r=ted
2009-02-03 19:00:06 -08:00
Ted Mielczarek
ba0adfda23
bug 421611 - need to be able to run tests on an arbitrary build. add a package target for mochitest. r=bsmedberg
2009-02-02 08:53:24 -05:00
Marco Zehe
ae20bb4203
bug 469367 - Add ARIA semantics to those search widget types that don't have a Search button, r=dao, r=surkov
2009-02-02 10:38:53 +01:00
Dave Townsend
e2194a7b87
Bug 474988: Mismatched adds and removes of install listeners will fail. r=robstrong
2009-01-30 10:07:28 +00:00
Dão Gottwald
77bff0afd3
Bug 422763 - wrong icon for "close" button in "about {addon}" dialog. r=dtownsend
2009-01-30 11:23:58 +01:00
Robert Strong
29f6c06ff6
Bug 459490 - Console error when checking for Sunbird or Thunderbird software updates 'Exception 0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED) [nsIDocShellHistory.useGlobalHistory] in browser.xml'. r=dtownsend
2009-01-29 22:43:37 -08:00
Mook (sb)
42d95bb18c
Bug 470946 - PostUpdateWin WinPostProcess should launch synchronously. r=rstrong
2009-01-22 19:37:39 -08:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Robert Strong
d04b7e3393
Bug 473417 - updater.exe window is blank, and doesn't close. r=bsmedberg
2009-01-21 15:42:24 -08:00
Ehsan Akhgari
b24254b012
Bug 473417 - updater.exe window is blank, and doesn't close (further fixes) r=bsmedberg
2009-01-21 11:16:58 +03:30
Markus Stange
34a4a8cfe6
Bug 473233 - Application dropdown in download dialog is stretched, r=dao
2009-01-18 12:06:34 +01:00
Kai Liu
4b0b5e5530
Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc
2009-01-18 13:58:19 +03:30
Ehsan Akhgari
128a63467b
Bug 473417 - updater.exe window is blank, and doesn't close; r=bsmedberg
2009-01-15 11:24:30 +03:30
Robert Strong
e17e92b81d
Bug 470799 - Remove deprecated macros that are no longer in use. r=jmathies
2009-01-14 14:21:12 -08:00
Ehsan Akhgari
bc8182a0bc
Bug 468714 - The Persian installer's UI should be RTL; r=rstrong
2009-01-13 21:30:06 +03:30
Ehsan Akhgari
7e27b6ead9
Bug 464795 - Persist "save as" directory during private browsing, but restore previous value after; r=gavin
2009-01-13 21:30:05 +03:30
Ehsan Akhgari
08cbbfc855
Bug 305039 - (Win32 only) Make Windows installer more 'Unicode-aware'. r=rstrong
2009-01-12 22:22:27 -08:00
Robert Strong
80d88b1f03
Bug 470182 - (Win32 only) Create separate log file for shortcuts. r=jmathies
2009-01-12 22:17:49 -08:00
Robert Strong
3414109a17
Bug 399153 - Software update should support unicode strings for the UI. r=bsmedberg, r=ehsan
2009-01-08 22:25:49 -08:00
Shawn Wilsher
708706c323
Bug 429827 - Download manager does not warn when its download location does not exist or is write protected
...
r=Mardak
2009-01-08 15:17:53 -05:00
Robert Strong
16ec2a45eb
Bug 470797 - The GetLongPath macro returns paths with a trailing \. r=jmathies
2009-01-06 11:16:49 -08:00
Dave Townsend
d1ab594818
Bug 470810: getDirInternal should cache ProfD. r=robstrong
2009-01-06 11:04:41 +00:00
Robert Strong
e58b51123f
Bug 397964 - Remove nsPostUpdateWin.js. r=dtownsend
2009-01-05 15:17:40 -08:00
Robert Strong
1fb629c382
Bug 464835 - Update prompt comes up too often - backout changes from bug 324121. r=dtownsend
2009-01-05 11:00:19 -08:00
Robert Strong
247e364bdc
Bug 459615 - Remove the needElevation param from WinLaunchChild. r=ted.mielczarek, r=jmathies
2009-01-01 16:18:33 -08:00
Phil Ringnalda
8aca67f326
Bug 470179 - Update browser/toolkit copyright dates to 2009, r=gavin
2008-12-31 18:54:17 -08:00
Ben Hearsum
9108e3868a
bug 471427: upload target, all in one shot, UPLOAD_EXTRA_FILES fixed. r=ted
2008-12-29 11:11:27 -05:00
Dave Townsend
0dac3de193
Bug 470379: Remove code to upgrade from 1.0 profiles. r=robstrong
2008-12-29 09:31:25 +00:00
Ben Hearsum
08260b28ba
bug 464154: l10n-for-releases fixes, l10n-upload-% target. r=pike,ted
2008-12-24 09:08:08 -05:00
Robert Strong
1d7c4eaba4
[Sunbird] Bug 470197 - Update installer. r=ctalbert
2008-12-19 16:09:05 -08:00
Dave Townsend
d3c023f9bb
Bug 445710: Add-on update shows old version while downloading. r=robstrong
2008-12-19 12:25:27 +00:00
Michael Ventnor
50e114a822
Bug 416466 - "Extra useless option in file handling options" [r=myk]
2008-12-12 15:49:52 -08:00
Ted Mielczarek
117b542f74
bug 468494 - nightly mac builds are over 285Mb in size. fix NO_PKG_FILES to remove .dSYM bundles. r=bsmedberg
2008-12-08 16:09:52 -05:00
Phil Ringnalda
342b26417f
Bug 464632 - Give processed removed-files some IFLAGS lovin', r=ted
2008-12-06 20:25:08 -08:00
Markus Stange
6ba1cc8b6f
Bug 450800 - Style new search widgets on Mac OS X, CSS changes. r=dao
2008-12-06 12:41:29 +01:00
Robert Kaiser
031d317401
bug 453840: make it possible to create files in the final place for releases - create a MOZ_PKG_NAME for the in-package dir. r=tmielczarek
2008-12-05 12:00:33 -05:00
Markus Stange
5a0af206f8
Bug 456214 - Polish toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console, r=dao
2008-12-04 14:36:24 +01:00
Neil Rashbrook
0fab8ae13d
Bug 459372 Move filefield style rules to toolkit r=Mano
...
--HG--
rename : browser/themes/gnomestripe/browser/preferences/preferences.css => toolkit/themes/gnomestripe/global/filefield.css
rename : browser/themes/pinstripe/browser/preferences/preferences.css => toolkit/themes/pinstripe/global/filefield.css
rename : browser/themes/winstripe/browser/preferences/preferences.css => toolkit/themes/winstripe/global/filefield.css
2008-12-03 14:11:37 +00:00
Dave Townsend
b883bc40e1
Bug 467438: EM tests are touching the network. r=robstrong, CLOSED TREE
2008-12-01 18:13:42 -06:00
Dave Townsend
70531db076
Bug 465556: Fennec does not create extensions.rdf file. r=robstrong, a1.9.1=beltzner
2008-11-28 16:20:10 -06:00
Dave Townsend
192f849952
Bug 454546: Update EM and blocklist service to be initialised on profile-after-change. r=robstrong, a1.9.1=beltzner
2008-11-28 12:49:48 -08:00
Shawn Wilsher
45e296678a
Merge to tip for bug 463687
2008-11-28 09:07:19 -08:00
Dave Townsend
139a23f068
Bug 463687 - More info on severity blocklist dialog doesnt do anything. r=rstrong, blocking1.9.1=dtownsend
2008-11-28 04:02:19 -08:00
Robert Strong
b4a91a3d20
Bug 462940 - check for existing ProgressListener before adding one in updates.xml. r=dtownsend, approval1.9.1=beltzner
2008-11-28 03:41:37 -08:00
Justin Wood
b2458c170c
Bug 463824, Introduce GLOBAL_DEPS to build system
...
r=ted, a1.9.1=beltzner [js bits rs=sdwilsh]
2008-11-27 18:26:44 -08:00
Shawn Wilsher
19fcb4b6ab
Backed out changeset 87f6ae0c4324 (bug 435474) for orange.
2008-11-27 13:15:18 -08:00
Justin Wood
293c89f577
Bug 463824, Introduce GLOBAL_DEPS to build system
...
r=ted, a1.9.1=beltzner
2008-11-27 12:27:41 -08:00
Robert Strong
5a597093c6
Bug 464364 - Multiple attempts to write permission test file (should cache canUpdate). r=dtownsend, approval1.9.1=beltzner
2008-11-26 22:07:51 -08:00
Dave Townsend
174b98cd0f
Bug 463819: Blocklisted add-ons with a compatibility update say they are incompatible rather than blocklisted. r=rstrong, a=blocking1.9.1
2008-11-26 09:04:13 -06:00
Robert Strong
99ff41bc9f
Bug 464765: Update wizard back button displayed on Linux when it shouldn't. r=mconnor, a1.9.1b2=beltzner
2008-11-16 15:00:03 +00:00
Ben Hearsum
d22f52dce3
bug 453840: (NPOT en-US Build) make it possible to create l10n files in final place for releases. r=ted,axel
2008-11-14 16:26:53 +00:00
Robert Strong
cbdfafbc55
Bug 313057: Automatic updater downgrades/overwrites browser version when an older/identical version is in the queue. r=bsmedberg, a1.9.1b2=beltzner
2008-11-14 12:11:08 +00:00
Robert Strong
dd89e703a7
Bug 454964: |make check|: test_0110_general.js reports leak 1. r=mconnor, a1.9.1b2=beltzner
2008-11-14 10:24:20 +00:00
Ehsan Akhgari
afff8329d0
Bug 463888 - Do not persist the "Save As" location in private browsing mode; r=gavin, a=blocking-firefox3.1+
2008-11-14 02:04:41 +03:30
Ted Mielczarek
3b0220e8a2
Bug 454594: need a makefile target that can upload files via ssh. r=bsmedberg, NPOB
2008-11-13 15:37:04 +00:00
Ehsan Akhgari
4cbd3dd215
Bug 463885 - Entering the Private Browsing mode may not always empty the download manager list; r=sdwilsh, a=blocking1.9.1+
2008-11-12 23:43:12 +03:30
Robert Kaiser
991a9d63e6
bug 456373 - create a makefile target for packaging a source tarball, r=ted a1.9.1b2=beltzner (actual code is NPOTDB)
2008-11-12 13:45:23 +01:00
Justin Dolske
b14b6b4dbb
Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong
2008-11-05 19:17:27 -08:00
Shawn Wilsher
88f4a312eb
Bug 462964 - nsIDownloadManager should have removeDownloadsByTimeframe
...
r=mconnor
2008-11-05 18:39:24 -05:00
Robert Strong
5315305f00
Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
...
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00
Ehsan Akhgari
0cd9741967
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [downloadmgr part]; r=sdwilsh
2008-11-04 02:52:21 +03:30
Dave Townsend
d13a725406
Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
...
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 12:13:48 +00:00
Dave Townsend
d81de86f28
Backed out changeset bbccbf2c7456
2008-11-02 03:27:18 +00:00
Dave Townsend
f6b515d08c
Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
...
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 01:34:45 +00:00
Dave Townsend
ba2bcfde7c
Bug 462338: Make executeSoon widely available. r=robcee, r=gavin
2008-10-30 17:22:17 +00:00
Jim Blandy
f83d8c9ea3
Bug 97954: Allow SpiderMonkey to be built on its own, or as part of Mozilla.
...
Give SpiderMonkey its own configure script and top-level Makefile.
Adjust js/src/Makefile as appropriate for life as a stand-alone
makefile, instead of a 'make export; make libs'-style Mozilla tier
makefile. Have the configure script accept '--with-nspr-cflags' and
'--with-nspr-libs' options for using an in-tree NSPR. Also accept
'--with-system-nspr', '--with-nspr-prefix', and
'--with-nspr-exec-prefix' flags for using an installed NSPR. Default
to --disable-jemalloc, assuming we don't have that part of the tree
available; have the top-level configure script pass --enable-jemalloc
as needed.
Since we no longer have an export phase to copy header files into
dist/include/js before we build the library, we need to be able to
find nanojit.h in the nanojit directory; fix references in
jsbuiltins.h and jstracer.cpp.
Give SpiderMonkey it its own copies of many of the files from ./config
and ./build. These are all exact copies, except as follows:
. js/src/config/Makefile.in: js/src only has a subset of
js/src/config, and thus a subset of the makefile targets.
. js/src/config/autoconf.mk.in: js/src/configure.in has its own make
variables to set, not set by the top-level configure script, so it
needs a custom automake.mk template.
. js/src/config/make-system-wrappers.pl: a copy from nsprpub/config,
so that we can build without having an NSPR source tree handy.
Invoke js/src/configure from ./configure, passing the values computed
for NSPR_CFLAGS and NSPR_LIBS by the top-level configure script.
Treat js/src as a static directory of the js tier, and create a new
config/js (just a Makefile) to be the js tier's non-static directory.
Let js/src/configure generate SpiderMonkey's makefiles, not
./configure.
Generate a 'js-config' script, which clients can call to find the
CFLAGS and LIBS values necessary to compile and link against an
installed SpiderMonkey library. Don't include the js-config script in
Macintosh packages.
Teach client.mk how to rebuild js/src/configure.
Tell Mercurial to ignore files generated by autoconf in js/src.
Further work:
. Right now, callers must define JS_THREADSAFE when #including jsapi.h.
This is fixed in a subsequent patch.
. js/src/configure is a trimmed copy of ./configure. It could be
trimmed more.
--HG--
rename : build/autoconf/acoutput-fast.pl => js/src/build/autoconf/acoutput-fast.pl
rename : build/autoconf/altoptions.m4 => js/src/build/autoconf/altoptions.m4
rename : build/autoconf/config.guess => js/src/build/autoconf/config.guess
rename : build/autoconf/config.sub => js/src/build/autoconf/config.sub
rename : build/autoconf/glib.m4 => js/src/build/autoconf/glib.m4
rename : build/autoconf/install-sh => js/src/build/autoconf/install-sh
rename : build/autoconf/make-makefile => js/src/build/autoconf/make-makefile
rename : build/autoconf/match-dir.sh => js/src/build/autoconf/match-dir.sh
rename : build/autoconf/nspr.m4 => js/src/build/autoconf/nspr.m4
rename : build/autoconf/pkg.m4 => js/src/build/autoconf/pkg.m4
rename : build/autoconf/update-makefile.sh => js/src/build/autoconf/update-makefile.sh
rename : build/cygwin-wrapper => js/src/build/cygwin-wrapper
rename : build/hcc => js/src/build/hcc
rename : build/hcpp => js/src/build/hcpp
rename : build/unix/mddepend.pl => js/src/build/unix/mddepend.pl
rename : build/unix/uniq.pl => js/src/build/unix/uniq.pl
rename : config/Makefile.in => js/src/config/Makefile.in
rename : config/Moz/Milestone.pm => js/src/config/Moz/Milestone.pm
rename : config/autoconf.mk.in => js/src/config/autoconf.mk.in
rename : config/config.mk => js/src/config/config.mk
rename : config/elf-dynstr-gc.c => js/src/config/elf-dynstr-gc.c
rename : config/fastcwd.pl => js/src/config/fastcwd.pl
rename : config/gcc_hidden.h => js/src/config/gcc_hidden.h
rename : config/insure.mk => js/src/config/insure.mk
rename : nsprpub/config/make-system-wrappers.pl => js/src/config/make-system-wrappers.pl
rename : config/milestone.pl => js/src/config/milestone.pl
rename : config/milestone.txt => js/src/config/milestone.txt
rename : config/mkdepend/Makefile.in => js/src/config/mkdepend/Makefile.in
rename : config/mkdepend/cppsetup.c => js/src/config/mkdepend/cppsetup.c
rename : config/mkdepend/def.h => js/src/config/mkdepend/def.h
rename : config/mkdepend/ifparser.c => js/src/config/mkdepend/ifparser.c
rename : config/mkdepend/ifparser.h => js/src/config/mkdepend/ifparser.h
rename : config/mkdepend/imakemdep.h => js/src/config/mkdepend/imakemdep.h
rename : config/mkdepend/include.c => js/src/config/mkdepend/include.c
rename : config/mkdepend/main.c => js/src/config/mkdepend/main.c
rename : config/mkdepend/mkdepend.man => js/src/config/mkdepend/mkdepend.man
rename : config/mkdepend/parse.c => js/src/config/mkdepend/parse.c
rename : config/mkdepend/pr.c => js/src/config/mkdepend/pr.c
rename : config/nfspwd.pl => js/src/config/nfspwd.pl
rename : config/nsinstall.c => js/src/config/nsinstall.c
rename : config/nsinstall.py => js/src/config/nsinstall.py
rename : config/pathsub.c => js/src/config/pathsub.c
rename : config/pathsub.h => js/src/config/pathsub.h
rename : config/preprocessor.pl => js/src/config/preprocessor.pl
rename : config/revdepth-nt.pl => js/src/config/revdepth-nt.pl
rename : config/revdepth.pl => js/src/config/revdepth.pl
rename : config/rules.mk => js/src/config/rules.mk
rename : config/system-headers => js/src/config/system-headers
rename : config/version.mk => js/src/config/version.mk
rename : config/version_win.pl => js/src/config/version_win.pl
rename : configure.in => js/src/configure.in
2008-10-29 08:29:22 -07:00
Jim Mathies
4ba1e76c42
Bug 426544 - Disable browser.download.manager.alertOnEXEOpen and set internet zone bit on all downloaded files; v3; r=sdwilsh
2008-10-29 05:53:30 +01:00
Jesper Kristensen
b5c0e51f77
Bug 401292 - application and addon updates fail when Danish Government browser extension is installed; r=(dveditz + kaie)
2008-10-29 05:39:28 +01:00
Peter Weilbacher
61bfd14213
[OS/2] Bug 461342: do not lxLite-compress the main executables to prevent icon corruption on some systems, r=wuno
2008-10-26 22:53:57 +01:00
Ben Hearsum
059a931551
bug 453840: fix up pretty name support for win32. r=ted.mielczarek, patch=me
2008-10-24 15:47:48 -04:00
Robert Strong
51ac46cda7
Bug 324121 - (EM Patch) Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning. r=dtownsend
2008-10-21 17:48:52 -07:00
Alexander L. Slovesnik
7133447dfb
Bug 335266 - If update of Thunderbird was paused, incorrect message is shown; r=robert.bugzilla
2008-10-22 01:37:51 +02:00
Dmitry Potapov
7214c98ab9
Bug 412610 - "MAXPATHLEN too small for glibc's realpath()" (define MAXPATHLEN as PATH_MAX when PATH_MAX is available) [r=bsmedberg]
2008-10-20 22:55:57 -05:00
Mike Hommey
1f37f46951
Bug 422991 - "'make distclean' misses some files" (cleanup browser/installer) [r=bsmedberg]
2008-10-20 22:17:16 -05:00
Julien RIVAUD
3a6b664ae0
Bug 419293 - "downloading update" dialog's hide button has unneeded and wrong icon; r=gavin.sharp
2008-10-20 14:24:35 +02:00
Dave Townsend
6160a863f3
Bug 427155: Searching add-ons for /find bar/ generates an error. r=robstrong, r=laura
2008-10-18 15:03:55 +01:00
Markus Stange
24c418dbdf
Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin
2008-10-18 11:57:46 +02:00
Dão Gottwald
380e4ca4f6
Bug 397493 - Add-ons Update should skip "Continue" if all updates have been successful. ui-r=boriss, r=dtownsend
2008-10-15 15:56:25 +02:00
Ben Hearsum
347a38192a
backout bug 453840 to fix win32 l10n
2008-10-13 20:42:23 -04:00
Edward Lee
12436dcf0c
Bug 414326 - Use DownloadUtils for software update downloads. r=sdwilsh, r=robstrong
2008-10-13 10:50:10 -05:00
Markus Stange
b6747539e3
Backed out changeset 151e51ec625e (bug 398928) because of unit test orange
2008-10-13 14:30:47 +02:00
Markus Stange
6cbd4557ec
Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin
2008-10-13 11:24:51 +02:00
Robert Strong
f8a5069900
Partial backout of Bug 453733 to fix Bug 459569
2008-10-12 16:03:38 -07:00
Robert Strong
635de34829
Bug 453733 - Software update fails if current directory is root directory (win32 only). r=ted.mielczarek, r=bsmedberg
2008-10-10 16:04:01 -07:00
Robert Strong
570ccf44f5
Bug 458839 - Move errors.xul from update over to extensions since the add-ons mgr. is the only consumer. r=dtownsend
2008-10-10 15:36:46 -07:00
Neil Rashbrook
4c8fb2c5af
Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn
...
--HG--
rename : toolkit/mozapps/preferences/preferences.xml => toolkit/content/widgets/filefield.xml
2008-10-10 00:04:06 +01:00
Ben Hearsum
74b8c68139
bug 453840: make it possible to create files in the final place for releases - follow-up to MOZ_PKG_PRETTYNAMES patch to support win32
2008-10-09 08:53:28 -04:00
Daniel Holbert
72c410a648
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Ben Turner
21e1a3e936
Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst'
2008-09-30 16:56:57 -07:00
Doug Turner
4eff22b11e
Bug 420928, 457331. Fixes main entry point on windows ce. minor windows mobile fixes in XR. r=bsmedberg
2008-09-30 14:34:55 -07:00
Markus Stange
e384335a50
Bug 456216 - Add attributes "first-visible" and "last-visible" to the first and last visible radio buttons of the Add-ons Manager toolbar, r=Mossop
2008-09-30 12:59:42 +02:00
Dave Townsend
88609aff7a
Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
...
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
2008-09-30 07:31:19 +01:00
Robert Strong
da91a7ed13
Bug 454026 - Updates directory not removed on install on Vista. r=jmathies
2008-09-22 12:28:45 -07:00
Robert Kaiser
a84761b588
bug 453840 - make it possible to create files in the final place for releases, r=ted
2008-09-17 22:53:09 +02:00
Dave Townsend
5a0d4e5f00
Bug 454842: Remove unneccessary hack from bug bug 299716 tests that was hiding a now non-existant assertion. r=robstrong
2008-09-14 12:06:53 -04:00
Robert Strong
e4e22311ff
Bug 454357 - ?force=1 is appended to update url even when the url supplies params. r=dtownsend
2008-09-12 13:18:32 -07:00
Robert Strong
325b84ba57
Fix intermittent failure of Bug 451085 on Mac OS X. r=me
2008-09-10 19:17:07 -07:00
Phil Ringnalda
b65979710c
Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2008-09-09 21:33:27 -07:00
Robert Strong
bc2c387004
[Win32] Bug 454130 - Deprecate the ini creation macros from common.nsh. r=jmathies
2008-09-09 19:17:16 -07:00
Robert Strong
38a27e41e8
Bug 451085 - Add updater tests for applying mar files. r=dtownsend
2008-09-08 11:57:10 -07:00
Robert Strong
d871875d8e
Bug 453870 - Give app update some XPCOMUtils love. r=dtownsend
2008-09-08 11:37:30 -07:00
Anoop Saldanha
adb7b1e579
Bug 436553 - Automate litmus test for closing the download manager; r=sdwilsh
2008-09-08 15:06:42 +02:00
Ginn Chen
b807ca4816
Bug 440714 use -xldscope for Sun Studio on Solaris r=vladimir,benjamin sr=benjamin
2008-09-08 14:21:07 +08:00
Robert Strong
acf9005b85
Bug 353177 - Details link has ugly focus while downloading an update. r=dietrich
2008-09-05 09:57:23 -07:00
Honza Bambas
ffe9977404
bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie
2008-09-05 09:35:58 -04:00
Natch
dd515511f2
Bug 423469: Theme preview splitter can be moved too far to the left and right. r=mossop
2008-09-05 11:36:22 +01:00
Natch
bdf4fe6426
Bug 424317: Add-on Updates dialogue shown at startup has buttons in the wrong order/position. r=mossop
2008-09-05 10:50:12 +01:00
Robert Strong
ce890771ed
Bug 453693 - updater.exe sometimes creates the lock file in the wrong directory. r=ted.mielczarek
2008-09-04 13:40:28 -07:00
Robert Strong
39719eaef4
Test for Bug 390746
2008-09-04 11:15:33 -07:00
Régis Caspar
62ad98fef2
Bug 438755, 415579, 419956. Add cancel install as appropriate and disable install button for installed add-ons
2008-09-04 11:11:52 +01:00
Håkan Waara ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
1652f1d792
Bug 422511 - "Open with 'TextEditor.app'" Should be "Open with 'TextEditor'"
...
This changeset gets an application bundle's name instead of the bundle's file
name on OS X.
Original patch by Håkan Waara, updated by Shawn Wilsher.
Original patch r=sdwilsh, sr=biesi
Updated patch r=hwaara, sr=biesi
2008-09-03 12:22:16 -04:00
Natch
c44117d58c
Bug 449402: Don't fetch thumbnails in Add-ons manager if loading images is disabled. r=mossop
2008-09-03 08:42:16 +01:00
Dave Townsend
38b92580c3
Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong
2008-09-02 12:53:34 +01:00
Arpad Borsos
3c87be4ffc
Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted
2008-09-02 10:45:14 +01:00
Robert Strong
0bc3b8e923
Bug 452657 - Remove richview from toolkit. r=dtownsend
2008-09-01 13:38:42 -07:00
Robert Strong
55c6ac149b
Bug 452128 - Only try to elevate when updating from the application. r=ted.mielczarek
2008-09-01 13:09:57 -07:00
Dave Townsend
7f4c059a7f
Backed out changeset 47db77d641d4 from bug 449027
2008-08-28 10:58:17 +01:00
Dave Townsend
35890474fa
Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong
2008-08-28 10:55:43 +01:00
Armen Zambrano Gasparnian
43fa2bfa56
Bug 438240 - packager.mk doesn't mount image automatically on MacOS 10.5, r=bsmedberg
2008-08-27 21:49:12 -04:00
Robert Strong
29abe2126d
Additional tests from Bug 451164. r=dtownsend
2008-08-27 11:05:13 -07:00
Robert Strong
4ee2c65ce0
Bug 405257 - gUpdates.wiz is null in some cases. r=dtownsend
2008-08-27 09:43:07 -07:00
Robert Strong
e4c9bca4fd
Bug 452174 - Make updater binary parent-pid command line arg optional. r=bsmedberg
2008-08-26 14:06:45 -07:00
Dave Townsend
183cb721bb
Bug 430943: Add-ons manager displays Get Add-ons pane even when disabled. r=robstrong
2008-08-26 09:44:52 +01:00
Robert Strong
27f27a81b4
Remove bogus log statement added by Bug 451164
2008-08-25 11:16:51 -07:00
Robert Strong
4931825ce9
Bug 451692 - updater.exe debug exception - dbgheap.c Line 1279 _CrtlsValidHeapPointer(pUserData). r=bsmedberg
2008-08-25 11:12:25 -07:00
Robert Strong
cfda98c8b6
Bug 451164 - Update error messages are often incorrect. r=dtownsend
2008-08-24 11:43:50 -07:00
Robert Strong
b03db64c2d
Bug 450790 - Remove testnsUpdateService.js. r=dtownsend
2008-08-19 15:22:11 -07:00
Robert Strong
56b461156d
Followup to bug 446527 - make %LOCALE% optional, r=dtownsend,bsmedberg
2008-08-19 15:37:00 -04:00
Serge Gautherie
006237fb18
Bug 312661 - Software Update 1st step displays 'AUS: Update XML File Malformed (200)' if working offline . r=rstrong
2008-08-18 20:49:32 -07:00
Robert Strong
13b6095ca1
Bug 446527 - major update not offered when some language packs are installed. r=dtownsend, r=bsmedberg
2008-08-17 19:15:10 -07:00
Robert Strong
b32937f301
Adding general application update service tests from Bug 446527. r=dtownsend, r=bsmedberg
2008-08-16 22:40:34 -07:00
Robert Strong
acf4fab526
Adding general application update service tests from Bug 446527 without the Makefiles since the tree is not green - NPOB for now. r=dtownsend, r=bsmedberg
2008-08-16 13:27:09 -07:00
Régis Caspar
45ff8740fb
Bug 386434: Add-ons aren't sorted correctly in Add-ons manager (problem with non-ascii chars). r=dtownsend
2008-08-16 16:05:07 +01:00
Kai Engert
b896a8b0e7
Backed out changeset 3770c42e3118
2008-08-16 08:00:17 +02:00
honzab@allpeers.com
4a11f328e4
Bug 428009, hook up ssltunnel to mochitest
...
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
2008-08-16 07:38:03 +02:00
Kevin Brosnan
89c6530f47
Bug 414083: 'Add-ons' should not be capitalized in offlineUpdateMsg. r=robstrong
2008-08-15 16:26:25 +01:00
Dave Townsend
b48b06ff04
Bug 448051: Add function names through the extension manager. r=robstrong
2008-08-15 16:23:48 +01:00
Régis Caspar
ce960a7bcb
Bug 414628 – right clicking on links in addons manager acts as a left click. r=rstrong
2008-08-14 21:22:40 +02:00
Dave Townsend
433e26280f
Bug 436719: Read updater.ini from app dir, not gre. r=bsmedberg, r=robstrong
2008-08-14 17:08:03 +01:00
romaxa
7df1a08f25
Bug 439619 – Extension manager "Install..." fails if appendFilter iface not implemented. r=rstrong
2008-08-14 12:31:54 +02:00
Dave Townsend
fdf19e9628
Bug 427379: Redundant factory object in nsExtensionManager.js. r=rflint
2008-08-14 10:43:43 +01:00
RIVAUD Julien (_FrnchFrgg_)
6b8d344fb7
Bug 420595 - Change the acceptButton icon to a "save" one when there is no choice. r=sdwilsh
...
Bug 420595 - "you have chosen to open" dialog uses wrong icon
When we present the basic choice for actions in the download helper
window, the accept button has the only effect of saving; thus we
should change the icon from "OK" to "Save".
2008-08-13 08:53:09 +02:00
Rob Campbell
4c5341b4ae
Bug 316382 – Bad information text "Firefox may check periodically for new updates". r=robstrong, ui-r=madhava
2008-08-13 08:38:46 +02:00
Dave Townsend
128264e22f
Bug 428078: test_bug356370.js asserts in debug builds. r=robstrong
2008-08-12 14:54:09 +01:00
Dão Gottwald
190db00476
Bug 449317 – Use the new search textbox binding in the Add-ons manager. r=mossop
2008-08-07 23:16:01 +02:00