Протоколы собраний сотрудников Mozilla (каждый понедельник в 11:00am Pacific Time (19:00 UTC))
Протоколы собраний разработчиков Gecko (каждый вторник в 11:00am Pacific Time (19:00 UTC))
Протоколы собраний разработчиков Firefox (выпуск релизов) (каждый вторник и четверг в 10:00am Pacific Time (18:00 UTC))
Ссылки на все сборки Firefox
Как русифицировать английские сборки Firefox
В этой ветке обсуждаются только Firefox Nightly и Firefox Developer Edition (бывшая Aurora). Внимание! Это тестовые версии. Предназначены для разработчиков и тестировщиков. ЕСЛИ ВЫ НЕ ЯВЛЯЕТЕСЬ НИ РАЗРАБОТЧИКОМ, НИ ТЕСТИРОВЩИКОМ, ПОЖАЛУЙСТА, НЕ УСТАНАВЛИВАЙТЕ ЭТИ ВЕРСИИ!
Предыдущая тема тестирования Firefox 4 - http://forum.mozilla-russia.org/viewtopic.php?id=21977
Do not meddle in the affairs of Wizards, for they are subtle and quick to anger.
Отсутствует
вот так на некоторых страницах "течет" plugin-container из сборки за 12 число в том числе на чистом профиле:
Отредактировано z_mashine (16-04-2016 14:39:27)
Отсутствует
layers.enable-tiles;true скорее всего виновато (перезапуск для применения). Если нет, посбрасывайте и остальные параметры с layers.
Ничего не помогло,так как layers не трогал уже пару лет.Видимо баг прилетел ко мне - https://bugzilla.mozilla.org/show_bug.cgi?id=837489
Отсутствует
z_mashine
Дык обнови сборку, или чё?
обновление сборки проблему не решает. вот только что зашел на телепрограмму яндекса и пришлось минуты 3-4 ждать пока браузер раздуплится.
UPD
вроде, как этот баг от 11.03.2016. а я долго сидел на версии от 09.03.2016.
Отредактировано z_mashine (17-04-2016 13:47:22)
Отсутствует
Нашел я все-таки виновника тормозов при старте - NoScript, при полном его отключении и на 49 версии все ок. С ним жесткий тупняк при старте. Жду обновления. Об этом же
UPD: На версии 49 от 04.05. таких тормозов не замечено.
Отредактировано RazzieLL (04-05-2016 19:36:31)
"Мы столь радикально изменили нашу среду, что теперь для того чтобы существовать в ней нам надо изменить себя" Норбет Виннер - основатель кибернетики
Отсутствует
UPD: На версии 49 от 04.05. таких тормозов не замечено.
у меня этих глюков уже три дня точно нет, а может и больше. но если долго лазить, то все так же вылетает спустя некоторое время после закрытия.
Отсутствует
Для тех, у кого глаза кровью истекают от новой темной темы CodeMirror - старая:
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); @namespace svg url("http://www.w3.org/2000/svg"); @-moz-document url-prefix("chrome://"),url-prefix("data:"){ :root.theme-dark { --theme-body-background: #14171a; --theme-sidebar-background: #181d20; --theme-contrast-background: #b28025; --theme-tab-toolbar-background: #252c33; --theme-toolbar-background: #343c45; --theme-selection-background: #1d4f73; --theme-selection-background-semitransparent: rgba(29, 79, 115, .5); --theme-selection-color: #f5f7fa; --theme-splitter-color: black; --theme-comment: #757873; --theme-body-color: #8fa1b2; --theme-body-color-alt: #b6babf; --theme-body-color-inactive: #8fa1b2; --theme-content-color1: #a9bacb; --theme-content-color2: #8fa1b2; --theme-content-color3: #5f7387; --theme-highlight-green: #70bf53; --theme-highlight-blue: #46afe3; --theme-highlight-bluegrey: #5e88b0; --theme-highlight-purple: #6b7abb; --theme-highlight-lightorange: #d99b28; --theme-highlight-orange: #d96629; --theme-highlight-red: #eb5368; --theme-highlight-pink: #df80ff; /* Colors used in Graphs, like performance tools. Mostly similar to some "highlight-*" colors. */ --theme-graphs-green: #70bf53; --theme-graphs-blue: #46afe3; --theme-graphs-bluegrey: #5e88b0; --theme-graphs-purple: #df80ff; --theme-graphs-yellow: #d99b28; --theme-graphs-orange: #d96629; --theme-graphs-red: #eb5368; --theme-graphs-grey: #757873; --theme-graphs-full-red: #f00; --theme-graphs-full-blue: #00f; /* Images */ --theme-pane-collapse-image: url(chrome://devtools/skin/images/pane-collapse.svg); --theme-pane-expand-image: url(chrome://devtools/skin/images/pane-expand.svg); } .theme-body { background: var(--theme-body-background) !important; color: var(--theme-body-color) !important; } .theme-sidebar { background: var(--theme-sidebar-background) !important; color: var(--theme-content-color1) !important; } .theme-bg-darker { background-color: var(--theme-selection-background-semitransparent) !important; } .theme-selected, .CodeMirror-hint-active { background-color: var(--theme-selection-background) !important; color: var(--theme-selection-color) !important; } .theme-bg-contrast, .variable-or-property:not([overridden])[changed] { background: var(--theme-contrast-background) !important; } .theme-link, .cm-s-mozilla .cm-link { color: var(--theme-highlight-blue) !important; } /* * FIXME: http://bugzil.la/575675 CSS links without :visited set cause assertion * failures in debug builds. */ .theme-link:visited, .cm-s-mozilla .cm-link:visited, .CodeMirror-Tern-type { color: var(--theme-highlight-blue) !important; } .theme-comment, .cm-s-mozilla .cm-meta, .cm-s-mozilla .cm-hr, .cm-s-mozilla .cm-comment, .variable-or-property .token-undefined, .variable-or-property .token-null, .CodeMirror-Tern-completion-unknown:before { color: var(--theme-comment) !important; } .theme-gutter { background-color: var(--theme-tab-toolbar-background) !important; color: var(--theme-content-color3) !important; border-color: var(--theme-splitter-color) !important; } .theme-separator { border-color: var(--theme-splitter-color) !important; } .theme-fg-color1, .cm-s-mozilla .cm-number, .variable-or-property .token-number, .variable-or-property[return] > .title > .name, .variable-or-property[scope] > .title > .name { color: var(--theme-highlight-green) !important; } .CodeMirror-Tern-completion-number:before { background-color: #5c9966 !important; } .theme-fg-color2, .cm-s-mozilla .cm-attribute, .cm-s-mozilla .cm-variable, .cm-s-mozilla .cm-def, .cm-s-mozilla .cm-property, .cm-s-mozilla .cm-qualifier, .variables-view-variable > .title > .name { color: var(--theme-highlight-blue) !important; } .CodeMirror-Tern-completion-object:before { background-color: #3689b2 !important; } .cm-s-mozilla .cm-unused-line { text-decoration: line-through !important; text-decoration-color: #0072ab !important; } .cm-s-mozilla .cm-executed-line { background-color: #133c26 !important; } .theme-fg-color3, .cm-s-mozilla .cm-builtin, .cm-s-mozilla .cm-tag, .cm-s-mozilla .cm-header, .cm-s-mozilla .cm-bracket, .variables-view-property > .title > .name { color: var(--theme-highlight-pink) !important; } .CodeMirror-Tern-completion-array:before { background-color: var(--theme-highlight-bluegrey) !important; } .theme-fg-color4 { color: var(--theme-highlight-purple) !important; } .theme-fg-color5, .cm-s-mozilla .cm-keyword { color: var(--theme-highlight-lightorange) !important; } .theme-fg-color6, .cm-s-mozilla .cm-string, .cm-s-mozilla .cm-string-2, .variable-or-property .token-string, .CodeMirror-Tern-farg { color: var(--theme-highlight-orange) !important; } .CodeMirror-Tern-completion-string:before, .CodeMirror-Tern-completion-fn:before { background-color: #b26b47 !important; } .theme-fg-color7, .cm-s-mozilla .cm-atom, .cm-s-mozilla .cm-quote, .cm-s-mozilla .cm-error, .variable-or-property .token-boolean, .variable-or-property .token-domnode, .variable-or-property[exception] > .title > .name { color: var(--theme-highlight-red) !important; } .CodeMirror-Tern-completion-bool:before { background-color: #bf5656 !important; } .variable-or-property .token-domnode { font-weight: bold !important; } .theme-toolbar, .devtools-toolbar, .devtools-sidebar-tabs tabs, .devtools-sidebar-alltabs, .cm-s-mozilla .CodeMirror-dialog { /* General toolbar styling */ color: var(--theme-body-color-alt) !important; background-color: var(--theme-toolbar-background) !important; border-color: hsla(210,8%,5%,.6) !important; } .theme-fg-contrast { /* To be used for text on theme-bg-contrast */ color: black !important; } .ruleview-swatch, .computedview-colorswatch { box-shadow: 0 0 0 1px #818181 !important; } /* CodeMirror specific styles. * Best effort to match the existing theme, some of the colors * are duplicated here to prevent weirdness in the main theme. */ .CodeMirror.cm-s-mozilla { /* Inherit platform specific font sizing and styles */ font-family: inherit !important; font-size: inherit !important; background: transparent !important; } .CodeMirror.cm-s-mozilla pre, .cm-s-mozilla .cm-variable-2, .cm-s-mozilla .cm-variable-3, .cm-s-mozilla .cm-operator, .cm-s-mozilla .cm-special { color: var(--theme-content-color1) !important; } .cm-s-mozilla .CodeMirror-lines .CodeMirror-cursor { border-left: solid 1px #fff !important; } .cm-s-mozilla.CodeMirror-focused .CodeMirror-selected { /* selected text (focused) */ background: rgb(185, 215, 253) !important; } .cm-s-mozilla .CodeMirror-selected { /* selected text (unfocused) */ background: rgb(176, 176, 176) !important; } .cm-s-mozilla .CodeMirror-activeline-background { /* selected color with alpha */ background: rgba(185, 215, 253, .15) !important; } div.cm-s-mozilla span.CodeMirror-matchingbracket { /* highlight brackets */ outline: solid 1px rgba(255, 255, 255, .25) !important; color: white !important; } /* Highlight for a line that contains an error. */ div.CodeMirror div.error-line { background: rgba(255,0,0,0.2) !important; } /* Generic highlighted text */ div.CodeMirror span.marked-text { background: rgba(255,255,0,0.2) !important; border: 1px dashed rgba(192,192,0,0.6) !important; -moz-margin-start: -1px !important; -moz-margin-end: -1px !important; } /* Highlight for evaluating current statement. */ div.CodeMirror span.eval-text { background-color: #556 !important; } .cm-s-mozilla .CodeMirror-linenumber { /* line number text */ color: var(--theme-content-color3) !important; } .cm-s-mozilla .CodeMirror-gutters { /* vertical line next to line numbers */ border-right-color: var(--theme-toolbar-background) !important; background-color: var(--theme-sidebar-background) !important; } .cm-s-markup-view pre { line-height: 1.4em !important; min-height: 1.4em !important; } /* Twisty and checkbox controls */ .theme-twisty, .theme-checkbox { width: 14px !important; height: 14px !important; background-repeat: no-repeat !important; background-image: url("chrome://devtools/skin/images/controls.png") !important; background-size: 56px 28px !important; } .theme-twisty { cursor: pointer !important; background-position: -28px -14px !important; } .theme-twisty:-moz-focusring { outline-style: none !important; } .theme-twisty[open], .theme-twisty.open { background-position: -42px -14px !important; } .theme-twisty[invisible] { visibility: hidden !important; } .theme-checkbox { display: inline-block !important; border: 0 !important; padding: 0 !important; outline: none !important; background-position: -28px 0 !important; } .theme-checkbox[checked] { background-position: -42px 0 !important; } @media (min-resolution: 1.1dppx) { .theme-twisty, .theme-checkbox { background-image: url("chrome://devtools/skin/images/controls@2x.png") !important; } } /* XUL panel styling (see devtools/client/shared/widgets/Tooltip.js) */ .theme-tooltip-panel .panel-arrowcontent { padding: 5px !important; background: rgba(19, 28, 38, .9) !important; border-radius: 5px !important; box-shadow: none !important; border: 3px solid #434850 !important; } /* Overring panel arrow images to fit with our light and dark themes */ .theme-tooltip-panel .panel-arrow { --arrow-margin: -4px !important; } :root[platform="win"] .theme-tooltip-panel .panel-arrow { --arrow-margin: -7px !important; } .theme-tooltip-panel .panel-arrow[side="top"], .theme-tooltip-panel .panel-arrow[side="bottom"] { list-style-image: url("chrome://devtools/skin/tooltip/arrow-vertical-dark.png") !important; /* is needed to override the popup.css rules in toolkit/themes */ width: 39px !important; height: 16px !important; } .theme-tooltip-panel .panel-arrow[side="left"], .theme-tooltip-panel .panel-arrow[side="right"] { list-style-image: url("chrome://devtools/skin/tooltip/arrow-horizontal-dark.png") !important; /* is needed to override the popup.css rules in toolkit/themes */ width: 16px !important; height: 39px !important; } .theme-tooltip-panel .panel-arrow[side="top"] { margin-bottom: var(--arrow-margin) !important; } .theme-tooltip-panel .panel-arrow[side="bottom"] { margin-top: var(--arrow-margin) !important; } .theme-tooltip-panel .panel-arrow[side="left"] { margin-right: var(--arrow-margin) !important; } .theme-tooltip-panel .panel-arrow[side="right"] { margin-left: var(--arrow-margin) !important; } @media (min-resolution: 1.1dppx) { .theme-tooltip-panel .panel-arrow[side="top"], .theme-tooltip-panel .panel-arrow[side="bottom"] { list-style-image: url("chrome://devtools/skin/tooltip/arrow-vertical-dark@2x.png") !important; } .theme-tooltip-panel .panel-arrow[side="left"], .theme-tooltip-panel .panel-arrow[side="right"] { list-style-image: url("chrome://devtools/skin/tooltip/arrow-horizontal-dark@2x.png") !important; } } .theme-tooltip-panel .devtools-tooltip-simple-text { color: white !important; border-bottom: 1px solid #434850 !important; } .theme-tooltip-panel .devtools-tooltip-simple-text:last-child { border-bottom: 0 !important; } .devtools-textinput, .devtools-searchinput { background-color: rgba(24, 29, 32, 1) !important; color: rgba(184, 200, 217, 1) !important; } .CodeMirror-Tern-fname { color: #f7f7f7 !important; } .CodeMirror-hints, .CodeMirror-Tern-tooltip { box-shadow: 0 0 4px rgba(255, 255, 255, .3) !important; background-color: #0f171f !important; color: var(--theme-body-color) !important; } }
Отредактировано turbot (10-05-2016 23:02:33)
Отсутствует
Firefox 49 будет требовать для работы процессоры с поддержкой SSE (а может быть и SSE2)
Per https://groups.google.com/d/msg/mozilla … LWlrwLAQAJ Firefox will be dropping support for running on processors without SSE (possibly SSE2) support.
Do you feel lucky, punk?
Отсутствует
Не на скорую руку, с Custom Buttons:
Ширина попапа по размеру панели адреса - стилем с -moz-binding
#urlbar > popupset[anonid="popupset"] { -moz-binding: url("data:text/xml;utf8,<bindings xmlns='http://www.mozilla.org/xbl' xmlns:html='http://www.w3.org/1999/xhtml' xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' xmlns:xbl='http://www.mozilla.org/xbl'><binding id='urlbar-rich-result-popup'><implementation><constructor><![CDATA[ var PopupAutoComplete = document.getElementById('PopupAutoCompleteRichResult'); if (PopupAutoComplete._openAutocompletePopup) { PopupAutoComplete._openAutocompletePopup = function(aInput, aElement) { if (this.mPopupOpen) return; this.mInput = aInput; this.selectedIndex = this._isFirstResultHeuristic ? 0 : -1; this.view = aInput.controller.QueryInterface(Components.interfaces.nsITreeView); this.invalidate(); this.setAttribute('flip', 'slide'); var rect = aElement.getBoundingClientRect(); var width = rect.right - rect.left; this.setAttribute('width', width); var popupDirection = aElement.ownerDocument.defaultView.getComputedStyle(aElement).direction; this.style.direction = popupDirection; this.openPopup(aElement, 'after_start', 0, 0, false, false); } } ]]></constructor></implementation></binding></bindings>#urlbar-rich-result-popup") !important; } #PopupAutoCompleteRichResult { -moz-margin-start: 0px !important; } #PopupAutoCompleteRichResult .ac-type-icon { -moz-margin-start: 2px !important; }
#urlbar > popupset[anonid="popupset"] { -moz-binding: url("data:text/xml;utf8,<bindings xmlns='http://www.mozilla.org/xbl' xmlns:html='http://www.w3.org/1999/xhtml' xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' xmlns:xbl='http://www.mozilla.org/xbl'><binding id='urlbar-rich-result-popup'><implementation><constructor><![CDATA[ var PopupAutoComplete = document.getElementById('PopupAutoCompleteRichResult'); if (PopupAutoComplete._openAutocompletePopup) { PopupAutoComplete._openAutocompletePopup = function(aInput, aElement) { if (this.mPopupOpen) return; this.mInput = aInput; this.selectedIndex = this._isFirstResultHeuristic ? 0 : -1; this.view = aInput.controller.QueryInterface(Components.interfaces.nsITreeView); this.invalidate(); this.setAttribute('flip', 'slide'); const isRTL = getComputedStyle(this, '').direction == 'rtl'; var outerRect = window.document.documentElement.getBoundingClientRect(); var innerRect = aElement.getBoundingClientRect(); let width = isRTL ? outerRect.right - innerRect.left : innerRect.right - outerRect.left; this.setAttribute('width', width); var popupDirection = aElement.ownerDocument.defaultView.getComputedStyle(aElement).direction; this.style.direction = popupDirection; this.openPopup(aElement, 'after_end', 0, 0, false, false); } } ]]></constructor></implementation></binding></bindings>#urlbar-rich-result-popup") !important; } #PopupAutoCompleteRichResult { -moz-margin-start: 0px !important; } #PopupAutoCompleteRichResult .ac-type-icon { -moz-margin-start: 2px !important; }
Отредактировано Vitaliy V. (21-09-2016 18:00:45)
Отсутствует
В версии от 16 немного покосило интерфейс.
UPD: Свернул/развернул - отпустило)
Отредактировано RazzieLL (16-05-2016 20:03:59)
"Мы столь радикально изменили нашу среду, что теперь для того чтобы существовать в ней нам надо изменить себя" Норбет Виннер - основатель кибернетики
Отсутствует
Firefox 49 будет требовать для работы процессоры с поддержкой SSE (а может быть и SSE2)
Системные требования подробнее - https://www.mozilla.org/en-US/firefox/48.0a2/system-requirements
Это ещё не 49 , но уже интересно ...
Отсутствует
Отсутствует
хотел влезть в about:support в aurora 48.
Страница about:support пуста. Отчего может быть? -
http://s017.radikal.ru/i412/1605/01/25846969e748t.jpg
И ещё, я не знаю как оно это умудряется, frigate замедляет ютуб просмотр (длительные подгрузки), если включен mediasource.
То ли влезает в сетевой протокол, толи через прокси грузит видео. Но если вырубить frigate через хотябы его меню, то всё норм.
На aurora 47 такого не было.
Отредактировано wolwerine (26-05-2016 23:01:43)
Отсутствует
хотел влезть в about:support в aurora 48.
Страница about:support пуста. Отчего может быть? -
Сейчас проверил - нет, всё нормально.
"Большинство философов до сих пор придерживается весьма нефилософских воззрений на многие вопросы философии" Эдгар Аллан По
Отсутствует
turbot
Спасибо. Я настройку и имел ввиду, просто когда спрашивал ещё не обнаружил, что это есть в меню и кнопку можно вытащить. А что это вообще за хрень такая?
Отсутствует
voqabuhe
Firefox Container Tab feature: first look
Ну, это еще ладно, хоть полезность сомнительна. Но вот эта хрень: FlyWeb - MozillaWiki, меня убила. Уже здесь. В системных аддонах, но отключено в конфиге (dom.flyweb.enabled) пока.
На что они только силы не распыляют, лишь бы делом не заниматься...
Отсутствует
Но вот эта хрень: FlyWeb
Я конечно все понимаю, стремятся объединить все и вся, хоть и очень несогласен с этим, хозяин - барин.., но елы палы, почему Fly..... Видимо это действительно очень и очень нужное высокотехнологичное решение продиктованное дуновением времени и "интернетом который вот-вот взорвется", как написано в WiKi по ссылке...
Отсутствует
Ребята, кто-нибудь ковырял (четко понимая), в about:config настройки по фильтру: javascript.options?
Возможно ли, с их помощью улучшить скорость обработки скриптов(отрисовку и тд), или это погоды делает?
Отсутствует