Граф коммитов

9740 Коммитов

Автор SHA1 Сообщение Дата
Marco Bonardo 0327e0240c Disable Places Sync on some frequent random failing test, to workaround bug 507790 and reduce orangeness. a=tests-only 2009-11-26 15:29:03 +01:00
21@vingtetun.org adf2498ce3 Bug 530495 - textbox.xml throw an error (line 175) if the textbox.inputField didn't exist (r=neil) 2009-11-25 11:49:52 -08:00
Vivien Nicolas a2a597d568 Bug 509732 - Don't do slideIn animation if the height of the notification is 0. r=dtownsend 2009-11-24 21:00:49 -08:00
Gavin Sharp 16f471606f Bug 530533: Add pref to control whether addEngine prompts to "use immediately", r=rflint 2009-11-23 11:05:33 -05:00
John Daniels 2556f6f857 Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
2009-11-24 11:58:42 -08:00
Dão Gottwald becf5522cc Bug 529769 - notify observers when lightweight theme is selected. r=dtownsend 2009-11-24 16:59:53 +01:00
Ehsan Akhgari 4b88692959 Add some comments for bug 528416 2009-11-23 19:24:13 -05:00
Stephen Horlander 8cbf3a1967 Bug 431627 - Toolbar icons should have consistent photoshop blending settings. r=dao, ui-r=faaborg 2009-11-23 19:51:38 +01:00
Johnathan Nightingale 0f2b861b06 Bug 525103 - Generate initial list of DLLs to Blocklist 2009-11-20 16:41:29 -05:00
Ehsan Akhgari 18403f40e1 Use a wave file instead of ogg files for audio and video controls direction tests in order to minimize the possibility of random test timeouts. (Bug 528001)
--HG--
extra : rebase_source : 4214124a911bec6eb96fdac64db7a14f08c5350d
2009-11-20 12:11:09 -05:00
L. David Baron c9ff2ce78e Use 'progress' events instead of 'suspend' events and don't check readyState, in order to fix random test timeouts. (Bug 528001)
--HG--
extra : rebase_source : 63eed710449127d55f724e811e6506c47191bc6a
2009-11-20 11:55:24 -05:00
Robert Strong 7ccda2884f followup to Bug 407875 - prevent multiple update prompts for manual update notification. r=dtownsend, a=beltzner 2009-11-19 11:38:56 -08:00
Neil Rashbrook 522ab49ac7 Bug 528755 Workaround for XUL filepicker regression r=gavin bl=beltzner 2009-11-19 19:04:38 +00:00
Marco Bonardo 947691b491 Remove workaround for bug 522353 from nsPlacesDBFlush component 2009-11-19 14:15:08 +01:00
Jae-Seong Lee c6f2913dc0 Bug 520743 - xpcshell-tests: some Places unit tests fail when 'werror' is on, r=mak 2009-11-19 14:13:24 +01:00
Justin Dolske b977f6ece8 Bug 520491 - Updater uses lots of memory and disk space for partial updates. r=rstrong, a=beltzner for mozilla-central 2009-11-18 21:58:16 -08:00
Robert Strong 5fd20691e3 Bug 407875 - Unprivileged users are not notified of security updates. r=dtownsend, r=vlad, a=dietrich 2009-11-18 21:50:05 -08:00
Mark Finkle 83b31eb1d1 Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
Daniel Brooks d6d43f913e bug 528792 - test frippery 2009-11-18 06:15:03 -06:00
Daniel Brooks ded77c05ab bug 528792, fix a test by ensuring that we pass in even coords so that zooming+truncating still leaves us with an integer coordinate 2009-11-18 03:36:22 -06:00
Daniel Brooks f77d321e86 merge fix for bug 528796 and for a test that it affects 2009-11-18 02:01:22 -06:00
Ehsan Akhgari 558bafdb95 Bug 526194 - Fix test bustage 2009-11-17 18:04:08 -05:00
Daniel Brooks ed548863a8 bug 528796 - fix the test so that it measures correctly 2009-11-17 14:30:25 -06:00
Ehsan Akhgari 4da46a45c0 Bug 526194 - r=vlad
--HG--
extra : rebase_source : 410c69341dab86377f94026709c3aa1f13c36a6d
2009-11-17 15:01:15 -05:00
Daniel Brooks ea82a3574b bug 528796: this should make test_popup_scaled.xul work. 2009-11-17 04:34:42 -06:00
Ehsan Akhgari 5f0a40d0db Bug 528416 - Download Directory Persists After "Clear Recent History"; r=gavin ui-r=faaborg
--HG--
extra : rebase_source : a5856e02bc394b7359b507d9a40e05d59a114155
2009-11-16 20:14:28 -05:00
Michael Ventnor 99ea3a227c Bug 516124. Add null checks to nsAlertsIconListener. r=roc 2009-11-17 15:16:59 -05:00
Masayuki Nakano fbd9249755 Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil 2009-11-16 22:13:02 +09:00
Dão Gottwald 7883bc9022 whitespace cleanup 2009-11-16 12:13:10 +01:00
Ted Mielczarek f828fb016e bug 484799 - make {package,installer} should rebase on windows. r=bsmedberg 2009-10-20 08:13:38 -04:00
Ted Mielczarek 7bb84a4381 bug 522729 - intermittent timeouts in browser_aboutCrashesResubmit.js. hold the progress listener in a global var to prevent it from being GCed. r=mossop 2009-11-13 09:47:07 -05:00
Mitchell Field bf5ecdc685 bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek 2009-11-13 14:40:00 -05:00
Jae-Seong Lee-Russo d810dc515c nsExtensionManager.js.in: fix errors in JS strict mode.
Bug 524781 - xpcshell-tests: turn on strict & werror by default.
r=benjamin.
2009-11-15 12:20:40 +01:00
Jae-Seong Lee-Russo b968ecbab9 Toolkit tests that fail in js strict mode.
Bug 524781 - xpcshell-tests: turn on strict & werror by default.
r=benjamin.
2009-11-15 12:20:35 +01:00
Serge Gautherie 54d73947c5 Bug 508025 - head_urlclassifier.js: s/streamCompleted/streamFinished/ (3rd time); (Av1).
r=dcamp.
2009-11-15 12:20:31 +01:00
Reed Loden 6f53c0f130 Bug 523720 - "Update about:license to account for Growl license changes in bug 522511" [r=gerv] 2009-11-14 14:08:41 -06:00
Alex Pahotkin d8d48a0539 Bug 502933: importing the 7-zip library, r=bsmedberg 2009-11-13 15:03:30 -08:00
Alex Pahotkin 7f91245182 Bug 502933: 7z archive implementation to replace the CAB installer for Windows Mobile, r=crowder 2009-11-13 15:03:31 -08:00
brian d20010091f Bug 517109 - Fast Startup component should restart and issue memory-pressure notification periodically, r=dolske 2009-09-28 14:32:00 -07:00
David Dahl ade0db0dc5 Bug 526623: Send channel with crash data. r=dtownsend 2009-11-13 15:05:14 -08:00
Robert Strong 43c9508385 Bug 523915 - updater crashes when trying to update with crash reporter open. r=ted.mielczarek 2009-11-13 13:11:32 -08:00
Robert Strong c7b10b17ed Prevent starting Firefox and other apps while applying an update. Bug 525390 - 3.5.4 Upgrade failure: 'entry point js_SaveRegExpStatics could not be located'. r=vlad 2009-11-13 13:11:20 -08:00
Robert Strong 85e2e47987 Bug 528445 - change app.update.log.* in updates.js to app.update.log for UI logging. r=dtownsend 2009-11-13 13:11:07 -08:00
Ehsan Akhgari a291a5e0f3 Bug 524006 - toolkit/content/tests/widgets/test_videocontrols_audio_direction.html fails on Windows debug builds 2009-11-13 12:07:46 -05:00
Josh Aas 10d4b62455 Backed out changeset 88b83c564d3c 2009-11-13 07:22:28 -05:00
Josh Aas 2fd10a08d3 Get rid of FSRef usage in XRE_GetBinaryPath. Also resolve cached paths when initializing from CFURL sources. b=506812 r=vlad 2009-11-13 05:24:41 -05:00
Ehsan Akhgari 76509ab0ba Bug 501754 - mochitest-plain: test_videocontrols_video_direction.html fails intermittently (possibly test_videocontrols_audio_direction.html too). Mask audio controls too. r=dolske 2009-11-12 22:08:17 -08:00
MattN 6239329640 Bug 525700 - Satchel should consider history_expire_days_min in expiry calculation. r=dolske 2009-11-12 22:08:05 -08:00
Ehsan Akhgari f27631a155 Bug 513560 - mochitest-browser-chrome: intermittent "browser_passwordmgrdlg.js | Timed out"; r=dolske 2009-11-12 13:10:04 -05:00
Dão Gottwald 0d39e46fc6 Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu 2009-11-12 11:07:00 +01:00