mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
021f317ebe
- Bug 1256545: avoid compiler warning for pointer truncation when checking low bits r=bwc (d16c97ba81)
- Bug 1255655 - Const-ify and shrink octet_weight. r=hurley. (d5b4c89e87)
- Bug 1216837: add explicit error checks for packet length in srtp r=mcmanus rs=jesup (ce11d6694e)
- Bug 1248565 - Let child processes have its own MOZ_LOG_FILE. r=erahm (a242c8fa08)
- Bug 1256558 - Change MUST_CONVERT to avoid C4311 in VS2015; r=khuey (81b1f997f6)
- Bug 580313 - Use deque instead of manual queue im nsPrefetchService. r=smaug (023e0115e8)
- Bug 580313 - New resource hints for link. r=smaug (3c7949ab9a)
- Bug 1253593 - Fix applicationCache.onchecking notification on e10s. r=jduell (debb998b9d)
- Bug 1234177 - check to see if mFunctions.append returned error. r=bholley (0dc9d44233)
- Bug 1183754, part 1 - Get rid of aligned spacing for XPCWrappedNative fields. r=bholley (dfb09ad1a4)
- Bug 1183754, part 2 - Remove clearing of the next chunk. r=bholley (78e8c4d7cb)
- Bug 1183754, part 3 - Use a UniquePtr for XPCWrappedNativeChunk::mNextChunk. r=bholley (26d816ff0c)
- Bug 1183754, part 4 - Eliminate XPCWrappedNativeTearOffChunk. r=bholley (0f50e6c9ff)
- Bug 1252154: Delay allocation metadata collection for inline typed objects. r=sfink (9f3cea8d76)
- Bug 1250195: In TypedObject.from, decide that the input is typed only if it's an array type; r=pnkfelix (2ceb08c793)
- Bug 1250842 - Fix initialization of script source object when modules are compiled off main thread r=shu (ca3f9b900e)
- Bug 1257053 - Only make use of error stashing (via PossibleError) when it is necessary; r=jorendorff (f3744899c4)
- Bug 1253847 - Do not count the skipped EOL inside template literal. r=jorendorff (f63926bb2d)
- Bug 1221378: Don't collect allocation metadata when lazily creating standard prototypes. r=fitzgen (667e752baf)
- Bug 1249469 - Allow any script to execute when resolving constructors. (r=jimb) (474fae3645)
- Bug 1221378: SpiderMonkey: Assert against re-entrant constructor resolution. r=fitzgen (15619325de)
- Bug 1249469 - Followup: missing #include on a CLOSED TREE. (3c62bbbb31)
- Bug 1248412 - inlineIsTypedArrayHelper: Check for TypedArray and Proxy classes when we allow wrapped TypedArray. r=Waldo (1bcaba804b)
- Bug 1250307 - Add the by: "bucket" breakdown option; r=jimb (8ca32dc781)
- Bug 1221378: Add JSCLASS_DELAY_METADATA_CALLBACK flag to UnboxedPlainObject. r=jandem (7e0eb0be01)
- Bug 1064543 - Don't emit FilterTypeSet if it wouldn't remove any types. r=h4writer (d1a1a4e127)
- Bug 1242462 - Add a newline when calling TypeSet::print from a debugger. r=jandem (2e4c07aaf3)
- Bug 1247140 - Use mozilla::BinarySearch{,If} for more manual binary searches in SpiderMonkey. r=jandem (b948fe7f60)
- Bug 1249193 - Fix Debugger.Frame.this to work correctly if we're still in the script's prologue. r=shu (0f17a78c1a)
- Bug 1249193 part 2 - Fix DebugScopeProxy to return correct this-value if we're still in the prologue. r=shu (5e17bdb2c9)
- Bug 1187450 - avoid leaking cstr in SPSProfiler::allocProfileString. r=jorendorff (96964744b2)
- Bug 1251790 - Add help for "interface objects", r=terrence (9a5d8cc3fa)
- Bug 944164 - Implement proper redirection with ref counted underlying files, r=terrence (f4182fff75)
- Bug 1248352 - Allow shell option parsing code to handle help text containing blank lines r=jandem (d7f2814665)
- Bug 1249954 - Handle OOM in SingleStepCallback. r=terrence (460f323729)
- Bug 1257223 - Fix os.file.redirect(null), r=jonco (2ca40fd839)
- Bug 1245310 - Restore null check in GetFocusedNode(). r=khuey (fa816d87b2)
- 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 1229913 - Prevent race conditions when there are many animation mutations; r=miker (442a1af761)
- Bug 1208204 - Pressing space in the animation inspector should toggle play/pause. r=pbrosset (f15cb19dcb)
- Bug 1249719 - Use promise.all instead of Promise.all to release player fronts; r=ochameau (560b1de176)
- 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 1213680 - Stop using picker by default when opening inspector (r=pbrosset) (64c2741a0b)
- Bug 1233497 - Avoid unsafe CPOWs in devtools tests. r=jryans (d8bdcac868)
- Bug 1059312 - Fix highlighter offset after switching iframe context; =pbro (da36ee302d)
- Bug 1188695 - Increase the timeout of browser_markupview_keybindings_04.js (d94bafb1ef)
- Bug 1199180 - Wait for the inspector-updated event after selecting nodes with UP key. r=pbrosset (3ffcead1cd)
- Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins (f30b156b44)
- Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins (94f9e97f20)
- Bug 1208864 - Duplicate node context menu item in markup view. r=pbro (1044d79738)
- Bug 1233363 - Fix timelime typo in animationinspector.css; r=me (0e4338c17e)
- Bug 1229000 - Adds separator borders in the timeline toolbar; r=miker (f0c07b9555)
- Bug 1233367 - Right-border of current time label has wrong color with the dark-theme .r=pbrosset (9017ea3e21)
- Bug 1239298 - Make sure percentage width of iterations and delays in the timeline are relative to the same parent (c900c4f4eb)
- Bug 1221494 - Fix the playback rate selector size on Linux; r=pbro (ddcd686764)
- Bug 1245276 - Make 'All animations' left border darker in dark theme. r=bgrins (d6b9edbda9)
- Bug 1228978 - Add a drop-mark to the playback-rate selector in the animation-inspector's toolbar; r=pbro (1948d0aeb4)
- Bug 1231945 - Display animation.id when it exists; r=tromey (291203c9a4)
- Bug 1231688 - Use waapi computed timing in devtools animation actors; r=tromey (4a6fd44649)
- Bug 1245849 - Remove mochitest browser_animation_name.js and add a xpcshell test instead; r=ochameau (bb1a570057)
- Bug 1232681 - Display script-generated animations correctly. r=pbro (15501a8ccb)
- Bug 1199712 - Prevent the animation panel from scrolling when space is pressed; r=pbro (c291c8541f)
- Bug 1247243 - Animations are shown only every 2 reloads. r=pbrosset (6162103af6)
- 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)
- Bug 1003204: Removed CommonUtils.exceptionStr() in toolkit/ r=gfritzsche (d1c2efa08f)
- Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2() (54f398eb47)
- Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche (6c08170c5a)
- Bug 1249219 - Part 4: Use NonOwningAnimationTarget as the returned value of some animation target getters. r=birtles (df788abe39)
- Bug 1249219 - Part 5: Add a wrapper of AnimationAdded/Changed/Removed. r=birtles (58cf3a3ce2)
- Bug 1249219 - Part 6: Support pseudo elements in Animation Mutation Observer. r=heycam (d10c901821)
- Bug 1249219 - Part 7: Test. r=birtles (e2b78422be)
- Bug 1249219 - Part 8: Avoid adding animations on pseudo elements for Inspector temporary. r=pbro (2bff38bfe1)
- add back some utils of Bug 751291 used in tests (8fd2cc847f)
- Bug 1253470 - Part 1: Produce console warnings for invalid duration. r=birtles (a0491eeab4)
- Bug 1253470 - Part 2: Produce console warnings for invalid iterationStart. r=birtles (6a910650c9)
- Bug 1253470 - Part 3: Produce console warnings for invalid iterations. r=birtles (e3210e754e)
- Bug 1253470 - Part 4: Produce console warnings for invalid easing. r=birtles (fc1868b3c0)
- Bug 1245748 - Move ComputedTiming to a separate file; r=heycam (22a76e4f03)
- Bug 1245748 - Rename Keyframe-related IDL types to match changes to Web Animations spec; r=heycam, r=bz (e79338bafd)
- Bug 1245748 - Update handling of 'composite' dictionary members to match changes to the spec; r=heycam, r=bz (d9cc71cde8)
- Bug 1245748 - Define the Keyframe type for storing specified keyframes; r=heycam (a429e2bf46)
- Bug 1245748 - Add missing includes to TimingParams.{cpp,h}; r=heycam (3e1e121c6f)
- Bug 1245748 - Move keyframe handling code to a separate KeyframeUtils class; r=heycam (e359f26244)
- Bug 1245748 - Add KeyframeUtils::GetKeyframesFromObject; r=heycam (eda69445d7)
- Bug 1245748 - Add nsStyleContext parameter to StyleAnimationValue::ComputeValue(s); r=heycam (2c22b9926c)
- Bug 1245748 - Add a variant of StyleAnimationValue::ComputeValues that takes an nsCSSValue; r=heycam (12386559dd)
- Bug 1245748 - Split PropertyPriorityComparator into a separate (reusable) class; r=heycam (132394bf45)
- Bug 1245748 - Add PropertyPriorityIterator; r=heycam (bfef46fd12)
- Bug 1245748 - Add GetAnimationPropertiesFromKeyframes; r=heycam (4681ac8407)
- Bug 1245748 - Add ApplyDistributeSpacing for Keyframe objects; r=heycam (9c0bc885c9)
- Bug 1245748 - Use Keyframe-based utility functions when constructing KeyframeEffect(ReadOnly); r=heycam (e0b7460548)
- Bug 1229859 - Introduce new import-globals-from eslint rule to import globals from other modules; r=Mossop (10075a136c)
- Bug 1227477 - Polish the way the timeline time graduations are calculated; r=pbro (eb383aa4a0)
- Bug 1219611 - When animations end in the timeline, make sure the time-label shows the right time; r=pbro (518b574e74)
- Bug 1242898 - Clean devtools/client/animationinspector of eslint errors; r=me (df8451951b)
- Bug 1203398 - Increase the timeout of browser_animation_empty_on_invalid_nodes.js (c339d66030)
- Bug 1222937 - Show a dedicated error message for animated pseudo elements; r=pbro (b0858c955c)
- Bug 1231362 - Part 1: Upgrade existing addons to CodeMirror 5.9.0 r=bgrins (626a3129ee)
- Bug 1231362 - Part 2: Upgrade existing CodeMirror keymap to 5.9.0 r=bgrins (43f135e34b)
- Bug 1231362 - Part 3: Upgrade to CodeMirror 5.9.0 r=bgrins (e14212f0b1)
- Bug 1231362 - Part 4: Upgrade CodeMirror mode to 5.9.0 r=bgrins (049181c2b7)
- Bug 1231362 - Part 5: Upgrade existing CodeMirror tests to 5.9.0 r=bgrins (15ce59f2cc)
- Bug 1231362 - Part 6: Apply CodeMirror customization for search.js r=bgrins (a326658816)
- Bug 1231362 - Part 7: Update CodeMirror README for version 5.9.0 r=bgrins (13eca0cd85)
- Bug 1234374 - Part 1: Upgrade existing addons to CodeMirror 5.10.0 r=bgrins (0cf4d63559)
- Bug 1234374 - Part 2: Upgrade existing CodeMirror keymap to 5.10.0 r=grins (47bdb7b9b1)
- Bug 1234374 - Part 3: Upgrade to CodeMirror 5.10.0 r=bgrins (0c20797954)
- Bug 1234374 - Part 4: Upgrade CodeMirror mode to 5.10.0 r=bgrins (9678c17894)
- Bug 1234374 - Part 5: Upgrade existing CodeMirror tests to 5.10.0 r=bgrins (477daf4c8b)
- Bug 1234374 - Part 6: Update CodeMirror README for version 5.10.0 r=bgrins (dacf42a87b)
- Bug 1242309 - Upgrade to CodeMirror 5.11.0 r=bgrins (e99b62fdc7)
- Bug 762979 - Implement shorlander's line gutter mockup for the source editor. r=vporof, bgrins (a23de53dbe)
- Bug 762979 - Implement conditional breakpoint gutter style. r=jlongster (dbbfed7ef9)
- Bug 1245030 - simplify breakpoint colors in debugger to reduce visual clutter r=hholmes (643e596727)
- reshuffle modules a little (69d9409a23)
- Bug 1238537 - make nsBrowserContentHandler.js use Services.jsm, r=florian.dapted since we still have Preference Windows (136514e705)
- fix exception (ccbcb581e1)
- Bug 436564 - Add unit tests for distribution.js; r=mixedpuppy (aa3474f7ed)
- Bug 1249630 - Add language support to distribution.js; r=mixedpuppy (cfea768ef2)
- Bug 1249742 - Don't set prefs at all if overridden by lang or locale; r=mixedpuppy (3a94e1aff6)
- Bug 1251729 - Don't use eval for distribution.js; r=mixedpuppy (b2e199f68b)
- Bug 1252466 - Switch distribution.js to use Preferences.jsm; r=mixedpuppy (9ce63143ce)
- Bug 782924 - Allow locale specific preferences in distribution.ini; r=mixedpuppy (016c42ab53)
- Bug 1252627 - distribution defaultLocale shoudld take precedence over user agent locale; r=mixedpuppy (d154458567)
- Bug 1248829 - Fix number of characters reserved in memory table's cells; r=jsantell (052b7d7ca3)
- Bug 1242296 - mem. profiler: clear snapshots icon; r=ntim (2f7b316334)
- Bug 1224660 - New icon for snapshot diff view button. r=ntim (900c618352)
- Bug 1219584 - Test that we show the allocations recording hint at the correct times. r=jsantell (5af9ca4486)
- Bug 1149385 - Render retaining paths in the dominators view; r=jsantell (bd05c3a138)
- Bug 1171903 - Add endless scrolling to storage inspector to view more items. r=miker (7c9aed5f3a)
- Bug 1003860 - Various tweaks to the storage inspector. r=mratcliffe (9badb236c9)
- Bug 1171903 - Optimise storage inspector CSS and disable animations for tests. r=miker (4297543cf2)
- Bug 1248563 - eslint cleanup of storage inspector code r=pbrosset (0d9f0219c8)
- Bug 1224115 - Allow filtering the storage inspector table. r=mratcliffe (21be5a691e)
- Bug 1224115 - Properly refresh zebra stripes in the table. r=mratcliffe (6a52bd7de1)
- Bug 1253072 - Small bug fixes to the Storage Inspector functionality. r=miker (74e5bd52c6)
- Bug 1140839 - Scratchpad should remember View options. r=past (6da9c4d13f)
- Bug 1253125 - Stop duplicating telemetry from inside tools. r=mratcliffe (736ab1872f)
- Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans (956939f560)
- Bug 1167478 - Menu items "Larger Font" and "Smaller Font" should be disabled if the current font size is equals to MAXIMUM_FONT_SIZE or MINIMUM_FONT_SIZE constants. r=past (ececdb4ac1)
- cleanup (447f001158)
- Bug 1246273 - Add localized strings for types and attempts in the JIT opts view. r=vp (a9875992a5)
963 lines
24 KiB
C++
963 lines
24 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=2 et sw=2 tw=80: */
|
|
/* 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/. */
|
|
|
|
#include "Logging.h"
|
|
|
|
#include "Accessible-inl.h"
|
|
#include "AccEvent.h"
|
|
#include "DocAccessible.h"
|
|
#include "nsAccessibilityService.h"
|
|
#include "nsCoreUtils.h"
|
|
#include "OuterDocAccessible.h"
|
|
|
|
#include "nsDocShellLoadTypes.h"
|
|
#include "nsIChannel.h"
|
|
#include "nsIInterfaceRequestorUtils.h"
|
|
#include "nsISelectionPrivate.h"
|
|
#include "nsTraceRefcnt.h"
|
|
#include "nsIWebProgress.h"
|
|
#include "prenv.h"
|
|
#include "nsIDocShellTreeItem.h"
|
|
#include "nsIURI.h"
|
|
#include "mozilla/dom/Element.h"
|
|
|
|
using namespace mozilla;
|
|
using namespace mozilla::a11y;
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Logging helpers
|
|
|
|
static uint32_t sModules = 0;
|
|
|
|
struct ModuleRep {
|
|
const char* mStr;
|
|
logging::EModules mModule;
|
|
};
|
|
|
|
static ModuleRep sModuleMap[] = {
|
|
{ "docload", logging::eDocLoad },
|
|
{ "doccreate", logging::eDocCreate },
|
|
{ "docdestroy", logging::eDocDestroy },
|
|
{ "doclifecycle", logging::eDocLifeCycle },
|
|
|
|
{ "events", logging::eEvents },
|
|
{ "platforms", logging::ePlatforms },
|
|
{ "text", logging::eText },
|
|
{ "tree", logging::eTree },
|
|
|
|
{ "DOMEvents", logging::eDOMEvents },
|
|
{ "focus", logging::eFocus },
|
|
{ "selection", logging::eSelection },
|
|
{ "notifications", logging::eNotifications },
|
|
|
|
{ "stack", logging::eStack },
|
|
{ "verbose", logging::eVerbose }
|
|
};
|
|
|
|
static void
|
|
EnableLogging(const char* aModulesStr)
|
|
{
|
|
sModules = 0;
|
|
if (!aModulesStr)
|
|
return;
|
|
|
|
const char* token = aModulesStr;
|
|
while (*token != '\0') {
|
|
size_t tokenLen = strcspn(token, ",");
|
|
for (unsigned int idx = 0; idx < ArrayLength(sModuleMap); idx++) {
|
|
if (strncmp(token, sModuleMap[idx].mStr, tokenLen) == 0) {
|
|
#if !defined(MOZ_PROFILING) && (!defined(DEBUG) || defined(MOZ_OPTIMIZE))
|
|
// Stack tracing on profiling enabled or debug not optimized builds.
|
|
if (strncmp(token, "stack", tokenLen) == 0)
|
|
break;
|
|
#endif
|
|
sModules |= sModuleMap[idx].mModule;
|
|
printf("\n\nmodule enabled: %s\n", sModuleMap[idx].mStr);
|
|
break;
|
|
}
|
|
}
|
|
token += tokenLen;
|
|
|
|
if (*token == ',')
|
|
token++; // skip ',' char
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogDocURI(nsIDocument* aDocumentNode)
|
|
{
|
|
nsIURI* uri = aDocumentNode->GetDocumentURI();
|
|
nsAutoCString spec;
|
|
uri->GetSpec(spec);
|
|
printf("uri: %s", spec.get());
|
|
}
|
|
|
|
static void
|
|
LogDocShellState(nsIDocument* aDocumentNode)
|
|
{
|
|
printf("docshell busy: ");
|
|
|
|
nsAutoCString docShellBusy;
|
|
nsCOMPtr<nsIDocShell> docShell = aDocumentNode->GetDocShell();
|
|
uint32_t busyFlags = nsIDocShell::BUSY_FLAGS_NONE;
|
|
docShell->GetBusyFlags(&busyFlags);
|
|
if (busyFlags == nsIDocShell::BUSY_FLAGS_NONE)
|
|
printf("'none'");
|
|
if (busyFlags & nsIDocShell::BUSY_FLAGS_BUSY)
|
|
printf("'busy'");
|
|
if (busyFlags & nsIDocShell::BUSY_FLAGS_BEFORE_PAGE_LOAD)
|
|
printf(", 'before page load'");
|
|
if (busyFlags & nsIDocShell::BUSY_FLAGS_PAGE_LOADING)
|
|
printf(", 'page loading'");
|
|
|
|
printf("[failed]");
|
|
}
|
|
|
|
static void
|
|
LogDocType(nsIDocument* aDocumentNode)
|
|
{
|
|
if (aDocumentNode->IsActive()) {
|
|
bool isContent = nsCoreUtils::IsContentDocument(aDocumentNode);
|
|
printf("%s document", (isContent ? "content" : "chrome"));
|
|
} else {
|
|
printf("document type: [failed]");\
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogDocShellTree(nsIDocument* aDocumentNode)
|
|
{
|
|
if (aDocumentNode->IsActive()) {
|
|
nsCOMPtr<nsIDocShellTreeItem> treeItem(aDocumentNode->GetDocShell());
|
|
nsCOMPtr<nsIDocShellTreeItem> parentTreeItem;
|
|
treeItem->GetParent(getter_AddRefs(parentTreeItem));
|
|
nsCOMPtr<nsIDocShellTreeItem> rootTreeItem;
|
|
treeItem->GetRootTreeItem(getter_AddRefs(rootTreeItem));
|
|
printf("docshell hierarchy, parent: %p, root: %p, is tab document: %s;",
|
|
static_cast<void*>(parentTreeItem), static_cast<void*>(rootTreeItem),
|
|
(nsCoreUtils::IsTabDocument(aDocumentNode) ? "yes" : "no"));
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogDocState(nsIDocument* aDocumentNode)
|
|
{
|
|
const char* docState = nullptr;
|
|
nsIDocument::ReadyState docStateFlag = aDocumentNode->GetReadyStateEnum();
|
|
switch (docStateFlag) {
|
|
case nsIDocument::READYSTATE_UNINITIALIZED:
|
|
docState = "uninitialized";
|
|
break;
|
|
case nsIDocument::READYSTATE_LOADING:
|
|
docState = "loading";
|
|
break;
|
|
case nsIDocument::READYSTATE_INTERACTIVE:
|
|
docState = "interactive";
|
|
break;
|
|
case nsIDocument::READYSTATE_COMPLETE:
|
|
docState = "complete";
|
|
break;
|
|
}
|
|
|
|
printf("doc state: %s", docState);
|
|
printf(", %sinitial", aDocumentNode->IsInitialDocument() ? "" : "not ");
|
|
printf(", %sshowing", aDocumentNode->IsShowing() ? "" : "not ");
|
|
printf(", %svisible", aDocumentNode->IsVisible() ? "" : "not ");
|
|
printf(", %svisible considering ancestors", aDocumentNode->IsVisibleConsideringAncestors() ? "" : "not ");
|
|
printf(", %sactive", aDocumentNode->IsActive() ? "" : "not ");
|
|
printf(", %sresource", aDocumentNode->IsResourceDoc() ? "" : "not ");
|
|
|
|
dom::Element* rootEl = aDocumentNode->GetBodyElement();
|
|
if (!rootEl) {
|
|
rootEl = aDocumentNode->GetRootElement();
|
|
}
|
|
printf(", has %srole content", rootEl ? "" : "no ");
|
|
}
|
|
|
|
static void
|
|
LogPresShell(nsIDocument* aDocumentNode)
|
|
{
|
|
nsIPresShell* ps = aDocumentNode->GetShell();
|
|
printf("presshell: %p", static_cast<void*>(ps));
|
|
|
|
nsIScrollableFrame* sf = nullptr;
|
|
if (ps) {
|
|
printf(", is %s destroying", (ps->IsDestroying() ? "" : "not"));
|
|
sf = ps->GetRootScrollFrameAsScrollable();
|
|
}
|
|
printf(", root scroll frame: %p", static_cast<void*>(sf));
|
|
}
|
|
|
|
static void
|
|
LogDocLoadGroup(nsIDocument* aDocumentNode)
|
|
{
|
|
nsCOMPtr<nsILoadGroup> loadGroup = aDocumentNode->GetDocumentLoadGroup();
|
|
printf("load group: %p", static_cast<void*>(loadGroup));
|
|
}
|
|
|
|
static void
|
|
LogDocParent(nsIDocument* aDocumentNode)
|
|
{
|
|
nsIDocument* parentDoc = aDocumentNode->GetParentDocument();
|
|
printf("parent DOM document: %p", static_cast<void*>(parentDoc));
|
|
if (parentDoc) {
|
|
printf(", parent acc document: %p",
|
|
static_cast<void*>(GetExistingDocAccessible(parentDoc)));
|
|
printf("\n parent ");
|
|
LogDocURI(parentDoc);
|
|
printf("\n");
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogDocInfo(nsIDocument* aDocumentNode, DocAccessible* aDocument)
|
|
{
|
|
printf(" DOM document: %p, acc document: %p\n ",
|
|
static_cast<void*>(aDocumentNode), static_cast<void*>(aDocument));
|
|
|
|
// log document info
|
|
if (aDocumentNode) {
|
|
LogDocURI(aDocumentNode);
|
|
printf("\n ");
|
|
LogDocShellState(aDocumentNode);
|
|
printf("; ");
|
|
LogDocType(aDocumentNode);
|
|
printf("\n ");
|
|
LogDocShellTree(aDocumentNode);
|
|
printf("\n ");
|
|
LogDocState(aDocumentNode);
|
|
printf("\n ");
|
|
LogPresShell(aDocumentNode);
|
|
printf("\n ");
|
|
LogDocLoadGroup(aDocumentNode);
|
|
printf(", ");
|
|
LogDocParent(aDocumentNode);
|
|
printf("\n");
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogShellLoadType(nsIDocShell* aDocShell)
|
|
{
|
|
printf("load type: ");
|
|
|
|
uint32_t loadType = 0;
|
|
aDocShell->GetLoadType(&loadType);
|
|
switch (loadType) {
|
|
case LOAD_NORMAL:
|
|
printf("normal; ");
|
|
break;
|
|
case LOAD_NORMAL_REPLACE:
|
|
printf("normal replace; ");
|
|
break;
|
|
case LOAD_NORMAL_EXTERNAL:
|
|
printf("normal external; ");
|
|
break;
|
|
case LOAD_HISTORY:
|
|
printf("history; ");
|
|
break;
|
|
case LOAD_NORMAL_BYPASS_CACHE:
|
|
printf("normal bypass cache; ");
|
|
break;
|
|
case LOAD_NORMAL_BYPASS_PROXY:
|
|
printf("normal bypass proxy; ");
|
|
break;
|
|
case LOAD_NORMAL_BYPASS_PROXY_AND_CACHE:
|
|
printf("normal bypass proxy and cache; ");
|
|
break;
|
|
case LOAD_NORMAL_ALLOW_MIXED_CONTENT:
|
|
printf("normal allow mixed content; ");
|
|
break;
|
|
case LOAD_RELOAD_NORMAL:
|
|
printf("reload normal; ");
|
|
break;
|
|
case LOAD_RELOAD_BYPASS_CACHE:
|
|
printf("reload bypass cache; ");
|
|
break;
|
|
case LOAD_RELOAD_BYPASS_PROXY:
|
|
printf("reload bypass proxy; ");
|
|
break;
|
|
case LOAD_RELOAD_BYPASS_PROXY_AND_CACHE:
|
|
printf("reload bypass proxy and cache; ");
|
|
break;
|
|
case LOAD_RELOAD_ALLOW_MIXED_CONTENT:
|
|
printf("reload allow mixed content; ");
|
|
break;
|
|
case LOAD_LINK:
|
|
printf("link; ");
|
|
break;
|
|
case LOAD_REFRESH:
|
|
printf("refresh; ");
|
|
break;
|
|
case LOAD_RELOAD_CHARSET_CHANGE:
|
|
printf("reload charset change; ");
|
|
break;
|
|
case LOAD_BYPASS_HISTORY:
|
|
printf("bypass history; ");
|
|
break;
|
|
case LOAD_STOP_CONTENT:
|
|
printf("stop content; ");
|
|
break;
|
|
case LOAD_STOP_CONTENT_AND_REPLACE:
|
|
printf("stop content and replace; ");
|
|
break;
|
|
case LOAD_PUSHSTATE:
|
|
printf("load pushstate; ");
|
|
break;
|
|
case LOAD_REPLACE_BYPASS_CACHE:
|
|
printf("replace bypass cache; ");
|
|
break;
|
|
case LOAD_ERROR_PAGE:
|
|
printf("error page;");
|
|
break;
|
|
default:
|
|
printf("unknown");
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogRequest(nsIRequest* aRequest)
|
|
{
|
|
if (aRequest) {
|
|
nsAutoCString name;
|
|
aRequest->GetName(name);
|
|
printf(" request spec: %s\n", name.get());
|
|
uint32_t loadFlags = 0;
|
|
aRequest->GetLoadFlags(&loadFlags);
|
|
printf(" request load flags: %x; ", loadFlags);
|
|
if (loadFlags & nsIChannel::LOAD_DOCUMENT_URI)
|
|
printf("document uri; ");
|
|
if (loadFlags & nsIChannel::LOAD_RETARGETED_DOCUMENT_URI)
|
|
printf("retargeted document uri; ");
|
|
if (loadFlags & nsIChannel::LOAD_REPLACE)
|
|
printf("replace; ");
|
|
if (loadFlags & nsIChannel::LOAD_INITIAL_DOCUMENT_URI)
|
|
printf("initial document uri; ");
|
|
if (loadFlags & nsIChannel::LOAD_TARGETED)
|
|
printf("targeted; ");
|
|
if (loadFlags & nsIChannel::LOAD_CALL_CONTENT_SNIFFERS)
|
|
printf("call content sniffers; ");
|
|
if (loadFlags & nsIChannel::LOAD_CLASSIFY_URI)
|
|
printf("classify uri; ");
|
|
} else {
|
|
printf(" no request");
|
|
}
|
|
}
|
|
|
|
static void
|
|
LogDocAccState(DocAccessible* aDocument)
|
|
{
|
|
printf("document acc state: ");
|
|
if (aDocument->HasLoadState(DocAccessible::eCompletelyLoaded))
|
|
printf("completely loaded;");
|
|
else if (aDocument->HasLoadState(DocAccessible::eReady))
|
|
printf("ready;");
|
|
else if (aDocument->HasLoadState(DocAccessible::eDOMLoaded))
|
|
printf("DOM loaded;");
|
|
else if (aDocument->HasLoadState(DocAccessible::eTreeConstructed))
|
|
printf("tree constructed;");
|
|
}
|
|
|
|
static void
|
|
GetDocLoadEventType(AccEvent* aEvent, nsACString& aEventType)
|
|
{
|
|
uint32_t type = aEvent->GetEventType();
|
|
if (type == nsIAccessibleEvent::EVENT_DOCUMENT_LOAD_STOPPED) {
|
|
aEventType.AssignLiteral("load stopped");
|
|
} else if (type == nsIAccessibleEvent::EVENT_DOCUMENT_LOAD_COMPLETE) {
|
|
aEventType.AssignLiteral("load complete");
|
|
} else if (type == nsIAccessibleEvent::EVENT_DOCUMENT_RELOAD) {
|
|
aEventType.AssignLiteral("reload");
|
|
} else if (type == nsIAccessibleEvent::EVENT_STATE_CHANGE) {
|
|
AccStateChangeEvent* event = downcast_accEvent(aEvent);
|
|
if (event->GetState() == states::BUSY) {
|
|
aEventType.AssignLiteral("busy ");
|
|
if (event->IsStateEnabled())
|
|
aEventType.AppendLiteral("true");
|
|
else
|
|
aEventType.AppendLiteral("false");
|
|
}
|
|
}
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// namespace logging:: document life cycle logging methods
|
|
|
|
static const char* sDocLoadTitle = "DOCLOAD";
|
|
static const char* sDocCreateTitle = "DOCCREATE";
|
|
static const char* sDocDestroyTitle = "DOCDESTROY";
|
|
static const char* sDocEventTitle = "DOCEVENT";
|
|
static const char* sFocusTitle = "FOCUS";
|
|
|
|
void
|
|
logging::DocLoad(const char* aMsg, nsIWebProgress* aWebProgress,
|
|
nsIRequest* aRequest, uint32_t aStateFlags)
|
|
{
|
|
MsgBegin(sDocLoadTitle, aMsg);
|
|
|
|
nsCOMPtr<mozIDOMWindowProxy> DOMWindow;
|
|
aWebProgress->GetDOMWindow(getter_AddRefs(DOMWindow));
|
|
nsPIDOMWindowOuter* window = nsPIDOMWindowOuter::From(DOMWindow);
|
|
if (!window) {
|
|
MsgEnd();
|
|
return;
|
|
}
|
|
|
|
nsCOMPtr<nsIDocument> documentNode = window->GetDoc();
|
|
if (!documentNode) {
|
|
MsgEnd();
|
|
return;
|
|
}
|
|
|
|
DocAccessible* document = GetExistingDocAccessible(documentNode);
|
|
|
|
LogDocInfo(documentNode, document);
|
|
|
|
nsCOMPtr<nsIDocShell> docShell = window->GetDocShell();
|
|
printf("\n ");
|
|
LogShellLoadType(docShell);
|
|
printf("\n");
|
|
LogRequest(aRequest);
|
|
printf("\n");
|
|
printf(" state flags: %x", aStateFlags);
|
|
bool isDocLoading;
|
|
aWebProgress->GetIsLoadingDocument(&isDocLoading);
|
|
printf(", document is %sloading\n", (isDocLoading ? "" : "not "));
|
|
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::DocLoad(const char* aMsg, nsIDocument* aDocumentNode)
|
|
{
|
|
MsgBegin(sDocLoadTitle, aMsg);
|
|
|
|
DocAccessible* document = GetExistingDocAccessible(aDocumentNode);
|
|
LogDocInfo(aDocumentNode, document);
|
|
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::DocCompleteLoad(DocAccessible* aDocument, bool aIsLoadEventTarget)
|
|
{
|
|
MsgBegin(sDocLoadTitle, "document loaded *completely*");
|
|
|
|
printf(" DOM document: %p, acc document: %p\n",
|
|
static_cast<void*>(aDocument->DocumentNode()),
|
|
static_cast<void*>(aDocument));
|
|
|
|
printf(" ");
|
|
LogDocURI(aDocument->DocumentNode());
|
|
printf("\n");
|
|
|
|
printf(" ");
|
|
LogDocAccState(aDocument);
|
|
printf("\n");
|
|
|
|
printf(" document is load event target: %s\n",
|
|
(aIsLoadEventTarget ? "true" : "false"));
|
|
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::DocLoadEventFired(AccEvent* aEvent)
|
|
{
|
|
nsAutoCString strEventType;
|
|
GetDocLoadEventType(aEvent, strEventType);
|
|
if (!strEventType.IsEmpty())
|
|
printf(" fire: %s\n", strEventType.get());
|
|
}
|
|
|
|
void
|
|
logging::DocLoadEventHandled(AccEvent* aEvent)
|
|
{
|
|
nsAutoCString strEventType;
|
|
GetDocLoadEventType(aEvent, strEventType);
|
|
if (strEventType.IsEmpty())
|
|
return;
|
|
|
|
MsgBegin(sDocEventTitle, "handled '%s' event", strEventType.get());
|
|
|
|
DocAccessible* document = aEvent->GetAccessible()->AsDoc();
|
|
if (document)
|
|
LogDocInfo(document->DocumentNode(), document);
|
|
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::DocCreate(const char* aMsg, nsIDocument* aDocumentNode,
|
|
DocAccessible* aDocument)
|
|
{
|
|
DocAccessible* document = aDocument ?
|
|
aDocument : GetExistingDocAccessible(aDocumentNode);
|
|
|
|
MsgBegin(sDocCreateTitle, aMsg);
|
|
LogDocInfo(aDocumentNode, document);
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::DocDestroy(const char* aMsg, nsIDocument* aDocumentNode,
|
|
DocAccessible* aDocument)
|
|
{
|
|
DocAccessible* document = aDocument ?
|
|
aDocument : GetExistingDocAccessible(aDocumentNode);
|
|
|
|
MsgBegin(sDocDestroyTitle, aMsg);
|
|
LogDocInfo(aDocumentNode, document);
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::OuterDocDestroy(OuterDocAccessible* aOuterDoc)
|
|
{
|
|
MsgBegin(sDocDestroyTitle, "outerdoc shutdown");
|
|
logging::Address("outerdoc", aOuterDoc);
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::FocusNotificationTarget(const char* aMsg, const char* aTargetDescr,
|
|
Accessible* aTarget)
|
|
{
|
|
MsgBegin(sFocusTitle, aMsg);
|
|
AccessibleNNode(aTargetDescr, aTarget);
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::FocusNotificationTarget(const char* aMsg, const char* aTargetDescr,
|
|
nsINode* aTargetNode)
|
|
{
|
|
MsgBegin(sFocusTitle, aMsg);
|
|
Node(aTargetDescr, aTargetNode);
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::FocusNotificationTarget(const char* aMsg, const char* aTargetDescr,
|
|
nsISupports* aTargetThing)
|
|
{
|
|
MsgBegin(sFocusTitle, aMsg);
|
|
|
|
if (aTargetThing) {
|
|
nsCOMPtr<nsINode> targetNode(do_QueryInterface(aTargetThing));
|
|
if (targetNode)
|
|
AccessibleNNode(aTargetDescr, targetNode);
|
|
else
|
|
printf(" %s: %p, window\n", aTargetDescr,
|
|
static_cast<void*>(aTargetThing));
|
|
}
|
|
|
|
MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::ActiveItemChangeCausedBy(const char* aCause, Accessible* aTarget)
|
|
{
|
|
SubMsgBegin();
|
|
printf(" Caused by: %s\n", aCause);
|
|
AccessibleNNode("Item", aTarget);
|
|
SubMsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::ActiveWidget(Accessible* aWidget)
|
|
{
|
|
SubMsgBegin();
|
|
|
|
AccessibleNNode("Widget", aWidget);
|
|
printf(" Widget is active: %s, has operable items: %s\n",
|
|
(aWidget && aWidget->IsActiveWidget() ? "true" : "false"),
|
|
(aWidget && aWidget->AreItemsOperable() ? "true" : "false"));
|
|
|
|
SubMsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::FocusDispatched(Accessible* aTarget)
|
|
{
|
|
SubMsgBegin();
|
|
AccessibleNNode("A11y target", aTarget);
|
|
SubMsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::SelChange(nsISelection* aSelection, DocAccessible* aDocument,
|
|
int16_t aReason)
|
|
{
|
|
nsCOMPtr<nsISelectionPrivate> privSel(do_QueryInterface(aSelection));
|
|
|
|
int16_t type = 0;
|
|
privSel->GetType(&type);
|
|
|
|
const char* strType = 0;
|
|
if (type == nsISelectionController::SELECTION_NORMAL)
|
|
strType = "normal";
|
|
else if (type == nsISelectionController::SELECTION_SPELLCHECK)
|
|
strType = "spellcheck";
|
|
else
|
|
strType = "unknown";
|
|
|
|
bool isIgnored = !aDocument || !aDocument->IsContentLoaded();
|
|
printf("\nSelection changed, selection type: %s, notification %s, reason: %d\n",
|
|
strType, (isIgnored ? "ignored" : "pending"), aReason);
|
|
|
|
Stack();
|
|
}
|
|
|
|
void
|
|
logging::TreeInfo(const char* aMsg, uint32_t aExtraFlags, ...)
|
|
{
|
|
if (IsEnabledAll(logging::eTree | aExtraFlags)) {
|
|
MsgBegin("TREE", aMsg);
|
|
|
|
va_list vl;
|
|
va_start(vl, aExtraFlags);
|
|
const char* descr = nullptr;
|
|
while ((descr = va_arg(vl, const char*))) {
|
|
AccessibleInfo(descr, va_arg(vl, Accessible*));
|
|
}
|
|
va_end(vl);
|
|
|
|
MsgEnd();
|
|
|
|
if (aExtraFlags & eStack) {
|
|
Stack();
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
logging::TreeInfo(const char* aMsg, uint32_t aExtraFlags,
|
|
const char* aMsg1, Accessible* aAcc,
|
|
const char* aMsg2, nsINode* aNode)
|
|
{
|
|
if (IsEnabledAll(logging::eTree | logging::eVerbose)) {
|
|
MsgBegin("TREE", aMsg);
|
|
AccessibleInfo(aMsg1, aAcc);
|
|
Accessible* acc = aAcc->Document()->GetAccessible(aNode);
|
|
if (acc) {
|
|
AccessibleInfo(aMsg2, acc);
|
|
}
|
|
else {
|
|
Node(aMsg2, aNode);
|
|
}
|
|
MsgEnd();
|
|
}
|
|
}
|
|
|
|
|
|
void
|
|
logging::TreeInfo(const char* aMsg, uint32_t aExtraFlags, Accessible* aParent)
|
|
{
|
|
if (IsEnabledAll(logging::eTree | aExtraFlags)) {
|
|
MsgBegin("TREE", aMsg);
|
|
AccessibleInfo("container", aParent);
|
|
for (uint32_t idx = 0; idx < aParent->ChildCount(); idx++) {
|
|
AccessibleInfo("child", aParent->GetChildAt(idx));
|
|
}
|
|
MsgEnd();
|
|
}
|
|
}
|
|
|
|
void
|
|
logging::MsgBegin(const char* aTitle, const char* aMsgText, ...)
|
|
{
|
|
printf("\nA11Y %s: ", aTitle);
|
|
|
|
va_list argptr;
|
|
va_start(argptr, aMsgText);
|
|
vprintf(aMsgText, argptr);
|
|
va_end(argptr);
|
|
|
|
PRIntervalTime time = PR_IntervalNow();
|
|
uint32_t mins = (PR_IntervalToSeconds(time) / 60) % 60;
|
|
uint32_t secs = PR_IntervalToSeconds(time) % 60;
|
|
uint32_t msecs = PR_IntervalToMilliseconds(time) % 1000;
|
|
printf("; %02d:%02d.%03d", mins, secs, msecs);
|
|
|
|
printf("\n {\n");
|
|
}
|
|
|
|
void
|
|
logging::MsgEnd()
|
|
{
|
|
printf(" }\n");
|
|
}
|
|
|
|
void
|
|
logging::SubMsgBegin()
|
|
{
|
|
printf(" {\n");
|
|
}
|
|
|
|
void
|
|
logging::SubMsgEnd()
|
|
{
|
|
printf(" }\n");
|
|
}
|
|
|
|
void
|
|
logging::MsgEntry(const char* aEntryText, ...)
|
|
{
|
|
printf(" ");
|
|
|
|
va_list argptr;
|
|
va_start(argptr, aEntryText);
|
|
vprintf(aEntryText, argptr);
|
|
va_end(argptr);
|
|
|
|
printf("\n");
|
|
}
|
|
|
|
void
|
|
logging::Text(const char* aText)
|
|
{
|
|
printf(" %s\n", aText);
|
|
}
|
|
|
|
void
|
|
logging::Address(const char* aDescr, Accessible* aAcc)
|
|
{
|
|
if (!aAcc->IsDoc()) {
|
|
printf(" %s accessible: %p, node: %p\n", aDescr,
|
|
static_cast<void*>(aAcc), static_cast<void*>(aAcc->GetNode()));
|
|
}
|
|
|
|
DocAccessible* doc = aAcc->Document();
|
|
nsIDocument* docNode = doc->DocumentNode();
|
|
printf(" document: %p, node: %p\n",
|
|
static_cast<void*>(doc), static_cast<void*>(docNode));
|
|
|
|
printf(" ");
|
|
LogDocURI(docNode);
|
|
printf("\n");
|
|
}
|
|
|
|
void
|
|
logging::Node(const char* aDescr, nsINode* aNode)
|
|
{
|
|
printf(" ");
|
|
|
|
if (!aNode) {
|
|
printf("%s: null\n", aDescr);
|
|
return;
|
|
}
|
|
|
|
if (aNode->IsNodeOfType(nsINode::eDOCUMENT)) {
|
|
printf("%s: %p, document\n", aDescr, static_cast<void*>(aNode));
|
|
return;
|
|
}
|
|
|
|
nsINode* parentNode = aNode->GetParentNode();
|
|
int32_t idxInParent = parentNode ? parentNode->IndexOf(aNode) : - 1;
|
|
|
|
if (aNode->IsNodeOfType(nsINode::eTEXT)) {
|
|
printf("%s: %p, text node, idx in parent: %d\n",
|
|
aDescr, static_cast<void*>(aNode), idxInParent);
|
|
return;
|
|
}
|
|
|
|
if (!aNode->IsElement()) {
|
|
printf("%s: %p, not accessible node type, idx in parent: %d\n",
|
|
aDescr, static_cast<void*>(aNode), idxInParent);
|
|
return;
|
|
}
|
|
|
|
dom::Element* elm = aNode->AsElement();
|
|
|
|
nsAutoCString tag;
|
|
elm->NodeInfo()->NameAtom()->ToUTF8String(tag);
|
|
|
|
nsIAtom* idAtom = elm->GetID();
|
|
nsAutoCString id;
|
|
if (idAtom)
|
|
idAtom->ToUTF8String(id);
|
|
|
|
printf("%s: %p, %s@id='%s', idx in parent: %d\n",
|
|
aDescr, static_cast<void*>(elm), tag.get(), id.get(), idxInParent);
|
|
}
|
|
|
|
void
|
|
logging::Document(DocAccessible* aDocument)
|
|
{
|
|
printf(" Document: %p, document node: %p\n",
|
|
static_cast<void*>(aDocument),
|
|
static_cast<void*>(aDocument->DocumentNode()));
|
|
|
|
printf(" Document ");
|
|
LogDocURI(aDocument->DocumentNode());
|
|
printf("\n");
|
|
}
|
|
|
|
void
|
|
logging::AccessibleInfo(const char* aDescr, Accessible* aAccessible)
|
|
{
|
|
printf(" %s: %p; ", aDescr, static_cast<void*>(aAccessible));
|
|
if (!aAccessible) {
|
|
printf("\n");
|
|
return;
|
|
}
|
|
if (aAccessible->IsDefunct()) {
|
|
printf("defunct\n");
|
|
return;
|
|
}
|
|
if (!aAccessible->Document() || aAccessible->Document()->IsDefunct()) {
|
|
printf("document is shutting down, no info\n");
|
|
return;
|
|
}
|
|
|
|
nsAutoString role;
|
|
GetAccService()->GetStringRole(aAccessible->Role(), role);
|
|
printf("role: %s", NS_ConvertUTF16toUTF8(role).get());
|
|
|
|
nsAutoString name;
|
|
aAccessible->Name(name);
|
|
if (!name.IsEmpty()) {
|
|
printf(", name: '%s'", NS_ConvertUTF16toUTF8(name).get());
|
|
}
|
|
|
|
printf(", idx: %d", aAccessible->IndexInParent());
|
|
|
|
nsINode* node = aAccessible->GetNode();
|
|
if (!node) {
|
|
printf(", node: null\n");
|
|
}
|
|
else if (node->IsNodeOfType(nsINode::eDOCUMENT)) {
|
|
printf(", document node: %p\n", static_cast<void*>(node));
|
|
}
|
|
else if (node->IsNodeOfType(nsINode::eTEXT)) {
|
|
printf(", text node: %p\n", static_cast<void*>(node));
|
|
}
|
|
else if (node->IsElement()) {
|
|
dom::Element* el = node->AsElement();
|
|
|
|
nsAutoCString tag;
|
|
el->NodeInfo()->NameAtom()->ToUTF8String(tag);
|
|
|
|
nsIAtom* idAtom = el->GetID();
|
|
nsAutoCString id;
|
|
if (idAtom) {
|
|
idAtom->ToUTF8String(id);
|
|
}
|
|
|
|
printf(", element node: %p, %s@id='%s'\n",
|
|
static_cast<void*>(el), tag.get(), id.get());
|
|
}
|
|
}
|
|
|
|
void
|
|
logging::AccessibleNNode(const char* aDescr, Accessible* aAccessible)
|
|
{
|
|
printf(" %s: %p; ", aDescr, static_cast<void*>(aAccessible));
|
|
if (!aAccessible)
|
|
return;
|
|
|
|
nsAutoString role;
|
|
GetAccService()->GetStringRole(aAccessible->Role(), role);
|
|
nsAutoString name;
|
|
aAccessible->Name(name);
|
|
|
|
printf("role: %s, name: '%s';\n", NS_ConvertUTF16toUTF8(role).get(),
|
|
NS_ConvertUTF16toUTF8(name).get());
|
|
|
|
nsAutoCString nodeDescr(aDescr);
|
|
nodeDescr.AppendLiteral(" node");
|
|
Node(nodeDescr.get(), aAccessible->GetNode());
|
|
|
|
Document(aAccessible->Document());
|
|
}
|
|
|
|
void
|
|
logging::AccessibleNNode(const char* aDescr, nsINode* aNode)
|
|
{
|
|
DocAccessible* document =
|
|
GetAccService()->GetDocAccessible(aNode->OwnerDoc());
|
|
|
|
if (document) {
|
|
Accessible* accessible = document->GetAccessible(aNode);
|
|
if (accessible) {
|
|
AccessibleNNode(aDescr, accessible);
|
|
return;
|
|
}
|
|
}
|
|
|
|
nsAutoCString nodeDescr("[not accessible] ");
|
|
nodeDescr.Append(aDescr);
|
|
Node(nodeDescr.get(), aNode);
|
|
|
|
if (document) {
|
|
Document(document);
|
|
return;
|
|
}
|
|
|
|
printf(" [contained by not accessible document]:\n");
|
|
LogDocInfo(aNode->OwnerDoc(), document);
|
|
printf("\n");
|
|
}
|
|
|
|
void
|
|
logging::DOMEvent(const char* aDescr, nsINode* aOrigTarget,
|
|
const nsAString& aEventType)
|
|
{
|
|
logging::MsgBegin("DOMEvents", "event '%s' %s",
|
|
NS_ConvertUTF16toUTF8(aEventType).get(), aDescr);
|
|
logging::AccessibleNNode("Target", aOrigTarget);
|
|
logging::MsgEnd();
|
|
}
|
|
|
|
void
|
|
logging::Stack()
|
|
{
|
|
if (IsEnabled(eStack)) {
|
|
printf(" stack: \n");
|
|
nsTraceRefcnt::WalkTheStack(stdout);
|
|
}
|
|
}
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// namespace logging:: initialization
|
|
|
|
bool
|
|
logging::IsEnabled(uint32_t aModules)
|
|
{
|
|
return sModules & aModules;
|
|
}
|
|
|
|
bool
|
|
logging::IsEnabledAll(uint32_t aModules)
|
|
{
|
|
return (sModules & aModules) == aModules;
|
|
}
|
|
|
|
bool
|
|
logging::IsEnabled(const nsAString& aModuleStr)
|
|
{
|
|
for (unsigned int idx = 0; idx < ArrayLength(sModuleMap); idx++) {
|
|
if (aModuleStr.EqualsASCII(sModuleMap[idx].mStr))
|
|
return sModules & sModuleMap[idx].mModule;
|
|
}
|
|
|
|
return false;
|
|
}
|
|
|
|
void
|
|
logging::Enable(const nsAFlatCString& aModules)
|
|
{
|
|
EnableLogging(aModules.get());
|
|
}
|
|
|
|
|
|
void
|
|
logging::CheckEnv()
|
|
{
|
|
EnableLogging(PR_GetEnv("A11YLOG"));
|
|
}
|