Kyle Huey
|
f7eafc09a9
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Benoit Jacob
|
618e69aee7
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-07 12:14:23 -05:00 |
|
Peter Chang
|
0feb380b0d
|
backout of rev 45253e02bde3, fd02f1217e4c, 75217485ce5a b=981804
|
2014-03-12 15:16:20 +08:00 |
|
Benoit Jacob
|
5690c8f7e0
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-07 12:14:23 -05:00 |
|
Ryan VanderMeulen
|
eccc1b69c8
|
Backed out changesets d65a803d2b9a, 9456495d6121, and 73c710ddf3d8 (bug 977757) for Gaia UI test failures.
CLOSED TREE
|
2014-03-06 13:10:20 -05:00 |
|
Benoit Jacob
|
39560c498f
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-06 11:38:17 -05: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 |
|
Ms2ger
|
6ec28362b3
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Olli Pettay
|
4aedc83264
|
Bug 862309, remove useless warning about missing presshell, r=mats
--HG--
extra : rebase_source : 5f77555a3a24bc27cb3ce4422d6f06e1d4b97ab3
|
2013-05-15 14:38:05 +03:00 |
|
Aryeh Gregor
|
b7c3e8030b
|
Bug 859817 - Make NS_NewAtom return already_AddRefed; r=bz
|
2013-04-22 14:13:22 +03:00 |
|
Cykesiopka
|
ad08e18549
|
Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz
|
2013-04-24 08:36:09 -04:00 |
|
Ms2ger
|
46e45d4e6a
|
Bug 840024 - Cleanup nsHTMLEditor::RemoveAttributeOrEquivalent some; r=ehsan
|
2013-03-10 08:58:34 +01:00 |
|
Jet Villegas
|
e24992d5cd
|
Bug 812638: revert fix for bug 480647 (part 6) that introduced this regression. r=ehsan
|
2013-02-05 22:00:59 -08:00 |
|
Ryan VanderMeulen
|
d3f1e45bf9
|
Backed out changeset 487d16b80087 (bug 812638) for mochitest orange.
|
2013-02-06 11:21:25 -05:00 |
|
Jet Villegas
|
fefcabe74a
|
Bug 812638: backs out bug 480647 (part 6) r=ehsan
|
2013-02-06 06:57:26 -08:00 |
|
Ms2ger
|
04e2e98c5e
|
Bug 828975 - Cleanup nsHTMLCSSUtils::ElementsSameStyle a bit; r=ehsan
|
2013-01-11 09:43:01 +01:00 |
|
Ms2ger
|
41958008fc
|
Bug 825407 - Get rid of GetElementParent; r=mounir
|
2013-01-11 09:43:01 +01:00 |
|
Peter Van der Beken
|
a69ce442c1
|
Fix for bug 773780 (Add API for new DOM bindings for Node). r=bz.
--HG--
extra : rebase_source : 5dd51c4ad5274da9235c8c341b0531f234e95a91
|
2012-10-09 14:31:24 +02:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ms2ger
|
de02017227
|
Bug 780502 - Remove unsound assertion; r=ehsan
|
2012-08-09 09:20:11 +02:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
6afedf732a
|
Bug 768756 part 4 - Clean up nsHTMLCSSUtils::GetCSSInlinePropertyBase; r=ehsan
|
2012-07-08 13:31:53 +03:00 |
|
Aryeh Gregor
|
3f9e983ef3
|
Bug 768756 part 3 - Get rid of nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-07-08 12:50:31 +03:00 |
|
Aryeh Gregor
|
7a72ed38f8
|
Bug 768756 part 1 - Use enum in nsHTMLCSSUtils for computed/specified style; r=ehsan
|
2012-07-06 14:50:07 +03:00 |
|
Ed Morley
|
ab974a862e
|
Backout 6ceeca8b4b73 (bug 772332), ce5629b973e4, 1dcff1db63b4, 108d06ef7755 & 7bf6519b3f43 (bug 768756) for bustage
|
2012-07-15 11:42:31 +01:00 |
|
Aryeh Gregor
|
883c09e141
|
Bug 768756 part 4 - Clean up nsHTMLCSSUtils::GetCSSInlinePropertyBase; r=ehsan
|
2012-07-08 13:31:53 +03:00 |
|
Aryeh Gregor
|
ad632e6bc8
|
Bug 768756 part 3 - Get rid of nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-07-08 12:50:31 +03:00 |
|
Aryeh Gregor
|
bc3c05c246
|
Bug 768756 part 1 - Use enum in nsHTMLCSSUtils for computed/specified style; r=ehsan
|
2012-07-06 14:50:07 +03:00 |
|
Aryeh Gregor
|
eb15649aa5
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Aryeh Gregor
|
358c88c0cb
|
Bug 760143 - Get rid of useless nsresult in editor/; r=ehsan
|
2012-06-01 14:03:17 +03:00 |
|
Aryeh Gregor
|
0366e557db
|
Bug 757371 part 3 - Reuse existing style elements more aggressively; r=ehsan
|
2012-05-29 10:12:51 +03:00 |
|
Aryeh Gregor
|
72c58a01c7
|
Bug 757371 part 2 - Improve correctness of nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet; r=ehsan
|
2012-05-28 14:20:27 +03:00 |
|
Aryeh Gregor
|
045e52b132
|
Bug 757371 part 1 - Clean up nsHTMLEditRules::ReapplyCachedStyles; r=ehsan
|
2012-05-22 13:15:09 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
51d3c28a67
|
Bug 480647 part 6 - Handle CSS in execCommand("fontSize"); r=ehsan
|
2012-04-24 13:57:49 +03:00 |
|
Aryeh Gregor
|
e04f4100c1
|
Bug 480647 part 3 - Clean up nsHTMLCSSUtils::GenerateCSSDeclarationsFromHTMLStyle; r=ehsan
|
2012-04-24 13:57:23 +03:00 |
|
Aryeh Gregor
|
0eba053047
|
Bug 480647 part 1 - Clean up nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet; r=ehsan
|
2012-04-17 20:50:19 +03:00 |
|
Aryeh Gregor
|
ca85f01f9d
|
Bug 738366 - Default styleWithCSS to false; r=ehsan
|
2012-04-03 17:16:05 +03:00 |
|
Ms2ger
|
f54d391b08
|
Bug 724270 - Part b: Use nsINode in GenerateCSSDeclarationsFromHTMLStyle / GetCSSEquivalentToHTMLInlineStyleSet and callers; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
18f112a4be
|
Bug 724270 - Part a: Add an nsINode overload of GetCSSInlinePropertyBase; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
475fcb9de7
|
Bug 724269 - Add nsHTMLCSSUtils::IsCSSEditableProperty(nsIContent*); r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
7ab6e1f800
|
Bug 724268 - Simplify nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
41192c3c93
|
Bug 724266 - Add dom::Element* nsHTMLCSSUtils::GetElementContainerOrSelf(nsINode* aNode); r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
5d74feca40
|
Bug 724264 - Consolidate code that checks whether an element has a non-_moz_dirty attribute; r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
b0989a6827
|
Bug 722416 - Outparamdel nsHTMLCSSUtils::GetElementContainerOrSelf; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
b5bb334d50
|
Bug 721483 - Clean up RemoveElementIfNoStyleOrIdOrClass / HasStyleOrIdOrClass; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
22afc57540
|
Bug 705438 - Remove dead code: nsHTMLCSSUtils::RemoveCSSProperty(nsIDOMElement*, const nsAString&); r=ehsan
|
2011-12-03 22:50:17 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|