- Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg (afd6618205)
- Bug 1015664. Part 2: Remove some NS_HIDDEN usage. r=bsmedberg (0222fb6e5a)
- Bug 1041516 part 2: reset the "check for default browser" pref to true when setting ourselves as the default browser, r=Gijs (3ba909462c)
- Bug 1041516 part 1: clean up pref code in shell service, r=bsmedberg (b9bfe88eca)
- Bug 1191250 - Defer showing the default browser prompt to 2nd run (and only show it a maximum of three times). r=jimm (f7c75754bf)
- missingbits of 869836 AssignLiteral AppendLiteral (74ab86cdb4)
- Bug 1171361 - Fix -Wunreachable-code-break warnings in shell/nsMacShellService.cpp. r=mak (a38a5484a7)
- code sytle and missing bits of 784739 - Switch from NULL (b45cba6988)
- Bug 962709 - Fix about:home's sync entry point to work with about FxAccounts r=markh (5894b3a94b)
- missing bit of Bug 738646 - Show apps button by default on about:home (3157ac5329)
- partial of Bug 1101147 - Update about:newtab search styling. (464c18432d)
- Bug 1041663 - handle dragging the global webrtc sharing indicator, r=dolske. (097d61d263)
- Bug 1042163 - Visual issues with the global indicator for screen/device sharing, r=Gijs. (c27f666211)
- Bug 1124428 - Add telemetry probes for FxA-related authentication issues. r=markh,vladan (e7d137d040)
- Bug 1128785 - ensureLoggedIn() failure is now always noticed by Sync. r=rnewman (7da93c4c8e)
- Bug 999190 - Part 1 - Detect fxa deletion on sync auth error. r=markh (8fcae8bdc1)
- part of Bug 1132293 - Let reliers access derived encryption keys through FxAccountsOAuthClient. r=mhammond (08e99a11d4)
- Bug 1146904: Add the FxAccountsWebChannel to drive Sync (b4201a72ff)
- Bug 1184825 - treat FxAccountsWebChannel as a singleton to avoid creating one per window. r=stomlinson (c554d075fa)
- Bug 999190 - Part 2 - Listen to logout commands from fxa remote server. r=markh (5305354148)
- bits of Bug 1149729 - ignore more Sync login error states. r= (292508d1fd)
- Bug 998523 - updateUI after logout, r=markh (1ec2793062)
- Bug 1156752 - explicitly list where each FxA field is stored. r=zaach (578b2d9992)
- Bug 1182740 - treat keypair and certificate as an atomic pair to avoid invalid assertions. r=stomlinson (6e676f24fc)
- let-var (ad3cda8694)
- missing bits of ReadingList removal (36946ad513)
- Bug 1191067 - Pre: Don't include services/fxaccounts in Fennec. r=markh (a34ccd23a4)
- bits of Bug 1176112 - A/B test for default browser setting UI on Windows 10. (89327edd8b)
- Bug 1203032 - Move services/sync/Makefile.in definitions to moz.build. r=gps (50661d8198)
- let->var and cleanup (c7c4179ded)
- fix misspatch (923cc51d12)
- parts of Bug 1190503 - Add telemetry to report details on GMP update failures (71afebfed6)
- Bug 1150366 - Remove duplicate d3.js. r=jsantell (71f991da6)
- Bug 1175352 - Refactor LoadInfo arguments to be more self contained (r=bent) (3f7d08164)
- Bug 1181533 - Add nsCRTGlue.h and prtime.h includes to nsDownloadManager.cpp to fix --disable-safe-browsing build bustage. r=froydnj (af338edf1)
- Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell Bug 905127 - Make some functions from nsNetUtil not inline. r=jduell (bc47d5b3a)
- Bug 1117650 - Part 1: Move all CORS tests into dom/security/test. r=sicking (6f727387c)
- Bug 1117650 - Part 2: Move all MixedContent tests into dom/security/test. r=tanvi (73f273829)
- Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specifed - tests (r=sstamm) (ebf411159)
- Bug 921493 - CSP: test whitelisting of scheme-relative sources (r=dveditz) (f0618b189)
- Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe (c60d38dca)
- Partil of Bug 1139644 - Make markupview use sdk timers instead of individual timers for each window;r=pbrosset (8bc1a4d66)
- Bug 1146568 - Avoid unsafe CPOW usage warnings in browser_markupview_tag_edit_08.js; r=bgrins Making use of the devtools test frame-script to set the test node's attributes instead of using a CPOW. (61d7eed64)
- Bug 1146568 - Avoid unsafe CPOW usage in markupview tests, in assertAttributes helper; r=bgrins (efc492d5d)
- Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset (51d79c15c)
- Bug 1139644 - Flash only relevant attributes in markup view when changed;r=pbrosset (29807fa46)
- Bug 1147128 - Make sure attribute shows up in markup view after removing and setting to the previous value;r=mratcliffe (1947f7417)
- Bug 1147325 - Clear box model timer on markup view destroy. r=pbrosset Prevents 'this._inspector.toolbox is null' spam in mochitest-dt (1d6808b4a)
- Bug 921102 - 1 - Linkify URIs in the inspector; r=tromey, miker This first part adds a parser for node attributes which, given some node information and an attribute name, generates a small AST-like array of objects that tells which parts of the attribute (if any) are links, and what they link to. Using this, the markup-view generates the right HTML structure to display these parts as links. This part 1 doesn't yet allow users to follow these links. (c500e270e)
- Bug 1139667 - CSP tests for fetch(). r=ckirschb (df030457f)
- Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - tests (r=sstamm) (dee0f2239)
- Bug 1117650 - Part 3: Move all CSP tests into dom/security/test. r=sstamm (29c95475c)
- Bug 1146566 - 1 - Use devtools common frame-script in markupview tests and add helper; r=bgrins (b10e42468)
- Bug 1146566 - 2 - Avoid using CPOWs in test browser_markupview_tag_edit_03.js; r=bgrins This change updates the browser_markupview_tag_edit_03.js test by making use of the getDomElementInfo message listener to retrieve information about the tested nodes without having to go through CPOWs. (07f0ee3ff)
- Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types (24123a5d2)
- Bug 921102 - 2 - Markup-view tests for attribute links; r=miker (f6da81799)
- Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins (bfc7518b1)
- Bug 994055 - Part 1: Add a toggle sidebar panel button to the inspector. r=miker This adds a new icon, next to the searchbox (like in the debugger) to expand or collapse the sidebar panel in the inspector. The state is *not* persisted yet when the toolbox is closed. The button is hidden when the toolbox host switches to 'side'. (87730e20a)
- Bug 994055 - Part 2: Add tests for the inspector sidebar toggle button. r=miker (2872c3fbd)
- Bug 921102 - 3 - Open/copy markup-view attribute links; r=bgrins This part adds contextual menu items that become enabled when the user right clicks on an attribute that has a link. Depending on the nature of the link, a new tab will be opened or a node selected. The user can also choose to copy the link in the clipboard. (9b93485f6)
- Bug 921102 - 4 - Tests for the open/copy links on markup-view attributes; r=bgrins (861ba51f6)