Ms2ger
|
df8525f77d
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Olli Pettay
|
724bf96a38
|
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
|
e0a4cd5848
|
Bug 859817 - Make NS_NewAtom return already_AddRefed; r=bz
|
2013-04-22 14:13:22 +03:00 |
|
Cykesiopka
|
bd3f221ccc
|
Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz
|
2013-04-24 08:36:09 -04:00 |
|
Ms2ger
|
964738391b
|
Bug 840024 - Cleanup nsHTMLEditor::RemoveAttributeOrEquivalent some; r=ehsan
|
2013-03-10 08:58:34 +01:00 |
|
Jet Villegas
|
f42c3d0d69
|
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
|
4fb6d21629
|
Backed out changeset 487d16b80087 (bug 812638) for mochitest orange.
|
2013-02-06 11:21:25 -05:00 |
|
Jet Villegas
|
303cd79738
|
Bug 812638: backs out bug 480647 (part 6) r=ehsan
|
2013-02-06 06:57:26 -08:00 |
|
Ms2ger
|
c5be726449
|
Bug 828975 - Cleanup nsHTMLCSSUtils::ElementsSameStyle a bit; r=ehsan
|
2013-01-11 09:43:01 +01:00 |
|
Ms2ger
|
3afadd016c
|
Bug 825407 - Get rid of GetElementParent; r=mounir
|
2013-01-11 09:43:01 +01:00 |
|
Peter Van der Beken
|
57adeb4354
|
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
|
0fd9123eac
|
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
|
f1b5bdfdf7
|
Bug 780502 - Remove unsound assertion; r=ehsan
|
2012-08-09 09:20:11 +02:00 |
|
Aryeh Gregor
|
903f6c9c84
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
bd54d2aad1
|
Bug 768756 part 4 - Clean up nsHTMLCSSUtils::GetCSSInlinePropertyBase; r=ehsan
|
2012-07-08 13:31:53 +03:00 |
|
Aryeh Gregor
|
6161edba6d
|
Bug 768756 part 3 - Get rid of nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-07-08 12:50:31 +03:00 |
|
Aryeh Gregor
|
b37af2288b
|
Bug 768756 part 1 - Use enum in nsHTMLCSSUtils for computed/specified style; r=ehsan
|
2012-07-06 14:50:07 +03:00 |
|
Ed Morley
|
53c5da4c5a
|
Backout 6ceeca8b4b73 (bug 772332), ce5629b973e4, 1dcff1db63b4, 108d06ef7755 & 7bf6519b3f43 (bug 768756) for bustage
|
2012-07-15 11:42:31 +01:00 |
|
Aryeh Gregor
|
81be98cff9
|
Bug 768756 part 4 - Clean up nsHTMLCSSUtils::GetCSSInlinePropertyBase; r=ehsan
|
2012-07-08 13:31:53 +03:00 |
|
Aryeh Gregor
|
55d5f8a990
|
Bug 768756 part 3 - Get rid of nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-07-08 12:50:31 +03:00 |
|
Aryeh Gregor
|
f2cd50775a
|
Bug 768756 part 1 - Use enum in nsHTMLCSSUtils for computed/specified style; r=ehsan
|
2012-07-06 14:50:07 +03:00 |
|
Aryeh Gregor
|
b0041eadcc
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Aryeh Gregor
|
12c360bc6f
|
Bug 760143 - Get rid of useless nsresult in editor/; r=ehsan
|
2012-06-01 14:03:17 +03:00 |
|
Aryeh Gregor
|
c986ade870
|
Bug 757371 part 3 - Reuse existing style elements more aggressively; r=ehsan
|
2012-05-29 10:12:51 +03:00 |
|
Aryeh Gregor
|
48e8c70512
|
Bug 757371 part 2 - Improve correctness of nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet; r=ehsan
|
2012-05-28 14:20:27 +03:00 |
|
Aryeh Gregor
|
137b1bb6a3
|
Bug 757371 part 1 - Clean up nsHTMLEditRules::ReapplyCachedStyles; r=ehsan
|
2012-05-22 13:15:09 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
4836ea0495
|
Bug 480647 part 6 - Handle CSS in execCommand("fontSize"); r=ehsan
|
2012-04-24 13:57:49 +03:00 |
|
Aryeh Gregor
|
72210acfc9
|
Bug 480647 part 3 - Clean up nsHTMLCSSUtils::GenerateCSSDeclarationsFromHTMLStyle; r=ehsan
|
2012-04-24 13:57:23 +03:00 |
|
Aryeh Gregor
|
01b6da4885
|
Bug 480647 part 1 - Clean up nsHTMLCSSUtils::IsCSSEquivalentToHTMLInlineStyleSet; r=ehsan
|
2012-04-17 20:50:19 +03:00 |
|
Aryeh Gregor
|
2c1ee92a02
|
Bug 738366 - Default styleWithCSS to false; r=ehsan
|
2012-04-03 17:16:05 +03:00 |
|
Ms2ger
|
6788cc4bff
|
Bug 724270 - Part b: Use nsINode in GenerateCSSDeclarationsFromHTMLStyle / GetCSSEquivalentToHTMLInlineStyleSet and callers; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
523de6f68f
|
Bug 724270 - Part a: Add an nsINode overload of GetCSSInlinePropertyBase; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
b8ad0423eb
|
Bug 724269 - Add nsHTMLCSSUtils::IsCSSEditableProperty(nsIContent*); r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
160b2fe892
|
Bug 724268 - Simplify nsHTMLCSSUtils::GetDefaultViewCSS; r=ehsan
|
2012-02-10 11:04:47 +01:00 |
|
Ms2ger
|
d9f537650b
|
Bug 724266 - Add dom::Element* nsHTMLCSSUtils::GetElementContainerOrSelf(nsINode* aNode); r=ehsan
|
2012-02-10 11:04:46 +01:00 |
|
Ms2ger
|
c3393d42fb
|
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
|
36bf294a76
|
Bug 722416 - Outparamdel nsHTMLCSSUtils::GetElementContainerOrSelf; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
ced62efd51
|
Bug 721483 - Clean up RemoveElementIfNoStyleOrIdOrClass / HasStyleOrIdOrClass; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
3ca7221ed9
|
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 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Masayuki Nakano
|
db1e5b26fa
|
Bug 664437 editor should use mozilla::Preferences r=ehsan
|
2011-06-17 09:59:29 +09:00 |
|
Ms2ger
|
f828b0aa18
|
Bug 656996 - Remove NS_NewHTMLCSSUtils; r=ehsan
|
2011-05-15 12:07:30 +02:00 |
|
Ms2ger
|
941e819c63
|
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
|
2011-04-24 08:54:25 +02:00 |
|
Ehsan Akhgari
|
efa76e8106
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
|
Ehsan Akhgari
|
e93945101f
|
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
|
2010-06-17 15:41:16 -04:00 |
|
Ehsan Akhgari
|
ed95bc25f5
|
Bug 572618 - Make debugging the editor easier - Part 1: Replace all if(NS_FAILED) checks with NS_ENSURE_SUCCESS; r=roc
|
2010-06-17 15:27:24 -04:00 |
|