wicknix
released this
- Bug 943820 - Add visibleLabel attribute/property and tests. r=ttaubert (95540e4)
- Bug 902729 - Add a new telemetry probe for session lifetimes. r=ttaubert (725e51e)
- Bug 1150529 - Remove code for expired telemetry histograms r=Yoric (6a1540c)
- Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi (8a0253b)
- Bug 894188 - "resetSupported is not defined" in safe mode dialog. r=jaws (a459306)
- Bug 498181 - Offer to reset a user's profile if it was last used more than two months ago. r=jaws (5295b16)
- fix duplicted entries (eb06861)
- Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN (4771a9d)
- remove some DEVTOOLS and console related code, not found in FF/TFF (11b1638)
- Bug 1147236 - Use AppConstants in session store code (r=ttaubert) (68b6cee)
- fix redeclaration of cc (b1b1611)
- bug 1137792 - Ignore the first timing for an add-on r=mossop (59e48d8)
- Bug 1140113 - Catch direct (and some indirect) callers of CreateDrawTarget* and deal with failure. r=mstange (89cf1d3)
- Bug 1010552 - Breakpoints not removed from server when tab is closed;r=jlong (bf63d0b)
- Bug 1139181 - Add missing MIRTypes to StringFromMIRType(). r=efaust (d716f2f)
- Bug 950373 part.2 Don't consume keys which are used by for navigation in session restore UI r=enndeakin (06435f0)
- Bug 925771 - Generate consecutive window IDs to avoid collisions. r=ttaubert (74c81ef)
- Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert (b8f0249)
- Bug 930901 - Move TabState and TabAttributes to their own JSMs r=billm (be255ad) (3fd1b0d56)
- Reverted all AF front-end changes to restore session restore function. (5abf6194f)
- import changes from rmottola/Arctic-Fox:
- Bug 1137166: Change the Content moreStrict sandbox pref to an integer to indicate the level of sandboxing. r=tabraldes (b533309)
- Bug 1140806 - Initialize JS random seed using arc4random on Android and BSDs. r=fitzgen (c39ad68)
- Bug 935862 p1 - add flag for ex/ch unit usage. r=heycam (47b3a36)
- Bug 935862 p2 - add various userfont lookup methods. r=heycam (ede140e)
- Bug 935862 p3 - implement selective reflow for downloadable fonts. r=heycam (9d6abc4)
- Bug 935862 p4 - add reftests to sanity check @font-face reflow behavior. r=heycam (8c56a5f)
- Bug 935862 p5 - handle SVGTextFrame reflow correctly. r=jdaggett (b5f4207)
- Bug 935862 p6 - fixup problematic reftests. r=heycam (13fd7b3)
- Bug 1140946 - tweak fall-through for ex/ch restyle on font load. r=dbaron (e05284f) (00c9e7452)
- update UXP version of NSS 3.48.1, and import changes from tenfourfox:
- #369: add back build system changes [partly] (a7ee0d3a4)
- #369: bustage fix for opt builds (cc2e336b2) (80ce3707b)
- import changes from tenfourfox:
- #587: update TLDs, certs, pins, etc. (35584e5e6) (a85a1fd22)
- port changes from tenfourfox:
- #584: M1507180 M1598605 (7b58ac561)
- fix M1607443 as a precaution (b8657e696)
- #587: M1513855 M1596668 M1602944 M1599420 M1595399 (35a4358b3) (a61b8c3d3)
- import changes from rmottola/Arctic-Fox:
- Bug 1130891 part 1 - Add W3C HTML5 ruby tags to atom list. r=smaug (ea17ccc)
- Bug 1130891 part 2 - Add option in document encoder for including ruby annotation in plain text. r=roc (d3e0dff)
- Bug 1130891 part 3 - Add param to HTMLCopy to allow copy with ruby annotation. r=smaug (8e75e87)
- Bug 1130891 part 4 - Do copy with ruby when the whole selection is inside ruby. r=smaug (891d759)
- Bug 1140741 - Teach JitProfilingFrameIterator to read DebugModeOSRInfo. (r=djvj) (f468e33) (603e20b30)
- import changes from rmottola/Arctic-Fox:
- Bug 932865 - Add ThreadHangStats for collecting background hang telemetry; r=vladan (2f08a07)
- Bug 932865 - Add way for telemetry to iterate over active threads; r=froydnj (535615d)
- Bug 1128768: Part 3 - Update BHR to allow for hang annotations; r=vladan (0b880a6)
- Bug 935092 - Add ThreadStackHelper to get a thread's pesudo-stack; r=BenWa (1422cfe)
- Bug 942488 - Don't report pseudo-stacks without SPS profiler. r=nchen (e160a7a)
- Bug 946817 - Don't assert mPseudoStack on B2G. r=BenWa (9f846df)
- Bug 951431 - Don't get stacks during profiler runs on Linux; r=BenWa (15036e9)
- Bug 978262 - Ignore duplicate frames when getting BHR stack. r=froydnj (964721b)
- Bug 985155 - Add signal trampoline on ARM Linux to work around kernel bug. r=snorp (cb8a784)
- Bug 995730 - Convert xpcom/threads/ to Gecko style. r=froydnj (fe15040)
- Bug 1013326 - Distinguish chrome and content scripts in pseudostack; r=snorp (81273c9)
- Bug 1023461 - Remove temporary stack buffer in ThreadStackHelper; r=snorp (cf5a717)
- Bug 1023461 - Record filename and line number for chrome JS entries; r=snorp (10c8980)
- Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. (48dbc04)
- Bug 1016441 - Switch to using real-time signal in ThreadStackHelper; (2c5f818)
- Bug 1016629 - b. Use RAII class to assign mStackToFill; r=snorp (769eae1)
- Bug 1016629 - c. Add define for ThreadStackHelper pseudostack support; r=snorp (67def0d)
- Bug 1016629 - d. Add and implement GetNativeStack method in ThreadStackHelper; r=snorp r=jseward (46c52f2)
- Bug 1016629 - e. Implement platform-specific code for filling in context; r=snorp r=jseward (e6a6685)
- Bug 1016629 - g. Avoid ASan flag when copying stack; r=snorp (0159628)
- Bug 1045176 - Unbreak build on non-SPS platforms after bug 1016629. (f1d60d8)
- Bug 1047123 - ThreadStackHelper should use UniquePtr<uint8_t[]>, not ScopedDeleteArray. r=jchen (0e4af31)
- Bug 1049161 - Fix ThreadStackHelper thread handle permissions on Windows; r=snorp (c05172b)
- Bug 1050185 - Make ThreadStackHelper::FillThreadContext Valgrind-friendly. r=nchen (3687257)
- Bug 1050440 - Remove repeated js::RunScript frames in ThreadStackHelper (2a79600)
- Bug 1046841 - Fix more style violations in previously touched .cpp files in xpcom/. r=froydnj (02afe24)
- Bug 1069694 - Remove or move around functions in OldDebugAPI. r=shu (1771973)
- Bug 1069694 - Remove OldDebugAPI from the browser. r=shu (b8c917d)
- Bug 1100911 - For MacOS builds running on Valgrind, make ThreadStackHelper::GetStack be a no-op. r=nchen. (d99c02e)
- Bug 1091758 - Report full paths for most chrome scripts; r=snorp (2b72e78)
- Bug 1109291 - Include better paths for hanging chrome scripts in profile extensions directory; r=snorp r=bsmedberg (1997b95)
- Bug 1113416 - Don't read stack labels inside hang monitor sighandler; r=nfroyd r=snorp (9688f60)
- bug 1146027 - more final r=froydnj (7b0f295)
- Bug 1164090 - Check for Windows path separator in BHR file name; r=snorp (f014b4d)
- Bug 1169034 - include in ThreadStackHelper.cpp to declare correct overload for std::abs; r=jseward (874d444)
- Bug 1182996 - Fix and add missing namespace comments. rs=ehsan (054fc00)
- Bug 932865 - Collect thread hang stats in BackgroundHangMonitor; (ac80c8e)
- minor anticipated fixes to get it compiling (2bd701d) (8f529f64f)
- import changes from rmottola/Arctic-Fox:
- Bug 1115438: Move PluginModuleParent's invocation of CreateToolhelp32Snapshot off the main thread; r=jimm (e2c4f82)
- Bug 1141093: Ensure that FinishInjectorInitTask::PostToMainThread is no longer executing before leaving FinishInjectorInitTask::Run; r=dmajor (7ca55b8)
- Bug 1140725 - Fix unreachable code after semicolon-less return statement in nsContextMenu.js. r=jst,dolske (bbb3600)
- Bug 486172 - Don't ignore a -p command line argument when using the Xremote protocol. r=bsmedberg (8492d3d)
- Bug 1128798 - [e10s] Make a version of nsIContentPolicy that doesn't pass the node as a parameter (r=mrbkap,tanvi,ckerschb) (bbd6147) (6a75a56f2)
- Goanna->Gecko: GoannaMediaPluginService & GoannaTouchDispatcher (1e10799)
- Goanna->Gecko: GoannaProcess (dd67124)
- Goanna->Gecko: goannamediaplugin (2a9423b)
- Goanna->Gecko: GoannaContentController (62e7c2f)
- Goanna->Gecko: GoannaProfiler & GoannaTaskTracer (376c45a) (3e6694dfa)
- import changes from rmottola/Arctic-Fox:
- remove mobile-android (cf8ef1e)
- remove also android examples (94f68c0)
- remove android mozglue (d0114f3) (ec05a9b22)
- import change from rmottola/Arctic-Fox:
- Bug 1160098 - XULElement::LoadSrc() should check whether we successfully created a new frameLoader before trying to call SetIsPrerendered() on it r=smaug (ca804e4) (7733293ea)
- align changes from rmottola/Arctic-Fox (rev e67e868) to our tree Part 1: osx devtools theme (17f5e5203)
- align changes from rmottola/Arctic-Fox (rev e67e868) to our tree Part 2: mozbuild changes (60cea5c35)
- align changes from rmottola/Arctic-Fox (rev e67e868) to our tree Part 3: misc fixes including:
- Bug 1218882 - lz4.js should be usable outside of workers, r=Yoric. (360bb78)
- Bug 1046245 - enumerateDevices (harmless interface version) r=smaug, r=jesup (ce47512)
- Bug 1046245 - enumerateDevices returns label for pages w/active gUM or persistent permissions. r=jesup (ec780fb)
- Bug 1110973 - Add a preference for enabling fake streams for tests, and use it in the Loop functional tests. r=smaug (580092e)
- Bug 1046245 - enumerateDevices session-persisted hmac id. r=jesup (7d4eb08) (5f6df85cb)
- align changes from rmottola/Arctic-Fox (rev e67e868) to our tree Part 4: front-end fixes (6785ff1ad)
- Merge pull request #2 from roytam1/af-sync-works (7bfdfdf34)
- import changes from `devel' branch of rmottola/Arctic-Fox:
- Bug 1132874 - Improve protections against sending a parent plugin protocol shutdown message to the child after the child has torn down. r=aklotz (b80b45f)
- Bug 1103036 - Follow-up to initial patch; r=jchen (51337c2)
- Bug 1132874 - Simplify PPluginWidget protocol handling, and avoid sending async messages from the parent. Addresses a problem with sub protocols that are torn down randomly from either side of the connection. r=aklotz (3ad936e)
- Bug 1128214 - Avoid a crash when attempting to render windows titlebar specific theme elements with e10s. r=roc (b6f17da)
- Bug 1139368 - Set FilterTypeSet dependency in improveThisTypesForCall. r=h4writer (422de72)
- Bug 864041 - Remove Firefox 2+3 compat code from about:sessionrestore. r=mak (4cfc6fe)
- Bug 1009599 - Restoring from about:sessionrestore fails when there is more than one tab in the window r=smacleod (88ca1cf)
- Bug 1146052 - Fix empty about:sessionrestore after crash as well as empty about:welcomeback after resetting the profile r=smacleod (211b503)
- Bug 1043797: extended popup notifications to create a generic doorhanger for all security notifications incl. mixed content r=adw (f7c2d5d)
- Bug 900845 - We aren't using the NetUtil module in SessionStore.jsm. (3f5ddd1)
- Bug 898755 - Remove _resume_session_once_on_shutdown code from SessionStore; r=yoric (eb159fe)
- Bug 902727 - [Session Restore] Remove legacy _writeFileEncoder; r=smacleod (8e375c5)
- space cleanup (cbd71ce)
- Bug 968923 - part 1 - add infrastructure for defining use counters from UseCounters.conf; original-author=heycam; r=heycam,gfritzsche,mshal (d0dea99)
- Bug 968923 - part 2 - change MappedAttrParser to store a nsSVGElement directly, instead of its nsIPrincipal; r=smaug (4eff86d)
- Bug 1140767 - Build more files in security/manager in unified mode; r=dkeeler (11ab39c)
- Bug 1141864. Replace a bunch nsAutoPtr.h includes with nsRefPtr.h (Adapted) (ce31bfb)
- Bug 1141689 - use services::GetObserverService more; r=ehsan (22e6fcf)
- Bug 1140162 - IPC Proxy for TextAttributes and DefaultTextAttributes, r=tbsaunde (31bb06b)
- Bug 1140499 - IPC Proxy for text/char bounds, r=tbsaunde (5441444)
- Bug 1140534 - IPC Proxy for offsetAtPoint, r=tbsaunde (24ca5c6)
- Bug 1140895 - IPC Proxy for get/set/add/remove Selection, r=tbsaunde (35d3364)
- Bug 1140900 - IPC Proxy for ScrollSubstringTo*, r=tbsaunde (1f7de02)
- Bug 1140917 - IPC Proxy for replace/insert/copy/cut/delete/paste, r=tbsaunde (b6fe2db)
- Bug 1140917 followup: add missing MOZ_OVERRIDE annotations on new DocAccessibleChild method-decls. r=ehsan (47cce90)
- Pointer style (b63b44d)
- Bug 1140636 - Test CPOW function identity. r=billm (6ada959)
- Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm (753758b)
- Bug 1096488 - Detect and handle switching from remote to non-remote pages and back in marionette.;r=automatedtester (048279b)
- Bug 1096488 - Test that switching browser remoteness leaves marionette in a usable state.;r=automatedtester (207aaba)
- Bug 1138650 - Update remaining callsites to use newChannel2 in toolkit/devtools (r=jryans) (a4ffc70)
- Bug 1138648 - Update remaining callsites to use newChannel2 in netwerk/ (r=sworkman) (cdf6612)
- bug 1135160 - implement link rel=preconnect r=smaug (cfac502)
- bug 1135160 - ioservice have speculative connect use proxy-resolve2() r=hurley (238b58f)
- Bug 1140788 - Set headers to immutable. r=bkelly,ehsan (c48c12a)
- Bug 1137037 - Determine the inner window ID in imgRequest::Init. r=baku (12aa73a)
- Bug 1137019 (Part 1) - Get rid of unused LockImage forwarding methods on imgRequest. r=baku (6ed5c7d)
- Bug 1137019 (Part 2) - Replace imgRequest's image decoding methods with a single minimal method that updates an atomic. r=baku (adeb879) (f9e56e1ed)
- Bug 968520 - Explicitly specify the allocator for nsTArray_base functions. r=froydnj (8e11c1a)
- Bug 968520 - Add fallible variant of nsTArray::SetCapacity. r=froydnj (3a33bc5)
- Bug 968520 - Add fallible variants of nsTArray::InsertElementsAt. r=froydnj (d52030d)
- Bug 968520 - Add fallible variant of nsTArray::EnsureLengthAtLeast. r=froydnj (7f22637)
- Bug 968520 - Add fallible variant of nsTArray::SetLength. r=froydnj (a6f43b1)
- Bug 968520 - Add fallible variants of nsTArray::ReplaceElementsAt. r=froydnj (e17169b)
- Bug 968520 - Add fallible variants of nsTArray::InsertElementAt. r=froydnj (0ed6220)
- Bug 968520 - Add fallible variants of nsTArray::AppendElements. r=froydnj (c4f4d2a)
- Bug 968520 - Add fallible variants of nsTArray::AppendElement. r=froydn (3fbf72f)
- Bug 1165729 - Remove unnecessary template declaration for fallible nsTArray::AppendElement. r=froydnj (f72cc5e)
- Bug 968520 - Make nsTArray::InsertElementSorted support moves. r=froydnj (2171787)
- Bug 968520 - Add fallible variants of nsTArray::InsertElementSorted. r=froydnj (f99e300)
- Bug 968520 - Add more fallible variants of nsTArray::InsertElementsAt. r=froydnj (218d4f0) (19841f19a)
- addendum to git rev 19841f19a1e0fc573b99c2b56f280109786a79db, fix moz_malloc/moz_realloc/moz_free for our tree (3b174064e)
- import changes from rmottola/Arctic-Fox:
- Bug 1140264 part 1 - Avoid expanding auto-hidden ruby annotations. r=dbaron (5b6ddba)
- Bug 1140264 part 2 - Move and merge line breaking code in rbc reflow to reduce useless computation and fix undesired break point. r=dbaron (0d3aaad)
- Bug 1140264 part 3 - Rename IsInlineDescendantOfRuby to ShouldSuppressLineBreak and exclude rbc/rtc from it. r=dbaron (e929b29)
- Bug 1140264 part 4 - Reftest for this bug. r=dbaron (3aa19d4)
- Bug 1141842 - Add LastOptionalBreakPriority to nsLineLayout to simplify some code. r=roc (81cc1dc)
- Bug 1137875 - Have the SharedFrameMetricsData hold a copy of the layers id. r=nical (81c6575)
- Bug 1133237 - When transitioning from a shadow layer tree that has plugins to a tree that does not, make sure the old plugins get hidden properly. r=roc (11ff16c)
- Bug 1137875 - Have the LayerTransactionChild hold a copy of the layers id. r=nical (f9a090a)
- Bug 1137875 - Clear shared frame metrics objects associated with a PLayerTransaction when it is destroyed. r=nical (c5037ee)
- Bug 1119878 Part 1: Change SandboxTarget to hold sandbox target services to provide functions. r=aklotz, r=glandium, r=cpearce (7378d13)
- Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. r=billm, r=dvander, r=aklotz, r=cpearce (fa002f5)
- Bug 1149971 Part 1: Follow-up to bug 1119878 to fix broken IPDL tests. r=dvander (76b843d) and some lines of fix of toolkit/xre/nsEmbedFunctions.cpp after Bug 1119878 Part 2. (5ec13acbd)
- import changes from rmottola/Arctic-Fox:
- Revert Bug 1125848 - Consolidate PCompositor's creation-destruction logic because of 10.7 MacOS bustage (ceda5a1)
- adapt assertion to be as introduced in Bug 1125848 (8770712)
- Bug 1160190 followup. Make ServiceWorker actually disabled on mulet so we can reopen the CLOSED TREE. r=bkelly (1a03ee7)
- Bug 1123846 - Restrict some activities to be provided by the system app r=ferjm (c7ca768)
- fix header include order (01b1289)
- Bug 1151644 - Don't disallow the basic compositor backend. r=jrmuizel (b70633a)
- Bug 1155823 - Properly shutdown the CompositorVsyncDispatcher. r=kats (a3dee13)
- add gfxCrashReporterUtils as of 1180688 2015-07-13 (433fa6b)
- Bug 1029673 - Correctly report OMTC compositing in crash reports - r=Bas (87fc229)
- Bug 1180688 - Detect whether the widget will be able to present frames with BasicCompositor on Mac. r=mstange (842ed30) (eca52a3f8)
- import changes from rmottola/Arctic-Fox:
- Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro (bd9905d)
- Bug 1180688 - Reset the appropriate widget states if creating a compositor fails. r=mstange (461339a)
- missing part of Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. (631e112) (df039285e)
- pointer style before patch (e67d52f)
- Bug 1141067 - byte operations on x86/x64. r=sunfish (072056e)
- Bug 1138348 - byte array test cases. r=h4writer (9495e28)
- pointer style (3a458b6)
- Bug 1138348 - byte ops on x86_64. r=h4writer (e5ad214)
- Bug 1134791 - Show the testharness.js output when the browser remains open after running the test; r=bz (27fedb2)
- Bug 1137515 part 2 - Change to media [partially applied] (203599e)
- Bug 1125848 - Consolidate PCompositor's creation-destruction logic. r=sotaro (022a02f)
- Bug 1137291 - avoid clobbering an input register. r=h4writer (9d742a0)
- Bug 1136352 - Fix RemoveTextureAsync handling r=nical (172b17d)
- Bug 1139935 - Re-enable RemoveTextureFromCompositableTracker r=nical (ea9735b) (ddef3772b)
- import changes from rmottola/Arctic-Fox:
- Bug 1090583 part 2 - Fix the property count check in MonitorAssign to check the actual count instead of the capacity. r=bhackett (3f1daa8)
- Bug 1090583 - Fix a pre-existing issue with MLoadElementHole and negative index checks. r=bhackett (1278f0b)
- Bug 1141190 - Remove docshell/test/moz.build; r=mshal (641a171)
- bug 1161402 assert that some public methods are called on reader task queue r=cpearce (c8355d7)
- bug 1161402 assert that public methods are not called after shutdown r=cpearce (07db4d8)
- Bug 1137906 - Shutdown cached children when shutdown the document. r=surkov (45e3894)
- Bug 1141676 - Reftest for sizing of synthetic sub/superscript glyphs r=jdaggett (eab4327)
- Bug 1141748 - Do not use non-standard flag argument of String.prototype.replace in CSSUnprefixingService.js. r=dholbert (631be20)
- Bug 1134537 - Delete GnomeVFS extension. r=roc (cd03d72)
- Bug 1063880 - Allow a --disable-compile-environment to go through a full mach build. r=mshal (67ef7e8)
- Bug 1063880 - Do not emit Linkable-derived objects when COMPILE_ENVIRONMENT is not set. r=mshal (7e4b1f8)
- Bug 1141660 - Always export memalign from jemalloc, even on Windows. r=njn (b625580)
- Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus (84b653c)
- remove errneously commited patch (39668bb) (13f9e7fee)
- Bug 1153649 part 1 - Improve usability of OwningNonNull; r=bz (287b867)
- Bug 1153649 part 2 - Use some OwningNonNull in editor; r=ehsan (fd30528)
- Bug 1153649 part 3 - More OwningNonNull improvements; r=bz (95614ee) (3f92ddedb)