Commit Graph

22096 Commits

Author SHA1 Message Date
Ehsan Akhgari
af6b166a2e Bug 965362 - Part 2: Do not assume that all of the contents of the HTTP channel will be available by the time we decide to read it synchronously in devtools tests; r=robcee 2014-03-27 11:20:16 -04:00
Carsten "Tomcat" Book
ab9c0c4f4f Merge mozilla-central to mozilla-inbound 2014-03-27 16:01:09 +01:00
Joel Maher
6b77ed4021 bug 933680 - Re-enable browesr_pluginCrashCommentAndURL.js. r=felipe 2014-03-27 10:54:11 -04: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
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
Mihai Sucan
38f6012942 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
a2947b3f9e Bug 971798 - Do not enable CSS reflow logging when clicking the CSS category. r=msucan 2014-03-25 00:28:37 +01:00
Benjamin Smedberg
2c20086c81 Bug 987225 - Combine the various tasks in Experiments.jsm to a single serial task. r=gfritzsche (delegated from felipe). Also fixes:
* no need to pass an addon/experiment ID to .disableExperiment()
* fix multiple-logging when multiple Experiments() objects are created as in tests
* ensures that all dirty writes actually get written
2014-03-25 13:50:34 -04:00
Gijs Kruitbosch
304210753e Bug 987615 - fix layout of buttons which are too long in customize mode, r=jaws 2014-03-26 17:18:06 +00:00
Marco Bonardo
4b89c3b473 Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric 2014-03-25 17:25:58 +01:00
Tim Taubert
586c26592d Backed out changeset 84da123a0af0 (bug 895359) 2014-03-25 16:38:26 +01:00
Tim Taubert
31b91cf7a7 Backed out changeset 5d896e33c6a6 (bug 895359) 2014-03-25 16:38:25 +01:00
Drew Willcoxon
821ad087be Bug 983453 - Re-enable whatsnew and firstrun pages for Nightly builds. r=MattN 2014-03-25 08:15:11 -07:00
Girish Sharma
01c7785240 Bug 913955 - Avoid race conditions and inserting in middle of text in inplace-editor, r=mratcliffe 2014-03-25 20:43:44 +05:30
Girish Sharma
39c6ebd12c Bug 912189 - Show CSS value autocomplete without waiting for first character, r=mratcliffe 2014-03-25 20:43:44 +05:30
Girish Sharma
88ee061ba3 Bug 971702 - Style editor to provide meaningful information about hovered text, r=pbrosset 2014-03-25 20:38:52 +05:30
Mihai Sucan
27b7a8b1ac Bug 972691 - Fix for intermittent browser_bug_865871_variables_view_close_on_esc_key.js | This test exceeded the timeout threshold; r=me 2014-03-25 16:31:12 +02:00
Carsten "Tomcat" Book
85d4d7f3c4 Backed out changeset 8ee507d0a33b (bug 495123) for m-bc bustage 2014-03-25 15:15:13 +01:00
Mihai Sucan
a87f85abdc Bug 984857 - Fix for intermittent browser_webconsole_output_02.js,browser_webconsole_output_03.js | This test exceeded the timeout threshold; r=me 2014-03-25 15:18:58 +02:00
Matthew Noorenberghe
6c4364ff2f Bug 988144 - UITour: Highlight effects don't occur if a highlight is moved to a different target with the same effect. r=Unfocused 2014-03-26 03:00:18 -07:00
Alexandre Poirot
5b43e199d1 Bug 985555 - Fix inspector loading when browsing a tab history r=bgrins 2014-03-24 11:53:00 +01:00
Victor Porof
3b462ecb39 Bug 987310 - Sanitize the filter predicates loaded from the preferences, r=rcampbell 2014-03-24 15:39:18 -04:00