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 |
|
Ehsan Akhgari
|
e363f2fa61
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Henri Sivonen
|
5e2f48e8d2
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
|
Trevor Saunders
|
c2b2fcd3d4
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Bobby Holley
|
c0228bbfea
|
Bug 913734 - Remove custom privilege setup for cut/copy/paste. r=mrbkap
|
2013-12-13 19:15:43 -08:00 |
|
Birunthan Mohanathas
|
58325c73be
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Boris Zbarsky
|
92f32069b0
|
Bug 945572 part 1. Make NS_NewHTMLElement take an Element** outparam instead of an nsIContent** one. r=smaug
|
2013-12-03 09:40:10 -05:00 |
|
Ben Kelly
|
a6cac9a00e
|
Bug 932418: Don't create and throw away prompt when setting cookie string. r=bz
|
2013-12-02 12:47:57 -05:00 |
|
Ms2ger
|
3c6184d748
|
Bug 925887 - Part a: move some mochitests in content/ to manifests; r=jst
|
2013-11-28 15:03:16 +01:00 |
|
Henri Sivonen
|
952f7aacbf
|
Bug 852909 part 1 - Make media documents say they always ignore the character encoding menu. r=smaug.
|
2013-11-26 09:31:52 +02:00 |
|
Trevor Saunders
|
3970431e7a
|
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
|
2013-11-15 02:12:43 -05:00 |
|
Seth Fowler
|
25062303b2
|
Bug 917595 (Part 2) - Reftests for zoomed image documents with EXIF orientations. r=smaug
--HG--
extra : rebase_source : ffe78a522420a4ae8a51e76c02c8817f9fc03d42
|
2013-11-19 14:25:02 -08:00 |
|
Seth Fowler
|
f5974ef273
|
Bug 917595 (Part 1) - Respect image-orientation in zoomed image documents. r=smaug
--HG--
extra : rebase_source : e5e27e3d8c9f63704e9f83970b6c9ddb2c08dfe1
|
2013-11-19 14:24:59 -08:00 |
|
Ehsan Akhgari
|
49d1eb5e7b
|
Bug 939296 - Build content/html in unified mode; r=jst,bzbarsky
--HG--
extra : rebase_source : e8cf6dfa1b5fc1b3a3db8742e4010fc2479740ed
|
2013-11-19 14:21:29 -05:00 |
|
Phil Ringnalda
|
555ce2f4e3
|
Back out babac1cc0741:ad287f78608a (bug 939049) for OS X build bustage
CLOSED TREE
|
2013-11-19 07:35:17 -08:00 |
|
Trevor Saunders
|
973f46efd0
|
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
|
2013-11-15 02:12:43 -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
|
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 |
|
Bobby Holley
|
d071bd541c
|
Bug 840488 - Refactor Gecko to provide a more direct API to ask whether script is allowed for a given global. r=bz
|
2013-11-12 16:43:31 -08:00 |
|
Vendelin Ruzicka
|
2db8a81a6e
|
Bug 933563 - Consolidate ReportUseOfDeprecatedMethod and WarnOnceAbout. r=sicking, r=ms2ger
|
2013-11-11 16:12:18 -05:00 |
|
Ms2ger
|
786aa40195
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
|
Jeff Walden
|
f775bf0ab0
|
Bug 903332 - Make watch/unwatch into proxy hooks and such, and make watching/unwatching work on DOM proxies and windows (or at least work as much as it ever did, which is to say kinda-sorta-ish). r=bhackett, r=efaust
--HG--
extra : rebase_source : 58dc71e7e58208a2cfa12b265adca7b189e5e5bd
|
2013-10-29 16:39:09 -07:00 |
|
Trevor Saunders
|
3a7b718549
|
bug 935325 - merge nsIScriptGlobalObjectOwner into nsIDocShell r=smaug
|
2013-05-27 06:07:01 -04:00 |
|
Ryan VanderMeulen
|
2cd9baaad6
|
Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures.
|
2013-11-07 16:10:21 -05:00 |
|
Jeff Walden
|
ed9fef3e20
|
Bug 903332 - Make watch/unwatch into proxy hooks and such, and make watching/unwatching work on DOM proxies and windows (or at least work as much as it ever did, which is to say kinda-sorta-ish). r=bhackett, r=efaust
--HG--
extra : rebase_source : b5bae3832b7718b579abb7c09f36c9c46907d7cc
|
2013-10-29 16:39:09 -07:00 |
|
Phil Ringnalda
|
c6d613acb8
|
Back out fe2be5137635:0dc2e0f4fbcc (bug 917595) for reftest failures
|
2013-11-06 21:04:26 -08:00 |
|
Seth Fowler
|
225dafc1de
|
Bug 917595 (Part 2) - Reftests for zoomed image documents with EXIF orientations. r=smaug
|
2013-11-06 18:50:43 -08:00 |
|
Seth Fowler
|
55e6c20048
|
Bug 917595 (Part 1) - Respect image-orientation in zoomed image documents. r=smaug
|
2013-11-06 18:50:42 -08:00 |
|
Henri Sivonen
|
5bf0b8c647
|
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
|
2013-11-04 13:24:33 +02:00 |
|
Carsten "Tomcat" Book
|
c01cac29f1
|
Backed out changeset 88e0c01e2d81 (bug 910192) bustage on a CLOSED TREE
|
2013-11-04 13:04:02 +01:00 |
|
Henri Sivonen
|
e5a75a933d
|
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
|
2013-11-04 13:24:33 +02:00 |
|
Bill Gianopoulos
|
71da0e4689
|
Bug 931427 - Include nsWrapperCacheInlines.h in HTMLAllCollection.cpp and nsBindingManager.cpp; r=smaug
|
2013-10-28 06:33:53 -04:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Ehsan Akhgari
|
9bc16fac73
|
Bug 930583 - Stop #including nsEventStateManager in nsWindowRoot.h and nsDocument.h; r=smaug
|
2013-10-24 14:53:52 -04:00 |
|
Mike Hommey
|
80c623bb6a
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Henri Sivonen
|
61f07128a7
|
Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky.
|
2013-10-16 04:46:10 +03:00 |
|
Nicholas Nethercote
|
b0fbe50f2b
|
Bug 921923 (part 3) - Make multi-output sizeOfFoo() functions more consistent in content/, dom/ and layout/. r=till.
--HG--
extra : rebase_source : ac8aebe86b4b7ee5acc0f541be5645abf73b6a98
|
2013-09-30 16:20:23 -07:00 |
|
Gregory Szorc
|
f0bcf1241b
|
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:06 +02:00 |
|
Ed Morley
|
5e3c678fac
|
Backed out changeset 8b02873ee07e (bug 920223)
|
2013-09-30 12:50:05 +01:00 |
|
Gregory Szorc
|
18c2c27094
|
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:06 +02:00 |
|
Martijn Wargers
|
febeb562f6
|
Bug 918604 - Remove more enablePrivilege calls. r=jmaher
|
2013-09-25 19:32:20 +02:00 |
|
Ryan VanderMeulen
|
c3127fc9fe
|
Backed out changeset 356ba083bb5f (bug 918604) for frequent OSX test_window_bar.html timeouts.
CLOSED TREE
|
2013-09-27 18:28:43 -04:00 |
|
Martijn Wargers
|
2e1fc68393
|
Bug 918604 - Remove more enablePrivilege calls. r=jmaher
|
2013-09-25 19:32:20 +02:00 |
|
Trevor Saunders
|
d6c2b40c7a
|
bug 915566 - rm Makefiles in content/ r=ted
|
2013-09-12 03:52:58 -04:00 |
|
Ehsan Akhgari
|
d2564b10a0
|
Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky
|
2013-09-17 12:49:07 -04:00 |
|
Martijn Wargers
|
a053abedf1
|
Bug 914940 - Remove some enablePrivilige calls. r=jgriffin
|
2013-09-11 10:51:09 +02:00 |
|
Andrew McCreight
|
dbad6e68d0
|
Bug 912747 - Change nsCycleCollectionHoldDrop.h to mozilla/HoldDropJSObjects.h. r=khuey
--HG--
rename : xpcom/glue/nsCycleCollectionHoldDrop.h => xpcom/glue/HoldDropJSObjects.h
|
2013-09-10 08:29:43 -07:00 |
|
Kyle Huey
|
a53f6f80b6
|
Bug 910937: Remove xpc_UnmarkGrayObject and use JSAPI directly. r=mccr8
|
2013-09-08 20:28:48 -07:00 |
|