Ehsan Akhgari
|
243c878d26
|
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 |
|
David Zbarsky
|
191398e14e
|
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
|
2012-08-05 23:00:56 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
9050aef271
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nathan Froyd
|
ca3ed6ffbd
|
Bug 746276 - pack style structures more carefully; r=bz
|
2012-04-17 15:22:49 -04:00 |
|
Josh Matthews
|
7e2e5dc340
|
Bug 722853 - Derive private browsing status from docshell when assigning element states. r=dbaron
|
2012-03-30 02:16:22 -04:00 |
|
Ms2ger
|
b18166e17d
|
Backout bug 722853 - changeset f40a17213344; r=orange
|
2012-03-26 18:41:19 +02:00 |
|
Josh Matthews
|
a8e710d1e3
|
Bug 722853 - Derive private browsing status from docshell when assigning element states. r=dbaron
|
2012-02-21 09:57:09 -05:00 |
|
Nicholas Nethercote
|
c1dd090b4c
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
|
Nicholas Nethercote
|
a76fc052f5
|
Bug 705987 - Use mallocSizeOf in the layout memory reporters. r=khuey,bzbarsky
|
2011-12-08 21:01:52 -08:00 |
|
Olli Pettay
|
1cdbb1b884
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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 |
|
Jeff Walden
|
7d613942b0
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
c5e5f873d1
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
946f2ae0e3
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Boris Zbarsky
|
3efded479e
|
Bug 686656. Make sure to skip animation rules as well as transition rules when we're reparenting a style context when not processing an animation restyle. r=dbaron
|
2011-09-20 23:52:44 -04:00 |
|
Brian Birtles
|
dc0a4bf3c3
|
Bug 562815 part 6 - Check if property is cached in rule tree; r=dbaron
|
2011-08-23 08:34:12 +09:00 |
|
Kyle Huey
|
c33dbd4493
|
Bug 675641: Enumerate nsIStyleRuleProcessors in about:memory. r=bz
|
2011-08-01 14:25:20 -04:00 |
|
Kyle Huey
|
1b346cc30d
|
Bug 675624: Enumerate style sets in about:memory. r=bz
|
2011-08-01 14:24:38 -04:00 |
|
Matheus Kerschbaum
|
9dd50930c3
|
Bug 664924 - Remove MOZ_CSS_ANIMATIONS ifdefs. r=dbaron
|
2011-06-20 16:47:09 -07:00 |
|
Boris Zbarsky
|
11fc279e5e
|
Bug 655549 and bug 645768. Rejigger the quirk table color rule to work more reliably. r=dbaron
|
2011-06-01 07:43:31 -04:00 |
|
Boris Zbarsky
|
6301b34ee2
|
Bug 529750 followup; reenable the assertion. r=dbaron
|
2011-05-25 16:54:30 -04:00 |
|
Boris Zbarsky
|
a7eceaf6b1
|
Bug 529750 part 2. Assume that in AssertNoImportantRules and AddImportantRules the rule is a StyleRule. r=dbaron
|
2011-05-23 16:45:43 -04:00 |
|
Boris Zbarsky
|
2a344d6166
|
Bug 529750 part 1. Don't walk non-CSS UA rules when checking for important UA rules. r=dbaron
|
2011-05-23 16:45:42 -04:00 |
|
Boris Zbarsky
|
a4c15b66b0
|
Bug 611922. When reparenting style contexts, use the visitedness of our new parent unless we're the style context for a link. In that situation, assume that our visitedness did not change. r=dbaron
|
2011-05-20 16:21:27 -04:00 |
|
L. David Baron
|
2be3fb39b0
|
Lower the level in the cascade of animations. (Bug 653645) r=bzbarsky
|
2011-04-30 15:16:19 -07:00 |
|
David Zbarsky
|
36a6ae632d
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Mounir Lamouri
|
350feb3c2f
|
Backed out changeset c1a7c1bc1aeb due to busted build.
|
2011-04-20 22:26:06 +02:00 |
|
David Zbarsky
|
b3839d4cfd
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-20 21:42:33 +02:00 |
|
L. David Baron
|
1185309a8d
|
ifdef CSS animations so that the feature can be backed out by flipping the switches in configure.in and then reverting the changes to the following four files appropriately: nsIDOMCSS2Properties.idl, nsIDOMCSSRule.idl, property_database.js, test_transitions_computed_values.html. (Bug 435442, patch 15) r=bzbarsky
|
2011-04-11 23:18:44 -07:00 |
|
L. David Baron
|
d9b6e1e415
|
Implement and test animation of css3-animations. (Bug 435442, patch 11) r=bzbarsky
|
2011-04-11 23:18:44 -07:00 |
|
L. David Baron
|
bc59278f9d
|
Add support for cascading of keyframes rules. (Bug 435442, patch 6) r=bzbarsky
|
2011-04-11 23:18:43 -07:00 |
|
Boris Zbarsky
|
c3a5087e5b
|
Bug 598832 part 16. Use a single TreeMatchContext for all the style resolution that the frame constructor does as part of a single frame construction batch. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
|
Boris Zbarsky
|
c36bf20ce0
|
Bug 598832 part 15. Make RuleProcessorData not inherit from TreeMatchContext anymore, so we can decouple the lifetimes. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
|
Boris Zbarsky
|
82f44f2a51
|
Bug 598832 part 13. Stop using RuleProcessorData in the DOM-exposed selector-matching methods. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
|
Boris Zbarsky
|
53787f013e
|
Bug 598832 part 7. Stop caching the content state of elements; just reget it from the DOM as needed. r=dbaron
|
2011-03-29 13:29:21 -04:00 |
|
Boris Zbarsky
|
b033771c44
|
Bug 598832 part 1. Move TreeMatchContext out to where things other than the rule processor can get at it. r=dbaron
|
2011-03-29 13:29:20 -04:00 |
|
L. David Baron
|
9633535e65
|
Make nsCachedStyleData store arrays of nsStyleStruct*, and use style struct IDs for faster access to those arrays. (Bug 639231, patch 3) r=bzbarsky
|
2011-03-17 20:14:32 -07:00 |
|
Craig Topper
|
fc51c496b9
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
|
2011-03-10 21:48:57 -05:00 |
|
Boris Zbarsky
|
2b9cfc8afa
|
Bug 625434. Make sure we don't get into a situation where we're failing to gc the ruletree for a page. r=dbaron, a=blocker
|
2011-01-18 21:20:35 -05:00 |
|
Boris Zbarsky
|
1490b58e0e
|
Bug 589615 part 2. Rename the HTML preshint level to just the preshint level, since it's the only preshint level now. r=dbaron, a=dbaron
|
2011-01-14 21:14:41 -05:00 |
|
Boris Zbarsky
|
846c8dcb03
|
Bug 589615 part 1. Get rid of the non-HTML preshint level. r=dbaron
|
2011-01-14 21:14:41 -05:00 |
|
Mounir Lamouri
|
ac3ffbbd48
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Craig Topper
|
6954d497fb
|
Bug 575901 - DeCOMtaminate nsIStyleRuleProcessor method signatures. r=bz
|
2010-07-18 23:20:40 +02:00 |
|
L. David Baron
|
23f8cdb844
|
Append style sheets from binding manager when ensuring unique inner on all sheets. (Bug 578810) r=bzbarsky
|
2010-07-16 22:36:34 -07:00 |
|
Boris Zbarsky
|
0a1730db7c
|
Bug 555627. Make transitions actually work correctly on :before and :after. r=dbaron
|
2010-06-30 18:54:29 -07:00 |
|
Boris Zbarsky
|
45169884ff
|
Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron
|
2010-06-23 00:46:27 -04:00 |
|
Boris Zbarsky
|
32f95a5ea2
|
Bug 571105. Don't force creation of an if-visited style contest if we don't actually need one. r=dbaron
|
2010-06-14 16:06:48 -04:00 |
|