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

1749 Коммитов

Автор SHA1 Сообщение Дата
Ben Turner 61e2c694c1 Bug 715809 - 'AppCache should accept manifests served with non-standard mime types'. r=sicking. 2012-02-09 17:20:07 -08:00
Ed Morley 91422f00de Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression 2012-02-08 21:04:21 +00:00
Masatoshi Kimura b40c031d6c Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil 2012-02-08 10:00:45 -06:00
Panagiotis Koutsourakis 9c7dfb9706 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
Simon Montagu 6055067770 Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz 2012-01-24 11:52:04 +02:00
Steven Michaud e532ca2ebf Bug 720168 - Crash in nsHttpChannel::CallOnStartRequest @ objc_msgSend | nsOSHelperAppService::GetMIMEInfoFromOS. r=bgirard 2012-01-23 16:37:40 -06:00
Steven Michaud f8748b842c Bug 675356 - Dmg files sometimes not handled correctly. r=josh 2012-01-19 11:12:58 -06:00
Matt Brubeck fff82f8083 Back out 2c762ec80235 (bug 675356) because of crashes in GetMIMEInfoFromOS in Mac tests 2012-01-17 16:04:32 -08:00
Steven Michaud 1739fba7a8 Bug 675356 - Dmg files sometimes not handled correctly. r=josh 2012-01-17 16:58:39 -06:00
Makoto Kato a5bb627fef Bug 703882 - crash nsExternalAppHandler::nsExternalAppHandler. r=bz 2012-01-16 12:55:13 +09:00
Felipe Gomes 63d99e1432 Bug 701607. Download annotations are not stored for files without a custom name. r=sdwilsh 2011-11-28 15:03:21 -08:00
Michael Wu 5dd6a67845 Bug 694206 - Add Gonk (B2G) widget backend, r=cjones 2011-11-10 16:17:46 -08:00
Oonishi Atsushi 8f0353652d 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
Ed Morley 7ea8e12caa 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 ac65d0d88e Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Ehsan Akhgari 92064e6d3f 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 b5e57820bf 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
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Jeff Walden d0532c3e95 Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail 2011-10-12 12:21:53 -07:00
Jeff Walden 0f30b277bf Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Michael Wu d2b70213ac Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Neil Rashbrook e626e8ff0c Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-15 08:40:17 +01:00
Nick Hurley 924d548d31 bug 589292 - add contentDisposition{Filename} props to nsIChannel. r=honzab sr=bzbarsky 2011-09-09 15:41:04 -07:00
Boris Zbarsky 453903551e Bug 489259. Grab the parent chain for our OnStateChange calls before we fire onload and possibly change the docshell tree. r=jst 2011-09-08 23:19:45 -04:00
Boris Zbarsky 8da3fa5aad Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil
* * *
Bug 642551 followup to address review comment
2011-09-06 22:57:46 -04:00
Phil Ringnalda 8c67e09e0b Back out fc945dec50bb and de06684dabc4 (bug 642551), 64c328251a24 (bug 683952) and 9d0d13998ebb (bug 684544) for orange on a CLOSED TREE 2011-09-06 21:42:54 -07:00
Boris Zbarsky bcb6e0639c Bug 642551 followup to address review comment 2011-09-06 23:04:45 -04:00
Boris Zbarsky 8f47fec0f3 Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil 2011-09-06 22:57:46 -04:00
Rafael Ávila de Espíndola 023ba7cf0f Bug 663899 - Use the win temp file handling code in all platforms. r=smichaud. 2011-08-29 15:45:03 -04:00
Geoff Brown fcf5c93a68 Bug 668349 - Changes to xpcshell.ini; r=jmaher 2011-08-22 09:00:50 +01:00
Paolo Amadini f42744f84d Bug 591289 - Save chosen download file name and other metadata in Places history [r=sdwilsh, ui-r=limi] 2011-08-15 18:08:48 -07:00
Malini Das c20b68638f Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
Michael Wu fbcd07dca0 Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg 2011-08-06 22:03:32 -07:00
Doug Turner 15db2d4163 Bug 673674 - Fennec freezes when viewing a non .txt file from disk. Mime handler was returning a valid type when it clearly didn't know. r=blassey 2011-07-26 23:50:47 -07:00
arno renevier 339dde315f Bug 635630 - typo in nsWebHandlerApp.js: OPEN_DEFAULT_WINDOW instead of OPEN_DEFAULTWINDOW. r=gavin 2011-07-16 20:47:30 +02:00
Ms2ger 8c78d3f478 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Masayuki Nakano 7e6f0bf53f Bug 666903 uriloader should use mozilla::Preferences r=bz 2011-07-01 17:35:28 +09:00
Masayuki Nakano 91f7fc26f5 back out previous checkin 2011-07-01 16:37:06 +09:00
Masayuki Nakano 2b3a67cdae Bug 666903 uriloader should use mozilla::Preferences r=bz 2011-07-01 15:26:10 +09:00
Ed Morley 70e7a17812 Bug 665595 - Fix unused variable warning in ExternalHelperAppParent.cpp; r=dwitte 2011-06-21 17:37:46 +02:00
Siddharth Agarwal 099f10dd6a Bug 598794 - Intermittent failure in uriloader\exthandler\tests\unit\test_punycodeURIs.js | test failed (with xpcshell return code: 0), see following log: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileInputStream.init]; r=sdwilsh
--HG--
extra : rebase_source : 0152a5ff0932102e55949e25a821f72461733bf9
2011-06-20 13:58:44 -04:00
Dão Gottwald dea1dade04 Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2. 2011-06-14 00:02:28 +02:00
Ed Morley 8aaddd0334 Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
Oonishi Atsushi 5fc1479298 Bug 311007 - Add onLocationChange2 which distinguishes between same-document and different-document location changes to web progress listeners. r=smaug, sr=bzbarsky 2011-06-04 05:31:07 +09:00
Dominic Fandrey 968bf5196a Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc 2011-06-02 14:56:50 +02:00
Ed Morley affe8d8b44 Bug 659956 - Remove unused variable from nsOfflineCacheUpdate.cpp; r=bz 2011-05-26 11:15:56 -07:00
Jason Duell 8bf9f62938 Bug Remove unused code from nsPrefetchNode::AsyncOnChannelRedirect, r=bzbarsky
Looks like this was overlooked in bug 442803
2011-05-25 16:26:51 -04:00
Oleg Romashin 5295b32c43 Bug 658725. NS_EXTERNALSHARINGAPPSERVICE_CID has bogus extra digits. r=dougt 2011-05-23 16:47:03 -04:00
Daniel Holbert 7c96f3c728 Bug 308590 patch 5: Clean up QIs to nsIURL that are really checks for "Does this support GetRef/SetRef", now that nsIURI supports GetRef/SetRef too. r=bz 2011-05-21 18:12:46 -07:00
Josh Aas 896e34b1ed Bug 657952: Minimize methods in nsIPluginHost. r=jst 2011-05-21 09:28:54 -04:00
Joel Maher 193c66083d Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Hiroyuki Ikezoe 898d1f3fcd Bug 655633 - Code cleanup in nsGNOMERegistry.cpp. r=karlt 2011-05-11 15:10:00 +02:00
Chris Coulson 79a3953c0d b=639467 Use GIO in HandlerExists and GetAppDescForScheme r=karlt
--HG--
extra : transplant_source : N%94%FAE%F5%F6%C0%13%17%28%E5%7D%F4%09L%D1%01%8D%9D%EF
2011-05-04 16:10:43 +12:00
Ed Morley a37b1c3cf1 Bug 655176 - Remove WinCE code from docshell (incl broken uriloader/exthandler/Makefile.in WINNT |ifeq|s); r=bz 2011-05-06 11:41:29 -07:00
Brad Lassey 7e869a40ed bug 644943 - nsHandlerService should not be used in the content or plugin processes because it requires access to the profile directory r=bz 2011-05-02 16:59:24 -04:00
timeless@mozdev.org c7126fe658 Bug 633240 nsIMIMEService.getTypeFromFile(null) crashes [@ nsExternalHelperAppService::GetTypeFromFile(nsIFile*, nsACString_internal&) ]
r=biesi

--HG--
extra : rebase_source : 7b0903e9907d993251a4dae1615f35399e99ca96
2011-04-27 10:35:11 +02:00
timeless@mozdev.org 69fb112743 Bug 633232 nsIMIMEService.getTypeFromURI(null) crashes [@ nsExternalHelperAppService::GetTypeFromURI(nsIURI*, nsACString_internal&) ]
r=biesi

--HG--
extra : rebase_source : a84063964425ac512a1daafcaaa4619b0200eaa6
2011-04-27 10:13:27 +02:00
Daniel Holbert 127e9587a7 Bug 650987: Remove unused variable gOfflineCacheUpdateService from OfflineCacheUpdateParent.cpp and OfflineCacheUpdateChild.cpp. r=biesi 2011-04-20 01:28:21 +02:00
Mike Hommey 2e34091c98 Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted 2011-04-14 11:23:13 +02:00
Matheus Kerschbaum 4eb6429f47 Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
Ehsan Akhgari 2cc302e02c Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg 2011-03-31 20:15:27 -04:00
Jeff Muizelaar b8fdd3ad9d Bug 646071 - Part 2: Replace nsInt64 with a typedef to PRInt64; r=bsmedberg 2011-03-31 20:15:04 -04:00
Ehsan Akhgari cccdef8b2f Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Ehsan Akhgari bd51cb9b94 Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg 2011-03-31 20:15:27 -04:00
Jeff Muizelaar 18b3ad188c Bug 646071 - Part 2: Replace nsInt64 with a typedef to PRInt64; r=bsmedberg 2011-03-31 20:15:04 -04:00
timeless@mozdev.org f8f983f190 Bug 584983 mark deprecated exthandler interfaces and methods with [deprecated]
r=biesi
2010-08-06 03:45:00 -04:00
Boris Zbarsky 19f76e89d3 Bug 644637. Make sure mRequest lives long enough that we don't hand dead objects around. r=sdwilsh 2011-03-24 14:14:00 -04:00
Chris Pearce 27a7d5a84b Bug 641102 - Ignore default app handler for inbuilt supported video types. r=roc 2011-03-24 11:28:57 +13:00
Grigory Mozhaev 775b313a43 Bug 595785. Make sure the right channel is always passed to download progress listeners' onStateChange methods. r=sdwilsh,bzbarsky 2011-03-23 10:45:21 -04:00
Kyle Huey 8e381df969 Merge m-c to bs. 2011-03-15 19:23:20 -04:00
Wes Johnston e4328b6e45 Bug 641079 - GetMimeInfoForFileExt should return a boolean. r=blassey, a=approval-2.0 2011-03-13 08:59:30 -07:00
Mitchell Field e19aeb897a Merge mozilla-central to build-system. 2011-03-11 11:05:04 +11:00
Brad Lassey 7d9b46bf26 bug 638523 - Save Image saves htm, not the image r=dougt a=blocking-fennec 2011-03-08 00:45:43 -05:00
Wolfgang Rosenauer 1d509a1ccf Bug 634942 - HelperApp launch is broken with GIO. r=karlt, a=beltzner 2011-03-01 08:19:23 +01:00
Brian Crowder babe41f6cf Bug 634555 - Do not fib in the child process about whether we have gotten mime info or not, r=blassey, sr=bz, a=blocking-fennec:2.0,blassey 2011-02-23 13:52:47 -08:00
Doug Turner 5966645150 Bug 630364 - followup to preserve mime info. external application handlers do not honor warning preferences. android-only r=blassey. a=blocking-fennec 2011-02-09 13:51:23 -08:00
Doug Turner 73cf0eeb7b Bug 630364 - external application handlers do not honor warning preferences. r=blassey. a=blocking-fennec 2011-02-09 11:40:24 -08:00
Mitchell Field 6faf9acaef Merge mozilla-central to build-system. 2011-03-02 20:38:54 +11:00
Kyle Huey 225c13b333 Merge m-c to bs. 2011-02-25 15:23:05 -05:00
Mitchell Field f8f1f327df Bug 627277 - Bustage fix 2. 2011-02-20 11:20:56 +11:00
Mitchell Field a6788f0842 Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras 2011-02-20 06:10:24 +11:00
Jeremias Bosch c9e3ddc9f1 Bug 626595 - Make it possible to build maemo 6 platform version without meegotouch r=romaxa,ted.mielczarek a=approval2.0
--HG--
extra : rebase_source : 435438ae2c39833353a958ba2770f0e44439d7bc
2011-02-03 08:31:36 +02:00
Matthias Versen d959d1d47f Bug 622528 - Open RTF document in Thunderbird with OpenOffice is not correct Ascii mode; r=bzbarsky a=bsmedberg 2011-01-21 15:15:12 -05:00
Boris Zbarsky acf3555766 Bug 624995. Make sure to fix the file permissions on Mac when downloading, now that mac's nsILocalFile::Create actually pays attention to permissions. r=josh, a=blocker 2011-01-18 21:20:35 -05:00
Brad Lassey fc0101bc3e bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec 2011-01-03 17:32:57 -05:00
Honza Bambas 0d5f6e0777 Bug 610044 - Crash [@ mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame], r=jduell, a=blassey 2010-12-22 16:44:27 +01:00
Alex Pakhotin d0352254b7 Bug 613080 - External URL handler service. r=bz a=blocking-fennec
--HG--
extra : rebase_source : 305c50e07138ffad437c3faf51453a4056c4ae3e
2010-11-23 15:40:46 -08:00
Nick Thomas 465d3f7177 Bug 599475/561350, disable test_punycodeURIs.js again, a=blocking-beta8 CLOSED TREE 2010-12-14 23:08:59 +13:00
Nick Thomas 58de4789df Bug 599475, re-enable crash reporter and punycode tests, r=ted.mielczarek, a=blocking-beta8 CLOSED TREE 2010-12-14 15:49:40 +13:00
timeless@mozdev.org f588d367f4 Bug 615425 warnings in prefetch
r=jst

--HG--
extra : rebase_source : 56d3a2285ab7065a9652af4b694915b2e6e264b8
2010-12-04 11:07:08 +01:00
Matt Brubeck 57bd478c70 Bug 610785 - Can't open downloaded .apk file. r=bz a=blocking-fennec 2010-12-02 14:56:29 -08:00
Wes Johnston b2a94d75f0 Bug 593815 - Remove all files left behind when a download is canceled. [r=sdwilsh, sr=bz, a=blocker]
--HG--
extra : rebase_source : e70063c968a1a85ff6a9813af2c42a8c44e676e6
2010-11-22 19:36:45 -08:00
Honza Bambas 8c7ff59e05 Bug 544462 - HTML5 Offline features - Asterisk (*) not supported in network section of manifest file, r=jst, a2.0=jst 2010-11-25 21:49:19 +01:00
Mark Finkle 1ef345c791 Bug 600300 - Save helper app downloads to downloads directory on Android and Maemo [r=blassey a=fennec-should-compile] 2010-11-23 00:21:52 -05:00
Wesley Johnston a03b141a62 Bug 596370 - The maemo #define was incorrect. r=dougt a=blassey
--HG--
extra : rebase_source : edc84ec763dc9d488deeefdd208df660019be75f
2010-11-22 14:10:19 -08:00
Wesley Johnston 746e2665ee Bug 517889 - Add referrer to PExternalHelperApp. r=dwitte,bz a=blocking-fennec 2010-11-21 11:21:59 -08:00
Henri Sivonen c42751d9ec Undo damage from rebasing. a=red. 2010-11-16 10:08:20 +02:00
Henri Sivonen 6b69faed33 Bug 599588 addendum - Revert change to nsIParser and introduce a new abstract class instead to avoid changing the interface during an interface freeze. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : 3272dc97668c262945b91809a918ac5c013d8569
2010-11-16 09:47:10 +02:00
Brian Crowder cf5ad74ca3 b=599878 restore showAlertNotification and disable unit_ipc tests for MacOS r=joshmatthews a=test
--HG--
rename : uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js => uriloader/exthandler/tests/unit_ipc/test_encoding.js
extra : rebase_source : ee1a0d39f4f54d40ab0816a24c3fdcd6a9913018
2010-11-15 12:01:57 +13:00
Brad Lassey c90d923fa5 bug 606235 - Android file picker should honor file type filters r=mwu a=blocking-fennec 2010-11-05 13:43:12 -04:00
Brad Lassey 82f4d08a27 bug 606317 - Android crash only : Crash [@ libc.so@0x11cd0 ] occurs after opening an .ics r=doug a=blocking-fennec 2010-10-28 22:45:02 -04:00