mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 23:06:52 +00:00
af-frontend-sync2
2 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
7abb13fe93 |
import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1234012 - Do not try to copy files from the non-existing default profile. r=bsmedberg (d30314c902) - Bug 1192831 - Remove PlayPreview API. r=jet, r=peterv (bb33dc609d) - Bug 1098064 part B - remove nsIPluginHost.isPluginOOP, r=jimm (39643555da) - Bug 1239913 - Convert toolkit/ to use asyncOpen2 where loadingPrincipal is SystemPrincipal (r=sicking) (b7d663d0e6) - minor (ac122dbb68) - Bug 1216972 - OS.File AsyncShutdown for content processes. r=froydnj (53550f1050) - Bug 1204834 - OS.File.writeAtomic should have the path argument in its closure. r=yoric (8dcf508961) - Bug 1201904 - Add test for force windowless mode. r=aklotz (ae4e591342) - Bug 1131368 - test plugin.allowed_types pref; r=josh (6a61ae8592) - Bug 1129040 - Query the chrome process blocklist service prior to instantiating plugins in the content process. r=billm (398664884f) - Bug 1225293 - Add Microsoft Silverlight to Win64 Plugin Whitelist; r=bsmedberg (eeecf59efc) - Bug 1165981 - Mochitests and test plugin for Win64 plugin disabling; r=bsmedberg (82211ff568) - Bug 1213710 part 1 - Convert all html/xul files in dom/plugins/test/mochitest to unix format. r=bsmedberg (8f89d2ac1d) - Bug 1213710 part 2 - Rename dom/plugins/test/mochitest/utils.js to plugin-utils.js. r=bsmedberg (e74d035ffc) - Bug 1225293 - Mochitests for Win64 Silverlight Whitelisting; r=bsmedberg (079ed3a442) - minor bits left out (5fa7b83b68) - Bug 1214516 - Sync check PBackgroundChild existence to initiate indexed DB open/delete request right away if it exists. r=khuey (8a2c5c7f8f) - Bug 1200004 - Fix IDB permission handling around navigated windows. r=baku (cea1d31ed9) - Bug 1239751 - FieldInfoHash does not need a post barrier; r=jonco (70b443bc23) - Bug 891107 - Part 5: Show function name in this and callee type error messages in js-ctypes. r=jorendorff (4358085f8f) - Bug 891107 - Part 6: Show information about range and value in array index error messages in js-ctypes. r=jorendorff (dfa926dc95) - Bug 891107 - Part 7: Show information about value, type, function, and argument number in function related error messages in js-ctypes. r=jorendorff (4b71ee5304) - Bug 891107 - Part 8: Show information about field name and type in struct field related error messages in js-ctypes. r=jorendorff (3a128382a6) - Bug 891107 - Part 9: Report construction error as TypeError in js-ctypes. r=jorendorff (4199e59c7b) - Bug 891107 - Part 10: Show information about value in pointer related error messages in js-ctypes. r=jorendorff (ad7e5fe53d) - Bug 891107 - Part 11: Show information about type in cast error messages in js-ctypes. r=jorendorff (74fe412bb9) - Bug 1243918 - Don't clobber safeseh in msvcc.sh -clang-cl; r=glandium (f014a945c9) - default to -O3 again (0d9261962c) - Bug 1239369 - Restore oomTests's check that an exception is thrown on failure, except where it isn't r=terrence (9f00c22106) - Bug 1203595 - move tests into manual-tests. r=waldo (444b7c10aa) - Bug 1079844 - Rename the shell builtin 'neuter' function to 'detachArrayBuffer', consistent with the spec name for the operation. r=till (48cfe8ff3a) - Bug 1234428 - findPath wrap cross-compartment objects. r=jonco (2ca70c86b0) - minor (c32fe44e31) - Add a semicolon to avoid relying on ASI in one place in String.js. No bug, r=trivial (5f005bf2af) - minor (2604e4d608) - Bug 1132630 - Prefix bound function names. r=till (3b30a82402) - Bug 1246157 - avoid memory leak when bindings->init fails. r=jcoppeard (e1f4513225) - Bug 1241116: Fix a leak in js_StartPref; r=nbp (8d258dcb05) - Bug 1232015 - Update pdf.js to version 1.3.72. r=bdahl (20cb998eff) - Bug 1232196 - Update pdf.js to version 1.3.76. r=bdahl (a324208154) - Bug 1233801 - Update pdf.js to version 1.3.110. r=bdahl (071620492b) - Bug 1235724 - Update pdf.js to version 1.3.142. r=bdahl (0f1f4703e4) - Bug 1167224 - Remove getMostRecentBrowserWindow() from nsIBrowserGlue and use RecentWindow in nsBrowserGlue.js. r=mak (bcfa5b5eac) - remove duplicate (9978d0a5d8) - Bug 1194903 - Increase the timeout of browser_pdfjs_zoom.js (1103f801ae) - Bug 1170339 - Increase the timeout of browser_pdfjs_navigation.js (e4c9517f36) - Bug 1237815 - Update pdf.js to version 1.3.161. r=bdahl (6c4c566eab) - Bug 1198459 - Add some AppConstant use. r=felipe (69400b0cef) - Bug 1191242 - Instrument the default browser prompt. r=dolske p=bsmedberg (85f43f1b7d) - Bug 1198459 - Modify existing a11y prompting to support disabling a11y in content until a restart. r=felipe (aaeac171b1) - bit of Bug 1241993 (25de6f8509) - Bug 1221050 - part 1: set up migration infrastructure, r=ttaubert (22347f42a2) - Bug 1225648 - Remove duplicate skipDefaultBrowser code and fix double-counting error when tracking prompt counts. r=Gijs (da4603369b) - Bug 1193204 - Remove browser.devedition.theme.enabled check when unapplying theme in ui migration;r=Gijs (148d6d599d) - Bug 1205038 - Add missing BROWSER_SET_DEFAULT_ALWAYS_CHECK probe to Histograms.json, and fix BROWSER_SET_DEFAULT_TIME_TO_COMPLETION_SECONDS by fixing callback. r=dolske,Gijs (880b22e029) - Bug 1238679 - Mark the Bool32x4 functions as inlinable. r=bbouvier (f0ea70894e) - Bug 992472 - Remove self-hosting macros ARRAY_PUSH and ARRAY_SLICE. r=efaust (60ae1d29a9) - missing bit of 1040390 (dea7f70cf1) - Bug 1246136: Check for dead code in assertion in EmitIfElse; r=luke (03d6f690da) - Bug 1241233 - Odin: don't report symbolicLinks memory usage twice (r=bbouvier) (f2344bc392) - Bug 1241581 - Put back null filename checks (r=bbouvier) (3c54ac7cf9) - Bug 1249787 - BaldrMonkey: Fix wasm string hex escape parsing endianness. r=luke (bf3aeb7ddb) - Bug 1229855: Fix miscompilation of uint8_t enum class with gcc4.8.2; r=luke (a86039958b) - Bug 1241454: Fix enum class storage of ExprType; r=bustage (9ee3368aed) - Bug 1248502 - Remove obsolete variants and configure flags, r=terrence (5dbcd14884) |
||
|
|
e014254710 |
(WIP) import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1195162 - Move mozapps/plugins into pluginproblem (r=sicking,bsmedberg) (d080fe2710)
- align to TFF (c66d720b12)
- further profiler removal (6b056d54d5)
- Bug 1172500 - Add a keyboard shortcut to minimize the toolbox. r=jryans (fc832e81da)
- Bug 1198339 - Bind F1 key to open the settings when the toolbox is focused;r=jryans (a2c57c6dac)
- Bug 1119133 - Add a keyboard shortcut to toggle devtools docking mode between last two positions;r=pbrosset (8ed02f37f8)
- Bug 1180663 - Reuse entity names and values from browser.dtd for devtools zoom functionality. r=jryans (bdb7a6abf7)
- missing bit of Bug 1120616 - Part 4 (972e367811)
- Bug 935366 - Use source-map module instead of SourceMap.jsm. r=fitzgen (16e5dba2b7)
- fix misspatch during devtool move (9ac78ebd44)
- Add an unlisten command for stopping any active debugger server instaces (bug 976977). r=jwalker (c75d5d0bd6)
- Rename two gcli strings to ensure localizations are updated (bug 1173301). r=jwalker f=flod (1d61dc0e0e)
- Bug 1129999 - Implement CSP devtool using GCLI; gcli part (r=jwalker) (3ece21b439)
- Bug 1198229 - GCLI: Rename securityDesc in gclicommands.properties to reflect new content. r=ckerschb, r=flod (0cfdb3bf76)
- Bug 1191113 - Add localizable string for security csp in gcli (r=jwalker) (3e5d47b5cc)
- Bug 1186308 - Implement ReferrerPolicy inpsection tool using GCLI. r=ckerschb, r=jwalker (5f9fb339d4)
- Bug 1185072 - CSP devtool in GCLI does not show green icon for upgrade-insecure-requests. r=jwalker (d531cdefdd)
- Bug 1150819 - Fix localization note for Rulers highlighter. r=flod (8437d3090f)
- Bug 1176331 - Create a system module to consolidate usage of fetching device/system/os/constant information. r=jryans (278d15bff5)
- Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop (67e65307a8)
- Bug 1203748 - Add Windows 10 to DEVTOOLS_OS_ENUMERATED_PER_USER. r=pbrosset (2f36761d46)
- add some missing devtools histograms (96ae9ae7a6)
- Bug 1154809 - remove dead css-parsing code; r=pbrosset (16ac881d15)
- Bug 1136257 - Shift-click to switch between color unit format in place. r=bgrins (c096889705)
- Bug 1154809 - Rewrite prettifyCSS to use CSSLexer. r=pbrosset (9e91577a18)
- remove details not found in TFF/FF48 (9c3a0ee28c)
- Bug 1163183 - Show HTML5 Forms pseudo elements in the rule view. r=bgrins (38f9a52f87)
- Bug 1158634 - Clean up font-inspector.js. r=pbrosset (da756a6f28)
- Bug 987365 - Add pseudo-class lock options to rule view r=bgrins (da34a509e6)
- fix some missing and duplicate histograms (93e7beb400)
- Bug 1177381 - View source from error console uses deprecated API. r=neil (06dfd6aa24)
- Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium. (eecc4d14a3)
- Bug 1164343: Part 2 - Refactor style inspector tests to point to the new context-menu and refactor doc.defaultView to styleWindow r=mikeratcliffe (c95dff2279)
- Bug 1166774 - Wait for rule-view modifications before proceeding to next tests. r=pbrosset,bgrins (a5b5c10153)
- Bug 1158288 - Minimal changes for eslint. r=pbrosse (b54d139ccc)
- Bug 1145162 - Prevent Tooltip class from relaying show/hide events that aren't its own; r=miker (bce745b0c4)
- missing bit of 1158288 (c6f57c5803)
- Bug 1158288 - Show color swatch in drop-shadow function. r=pbrosset (c0de2d7f26)
- Bug 1190047 - [Rule View] Ensure changes to swatches are reverted to the original value on escape r=bgrins (ba40297364)
- Bug 1154809 - rename and clarify last CSS regexp in rule-view.js; r=pbrosset (c79c72e3c3)
- Bug 1157293 - Part 1: Filter styles highlight computed styles. r=bgrins Bug 1157293 - Part 2: Renamed styleinspector-open class to user-open. r=bgrins (cedfc1f9f1)
- Bug 1157293 - Part 3: Use filter-open and user-open attributes instead of classes. r=bgrins (c7c5e102dd)
- add missing (98db81c281)
- Bug 848502 - Add keyboard shortcut to copy selected source URL. r=vporof (8449490f22)
- Bug 867838 - Add the possibility to minimize the bottom-hosted toolbox; r=jryans (7d2e0664ad)
- fix paths (cbfbed7890)
- Bug 1144392 - Show an error message in the Browser Toolbox if the connection fails. r=jryans (bfbff98859)
- some cleanup and dedupe (fdce4c8575)
- Bug 1064596 - Clamp the toolbox size to min(preferred size, available space). r=jryans (5fce754ce4)
- Bug 867838 - Minor eslint code cleanup in toolbox-host.js; r=jryans (4118211be7)
- Bug 1173196 - Add 'transitionend' listener to the toolbox frame before triggering the transition to avoid missing the event. r=pbrosset (668612fbcf)
- missing bit Bug 867838 - Minor eslint code cleanup in toolbox-host.js; r=jryans (f8b5b02b94)
- Bug 1161199 - Remove the now redundant PerformanceActorConnection into the pseudo PerformanceFront. r=vp (ebadb41d61)
- Bug 1184746 - Fixed eslint errors in rule-view.js/computed-view.js, r=mikeratcliffe (b7d076745a)
- Bug 1192561 - Eslint cleanup, formating and removal of aArgs in styleinspector r=bgrins (d04c823ea2)
- Bug 1176595 - Fix eyedropper not working correctly when zoomed. r=jryans (e2fd90a651)
- missing bits of 990741 (e6e762bb74)
- fix build (0219782a2b)
- Bug 1174543 - Part 1: Remove Templater code in computed-view.js r=mratcliffe (2295fc156f)
- Bug 1174543 - Part 2: Clear the matched selector container before rebuilding the matched selectors r=mratcliffe (1606d1d27a)
- missing bits of Bug 1167181 - Wait for computed view to be fully loaded in tests before proceeding to next one. r=pbrosset (633cd9d110)
- Bug 1164343: Part 1 - Extract context-menu logic from rule-view and computed-view to style-inspector-menu r=mikeratcliffe (82bf38df3d)
- Bug 1158506 - [rule view] Filter styles should handle escape keycode correctly r=bgrins Bug 1151943 - Part 1: Add setter for filter style search value r=pbro (df0ac3480e)
- Bug 1152721 - Extract styleinspector common methods to utils.js, r=mratcliffe (c607c4c6f1)
- Bug 1197048 - Part 1: Add strict search for filter styles r=pbro (d391a1ccd4)
- Bug 1188125 - [Rule View] Properties marked overridden does not take into account disabled properties r=bgrins (813666dc03)
- Bug 1120570 - Fix media query in rule view link text. r=bgrins (75cf653e02)
- Bug 1024693 - [rule view] Copy CSS declarations r=pbrosset (47127e1a75)
- Bug 1187681 - [Rule View] Ensure the property value copied also includes the priority r=mikeratcliffe (51eed0e074)
- Bug 1106272 - Part 2: Change all rule-view events from custom dom events to eventemitter events. r=miker (24ee5c25e3)
- Bug 1106272 - Part 1: Remove the selector highlight on hover and add a selector icon instead. r=miker (11f41e222b)
- Bug 1167669 - Part 1: Refactor the logic for highlighting rule selector, property and stylesheet source r=bgrins (44a2eea1ac)
- Bug 1167669 - Part 2: Highlight new filter style matches when rules and properties are added or modified r=bgrins (e14a1fc009)
- Bug 1189472 - [Rule View] Pseudo-class panel and checkboxes should only be tab focusable when the panel is opened r=bgrins (0280d20fc6)
- Bug 1178535 - Part 2: Highlight pseudoclass and attribute texts in the selector text of the rule view r=bgrins (ad2fae048b)
- Bug 1136101 - Add an "Add rule" button in the rules view toolbar. r=bgrins, ui-r=shorlander (b7104992b8)
- Bug 1155971 - rename userStylesSearch to filterStylesPlaceholder;r=pbrosset (3c58bfee6a)
- Bug 1165032 - Make 'Add new rule' button add a new rule for currently emulated pseudo class locks. r=bgrins (1d250c4256)
- Bug 1198327 - [Rule View] Adding a new unmatched rule should move focus to new property editor r=bgrins (51c388b315)
- Bug 1151943 - Part 2: Add a search button next to overridden properties to filter for similar properties r=pbro (cb5dd5216d)
- Bug 1183792 - [Rule View] Newly added rule should keep a reference to the RuleEditor r=mratcliffe (4f9120272f)
- Bug 1167669 - Part 3: Refactor this.ruleEditor.ruleView to this.ruleView in TextPropertyEditor r=bgrins (13e8d09e33)
- Bug 1187777 - Lazily create computed styles list. r=bgrins (d548b70542)
- Bug 1166344 - [rule view] Store and get the parsed property value displayed in the computed list when filtering styles in the computed list. r=bgrins (84e6131327)
- Bug 1187443 - [Rule View] Remove preview value on start editing of a property r=bgrins (ef297e79ae)
- cleanup after Bug 1152721 (53d4e86317)
- Bug 1159922 - In rule view, update the computed values of a property after editing. r=pbro (9d8ec5dc77)
- Bug 1167174 - Assert that custom highlighter do show the highlighter before proceeding. r=pbrosset (f1fe58151b)
- missing bit of 1192561 (d014e0eb37)
- Bug 1187584 - Don't use the hidden window for creating value nodes in the rule view. r=mratcliffe (33dbc82cf0)
- Bug 971234 - Only apply color swatch depending on cssPropertySupportsType. r=pbrosset (38421c2cfe)
- Bug 1201136 - make output-parser correctly handle special color values. r=bgrins (bdc555db18)
- Bug 1154809 - rewrite output-parser.js to use CSSLexer; r=pbrosset (385d2154dc)
- Bug 1145187 - Add a Poller utility object for togglign on polling functions. r=jryans (1adfc82705)
- Bu 1196714 - Use require(promise) instead of require(sdk/core/promise). r=jryans (7ff51da6f4)
- Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell (7abe60b5d3)
- Bug 1160774 - Don't wait for 'stylesheet-selected' event in source-utils.js as it is not emitted if the requested sheet is already selected. r=jsantell (a830b90739)
- Bug 1167979 - Remove spidermonkey specific JS from webconsole; r=bgrins (b77d89653c)
- some missing telemetry init, to be sure (e7f9cd6614)
- Bug 1168872 - Support for server side logging; r=panos, ochameau (dbbc83c777)
- Bug 861335 - Link network requests from console to network panel. r=vporof (282de390cf)
- missing bits of Bug 1175040 - Eslint cleanups in styles.js (273bb95e3b)
- Bug 1139058 - Part 1: Allow unmatched rules to be added to the rule view r=pbrosset (c2ae018696)
- Bug 1195343 - update RuleModificationList comments; r=pbrosset (c3473be7f4)
- Bug 1195361 - Add getRuleText. r=pbrosse (66037e3c7a)
- bug 1145049 - Fix nodepicker when reopening toolbox for the same app. r=pbrosset (0ae61c0bc3)
- Bug 1175040 - Add more layout-related properties to the output of getLayout; r=bgrins (bdfae4dac6)
- Bug 1145049 - Cleanup inspector related actors to avoid leaking stuff if any actor is leaked. r=pbrosset (7173d45504)
- Bug 1133205 - Fix SVG style edition in rules view. r=pbrosset (6384613874)
- missing bit of 1145049 (224780f5e3)
- Bug 1036949 - Support for markup view customization. r=pbrosset, r=jryans (de2630c3e3)
- Bug 1186937 - Disconnect MutationObserver instances on Node actor destruction. r=bgrins (21d21debe6)
- Bug 1187482 - Skip XBL and native anonymous content inside non-XUL documents;r=jryans (205a908868)
- Bug 1192536 - Part 1: Make imageToImageData() to wait for the image to load before generating the data-uri. r=pbro (ea82093222)
- Bug 1192536 - Part 2: Tests for InspectorActor.getImageData() and InspctorActor.getImageDataFromURL(). r=pbro (a5bd4830d4)
- Bug 1161072 - Destroy the walker actor on disconnect. r=bgrins (03781eb280)
- Bug 1172164 - Don't allow the walker to start with a node that it doesn't recognize due to a filter;r=pbrosset (1545ea16c0)
- Bug 1161072 - Destroy highlighter actor on disconnect. r=pbrosset (5974055985)
- Bug 984442 - Remove XUL attributes when their attributeName is deleted. r=pbrosset (6d29551468)
- Bug 1122605 - Focus selected inspector node after user selection. r=bgrins (b2d6ebcacf)
- Bug 968241 - Copy outerHTML using keyboard shortcut. r=pbrosset (ebac806995)
- Bug 1195742 - Introduce WalkerActor.has method; r=pbrosset (709904ece1)
- Bug 1170848 - Only record numChildren for childList changes. r=pbrosset (91680fbe1a)
- Bug 1136155 - Alpha-sort events in the events popup r=pbrosset (625dea52cf)
- Bug 873443 - Make the inspector search suggest and select elements in frames; r=bgrins (46d4bdb4d4)
- Bug 1149346 - First word in selector-search also matches classes and ids; r=harth (5f400bab05)
- Bug 1163332 - Add a 'screenshot this node' button to the inspector popup menu. r=pbrosset (31f03dff94)
- Make the web console aware of coneole.timeStamp() (bug 1165489). r=jsantell (2c9e19183a)
- Bug 1170476 - Avoid logging multiple SHA-1 warnings per page (r=past) (0d3d0c1ea6)
- Bug 1184172 - Show stackframe for errors in the webconsole. r=past (36b9c6d9dc)
- Bug 1171298 - Show the ConsoleAPI message prefix in web/browser consoles. r=bgrins,Mossop (22c2d60bdc)
- Bug 1161072 - Ensure webconsole test do have pending request on test end. r=pbrosset (d125e0a900)
- Bug 1142114: Fix broken cases of devtools calling once. r=jsantell (0c483cf48f)
- Bug 1148759 - Ensure that we can inspect objects that reference a Promise; r=past (b7b48094e0)
- align to FF/TFF (fd5a0335f4)
- Bug 1045722 - Increase Console Log Limit. r=bgrins (5924d52721)
- Bug 1170477 - 1 - Quick code cleanup for better eslint compliancy; r=tromey (7a92e5a399)
- Bug 1170477 - 2 - Fix undefined inspector.strings accessor in breadcrumbs; r=tromey (3ede2279ba)
- Bug 1187578 - Avoid infinite loop when creating breadcrumbs. r=bgrins (a354390e05)
- Bug 1198627 - Prevent errors when keyboard navigating inspector breadcrumbs; r=bgrins (1a4c8936e5)
- Bug 1177195 - Include a 'learn more' link on the blocked tracking protection message in the web console;r=fitzgen (8d5f678a13)
- Bug 1191335 - Add a "Learn More" link to HPKP security console messages. r=jryans (c2fbda988f)
- Bug 1157944 - Fix console.dir from obscuring next console call. r=bgrins (d5093d6a08)
- Bug 971967 - Clear sidebar on console refresh. r=bgrins (2c4cd975ed)
- Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff) (23273d6ba4)
- Bug 1173385 - Calling $$("") should throw an exception. r=fitzgen (ab9e8fd04e)
- missing bit of Bug 1225828 - Avoid 'Object in compartment marked as invisible to Debugger' exceptions in the Browser Console / Browser Toolbox;r=fitzgen (a6f71f5449)
- Bug 1159725 - Links in markup-view attributes should open with middle-click; r=pbro (708cf09887)
- Bug 1157789 - Add context menu items Expand All / Collapse to markup view. r=janx (a59da7fcc2)
- Bug 1160972 - Minor code cleanup in inspector-panel.js for better consistency; r=miker (e09b63c1fe)
- Bug 1158822 - Link css url attributes to style-editor and js url attributes to debugger; r=jsantell (bdec194154)
- some missing histos (70200dbff0)
|