Commit Graph

5449 Commits

Author SHA1 Message Date
Chris Jones
bbf04a4991 bug 525169: remove superfluous test-harness. no r=, removing testing code only 2009-10-29 00:56:24 -05:00
Joe Drew
ba49904511 Back out asyncDrawXULElement, since WebGL isn't ready to be compiled with -DUNICODE. 2009-10-28 18:51:59 -04:00
Joe Drew
00437f1258 Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg 2009-10-28 16:55:49 -04:00
Alex Pakhotin
78ca637ff4 bug 531332 - Enable FastStart service with the EXE installer r=gavin.sharp a=blocking-fennec 2009-11-30 12:20:22 -08:00
Alex Pakhotin
a7d30c1691 bug 529897 - Make it possible to install Fennec over the existing version r=vlad a=blocking-fennec 2009-11-25 12:20:32 -08:00
Benjamin Smedberg
eba77abeb6 Merge mozilla-central into e10s. 2009-10-28 11:32:00 -04:00
Chris Jones
4f942a96f2 bug 523761: give top-level IPDL actors handles to each others' processes. r=bent 2009-10-27 16:52:37 -05:00
Asaf Romano
bbc370f4a7 Bug 524219 - Renaming a tag in the Library doesn't show its new name until the Library gets reopened. r=mak. 2009-10-28 15:34:09 +02:00
Neil Rashbrook
68bc2d96b9 Bug 523693 Inline spell checker shouuld be a module r=gavin (new/renamed files)
--HG--
rename : toolkit/content/inlineSpellCheckUI.js => toolkit/content/InlineSpellChecker.jsm
2009-10-28 11:19:03 +00:00
Neil Rashbrook
eb1c224a76 Bug 523693 Inline spell checker shouuld be a module r=gavin 2009-10-28 11:15:22 +00:00
Benjamin Smedberg
5e2343bd7e Don't reference IPC stuff when IPC is disabled in dlldeps-xul.cpp (hopefully will fix WinMo build). 2009-10-23 15:36:25 -04:00
Benjamin Smedberg
91f1d583be Merge mozilla-central to pick up additional backouts and pymake fix. 2009-10-23 11:22:12 -04:00
Chris Jones
e5481210f2 Merge mozilla-central to pick up unit test fixes 2009-10-22 20:33:36 -05:00
Dão Gottwald
4dcd43a644 Bug 522944 - chrome://mozapps/skin/extensions/blocklist.css doesn't exist on Windows Vista and 7. r=dtownsend 2009-10-22 22:48:27 +02:00
Neil Deakin
993500ae82 Followup fix for full keyboard access check, CLOSED TREE 2009-10-22 16:08:56 -04:00
Neil Deakin
11fd35a56d Disable some tests on Mac to allow for full keyboard access setting, a=sdwilsh, CLOSED TREE 2009-10-22 15:06:08 -04:00
Markus Stange
591683dae9 Bug 520637 - Draw lightweight themes in the titlebar. r=dao, r=enndeakin 2009-10-21 18:02:43 +02:00
Brian Crowder
5ed35899b3 Backed out changeset 899023a9fbb0 due to Ts regression (was bug 517109) 2009-10-21 07:58:53 -07:00
Brian Crowder
c0e438f64e Bug 517109 - Make the Faststartup component use memory-pressure notification and periodically restart itself, r=dolske 2009-10-20 12:17:20 -07:00
Benjamin Smedberg
15de24f35e Merge mozilla-central to electrolysis. 2009-10-20 12:08:28 -04:00
Ted Mielczarek
732f03306e bug 522220 - should generate NSS checksum files even if --disable-install-strip. r=bsmedberg 2009-10-20 08:14:41 -04:00
Ted Mielczarek
ac1656be6c bug 463605 - make Mac OS X packaging use a packaging manifest (like Windows and Linux). stupid followup to do less work when packaging a universal binary. r=bsmedberg 2009-10-20 08:13:38 -04:00
Phil Ringnalda
fd1ebd0caf Bug 523295 - Remove printing's omfg skin/ directory, r=mconnor 2009-10-19 22:30:32 -07:00
Ben Turner
e17ebd68f9 Fix lingering error from changing IPDL methods from returning nsresult to bool 2009-10-19 13:03:22 -07:00
Jae-Seong Lee-Russo
30792712c0 Bug 342329: Install updates should be disabled if all add-ons have been deselected for update. r=dtownsend 2009-10-19 12:08:12 -07:00
Daniel Holbert
16d6c9d4d9 Bug 521677: Use fputs instead of printf/fprintf in a few cases, to fix "format not a string literal and no format arguments" build warnings. r=dbaron 2009-10-19 08:03:00 -07:00
Benjamin Smedberg
47962706bf Bug 523097 - Turn off MOZ_IPC for platforms where we currently don't build, and fix up ifdefs so that everything builds
--HG--
extra : rebase_source : 9da68ad54e7c378a4c9bbaac7b2166630827ec60
2009-10-19 09:55:03 -04:00
Chris Jones
373c019990 bug 521324: call the multi-threaded GLib initialization function. r=karlt 2009-10-19 11:28:42 -05:00
Masayuki Nakano
9a683dfc70 Backing out bug 520417
--HG--
rename : widget/src/beos/nsSystemSoundService.cpp => widget/src/beos/nsSound.cpp
rename : widget/src/beos/nsSystemSoundService.h => widget/src/beos/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.h => widget/src/cocoa/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.mm => widget/src/cocoa/nsSound.mm
rename : widget/src/gtk2/nsSystemSoundService.cpp => widget/src/gtk2/nsSound.cpp
rename : widget/src/gtk2/nsSystemSoundService.h => widget/src/gtk2/nsSound.h
rename : widget/src/os2/nsSystemSoundService.cpp => widget/src/os2/nsSound.cpp
rename : widget/src/os2/nsSystemSoundService.h => widget/src/os2/nsSound.h
rename : widget/src/photon/nsSystemSoundService.cpp => widget/src/photon/nsSound.cpp
rename : widget/src/photon/nsSystemSoundService.h => widget/src/photon/nsSound.h
rename : widget/src/qt/nsSystemSoundService.cpp => widget/src/qt/nsSound.cpp
rename : widget/src/qt/nsSystemSoundService.h => widget/src/qt/nsSound.h
rename : widget/src/windows/nsSystemSoundService.cpp => widget/src/windows/nsSound.cpp
rename : widget/src/windows/nsSystemSoundService.h => widget/src/windows/nsSound.h
2009-10-18 16:29:08 +09:00
Masayuki Nakano
019ea85b6d Bug 520417 Redesign nsSound structure r+sr=roc
--HG--
rename : widget/src/beos/nsSound.cpp => widget/src/beos/nsSystemSoundService.cpp
rename : widget/src/beos/nsSound.h => widget/src/beos/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.h => widget/src/cocoa/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.mm => widget/src/cocoa/nsSystemSoundService.mm
rename : widget/src/gtk2/nsSound.cpp => widget/src/gtk2/nsSystemSoundService.cpp
rename : widget/src/gtk2/nsSound.h => widget/src/gtk2/nsSystemSoundService.h
rename : widget/src/os2/nsSound.cpp => widget/src/os2/nsSystemSoundService.cpp
rename : widget/src/os2/nsSound.h => widget/src/os2/nsSystemSoundService.h
rename : widget/src/photon/nsSound.cpp => widget/src/photon/nsSystemSoundService.cpp
rename : widget/src/photon/nsSound.h => widget/src/photon/nsSystemSoundService.h
rename : widget/src/qt/nsSound.cpp => widget/src/qt/nsSystemSoundService.cpp
rename : widget/src/qt/nsSound.h => widget/src/qt/nsSystemSoundService.h
rename : widget/src/windows/nsSound.cpp => widget/src/windows/nsSystemSoundService.cpp
rename : widget/src/windows/nsSound.h => widget/src/windows/nsSystemSoundService.h
2009-10-17 21:53:47 +09:00
Erik Staats
775c0b95eb Bug 522769 - XUL tree widget can call tree view setCellText multiple times. r=enn 2009-10-23 14:24:29 +02:00
Steven Michaud
fb285fa757 Bug 522511 - Update bundled Growl to 1.2 (for nsIAlertsService on OS X) r=sdwilsh 2009-10-16 15:57:40 -05:00
Neil Deakin
c0f8d0fac2 Bug 517819, inherit noinitialfocus into textbox inputs, so that uthe nknown content dialog can use it, prevents focus from appearing on the file type field, r=neil 2009-10-16 10:32:02 -04:00
Kyle Huey
9e79459ea7 Bug 426166 - Search results change their order after pressing space or further typing. r=dietrich 2009-10-15 08:53:15 -04:00
Dão Gottwald
ce3c18df66 Bug 525917 - undo doesn't work for lightweight themes. r=dtownsend 2009-11-06 08:03:22 +01:00
Johnny Stenback
2ece5c15bd Fixing bug 440486. Work around a Windows XP fax dialog bug. r=rstrong. 2009-11-05 21:14:27 -08:00
Makoto Kato
8974e4e157 b=526735, STATUS_DLL_NOT_FOUND not present in Vista SDK; r=vlad 2009-11-05 12:23:06 -08:00
Vladimir Vukicevic
f17555ab6c b=524904, add support for generic Windows DLL blocklist; r=shaver 2009-11-03 22:35:20 -08:00
Neil Rashbrook
7849cfdd09 Bug 525725 -help crashes [@ LoadPlatformDirectory] r=bsmedberg 2009-11-04 21:34:16 +00:00
Jim Mathies
f8ffd3bcb1 back out changeset 41c421f97869 2009-11-04 11:02:59 -06:00
Vladimir Vukicevic
4023e1ce21 b=524904, add support for generic Windows DLL blocklist; r=shaver 2009-11-03 22:35:20 -08:00
Phil Ringnalda
23405eac2b Bug 525679 - Remove the bizarre artifact of a separate profile icon for non-Firefox Windows XP, r=dao 2009-11-03 19:36:50 -08:00
Marco Bonardo
6bcee7bff7 Bug 527311 - Addressbar suggests adaptive results even if they have no visits and we want "history" behavior, r=sdwilsh 2009-12-10 09:21:27 -08:00
Benjamin Smedberg
fa058fc1f1 Merge mozilla-central to electrolysis to pick up bug 515436. 2009-10-12 10:51:38 -04:00
Phil Ringnalda
90f4db5b2e Bug 520339 - Remove leftovers from MOZ_COMPONENTLIB, r=bsmedberg 2009-10-10 18:07:43 -07:00
Phil Ringnalda
7eb7c8098b Bug 520394 followup, remove reference to the removed printpde makefile, rs=ted 2009-10-10 18:07:39 -07:00
Masahiro Yamada
6b03502e2e Bug 505060 - [Print preview]Changing scale xx% -> shrink to fit -> xx% does not work. r=gavin.sharp 2009-10-10 23:20:35 +09:00
Dão Gottwald
1ab34b17ab Bug 521557 - enable browser_keyevents_during_autoscrolling.js on Linux 2009-10-10 13:21:06 +02:00
Marco Bonardo
ee8e748a7b Bug 450807 - [Windows] xpcshell-tests: test_bug_401430.js fails intermittently, r=mardak 2009-10-09 22:45:06 +02:00
Jae-Seong Lee
087185726b Bug 520743 - [xpcshell-tests] some Places unit tests fail when 'werror' is on, part 3. r=mak 2009-10-09 20:17:07 +02:00
Dão Gottwald
511a052dc4 Bug 516013 - Store the header and footer images of the selected lightweight theme in the profile folder. r=dtownsend 2009-10-09 20:25:58 +02:00
Dão Gottwald
8b8714513e fix test_LightweightThemeManager.js 2009-10-09 22:36:00 +02:00
L. David Baron
66b7002bfb Backed out changeset 5f03363ae12d (Bug 516013) due to xpcshell test failure (test_LightweightThemeManager) caused by exception thrown from the code added in that changeset. 2009-10-09 13:31:19 -07:00
Dão Gottwald
7aca93ac56 Bug 516013 - Store the header and footer images of the selected lightweight theme in the profile folder. r=dtownsend
--HG--
extra : rebase_source : 64584eb694541460856d3ca75ce083e7d992bc8a
2009-10-09 20:25:58 +02:00
Chris Jones
be2f5f8cbe bug 521445: band-aid to stop an assertion failure when plugin processes shut down 2009-10-09 13:05:51 -05:00
Chris Jones
826a18e082 bug 518126, part 2: add infrastructure for C++ tests of IPDL-generated code. r=ted,bsmedberg 2009-10-06 13:02:26 -05:00
Ben Turner
62534891fc Merge mozilla-central 2009-10-05 16:08:52 -07:00
Armen Zambrano Gasparnian
2e5a9f40f0 Bug 501794 download the windows installers only if a product declares RETRIEVE_WINDOWS_INSTALLER=1 in their /locales/Makefile.in file - r=ted 2009-10-05 17:04:18 -04:00
Neil Deakin
ad88d6844c Bug 513186, add noinitialfocus attribute to indicate that the element is skipped when determining the initial focus in a dialog, r=neil 2009-10-05 10:00:09 -04:00
Neil Deakin
19b8634b1c Bug 517916, crash if the capturing element has no view, r=roc 2009-10-05 10:00:05 -04:00
Marco Bonardo
535b40c71b Bug 516932 - Add an advanced maintenance task to vacuum and check integrity, for support purposes r=dietrich
Adds a PlacesDBUtils.checkAndFixDatabase() that can be used by support team to help debugging Places database issues.
2009-10-05 12:12:55 +02:00
Marco Bonardo
d060c11dd3 Bug 500391 - When filtering results on search avoid querying tags and parent for each result, r=mano
This makes searches for a search term faster by 70%, avoiding a lot of useless queries spam.
2009-10-05 12:12:38 +02:00
Neil Deakin
c7fb80186c Bug 519693, <select> click and drag scrolling not working, change to get scrollable frame when capturing, r=roc 2009-10-09 09:35:20 -04:00
Marco Bonardo
d6595b02cc unwanted change in bug 520743, r=bustage 2009-10-09 14:14:35 +02:00
Jae-Seong Lee
ce0e053545 Bug 521154 - xpcshell-tests: test_streamupdater hangs with 'strict' & 'werror' on, r=tony 2009-10-09 12:50:59 +02:00
Jae-Seong Lee
75a0e10b99 Bug 521148 - xpcshell-test: test_storage_mozStorage_4.js fails with 'strict' & 'werror' on, part 2. r=dolske 2009-10-09 12:50:53 +02:00
Jae-Seong Lee
60c4b87de9 Bug 521148 - xpcshell-test: test_storage_mozStorage_4.js fails with 'strict' & 'werror' on, part 1. r=dolske 2009-10-09 12:50:47 +02:00
Romain BEZUT
0c1bd6f118 Bug 458631 - Misalignment in --help command line. r=gavin 2009-10-09 12:50:42 +02:00
Marco Bonardo
2a487d0eb1 Bug 516940 - Reduce and cleanup Places expiration work at shutdown, r=sdwilsh 2009-10-09 12:30:12 +02:00
Jae-Seong Lee
a34c0cf5eb Bug 520743 - [xpcshell-tests] some Places unit tests fail when 'werror' is on, part 2. r=mak 2009-10-09 12:30:04 +02:00
Markus Stange
1db2aff813 Bug 520494 - Implement the Cocoa print dialog in a way that works on 10.4. r=josh, r=rs
--HG--
rename : toolkit/locales/en-US/chrome/global/gnomeprintdialog.properties => toolkit/locales/en-US/chrome/global/printdialog.properties
2009-10-09 18:20:37 +13:00
Markus Stange
49505be9f8 Merge backout of bug 456646. 2009-10-09 18:15:34 +13:00
Markus Stange
8efbc0ba13 Backed out changeset 8c4658f8f0dc, bug 456646 (Cocoa print dialog) - we can do better. 2009-10-09 18:14:31 +13:00
Robert Strong
75d676942c Bug 513958 - Firefox silently fails to start if %APPDATA% variable is missing. r=jmathies, r=bsmedberg 2009-10-08 20:03:09 -07:00
Dietrich Ayala
b682a0bba3 Bug 419893 - sort out PGO-triggered bugs (r=ted)
--HG--
extra : rebase_source : 028cd891e11df11abf768107f64b1d6bca541dca
2009-10-08 11:01:13 -07:00
Justin Dolske
2776d8d6f2 Bug 519478 - UMR in nsAutoCompleteController::ClosePopup. r=gavin.sharp 2009-10-04 23:46:25 -07:00
Dão Gottwald
958f55ac81 Follow-up to bug 518859. r=dtownsend 2009-10-04 11:28:45 +02:00
Dão Gottwald
9570add905 Bug 516701 - Checkboxes and radios need to be updated to lwtheme. r=rflint 2009-10-03 18:37:19 -04:00
Neil Rashbrook
35e41060f7 Bug 520371 Move dlgtype="help" rules from dialog.css to button.css which is where they really belong r=dao 2009-10-03 19:56:07 +01:00
Ted Mielczarek
8646214e14 bug 520141 - fix source server support to work with pdb compression. r=bsmedberg 2009-10-03 14:52:37 -04:00
arno renevier
8c519cdb49 Bug 460942 - Fix richlistitem label property inconsistencies. r=neil 2009-10-03 20:37:57 +02:00
Dão Gottwald
71070ef739 Bug 517755 - use smart getters in View Source window. r=neil 2009-10-03 11:36:04 +02:00
Vladimir Vukicevic
6912d252f4 b=515354; Implement "about:memory"; r=mconnor 2009-10-03 00:21:34 -07:00
Ryan Flint
c249f3251a Bug 514415 - Expose NetUtil's reference to nsIIOService. r=sdwilsh, sr=bzbarsky 2009-10-03 01:11:20 -04:00
Ryan Flint
2c3e5df773 Bug 475289 - Lazily initialize engineMetadataService. r=gavin 2009-10-02 23:47:16 -04:00
Phil Ringnalda
b4a8d55891 Bug 518632 - Remove embedding/config/, r=bsmedberg 2009-10-02 20:15:26 -07:00
Chris Jones
d215e057fe Merge backout 2009-10-02 18:09:39 -05:00
Chris Jones
08de77b6a4 Backed out changeset 8cbc47eee659 2009-10-02 18:09:08 -05:00
Dão Gottwald
cb7e8eb12e Bug 517768 - crash with view page source and external editor [@nsDocShell::OnStateChange(nsIWebProgress*, nsIRequest*, unsigned int, unsigned int) ]. r=bz 2009-10-02 20:33:55 +02:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Neil Rashbrook
17b9b7b0ab Bug 512173 Make message-icon class work on all platforms again r=dao 2009-10-02 11:51:34 +01:00
Chris Jones
3e5fef214c bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad 2009-10-01 21:50:09 -05:00
Markus Stange
5506bd72d5 Bug 456646 - Replace Carbon printing dialog with Cocoa one. r=josh, r=bsmedberg, sr=jst
--HG--
rename : toolkit/locales/en-US/chrome/global/gnomeprintdialog.properties => toolkit/locales/en-US/chrome/global/printdialog.properties
extra : rebase_source : 80b46470b496313b6994366cb953abed5bb0849e
2009-10-01 11:15:32 +13:00
Nochum Sossonko
33de430128 Bug 513461 - Implement pseudo classes for lightweight theme handling. r=dao,dbaron 2009-10-02 08:22:18 +02:00
Blair McBride
abad4e17f2 Bug 519486 - Some themes are illegible with the text shadow implementation. r=dao 2009-10-02 08:22:08 +02:00
Blair McBride
c4a43f3551 Bug 468881 - Save Frame As… option appears when not necessary in File Menu. r=dao, ui-r=beltzner 2009-10-02 08:21:48 +02:00
Jae-Seong Lee
6c52026fb9 Bug 483419 - Rename the left-arrow and right-arrow class names in the print preview toolbar to previous-arrow and next-arrow. r=dao 2009-10-02 08:21:38 +02:00
Ben Turner
29c6cc37ec Merge mozilla-central 2009-09-23 13:14:34 -07:00
stefanh@inbox.com
3ddc139121 Bug 516469 - Reference to non-existing twisty-clsd.gif and twisty-open.gif in pinstripe's tree.css. r=Mano. 2009-09-23 18:35:33 +02:00
Florian Queze
be70762f88 Backout of changeset fa03a509c7a7 - 'Bug 516124 - Crash [@ nsAlertsIconListener::SendClosed]' to fix the orange of the linux unit test box. 2009-09-23 12:24:05 +02:00
Florian Queze
6d52478601 Bug 516124 - Crash [@ nsAlertsIconListener::SendClosed], r=roc. 2009-09-23 09:47:28 +02:00
Justin Dolske
34a657bd23 Bug 511639 - Login manager should ignore untrusted events. r=gavin, sr=mconnor 2009-09-22 23:23:58 -07:00
Justin Dolske
03467114a9 Bug 511615 - Satchel should ignore untrusted events. r=gavin, sr=mconnor 2009-09-22 23:23:08 -07:00
highmind63@gmail.com
6bb481c9fb Bug 416276, reenable tooltip test, move into a single file and fix up to use waitForFocus, r=enn 2009-09-22 15:18:38 -04:00
Dave Townsend
c34de6ab3a Bug 518090: Extension manager throws an unknown result. r=robstrong 2009-09-22 18:45:44 +01:00
Ted Mielczarek
d9c906da0a bug 471054 - prune old crash reports in pending. fix a typo 2009-09-22 09:42:23 -04:00
Benjamin Smedberg
53ad5f6a34 Bug 471054 - Prune old crash reports in pending/, splitting code into crashreporter_win and crashreporter_unix files, r=ted 2009-09-22 09:08:22 -04:00
Benjamin Smedberg
8aab401dc1 Merge mozilla-central into electrolysis to pick up new plugin tests. 2009-09-21 10:57:57 -04:00
Daniel Brooks
2044fa1490 bug 528792 - test frippery 2009-11-18 06:15:03 -06:00
Daniel Brooks
4a9efbdb4a 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
7bf0e0c4ea merge fix for bug 528796 and for a test that it affects 2009-11-18 02:01:22 -06:00
Ehsan Akhgari
05c479b008 Bug 526194 - Fix test bustage 2009-11-17 18:04:08 -05:00
Daniel Brooks
285cb9af3d bug 528796 - fix the test so that it measures correctly 2009-11-17 14:30:25 -06:00
Ehsan Akhgari
8494e4dfee Bug 526194 - r=vlad
--HG--
extra : rebase_source : 410c69341dab86377f94026709c3aa1f13c36a6d
2009-11-17 15:01:15 -05:00
Daniel Brooks
1a03348ab2 bug 528796: this should make test_popup_scaled.xul work. 2009-11-17 04:34:42 -06:00
Ehsan Akhgari
832b7b21db 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
e764036ed7 Bug 516124. Add null checks to nsAlertsIconListener. r=roc 2009-11-17 15:16:59 -05:00
Masayuki Nakano
ab0f2e9ba1 Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil 2009-11-16 22:13:02 +09:00
Dão Gottwald
c9ce52d1f9 whitespace cleanup 2009-11-16 12:13:10 +01:00
Ted Mielczarek
b3b8c2e1b9 bug 484799 - make {package,installer} should rebase on windows. r=bsmedberg 2009-10-20 08:13:38 -04:00
Ted Mielczarek
90889c1612 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
92a2deeef1 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
2fa0968988 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
6e09b9e50a 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
9f55de3899 Bug 508025 - head_urlclassifier.js: s/streamCompleted/streamFinished/ (3rd time); (Av1).
r=dcamp.
2009-11-15 12:20:31 +01:00
Reed Loden
347efc5a89 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
b4be575bdb Bug 502933: importing the 7-zip library, r=bsmedberg 2009-11-13 15:03:30 -08:00
Alex Pahotkin
3022da2900 Bug 502933: 7z archive implementation to replace the CAB installer for Windows Mobile, r=crowder 2009-11-13 15:03:31 -08:00
brian
0adecbfa9d 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
5faa48b6e3 Bug 526623: Send channel with crash data. r=dtownsend 2009-11-13 15:05:14 -08:00
Robert Strong
a273749d72 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
8ab81b14df 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
4df7a46fc6 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
db59e0fe7f 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
b9ea59d446 Backed out changeset 88b83c564d3c 2009-11-13 07:22:28 -05:00
Josh Aas
953c7cb963 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
e8a1aa9469 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
2de48d0ce4 Bug 525700 - Satchel should consider history_expire_days_min in expiry calculation. r=dolske 2009-11-12 22:08:05 -08:00
Ehsan Akhgari
a16d857a62 Bug 513560 - mochitest-browser-chrome: intermittent "browser_passwordmgrdlg.js | Timed out"; r=dolske 2009-11-12 13:10:04 -05:00
Dão Gottwald
1b21023c95 Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu 2009-11-12 11:07:00 +01:00
Ehsan Akhgari
7edbec6ce7 Bug 501754 - mochitest-plain: test_videocontrols_video_direction.html fails intermittently (possibly test_videocontrols_audio_direction.html too); r=dolske 2009-11-11 11:42:38 -05:00
Ted Mielczarek
4d199d793a add some debug output to investigate bug 522729 (on a CLOSED TREE) 2009-11-11 12:32:07 -05:00
Dão Gottwald
7d308bb248 Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad 2009-09-22 10:40:12 +02:00
Ben Turner
66a36315ce Merging mozilla-central once more to hopefully clear windows unit tests 2009-09-20 10:47:21 -07:00
Dão Gottwald
7ac2f9cfd4 Bug 517704 - use gBrowser instead of getBrowser() in Places code. r=mak 2009-09-20 12:58:27 +02:00
Phil Ringnalda
e62c83fdc6 Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Phil Ringnalda
fc286a6483 Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted 2009-09-18 19:59:52 -07:00
Vladimir Vukicevic
51833424c4 b=517559; remove runtime (startup) dependency on opengl32.dll, to fix Ts; r=mwsteele 2009-09-18 16:48:36 -07:00
Vladimir Vukicevic
411b62d064 b=517557; remove --enable-canvas; r=ted 2009-09-18 16:48:35 -07:00
Benjamin Smedberg
d44f878b56 Merge mozilla-central into Electrolysis. 2009-09-18 16:47:18 -04:00
Robert Strong
f964c114d7 Followup test only fix for bug 471219 2009-09-18 12:50:33 -07:00
Dão Gottwald
4d156fc8b5 Bug 520346 - Periodic update check for lightweight themes. r=dtownsend, sr=dveditz 2009-11-17 08:55:47 +01:00
Ehsan Akhgari
f994a3ef93 Backout of changeset 01e3238d3ddd because it didn't help with the orange 2009-11-16 20:12:31 -05:00
Robert Strong
31379a570f Bug 510501 - not granting UAC permission to updater.exe causes full update to be downloaded. r=dtownsend 2009-11-16 16:34:47 -08:00
Ehsan Akhgari
59dc0050b0 Bug 528001 - Try a possible solution 2009-11-16 18:14:09 -05:00
Dave Townsend
dacb8e52a7 Bug 522571: Link from themes manager to personas gallery. r=robstrong 2009-11-16 13:05:25 -08:00
Gervase Markham
5239b77112 Bug 514977 - mention Windows Mobile in FreeType copyright notice. 2009-10-08 16:16:39 +01:00
Axel Hecht
ec7c1f3d6b bug 519682, add chrome-% target to just create l10n jars for multilocale builds, r=ted 2009-10-08 12:19:25 +02:00
Neil Rashbrook
d399e4ee6f Bug 520996 Remove spurious attribute r=dao 2009-10-07 23:56:31 +01:00
Lubos Lunak
84d4f7d790 Bug 416053 - Desktop startup notification not disappearing when app window is up (Linux). r=bsmedberg 2009-10-08 06:52:59 +02:00
Chris Jones
5969c4f157 bug 521023: fix build bustage on Windows machines with ghetto dev environmants. r=ted 2009-10-07 13:58:41 -05:00
Blair McBride
fa574c869c Bug 446405 - Do not show the keyword of a quick search as if it was the query string. r=dietrich,mardak 2009-10-07 10:38:15 +02:00
Reed Loden
c518261d1c Bug 511322 - follow-up for s/These licenses applies/These licenses apply/ 2009-09-20 23:12:20 -05:00
Neil Deakin
a68562e317 Bug 524545, back out large margins change 2009-11-03 17:00:03 -05:00
Ehsan Akhgari
f6da530110 Bug 514214 - Do not update page titles for places already in history inside the Private Browsing mode; r=mak77 2009-11-03 16:21:42 -05:00
Neil Deakin
f66af9b2d5 Bug 524545, popups with large margins can appear offscreen, r=roc 2009-11-03 15:16:34 -05:00
Robert Strong
0a5ebe62ce Bug 311965 - Refactor nsUpdateService.js to load less code at startup. r=dtownsend 2009-11-03 11:49:23 -08:00
Robert O'Callahan
09fe81352d Bug 508128. Fix do_timeout to hold references to pending timers so that they don't get GCed and automatically cancelled. r=jwalden 2009-11-04 07:39:40 +13:00
Dão Gottwald
63b775fcca Bug 525834 - Replace Search-glass.png with gtk-find stock icon. r=ventnor 2009-11-03 09:32:00 +01:00
Phil Ringnalda
f480bed6e0 Bug 526145 - Fix Pinstripe gradients after bug 513395 landing, r=gavin 2009-11-02 19:35:24 -08:00
Dão Gottwald
c5f31ac9ac Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
--HG--
extra : rebase_source : e46c14838c9076d6bb32a423e0193e71b1d0532a
2009-11-02 22:04:15 +01:00
Robert O'Callahan ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
3ad4c03640 Bug 513395: Implement revised CSS gradient notation (2/2): rendering
--HG--
rename : layout/reftests/css-gradients/radial-ref.html => layout/reftests/css-gradients/radial-1-ref.html
rename : layout/reftests/css-gradients/radial.html => layout/reftests/css-gradients/radial-1a.html
rename : layout/reftests/css-gradients/twostops-ref.html => layout/reftests/css-gradients/twostops-1-ref.html
rename : layout/reftests/css-gradients/twostops.html => layout/reftests/css-gradients/twostops-1a.html
2009-11-02 11:36:43 -08:00
Vivien Nicolas
3a3b5233b1 Bug 519468: matchOS is read from default prefs at startup [r=benjamin] 2009-11-02 13:04:45 -05:00
Ginn Chen
93ef2e9154 Bug 524083 libmozqcms, libmozcairo, libmozlixpixman are not in libxul's depends r=bsmedberg 2009-11-02 17:17:27 +08:00
Dão Gottwald
e28663977b Bug 525712 - Remove dead throbber-specific code from customizeToolbar.js, handle it in themes. r=gavin 2009-11-02 00:24:12 +01:00
Mark Finkle
d41a3897bb Bug 525701: X-Osso-Service doesn't match Vendor.Name in application.ini [r=dougt] 2009-11-01 17:13:01 -05:00
Dão Gottwald
e500b9b19c sort jar.mn alphabetically (no bug) 2009-11-01 10:35:16 +01:00
Justin Dolske
ec3d60d652 Bug 520614 - Fix usage of vbox in videocontrols.xml. r=enndeakin 2009-10-30 16:13:41 -07:00
Nochum Sossonko
eac803ca4b Bug 525300 - Make it simpler to test modal dialogs (e.g. alert/confirm/prompt); r=enndeakin 2009-10-30 12:45:51 -04:00
Chris AtLee
225197f7af Bug 457753 - Make sure crashsymbols are uploaded into the right directory for release builds. r=ted
--HG--
extra : rebase_source : 4445d6def7d1db0d14b819d2d9e3d13f61884261
2009-09-29 18:22:08 -04:00
Gijs Kruitbosch
41ba1acfa5 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Jae-Seong Lee
c8279cd7a0 Bug 520743 - xpcshell-tests: some Places unit tests fail when 'werror' is on, r=mak 2009-10-29 11:56:41 +01:00
Blair McBride
8f6f8613b1 Bug 524877 - "A newer, safer version is available" shows even if there isn't and plugins don't get it at all. r=mossop 2009-10-29 11:56:38 +01:00
Neil Rashbrook
0224c6aca9 Bug 524972 Remove nsTArray from nsINavBookmarksService.idl r=mak 2009-10-28 23:52:41 +00:00
Gijs Kruitbosch
58e8eebec2 Prepare callsites of clearUserPref so it can go back to throwing. r=gavin 2009-10-28 22:44:15 +01:00
Marco Bonardo
bab6c84b9b Bug 522678 - remove browser.history.showsessions from firefox.js, r=mano 2009-10-28 17:22:57 +01:00
Justin Dolske
1ddd5e310c Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 5, Bigger decompress buffers) r=robstrong 2009-10-06 16:39:51 -07:00
Justin Dolske
96f35cb7a0 Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 4, Bigger copy_file buffer) r=robstrong 2009-10-06 16:39:51 -07:00
Justin Dolske
4dd07545ea Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 3, Smoother progressbar) r=robstrong 2009-10-06 16:39:51 -07:00
Justin Dolske
e5b0c45411 Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 2, Progress ignores missing files) r=robstrong 2009-10-06 16:39:51 -07:00
Justin Dolske
cfbe8131a7 Bug 517102 - App update slow, progressbar works poorly on Windows CE. (Part 1, Logging cleanup) r=robstrong 2009-10-06 16:39:51 -07:00
Markus Stange
7544f320f5 Bug 197123 - When resizing tree columns, make the rightmost column compensate the width difference instead of the column directly after the resized one. ui-r=faaborg, r=enndeakin
--HG--
extra : rebase_source : 361587b209055c118c5075b6ccd42d229d81f51f
2009-10-05 15:19:20 +13:00
Robert Strong
893080468f Bug 520526 - Changes to TimerManager cause test_preventive_maintenance.js to leak due to PlacesDBUtils using TimerManager. r=mak77, r=dtownsend 2009-10-06 11:12:41 -07:00
jhorak@redhat.com
6dd5a51f91 Bug 509671 - Remove icons from buttons due to Gnome changes. r=roc,gavin 2009-10-06 16:20:59 +02:00
Marco Bonardo
3d82d1b8c4 Bug 520547 - revert renaming of PlacesUtils methods from bug 477583. r=mano, r=gavin 2009-10-06 15:47:58 +02:00
Neil Deakin
59ea98ed9f Bug 519296, after_pointer popup positioning not offset correctly, r=neil 2009-10-06 09:26:34 -04:00
Nick Thomas
2ef097bb62 Bug 514466, fix make uploadsymbols when MOZ_PKG_PRETTYNAMES is true (releases), r=ted.mielczarek 2009-10-06 21:50:07 +13:00
Makoto Kato
e3fe66b156 Bug 469654 - Windows x64 build support. r=ted 2009-10-06 17:28:05 +09:00
Blair McBride
e701c94b60 Bug 520441 - Regression: Keyword search's title and search param are split up. r=enndeakin 2009-10-05 18:22:28 -07:00
Blair McBride
5274c94e35 Bug 520295 - Trying to find plugin updates results in a new tab with a '400 Bad Request' page. r=dtownsend 2009-10-05 18:22:24 -07:00
Daniel Holbert
a9b38c7c2f Bug 495228, followup patch: Remove a few trailing right-paren characters that were missed in this bug's previous landing (to fix build warnings like "Extraneous text after ifneq directive"). r=ted 2009-09-21 22:43:58 -07:00
Phil Ringnalda
d6f6f142b4 Bug 511849 followup, remove removed makefile from toolkit-makefiles.sh, blanket-rs=ted 2009-09-21 15:17:45 -07:00
Håkan Waara
d739ae89ed Bug 510221 - Restore minimized window when clicking the Dock icon. r=gavin 2009-09-22 09:39:09 +12:00
Ted Mielczarek
31a63adc14 bug 510505 - add unit tests for breakpad exception handler. r=bsmedberg 2009-09-10 07:49:42 -04:00
Michael Ventnor
9932fb47ec Bug 529664 - sporadic 136-144 byte leak of nsAlertsIconListener + nsStringBuffer on Linux, r=roc 2009-12-01 19:39:00 -08:00
Justin Dolske
a7e4511062 Fix test broken by bug 458812. 2009-12-13 18:42:14 -08:00
Justin Dolske
175727d33a Bug 499417 - Refactor login manager's crypto code. r=vladimir, r=zpao 2009-12-13 17:04:43 -08:00
Justin Dolske
677a6e2e49 Bug 458812 - Remove support for importing from old mork-based formhistory.dat. r=vladimir 2009-12-13 17:04:41 -08:00
Jacek Caban
c68655211b Bug 530314 - TestXREMakeCommandLineWin.cpp compilation fails on mingw due to unsupported wmain, r=ted 2009-12-13 09:44:15 -08:00
Jae-Seong Lee-Russo
359d4b2023 Bug 530385 - Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX in toolkit/components/places, r=mak77 2009-12-13 09:32:10 -08:00
Robert Strong
5bdde9b2b2 Tests for Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend 2009-09-18 11:03:45 -07:00
Robert Strong
05219ad1ff Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend 2009-09-18 11:03:27 -07:00
Graeme McCutcheon
b81129af5d Bug 495153 - Findbar shouldn't add multiple listeners for the same editor. r=mano 2009-09-18 18:34:50 +01:00
Makoto Kato
c59b27822d 2nd parameter of Gestalt() is SInt32, not long. 64-bit fix. b=514996 r=josh 2009-09-18 12:37:22 -04:00
Chris Cooper
5f3d247449 Bug 514466 - Fix hash parsing, escape spaces prior to upload (not shipping code, but is invoked by the build system for every build) - r=bhearsum 2009-09-18 10:34:18 -04:00
Dave Townsend
ce03ae329f Bug 508109: Firefox allows installing hidden extensions. r=robstrong 2009-09-18 15:11:26 +01:00
Dave Townsend
575244315f Bug 517176: Switching away from the Get Add-ons pane while it is loading thumbnails causes multiple getElementById errors. r=robstrong 2009-09-18 09:12:26 +01:00
Nick Thomas
f7912caf12 Fix fallout from bug 511984 by passing arguments in the proscribed order to make_wince_cab.py (followup to bug 511662) r=bustage 2009-09-18 16:34:11 +12:00
Justin Dolske
94fd90ef29 Bug 511984 - Enable fast-startup component for Firefox. r=vlad 2009-09-17 19:57:24 -07:00
Justin Dolske
ea98ad97f9 Remove DOS line endings. No bug, r=sparky. 2009-09-17 19:57:23 -07:00
Neil Deakin
3599d06edc Bug 516991, get the right scrollable view from within the selection scroll timer, otherwise scrolling is jumpy, r=roc 2009-09-17 16:33:29 -04:00
Mark Finkle
c19a7dbdeb Bug 517264: Maemo Fennec no longer launching on mozilla-central as of 9/17, r=dtownsend 2009-09-17 14:31:52 -04:00
Neil Deakin
6d83cdc84a Bug 516880, use the right presshell when getting frames during mouse capture, r=roc 2009-09-17 12:59:42 -04:00
Dave Townsend
491c668f88 Bug 510909: Integrate most recently used lightweight themes into the themes list in the add-ons manager. r=robstrong, r=dao 2009-09-17 10:03:33 +01:00
Reed Loden
5172688f96 Bug 516971 - "Remove lcms from the tree" [r=bholley r=gerv] 2009-09-17 01:17:19 -05:00
Wan-Teh Chang
40e86e32fe Bug 509558: Nit: move the NSSDBM definition up so that all the FREEBL*
definitions can stay consecutive.
2009-09-16 19:49:20 -07:00
Dão Gottwald
0a4ba38686 Bug 500665 - Should be able to lock the mode and icon size of a toolbar. r=neil 2009-09-16 16:14:37 +02:00
Gervase Markham
812b58ef0e Bug 511322: about:license fixes. Move Google Gears license to correct place, add second license and indexing, update Initial Developers list, typo fixes. 2009-09-16 15:10:12 +01:00
Nick Thomas
32cfdae577 Bug 511662, add packaging targets for creating CAB files (for WinCE), r=ted.mielczarek 2009-09-16 10:11:42 +12:00
Josh Aas
d8ec39d242 Breakpad PPC bustage fix. r=ted 2009-09-15 15:58:49 -04:00
Mitchell Field
9bf8383b06 Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
2009-09-15 13:06:32 -04:00
Mark Finkle
ea6d52421b Bug 489941: Rework the Update Add-ons dialog (platform patch), r=dtownsend 2009-09-15 08:40:49 -04:00
Dave Townsend
2c9e56a22b Bug 516506: Add-on update check (after Firefox update) is broken. r=robstrong 2009-09-15 12:09:10 +01:00
Ehsan Akhgari
611a93a130 Bug 510881 - Entering Private Browsing via command line shows tabs from previous session; r=mconnor,bsmedberg 2009-09-15 14:42:01 +04:30
Ginn Chen
5850a36863 Bug 492326 Make symbol nspr_use_zone_allocator to be global r=bsmedberg 2009-09-15 15:02:51 +08:00
armenzg
bbed363a37 bug 515177: call generate-snippets-% from buildbot rather than the build system. r=ccooper
--HG--
extra : rebase_source : afcf065f2ff67874ac0e383da84fcac13f4e71fe
2009-09-14 10:23:04 -04:00
Marco Bonardo
8dc3283326 Disable the vacuum tests from Bug 512854 for now. I have to pre-built sparse dbs, since on-the-fly generation is randomly failing. 2009-09-14 15:28:09 +02:00
Marco Bonardo
67ad3747f1 Bug 512854 - VACUUM places.sqlite database on daily idle once a month, r=sdwilsh 2009-09-14 13:06:45 +02:00
Marco Bonardo
6f6663fefe Bug 511207 - last page not removed from history upon close of browser, r=sdwilsh 2009-09-14 13:06:39 +02:00
Lukas Blakk
f015089653 Bug 513969, Add output to symbolstore.py to decrease frequency of timeouts, r=ted.mielczarek 2009-09-14 22:37:11 +12:00
Justin Dolske
54f883695b Bug 507390 - Password manager tests depend on each other. r=gavin.sharp 2009-09-13 13:26:30 -07:00
Neil Deakin
02a7469b05 Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug 2009-09-13 09:13:16 -04:00
Bobby Holley
2d5ec55945 Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad 2009-09-12 16:44:18 -06:00
Ginn Chen
31251edcee Bug 527431 places failed to compile on Solaris r=mak77 2009-11-10 18:23:30 +08:00
Phil Ringnalda
b3a9e4bb77 Merge for backout of changeset 41938f9ac546 (bug 527343) 2009-11-09 19:00:19 -08:00
Phil Ringnalda
4492ba3723 Backed out changeset 41938f9ac546 (bug 527343) since -moz-locale-dir isn't actually implemented for HTML documents 2009-11-09 18:59:09 -08:00
Robert O'Callahan
5e3960b1fe Backing out bug 524545 due to test failures 2009-11-10 13:58:50 +13:00
Robert O'Callahan
def53c39d3 Backed out changeset 7d7f59076479 2009-11-10 13:58:35 +13:00
Ian Neal
d04929baa9 Bug 525373 - Make customizable toolbars play nicely with children with disabled attributes
r=dao
2009-11-09 23:13:58 +00:00
Dão Gottwald
bea18b662b Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00