Patrick Brosset
a4061faabe
Bug 988313 - Split some of the longer devtools/styleinspector tests; r=miker
...
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_ui.js => browser/devtools/styleinspector/test/browser_ruleview_edit.js
2014-04-07 21:27:28 +02:00
Patrick Brosset
caf3bb957f
Bug 988313 - Rewriting all devtools/styleinspector tests to be shorter, less prone to failures and more consistent; r=miker
2014-04-07 21:27:24 +02:00
Thomas Andersen
c7798ee317
Bug 988283 - Show full path to CSS file on link hover. r=bgrins
2014-04-04 20:24:27 +02:00
Brian Grinstead
608c063223
Bug 985924 - Upgrade sourceeditor to CodeMirror 4.0.3; r=msucan
2014-04-04 12:44:10 -05:00
Brian Grinstead
9f150cc40f
Bug 985924 - Upgrade autocomplete to support multi selection in CodeMirror 4; r=msucan
2014-04-01 09:59:00 -05:00
Thomas Andersen
a271a41081
Bug 958176 - Split console: Escape should close console sidebar (when visible) without closing split console. r=msucan
2014-04-03 17:40:26 +02:00
Gavin Sharp
63a1e006c0
Bug 992485: disable info() in devtools tests that is bloating browser-chrome test logs, CLOSED TREE
2014-04-05 12:19:00 -07:00
Dave Townsend
54bf4a2bec
Bug 850336: Devtools box model should be editable. r=pbrosset
2014-04-03 17:37:26 -07:00
Victor Porof
26c43cf1ec
Bug 991376 - The variables inspection popup shouldn't opening when hovering js literals. r=past
2014-04-02 19:38:07 -04:00
Jordan Santell
594efd07b8
Bug 991347 - Hide the displaying of the canvas editor when debugging an addon target. r=vp
2014-04-02 16:28:18 -07:00
James Long
b122e38819
Bug 812172 - Add conditional breakpoint handling to the debugger client. r=vp
2014-04-04 08:27:57 -04:00
Victor Porof
db5a1d0d8e
Relanding bug 991175 as a backout of changeset b1b18a46eda2 because it has no tests and can't cause browser-chrome bustage, r=me
2014-04-04 03:13:45 -04:00
Victor Porof
f3f0e07468
Relanding bug 991392 as a backout of changeset a192ea8b6fce because it has no tests and can't cause browser-chrome bustage, r=me
2014-04-04 03:13:45 -04:00
Wes Kocher
47966ad501
Backed out changeset 312c314e230b (bug 991175) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE
2014-04-03 15:15:39 -07:00
Wes Kocher
83eb7ca9eb
Backed out changeset a17657a71b01 (bug 991376) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE
2014-04-03 15:15:26 -07:00
Wes Kocher
bb3aade90a
Backed out changeset d53cc3ad38ec (bug 991392) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE
2014-04-03 15:14:53 -07:00
Panos Astithas
6929a22b3c
Bug 991112 - Disable RDP logging for faster tests. r=vporof
...
--HG--
extra : rebase_source : 4a5b5b8001a7a9e1bf0aae3ecd6bb600b6d15154
2014-04-03 18:22:49 +03:00
Panos Astithas
0cdb7c7b4a
Fix a typo in error reporting when attaching to the tracer (bug 989627). r=vporof
...
--HG--
extra : rebase_source : 59547f9b8f21bc4205b358701d1c9aa900049e81
2014-04-03 16:59:46 +03:00
Victor Porof
453fd4ebe3
Bug 991392 - Make the separator between the watch expressions and variables view visible in the debugger, r=past
2014-04-03 11:22:23 -04:00
Victor Porof
23f74dd497
Bug 991376 - The variables inspection popup shouldn't opening when hovering js literals, r=past
2014-04-03 11:22:23 -04:00
Victor Porof
b014790f0a
Bug 991175 - Headers values in the netmonitor sidepane are very hard to read and copy after clicking on them, r=msucan
2014-04-03 11:22:22 -04:00
Heather Arthur
eda9fd6c0b
Bug 990672 - Remove query string from linked CSS file path in style editor; r=pbrosset
2014-04-01 16:44:00 +02:00
Panos Astithas
868c5c7a5e
Miscellaneous lazification and cleanups in devtools framework code (bug 986841). r=dcamp
2014-04-03 11:19:42 +03:00
Panos Astithas
e84722d045
Lazy load modules as much as possible in gDevTools.jsm (bug 986841). r=dcamp
...
Also, ensure the devtools main module is only loaded once as it may have observable side-effects (like breaking the browser_toolbox_options.js test).
2014-04-03 11:19:31 +03:00
Patrick Brosset
55b7d758a1
Bug 979292 - Correctly place image tooltip in ruleview after a colorpicker was used; r=harth
2014-04-03 10:12:31 +02:00
Phil Ringnalda
a21ec22a24
Back out 81dd398600c4 (bug 850336) for linux bc2 leaks-until-shutdown
2014-04-02 23:17:37 -07:00
Dave Townsend
e5c78fb583
Bug 850336: Devtools box model should be editable. r=pbrosset
2014-04-02 17:44:59 -07:00
Jordan Santell
5ba983f529
Bug 980502 - Implement web audio actors and audio node actors. r=vp
2014-03-26 15:28:24 -07:00
Ed Morley
2aa332455d
Merge mozilla-central and fx-team
2014-04-02 18:25:23 +01:00
Willian Gustavo Veiga
6555d4cf56
Bug 953206 - Add a Scratchpad view menu. r=benvie, r=anton
2014-04-02 11:17:21 -04:00
Ed Morley
716364949e
Backed out changeset 535756591289 (bug 939040) for ticking an assertion after the latest m-c merge; CLOSED TREE
2014-04-02 09:29:16 +01:00
Heather Arthur
1f0c8e3718
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00
Rob Campbell
b8eabed668
Bug 989058 - Some cumulative theme fixes - BACKOUTOMG; r=dcamp,#developers
2014-04-01 12:30:22 -04:00
Mark Hammond
cae334e085
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Sukanta Pal
7ce174faf5
Bug 982735 - Add keyboard shortcut hint for scratchpad jump to line. r=Benvie
2014-04-01 08:57:24 -04:00
Paolo Amadini
2ef3a1ea22
Bug 943621 - Convert to Promise.jsm in style inspector and style editor. r=dcamp, r=harth
2014-01-08 10:53:16 -08:00
Wes Kocher
a0ca84cc0a
Backed out changeset 8032e6ff1372 (bug 939040) for Windows mochitest-4 failures.
2014-03-31 17:02:29 -07:00
Heather Arthur
884d06a39b
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00
Rob Campbell
33732e27ac
Bug 989058 - Cumulative theme fixes; f=bgrins,benvie r=dcamp,fitzgen
2014-03-31 17:40:52 -04:00
Dave Townsend
20fd1dc8f4
Bug 986755: Add-on debugger should use the XPI hierarchy to group sources. r=fitzgen, r=ochameau
2014-03-31 10:19:15 -07:00
Victor Porof
a1506601f0
Bug 989642 - When the netmonitor is docked on the side, the status codes overlap the request verb, r=rcampbell
2014-03-31 11:14:47 -04:00
Victor Porof
3572271153
Bug 989417 - Use Task.spawn in Netmonitor code to improve code readability, r=rcampbell
2014-03-31 11:14:47 -04:00
Victor Porof
78b7a846a4
Bug 989364 - Netmonitor should use CurlUtils to retrieve the request headers from upload stream, r=rcampbell
2014-03-31 11:14:46 -04:00
Brian Grinstead
f6cbc83e84
Bug 988887 - [rule view] Relative image URL link is resolving to chrome://browser/content/devtools/;r=pbrosset
2014-03-31 08:41:00 -05:00
John Hood
1e1e1a3d1c
Bug 925275 - Make Network Monitor log requests persistent. r=vporof
...
Bug 925275: Added in a check to Services.prefs before clearing the screen in netmonitor-controller.js.
Added a new heading called Common Preferences and moved the Enable Persistent Logging checkbox there.
Added a new string to toolbox.dtd for the new heading.
TODO: Add a bug test to reflect these changes.
2013-12-12 15:38:30 -08:00
Patrick Brosset
cd784e9e87
Bug 966424 - Intermittent browser_bug765105_background_image_tooltip.js - Remove the timeout; r=miker
2014-03-31 11:11:37 +02:00
Phil Ringnalda
25ffcd7643
Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined
2014-03-30 23:18:57 -07:00
Mark Hammond
cde2db8ab1
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-03-31 14:11:49 +11:00
Phil Ringnalda
38bc15c969
Merge f-t to m-c
2014-03-30 16:31:41 -07:00
Ehsan Akhgari
d4b93940ac
Bug 984266 - Double the test timeout
2014-03-30 09:58:35 -04:00