Ryan VanderMeulen
39b284d947
Merge fx-team to m-c. a=merge
2016-03-25 11:36:26 -04:00
J. Ryan Stinnett
72d3e813fa
Bug 1233780 - Avoid CPOWs in GCLI security csp. r=jwalker
...
MozReview-Commit-ID: Gb6tuRL8Tcn
2016-03-24 14:10:27 -05:00
J. Ryan Stinnett
76c8287ad6
Bug 1249934 - Avoid CPOWs in GCLI cookie commands. r=jwalker
...
MozReview-Commit-ID: 3a1PoMDbUYW
2016-03-24 14:10:27 -05:00
Daisuke Akatsuka
a096e3264f
Bug 1253493 - Part2: Show iterationStart to the GUI. r=pbro
2016-03-23 13:06:43 +09:00
Daisuke Akatsuka
459706a9ee
Bug 1253493 - Part1: Show iterationStart to the tooltip. r=pbro
2016-03-23 12:56:32 +09:00
Nicolas Chevobbe
c123351274
Bug 1250835 - Display swatch for angles in the rules panel. r=miker
...
Add a swatch before angle values in the rules panel and allow cycling
through angle units with shift+click (like we already do for color units).
MozReview-Commit-ID: CWhoUQTkP1G
--HG--
extra : transplant_source : %5B%E5%AD%22%D2%20uk%07%EE%A9%E4%91YS%B3R%C3%DF%21
2016-03-08 23:04:54 +01:00
Jan Odvarko
26b7a789ee
Bug 1244912 - JSON Viewer: hide object summary when object is expanded; r=jryans
2016-03-22 15:36:52 +01:00
Lin Clark
367e617129
Bug 1239436 - Remove in-place mutation of trees' expanded sets in reducers. r=fitzgen
2016-03-16 13:19:00 +01:00
Jason Laster
37f4efccea
Bug 900763 - "edit conditional breakpoint". r=jlong
...
This patch updates the Source Editor contextmenu's UX. Prior to the
patch, the menu would show the option "Add conditional breakpoint" even
when there was a conditional breakpoint. Now, that option reads "Edit
conditional breakpoint".
2016-03-23 07:22:00 +01:00
Patrick Brosset
d78eee6af3
Bug 1258333 - Prevent errors when unhighlighting when the toolbox is closed; r=zer0
...
MozReview-Commit-ID: HUhCsqiVtEd
--HG--
extra : rebase_source : b4e18740d646192e0796ac1fd95458d8846311e4
2016-03-23 17:26:25 +01:00
Nick Fitzgerald
aded56b1da
Bug 1241815 - Show a message when filtering yields no matches; r=jsantell
2016-03-23 13:08:29 -07:00
Gabriel Luong
953ea24d24
Bug 1258793 - Upgrade to CodeMirror 5.13.0 r=bgrins
2016-03-23 12:41:06 -04:00
Brian Grinstead
1450c8d113
Bug 1243988 - Enable browser_webconsole_autocomplete_popup_close_on_tab_switch.js in e10s;r=linclark
...
MozReview-Commit-ID: 6woBzDyh3Jm
2016-03-23 08:48:46 -07:00
Carsten "Tomcat" Book
82bec00572
Merge mozilla-central to fx-team
2016-03-23 16:30:13 +01:00
Carsten "Tomcat" Book
b5709cdb58
merge mozilla-inbound to mozilla-central a=merge
2016-03-23 16:14:48 +01:00
Ryan VanderMeulen
aed2a533e5
Backed out changeset 0714a2e98d5e (bug 900763) for suspicion of causing widespread devtools leaks on a CLOSED TREE.
2016-03-22 23:46:38 -04:00
Jan Odvarko
eb138db0c4
Bug 1255975 - Fix reference to non-existing css file. r=Gijs
2016-03-17 18:46:16 +01:00
Esteban Escandell
0d6fc3650a
Bug 1242988 - Replac styleeditor's _ l10n function with getString. r=pbro
2016-03-22 02:55:00 -04:00
Jason Laster
47546448f9
Bug 900763 - Change "add conditional breakpoint" menu option to "edit conditional breakpoint" when one already exists. r=jlong
...
This patch updates the Source Editor contextmenu's UX. Prior to the
patch, the menu would show the option "Add conditional breakpoint" even
when there was a conditional breakpoint. Now, that option reads "Edit
conditional breakpoint".
2016-03-18 11:22:00 -04:00
Lin Clark
c2c3ee5659
Bug 1253784 - Add Immutable.js. r=bgrins, r=gerv, r=fitzgen
2016-03-22 10:50:00 -04:00
Ryan VanderMeulen
aeb0624994
Bug 1253935 - Skip browser_styleeditor_fetch-from-cache.js on e10s debug due to being prone to intermittent spurts of permafail.
2016-03-22 21:41:54 -04:00
Brian Grinstead
44a9c4e544
Bug 1243993 - Enable browser_webconsole_split_persist.js in e10s;r=me
...
MozReview-Commit-ID: DiBlUGhicSe
2016-03-22 14:21:29 -07:00
Brian Grinstead
aa74c2af2b
Bug 1237124 - Remove CPOW usage in browser_webconsole_bug_658368_time_methods.js;r=linclark
...
MozReview-Commit-ID: GW74p2Hb8iC
2016-03-22 14:18:52 -07:00
Brian Grinstead
595bf767f2
Bug 1243991 - Enable browser_eval_in_debugger_stackframe.js in e10s;r=linclark
...
MozReview-Commit-ID: 30i7TnP4gda
2016-03-22 14:02:07 -07:00
Brian Grinstead
1160733ba6
Bug 1243982 - Enable browser_webconsole_closure_inspection.js in e10s;r=linclark
...
MozReview-Commit-ID: BoABzrQsHJd
2016-03-22 14:01:10 -07:00
Julian Descottes
f879f61a4b
Bug 1255804 - fix dominator view infinite loading when importing snapshot;r=fitzgen
...
Extracted new snapshot action to compute snapshot data: take census + compute
dominator-tree if the current view is the dominator-view (logic extracted from
takeSnapshotAndCensus action). This action is reused when importing a snpashot.
Added a new unit test to test the import from the dominator tree view.
Modified exising import unit test to check snapshot.census.display instead of
snapshot.display (which was undefined).
MozReview-Commit-ID: 8JN1arfaI1H
--HG--
extra : rebase_source : 8d0a57ff39ac2a8cf1be073e0cd2adb529e25b68
2016-03-21 17:14:16 +01:00
Michael Ratcliffe
c57adf2496
Bug 1231154 - Make cookies table fields editable via double-click in storage inspector r+pbro
...
MozReview-Commit-ID: 9RthfEhCev1
--HG--
extra : rebase_source : 1062d1c74581a67f0ec6390cd120c9e170581402
extra : amend_source : f646ec333c6dcf96683206cb220f6aa233404d9f
2016-03-01 23:36:39 +00:00
Michael Ratcliffe
d1d9e7893b
Bug 1235350 - Storage Inspector needs a simplified inline editor r+pbro
...
MozReview-Commit-ID: DBfeUEKQNly
--HG--
extra : rebase_source : 31fba0dd2a9bbe5ca5084f1b5da81bbeb04fecdc
extra : amend_source : 4bcf6fe802bbcb9e353556d39b8790a316aefb77
2016-03-01 22:47:31 +00:00
Wes Kocher
1922ce7aa8
Merge m-c to inbound, a=merge CLOSED TREE
...
MozReview-Commit-ID: KCev5FqbsuD
2016-03-22 16:57:35 -07:00
James Long
b3e9ba976b
Bug 1177329 - make sure sourcemapped frames appear in order r=fitzgen
2016-03-22 14:05:15 -04:00
Carsten "Tomcat" Book
649d8ccabf
Backed out changeset 792ec1f6bbbf (bug 1258361) for failing on own test
...
--HG--
extra : rebase_source : 31397a6f34a1ac1648f75f612489644c210281d8
2016-03-22 14:02:44 +01:00
Patrick Brosset
f00aa13db1
Bug 1252345 - Enable browser_markup_copy_image_data.js and browser_markup_image_tooltip.js with e10s; r=test-only
...
MozReview-Commit-ID: 11wnqM9iWYj
--HG--
extra : rebase_source : a45405f383e7c1858d99c753814f0395cb273581
2016-03-22 13:40:57 +01:00
Carsten "Tomcat" Book
58f863b9a0
Merge mozilla-central to fx-team
2016-03-22 12:32:56 +01:00
Carsten "Tomcat" Book
5d83e31d04
merge mozilla-inbound to mozilla-central a=merge
2016-03-22 12:14:15 +01:00
J. Ryan Stinnett
f05234afd0
Bug 1258361 - Wait for second streaming response to display. r=vporof
...
MozReview-Commit-ID: LV9O4BOThw0
2016-03-22 05:46:58 -05:00
Victor Porof
97c734135a
Bug 1258416 - Update test_marker-utils.js to register a prefs observer, r=orange
2016-03-22 11:41:27 +01:00
Victor Porof
dea1b85c7e
Bug 1258416 - Cleanup marker.js and marker-formatters.js by adding missing l10n strings, removing dead code and updating comments, r=jsantell
...
--HG--
rename : devtools/client/performance/modules/logic/marker-formatters.js => devtools/client/performance/modules/marker-formatters.js
2016-03-22 10:17:21 +01:00
Victor Porof
d0fa63081e
Bug 1258371 - Cleanup performance/modules/io.js to pass eslint and switch to using DOM promises, r=jsantell
2016-03-22 10:17:21 +01:00
Victor Porof
b57c576149
Bug 1258309 - Update all occurences of ViewHelpers.Prefs to use the new module, r=jsantell
2016-03-22 10:17:21 +01:00
Victor Porof
6f934638aa
Bug 1258309 - Pull ViewHelpers.Prefs into its own module, r=jsantell
2016-03-22 10:17:21 +01:00
Victor Porof
1cfbac47ef
Bug 1258305 - Update all occurences of ViewHelpers.L10N and MultiL10N to use the new module, r=jsantell
2016-03-22 10:17:21 +01:00
Victor Porof
a994b4a225
Bug 1258305 - Pull ViewHelpers.L10N, MultiL10N into their own module, r=jsantell
2016-03-22 10:17:20 +01:00
Victor Porof
8dd039677b
Bug 1258302 - Create a categories module instead of placing everything in global.js, r=jsantell
2016-03-22 10:17:20 +01:00
Brian Grinstead
023c3d96a4
Bug 1243975 - Enable browser_webconsole_bug_632817.js in e10s;r=linclark
...
MozReview-Commit-ID: C2UgQf2SoOm
2016-03-21 17:29:02 -07:00
Sebastian Hengst
fd82225d94
Bug 1251767 - Add WS filter button to net panel. Follow-up: Use multiple lines for code if necessary to not have more than 80 characters on a line and make eslint happy. r=follow-the-rule-of-eslint
2016-03-22 00:42:23 +01:00
Nick Alexander
e90bd4aabb
Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice
...
MozReview-Commit-ID: 63yJGdgPbhe
--HG--
extra : rebase_source : 2256e0a12588703a83f4cba06971231ac3c64592
extra : amend_source : 1f35a04191f37225986bd7ff4d0b6b2c34a71b05
extra : histedit_source : 82d351700936c8e1297eeca91ce00f96340e2f2c
2016-03-18 14:41:51 -07:00
Espen H
bdacd45ef9
Bug 1251767 - Add WS filter button to net panel; r=honza
...
MozReview-Commit-ID: 5saZhJ9FfMS
--HG--
extra : rebase_source : cf1feb51bb4085a857d524ec7c7697f71470ad95
2016-03-21 18:24:11 -04:00
James Long
4708d63823
Bug 1245030 - simplify breakpoint colors in debugger to reduce visual clutter r=hholmes
2016-03-21 16:40:21 -04:00
Gabriel Luong
0891518f38
Bug 1241714 - Part 2: Fix a typo with prefs r=me
2016-03-21 16:02:22 -04:00
Gabriel Luong
9186b6ac79
Bug 1241714 - Implement a selectable device list that applies settings to the viewport r=jryans
2016-03-21 14:48:31 -04:00