mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
7127a02a35
- Bug 1256424. Get rid of ThreadsafeAutoSafeJSContext. r=bholley (445aa7dd4b) - Bug 1256424 followup to actually address the review comments (d085cf1900) - Bug 1003432: Expose CustomEvent in Worker. r=smaug (3b143dc6e4) - Bug 1256414 - Hide MozSettingsEvent from the Web; r=khuey (52fe18e823) - Bug 1257038: Remove the worker descriptor for WorkerLocation. r=bz (2b9721e4fe) - Bug 1257039: Remove the worker descriptor for FileReaderSync. r=bz (cc33ce76e6) - Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz (067f1fc9ea) - Bug 1257480 - null check for GetOrCreateGlobalScope() in WorkerDebuggerGlobalScope, r=khuey (0d3d640fc0) - Make split-profile run jprof in the directory with the jprof-log. No bug. (58f5060e39) - Bug 1250333 - do not create accessibles for trailing BRs, r=davidb, roc (d8e1193adc) - Bug 1251712 - propagate a context flag for alerts, r=davdib (d5ef6167ea) - Bug 1251752 - logging: add tree specific methods, r=yzen (f974c207ca) - Bug 1251218 - add special TreeWalker constructor for children creation, r=marcoz (74f939b93e) - Bug 1251337 - TreeWalker doesn't have to check ARIA owned children for each DOM state, r=yzen (19d83af7e1) - Bug 1249730 - make TreeWalker bi-directional, r=yzen (a229a591e1) - Bug 1249730 - make TreeWalker bi-directional, r=yzen (5acc1155b1) - Bug 1251743 - ARIA owns reallocation may insert a child at wrong index, r=yzen (d95065109b) - Bug 1249253 - content removal processing can wrongly remove ARIA owned children, r=yzen (45df52f4c9) - Bug 1254989 - extend TreeWalker::Next to accept a stopper node, r=yzen (c5dfbbdc96) - Bug 1249730 - make TreeWalker bi-directional, follow up fix, r=yzen (747504b5ec) - Bug 1196652 - OriginSuffix is shown in about:serviceworker on b2g. r=ferjm (f21d534755) - Bug 1224570 - [Service Workers Panel] Service Workers panel fails to show registered service workers after restart. r=fabrice (7d7e95db4c) - Bug 1169674 - Use originNoSuffix for permission event. r=fabrice, f=bholley (8f389cb0c7) - Bug 1207499 - Part 1: Remove use of expression closure from b2g/. r=sicking (42b96cbfdf) - Bug 1207499 - Part 2: Remove use of expression closure from chrome/. r=bsmedberg (7abb390349) - Bug 1207499 - Part 3: Remove use of expression closure from docshell/. r=bz (aee60733a9) - Bug 1207499 - Part 5: Remove use of expression closure from modules/. r=mwu (6c29c775fe) - Bug 1147562 - Update remaining callsites of newChannel before landing the shim in netwerk/ (r=jduell) (2d37fab088) - Bug 1207499 - Part 6: Remove use of expression closure from netwerk/. r=jduell (2881b3450f) - Bug 1207499 - Part 7: Remove use of expression closure from parser/. r=jst (2519fb1fff) - Bug 1207499 - Part 8: Remove use of expression closure from security/. r=keeler (de33d27e8f) - Bug 1207499 - Part 12: Remove use of expression closure from widget/. r=roc (0e7fd889d9) - Bug 1207499 - Part 13: Remove use of expression closure from xpcom/. r=froydnj (f95a4eefde) - Bug 1249219 - Part 1: Define NonOwningAnimationTarget. r=birtles (c13d77b5d9) - Bug 1249219 - Part 2: Remove struct PseudoElementHashKey. r=birtles (f8ff47d484) - Bug 1249219 - Part 3: Replace Pair<Element*, CSSPseudoElementType> with NonOwningAnimationTarget. r=birtles (68a1a5e149) - Bug 1218620 - Allow opacity animation running on compositor even if the frame has any restricted transforms. r=birtles (0f26c81fb0) - Bug 1254419 - Move GetPropertyState alongside GetFrames; r=hiro (046dbce30e) - Bug 1246320 part 0 - Whitespace fixes; r=whitespace-only (eda3e8b8ae) - Bug 1247531 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in dom/animations/. r=dholbert (fbdff98c25) - Bug 1246320 part 1 - Add AnimationUtils::GetCurrentRealmDocument; r=bz (53c52acbe7) - Bug 1246320 part 2 - Pass document to ParseEasing; r=hiro (269325c142) - Bug 1246320 part 3 - Rework KeyframeEffect(ReadOnly) constructor helpers; r=hiro (e0c58fbe49) - Bug 1246320 part 4 - Pass a document to TimingParams; r=hiro (f9ef7bc956) - Bug 1246320 part 5 - Simplify KeyframeEffect(ReadOnly) Constructor overloads further; r=hiro (ec932de9a7) - Bug 1254419 - Rename getPropertyState() to getProperties(); r=heycam, r=bz (4ab86c889d) - Bug 1254419 - Fix zero-length segment handling; r=heycam (a638e5bbd7) - Bug 1254419 - Fill in values sequence in getProperties(); r=heycam (c7c233f5ce) - Bug 1254419 - Return animation property information from getProperties() even if the property is overridden; r=hiro (55537b4445) - Bug 1254419 - Add values member to AnimationPropertyDetails; r=heycam, r=bz (3ea6c1fb7f) - Bug 1254419 - Add tests for getProperties(); r=heycam (ff9999286d) - Bug 1254419 - Make always-set members of AnimationProperty(Value)Details required; r=bz (07ef47d79a) - Bug 1254419 - Throw if we fail to allocate memory for a values array in getProperties(); r=bz (51ae5d9f99)
144 lines
5.3 KiB
Python
Executable File
144 lines
5.3 KiB
Python
Executable File
#!/usr/bin/python
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# This program splits up a jprof profile into multiple files based on a
|
|
# list of functions in a text file. First, a complete profile is
|
|
# generated. Then, for each line in the text file, a profile is
|
|
# generated containing only stacks that go through that line, and also
|
|
# excluding all stacks in earlier lines in the text file. This means
|
|
# that the text file, from start to end, is splitting out pieces of the
|
|
# profile in their own file. Finally, a final profile containing the
|
|
# remainder is produced.
|
|
|
|
# The program takes four arguments:
|
|
# (1) The path to jprof.
|
|
# (2) The path to the text file describing the splits. The output
|
|
# will be placed in the same directory as this file.
|
|
# (3) The program that was profiled.
|
|
# (4) The jprof-log file generated by the profile, to be split up.
|
|
# (Really, all arguments from (3) and later are passed through to
|
|
# jprof, so additional arguments could be provided if you want to pass
|
|
# additional arguments to jprof.)
|
|
|
|
# In slightly more detail:
|
|
#
|
|
# This script uses jprof's includes (-i) and excludes (-e) options to
|
|
# split profiles into segments. It takes as input a single text file,
|
|
# and from that text file creates a series of jprof profiles in the
|
|
# directory the text file is in.
|
|
#
|
|
# The input file format looks like the following:
|
|
#
|
|
# poll g_main_poll
|
|
# GetRuleCascade CSSRuleProcessor::GetRuleCascade(nsPresContext *, nsIAtom *)
|
|
# RuleProcessorData RuleProcessorData::RuleProcessorData(nsPresContext *, nsIContent *, nsRuleWalker *, nsCompatibility *)
|
|
#
|
|
# From this input file, the script will construct a profile called
|
|
# jprof-0.html that contains the whole profile, a profile called
|
|
# jprof-1-poll.html that includes only stacks with g_main_poll, a
|
|
# profile called jprof-2-GetRuleCascade.html that includes only stacks
|
|
# that have GetRuleCascade and do not have g_main_poll, a profile called
|
|
# jprof-3-RuleProcessorData.html that includes only stacks that have the
|
|
# RuleProcessorData constructor and do not have GetRuleCascade or
|
|
# g_main_poll, and a profile called jprof-4.html that includes only
|
|
# stacks that do not have any of the three functions in them.
|
|
#
|
|
# This means that all of the segments of the profile, except
|
|
# jprof-0.html, are mutually exclusive. Thus clever ordering of the
|
|
# functions in the input file can lead to a logical splitting of the
|
|
# profile into segments.
|
|
|
|
import sys
|
|
import subprocess
|
|
import os.path
|
|
|
|
if len(sys.argv) < 5:
|
|
sys.stderr.write("Expected arguments: <jprof> <split-file> <program> <jprof-log>\n")
|
|
sys.exit(1)
|
|
|
|
jprof = sys.argv[1]
|
|
splitfile = sys.argv[2]
|
|
passthrough = sys.argv[3:]
|
|
|
|
for f in [jprof, splitfile]:
|
|
if not os.path.isfile(f):
|
|
sys.stderr.write("could not find file: {0}\n".format(f))
|
|
sys.exit(1)
|
|
|
|
def read_splits(splitfile):
|
|
"""
|
|
Read splitfile (each line of which contains a name, a space, and
|
|
then a function name to split on), and return a list of pairs
|
|
representing exactly that. (Note that the name cannot contain
|
|
spaces, but the function name can, and often does.)
|
|
"""
|
|
def line_to_split(line):
|
|
line = line.strip("\r\n")
|
|
idx = line.index(" ")
|
|
return (line[0:idx], line[idx+1:])
|
|
|
|
io = open(splitfile, "r")
|
|
result = [line_to_split(line) for line in io]
|
|
io.close()
|
|
return result
|
|
|
|
splits = read_splits(splitfile)
|
|
|
|
def generate_profile(options, destfile):
|
|
"""
|
|
Run jprof to generate one split of the profile.
|
|
"""
|
|
args = [jprof] + options + passthrough
|
|
print "Generating {0}".format(destfile)
|
|
destio = open(destfile, "w")
|
|
# jprof expects the "jprof-map" file to be in its current working directory
|
|
cwd = None
|
|
for option in passthrough:
|
|
if option.find("jprof-log"):
|
|
cwd = os.path.dirname(option)
|
|
if cwd is None:
|
|
raise StandardError("no jprof-log option given")
|
|
process = subprocess.Popen(args, stdout=destio, cwd=cwd)
|
|
process.wait()
|
|
destio.close()
|
|
if process.returncode != 0:
|
|
os.remove(destfile)
|
|
sys.stderr.write("Error {0} from command:\n {1}\n".format(process.returncode, " ".join(args)))
|
|
sys.exit(process.returncode)
|
|
|
|
def output_filename(number, splitname):
|
|
"""
|
|
Return the filename (absolute path) we should use to output the
|
|
profile segment with the given number and splitname. Splitname
|
|
should be None for the complete profile and the remainder.
|
|
"""
|
|
def pad_count(i):
|
|
result = str(i)
|
|
# 0-pad to the same length
|
|
result = "0" * (len(str(len(splits) + 1)) - len(result)) + result
|
|
return result
|
|
|
|
name = pad_count(number)
|
|
if splitname is not None:
|
|
name += "-" + splitname
|
|
|
|
return os.path.join(os.path.dirname(splitfile),
|
|
"jprof-{0}.html".format(name))
|
|
|
|
# generate the complete profile
|
|
generate_profile([], output_filename(0, None))
|
|
|
|
# generate the listed splits
|
|
count = 1
|
|
excludes = []
|
|
for (splitname, splitfunction) in splits:
|
|
generate_profile(excludes + ["-i" + splitfunction],
|
|
output_filename(count, splitname))
|
|
excludes += ["-e" + splitfunction]
|
|
count = count + 1
|
|
|
|
# generate the remainder after the splits
|
|
generate_profile(excludes, output_filename(count, None))
|