mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
0813de1ea1
- Bug 1215049 - Prevent reopening toolbox when selecting the same project. r=jryans (6eed9787cb) - Bug 1007061 - Remove app-manager. r=jryans (6294b0cdd9) - Bug 1210429 - Fix race in webide toolbox destruction. r=jryans (c0dbc9b96f) - Bug 1216590 - Merge last bits of app-manager into WebIDE. r=jryans (8aa70ae936) - Bug 1216592 - Clean up old paths that landed post-migration. r=bgrins (22a6e08057) - Bug 1167892 - Switch to 1.1dppx for Windows HDPI implementation in devtools r=ntim r=pbro (33c15ced15) - Bug 1213100 - Part 1: fix gnarly layout-related bugs, r=jsantell (c4582b771e) - Bug 1213100 - Part 2: Refactor styles, add comments, fix bad merge and newly added css, r=pbrosset (d7ec77338d) - bit of Bug 1106272 - Part 1 (56fde2e0b2) - Bug 1049012 - DevTools: replace #5a6169 color with a color from the palette;r=bgrins (3be11fed80) - Bug 1219613 - Stop preprocessing devtools theme css files. r=bgrins (1a0e0f2f15) - fix (f8f93e4bab) - Bug 1177463 - Temporarily hide the toolbox minimize button; r=bgrins (9407ef1c12) - Bug 1044050 - Update the console sprite sheets to use SVG and new input/output icons;r=past (887e3414df) - Bug 1207976 - Remove /themes from DevTools URLs. r=ochameau (a110897ac2) - Bug 1211190 - Convert hardcoded colors to CSS variables in devtools. r=bgrins, jsantell (29d033dd43) - more Bug 1044050 (c4be7dd4e8) - Bug 1161132 - Allow user resizing for console.dir output. r=bgrins (3b0916b903) - Bug 1210287 - Align twisties in the web console when a stack is displyed. r=ochameau (1f4834d7fc) - more Bug 1178535 - Part 2 (f90e1e8b83) - Bug 332195 - part 0: refactor tabprompts to persist per-browser, r=mconley (688df449a8) - Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins (b2d30b13ea) - crashreporter backadd (f3d786e70f) - Bug 332195 - part 1: don't focus tabs by default, add pref to be able to revert late if we see too many issues, r=mconley (ecd77ea8f8) - Bug 332195 - part 2: allow the user to control this behaviour with a checkbox, r=mconley (bfaa8107d9) - Bug 332195 - part 4: add rudimentary test, r=mconley (97698b0caa) - Bug 332195 - part 5: fix test for e10s, r=mconley (f8bd48fdb7) - Bug 332195 - part 6: make an exception for beforeunload events while tabview is open, r=mconley (006b8c97fe)
20 lines
872 B
HTML
20 lines
872 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<!-- 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/. -->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css"/>
|
|
<link rel="stylesheet" href="chrome://devtools/content/commandline/commandline.css" type="text/css"/>
|
|
<link rel="stylesheet" href="chrome://devtools/skin/commandline.css" type="text/css"/>
|
|
</head>
|
|
<body class="gcli-body">
|
|
<div id="gcli-tooltip-root"></div>
|
|
<div id="gcli-tooltip-connector"></div>
|
|
</body>
|
|
</html>
|