Masatoshi Kimura
|
ce84311eeb
|
Bug 978611 - Part 3: Get rid of legacy dictionaries: events and codegen. r=smaug,khuey
|
2014-03-07 20:51:51 +09:00 |
|
Vaibhav Agarwal
|
64e20261db
|
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
|
2014-03-06 13:42:43 -05:00 |
|
Masayuki Nakano
|
08a11f7934
|
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
|
2014-03-05 09:37:43 +09:00 |
|
Jan Varga
|
34a32fa34a
|
Bug 963064 - FileHandle cleanup. r=bent
|
2014-02-24 21:56:13 +01:00 |
|
Jon Coppeard
|
d0e56d0b88
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
|
Jan Varga
|
cbf55c77bc
|
Bug 953425 - Part d: Add DOMFileRequest::Create(); r=Ms2ger
|
2014-02-09 09:04:37 +01:00 |
|
Ms2ger
|
058946a78f
|
Bug 953425 - Part c: Use DOMFileRequest in LockedFile; r=janv
|
2014-02-09 09:04:37 +01:00 |
|
Ehsan Akhgari
|
060c5d2671
|
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
|
2014-02-06 13:28:14 -05:00 |
|
Jon Coppeard
|
bfba7b5146
|
Bug 963167 - Convert JS_SetElement() to take HandleValue rather than MutableHandleValue r=sfink r=bz
|
2014-01-25 09:31:17 +00:00 |
|
Tom Schuster
|
42902d0e42
|
Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8
|
2014-01-23 20:49:40 +01:00 |
|
Ms2ger
|
5463f5d483
|
Bug 953425 - Part b: Move DOMFileMetadataParameters to WebIDL; r=janv
|
2014-01-20 08:58:24 +01:00 |
|
Ms2ger
|
47fc8d091f
|
Bug 953425 - Part a: Store bools directly in MetadataParameters; r=janv
|
2014-01-20 08:58:24 +01:00 |
|
Terrence Cole
|
6beccf2363
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
--HG--
extra : rebase_source : ace7b0fa6ba93acbf0ec8ecaeb68ffa287a33665
|
2014-01-16 09:48:58 -08:00 |
|
Tom Schuster
|
f39e81815a
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Boris Zbarsky
|
f401c6a7cc
|
Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug
|
2014-01-06 21:53:23 -05:00 |
|
Boris Zbarsky
|
2d26bed9c3
|
Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey
|
2014-01-06 21:53:23 -05:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
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 |
|
Henri Sivonen
|
cc6db4c2e7
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
|
Andrea Marchesini
|
928c2809d6
|
Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv
|
2013-11-25 16:53:48 +00:00 |
|
Ehsan Akhgari
|
6ef9485e95
|
Bug 942537 - Build dom/file in unified mode; r=glandium
|
2013-11-24 14:19:38 -05:00 |
|
Mike Hommey
|
2812d11fce
|
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
|
e06d795c71
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
e80e877ab7
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
ffe0380912
|
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 |
|
Tom Schuster
|
4478f5b384
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Ms2ger
|
cca4d45da6
|
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
|
2013-11-17 16:39:25 +01:00 |
|
Tom Schuster
|
bc757ef965
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Steve Fink
|
159ed3c77f
|
Bug 925916 - Handlify WrapNative, r=smaug
|
2013-10-11 22:02:39 -07:00 |
|
Ms2ger
|
1ee1f27aa3
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Gregory Szorc
|
1cff342d15
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ed Morley
|
18a411a55c
|
Backed out changeset 77bff106b704 (bug 920223)
|
2013-09-30 12:50:12 +01:00 |
|
Gregory Szorc
|
6ed63cb064
|
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:51:57 +02:00 |
|
Ehsan Akhgari
|
7233ba7103
|
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 |
|
Benoit Jacob
|
ef57b5655b
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:39 -04:00 |
|
Wes Kocher
|
de3dfc4a8e
|
Backed out changeset 554bfe767519 (bug 913847) for leaking on a CLOSED TREE
|
2013-09-18 17:21:02 -07:00 |
|
Benoit Jacob
|
1b7e3c520e
|
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
|
2013-09-18 18:50:32 -04:00 |
|
Trevor Saunders
|
516ec6f51b
|
bug 915566 - rm makefiles in dom/ r=gps
|
2013-09-13 12:25:21 -04:00 |
|
Robert O'Callahan
|
03e7828db2
|
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
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Bobby Holley
|
83c76ab760
|
Bug 899367 - Make GetNativeGlobal consumers call GetWindowProxy and rm the former. r=mccr8
Some of the uses of this are a bit nonsensical now, but that's a problem for
another day.
|
2013-09-04 14:06:57 -07:00 |
|
Brian O'Keefe
|
d118b95a0d
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Ryan VanderMeulen
|
6f0d3838c9
|
Backed out 12 changesets (bug 899367) for Windows and OSX mochitest failures on a CLOSED TREE.
Backed out changeset 46cf4c3eb447 (bug 899367)
Backed out changeset d8a876219fc7 (bug 899367)
Backed out changeset d930333f95a7 (bug 899367)
Backed out changeset efae8cc0fff8 (bug 899367)
Backed out changeset 1dd262d146a6 (bug 899367)
Backed out changeset 4c396b8a51d0 (bug 899367)
Backed out changeset c8c30176639a (bug 899367)
Backed out changeset aaa8fbcf9aaf (bug 899367)
Backed out changeset d1a782044a4b (bug 899367)
Backed out changeset b2672ab55046 (bug 899367)
Backed out changeset fc4deb0b06fa (bug 899367)
Backed out changeset b9f1018a609c (bug 899367)
|
2013-08-27 21:14:54 -04:00 |
|
Andrew McCreight
|
f8bde121bd
|
Bug 904826 - Remove some unneeded nsLayoutStatics calls. r=smaug,bholley,bz
|
2013-08-27 15:39:02 -07:00 |
|
Bobby Holley
|
3ef78b339d
|
Bug 899367 - Make GetNativeGlobal consumers call GetWindowProxy and rm the former. r=mccr8
Some of the uses of this are a bit nonsensical now, but that's a problem for
another day.
|
2013-08-27 15:21:40 -07:00 |
|
Andrew McCreight
|
fb10bae2e6
|
Backed out changeset 365053e73efa for build bustage on this CLOSED TREE.
|
2013-08-27 09:54:01 -07:00 |
|
Andrew McCreight
|
ab43ff245b
|
Bug 904826 - Remove some unneeded nsLayoutStatics calls. r=smaug
|
2013-08-20 14:19:33 -07:00 |
|
Kyle Huey
|
d2e93ff015
|
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
|
2013-08-22 22:17:08 -07:00 |
|
Ms2ger
|
4fb1aa6786
|
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
4807f1c86c
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|