[Pkg-mozext-commits] [firebug] branch master updated (778dc8a -> 4670d53)

David Prévot taffit at moszumanska.debian.org
Sun Jan 26 23:43:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch master
in repository firebug.

      from  778dc8a   Update changelog for 1.12.6-1 release
       new  0b61412   Track alpha releases
       new  17e9848   Imported Upstream version 1.13.0~a8
       new  3755ff4   Merge tag 'upstream/1.13.0_a8'
       new  247079d   Update patch header
       new  83eb88b   Update copyright
       new  43801ea   Update upstream changelog
       new  4670d53   Update changelog for 1.13.0~a8-1 release

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.js                                           |    1 -
 chrome.manifest                                    |   13 +-
 content/firebug/accessible/a11y.js                 |   19 +-
 content/firebug/branch.properties                  |   14 +-
 content/firebug/bti/inProcess/javascripttool.js    |    5 +-
 content/firebug/chrome/activableModule.js          |  141 ++
 content/firebug/chrome/activablePanel.js           |   80 +
 content/firebug/chrome/activation.js               |   27 +-
 content/firebug/chrome/annotations.js              |    5 +-
 content/firebug/chrome/balloonNote.js              |   11 +-
 content/firebug/chrome/chrome.js                   |   17 +-
 content/firebug/chrome/eventSource.js              |   82 +
 content/firebug/chrome/infotip.js                  |   10 +-
 content/firebug/chrome/knownIssues.js              |   31 +-
 content/firebug/chrome/measureBox.js               |   97 +
 content/firebug/chrome/menu.js                     |   15 +-
 content/firebug/chrome/module.js                   |  135 ++
 content/firebug/chrome/navigationHistory.js        |   28 +-
 content/firebug/chrome/panel.js                    |  726 ++++++++
 content/firebug/chrome/panelActivation.js          |   60 +-
 content/firebug/chrome/panelNotification.js        |   90 +
 content/firebug/chrome/plugin.js                   |   24 +-
 content/firebug/chrome/privacy.js                  |    5 +-
 content/firebug/chrome/rep.js                      |  167 ++
 content/firebug/chrome/reps.js                     |  338 +---
 content/firebug/chrome/searchBox.js                |   52 +-
 content/firebug/chrome/shortcuts.js                |   27 +-
 content/firebug/chrome/tabWatcher.js               |   12 +-
 content/firebug/chrome/tableRep.js                 |  172 +-
 content/firebug/chrome/toggleSidePanels.js         |    9 +-
 content/firebug/console/autoCompleter.js           |  212 ++-
 content/firebug/console/closureInspector.js        |   19 +-
 content/firebug/console/commandEditor.js           |   44 +-
 content/firebug/console/commandLine.js             |   19 +-
 content/firebug/console/commandLineAPI.js          |   13 -
 content/firebug/console/commandLineExposed.js      |  199 ++-
 content/firebug/console/commandLinePopup.js        |    9 +-
 .../firebug/console/commands/commandLineHelp.js    |    9 +-
 .../firebug/console/commands/commandLineInclude.js |   88 +-
 content/firebug/console/commands/eventMonitor.js   |   72 +-
 .../firebug/console/commands/getEventListeners.js  |  469 ++++-
 .../console/commands/lastCommandLineResult.js      |    9 +-
 content/firebug/console/commands/profiler.js       |   17 +-
 .../firebug/console/commands/useInCommandLine.js   |    9 +-
 content/firebug/console/console.js                 |  203 +--
 content/firebug/console/consoleBase.js             |  162 ++
 content/firebug/console/consoleExposed.js          |   70 +-
 content/firebug/console/consolePanel.js            |   51 +-
 content/firebug/console/errorMessageRep.js         |   14 +-
 content/firebug/console/errors.js                  |    7 +-
 content/firebug/console/exceptionRep.js            |    5 +-
 content/firebug/console/functionMonitor.js         |   21 +-
 content/firebug/console/memoryProfiler.js          |  864 ---------
 content/firebug/console/performanceTiming.js       |   14 +-
 content/firebug/cookies/breakpoints.js             |   13 +-
 content/firebug/cookies/cookieModule.js            |   61 +-
 content/firebug/cookies/cookiePanel.js             |   30 +-
 content/firebug/cookies/cookiePanel.xul            |    2 +-
 content/firebug/cookies/cookieReps.js              |   70 +-
 content/firebug/cookies/legacy.js                  |    7 +-
 content/firebug/css/autoCompleter.js               |  197 ++
 content/firebug/css/computedPanel.js               |   91 +-
 content/firebug/css/cssModule.js                   |   26 +-
 content/firebug/css/cssPanel.js                    |  315 ++--
 content/firebug/css/cssPanelMutationObserver.js    |    9 +-
 content/firebug/css/cssPanelUpdater.js             |    5 +-
 content/firebug/css/cssReps.js                     |   13 +-
 content/firebug/css/selectorEditor.js              |   95 +-
 content/firebug/css/selectorModule.js              |    5 +-
 content/firebug/css/selectorPanel.js               |   34 +-
 content/firebug/css/stylePanel.js                  |    6 +-
 content/firebug/debugger/debuggerLib.js            |   17 +-
 content/firebug/dom/domBasePanel.js                |   23 +-
 content/firebug/dom/domBreakpointGroup.js          |   12 +-
 content/firebug/dom/domEditor.js                   |   10 +-
 content/firebug/dom/domMemberProvider.js           |   19 +-
 content/firebug/dom/domModule.js                   |    9 +-
 content/firebug/dom/domReps.js                     |   71 +-
 content/firebug/editor/baseEditor.js               |  103 ++
 .../firebug/editor/codemirror/html-hint-data.js    |  364 ++++
 content/firebug/editor/editor.js                   |  693 +------
 content/firebug/editor/inlineEditor.js             |  540 ++++++
 content/firebug/firebug.css                        |   72 +-
 content/firebug/firebug.js                         | 1356 +-------------
 content/firebug/firebugOverlay.xul                 |   19 +-
 .../firebug/firebugui}/panel.css                   |    3 +
 content/firebug/firebugui/panel.html               |    2 +-
 content/firebug/firefox/bindings.xml               |  480 +----
 content/firebug/firefox/browserCommands.js         |   57 -
 content/firebug/firefox/browserMenu.js             |  123 +-
 content/firebug/firefox/browserOverlay.css         |   29 +-
 content/firebug/firefox/browserOverlay.js          |   35 +-
 content/firebug/firefox/browserOverlayLib.js       |   35 +-
 content/firebug/firefox/browserToolbar.js          |   51 +-
 content/firebug/firefox/customizeShortcuts.js      |  419 ++---
 content/firebug/firefox/customizeShortcuts.xul     |   14 +-
 .../firefox/external-editors/changeeditor.js       |  422 ++---
 .../firefox/external-editors/changeeditor.xul      |   29 +-
 .../firebug/firefox/external-editors/editors.js    |  196 +-
 .../firebug/firefox/external-editors/editors.xul   |   32 +-
 .../firefox/external-editors/externalEditors.js    |   45 +-
 content/firebug/firefox/firebugFrame.xul           |    2 +
 content/firebug/firefox/firebugMenuOverlay.xul     |    1 -
 content/firebug/firefox/macBrowserOverlay.css      |    8 +-
 content/firebug/firefox/searchBox.xml              |  453 +++++
 .../firebug/firefox/start-button/startButton.xml   |    3 -
 .../firefox/start-button/startButtonOverlay.js     |  148 +-
 content/firebug/html/attributeEditor.js            |  400 +++++
 content/firebug/html/highlighter.css               |    3 +
 content/firebug/html/highlighterCache.js           |    2 +
 content/firebug/html/htmlLib.js                    |  215 ++-
 content/firebug/html/htmlModule.js                 |  505 ++++++
 content/firebug/html/htmlPanel.js                  | 1079 ++---------
 content/firebug/html/htmlReps.js                   |  357 ++++
 content/firebug/html/insideOutBox.js               |   15 +-
 content/firebug/html/inspector.js                  |   52 +-
 content/firebug/html/layout.js                     |   37 +-
 content/firebug/html/quickInfoBox.css              |    4 +
 content/firebug/html/quickInfoBox.js               |  411 +++--
 content/firebug/js/breakpoint.js                   |   38 +-
 content/firebug/js/callstack.js                    |    9 +-
 content/firebug/js/debugger.js                     |   67 +-
 content/firebug/js/scriptPanel.js                  |  117 +-
 content/firebug/js/sourceBox.js                    |   17 +-
 content/firebug/js/sourceCache.js                  |    5 +-
 content/firebug/js/tabCache.js                     |   39 +-
 content/firebug/js/watchPanel.js                   |    3 +-
 content/firebug/lib/array.js                       |   21 +-
 content/firebug/lib/css.js                         |   54 +-
 content/firebug/lib/dom.js                         |   20 +-
 content/firebug/lib/domplate.js                    |   34 +-
 content/firebug/lib/dragdrop.js                    |    7 +-
 content/firebug/lib/events.js                      |  126 +-
 content/firebug/lib/fonts.js                       |    2 +
 content/firebug/lib/http.js                        |    2 +
 content/firebug/lib/json.js                        |  205 ++-
 content/firebug/lib/keywords.js                    |    4 +-
 content/firebug/lib/locale.js                      |    7 +-
 content/firebug/lib/object.js                      |   15 +-
 content/firebug/lib/options.js                     |    4 +-
 content/firebug/lib/persist.js                     |   28 +-
 content/firebug/lib/search.js                      |   12 +
 content/firebug/lib/string.js                      |   45 +-
 content/firebug/lib/system.js                      |   47 +
 content/firebug/lib/tool.js                        |    5 +
 content/firebug/lib/trace.js                       |   45 +-
 content/firebug/lib/url.js                         |    2 +
 content/firebug/lib/wrapper.js                     |   23 +-
 content/firebug/lib/xml.js                         |  305 +++-
 content/firebug/lib/xpath.js                       |    3 +
 content/firebug/lib/xpcom.js                       |    7 +-
 content/firebug/main.js                            |    2 +-
 content/firebug/moduleConfig.js                    |    3 -
 content/firebug/net/fontViewer.js                  |   12 +-
 content/firebug/net/httpActivityObserver.js        |    5 +-
 content/firebug/net/jsonViewer.js                  |   34 +-
 content/firebug/net/netCacheReader.js              |    9 +-
 content/firebug/net/netDebugger.js                 |    9 +-
 content/firebug/net/netMonitor.js                  |   23 +-
 content/firebug/net/netPanel.js                    |   82 +-
 content/firebug/net/netReps.js                     |  223 ++-
 content/firebug/net/netUtils.js                    |   66 +-
 content/firebug/net/spy.js                         |  151 +-
 content/firebug/net/svgViewer.js                   |   46 +-
 content/firebug/net/timeInfoTip.js                 |   10 +-
 content/firebug/net/xmlViewer.js                   |   40 +-
 content/firebug/trace/traceModule.js               |    7 +-
 debian/changelog                                   |   10 +
 debian/copyright                                   |   13 +-
 ...t-dipslay-FirstRunPage-after-installation.patch |    2 +-
 debian/upstream-changelog                          |  120 ++
 debian/watch                                       |    3 +
 defaults/preferences/firebug.js                    |   24 +-
 defaults/preferences/tracingConsole.js             |    2 -
 install.rdf                                        |    9 +-
 locale/bg/cookies.properties                       |  406 ++---
 locale/bg/firebug.properties                       | 1890 +++++++++++---------
 locale/bg/selectors.properties                     |   10 +
 locale/de/cookies.properties                       |    3 +-
 locale/de/firebug-amo.properties                   |    4 +-
 locale/de/firebug.properties                       |   78 +-
 locale/de/selectors.properties                     |    2 +-
 locale/en-US/cookies.properties                    |    1 +
 locale/en-US/firebug.properties                    |  102 +-
 locale/en-US/keys.properties                       |   12 +
 locale/en-US/selectors.properties                  |    5 +-
 locale/fr/cookies.properties                       |  262 +--
 locale/fr/firebug-amo.properties                   |   10 +-
 locale/fr/firebug-tracing.properties               |   92 +-
 locale/fr/firebug.properties                       | 1571 +++++++---------
 locale/fr/selectors.properties                     |   10 +
 locale/hu-HU/cookies.properties                    |  154 +-
 locale/hu-HU/firebug-amo.properties                |    4 -
 locale/hu-HU/firebug-tracing.properties            |    3 -
 locale/hu-HU/firebug.properties                    | 1000 ++++++-----
 locale/hu-HU/selectors.properties                  |   10 +
 locale/ru/cookies.properties                       |  138 ++
 locale/ru/firebug-amo.properties                   |   10 +-
 locale/ru/firebug-tracing.properties               |    3 +
 locale/ru/firebug.properties                       |  749 +++++++-
 modules/firebug-service.js                         |   89 -
 modules/loader.js                                  |    2 +-
 modules/locale.js                                  |   76 +
 skin/classic/console.css                           |   38 +-
 skin/classic/debugger.css                          |   31 +-
 skin/classic/dom.css                               |    2 +-
 skin/classic/find-arrows.png                       |  Bin 0 -> 540 bytes
 skin/classic/firebug.css                           |   85 +-
 skin/classic/firebug16EnabledInBackground.png      |  Bin 665 -> 0 bytes
 skin/classic/html.css                              |    4 +
 skin/classic/mac/debugger.css                      |  113 +-
 skin/classic/mac/find-arrows.png                   |  Bin 0 -> 369 bytes
 skin/classic/mac/firebug.css                       |  112 +-
 skin/classic/mac/panel.css                         |   15 +-
 skin/classic/mac/pin.png                           |  Bin 1012 -> 733 bytes
 skin/classic/mac/pinned.png                        |  Bin 598 -> 448 bytes
 skin/classic/mac/quickInfoBox.css                  |   38 +
 skin/classic/net.css                               |   67 +-
 skin/classic/panel.css                             |   90 +-
 skin/classic/panelNotification.css                 |   44 +
 skin/classic/quickInfoBox.css                      |   13 +-
 skin/classic/quickInfoBoxPanel.css                 |   10 +
 skin/classic/search.png                            |  Bin 509 -> 1348 bytes
 skin/classic/searchHovered.png                     |  Bin 506 -> 0 bytes
 skin/classic/win/debugger.css                      |   33 -
 skin/classic/win/linux.css                         |    0
 skin/classic/win/panel.css                         |   69 -
 skin/classic/win/window.css                        |    2 -
 228 files changed, 13498 insertions(+), 11153 deletions(-)
 create mode 100644 content/firebug/chrome/activableModule.js
 create mode 100644 content/firebug/chrome/activablePanel.js
 create mode 100644 content/firebug/chrome/eventSource.js
 create mode 100644 content/firebug/chrome/measureBox.js
 create mode 100644 content/firebug/chrome/module.js
 create mode 100644 content/firebug/chrome/panel.js
 create mode 100644 content/firebug/chrome/panelNotification.js
 create mode 100644 content/firebug/chrome/rep.js
 create mode 100644 content/firebug/console/consoleBase.js
 delete mode 100644 content/firebug/console/memoryProfiler.js
 create mode 100644 content/firebug/css/autoCompleter.js
 create mode 100644 content/firebug/editor/baseEditor.js
 create mode 100644 content/firebug/editor/codemirror/html-hint-data.js
 create mode 100644 content/firebug/editor/inlineEditor.js
 copy {skin/classic => content/firebug/firebugui}/panel.css (85%)
 create mode 100644 content/firebug/firefox/searchBox.xml
 create mode 100644 content/firebug/html/attributeEditor.js
 create mode 100644 content/firebug/html/htmlModule.js
 create mode 100644 content/firebug/html/htmlReps.js
 create mode 100644 content/firebug/html/quickInfoBox.css
 create mode 100644 locale/bg/selectors.properties
 create mode 100644 locale/en-US/keys.properties
 create mode 100644 locale/fr/selectors.properties
 create mode 100644 locale/hu-HU/selectors.properties
 create mode 100644 skin/classic/find-arrows.png
 delete mode 100644 skin/classic/firebug16EnabledInBackground.png
 create mode 100644 skin/classic/mac/find-arrows.png
 create mode 100644 skin/classic/mac/quickInfoBox.css
 create mode 100644 skin/classic/panelNotification.css
 create mode 100644 skin/classic/quickInfoBoxPanel.css
 delete mode 100644 skin/classic/searchHovered.png
 delete mode 100644 skin/classic/win/debugger.css
 delete mode 100644 skin/classic/win/linux.css
 delete mode 100644 skin/classic/win/panel.css
 delete mode 100644 skin/classic/win/window.css

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list