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 |
|
William Chen
|
93c8625034
|
Bug 992521 - Part 2: Make styles work when not in document, but contained by a ShadowRoot with a host in document. r=smaug
|
2014-06-07 01:42:54 -07:00 |
|
Jeremy Poulin
|
ef9b7ddf74
|
Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
|
2014-06-03 13:37:46 -07: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 |
|
Adrian Lungu
|
53c9888d1b
|
Bug 822480 - Add in the Resource Timing API. r=honzab, r=jst
|
2013-10-15 18:35:44 -07:00 |
|
Kyle Huey
|
ea94e7d568
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07: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 |
|
Ben Turner
|
4660ab8627
|
Bug 939182 - Add 'eventWasProcessed' argument to nsIThreadObserver::afterProcessNextEvent(), r=bsmedberg.
|
2013-10-23 05:01:20 -07:00 |
|
Birunthan Mohanathas
|
88a0348924
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
|
2013-12-08 21:52:54 -05:00 |
|
William Chen
|
f69dba4ca4
|
Bug 929885 - Implement web components ShadowRoot style sheet behavior. r=mrbkap
|
2013-12-02 02:26:12 -08:00 |
|
Benoit Jacob
|
79c7fd3c72
|
Bug 940717 - Unify the IsChromeURI functions we have in various places - r=ehsan
|
2013-11-20 11:29:03 -05:00 |
|
Ms2ger
|
f434b7976a
|
Bug 923251 - Part b: Make Loader::PrepareSheet return void; r=heycam
|
2013-11-11 08:57:53 +01:00 |
|
Ms2ger
|
de1b0e1ce4
|
Bug 923251 - Part a: Make ParseMediaList return void; r=heycam
|
2013-11-11 08:57:34 +01:00 |
|
Nicholas Hurley
|
da6bab2ded
|
Bug 881804 (part 4) - Plumb layout into predictive network actions. r=bz
|
2013-10-25 14:56:56 -07:00 |
|
Robert O'Callahan
|
51222bdd45
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
|
Ehsan Akhgari
|
bc7822c462
|
Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst
|
2013-08-21 15:28:26 -04:00 |
|
Mina Almasry
|
4a12e98afb
|
Bug 713564 - Add an API to declare a stylesheet obsolete. r=bz
|
2013-07-15 17:28:33 -04:00 |
|
Catalin Iacob
|
f88cdc0744
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
|
2013-06-23 14:03:39 +02:00 |
|
Boris Zbarsky
|
3a9c5430be
|
Bug 867487. Make sure we don't think we're cloning a complete sheet when we're actually cloning a loading one because the complete sheet was dirty. r=dbaron
|
2013-05-23 09:20:52 -04:00 |
|
Boris Zbarsky
|
91b37a0c0e
|
Bug 799816. Try to not have preload sheets (or other unreferenced sheets) hanging out in our mCompleteSheets hashtable. r=dbaron
|
2013-04-24 14:59:14 -04:00 |
|
Masatoshi Kimura
|
52383ed93b
|
Bug 860180 - Prefer UTF-16BE/LE to UTF-16. r=hsivonen
|
2013-04-16 21:19:29 +09:00 |
|
Boris Zbarsky
|
6e256ffccc
|
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
|
2013-03-17 10:42:59 -04:00 |
|
David Zbarsky
|
1c27c4d045
|
[Bug 847110] Fix up includes in layout/style r=dbaron
|
2013-03-02 19:31:48 -05:00 |
|
L. David Baron
|
cb81c89318
|
Bug 563195: Fix -Wshadow warnings in layout/style. r=bzbarsky
|
2013-02-17 22:56:32 -08:00 |
|
Cameron McCormack
|
b34c426f37
|
Bug 508725 - Part 2: Record on nsCSSStyleSheets whether they are for a <style scoped>. r=dbaron
|
2013-01-09 10:25:47 +11:00 |
|
Cameron McCormack
|
7acdf057ce
|
Backout bug 508725 (d267bb4b58b5, 50f71edffeb9, 6aec8e22fe60, e62e1f33958a, 0f146c435249, eb959b9f4862, 2b0ee42f3aa0, 02db01cd6796, 2ef0e517d43d, b650588e05c9 and a3c916829d56) for build failure on a CLOSED TREE.
|
2013-01-08 19:36:21 +11:00 |
|
Cameron McCormack
|
f0e1195f0a
|
Bug 508725 - Part 2: Record on nsCSSStyleSheets whether they are for a <style scoped>. r=dbaron
|
2013-01-08 19:09:22 +11:00 |
|
Patrick McManus
|
e02ad04f62
|
bug 792438 part 1 - identify css and head-based-js as dedicated network resources r=bz
|
2012-12-04 18:06:29 -05:00 |
|
Henri Sivonen
|
d5459c6e5c
|
Bug 796882 - Implement CSS charset handling according to CSS3 Syntax. r=bzbarsky.
|
2012-11-15 10:47:30 +02:00 |
|
Nathan Froyd
|
cb4c9c2a0d
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
|
Boris Zbarsky
|
2a04dfcb29
|
Bug 799796. Do memory reporting for stylesheets that only the CSS loader might know about. r=dbaron,njn
|
2012-10-17 17:01:56 -04:00 |
|
Boris Zbarsky
|
92ccd36e2b
|
Bug 795221 part 4. Hook up <link> elements to cycle collect their stylesheet. r=smaug
|
2012-10-07 22:39:09 -04:00 |
|
Kyle Huey
|
34c2b64c99
|
Bug 793554: Devirtualize mozilla::css::Loader::[AddRef|Release] r=dbaron
|
2012-09-24 07:29:24 -07:00 |
|
Ehsan Akhgari
|
57ec2ec569
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Ehsan Akhgari
|
6c934f3dff
|
Bug 788275 - Part 0: Make nsCORSListenerProxy's constructor not cause the object to be destroyed before it is constructed; r=bzbarsky
That is always a nice property to have!
|
2012-09-18 22:16:23 -04:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Boris Zbarsky
|
017bcbc12c
|
Bug 732209 part 5. Enforce CORS on stylesheet loads as needed. r=sicking
|
2012-08-28 13:10:08 -04:00 |
|
Boris Zbarsky
|
25b1c6be78
|
Bug 732209 part 4. Propagate the CORS state throughout the CSS loading process. r=sicking,dbaron
|
2012-08-28 13:10:08 -04:00 |
|
Boris Zbarsky
|
a198282cca
|
Bug 732209 part 3. Communicate the CORS state of preloads to the CSS loader. r=sicking,hsivonen
|
2012-08-28 13:10:08 -04:00 |
|
Boris Zbarsky
|
5fff5874c6
|
Bug 732209 part 2. Communicate the CORS state of style link loads to the CSS loader. r=sicking
|
2012-08-28 13:10:07 -04:00 |
|
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 |
|
Ian Melven
|
509794f488
|
Bug 341604 - modify CheckMayLoad to allow sandboxed workers to load blob and data URIs r=jst
|
2012-08-20 11:34:33 -07:00 |
|
Aryeh Gregor
|
691ef24b2a
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
0ee8d73e18
|
Bug 777293 - Remove NS_NewCSSStyleSheet; r=dbaron
|
2012-08-04 09:44:01 +02:00 |
|
Ed Morley
|
a246794e16
|
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 |
|
Ms2ger
|
33d4688239
|
Bug 777293 - Remove NS_NewCSSStyleSheet; r=dbaron
|
2012-08-04 09:44:01 +02:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2b55dddfca
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
|