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 |
|
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 |
|