Alex Pakhotin
7e1c535396
bug 536972 - Cannot uninstall Fennec from Settings -> Memory Settings/Remove Programs r=blassey a=NPOTB
2010-02-04 23:44:24 -08:00
Alex Pakhotin
7be2f0315f
bug 541571 - Show uninstallation progress r=blassey a=NPOTB
2010-02-04 23:33:44 -08:00
Alex Pakhotin
a5e9ae297c
bug 533581 - EXE installer for Fennec should more robustly handle pre-existing installations r=crowder a=NPOTB
2010-01-25 20:44:08 -08:00
Dão Gottwald
e3c8417d73
Use ordinary JS functions as observer callbacks in browser chrome tests
2010-02-06 09:47:42 +01:00
Mitchell Field
87003de9e2
Bug 542222 - Followup fix for Reduce recursion in makefiles. r=rstrong
2010-02-05 23:25:10 -08:00
Timothy Nikkel
50ab1096f4
Bug 544537. Attempt to fix orange by making sure a paint has happened by adding a timeout. r=dbaron
2010-02-05 16:36:15 -06:00
Dave Townsend
77e622b79f
Attempted fix for bug 542928, timeouts after test_bug511456.js
2010-02-05 13:59:06 -08:00
Mitchell Field
aad9272272
bug 542222 - Reduce recursion in makefiles r=ted.mielczarek r=robert.bugzilla
...
--HG--
rename : toolkit/mozapps/update/public/nsIUpdateService.idl => toolkit/mozapps/update/nsIUpdateService.idl
rename : toolkit/mozapps/update/public/nsIUpdateTimerManager.idl => toolkit/mozapps/update/nsIUpdateTimerManager.idl
rename : toolkit/mozapps/update/src/nsUpdateService.js.in => toolkit/mozapps/update/nsUpdateService.js
rename : toolkit/mozapps/update/src/nsUpdateServiceStub.js => toolkit/mozapps/update/nsUpdateServiceStub.js
rename : toolkit/mozapps/update/src/nsUpdateTimerManager.js => toolkit/mozapps/update/nsUpdateTimerManager.js
rename : toolkit/mozapps/update/src/updater/Makefile.in => toolkit/mozapps/update/updater/Makefile.in
rename : toolkit/mozapps/update/src/updater/archivereader.cpp => toolkit/mozapps/update/updater/archivereader.cpp
rename : toolkit/mozapps/update/src/updater/archivereader.h => toolkit/mozapps/update/updater/archivereader.h
rename : toolkit/mozapps/update/src/updater/bspatch.cpp => toolkit/mozapps/update/updater/bspatch.cpp
rename : toolkit/mozapps/update/src/updater/bspatch.h => toolkit/mozapps/update/updater/bspatch.h
rename : toolkit/mozapps/update/src/updater/launchchild_osx.mm => toolkit/mozapps/update/updater/launchchild_osx.mm
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Info.plist => toolkit/mozapps/update/updater/macbuild/Contents/Info.plist
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/PkgInfo => toolkit/mozapps/update/updater/macbuild/Contents/PkgInfo
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/classes.nib => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/classes.nib
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/info.nib => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/info.nib
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/updater.icns => toolkit/mozapps/update/updater/macbuild/Contents/Resources/updater.icns
rename : toolkit/mozapps/update/src/updater/module.ver => toolkit/mozapps/update/updater/module.ver
rename : toolkit/mozapps/update/src/updater/progressui.h => toolkit/mozapps/update/updater/progressui.h
rename : toolkit/mozapps/update/src/updater/progressui_gtk.cpp => toolkit/mozapps/update/updater/progressui_gtk.cpp
rename : toolkit/mozapps/update/src/updater/progressui_null.cpp => toolkit/mozapps/update/updater/progressui_null.cpp
rename : toolkit/mozapps/update/src/updater/progressui_osx.mm => toolkit/mozapps/update/updater/progressui_osx.mm
rename : toolkit/mozapps/update/src/updater/progressui_win.cpp => toolkit/mozapps/update/updater/progressui_win.cpp
rename : toolkit/mozapps/update/src/updater/resource.h => toolkit/mozapps/update/updater/resource.h
rename : toolkit/mozapps/update/src/updater/updater.cpp => toolkit/mozapps/update/updater/updater.cpp
rename : toolkit/mozapps/update/src/updater/updater.exe.manifest => toolkit/mozapps/update/updater/updater.exe.manifest
rename : toolkit/mozapps/update/src/updater/updater.ico => toolkit/mozapps/update/updater/updater.ico
rename : toolkit/mozapps/update/src/updater/updater.png => toolkit/mozapps/update/updater/updater.png
rename : toolkit/mozapps/update/src/updater/updater.rc => toolkit/mozapps/update/updater/updater.rc
rename : toolkit/mozapps/update/src/updater/updater_wince.cpp => toolkit/mozapps/update/updater/updater_wince.cpp
rename : toolkit/mozapps/update/src/updater/updater_wince.h => toolkit/mozapps/update/updater/updater_wince.h
rename : toolkit/mozapps/update/src/updater/updater_wince.rc => toolkit/mozapps/update/updater/updater_wince.rc
rename : toolkit/mozapps/update/src/updater/updater_winmo.rc => toolkit/mozapps/update/updater/updater_winmo.rc
2010-01-26 07:11:00 -05:00
Markus Stange
5a57562500
Bug 542192 - Restyle Mac menus. r=dao
2010-02-04 20:30:18 +01:00
Benjamin Smedberg
b61585be01
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
...
--HG--
extra : rebase_source : cab356b862a66fb7f5955b1f936944f2395bba3c
2010-02-03 17:17:09 -05:00
Timothy Nikkel
de74684926
Bug 517737. Special case event targeting for area element's that are capturing the mouse due to their misuse of primary frame pointers. r=smaug
...
--HG--
extra : rebase_source : ae74bfd8ccec6e0e7605be33a99cc3e1b3a85420
2010-02-02 20:07:19 -06:00
Timothy Nikkel
abacabae4c
Bug 517737. Don't allow starting a drag if something is capturing the mouse. r=smaug(part of),enndeakin
...
--HG--
extra : rebase_source : 171cef43d1fef9337b49d6f3b9ca661c3e618437
2010-02-02 20:07:08 -06:00
Saint Wesonga
026213c526
Bug 180568 - Remove "Enabled" column from about:plugins. ui-r=faaborg r=jst,josh
2010-02-03 13:44:13 +01:00
Dão Gottwald
092247f1b8
Bug 543675 - Assignment to undeclared variable eventItem. r=mfinkle
2010-02-03 13:40:55 +01:00
Daniel Holbert
b6072c05df
merge
2010-02-02 19:33:02 -08:00
Daniel Holbert
fa4a76c3ff
Backed out changeset 0949b169357b (possible workaround for Bug 543034), since it didn't help.
2010-02-02 19:32:52 -08:00
Serge Gautherie
b62197c262
(Hv2a) /toolkit/themes/* whitespace cleanup.
...
r=dao.
(Done in: Bug 257280 - Replace [buttondown] and [buttonover] rules for some buttons of _the themes_ (and extensions/help) to work using :active and :hover rules.)
2010-02-03 01:18:55 +01:00
Daniel Holbert
92e82acb99
Bug 543034: Attempt to workaround msvc bug "fatal error C1001: An internal error has occurred in the compiler" by disabling optimizations for the tagged block of code. r=gavin
2010-02-02 14:05:47 -08:00
Dão Gottwald
ef4b5cc0ef
Bug 543315 - Remove obsolete use of buttonover and buttondown attributes. r=rflint
2010-02-02 08:48:16 +01:00
Dão Gottwald
852a798649
Bug 543317 - Remove unused toolbarmode and buttonstyle attributes. r=neil,rflint
2010-02-02 08:47:54 +01:00
Phil Ringnalda
7619714136
Bug 542962 - Remove some zero byte files, r=dbaron
2009-12-18 21:26:13 -08:00
Neil Deakin
bc517e3301
Bug 536625, use menupopup's move instead of widget's, r=roc
2010-02-01 10:11:08 -05:00
Neil Deakin
180a88f6c6
Bug 538585, check if event is cancelled before dragging window, r=neil
2010-02-01 10:11:08 -05:00
Dietrich Ayala
ab069e2252
backout bug 492797 due to test failure
2010-01-31 21:10:07 -08:00
Dietrich Ayala
cdc3372449
Bug 506471 - FUEL should avoid putting itself in the app-startup category (r=mfinkle)
2010-01-31 19:12:57 -08:00
Dietrich Ayala
0d62d2c802
Bug 492797 - followup (r=marco)
2010-01-31 19:11:33 -08:00
Dietrich Ayala
ee272528d1
Bug 492797 - hasHistoryEntries should cache the value instead of hitting the db every time (r=marco)
2010-01-31 19:09:13 -08:00
Robert Strong
1d2fe8fc6a
Bug 536547 - followup to fix log message
2010-01-31 15:59:09 -08:00
Robert Strong
d6bf37422b
Bug 543312 - Remove the dependency on nsTryToClose.js from app update's ui. r=dietrich
2010-01-31 15:15:48 -08:00
Robert Strong
a2e5fd395f
Bug 536547 - 3.5.6 is downloading the same version for an update. This prevents resuming the download for an update with the same app version with the same build id.. r=dolske
2010-01-31 15:15:30 -08:00
Robert Strong
723eae6359
Bug 540356 - Enforce a sane minimum interval of 60 seconds for app.update.timer and provide mechanism for tests to have a minimum interval of 500 ms. r=dolske
2010-01-31 15:15:13 -08:00
Neil Rashbrook
711d234538
Bug 485720 Clean up including removing bogus use of flex attributes r=gavin
2010-01-31 21:36:42 +00:00
Kyle Huey
7c152c53b2
Disable the test for Bug 178506 on Windows due to Bug 337307
2010-01-30 15:55:30 -05:00
Andrey Ivanov
de6d6cf060
Bug 178506: Preserve original last-modified date on downloads r=sdwilsh
2010-01-30 12:58:01 -05:00
Kyle Huey
1b16ffaa1c
Backed out changeset 43a19419ec4b
2010-01-30 09:32:47 -05:00
Phil Lacy
40ad1c5701
Bug 462172: Drag downloaded items from download manager r=sdwilish,enndeakin
2010-01-30 08:08:37 -05:00
Walter Meinl
81e0b89f13
Bug 536343: Fix build bustage on OS/2 in nsSigHandles.cpp r=bsmedberg,dragtext
2010-01-30 07:48:32 -05:00
Dave Townsend
fdebb9bceb
Bug 541420: Files extracted from XPI files have their executableness stripped. r=robstrong
2010-01-29 15:04:40 -08:00
Ted Mielczarek
a1433934de
Try to fix bug 535585 (random tests failing with xpcshell return code 1) by switching to the non-TerminateThread codepath provided by Breakpad
2010-01-29 07:18:14 -05:00
Oleg Romashin
e0ca969d29
Bug 534644 - e10s: implement Qt ipc/chromium backend, part 2. r=benjamin.
2010-01-29 08:50:44 +02:00
Benjamin Smedberg
363b573a76
Change the exit code of the crashreporter TerminateThread in the hopes that this will help diagnose bug 535585.
2010-01-28 17:55:44 -05:00
Dave Townsend
7c69cbb75e
Bug 537449: Opening new chrome windows is broken after cancelling window.onbeforeunload event. r=bsmedberg, r=jst
2010-01-28 10:35:20 -08:00
Dão Gottwald
27c420aee6
Remove some cruft (no bug)
2010-01-28 12:51:52 +01:00
Dão Gottwald
1eec04ec36
Add missing comma
2010-01-28 10:03:24 +01:00
Chris Jones
397d7e8a70
Bug 540116: By default, unblock the parent process if a child crashes in a DEBUG build that uses ah_crap_handler(). Set MOZ_DONT_UNBLOCK_PARENT_ON_CHILD_CRASH=1 to restore old behavior. r=bsmedberg
2010-01-27 22:23:16 -06:00
Dave Townsend
8caf2895b0
Backing out bug 541520 due to intermittent test failures
2010-01-27 11:43:48 -08:00
Markus Stange
34fee2303b
Bug 402520 - Notify Mac OS X when a download finishes so it can make the downloads stack bounce when appropriate. r=sdwilsh, r=josh
2010-01-27 17:48:18 +01:00
Dave Townsend
92cd37dd8a
Merge backout of bug 541739
2010-01-26 19:05:42 -08:00
Dave Townsend
9aa240a3cb
Backed out changeset 4d7bde383df5 from bug 541739 due to test failures
2010-01-26 19:05:31 -08:00
Dave Townsend
6c41925f06
Additional logging for bug 542387. r=gavin
2010-01-26 18:51:06 -08:00