Ehsan Akhgari
5890e37db6
Bug 722868 - Part 7: Remove the usage of the global private browsing in the external app helper service since it is no longer needed; r=bzbarsky
2012-04-24 23:37:31 -04:00
Ehsan Akhgari
f7f65b8cd6
Bug 722868 - Part 6: Delete the temporary private files when the last private browsing window is closed; r=bzbarsky
2012-04-24 23:35:22 -04:00
Ehsan Akhgari
1e90e8fe38
Bug 722868 - Part 5: Use the channel's private browsing flag to determine how to handle the temporary file in nsExternalAppHandler::OpenWithApplication; r=bzbarsky
2012-04-24 23:31:35 -04:00
Ehsan Akhgari
5420a60074
Bug 722868 - Part 3: Make insExternalAppHandler::OpenWithApplication aware of the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
2012-04-24 23:04:49 -04:00
Ehsan Akhgari
e74fa60a30
Bug 722868 - Part 1: Add the deleteTemporaryPrivateFileWhenPossible API; r=bzbarsky
2012-04-24 22:56:55 -04:00
Wes Johnston
034ffa003d
Bug 653833 - Ignore mimetype for helperapps if it is the same as our url. r=blassey
2012-06-26 14:54:44 -07:00
David Zbarsky
4c389029a9
Bug 766342 - Remove unneeded nsresult in nsExternalHelperAppService.cpp r=bz
2012-06-20 12:48:51 -07:00
Ehsan Akhgari
ebe2cd619b
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (uriloader parts); r=bzbarsky
2012-06-12 23:53:09 -04:00
Geoff Lankow
5cefea8480
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
2012-06-06 14:08:30 +12:00
Brendan Dahl
84b2bdb784
Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77
2012-06-02 09:56:24 -07:00
Serge Gautherie
b7b4fd1bef
Bug 749872. (Bv1) test_handlerApps.xhtml: OS X SeaMonkey workaround wrt iCal. r=dmose.
2012-06-01 17:48:34 +02:00
Shriram Kunchanapalli
5b9a95ea6a
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
2012-05-30 18:43:39 +01:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Shawn Landden
a31c0374b0
Bug 747257 - Part 2: Add media type mapping for .mp4. r=rillian
...
Associate .mp4 files with the "video/mp4" mime type so that we can open them
directly via file://
2012-05-17 17:20:15 -07:00
John Ford
d27a5c95ed
bug 747448 - convert shell calls to pwd to using core_*path functions r=khuey
2012-05-07 15:21:11 -07:00
Ralph Giles
64ef2c566d
Bug 674225 - Add Opus support to nsOggReader. r=cpearce
...
Parse and decode Opus streams embedded in the Ogg
container. Based on the draft specification from
https://wiki.xiph.org/OggOpus
Support is conditional on the runtime preference
setting media.opus.enabled, which is false by
default until we're confident the spec is stable
and useful.
This patch doesn't support the gain header or
multichannel files.
The LEUint*() functions from the skeleton parser
are used to read the multi-byte header fields.
This requires moving them to earlier in the file.
Mappings for the .opus filename extension are also
added to facilitate testing with local files.
2012-05-01 17:29:34 -07:00
Ryan VanderMeulen
503ea93a8c
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
2012-04-03 20:22:42 -04:00
Shriram Kunchanapalli
dcbb9c3017
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
2012-02-18 19:17:01 +05:30
Simon Montagu
fd4c554739
Unescape URLs in mail subjects before passing them to ShellExecute. Bug 227268, r=bsmedberg, sr=biesi
2012-02-25 23:12:55 -08:00
Masatoshi Kimura
651eabedd7
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
2012-02-23 08:53:55 -06:00
Mark Capella
3a0b126058
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
2012-02-23 01:33:19 +01:00
passfree
65e6bea80b
Bug 636841 - Stop using unneeded private API on OS X (_LSCopyDefaultSchemeHandlerURL). r=smichaud
2012-02-13 14:55:28 -06: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
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
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
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
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
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
Dominic Fandrey
968bf5196a
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
2011-06-02 14:56:50 +02:00
Oleg Romashin
5295b32c43
Bug 658725. NS_EXTERNALSHARINGAPPSERVICE_CID has bogus extra digits. r=dougt
2011-05-23 16:47:03 -04: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
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
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
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
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
Wesley Johnston
97101b7030
Bug 593815 - Auto-renaming at download is not working [r=dwitte a=blocking-fennec]
2010-10-06 13:54:00 -04:00
Tero Turtiainen
02adda4227
Bug 582621 - Sharing back-end for MeeGo r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : 81386b7a9f512a2d060efcbe7b272bb0f4936fa4
2010-10-18 09:46:42 -07:00
Wesley Johnston
db9d2b6463
Bug 600300 - Save helper app downloads to downloads directory on Android [r=blassey a=blocking-fennec]
2010-09-28 12:22:00 -04:00
Kyle Huey
4543eae00a
Bug 600540: Disable raw video by default. r=cpearce a=beltzer
...
--HG--
extra : rebase_source : 0ddea9a76805d6d8da3328c368c8393111ab7790
2010-10-06 16:17:54 -04:00
Matt Brubeck
cdf9a9e0c1
Bug 601280: Include title in shared links on Android. r=blassey a=blocking-fennec
2010-10-01 18:04:23 -07:00
Brad Lassey
09f8d096e6
bug 582616 - Sharing back-end for Android r=mwu,mfinkle sr=stuart a=blocking-fennec
2010-09-30 11:37:36 -04:00
Nick Thomas
27a5084bee
Bug 571367, turn production x86_64 builds into i386/x86_64 universal binaries (disable tests known to fail on leopard) r=ted CLOSED TREE
2010-09-27 12:14:47 +13:00
Brian Crowder
65c7ac1517
Disabling this test again, a=killtest
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/test_encoding.js => uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js
2010-09-16 13:02:13 -07:00
Brian Crowder
22689553e7
Bug 567267 - reenable unit test, r=dwitte, a=blocking-fennec2.0b1,mfinkle
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js => uriloader/exthandler/tests/unit_ipc/test_encoding.js
2010-09-16 09:00:37 -07:00
Brian Crowder
41aed861a6
Disabling broken test for now CLOSED TREE
...
--HG--
rename : uriloader/exthandler/tests/unit_ipc/test_encoding.js => uriloader/exthandler/tests/unit_ipc/disable_t_encoding.js
2010-09-15 17:10:11 -07:00
Brian Crowder
4672335b7e
Bug 596402 - for e10s, do not invoke this prompt on the child process, r=dwitte, a=blassey
2010-09-15 15:55:09 -07:00
Brian Crowder
370cf86776
Bug 567267 - move management of ExternalHelperApp protocols to PContent, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -07:00
Brian Crowder
69f7fcf513
Bug 567267 - disable decoding in HttpChannelParent, make smart decisions in child process, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -07:00
Brian Crowder
8ec6b413f7
Bug 567267 - unit tests for ipc uriloader/download/external-app-handling, r=dwitte, blocking-fennec2.0b1=mfinkle
2010-09-15 15:55:08 -07:00
Brian Crowder
ce5578720e
Build bustage fix, r=me, a=bustage-fix
2010-09-13 13:45:42 -07:00
Brian Crowder
5f64e33b09
Bug 591081 - Keep using nsExternalAppHandler in the child process after forwarding download request, r=dwitte, a=blocking-fennec2.0b1
2010-09-13 11:37:00 -07:00
Brian Crowder
b1bd94e39a
Bug 589025 - Support content-disposition attribute in e10s external app handling, r=dwitte, blocking-fennec2.0b1=blassey
...
Bug 589025 - Support content-disposition attribute in e10s external app handling, r=dwitte, blocking-fennec2.0b1=blassey
2010-09-13 11:17:00 -07:00
Byron Milligan
45fd242f77
Bug 55307 - Prevent downloads from being stored in the cache. r=jduell a2.0=jst
2010-09-10 07:22:24 +02:00
Josh Matthews
2ae5984b1e
Bug 588351 - Add missing interface reference to ExternalHelperAppParent. r=dwitte a=blocking-fennec
2010-09-03 13:16:01 -04:00
Dan Witte
f9582851af
Back out Bug 536324 part 2.
2010-08-30 13:20:39 -07:00
Dan Witte
cf69667c0d
Back out Bug 536324 part 3.
2010-08-30 13:20:39 -07:00
Dan Witte
3784e67919
Back out Bug 589292.
2010-08-30 13:20:38 -07:00
Dan Witte
6f7cb72034
Back out Bug 589025.
2010-08-30 13:20:38 -07:00
Brian Crowder
06a746ce7a
Bug 416743 - kill bogus assertion about aFileExt with leading ".", r=bz, a=NPOTB
2010-08-27 14:20:47 -07:00
Dan Witte
5306a8f553
Merge e10s -> m-c. a=patches
2010-08-27 08:04:00 -07:00
Brian Crowder
46e35f73ad
Bug 589025 - e10s: ExternalHelperAppParent must support content-disposition property of nsIChannel. r=dwitte, a=beta5+
2010-08-25 18:10:30 -07:00
Dan Witte
0f002d9441
Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+
2010-08-25 17:51:21 -07:00
Dan Witte
d4fa839364
Merge.
2010-08-23 17:30:33 -07:00
Josh Matthews
15c0e915a1
Bug 588351 - 'Pause' button doesn't work in Downloads Manager. r=dwitte a=blocking-fennec
2010-08-23 12:29:33 -04:00
Joel Maher
adaba45072
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
2010-08-26 14:47:28 -07:00
Dan Witte
455bb0070a
Merge.
2010-08-21 13:51:54 -07:00
Dan Witte
9d758b2bce
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
2010-08-21 00:31:35 -07:00
Dan Witte
454e26f2b0
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
2010-08-21 00:31:11 -07:00
Brad Lassey
3208373dd5
bug 588470 - Fennec crashes when opening the download manager after a download is started r=mwu a=blocking-fennec-2.0a1+
2010-08-19 18:33:06 -07:00
Jonas Sicking
32a03526e0
Backout bugs 586754, 574189, 584611 due to orange. a=backout
2010-08-20 11:08:43 -07:00
Joel Maher
a6d440687b
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
2010-08-20 09:32:58 -07:00
Brian Crowder
10a55e53b3
Bug 562444 - e10s: fix external app handler code to enable download manager and others over IPC, r=dwitte, sr=biesi, blocking-fennec2.0a1=mfinkle
2010-08-17 20:19:24 -07:00
Brad Lassey
5cca5f5882
Bug 585080 - Clicking on mailto: URI crashes the content process, r=mwu a=blocking-fennec
2010-08-12 12:15:12 -07:00
Miika Jarvinen
6763d9a6c8
Bug 586334 - nsContentHandlerApp is not accessible from JavaScript. r=romaxa. blocking-fennec=2.0+
...
--HG--
extra : rebase_source : 2fe72398960f5281cb34551bc81b19a38533b144
2010-08-11 18:28:13 -07:00
Brad Lassey
866779d66c
bug 584896 - MIME Chooser dialog causes crash on Android r=mwu blocking-fennec=2.0a1+
2010-08-10 14:02:27 -04:00
Brad Lassey
3ca04d07ac
bug 583542 - [e10s] nsExternalHelperAppService fails when called from content process r=dougt blocking-fennec=2.0a1+
2010-08-10 13:14:45 -04:00
Brad Lassey
82afeb308d
Bug 585083 - Android crash after showing external URI app chooser dialog r=mwu blocking-fennec=2.0a1+
2010-08-10 13:14:42 -04:00
Ehsan Akhgari
dee6af7540
Bug 589190 - Load rundll32.exe from the system directory; r=bsmedberg a=jst
2010-08-25 14:26:20 -04:00
Clint Talbert
4fa6358e1b
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
...
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
fecae963b6
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
2010-08-25 11:47:39 -07:00
Brad Lassey
52a3204c2d
bug 589851 - [Regression] protocol handlers are broken on 8/22 nightly build r=dwitte a=blocking-fennec=2.0a1+
2010-08-23 15:29:41 -04:00
Kyle Huey
d0e189daff
Backed out changeset af956e9c02e3
2010-08-05 17:24:31 -07:00
Brad Lassey
23ab097d3f
Bug 583542 - [e10s] nsExternalHelperAppService fails when called from content process [r=bsmedberg]
...
--HG--
extra : rebase_source : 7a5e07531470daaeba2b40687fb1a914e435c762
2010-08-01 02:38:56 -04:00
Brad Lassey
c16705fa01
Bug 575750 - Implement support for OS protocol handlers on Android [r=mwu,bzbarsky]
...
--HG--
extra : rebase_source : 00c00eff847686211b07798f8d837e7bde02b89d
2010-06-29 22:22:08 -04:00
Jukka Miettinen
2cd6c7860b
Bug 583865 - Latest xulrunner doesn't compile with Maemo 6 defined. r=romaxa. approval=dougt. maemo build bustage fix
2010-08-03 03:02:48 +03:00
Wolfgang Rosenauer
ab20c8da7f
Bug 562897 - Add required implementation to open files on Maemo 6. r=dougt
...
--HG--
extra : rebase_source : 49d8fbe234bf447b87486ac4404a148d676e009c
2010-07-30 12:46:20 -07:00
L. David Baron
2d1a4ce598
Bug 581738: Revert b09b40c61117 (temporary disabling of test on Win7) because bug 542504 is now fixed.
2010-07-26 15:46:09 -07:00
Kyle Huey
ccc69fca65
Bug 508082: Implement a raw video decoder. Based on an earlier patch by Brad Lassey. r=doublec
2010-07-26 12:35:16 -07:00
Justin Dolske
8a2218edab
Bug 581738 - temporarily disable test_punycodeURIs.js on Windows 7
2010-07-24 17:42:22 -07:00
Justin Dolske
717098c537
Bug 562967 - fix test_handlerService.js for new Windows 7 test boxes. r=rs
2010-07-21 14:49:00 -07:00
Michael Wu
ed4dfa45a9
Bug 576381 - Avoid accessing AndroidBridge in child process, r=vlad
...
--HG--
extra : rebase_source : 83584ed9a829b43976d05c15e860cef88141716c
2010-07-16 11:24:42 -07:00
Michael Kohler
10548f19c5
Bug 506041 - Correct misspellings in source code (Patch 3)
...
r=timeless
--HG--
extra : rebase_source : 1917c999a5865676ffb7ec3c2834c3e091bb64dc
2010-07-07 15:33:52 +02:00
timeless@mozdev.org
090f93fcda
Bug 568791 rename NS_IHELPERAPPLAUNCHERDLG_CONTRACTID to NS_HELPERAPPLAUNCHERDLG_CONTRACTID
...
r=biesi
--HG--
extra : rebase_source : 114b7594d401cd8f02c0b763f9186e9796e23c65
2010-05-28 14:37:09 +03:00
Saint Wesonga
4bd9280674
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
Dão Gottwald
b2124655df
Backed out changeset 59ace8d80ce8
2010-07-04 22:01:13 +02:00
Saint Wesonga
8952503f91
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-04 21:39:17 +02:00
Mike Hommey
8f396f3fdf
Bug 562628. Propagate nsProcess::Init failures back to LaunchWithIProcess. r=bzbarsky
2010-07-02 16:56:09 -04:00
Benjamin Smedberg
085c78d33e
Register/restory mock factory correctly in test_getTypeFromExtension_with_empty_Content_Type.js
2010-06-30 16:31:03 -04:00
Benjamin Smedberg
a8c1b00a82
Fix factory registration in test_unsafeBidiChars.xhtml to not override CIDs.
2010-06-23 16:18:08 -04:00
Benjamin Smedberg
a73308ef4b
Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly.
2010-06-22 12:59:57 -04:00
Benjamin Smedberg
31432df1fb
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.
...
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
0df0345c66
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
...
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
703663d5db
Fix Linux-specific issues with static xpcom registration, bug 568691.
2010-06-11 12:47:31 -04:00
Kyle Huey
8402fdb96f
Backed out changeset f54e6386c113
...
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
2010-06-19 13:19:25 -07:00
Kyle Huey
0d120276b1
Bug 508082: Implement a raw video decoder. r=doublec
...
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
2010-06-17 17:36:57 -07:00
Brad Lassey
1548b60810
bug 565138 - follow up r=vlad
2010-06-15 19:39:43 -04:00
Brad Lassey
62e214de6f
bug 565138 - Implement extloader backend for Android r=vlad
2010-06-14 15:04:16 -04:00
Chris Double
42bf8162f5
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
2010-06-09 11:31:27 +12:00
Michael Kohler
8550fb091a
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Mitchell Field
0fd15d94da
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
2010-05-14 18:24:41 +09:00
Daniel Holbert
0fcdb31a3d
Bug 565554: Fix GCC warnings in nsExternalHelperAppService.cpp. r=dougt
2010-05-13 10:32:49 -07:00
Mark Banner
00ccdd4013
Stop test_punycodeURIs.js hanging when the test is actually failing. Part of bug 561350. r=ted (test-only change)
2010-05-06 10:33:49 +01:00
Mike Hommey
9d74ea53a9
Bug 445673 - Rename mType member of class nsMIMEInfoBase to nSchemeOrType to avoid confusion [r=bzbarsky]
2010-05-06 09:22:01 +02:00
Mitchell Field
f544d71a9d
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
2010-04-29 18:59:13 +02:00
Doug Turner
e67f964ff3
Fix build warning caused by bug 561831. r=dholbert
...
--HG--
extra : rebase_source : 4148686a2b5b36bf4e3fd089f8455560b32d7486
2010-04-28 16:56:44 -07:00
Doug Turner
1d67e1d9b4
Bug 561831 - Build bustage on qt in exthandler. r=ted
...
--HG--
extra : rebase_source : d0f72504841671424be9457c09b93b02b649cc0b
2010-04-28 13:33:28 -07:00
Mike Hommey
c8d89d57be
Bug 448375 - Only depend on dbus-glib when needed. Depend on dbus instead [r=benjamin]
2010-04-24 09:39:53 +02:00
Doug Turner
6581cd01af
Bug 545869 - Follow up. Decrease the buffer size used in the external helper app to match the default used in all.js and the rest of necko. r=bz
2010-04-20 10:51:09 -07:00
Doug Turner
2ced4ed3a9
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
2010-04-20 09:32:28 -07:00
Serge Gautherie
11504b4739
Bug 456606 - test_punycodeURIs.js failure on Mac OS X 10.4 (currently worked around); (Av2) Remove a useless createInstance(), Whitespace cleanup, Remove MacOSX 10.4 workaround (on m-c).
...
r=cbiesinger.
2010-04-19 16:54:20 +02:00
Steven Michaud
96b705ff42
Bug 548719 - CFStringCreateWithCString() and CFStringCreateWithBytes() can return NULL without having run out of memory. r=josh
2010-04-06 16:46:39 -05:00
Ms2ger
2c18ff413d
Bug 553804: s/MoMo/MoFo/ in license blocks. r=gerv
2010-03-28 11:52:43 -04:00
Simon Montagu
719c7d651d
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
2010-03-18 10:37:12 +02:00
Joel Maher
6b6e9978a3
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
2010-03-12 13:53:36 -08:00
Josh Aas
5c2f8c4d8c
More Carbon usage cleanup. b=550787 r=bsmedberg
2010-03-10 14:30:11 -05:00
Brad Lassey
96319c4535
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
2010-03-09 22:33:11 -05:00
Joel Maher
1c8d232df2
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
2010-03-09 08:55:39 -08:00
Steven Michaud
c3cac2c620
Bug 541809 - Firefox autoreleasing objects without pool in place. r=josh,jfkthame
2010-03-09 10:37:56 -06:00
Kyle Huey
a7c3948d0a
Backed out changeset 8ce70abd7777
2010-03-09 01:14:21 -05:00
Joel Maher
694ec71da0
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
2010-03-08 19:21:33 -08:00
Clint Talbert
5b4513c7e9
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
2010-03-07 17:34:23 -08:00
Joel Maher
3cd691129e
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
2010-03-07 16:08:05 -08:00
Frédéric Wang
1fabfee5d2
Bug 152001. Map the .mml extension to application/xhtml+mathml if there is no existing mapping for it. r=bzbarsky
2010-02-26 21:32:31 -05:00
Frédéric Wang
aea2f1e996
Bug 530275. Move more MIME types into nsMimeTypes.h so we don't have to hardcode the strings in various places. r=bzbarsky
2009-11-21 00:12:42 +01:00
Oleg Romashin
53c12b1846
Bug 546074 - nsMIMEInfoUnix and nsOSHelperAppService.cpp does not match to each other. r=dougt
...
--HG--
extra : rebase_source : ad820f70c9a0958311300dc4b2cd72fed6cf21a1
2010-02-19 00:12:33 +02:00
Doug Turner
7892aabac9
Bug 543976 - Clean up Maemo defines. r=ted
2010-02-09 11:02:11 -08:00
John Daniels
2556f6f857
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
...
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
2009-11-24 11:58:42 -08:00
Doug Turner
5fea56d790
Bug 528425 - exthandler doesnt compile when using widget=cairo-qt. r=sdwilsh
2009-11-13 11:47:27 -08:00
Dão Gottwald
b6e71f34a2
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
2009-10-26 21:02:06 +01:00
L. David Baron
6c40ea8bbe
Only call GetFromExtension if we have an extension. (Bug 523672) r=bzbarsky
2009-10-22 16:36:21 -04:00
Wolfgang Rosenauer
3a4c0da63f
Bug 327323 - Can't "Open with" files that are send as application/octet-stream (Linux). r=bzbarsky
2009-10-17 09:53:12 +02:00
Boris Zbarsky ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
021f8672ad
Bug 514823. r=Mardak, r=sdwilsh
2009-09-29 10:58:27 -07:00
Jim Mathies
b019fc566b
Bug 473045 - Update to nsIHandlerApp for win7 jump lists (plus tests). r=bz
2009-09-24 21:45:16 -05:00
Rich Walsh
459485e3cd
[OS/2] Bug 516117 - fix problem with GetFromTypeAndExtension() so that handlers get listed in Tools->Options->Applications, r=pweilbacher
2009-09-22 15:53:28 +02:00
Benjamin Smedberg
667f63d102
Bug 513032 - remove empty conditionals in our makefiles, r=ted
2009-08-27 10:48:18 -07:00
Benjamin Smedberg
36bc86429d
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
...
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
2009-08-27 08:53:13 -07:00
jhorak@redhat.com
a5beb085b9
Bug 402892. Support gio as well as gnome-vfs. r=roc
2009-08-25 11:58:11 -07:00
Benjamin Smedberg
ba372f3a4c
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
Ehsan Akhgari
8204627bef
Bug 511521 - downloading file with RTL override (RLO) presents conflicting filenames; r=bzbarsky
2009-08-25 13:52:47 +04:30
Wolfgang Rosenauer
b61d0f7850
Bug 389732 - Remove GetHandlerAppFromPrefs from unix helper app service, r=biesi
2009-08-19 21:29:42 +02:00
Mook
d3d3e4e691
Bug 504025 - [windows x64] casting pointer to long is illegal on win64; don't cast HINSTANCE to int, use LONG_PTR instead; r=benjamin sr=cbiesinger
...
--HG--
extra : rebase_source : b60364af67246d341865a1d52c6fc93d4b62cf4b
2009-08-09 00:50:39 +02:00
Paul O’Shannessy
cebdbd906e
Bug 504385 - "Save Link As..." displays broken file picker when file type is unknown on Windows CE, r=vladimir
2009-08-04 14:27:12 -07:00
Christian Biesinger
5b77713675
Fix broken tests from changeset 97ec2484a49a / Bug 508030 - catMan should be categoryManager
2009-08-03 19:33:11 +02:00
Paolo Amadini
3b128302ef
Bug 508030 lowercase the extension in getTypeFromExtension before looking it up in the ext-to-type-mapping category
...
r=biesi sr=bz
2009-08-03 17:52:32 +02:00
Michael Kohler
cc3bd3ad50
Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless
2009-07-27 10:47:05 +02:00
Josh Aas
28475979b0
Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst
2009-06-25 17:06:54 -04:00
Steven Michaud
e4958ecdca
get rid of nsIInternetConfigService. b=489864 r=josh sr=roc
2009-06-23 14:09:19 -05:00
Mark Banner
affe896191
Bug 488597 Fix Random Test Failure (test_punycodeURIs.js). r=sdwilsh
2009-05-19 10:58:39 +01:00
Steven Michaud
d170a6ab3a
Backed out changeset add33a95e3ef to fix talos crashes. b=489864
2009-05-11 15:39:37 -05:00
Steven Michaud
580be164cf
get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc
2009-05-11 13:17:35 -05:00
Siddharth Agarwal
c61dd94f15
Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
...
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
Paolo Amadini
2db223e084
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; fix for test; r=sdwilsh sr=bzbarsky
2009-04-30 12:07:15 +02:00
Josh Aas
45e9c08915
Port uriloader to 64-bit Mac OS X. b=489344 r=smichaud sr=roc
2009-04-22 09:06:58 -04:00
Paolo Amadini
1c02808dde
Bug 489078 - (TUnit) xpcshell-tests test_getTypeFromExtension_with_empty_Content_Type.js leaks; r=sdwilsh
2009-04-22 02:42:11 +02:00
Paolo Amadini
dd65f1e80e
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; Test case; r=sdwilsh
2009-04-16 20:05:28 +02:00
Paolo Amadini
352d6bbf6e
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; r=(robert.bugzilla + sdwilsh) sr=bzbarsky
2009-04-16 20:05:25 +02:00
Antonio Gomes (tonikitoo)
100f97a22c
[Bug 455509] Implement system integration via dbus (open_mime) in Fennec. r=sdwilsh,blassey sr=bz
2009-03-30 14:10:26 -04:00
Ted Mielczarek
27616db76a
Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
...
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
2009-03-21 11:20:00 -04:00
Josh Aas
dde6460538
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
2009-03-19 10:41:13 -07:00
Peter Weilbacher
c31f9f41b4
Bug 442393: fix OS/2 build break, p=wuno@lsvw
2009-03-19 09:36:00 +01:00
Staś Małolepszy
9ebf23ecdc
Bug 435687 - Add Mibbit as a default IRC protocol web handler. r=mconnor
2009-03-14 09:47:51 +01:00
James Boston
43431adccf
Bustage fix for bug 442393.
2009-03-09 15:14:05 -04:00
James Boston
ebb622ed2b
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
2009-03-09 12:47:39 -04:00
Oleg Romashin
15312a2053
Bug 469023 - network.protocol-handler.warn-external-default does not work with hildon platform. r=bugmail,doug
2009-02-18 08:41:37 -05:00
Shawn Wilsher
edbd2ecbab
Bug 454242 - The location of files used by helper app locations is no longer consistent with the download location.
...
Follow-up patch to make the original actually work. nsIFile is not the same as
nsILocalFile :(
r=mconnor
sr=mconnor
2009-01-27 14:55:29 -05:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Fred Jendrzejewski
424883d380
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
...
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Chris Pearce
5f06963d36
Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky
...
--HG--
extra : rebase_source : b9ee2200c86a0c3fa06cdb163a39a183aa313380
2009-01-16 22:07:26 +13:00
Brad Lassey
ced9720934
bug 464194 - ShellExecuteW and SHParseDisplayName do not exist on wince r=emk, bsmedberg
2008-12-29 11:56:21 -05:00
Phil Ringnalda
db9e87e0e8
Bug 465487 - Fix perms on a couple of executable JS components, r=ted
2008-12-06 20:25:09 -08:00
L. David Baron
e6c67c046f
Backed out changeset ba0d099c6eb6 on suspicion of causing make check and mochitest timeouts on Windows related to exthandler tests.
2008-12-03 13:36:09 -08:00