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 |
|
Ed Morley
|
a227f14256
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-22 10:28:02 +01:00 |
|
David Zbarsky
|
5c1df7f323
|
Move mStyleRule and mStyleRuleRefreshTime from ElementAnimations/ElementTransitions to CommonElementAnimationData, no bug, r=dbaron over irc
|
2012-08-21 21:48:47 -04:00 |
|
David Zbarsky
|
bd4bdc3b0a
|
Bug 784239 - Perform async animations even when not all properties can be asyncified r=roc
|
2012-08-21 21:48:47 -04:00 |
|
Olli Pettay
|
91f7a34c34
|
Bug 783015 - Chrome refreshdriver runs all the time, r=khuey
|
2012-08-21 16:14:06 -07:00 |
|
L. David Baron
|
62da7d5e53
|
Treat argument of :-moz-locale-dir() case-insensitively. (Bug 741293) r=smontagu
|
2012-08-20 22:41:47 -07:00 |
|
David Zbarsky
|
41867d1baa
|
Bug 783893 - Clean up async animation code r=roc
|
2012-08-21 00:06:47 -04:00 |
|
L. David Baron
|
d9baa3a527
|
Add missing SkipUntil call in @supports parsing. (Bug 782401) r=heycam
Fixes http://test.csswg.org/source/contributors/opera/submitted/css3-conditional/at-supports-030.html
|
2012-08-20 19:23:32 -07:00 |
|
L. David Baron
|
1eef1584d8
|
Track whether nsStyleVisibility::mLanguage came from explicit information in the document. (Bug 702121, patch 1) r=jfkthame
|
2012-08-20 19:23:32 -07:00 |
|
L. David Baron
|
77d40fe387
|
Accept unitless lengths in quirks mode for bottom, just as for left/top/right. (Bug 776591) r=bzbarsky
|
2012-08-20 19:23:31 -07:00 |
|
Kyle Huey
|
e428d9fe59
|
Bug 783379: Remove unnecessary (wrong) optimization of image decoding notifications. r=roc
--HG--
extra : rebase_source : d485d0f5bbe35dc969712ca50654c8671b033c80
|
2012-08-20 17:14:04 -07:00 |
|
Ian Melven
|
06019be17e
|
Bug 341604 - modify CheckMayLoad to allow sandboxed workers to load blob and data URIs r=jst
|
2012-08-20 11:34:33 -07:00 |
|
Ed Morley
|
9cdd0db8cb
|
Merge mozilla-central to mozilla-inbound
|
2012-08-15 19:00:48 +01:00 |
|
Kyle Huey
|
715bc01bd2
|
Bug 780618: Follow up to switch to nsError.h in merged patches. r=me
|
2012-08-15 06:52:06 -07:00 |
|
Kyle Huey
|
fa127e8648
|
Merge m-c to b-s.
|
2012-08-15 06:25:20 -07:00 |
|
Kyle Huey
|
8a5f5bbdf3
|
No bug: Eradicate some nsnulls.
|
2012-08-14 13:34:20 -07:00 |
|
Kyle Huey
|
30cef0f1d5
|
Merge m-c to b-s.
|
2012-08-14 11:14:40 -07:00 |
|
Kyle Huey
|
4dcafaedea
|
Bug 697230: Part 3 - Make style images block onload. r=bz
|
2012-08-13 16:04:17 -07:00 |
|
Kyle Huey
|
0cc1c18795
|
Bug 697230: Part 1 - Centralize style image observers. r=bz
|
2012-08-13 15:04:19 -07:00 |
|
Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Aryeh Gregor
|
04236844ff
|
Bug 782252 - Cast some nsresult to PRUint32; r=ehsan
|
2012-08-09 11:36:40 +03:00 |
|
Aryeh Gregor
|
1091dc5149
|
Bug 782252 - Change named constants to correct types; r=ehsan
|
2012-08-07 18:11:35 +03:00 |
|
Robert O'Callahan
|
bed323fe4c
|
Backing out f89374c446c2 for build bustage (bug 691591)
|
2012-08-10 23:55:51 +12:00 |
|
Robert O'Callahan
|
5c9261ecc4
|
Bug 691651. When an element changes between having a transform and not having one, don't reframe if we don't need to. r=dbaron
--HG--
extra : rebase_source : 4bc4f5fc7b5c9e621518e9f8c574259ea0de3b0a
|
2012-08-10 23:16:49 +12:00 |
|
Robert O'Callahan
|
91c0802b2f
|
Bug 691651. When an element changes between having a transform and not having one, don't reframe if we don't need to. r=dbaron
--HG--
extra : rebase_source : ed990c17d2501ea5f4d09dea56baeada41cd3f35
|
2012-08-10 23:16:49 +12:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Simon Montagu
|
4d946e9779
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, layout/style part, r=bz
|
2012-08-09 20:37:58 -07:00 |
|
Matt Brubeck
|
3697f5b568
|
Back out bug 562169 because of Dromaeo DOM regressions
Backed out changeset 841cd6e1e585 (bug 562169)
Backed out changeset e226e413dd27 (bug 562169)
Backed out changeset 9c24b7287c5b (bug 562169)
|
2012-08-08 08:14:48 -07:00 |
|
Cameron McCormack
|
7ba6d92396
|
Bug 655877 - Part 27: Ignore text-shadow in SVG text frames. r=roc
|
2012-08-08 21:37:13 +10:00 |
|
Simon Montagu
|
5ccf0feb0f
|
Add support for :dir(ltr/rtl) CSS selector, layout/style part. Bug 562159, r=bz
|
2012-08-07 21:44:24 -07:00 |
|
Daniel Holbert
|
4bbe6b1e04
|
Bug 666041 patch 4: Mochitest for flexbox layout. r=dbaron
|
2012-08-07 14:32:24 -07:00 |
|
Simon Montagu
|
4ae7b52fd9
|
Implement the new CSS property value unicode-bidi: isolate-override. Bug 774335, r=dbaron
|
2012-08-07 01:42:46 -07:00 |
|
Simon Montagu
|
e09f58837c
|
Changes to tests for bug 774335, r=dbaron
|
2012-08-07 01:42:45 -07:00 |
|
David Zbarsky
|
42018cc827
|
Bug 780342 - Don't allow compositor-driven animation of frames that are not prerendered, provide diagnostics for when that happens r=cjones
|
2012-08-06 16:33:23 -04:00 |
|
Aryeh Gregor
|
f41637535d
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Boris Zbarsky
|
f21609d807
|
Bug 753517 part 2.75. Fix the QI impls to not lie. r=bustage
|
2012-08-06 01:24:43 -04:00 |
|
David Zbarsky
|
d50e4a7565
|
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
|
2012-08-05 23:00:56 -04:00 |
|
Boris Zbarsky
|
f914c0dbe4
|
Bug 753517 part 2.5. Include nsWrapperCacheInlines so things will actually link correctly. r=bustage
|
2012-08-05 22:55:18 -04:00 |
|
Boris Zbarsky
|
1b8d2356ea
|
Bug 753517 part 2. Make all CSS declarations wrappercached and make them correctly handle preserved wrappers. r=mccr8,peterv,smaug,dbaron
|
2012-08-05 22:16:30 -04:00 |
|
Boris Zbarsky
|
ab8c73b485
|
Bug 753517 part 1. Make GetParentObject() on CSS declarations return a useful nsINode if possible. r=peterv,dbaron
|
2012-08-05 22:14:52 -04:00 |
|
Boris Zbarsky
|
bb5cc2f15d
|
Bug 765588. Make CSSFontFaceStyleDecl an nsICSSDeclaration. r=dbaron
|
2012-08-05 22:14:47 -04:00 |
|
David Zbarsky
|
fecc44c62d
|
Bug 780340 - Allow compositor-driven animations of visibility r=mattwoodrow
|
2012-08-05 13:03:43 -04:00 |
|
Aryeh Gregor
|
12d310448b
|
Bug 732153 part 1 - Computed transform should be 'none' if there's no transform, even if backface-visibility or transform-style is set; r=dbaron
|
2012-07-05 10:45:09 +03:00 |
|
Cameron McCormack
|
427a336683
|
Bug 655877 - Part 21: Avoid assertions when nsStyleContext::GetVisitedDependentColor is called for an SVG paint property. r=dbaron
|
2012-08-05 11:01:19 +10:00 |
|
Ms2ger
|
c6b094bee3
|
Bug 777306 - Remove NS_NewHTMLStyleSheet; r=dbaron
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
391cca2e24
|
Bug 777293 - Remove NS_NewCSSStyleSheet; r=dbaron
|
2012-08-04 09:44:01 +02:00 |
|
Jonathan Kew
|
83a0c3a21a
|
bug 721750 - support text-shadow property on ::-moz-selection. r=dbaron
|
2012-08-04 19:52:21 +01:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
David Zbarsky
|
c52354cb86
|
Bug 780340 - Allow compositor-driven animations of visibility r=mattwoodrow
|
2012-08-04 07:03:47 -07:00 |
|