Michael Kohler
|
695ea3b78d
|
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
|
15cf63f6c5
|
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
|
dca1fdaf5b
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
Dão Gottwald
|
af6bdfaeea
|
Backed out changeset 59ace8d80ce8
|
2010-07-04 22:01:13 +02:00 |
Saint Wesonga
|
b11412ff34
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-04 21:39:17 +02:00 |
Mike Hommey
|
aed4db995f
|
Bug 562628. Propagate nsProcess::Init failures back to LaunchWithIProcess. r=bzbarsky
|
2010-07-02 16:56:09 -04:00 |
Benjamin Smedberg
|
6bcb476424
|
Register/restory mock factory correctly in test_getTypeFromExtension_with_empty_Content_Type.js
|
2010-06-30 16:31:03 -04:00 |
Benjamin Smedberg
|
30b3a3322e
|
Fix factory registration in test_unsafeBidiChars.xhtml to not override CIDs.
|
2010-06-23 16:18:08 -04:00 |
Benjamin Smedberg
|
54fa052991
|
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
|
549d6ed5fd
|
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
|
cae1800556
|
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
|
36dce4f616
|
Fix Linux-specific issues with static xpcom registration, bug 568691.
|
2010-06-11 12:47:31 -04:00 |
Kyle Huey
|
3636d58acc
|
Backed out changeset f54e6386c113
--HG--
extra : rebase_source : 367bf92e0875df1663e79bd6b968cddd677eeb1c
|
2010-06-19 13:19:25 -07:00 |
Kyle Huey
|
2b12e3a551
|
Bug 508082: Implement a raw video decoder. r=doublec
--HG--
extra : rebase_source : 2ffc36ceb9cb8407531efa6e7b1f0548e81c170c
|
2010-06-17 17:36:57 -07:00 |
Brad Lassey
|
24d47ad8ec
|
bug 565138 - follow up r=vlad
|
2010-06-15 19:39:43 -04:00 |
Brad Lassey
|
8ee5049518
|
bug 565138 - Implement extloader backend for Android r=vlad
|
2010-06-14 15:04:16 -04:00 |
Chris Double
|
00d19451fb
|
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
|
2010-06-09 11:31:27 +12:00 |
Michael Kohler
|
11a655ab7e
|
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
|
895792930a
|
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
|
ebb0455c9b
|
Bug 565554: Fix GCC warnings in nsExternalHelperAppService.cpp. r=dougt
|
2010-05-13 10:32:49 -07:00 |
Mark Banner
|
08b5017ae1
|
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
|
af07aaa496
|
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
|
3d1b2b634a
|
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
|
7405900581
|
Fix build warning caused by bug 561831. r=dholbert
--HG--
extra : rebase_source : 4148686a2b5b36bf4e3fd089f8455560b32d7486
|
2010-04-28 16:56:44 -07:00 |
Doug Turner
|
ac50199a6a
|
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
|
788fd0adf4
|
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
|
7cf69f3bb0
|
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
|
21d8a5efa0
|
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
|
2010-04-20 09:32:28 -07:00 |
Serge Gautherie
|
59e6af44c0
|
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
|
1bce78760f
|
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
|
523323b83a
|
Bug 553804: s/MoMo/MoFo/ in license blocks. r=gerv
|
2010-03-28 11:52:43 -04:00 |
Simon Montagu
|
ca71e3c5c6
|
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
|
2010-03-18 10:37:12 +02:00 |
Joel Maher
|
5a22815ee5
|
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
|
fcb9bf889c
|
More Carbon usage cleanup. b=550787 r=bsmedberg
|
2010-03-10 14:30:11 -05:00 |
Brad Lassey
|
4492ee705c
|
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
|
2010-03-09 22:33:11 -05:00 |
Joel Maher
|
acb95ebf6d
|
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
|
bac832f143
|
Bug 541809 - Firefox autoreleasing objects without pool in place. r=josh,jfkthame
|
2010-03-09 10:37:56 -06:00 |
Kyle Huey
|
f78a715db2
|
Backed out changeset 8ce70abd7777
|
2010-03-09 01:14:21 -05:00 |
Joel Maher
|
4b8aff6ea3
|
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
|
b962e844a9
|
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
|
0c7928ce7d
|
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
|
0df926daf9
|
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
|
0b7dbc207c
|
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
|
abf85007f9
|
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
|
34f05ad210
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
John Daniels
|
44d12116b2
|
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
|
00a8997af3
|
Bug 528425 - exthandler doesnt compile when using widget=cairo-qt. r=sdwilsh
|
2009-11-13 11:47:27 -08:00 |
Dão Gottwald
|
3546d8c2d2
|
Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg
|
2009-10-26 21:02:06 +01:00 |
L. David Baron
|
ff38166f29
|
Only call GetFromExtension if we have an extension. (Bug 523672) r=bzbarsky
|
2009-10-22 16:36:21 -04:00 |
Wolfgang Rosenauer
|
6169919759
|
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 |