Andrea Marchesini
|
202e31a90e
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 19:53:31 +01:00 |
|
Andrea Marchesini
|
62bd00021f
|
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
|
2014-01-07 13:16:07 +01:00 |
|
Boris Zbarsky
|
f401c6a7cc
|
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
|
2d26bed9c3
|
Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey
|
2014-01-06 21:53:23 -05:00 |
|
Wes Kocher
|
3689d3ffb3
|
Backed out changeset e451b39305f6 (bug 949488) for breaking mochitest-8 on at least b2g
|
2014-01-06 18:10:34 -08:00 |
|
Andrea Marchesini
|
c02db1b031
|
Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
|
2014-01-07 00:05:01 +01:00 |
|
Andrew McCreight
|
194d76d7e9
|
Bug 956455, part 3 - Remove the holder argument to nsXPConnect::WrapNativeToJSVal. r=gabor
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
38c8557c9b
|
Bug 956455, part 2 - Remove holder argument from WrapNativeToJSVal nsDOMClassInfo. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Andrew McCreight
|
dce493cdb0
|
Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug
|
2014-01-06 11:54:43 -08:00 |
|
Andrea Marchesini
|
f98a8d58d2
|
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
|
2e67154d02
|
Merge m-c into inbound
|
2014-01-04 12:14:57 -05:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
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
|
578b352a21
|
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
|
91175eb896
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Nicholas Nethercote
|
9366b60202
|
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
|
40c3a61d7b
|
Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug
|
2014-01-02 07:52:47 +09:00 |
|
Andrew McCreight
|
91646dadb8
|
Bug 950959 - Rename scheduled cycle collector stuff to slice. r=smaug
|
2014-01-01 11:00:35 -08:00 |
|
Andrew McCreight
|
64258f4913
|
Bug 950949 - Run forgetSkippable per CC not per slice. r=smaug
|
2014-01-01 11:00:35 -08:00 |
|
Andrew McCreight
|
109859ab5c
|
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
|
2013-12-31 09:20:21 -08:00 |
|
Andrew McCreight
|
af204ebe2b
|
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
|
32ef1c52a6
|
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
|
5631de9296
|
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
|
a95ab3d09f
|
Bug 937960, part 5 - Add pref to activate ICC. r=smaug
|
2013-12-22 10:14:36 -05:00 |
|
Andrew McCreight
|
485088fdf2
|
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
|
2013-12-22 09:58:20 -05:00 |
|
Andrew McCreight
|
53e4433905
|
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
|
2013-12-22 09:58:19 -05:00 |
|
Andrew McCreight
|
748da4eaa4
|
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
|
2013-12-21 09:35:08 -05:00 |
|
Andrew McCreight
|
8cea884f60
|
Bug 937960, part 1 - Add static var for incremental CC. r=smaug
|
2013-12-21 09:35:08 -05:00 |
|
Boris Zbarsky
|
5704575923
|
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
|
fb33d230d0
|
Bug 951413 - Really unsuppress inner window docs on detach from docshell. (r=smaug)
|
2013-12-19 15:34:26 -08:00 |
|
Ryan VanderMeulen
|
e8e36d08b0
|
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
|
eec9dd22e6
|
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Andrew McCreight
|
03a8a8e082
|
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Andrew McCreight
|
9d296c7f10
|
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Andrew McCreight
|
7db6607fa1
|
Bug 937960, part 1 - Add ICC pref to nsJSEnv. r=smaug
|
2013-12-18 21:22:55 -08:00 |
|
Ryan VanderMeulen
|
96ec232042
|
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
|
a8de86cdad
|
Backed out changesets 472a1be79a9f, 2b43b310858b, and adc20d941bd8 (bug 948554) for Win7 debug xpcshell timeouts.
|
2013-12-18 19:03:28 -05:00 |
|
Andrew McCreight
|
353b70ed08
|
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
77dd2d5575
|
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
|
e83438494d
|
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
|
8539e65c99
|
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
890aa014bf
|
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
40b5bfe7e9
|
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
|
2013-12-18 11:42:16 -08:00 |
|
Andrew McCreight
|
ff959af7b2
|
Bug 937960, part 1 - Add ICC pref to nsJSEnv. r=smaug
|
2013-12-18 11:42:15 -08:00 |
|
Blake Kaplan
|
c05250509f
|
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
|
f0ceb6aaa5
|
Merge b2g-inbound to m-c.
|
2013-12-17 16:17:49 -05:00 |
|
Dimi Lee
|
78b23d6e7a
|
Bug 939056 - B2G NFC: Enable/disable MOZ_NFC at runtime. r=bz
|
2013-12-17 10:32:29 +08:00 |
|
Ehsan Akhgari
|
97da1aadc2
|
Bug 949445 - Part 3: Remove the classinfo for Selection; r=bzbarsky
|
2013-12-17 09:12:47 -05:00 |
|
Ehsan Akhgari
|
2909676a03
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Ehsan Akhgari
|
256bf7e59c
|
Bug 950659 - Remove nsIDOMMediaQueryList and nsIDOMMediaQueryListListener; r=bzbarsky
X-Git-Commit-ID: 8584a27a3b3f2a749273cf6c56057b0276854f3b
|
2013-12-17 08:40:06 -05:00 |
|
Wes Kocher
|
51be634cd2
|
Backed out changeset ef0eeaec74a8 (bug 949183) on the theory that it somehow broke every single b2g test on a CLOSED TREE
|
2013-12-16 18:27:43 -08:00 |
|