Patrick Brosset
4ef5ae3f3b
Bug 1151956 - Add tooltips with refs to source css rules in the layout-view; r=miker
...
--HG--
extra : rebase_source : 56dc9040db51b0d3d0c95d1039db5475ae00292c
2015-04-16 18:40:40 +02:00
Jordan Santell
73ef930712
Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset
2015-04-14 08:58:58 -07:00
Carsten "Tomcat" Book
6fc008ccfc
Backed out changeset 145f6347bb11 (bug 1137285) depending on the backout of bug 1145049
...
--HG--
extra : rebase_source : 3910ece62d2aafe466ce3aff65ebd164052d11cf
2015-04-15 17:24:06 +02:00
Carsten "Tomcat" Book
26799a7307
Backed out changeset 120d272971a6 (bug 1137285)
...
--HG--
extra : rebase_source : 890cba751909152d0e7d7f51db43c10672831d6e
2015-04-15 17:23:18 +02:00
Carsten "Tomcat" Book
2c95d28b6b
Backed out changeset 3570dbae06e2 (bug 1137285)
...
--HG--
extra : rebase_source : 1f3f448a438812c7e5810ebc8d735755936fdb72
2015-04-15 17:23:10 +02:00
Brian Grinstead
e1f2963567
Bug 1149346 - DevTools sourceeditor: make selection of an autocomplete item include the full text of the item;r=pbrosset
...
Previously, there was a case where typing 'a' and then selecting '#about' would
end up with 'about' in the editor. The selection wasn't taking this situation
into account, so now if the prefix of the autocomplete item contains the entire
text of the line, then replace the first part of the line with the item
2015-04-15 08:15:22 -07:00
Patrick Brosset
4ae0fca079
Bug 1149346 - First word in selector-search also matches classes and ids; r=harth
2015-04-15 08:15:20 -07:00
Brian Grinstead
0511749b55
Bug 969914 - Make developer toolbar match the light devtools theme when applied;r=jwalker,r=pbrosset
2015-04-15 08:12:49 -07:00
Carsten "Tomcat" Book
58d3ae7f5d
Backed out changeset 6c4285b179df (bug 1145049)
2015-04-15 16:12:30 +02:00
Carsten "Tomcat" Book
28914c9267
Backed out changeset d800c6c9493d (bug 1145049)
2015-04-15 16:12:25 +02:00
Alexandre Poirot
6469c6796e
Bug 1137285 - Convert inspector test to be remote friendly r=pbrosset
2015-04-15 13:55:30 +02:00
Alexandre Poirot
21c1b20bb3
Bug 1137285 - Replace content.location = ... by a navigateTo request r=pbrosset
2015-04-15 13:55:29 +02:00
Alexandre Poirot
30fa572d38
Bug 1137285 - Convert addTab+openInspector to openInspectorForURL r=pbrosset
2015-04-15 13:55:29 +02:00
Alexandre Poirot
8b4c3a2d9e
Bug 1145049 - Cleanup correctly tests run from browser/devtools/shared/test. r=bgrins
2015-04-15 00:35:33 +02:00
Alexandre Poirot
61b9409505
Bug 1145049 - Fix browser_toolbar_webconsole_errors_count when run independently. r=bgrins
...
DeveloperToolbar.show now returns a promise.
This code was missed during the refactoring as it wasn't executed
because some previous test wasn't cleaning up correctly and the toolbar was still on.
2015-04-15 00:35:33 +02:00
John Giannakos
162c95fbc9
Bug 1148081 - Cubic Bezier tooltip styling updates to prevent unnecessary overflow. r=bgrins
2015-04-13 09:48:00 +02:00
Jan Keromnes
bcbcedb080
Bug 1141571 - Add a legend to the Box Model tool. r=bgrings
2015-04-14 08:58:00 +02:00
Jan Keromnes
3640dc402f
Bug 1141571 - Replace box model's old tooltip mechanism with title attributes. r=pbrosset
2015-04-14 05:59:00 +02:00
Carsten "Tomcat" Book
807db18b59
Merge mozilla-central to mozilla-inbound
2015-04-14 16:15:02 +02:00
Ms2ger
f1fc41b0e5
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Ms2ger
7a131fd192
Bug 949614 - Update test_simulators.html for new is() semantics; r=janx
2015-04-14 15:27:34 +02:00
Carsten "Tomcat" Book
3ac2fef09c
Backed out changeset 946b935a9cb4 (bug 1077464) for suspicion of causing dt e10s perma failure on a CLOSED TREE
2015-04-14 08:59:56 +02:00
Willian Gustavo Veiga
dfd03446c5
Bug 992947 - Add "Open Link In New Tab" item to stylesheet list. r=bgrins
2015-04-13 16:16:16 -07:00
Sami Jaktholm
bff6d53b6d
Bug 1150005 - Don't wait for "editor-selected" event in browser_styleeditor_fetch-from-cache.js as it may have already been emitted. r=bgrins
2015-04-11 10:34:31 +03:00
Jordan Santell
94861a14d6
Bug 1151246 - flame graph header should render above the flame graph. r=vp
...
--HG--
extra : rebase_source : 2cda9d0d8fc696d3c56c08841364530eb9dfbf79
2015-04-12 09:31:00 +02:00
Patrick Brosset
fd53c00637
Bug 988278 - Fixes ESCape keypress mess in the inspector to make sure the split console opens; r=miker
...
This fixes 2 problems related to the split console not opening when it should.
1 - After the inspector selection mode (pick mode) was canceled with ESC, pressing ESC once
again did not open the split console, because the toolbox did not have the focus.
2 - The markup-view tooltip (used to preview images) was eating the first ESC keypress when
the markup-view was focused, even though the tooltip was hidden. This was forcing users to
press ESC twice to open the split console.
--HG--
extra : rebase_source : 503e6f0a8fa2ef153f714af1361e85ad844a49d2
2015-04-13 10:51:49 +02:00
Patrick Brosset
e6e0278825
Bug 966787 - 2 - Skip inspector breadcrumb updates when the output doesn't change; r=bgrins
...
Whenever something changed on the selected element (pseudo, attribute), the
breadcrumbs widget used to loop over all breadcrumbs buttons and re-create the
markup for each.
Now, we cache a string version of the text displayed in a button and compare
the new value to that in the loop, to skip DOM updates.
Additionally, the breadcrumbs widget used to update itself after all markup mutations
in the DOM tree displayed in the inspector. The update method now looks at the mutations
array and early return if none of them actually impact the displayed breadcrumbs.
--HG--
extra : rebase_source : 4945c42d03e5be856c92919aa271811e66f3d188
2015-04-13 10:22:05 +02:00
Patrick Brosset
b97af70f4e
Bug 966787 - 1 - Code cleanup in breadcrumbs.js; r=bgrins
...
For a better consistency with the rest of the DevTools codebase.
--HG--
extra : rebase_source : 7bf01b3c7bc42809fbc8c0aacbceccc23e311c77
2015-04-08 12:16:25 +02:00
Ryan VanderMeulen
8cde06547d
Backed out changeset f6f3ab17d638 (bug 955933) for e10s browser_net_copy_as_curl.js failures.
...
--HG--
extra : rebase_source : 029530f8b5279235e0f0d4a4cce92358d7ade2ac
2015-04-10 14:11:50 -04:00
Ryan VanderMeulen
fcf455a317
Backed out changeset 881ef048e290 (bug 1147945) for causing spammy TypeErrors that make sheriffing real failures difficult.
2015-04-10 13:58:28 -04:00
Jordan Santell
51e2712cec
Bug 1153011 - Remove zoom button from call tree. r=vporof
...
--HG--
extra : rebase_source : 3d3e94ee1e7e6f65009537f7f93d03b255b566c4
2015-04-09 17:41:00 -04:00
Jordan Santell
8278107996
Bug 1152605 - Should not show host names for chrome URIs. r=vporof
...
--HG--
extra : rebase_source : baf61a39259db61283a04021b89471941435b71b
2015-04-09 17:02:00 -04:00
Jose Antonio Olivera Ortega
3230368cad
Bug 1150946 - Relabel Service Workers toolbox option. r=nsm, r=jryans
2015-04-08 02:35:00 -04:00
Jan Keromnes
c1cecf079c
Bug 1090949
- Transition test_addons.html to the new Simulator architecture. r=ochameau
2015-04-08 14:45:00 -04:00
Jan Keromnes
7afd2ee815
Bug 1090949
- Make WebIDE's Firefox OS Simulators configurable. r=ochameau
2015-04-08 14:43:00 -04:00
Jan Keromnes
24089aabe1
Bug 1090949
- Add way to make WebIDE runtimes configurable. r=ochameau
2015-04-08 14:42:00 -04:00
Pierre de La Morinerie
730714e0b7
Bug 955933 - Allow copying the network response string. r=vporof
2015-04-06 23:46:00 -04:00
Jordan Santell
86593b6b51
Bug 1147945 - Let the profiler's buffer size and sample rate be configurable via prefs. r=vp
2015-04-08 00:16:00 +02:00
Mahdi Dibaiee
8a2b7753f8
Bug 1055181 - Mochitests for the CSS Filter tooltip; r=pbrosset
...
--HG--
extra : rebase_source : d455b727e82bc8eb5817d470a20e5464b7358068
extra : histedit_source : 82eac2b90816fdedd8b4fb7c910db3ac01d78ff6
2015-04-10 12:01:40 +04:30
Mahdi Dibaiee
43193dfe3b
Bug 1055181 - CSS Filter Tooltip; r=pbrosset
...
Adds a new devtools tooltip type in the inspector used to edit
css filters. The widget displayed in the tooltip allows to add,
edit, remove, and re-order filters.
Changes made inside the tooltip are applied to the filter
property in the rule-view.
--HG--
extra : rebase_source : a38ce7108bfa4e035892c3c3d89098dc1b2b0052
extra : histedit_source : ff309c03f920359df61e139731f8f57cf55a1545
2015-04-09 13:30:42 +04:30
Patrick Brosset
4aa03199c3
Bug 873443 - Make the inspector search suggest and select elements in frames; r=bgrins
...
This makes the inspector search input show suggestions for nodes in all documents in
the content page. Selecting a suggestion also now selects the corresponding nodes
even when they are inside nested frames.
--HG--
extra : rebase_source : e7d3ac809ea8f223acfb5d04dd72a9e6a292796d
2015-04-09 17:11:06 +02:00
Nick Fitzgerald
d5e8a58213
Bug 1148759 - Ensure that we can inspect objects that reference a Promise; r=past
2015-04-09 14:32:21 -07:00
J. Ryan Stinnett
16c3ec6a5b
Bug 1149677 - Force minimum QR code size. r=past
2015-04-03 06:46:00 -04:00
Aaron Graham
2e105f3c08
Bug 892229 - Ctrl+F / Cmd+F should search/filter requests. r=vporof
2015-04-06 15:11:00 -04:00
Sami Jaktholm
6fcf3030b7
Bug 1148770 - Don't load CodeMirror editor if StyleSheetEditor is destroyed before load is called. r=bgrins
2015-04-08 20:41:00 +03:00
Shu-yu Guo
2b4333d54b
Bug 1151679 - Display the property name in the JIT Optimizations side pane. (r=jsantell)
2015-04-08 20:36:20 -07:00
Nick Fitzgerald
ec1ec1e487
Bug 1151703 - Part 3: Add a test for HTML parsing markers; r=jsantell
2015-04-08 11:25:56 -07:00
Nick Fitzgerald
8d460f9783
Bug 1151703 - Part 2: Show XML and HTML parsing markers in the performance tool; r=jsantell
2015-04-08 11:25:56 -07:00
J. Ryan Stinnett
599d0d997a
Bug 1134166 - Check for project when updating toolbox state. r=me
2015-04-08 04:09:42 -05:00
J. Ryan Stinnett
d58232d80a
Bug 1134166 - Close toolbox if selected app dies. r=ochameau
2015-04-08 04:09:42 -05:00