Michael Ratcliffe
|
cff1609734
|
Bug 1006595 - Add some APIs on inIDOMUtils to allow determining the subproperties of a CSS shorthand, whether a property is a shorthand, and whether a given property supports a given type of value. r=dbaron
|
2014-05-06 16:46:34 +01:00 |
|
Ms2ger
|
7f901a51fa
|
Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
|
2014-06-20 12:32:49 +02:00 |
|
Ms2ger
|
78134e6fa1
|
Backout revision 308e51eae10c for build bustage.
|
2014-06-20 13:00:08 +02:00 |
|
Ms2ger
|
f747edc3e4
|
Bug 1022855 - Rename nsCSSStyleSheet to mozilla::CSSStyleSheet; r=heycam
|
2014-06-20 12:32:49 +02:00 |
|
Olli Pettay
|
69617f14f7
|
Bug 1023280 - Rename dictionary.ToObject to ToObjectInternal, r=bz
|
2014-06-11 22:38:55 +03:00 |
|
Neil Rashbrook
|
64ae631c9b
|
Bug 1018324 Add scrollElementIntoView to inIDOMUtils as inIFlasher is going away r=roc
|
2014-06-09 08:35:13 +01:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Cameron McCormack
|
f1f34533fe
|
Bug 992488 - Return false early from inDOMUtils::SelectorMatchesElement if the selector is for a pseudo-element. r=bzbarsky
|
2014-04-15 12:28:57 +10:00 |
|
Masayuki Nakano
|
00dfc5e0a9
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
|
2014-04-03 13:18:36 +09:00 |
|
Masayuki Nakano
|
c50afb64af
|
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
|
2014-04-01 13:09:23 +09:00 |
|
Boris Zbarsky
|
e60d8e5df4
|
Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley
|
2014-03-29 01:45:10 -04:00 |
|
Nicolas E. Bordenabe
|
987f72e6ea
|
Bug 973345 - Include gradient values in the return value of getCSSValuesForProperty() for properties that can have an <image> value specified. r=bz
|
2014-03-25 11:36:48 -04:00 |
|
Benoit Jacob
|
ae67b77a1c
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-07 12:14:23 -05:00 |
|
Peter Chang
|
a7504a1140
|
backout of rev 45253e02bde3, fd02f1217e4c, 75217485ce5a b=981804
|
2014-03-12 15:16:20 +08:00 |
|
Benoit Jacob
|
73b34e3d33
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-07 12:14:23 -05:00 |
|
Ryan VanderMeulen
|
c27e336485
|
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
|
7f3cdabc47
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-06 11:38:17 -05:00 |
|
Robert O'Callahan
|
5016a05a35
|
Bug 968118. Make nsCSSProps keyword tables be int16_t instead of int32_t for a small space win. r=heycam
|
2014-02-06 00:10:44 +13:00 |
|
Birunthan Mohanathas
|
08efb5ff8c
|
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
|
Tom Schuster
|
4a7dd51a60
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
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 |
|
Cameron McCormack
|
83efb78059
|
Bug 773296 - Part 28: Avoid some crashes in the inspector when variables are present. r=roc
|
2013-12-12 13:09:47 +11:00 |
|
Robert O'Callahan
|
d65aae70d2
|
Bug 945091. Part 1: Flatten inspector/public and inspector/src into inspector. r=glandium
|
2013-12-04 14:04:23 +13:00 |
|
Carsten "Tomcat" Book
|
b56bfa0c62
|
Backed out changeset 1dcb339812d1 (bug 945091) for mochitest-8 bustage on a CLOSED TREE
|
2013-12-04 09:24:09 +01:00 |
|
Robert O'Callahan
|
fb5a3c68a3
|
Bug 945091. Part 1: Flatten inspector/public and inspector/src into inspector. r=glandium
|
2013-12-04 14:04:23 +13:00 |
|