Tim Taubert
|
fbd17d381c
|
Bug 495123 - Save an empty window state if it's the last window closed and there were no others closed in series before r=smacleod
|
2014-03-27 17:51:59 +01:00 |
|
Dave Townsend
|
7f27cc8269
|
Bug 986853: Add-on Debugger title is always 'Debugger - (null)'. r=past
|
2014-03-27 10:29:03 -07:00 |
|
Mike de Boer
|
076c60cd55
|
[Australis] Bug 477948: update tests for new keyhole on Linux. r=jaws
|
2014-03-27 18:17:36 +01:00 |
|
Mike de Boer
|
744a37e407
|
[Australis] Bug 477948: Keyhole back/ forward button for Linux. r=jaws
|
2014-03-27 18:17:34 +01:00 |
|
Victor Porof
|
33b3c2c497
|
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
|
2014-03-27 12:24:00 -04:00 |
|
Ed Morley
|
97c742962c
|
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
|
2014-03-27 16:11:59 +00:00 |
|
Dave Townsend
|
0a10df655c
|
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
|
5a34d4b95a
|
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
|
eb15138263
|
Bug 944557 - Remove sessionstore-state-write. r=ttaubert
|
2014-03-27 11:38:01 -04:00 |
|
David Rajchenbach-Teller
|
94e1d8fa29
|
Bug 944557 - Don't save sessionstore.js in permanent private browsing mode. r=ttaubert
|
2014-03-27 11:37:45 -04:00 |
|
Richard Marti
|
6194e926ff
|
Bug 738796 - Prefpane stylings. r=jaws
|
2014-03-23 19:41:28 +01:00 |
|
Tim Taubert
|
1b82184e5a
|
Bug 738796 - New style for checkboxes and radio buttons. r=jaws
|
2013-12-07 11:54:45 +01:00 |
|
Tim Taubert
|
fde472d61a
|
Bug 738796 - Update category navigation. r=jaws
|
2013-12-05 11:07:16 +01:00 |
|
Carsten "Tomcat" Book
|
31adfc2eda
|
Merge mozilla-central to fx-team
|
2014-03-27 16:08:53 +01:00 |
|
Carsten "Tomcat" Book
|
42c9faf6a6
|
merge fx-team to mozilla-central
|
2014-03-27 14:14:32 +01:00 |
|
Carsten "Tomcat" Book
|
cb76231d6b
|
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
|
cdcfd069f2
|
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
|
6fa5cbea0b
|
Merge m-c to inbound.
|
2014-03-26 23:09:54 -04:00 |
|
Ryan VanderMeulen
|
870baee508
|
Merge m-c to fx-team.
|
2014-03-26 23:08:02 -04:00 |
|
Ryan VanderMeulen
|
d9d827e562
|
Merge inbound to m-c.
|
2014-03-26 20:58:31 -04:00 |
|
Dave Townsend
|
88c1b2b98c
|
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
|
b3b0f4e5aa
|
Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen
|
2014-03-26 16:03:57 -07:00 |
|
Victor Porof
|
a891fd386f
|
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
|
113ef2d8ed
|
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
|
7307c33431
|
Bug 987177 - make destroyWidget clear caches for XUL wrappers, r=jaws
|
2014-03-26 00:38:14 +00:00 |
|
Gijs Kruitbosch
|
e43ba3332f
|
Bug 987177 - invalidate wrapper's node reference, r=jaws
|
2014-03-26 00:28:58 +00:00 |
|
Victor Porof
|
755be328dd
|
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
|
700739c9ee
|
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
|
531912aff3
|
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
|
96d36654c2
|
Bug 986932 - Fix alignment with some items in DevTools options panel. r=bgrins DONTBUILD
|
2014-03-26 11:27:15 -07:00 |
|
Wes Kocher
|
ea7acdc162
|
Backed out changeset 3960ad0617ff for landing with the wrong bug number.
|
2014-03-26 11:26:26 -07:00 |
|
Tim Nguyen
|
5c73c58971
|
Bug 986982 - Fix alignment with some items in DevTools options panel. r=bgrins
|
2014-03-26 11:21:04 -07:00 |
|
Tim Nguyen
|
17ae68777f
|
Bug 983801 - Remove border radius from bookmarks panel submenus on Windows 8 r=mdeboer
|
2014-03-26 10:43:48 -07:00 |
|
Tim Taubert
|
5473b1d9bb
|
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
|
a0641a3a1b
|
[Australis] Bug 987443: fix zoom button label rounding. r=Gijs
|
2014-03-25 12:12:17 +01:00 |
|
Girish Sharma
|
5f420e415a
|
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
|
1a4a4adc7b
|
Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak
|
2014-03-26 18:15:00 +01:00 |
|
Mike Conley
|
4a37f3d6e1
|
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
|
cbf9bce99d
|
Backed out changeset dff900f56c49 (bug 987310) for orange in bc2 linux tests
|
2014-03-26 15:45:17 +01:00 |
|
Alexandre Poirot
|
8d5203ac2b
|
Bug 977043 - Prevent markupview from breaking selection. r=jwalker
|
2014-03-22 09:02:14 +01:00 |
|
Brian R. Bondy
|
8c4fb7220d
|
Bug 988853 - Disable Metro builds on secondary configs. r=jimm
|
2014-03-27 10:44:19 -04:00 |
|
Victor Porof
|
8949ccc291
|
Bug 917226 - Build a canvas inspection tool, r=rcampbell
|
2014-03-27 10:21:37 -04:00 |
|
Mike de Boer
|
01d5769a06
|
[Australis] Bug 985416: update visual appearance of dropmarker open state. r=Gijs
|
2014-03-27 15:11:08 +01:00 |
|
Benjamin Smedberg
|
9bb6b2380e
|
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
|
2a73ed0d53
|
Bug 988506 - toolbox.js - focusConsoleInput() - TypeError: hud.jsterm is null;r=msucan
|
2014-03-27 07:50:30 -05:00 |
|
Robert Strong
|
489b531e4e
|
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
|
8274daee60
|
Bug 968727 - Move common test runner parts in external helper files; r=bgrins
|
2014-03-26 14:38:06 +01:00 |
|
Carsten "Tomcat" Book
|
ccf1e16b54
|
Merge mozilla-central to fx-team on a CLOSED TREE
|
2014-03-26 14:01:16 +01:00 |
|
Carsten "Tomcat" Book
|
87351c1f33
|
Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests
|
2014-03-26 11:09:34 +01:00 |
|
Wes Kocher
|
aee750fb50
|
Merge fx-team to m-c
|
2014-03-25 20:03:13 -07:00 |
|