Boris Zbarsky
|
030ccd9f4a
|
Bug 932837 part 3. Make JSStackFrame get information from the JS stack lazily. r=khuey
|
2014-01-07 19:53:18 -05:00 |
|
Andrea Marchesini
|
c0b77c900e
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Andrea Marchesini
|
12742b5c15
|
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
|
2014-01-07 13:16:07 +01:00 |
|
Boris Zbarsky
|
45103f9d63
|
Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug
|
2014-01-06 21:53:23 -05:00 |
|
Boris Zbarsky
|
9cdaf7bf8e
|
Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey
|
2014-01-06 21:53:23 -05:00 |
|
Wes Kocher
|
84aaa0cdb5
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
55c3093167
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Andrew McCreight
|
f78e86e676
|
Bug 956455, part 3 - Remove the holder argument to nsXPConnect::WrapNativeToJSVal. r=gabor
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
7e6526ace8
|
Bug 956455, part 2 - Remove holder argument from WrapNativeToJSVal nsDOMClassInfo. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
737d0d5fa9
|
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Andrea Marchesini
|
26c45f5a92
|
Bug 930450 - Setting port to the empty string should set URL's port to the default value. Setting it to "0" should set URL's port to 0., r=bz, r=honzab
|
2014-01-04 20:42:42 +00:00 |
|
Ehsan Akhgari
|
58ee2029fd
|
Merge m-c into inbound
|
2014-01-04 12:14:57 -05:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
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 |
|
Bobby Holley
|
8f2d35aa8a
|
Bug 887928 - document.referrer should be based on the incument script settings object. r=bz
|
2014-01-03 14:37:17 -08:00 |
|
Nicholas Nethercote
|
82b05b710d
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Nicholas Nethercote
|
9505172caf
|
Bug 955942 (part 1) - Remove unnecessary nsIMemoryReporter qualifiers from UNITS_* and KIND_* constants. r=mccr8.
--HG--
extra : rebase_source : f760568c08af03d9fec316bf95e7d4388078a03d
|
2013-12-11 11:59:39 -08:00 |
|
Masatoshi Kimura
|
3f945da033
|
Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug
|
2014-01-02 07:52:47 +09:00 |
|
Andrew McCreight
|
b6ece55812
|
Bug 950959 - Rename scheduled cycle collector stuff to slice. r=smaug
|
2014-01-01 11:00:35 -08:00 |
|
Andrew McCreight
|
5b5e6a9500
|
Bug 950949 - Run forgetSkippable per CC not per slice. r=smaug
|
2014-01-01 11:00:35 -08:00 |
|
Andrew McCreight
|
ef5c18438e
|
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
|
2013-12-31 09:20:21 -08:00 |
|
Andrew McCreight
|
6144a66e4a
|
Bug 948554, part 2 - Convert some of nsJSEnvironment to TimeStamp for greater precision. r=smaug
|
2013-12-31 09:20:21 -08:00 |
|
Andrew McCreight
|
1487520354
|
Bug 948554, part 1 - Rename PrepareForCycleCollection and make it a method. r=smaug
This name is more precise, because we must call it once per slice,
not once per CC. Being a method on the CC stats object is more consistent.
|
2013-12-31 09:20:21 -08:00 |
|
Neil Deakin
|
bfa534bed4
|
Bug 906666, treat frozen windows as not visible, so that they don't get focused, r=smaug
|
2013-12-23 09:24:36 -05:00 |
|
Andrew McCreight
|
36ba686d29
|
Bug 937960, part 5 - Add pref to activate ICC. r=smaug
|
2013-12-22 10:14:36 -05:00 |
|
Andrew McCreight
|
01752de733
|
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
|
2013-12-22 09:58:20 -05:00 |
|
Andrew McCreight
|
f83384339e
|
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
|
2013-12-22 09:58:19 -05:00 |
|
Andrew McCreight
|
b06340db9a
|
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
|
2013-12-21 09:35:08 -05:00 |
|
Andrew McCreight
|
9452b03ca7
|
Bug 937960, part 1 - Add static var for incremental CC. r=smaug
|
2013-12-21 09:35:08 -05:00 |
|
Boris Zbarsky
|
1caadebe3a
|
Bug 951245. Forwarding to outer should check for active document, not current inner, to handle document.open() cases. r=peterv
|
2013-12-20 14:28:18 -05:00 |
|
Shu-yu Guo
|
be50a5e9fc
|
Bug 951413 - Really unsuppress inner window docs on detach from docshell. (r=smaug)
|
2013-12-19 15:34:26 -08:00 |
|
Ryan VanderMeulen
|
383add0e97
|
Backed out changesets ccdc3d4f4571, 4dcc91e771e3, 0ae14946314b, and 94d22ab0b17f (bug 937960) for Windows 7 debug xpcshell failures.
|
2013-12-19 16:57:55 -05:00 |
|
Andrew McCreight
|
70407c2c21
|
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Andrew McCreight
|
380df2f061
|
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Andrew McCreight
|
ba6fd07613
|
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Andrew McCreight
|
ab385fc578
|
Bug 937960, part 1 - Add ICC pref to nsJSEnv. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Ryan VanderMeulen
|
75c2b59eb5
|
Backed out changesets b03bd1170d1c, 419615a1195d, a1b699b80442, and 524c573fd8a6 (bug 937960) for Win7 debug xpcshell orange.
|
2013-12-18 19:04:11 -05:00 |
|
Ryan VanderMeulen
|
dd8643cc43
|
Backed out changesets 472a1be79a9f, 2b43b310858b, and adc20d941bd8 (bug 948554) for Win7 debug xpcshell timeouts.
|
2013-12-18 19:03:28 -05:00 |
|
Andrew McCreight
|
f95d404cd5
|
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
570de35866
|
Bug 948554, part 2 - Convert some of nsJSEnvironment to TimeStamp for greater precision. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
d95abb4ad4
|
Bug 948554, part 1 - Rename PrepareForCycleCollection and make it a method. r=smaug
This name is more precise, because we must call it once per slice,
not once per CC. Being a method on the CC stats object is more consistent.
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
dbbe1738b1
|
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
c6cd1b5b90
|
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
78104dd42d
|
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
56a0c5e7b9
|
Bug 937960, part 1 - Add ICC pref to nsJSEnv. r=smaug
|
2013-12-18 11:42:15 -08:00 |
|
Blake Kaplan
|
5a1403e62a
|
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug
|
2013-12-17 16:12:33 -08:00 |
|
Ryan VanderMeulen
|
2184455416
|
Merge b2g-inbound to m-c.
|
2013-12-17 16:17:49 -05:00 |
|
Dimi Lee
|
0679c0719e
|
Bug 939056 - B2G NFC: Enable/disable MOZ_NFC at runtime. r=bz
|
2013-12-17 10:32:29 +08:00 |
|
Ehsan Akhgari
|
d63f90798e
|
Bug 949445 - Part 3: Remove the classinfo for Selection; r=bzbarsky
|
2013-12-17 09:12:47 -05:00 |
|
Ehsan Akhgari
|
ce9c4676d6
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Ehsan Akhgari
|
22ed390f77
|
Bug 950659 - Remove nsIDOMMediaQueryList and nsIDOMMediaQueryListListener; r=bzbarsky
X-Git-Commit-ID: 8584a27a3b3f2a749273cf6c56057b0276854f3b
|
2013-12-17 08:40:06 -05:00 |
|