Commit Graph

22111 Commits

Author SHA1 Message Date
Mike de Boer
c8629b9398 [Australis] Bug 477948: update tests for new keyhole on Linux. r=jaws 2014-03-27 18:17:36 +01:00
Mike de Boer
520b4c2142 [Australis] Bug 477948: Keyhole back/ forward button for Linux. r=jaws 2014-03-27 18:17:34 +01:00
Victor Porof
3bebfcdd8a Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me 2014-03-27 12:24:00 -04:00
Ed Morley
a9d17b7cb7 Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures 2014-03-27 16:11:59 +00:00
Dave Townsend
5dcb75658d Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from (missed review comments). r=fitzgen 2014-03-27 09:02:39 -07:00
Mihai Sucan
7719aeb0cb Bug 985425 - Fix for browser_webconsole_bug_601667_filter_buttons.js | A promise chain failed to handle a rejection - TypeError: this.webConsoleClient is null. r=benvie 2014-03-26 23:01:23 +02:00
David Rajchenbach-Teller
213d2f3a40 Bug 944557 - Remove sessionstore-state-write. r=ttaubert 2014-03-27 11:38:01 -04:00
David Rajchenbach-Teller
e5f3b4f65a Bug 944557 - Don't save sessionstore.js in permanent private browsing mode. r=ttaubert 2014-03-27 11:37:45 -04:00
Richard Marti
e33a915795 Bug 738796 - Prefpane stylings. r=jaws 2014-03-23 19:41:28 +01:00
Tim Taubert
05ff8a922c Bug 738796 - New style for checkboxes and radio buttons. r=jaws 2013-12-07 11:54:45 +01:00
Tim Taubert
94f256f6d0 Bug 738796 - Update category navigation. r=jaws 2013-12-05 11:07:16 +01:00
Carsten "Tomcat" Book
605bd6c796 Merge mozilla-central to fx-team 2014-03-27 16:08:53 +01:00
Carsten "Tomcat" Book
a3d3c8dcb5 merge fx-team to mozilla-central 2014-03-27 14:14:32 +01:00
Carsten "Tomcat" Book
bad79ac3be Backed out changeset 52f43e3f552f (bug 619558) for frequent mochitest other test failure on OS X 10.8 2014-03-27 10:14:39 +01:00
Olivier Yiptong
9bf23741ca Bug 975211 - Create backend logic to provide list of Tiles and associated metadata (image, text, background color) [r=adw]
Package a list of directory links to expose via DirectoryLinksProvider.jsm
2014-03-27 01:03:42 -07:00
Ryan VanderMeulen
3e14ec93b2 Merge m-c to inbound. 2014-03-26 23:09:54 -04:00
Ryan VanderMeulen
c73d8169d7 Merge m-c to fx-team. 2014-03-26 23:08:02 -04:00
Ryan VanderMeulen
4dc5242df5 Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Dave Townsend
d633915be4 Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from. r=fitzgen 2014-03-26 16:04:20 -07:00
Dave Townsend
fec0c9e2da Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen 2014-03-26 16:03:57 -07:00
Victor Porof
038681c8ab Bug 987310 - Make sure the RequestsMenu is not lazily updated, to avoid a "JavaScript Error: 'aValue.content is undefined'" error being thrown after the test finishes, r=me 2014-03-26 18:04:22 -04:00
Jordan Santell
ac741bf517 Bug 911098 - Implement Addon Debugger UI, r=fitzgen,harthur,mossop
From 8af4148dc10f18bf67e39442ee93169cb66382d5 Mon Sep 17 00:00:00 2001
---
 browser/devtools/debugger/debugger-controller.js   |  36 ++++++-
 browser/devtools/debugger/debugger-panes.js        |  17 +++-
 browser/devtools/debugger/test/browser.ini         |   1 +
 .../debugger/test/browser_dbg_addon-sources.js     | 108 ++++++++++++++++++++
 browser/devtools/debugger/test/head.js             |  29 ++++++
 browser/devtools/framework/ToolboxProcess.jsm      |  31 ++++--
 .../devtools/framework/toolbox-process-window.js   |  18 +++-
 modules/libpref/src/init/all.js                    |   3 +
 .../en-US/chrome/mozapps/extensions/extensions.dtd |   1 +
 toolkit/mozapps/extensions/content/extensions.js   |  55 +++++++---
 toolkit/mozapps/extensions/content/extensions.xml  |  31 +++++-
 toolkit/mozapps/extensions/content/extensions.xul  |   6 ++
 .../mozapps/extensions/internal/XPIProvider.jsm    |   4 +
 .../extensions/internal/XPIProviderUtils.js        |   2 +-
 .../test/addons/test_jetpack/bootstrap.js          |  17 ++++
 .../test/addons/test_jetpack/harness-options.json  |   1 +
 .../test/addons/test_jetpack/install.rdf           |  28 ++++++
 .../extensions/test/browser/browser-common.ini     |   1 +
 .../test/browser/browser_debug_button.js           | 112 +++++++++++++++++++++
 toolkit/mozapps/extensions/test/browser/head.js    |   3 +
 .../extensions/test/xpcshell/test_isDebuggable.js  |  36 +++++++
 .../extensions/test/xpcshell/xpcshell-shared.ini   |   1 +
 22 files changed, 508 insertions(+), 33 deletions(-)
 create mode 100644 browser/devtools/debugger/test/browser_dbg_addon-sources.js
 create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/bootstrap.js
 create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/harness-options.json
 create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/install.rdf
 create mode 100644 toolkit/mozapps/extensions/test/browser/browser_debug_button.js
 create mode 100644 toolkit/mozapps/extensions/test/xpcshell/test_isDebuggable.js
* * *
Leak fix
2014-03-25 10:59:14 -07:00
Gijs Kruitbosch
bc5c1df1c7 Bug 987177 - make destroyWidget clear caches for XUL wrappers, r=jaws 2014-03-26 00:38:14 +00:00
Gijs Kruitbosch
2e3064febb Bug 987177 - invalidate wrapper's node reference, r=jaws 2014-03-26 00:28:58 +00:00
Victor Porof
eec4c9195c Bug 987310 - Tentatively relanded, as a backout of changeset a26977bf2252, a possibly incorrect assumption that it caused orange in bc2 linux tests, r=me 2014-03-26 16:08:02 -04:00
Victor Porof
16c4ba710d Bug 988329 - Netmonitor pie charts shouldn't display 'Loading' when the source data is available but empty, r=rcampbell 2014-03-26 16:07:30 -04:00
Victor Porof
62a997bc99 Bug 988328 - Netmonitor pie charts shouldn't have hover effects when there's only one slice available, r=rcampbell 2014-03-26 16:07:30 -04:00
Tim Nguyen
9886c75f98 Bug 986932 - Fix alignment with some items in DevTools options panel. r=bgrins DONTBUILD 2014-03-26 11:27:15 -07:00
Wes Kocher
5814a1fd0c Backed out changeset 3960ad0617ff for landing with the wrong bug number. 2014-03-26 11:26:26 -07:00
Tim Nguyen
c34dafe7a6 Bug 986982 - Fix alignment with some items in DevTools options panel. r=bgrins 2014-03-26 11:21:04 -07:00
Tim Nguyen
9d486c37e0 Bug 983801 - Remove border radius from bookmarks panel submenus on Windows 8 r=mdeboer 2014-03-26 10:43:48 -07:00
Tim Taubert
1474af8de3 Bug 984843 - Try to fix intermittent timeouts and leaks r=ehsan
From 55be314a97a4934167ad466dc884fb5c933dea1e Mon Sep 17 00:00:00 2001
2014-03-26 09:27:19 +01:00
Mike de Boer
a1aebf9bd5 [Australis] Bug 987443: fix zoom button label rounding. r=Gijs 2014-03-25 12:12:17 +01:00
Girish Sharma
05e38624da Bug 987870 - Fix multiple issue of cycling suggesting and pressing keys with modifiers in an empty inplace editor, r=bgrins 2014-03-26 02:16:31 +05:30
Paolo Amadini
144b6e8493 Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak 2014-03-26 18:15:00 +01:00
Mike Conley
ce96846bf8 Bug 986920 - New tab button has equal z-index to non-selected tabs in Windows Classic mode. r=Gijs. 2014-03-25 11:40:00 -04:00
Carsten "Tomcat" Book
8d35ba8bf2 Backed out changeset dff900f56c49 (bug 987310) for orange in bc2 linux tests 2014-03-26 15:45:17 +01:00
Alexandre Poirot
b4fa706e67 Bug 977043 - Prevent markupview from breaking selection. r=jwalker 2014-03-22 09:02:14 +01:00
Brian R. Bondy
f25375066a Bug 988853 - Disable Metro builds on secondary configs. r=jimm 2014-03-27 10:44:19 -04:00
Victor Porof
238e8b812c Bug 917226 - Build a canvas inspection tool, r=rcampbell 2014-03-27 10:21:37 -04:00
Mike de Boer
4beee716b4 [Australis] Bug 985416: update visual appearance of dropmarker open state. r=Gijs 2014-03-27 15:11:08 +01:00
Benjamin Smedberg
8ddec88913 Bug 988710 - Task.spawn can launch synchronously, which leads to a race setting and clearing this._mainTask. Move that into the .then() clause of _run. Also fix up some logging and FHR issues, r=gfritzsche
--HG--
extra : rebase_source : 44047a113eb6702f3d7a6716ad044f0b5c06bd47
2014-03-27 09:30:25 -04:00
Brian Grinstead
3318c304f0 Bug 988506 - toolbox.js - focusConsoleInput() - TypeError: hud.jsterm is null;r=msucan 2014-03-27 07:50:30 -05:00
Robert Strong
d767bb2e5a NSIS installer file changes for Bug 962381 - Add support for NSIS 3.0a2. r=bbondy 2014-03-26 12:20:44 -07:00
Patrick Brosset
f45c17576e Bug 968727 - Move common test runner parts in external helper files; r=bgrins 2014-03-26 14:38:06 +01:00
Carsten "Tomcat" Book
82d342c637 Merge mozilla-central to fx-team on a CLOSED TREE 2014-03-26 14:01:16 +01:00
Carsten "Tomcat" Book
c798708834 Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests 2014-03-26 11:09:34 +01:00
Wes Kocher
0d58e41dd9 Merge fx-team to m-c 2014-03-25 20:03:13 -07:00
Mihai Sucan
d1c4c2a448 Bug 981707 - Allow the codemirror test harness to report PASS/FAIL messages to the Mozilla test harness. r=harth 2014-03-24 23:06:22 +02:00
Thomas Andersen
a8319e82df Bug 971798 - Do not enable CSS reflow logging when clicking the CSS category. r=msucan 2014-03-25 00:28:37 +01:00