Joshua Cranmer
|
08036d15e9
|
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
--HG--
extra : rebase_source : 4c44e60c72e0ece3cea7ed1cf79079bd2a1b6487
|
2013-11-12 18:22:38 -06:00 |
|
Nelson BenÃtez León
|
44b6331925
|
Bug 417952 - Open Containing Folder doesn't highlight/select file in Nautilus. r=karlt
If the File Manager DBus Interface[1] is present, use it to
launch file manager and select the file, otherwise fallback to
existing code for backwards compatibility.
[1] http://www.freedesktop.org/wiki/Specifications/file-manager-interface/
|
2013-11-12 08:31:33 -05:00 |
|
Kamil Jozwiak
|
c82c2bde4b
|
Bug 933580 - Will switch to the Desktop when downloading a PDF and the default application is not the Windows App Reader. r=jimm
|
2013-11-07 13:55:47 -05:00 |
|
ISHIKAWA, Chiaki
|
650bfefb8c
|
Bug 931703 - Add unhandled/missing errno for NSRESULT_FOR_ERRNO macros. r=bsmedberg
|
2013-11-06 09:06:03 -05:00 |
|
Matt Brubeck
|
041b460c69
|
Bug 935376 - Back out 2e6063aa9b77 (bug 328755) on suspicion of causing a crash in ntdll
|
2013-11-05 21:12:56 -08:00 |
|
Brian R. Bondy
|
a9b9ac44c1
|
Bug 924894 - Split prefs files up for Metro and Desktop when running in the same profile. r=jimm
|
2013-11-05 13:20:39 -05:00 |
|
James Kitchener
|
5b0db92cbb
|
Bug 328755 - Assigning a zero-length string should not alloc a buffer. r=bsmedberg
|
2013-11-04 14:22:37 -05:00 |
|
ISHIKAWA, Chiaki
|
2d417d2685
|
Bug 931720 - Return low-level error correctly from nsLocalFile::CopyToNative(). r=bsmedberg
Fix copytonative to return better meaningful error (from errno) when PR_Write()/PR_Read() failed (e.g., failed to write to full file system, etc.)
|
2013-10-31 23:04:11 -04:00 |
|
Nicholas Nethercote
|
ba1e9bce90
|
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
|
2013-10-10 15:22:35 -07:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
David Rajchenbach-Teller
|
87f3ec791b
|
Bug 927407 - Optimizing NS_{Input, Output}StreamIsBuffered to avoid unnecessary main thread I/O in trivial cases
|
2013-10-16 07:42:00 +01:00 |
|
Mike Hommey
|
61124c1afc
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Ehsan Akhgari
|
387a4f7600
|
Bug 928040 - Remove some prtypes.h inclusions from xpcom/; r=bsmedberg
--HG--
extra : rebase_source : 2f238320ba8330a27aa986af1146446dcb5d7128
|
2013-10-18 20:34:57 -04:00 |
|
Narihiro Nakamura
|
347fa6f6f5
|
Bug 899477 - Remove unused COMPONENT_DIRECTORY macro. r=bsmedberg
|
2013-10-15 13:54:10 -04:00 |
|
Birunthan Mohanathas
|
4dce3f3fa6
|
Bug 784739 - Switch from NULL to nullptr in xpcom/ (2/3); r=ehsan
|
2013-10-10 16:41:39 -04:00 |
|
Josh Aas
|
7f8f74f608
|
Bug 923893: Use safer and not-deprecated NSFileManager APIs instead of 'fileAttributesAtPath:traverseLink:'. r=smichaud moa=bsmedberg
|
2013-10-09 12:11:13 -05:00 |
|
Josh Aas
|
fce5b1d516
|
Bug 786118: Use 'stat' and 'lstat' instead of 'stat64' and 'lstat64' on OS X. The '*64' functions are deprecated, regular 'stat' and 'lstat' are 64-bit capable. r=bsmedberg
|
2013-10-09 01:01:27 -05:00 |
|
Ehsan Akhgari
|
276e4b787c
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
|
Ehsan Akhgari
|
b4cc06df88
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Chris Kitching
|
b1a7881e9c
|
Bug 794981 - Part 4: Consistently pass nsAString into the JNI methods, instead of the veritable smorgasbord of string types previously used. r=kats
|
2013-09-09 08:57:36 -04:00 |
|
Mats Palmgren
|
bf7df8d447
|
Bug 911283 - Introduce nsTArray::SetLengthAndRetainStorage which unlike SetLength does not deallocate/reallocate the internal storage. Use it in NS_FillArray. r=bsmedberg
|
2013-09-08 02:05:02 +00:00 |
|
Jim Blandy
|
d5b6b24fc6
|
Bug 892114: Add support for Unix domain sockets to nsIServerSocket.idl and @mozilla.org/network/server-socket;1. r=mayhemer
|
2013-09-06 08:06:23 -07:00 |
|
Jim Blandy
|
6581e4276a
|
Bug 892114: Whitespace and spelling fixes encountered while working on Unix domain socket support. r=mayhemer
|
2013-09-06 08:06:23 -07:00 |
|
Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Doug Turner
|
805876c713
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Brian O'Keefe
|
4f68eb9b02
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Makoto Kato
|
9645c57fa1
|
Bug 901820 - Part 2. Remove nsCRT::strdup/nsCRT::strndup impl. r=bsmedberg
|
2013-08-22 19:32:11 +09:00 |
|
Ms2ger
|
4922ccbc0a
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
c3e345584c
|
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
|
2013-08-22 08:56:01 +02:00 |
|
Michael Harrison
|
7123f492d6
|
Bug 486080 - Remove nsIByteBuffer and nsIUnicharBuffer. r=bsmedberg
|
2013-08-20 11:03:50 +00:00 |
|
David Keeler
|
ffc7f627db
|
bug 906209 - remove some spurious idl forward-declarations r=jlebar
|
2013-08-16 14:58:45 -07:00 |
|
Ehsan Akhgari
|
55662e26d0
|
Bug 904121 - Do not include nsIMemory in nsMemory.h; r=vlad
--HG--
extra : rebase_source : b525ab299eeefdd39f6e919c8a0c6407f9bac209
|
2013-08-12 17:44:56 -04:00 |
|
Gregory Szorc
|
4e187cec9c
|
Bug 900714 - Remove legacy -fno-strict-aliasing compiler flag adjustment; r=mshal
|
2013-08-09 12:40:37 -07:00 |
|
Nathan Froyd
|
6230cde5a9
|
Bug 901976 - don't null-check |new X| in xpcom/; r=bsmedberg
|
2013-08-05 11:16:53 -04:00 |
|
Ms2ger
|
5c2b63d2c7
|
Merge m-c to inbound.
|
2013-08-02 11:07:57 +02:00 |
|
Ms2ger
|
061d88874c
|
Bug 897921 - Remove some dead assignments in makefiles; r=mshal
|
2013-08-02 09:03:55 +02:00 |
|
Nathan Froyd
|
29b810ded2
|
Bug 900050 - remove dead prclist.h #include from nsSegmentedBuffer.h; r=ehsan
|
2013-07-31 12:12:43 -04:00 |
|
Ms2ger
|
adbb8bab14
|
Bug 896414 - Make nsDirectoryService::mHashtable an nsInterfaceHashtable; r=bsmedberg
|
2013-07-24 09:40:40 +02:00 |
|
Joshua Cranmer
|
7b9a04da79
|
Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
|
2013-07-11 15:21:45 -05:00 |
|
Joshua Cranmer
|
03b669f709
|
Bug 884061 - Part 3y: Use NS_DECL_THREADSAFE_ISUPPORTS in xpcom/, r=bsmedberg
--HG--
extra : rebase_source : d54f6973e3ff859207115013e8361781769ffc76
|
2013-07-18 21:31:26 -05:00 |
|
Ehsan Akhgari
|
81b0d336c3
|
Bug 895141 - Remove useless prlong.h inclusions from the tree; r=jcranmer
|
2013-07-18 12:06:38 -04:00 |
|
Benoit Girard
|
5b43ee14ca
|
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
|
2013-07-12 08:56:54 -04:00 |
|
Trevor Saunders
|
82e5558b37
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Roberta De Viti
|
52924c0d96
|
Bug 865188 - Remove Storage support for profile special database. r=mak
|
2013-07-11 10:00:48 +02:00 |
|
Ryan VanderMeulen
|
c9d5a706a1
|
Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures.
|
2013-07-10 13:51:28 -04:00 |
|
Trevor Saunders
|
c3f96258c3
|
bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal
|
2013-06-25 14:29:26 -04:00 |
|
Joey Armstrong
|
a6b9800cfb
|
bug 870407: cleanup bug. r=mshal
|
2013-07-08 11:53:00 -04:00 |
|
Joey Armstrong
|
9d2e7154d2
|
bug 883350: move SDK_HEADERS to mozbuild (file batch #1) r=mshal
|
2013-07-01 17:24:53 -04:00 |
|