Wes Kocher
|
2939a367ba
|
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
|
2014-03-17 15:19:53 -07:00 |
|
Neil Rashbrook
|
f83724018d
|
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
|
2014-03-17 19:07:09 +00:00 |
|
Masayuki Nakano
|
6461de2a4d
|
Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
|
2014-03-17 15:56:53 +09:00 |
|
Kyle Huey
|
f7eafc09a9
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Ekanan Ketunuti
|
8f50062f49
|
Bug 977047 - Add words related to crypto. r=ehsan
|
2014-03-03 08:57:12 +07:00 |
|
Ekanan Ketunuti
|
b1a05773f3
|
Bug 978368 - Add "snarky" "snarkier" "snarkiest" and "snarkily" to the en-US dictionary. r=ehsan
|
2014-03-01 16:13:35 +07:00 |
|
Maksim Lebedev
|
b4c0fd94fd
|
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
--HG--
extra : rebase_source : 7da22cbb4a3fcc6fa7cc8350bea0f87adf896788
|
2014-02-20 10:38:13 -08:00 |
|
Ekanan Ketunuti
|
ccf44489d3
|
Bug 968728 - Add "rasterize", "rasterizes", "rasterizing", "rasterized", "rasterizer" and "rasterization" to the en-US dictionary. r=ehsan
|
2014-02-18 13:12:16 +07:00 |
|
Ms2ger
|
aa9d7b52b4
|
Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal
|
2014-02-15 21:24:59 +01:00 |
|
Ekanan Ketunuti
|
dc6b4f8ca3
|
Bug 963485 - Add "dequeue" and "enqueue" to the en-US dictionary. r=ehsan
|
2014-01-25 09:37:45 +07:00 |
|
Ms2ger
|
e05f12c82f
|
Bug 956862 - Move some mochitests to manifests; r=mshal
|
2014-01-20 08:58:27 +01:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Nicholas Nethercote
|
ed423fbdef
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Ms2ger
|
6c7c16c6b2
|
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
|
2013-12-31 10:06:11 +01:00 |
|
Nicholas Nethercote
|
c82c609ac3
|
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
|
2013-11-07 16:35:30 +11:00 |
|
Mike Hommey
|
fdd3247a81
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
|
Mike Hommey
|
2f727b6d62
|
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
|
2013-11-28 14:24:05 +09:00 |
|
Mike Hommey
|
b038245b8d
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-28 13:08:16 +09:00 |
|
Ehsan Akhgari
|
6220f98ec6
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
|
2013-11-27 20:05:00 -05:00 |
|
Nicholas Nethercote
|
74e6ffe050
|
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
|
2013-11-07 16:35:30 +11:00 |
|
Johannes Buchner
|
6027e415af
|
Bug 912465 - Use MsgNewSafeBufferedFileOutputStream instead of NewLocalFileOutputStream in various places. r=ehsan
|
2013-11-19 09:13:44 -05:00 |
|
Ehsan Akhgari
|
52ff9407e5
|
Bug 939659 - Build parts of the spellchecker in unified mode; r=roc
--HG--
extra : rebase_source : a3468510cc0e3b0f0cf95a1b851662296fef5a27
|
2013-11-18 08:32:32 -05:00 |
|
Mike Hommey
|
931cb49886
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
b18be7aacd
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47:43 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Ehsan Akhgari
|
f59a09f88a
|
Add a comment for bug 939880, DONTBUILD
|
2013-11-18 14:52:47 -05:00 |
|
Phil Ringnalda
|
718d59af18
|
Back out 134f2dc02468 (bug 939659) for assertions
|
2013-11-18 07:21:11 -08:00 |
|
Ehsan Akhgari
|
aa71e93c03
|
Bug 939659 - Build spellchecker in unified mode; r=roc
|
2013-11-18 08:32:32 -05:00 |
|
Ehsan Akhgari
|
103eb487a5
|
Bug 936848 follow-up: Add DVRs to the en-US dictionary
|
2013-11-12 11:20:17 -05:00 |
|
Birunthan Mohanathas
|
3e7174ca76
|
Bug 936848 - Add "DRM", "DVR", and "millennia" to the en-US dictionary; r=ehsan
|
2013-11-12 09:16:59 -05:00 |
|
Joan Montané
|
dcf43e0dba
|
Bug 257073 - Handle the Catalan middle dot correctly in the spell checker; r=ehsan
|
2013-11-12 09:16:34 -05:00 |
|
Mike Hommey
|
53e380d1ff
|
Bug 935387 - Remove non recursed install targets. r=mshal
|
2013-11-07 10:37:45 +09:00 |
|
Mike Hommey
|
612f38242f
|
Bug 933097 - Remove a few useless moz.build files. r=mshal
|
2013-11-02 08:47:46 +09:00 |
|
Daniel Holbert
|
17bbc689ce
|
Bug 926275: Remove mozalloc_macro_wrappers.h and mozalloc_undef_macro_wrappers.h. r=bsmedberg
|
2013-10-31 19:39:03 -07:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Matthew Noorenberghe
|
fe78aad803
|
Bug 926731 - Add some technical words to the en-US dictionary. r=ehsan
|
2013-10-17 23:02:10 -07:00 |
|
Ms2ger
|
df62fb8b0f
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
Ms2ger
|
9d5ce8dfb7
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Aryeh Gregor
|
ac9443d12c
|
Bug 891904 - Un-schedule full spell check when checker is disabled; r=ehsan
|
2013-10-01 09:42:35 +03:00 |
|
Gregory Szorc
|
89c902c7b2
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Ed Morley
|
74e3d6ce30
|
Backed out changeset 68b6b152f51a (bug 920223)
|
2013-09-30 12:50:09 +01:00 |
|
Gregory Szorc
|
47e946bebe
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Ehsan Akhgari
|
019f6a95dd
|
Backed out changeset a73ffb0d0c97 because of build bustage
|
2013-09-29 17:20:07 -04:00 |
|
Ehsan Akhgari
|
996fe50ca8
|
Remove a number of unused variables, no bug
|
2013-09-29 16:42:12 -04:00 |
|
Jan Beich
|
5634f0f752
|
Bug 920112 - Make sure nsCOMPtr<nsIFile> is defined before using. r=ehsan
|
2013-09-26 10:11:37 -04:00 |
|
Masayuki Nakano
|
ee772d1cbc
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Gregory Szorc
|
160a20817c
|
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
|
2013-09-24 11:50:08 -07:00 |
|
Ehsan Akhgari
|
b91ba4ba3a
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
|