mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
71aa924b74
- Bug 1255975 - Fix reference to non-existing css file. r=Gijs (ec6c0ec313) - Bug 1241815 - Show a message when filtering yields no matches; r=jsantell (1767c3adea) - Bug 1210752 - Updated icons to be on the pixel grid. r=pbrosset (e5255ce2f9) - Bug 1245875 - Remove Tilt from tree. r=vporof,jwalker (b0ed5f753d) - Bug 1253879 - Update the devtools-separator to be the same style as the sidebar tab separator r=pbro (50ca815678) - Bug 1225184 - Update command buttons to SVG, and tool icons to match command button style. r=ntim (0841ec1729) - Bug 1242958 - The cursor type is not I-beam when the mouse pointer is over the heap-view. r=fitzgen (58a2e4c3bf) - Bug 1251291 - Tool notices (Take snapshot and Start Recording Performance) should use var(--theme-body-background), r=jsantell (f0c2a8ea51) - Bug 1254454 - Fix disappearing arrow twisties in memory tool when narrow; r=vporof (d66f383382) - minor mispatch (722498aace) - Bug 1238048 - Add an architectural overview of the memory tool DONTBUILD; r=tromey,vporof,jsantell,jimb (6ac06c6cd0) - Bug 1252971 - Memory panel docs update. r=fitzgen (2787521625) - Bug 1255804 - fix dominator view infinite loading when importing snapshot;r=fitzgen (be71592a3b) - Bug 1253881 - memory profiler: toggle diffing when clearing snapshots;r=fitzgen (31deaf4066) - Bug 1254726 - fix intermittent test_action-clear-snapshots_06 (osx10.6);r=fitzgen (742312b9ea) - Bug 1219554 - Enable the browser_memory_simple_01.js test on DEBUG builds; r=jsantell (0559d40498) - Bug 1219554 - Clean up the browser_memory_no_auto_expand.js test; r=jsantell (881c213f10) - Bug 1219554 - Enable the browser_memory_diff_01.js test on DEBUG builds; r=jsantell (f1bd46df08) - Bug 1219554 - Enable the browser_memory_clear_snapshots.js test on DEBUG builds; r=jsantell (fb53f4b94c) - Bug 1239436 - Remove in-place mutation of trees' expanded sets in reducers. r=fitzgen (bf14969359) - Bug 1238695 - Render census data as a treemap. r=fitzgen, r=vporof (a7cdee2509) - Bug 1207443 - Change browser_parsable_css.js to load stylesheets with chrome privilege. r=Gijs (4e77824985) - Bug 1220907 - Add suffix to chrome css uri in browser_parsable_css test so that the file is always reparsed. r=Gijs (679811eac2) - Bug 1253781 - Better perf with pure render. r=gl (fab096cdfa) - Bug 1241714 - Implement a selectable device list that applies settings to the viewport r=jryans (c5994f0e2b) - Bug 1240804 - Wait for RDM tool to init first. r=me (12ebede35a) - Bug 1240804 - Fix JSON errors in RDM test file. r=me (fb0cadd6d7) - Bug 1240804 - Ignore actions dispatched after RDM close. r=me (47777b477f) - Bug 1239461 - Screenshot button for taking a screenshot of the current viewport; r=jryans (9b60a11e19) - Bug 1261049 - Clear button position isn't consistent among tabs r=ntim (71f3e68299) - Bug 1245947: Make devtools tabs smaller by default;r=gl (9c4ceb3963) - Bug 1242852 - (part 1) making top dev tools toolbar keyboard accessible. r=bgrins (b233dcc5f0) - Bug 1242852 - (part 2) making inspector toolbar keyboard accessible. r=gl (919d661a95) - Bug 1244054 - Firebug Theme, registration and general styles; r=bgrins,ntim (2425d7a900) - Bug 1260053 - prevent sidebar resize when panel is collapsed;r=bgrins (954993c49d) - Bug 1255630 - add experimental badge to wasm sources r=bgrins (b9922b9ae3) - Bug 1259018 - Part a: Use early returns in nsExternalProtocolHandler::NewChannel2; r=jst (159053ad25) - Bug 1259018 - Part b: Use early returns and stop accepting null in nsExternalProtocolHandler::HaveExternalProtocolHandler; r=jst (356b509c9a) - Bug 1259018 - Part c: Pass arguments to the nsExtProtocolChannel constructor; r=jst (c3cab1801c) - Bug 1261020 - part 1 - implement SeekTask; r=jwwang (d3df4d5de6) - Bug 1261020 - part 2 - modify MDSM to adopt SeekTask; r=jwwang (b51efe45c8) - Bug 1265296 - Move SeekTask from namespace mozilla::media to namespace mozilla. r=kaku. (cc5665837b) - Bug 1265315. Part 1 - remove use of MediaDecoderReader from SeekTask. r=kaku. (ee7a8e9032) - Bug 1265315. Part 2 - rename mReaderWrapper to mReader for less verbose coding. r=kaku. (f7426bdc4c) - Bug 1265311. Part 1 - Add more proxy functions to MediaDecoderReaderWrapper. r=jya. (73d59fd4c3) - Bug 1265311. Part 2 - constify some functions. r=jya. (87388fc7fd) - Bug 1266304. Part 1 - Merge MediaDecoderReader::AudioDataPromise and MediaDecoderReader::VideoDataPromise. r=kaku. (30ddbd7b03) - Bug 1266304. Part 2 - remove unnecessary template parameters. r=kaku. (84b012ef96) - Bug 1256290 - isGPUActive for the second graphics adapter doesn't work correctly, and this also means we should tighten up getGfxField a little bit r=gfritzsch (77b1a972fa) - Bug 1136580 - Fix test_TelemetryEnvironment.js failures on Android. r=gfritzsche (f7a9e08e3e) - Bug 1255472 - Collect actual major and minor version data on Windows 10. r=gfritzsche (3f8de34ca0) - Bug 1265629 - Remove unused MediaDecoderReader::BreakCycles(). r=kaku. (7144e46f3b) - Bug 1215439 - Don't call ResetDecode() in the destructor of MediaDecoderReader. r=gerald. (be8896cd3b) - Bug 1247443 - Monitor browser.tabs.animate in telemetry (r=gfritzsche) (534e9992f9) - bug 1265000 - Record dom.max_script_run_time pref in Telemetry Environment. data=bsmedberg, r=felipe (04df028ecb) - Bug 1210658 - Explicitly document optional Telemetry ping properties. r=dexter (a2128531a3) - Bug 1243893 - Telemetry in-tree docs conflict with actual pings. r=gfritzsche (b8922c209b) - Bug 1219322 - Document payload.info.flashVersion and payload.info.addons. r=gfritzsche (96c97561f8) - Bug 1215466 - Document hang data and enforced limits in main-ping.rst. r=gfritzsche (bcb585b136) - Bug 1231721: added documentation for webrtc dictionary in amin telemetry ping r=Dexter (eff2597233) - Bug 1231769 - Provide better documentation for "info" and "simpleMeasurements" sections of the main ping. r=gfritzsche (c43569f512) - Bug 1244182 - Properly document all the fields of the main ping. r=gfritzsche (59570d193b) - Bug 1248382 - Document known partners. r=gfritzsche (76432a1fa8) - Bug 1250968 - Link to the correct partner repacks repository in the Telemetry docs. r=gfritzsche (1d59dd3f26) - Bug 1236580 - Fix the tests and update the documentation. r=gfritzsche (51570c46c9) - Bug 1238046 - Update Telemetry docs for environment.profile being available on Android. r=Dexter (33a9316f2e) - Bug 1198739 - Fix the searchCohort Telemetry documentation. r=rvitillo (42de0e86a2) - Bug 1249845 - Store the e10s rollout cohort in the telemetry environment. r=gfritzsche (b8a07859de) - Bug 1259139 - record in telemetry the validity of the current engine's loadPathHash, r=adw. (7796b73cc3) - Bug 1263144 - Silence startup JavaScript strict warning in TelemetryEnvironment.jsm. r=gfritzsche (dbc77c094a) - Bug 1255472 - Add support for the WOW64 mode to the WindowsRegistry. r=gfritzsche (b2c099da84) - Bug 1246644 - Document childPayloads in the main ping. r=gfritzsche (dc9a6d86ca) - Bug 1234589 - Update the documentation for shutdownDuration. r=gfritzsche (7578b24752) - Bug 1231769 - Add the documentation for activeTicks. r=gfritzsche (e0b383343a) - Bug 1253633 - Don't put the TELEMETRY_TEST_* histograms into the Telemetry payload outside of tests; r=gfritzsche (1ce9af3f7a) - Bug 1231812 - Don't send empty keyed histograms in Telemetry pings. r=gfritzsche (1569d0ef67) - Bug 1237978 - Remove FHR histograms. r=gfritzsche (91f68ef8a1) - Bug 1245910 - Enforce correct types in Histograms.json. r=gfritzsche (611243563f) - some update (91ded4f98a) - Bug 1247264 - Update the Histogram bucket limit error message to point to the Telemetry team. r=chutten (51b99d4aa9) - Bug 1219768 - make histogram_tools' whitelist file generic. r=gfritzsche Future-proofing. (d86089f0c2) - Bug 1219768 - make Histograms.json's bug_numbers field mandatory. r=gfritzsche (58820531ea) - Bug 1219768 - make alert_emails field mandatory for new histograms. r=gfritzsche (46398b562a) - Bug 1250046 - Remove Shumway references from telemetry. r=gfritzsche (b40e50b682) - Bug 1249073 - main-ping fields with undocumented structure. r=gfritzsche (fd3d2e3c42) - Bug 1242618 - Fix broken preferences documentation. r=gfritzsche (93c80b2812) - Bug 1263042 - When the crash reporter is disabled, avoid JavaScript strict warnings in Telemetry code during startup. r=gfritzsche (2c11e5fc7c) - Bug 1250640 - Part 1 - Avoid potential timer races in the TelemetrySession scheduler. r=dexter (2fd9f4b178) - Bug 1250640 - Part 2 - Start new subsessions even when payload assembly fails. r=dexter (d13474bb4f) - Bug 1250640 - Part 3 - Add diagnostics for suspected scheduler scenarios. r=dexter, f=bsmedberg (e1ecdc7196) - Bug 1250224 - Add a comment to clarify the purpose of TelemetrySession._childThreadHangs, etc. r=gfritzsche (20d0e759ae) - Bug 1263484 - Remove the JS_MAIN_RUNTIME_TEMPORARY_PEAK telemetry measurement. r=chutten. (0caa3d13ce) - Bug 1252481 - Remove sum_squares_lo and sum_squares_hi from Histogram serialization. r=gfritzsche (0cf35b8afe) - fix some telemetry (9f8b45ddfb) - Bug 1265634. Part 1 - add more proxy functions to MediaDecoderReaderWrapper and remove unused members from MDSM. r=kaku. (eacba1547d) - Bug 1265634. Part 2 - rename mReaderWrapper for less wording. r=kaku. (06179b09fa) - Bug 1265634. Part 3 - constify some functions. r=jya. (2cc6d72652) - Bug 1263189 - Skip the new type checks in histogram-tools.py on the server-side. r=chutten (473a6a3b19) - Bug 1238142 - Add test coverage. r=gfritzsche (ed765892fb) - Bug 1240868 - Use a mock addon provider to feed broken data in Telemetry. r=gfritzsche (738acea403) - minor fixes (c095ae6024) - Bug 1255472 - Updates the documentation. r=gfritzsche (30530fc7d9) - Update telemetry docs. (bug 1187453, r=vladan) (d84ca3bd3e) - Bug 1260437 - Fix a small typo in the Telemetry docs. r=gfritzsche (823557bde9) - Bug 1256336 - Do not use httpChannelChild after Send__delete is called. r=jduell (d3ec2be783) - Bug 1261070 - Move Send__delete__ to FailedAsyncOpen. r=jduell (f3a2d0e2b9) - Bug 1229369 - Part 2: Drop the aChannel argument to HttpChannelChild::ShouldInterceptURI() (f770dbdced) - Bug 1225756 - Part1: Let the regular veto handlers check on redirects then check mRedirectChannelChild in the result callback. r=mayhemer (13b87a6a84) - fix mispatch (04c842e2ba) - Bug 1210077 - Null check gNeckoChild in HttpChannelChild::ResetInterception(); r=mcmanus (9e1bb91331) - further cleanup telemetry (2c2ea094e7) - Bug 1233630 - Remove MediaDecoderStateMachine::AudioDecodedUsecs. r=kikuo. (4e83b86ed1) - Bug 1261312 - Make sure that audio/video decode task is filed again. r=jwwang (90d90c890a) - Bug 1238347 - stop prerolling when decoding starts if we are waiting for data. r=cpearce. (dfa46a223c) - Bug 1242845 - Make the computation of MediaDecoderStateMachine::HasLowUndecodedData() more accurate and consistent. r=jya. (9f3a8a3e2c) - Bug 1242845. Part 2 - fix format nits. r=me. (9da58b5145) - Bug 1237174 - Remove the unnecessary code since mState won't change in the case of DECODER_STATE_COMPLETED. r=bechen. (ad706de284) - Bug 1237806 - update playback position before entering buffering mode so the currentTime of the media element is more accurate during buffering. r=jya. (d491291b12) - Bug 1238343 - Update MDSM::mIsAudioPrerolling/mIsVideoPrerolling when playback rate changes. r=cpearce. (532419a3b5) - Bug 1235966 - reset mAudioCompleted and mVideoCompleted when switching MediaSink so they are resolved by the new MediaSink. r=kikuo. (5c701026e1) - Bug 1237054 - Part 1: Get the devtools/client/memory/test/chrome/* tests passing without DevToolsUtils.assert failures; r=jryans (05b8adfea1) - Bug 1237054 - Part 2: Get the devtools/client/memory/test/unit/* tests passing without DevToolsUtils.assert failures; r=jryans (9c423935ea) - Bug 1237054 - Part 0: Make tests fail if DevToolsUtils.assert fails; r=jryans (48d8742e27) - Bug 1237054 - Part 3: Get the devtools/client/debugger/test/mochitest/* tests passing without DevToolsUtils.assert failures; r=jryans (c9e7313e89) - Bug 1253803 - Ensure that we maintain the focused node state when changing labels in the dominators view; r=jsantell (98140c69f5)