Mark Striemer
8dc84fb3be
Bug 1330741 - Show filesystem location of add-ons in about:debugging r=jdescottes
...
MozReview-Commit-ID: 3pmdAi80boT
2017-03-21 18:20:28 -05:00
Blake Kaplan
4be9ead168
Bug 1357909 - Tweak the strings explaining to the user what's happening. r=ochameau
...
This patch also watches the dom.ipc.multiOptOut pref to make sure we update
our state when all of the relevant prefs change as well as clarifies how the
code works.
MozReview-Commit-ID: 8qKymEth7C8
2017-04-19 15:51:44 -07:00
Blake Kaplan
7319ee1afe
Bug 1349363 - Use a centralized function to tell if e10s-multi is on. r=Felipe
...
MozReview-Commit-ID: JQJtCanIv3a
2017-04-17 14:58:52 -07:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Mark Striemer
d3b41a75a4
Bug 1344016 - Update styling of about:debugging for add-ons r=jdescottes
...
MozReview-Commit-ID: CGCoX6mtuv4
2017-04-05 16:35:44 -05:00
Geoff Brown
c5fa0c1820
Bug 1348547 - ReleaseCachedProcesses() between aboutdebugging tests; r=gabor
2017-04-04 09:45:20 -06:00
Mike Conley
93e5abc6ea
Bug 1339775 - Add role="checkbox" for specially styled in-content checkboxes. r=jaws
...
MozReview-Commit-ID: IZhRECggz4j
2017-03-23 00:05:03 -04:00
Patrick Brosset
3118619a9a
Bug 1301015 - Re-enable some devtools tests on e10s-multi; r=krizsa
...
Some devtools tests had been forced to run in e10s with just 1
content process in bug 1301340 and bug 1303113 because they were
failing.
Now there seems to have been enough e10s messaging fixes that these
tests work again. It seems safe to re-enable multi-content-processes
for them now.
MozReview-Commit-ID: ENfDdIXvIAI
2017-03-20 14:05:21 +01:00
Julian Descottes
a4a341217e
Bug 1345932 - disable aboutdebugging multi e10s test if e10s disabled;r=jdescottes
...
MozReview-Commit-ID: G6U17WhhMi7
2017-03-16 14:24:48 +01:00
Julian Descottes
b1edf0370f
Bug 1345932 - show warning info in about:debugging#workers if multi-e10s is on;r=ochameau
...
If multi e10s is enabled, service worker debugging is unavailable.
We temporarily disabled the start/push/debug buttons in about:debugging
for all service workers if multi-e10s is on.
A warning section is also displayed on top of about:debugging, letting the
user know that they can set dom.ipc.processCount to 1 in order to force
a single content process and restore debugging capabilities.
MozReview-Commit-ID: IPAlbOq2Hij
2017-03-16 16:06:05 +01:00
Julian Descottes
355018dfa2
Bug 1345932 - cleanup service worker panel render method;r=ochameau
...
MozReview-Commit-ID: AZdbg38ayLo
2017-03-15 20:10:59 +01:00
Kris Maglione
a1c3a9c808
Bug 1314361 - Part 3: Stop using origin attributes for add-on ID in console filtering. r=baku
2017-02-26 13:13:45 -08:00
Wes Kocher
c078fad5aa
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: K0Q4b2wzvlJ
2017-03-03 17:29:54 -08:00
Andrea Marchesini
cd61c907da
Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs
2017-03-03 09:42:54 +01:00
Andrea Marchesini
70fbece79d
Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau
2017-03-03 09:42:27 +01:00
Mark Striemer
cb61a6dbab
Bug 1245717 - List temporary add-ons separately in about:debugging r=jdescottes
...
MozReview-Commit-ID: HbqW3UTQMAq
2017-03-02 16:12:25 -06:00
Masatoshi Kimura
4f2e64ad3d
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
2017-02-23 06:10:07 +09:00
Julian Descottes
beb236b4aa
Bug 1304941 - reconnect onTabChanged listener before fetching the tablist;r=jryans
...
MozReview-Commit-ID: FZYDKH3F21O
2017-02-08 17:08:42 +01:00
Florian Quèze
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Gabor Krizsanits
fcef34662d
Bug 1303113 - Turn e10s-multi on in Nightly. r=me
2017-01-23 14:15:30 +01:00
Catalin Badea
8d7b13b38c
Bug 1328293 - Add test for new entry in about:debugging#workers. r=jdescottes
2017-01-22 09:03:00 +02:00
Catalin Badea
20c1b18727
Bug 1328293 - Show if a service worker is listening for fetch events in about:debugging. r=jdescottes
2017-01-22 09:03:00 +02:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Joel Maher
0f0373cde1
Bug 1330325 - add BUG_COMPONENT to devtools/* files. r=jryans
...
MozReview-Commit-ID: Bd0ca7f6QE6
2017-01-13 08:40:35 -05:00
Florian Quèze
b36a8b8f42
Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws.
2017-01-11 22:27:42 +01:00
Florian Quèze
361ec85a2e
Bug 1329182 - remove trailing newURI null parameters in devtools/, r=jaws.
2017-01-09 20:27:26 +01:00
Alexandre Poirot
023f7a37d6
Bug 1323466 - Prevent loading webbrowser.js in child process. r=jryans
...
MozReview-Commit-ID: J1EmwxplNhA
Make actor registration more explicit and documented.
Each codepath depends on various set of actors, and it may be confused
as we often register actors if the DebuggerServer wasn't initialized yet.
But it is often already started by some other callsite...
This changeset also converts childtab to being just a module
and stop using DebuggerServer.addActors magic.
2016-12-19 03:14:12 -08:00
Tomer Cohen
fdf9d573a0
Bug 1322423 about:debugging lacks RTL r=jdescottes
...
MozReview-Commit-ID: JYdMVscUCoW
2016-12-19 18:12:40 +02:00
Mike Conley
af0fde6dc8
Bug 1317795 - Fix broken alignment of in-content UI checkboxes. r=jaws
...
MozReview-Commit-ID: 4JpOSYu3BZS
2016-11-19 17:59:58 -05:00
Patrick Pei
3a01fb1e09
Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes
...
MozReview-Commit-ID: ABhdvunhR7a
2016-11-09 10:02:50 +01:00
Iris Hsiao
ad4d24858c
Backed out changeset 2631d596fc32 (bug 1264929) for dt1 failures on OS X and Win7
2016-11-09 13:36:04 +08:00
Wes Kocher
8fd5b09255
Merge m-c to inbound, a=merge
2016-11-08 14:08:34 -08:00
Julian Descottes
27befac7c5
Bug 1315794 - migrate aboutdebugging to React 15.3.2;r=linclark
...
Use ReactDOM.render instead of React.render (same for unmountComponentAtNode)
Update tests to observe both childList and characterData mutations when
expecting only text changes.
MozReview-Commit-ID: ILTgypkpZRz
2016-11-07 22:30:03 +01:00
Patrick Pei
1c22383dc6
Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes
2016-10-20 03:52:00 -04:00
Gabor Krizsanits
1755bb8d2f
Bug 1301340 - part4: Force single content process for failing tests. r=mrbkap
2016-11-03 19:28:09 +01:00
J. Ryan Stinnett
ccaa99fa95
Bug 1311178 - Remove various duplicate DevTools files. r=ntim
...
MozReview-Commit-ID: ABtuFPC85OQ
2016-10-19 15:59:09 -05:00
Towkir Ahmed
79ebf244f4
Bug 1311536 - Stop importing chrome://global/skin/global.css in DevTools HTML files. r=ntim
2016-10-21 11:15:00 -04:00
Kris Maglione
d4f9daf879
Bug 1287209: Handle popup and options browser resizing using a frame script. r=aswan
...
MozReview-Commit-ID: DIfynklqrus
2016-10-20 15:27:51 -07:00
Phil Ringnalda
12b5bd3b6d
Backed out 2 changesets (bug 1287209) for failures in browser_ext_pageAction_popup_resize.js
...
Backed out changeset 50dcca551b63 (bug 1287209)
Backed out changeset cc7503f09572 (bug 1287209)
MozReview-Commit-ID: A5q4SnWzgOa
2016-10-20 19:23:33 -07:00
Kris Maglione
967a70173c
Bug 1287209: Handle popup and options browser resizing using a frame script. r=aswan
...
MozReview-Commit-ID: DIfynklqrus
2016-10-20 15:27:51 -07:00
Wes Kocher
8bf7d8ac8b
Backed out 2 changesets (bug 1287209) for browser_ext_commands_execute_browser_action.js leaks a=backout
...
Backed out changeset a6787db4d131 (bug 1287209)
Backed out changeset 7ea8213113d7 (bug 1287209)
2016-10-20 14:37:12 -07:00
Kris Maglione
ddb12899fc
Bug 1287209: Handle popup and options browser resizing using a frame script. r=aswan
...
MozReview-Commit-ID: DIfynklqrus
2016-10-20 09:57:13 -07:00
Sebastian Hengst
b8a5819c2d
Backed out changeset 68806639c031 (bug 1287209) for failing browser-chrome test browser_ext_popup_corners.js. r=backout
2016-10-20 09:17:03 +02:00
Kris Maglione
c0448e9939
Bug 1287209: Handle popup and options browser resizing using a frame script. r=aswan
...
MozReview-Commit-ID: DIfynklqrus
2016-10-19 20:19:43 -07:00
Mark Banner
233309fbe2
Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
...
MozReview-Commit-ID: JrbFxQ5rj6I
2016-10-18 08:38:10 +01:00