Brian R. Bondy
|
ca0c477771
|
Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm
|
2012-06-15 10:37:55 -04:00 |
|
Brian R. Bondy
|
d5edddd2ef
|
Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm
|
2012-06-14 22:19:39 -04:00 |
|
Brian R. Bondy
|
6af9f6b835
|
Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm
|
2012-06-08 09:19:01 -04:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Brian R. Bondy
|
1fbe261fee
|
Bug 756846 - Increase timeout to 3 minutes for prefetch clearing. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Brian R. Bondy
|
a3bcca99ed
|
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Jim Mathies
|
1a791fcee3
|
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
|
2012-05-21 16:31:03 -05:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Wolfgang Rosenauer
|
9e0cad1539
|
Bug 526717 - remove non-working "Set as desktop background" from the UI for unsupported desktops. r=gavin
|
2012-04-02 22:43:12 +02:00 |
|
Jacek Caban
|
b44df7d951
|
Bug 739919 - browser/components/build fails to link on mingw r=jimm
|
2012-03-30 13:33:06 +02:00 |
|
Robert Strong
|
f09afd945b
|
Bug 491947 - Disable DDE shell integration. r=jmathies
|
2012-03-26 12:45:29 -07:00 |
|
Mark Capella
|
590ec2e743
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Panagiotis Koutsourakis
|
835036b234
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Ian Moody
|
ea770ea377
|
Bug 662324 - Add "Fill" and "Fit" position support for "Set As Desktop Background...". r=gavin
|
2012-02-01 11:37:55 +01:00 |
|
Gavin Sharp
|
88d85897c5
|
Bug 719538: make nsWindowsShellService use nsIWindowsRegKey, r=jmathies
|
2012-01-19 11:44:27 -08:00 |
|
Karl Tomlinson
|
ead10561e5
|
b=716424 remove unused string kDocumentIconPath r=roc
|
2012-01-09 17:58:42 +13:00 |
|
Dão Gottwald
|
5062e45219
|
Bug 713829 - Remove unused brandFullName string in nsGNOMEShellService::SetDefaultBrowser. r=karlt
|
2011-12-29 12:33:39 +01:00 |
|
Makoto Kato
|
22f57d63a2
|
Bug 693227 - Remove nsIWindowsShellService.unreadMailCount. r=jimm
|
2011-11-14 05:56:03 +01:00 |
|
Marco Bonardo
|
561ec6b4fa
|
Merge mozilla-central and mozilla-inbound
|
2011-11-11 11:09:58 +01:00 |
|
Ed Morley
|
04e1d73abe
|
Merge m-c to b-s.
|
2011-11-08 23:18:09 +00:00 |
|
Gregory Szorc
|
ee16899cec
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Ed Morley
|
6e731c995a
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
b2aeac5a65
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Jim Mathies
|
6975059ebf
|
Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong
|
2011-11-03 09:39:51 -05:00 |
|
Oonishi Atsushi
|
79cf816bd5
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
|
Olli Pettay
|
ffb4115bc4
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
|
2011-10-18 14:19:44 +03:00 |
|
Olli Pettay
|
1cdbb1b884
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
7d613942b0
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Brian R. Bondy
|
a2db1840ce
|
Bug 693110 - crash fix for nsWindowsShellService::GetShouldCheckDefaultBrowser. r=jimm
|
2011-10-13 10:16:45 -07:00 |
|
Jeff Walden
|
c5e5f873d1
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
946f2ae0e3
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Michael Wu
|
34247e34f4
|
Bug 676188 - Misc misuses of PRBool caught by the compiler, r=jimm,jst,bz,dougt,roc,mak
|
2011-08-30 11:55:14 -07:00 |
|
Dão Gottwald
|
ac25c337e8
|
Bug 658738 - remove event listeners in browser chrome tests
|
2011-06-07 16:45:26 +02:00 |
|
Joel Maher
|
39ca77fbd2
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Chris Coulson
|
8b860dd663
|
b=611953 Port desktop background settings to GSettings r=karlt
|
2011-05-12 20:15:16 +12:00 |
|
Ed Morley
|
1473544eb5
|
Bug 651622 - Remove WinCE code from browser/* r=dolske
|
2011-04-22 01:14:59 +02:00 |
|
Chris Coulson
|
54607155a5
|
Bug 611953 - Part 3: GNOME 3.0 readiness; r=roc,karlt
|
2011-04-12 16:11:20 -04:00 |
|
Chris Coulson
|
a1b5e00c2d
|
Bug 611953 - Part 1: GNOME 3.0 readiness; r=roc,karlt
|
2011-04-12 16:10:09 -04:00 |
|
Tim Taubert
|
c6c7ade378
|
Bug 633221 - Setting FF as default browser throws error when GIO Service is not available [r=roc, a=roc]
|
2011-02-15 09:19:36 +01:00 |
|
Marco Bonardo
|
4bce84a4f1
|
Backed out changeset 5b2e1e0e6335 due to m-oth permaorange
|
2011-02-14 17:24:20 +01:00 |
|
Tim Taubert
|
08d60aaab9
|
Bug 633221 - Setting FF as default browser throws error when GIO Service is not available [r=roc, a=roc]
|
2011-02-14 07:36:43 +01:00 |
|
|
|
608399623a
|
Bug 624267 - Crash on Ubuntu [@ nsGNOMEShellService::SetDefaultBrowser ] r+a=roc
|
2011-01-11 09:35:18 +01:00 |
|
Phil Ringnalda
|
955e896152
|
Remove a=trailing space
|
2010-12-31 16:11:42 -08:00 |
|
Benjamin Smedberg
|
4eb44d9d34
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
|
2010-06-22 12:59:15 -04:00 |
|
Jim Mathies
|
21bf5968e6
|
Bug 562753 - On upgrade, update AppUserModelID for application shortcuts. r=rstrong.
|
2010-05-14 19:24:50 -05:00 |
|
Josh Aas
|
c8b76c5735
|
More Carbon usage cleanup. b=550787 r=bsmedberg
|
2010-03-10 14:30:11 -05:00 |
|
Serge Gautherie
|
56df615780
|
Bug 499435 - mochitest-browser-chrome: browser_420786.js needs to report "success"; (Av1) Add a |todo(false, "...");|.
r=gavin.sharp.
|
2010-03-03 11:12:28 +01:00 |
|
|
|
b5a944ae14
|
Bug 531174 [@ WriteBitmap], r=joe
|
2009-12-13 09:11:39 -08:00 |
|