Commit Graph

379 Commits

Author SHA1 Message Date
Matteo Ferretti
d5c43e9be1 Bug 1127238 - Remove the hard-coded list of highlighters; r=pbrosset CLOSED TREE
--HG--
extra : amend_source : cd57594cb3fae346e0d454920bc62475a0a3a9ec
2015-02-03 13:03:33 +01:00
L. David Baron
9216c04170 Bug 743392 - Serialize background-color at the beginning of the last item of the background shorthand. r=heycam
This matches what Chrome and WebKit do for a single-item background
shorthand, per discussion on today's CSS teleconference.  (At least
Chrome has bugs for multiple-items.)

The added test fails without the patch and passes with the patch.
2015-01-22 16:53:56 -08:00
Patrick Brosset
fe745ce8de Bug 1110110 - 1 - Remove various inspector-related exception logs during dt test runs; r=bgrins 2015-01-22 10:42:45 +01:00
Eddy Bruël
3bb5d57ee8 Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins 2015-01-19 13:58:45 +01:00
Cameron McCormack
b013c3f383 Bug 1038134 - Part 6.1: Change browser_ruleview_completion-existing-property_01.js from using border-* to font-*. r=pbrosset 2015-01-17 15:22:52 +11:00
Eddy Bruël
376273f178 Bug 1118806 - Handle uncaught promise rejections in the storage inspector;r=pbrosset 2015-01-13 10:05:20 +01:00
Heather Arthur
a0b8caf89e Bug 990741 - Add telemetry to eyedropper. r=mratcliffe 2014-12-17 11:04:00 -05:00
Michael Ratcliffe
f1910c2703 Bug 1111601 - Avoid using hiddenwindow in DevTools code r=pbrosset 2014-12-17 13:43:30 +00:00
Patrick Brosset
bb4602bdd6 Bug 1104908 - 3 - Re-enable most of the styleinspector tests on e10s; r=me 2014-12-16 22:34:17 +01:00
Patrick Brosset
ecde280972 Bug 1104908 - 2 - Remove the timeout in styleinspector's waitforsuccess test helper function; r=harth 2014-12-16 22:34:13 +01:00
abdelrhman
605c00590b Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Patrick Brosset
b768f4fff8 Bug 1075319 - Use native add_task in devtools mochitests rather than custom asyncTest. r=miker 2014-12-15 03:37:00 -05:00
Patrick Brosset
9e025608e5 Bug 1104908 - 1 - Fix e10s intermittent browser_computedview_original-source-link.js; r=harth 2014-12-15 12:24:47 +01:00
Patrick Brosset
1146fefa22 Bug 1103993 - 4 - Cleanup styleinspector tests; r=bgrins 2014-12-10 09:09:25 +01:00
Patrick Brosset
1baa19bc8d Bug 1103993 - 3 - Only refresh the rule/computed views when active; r=bgrins r=ochameau 2014-12-10 09:09:19 +01:00
Patrick Brosset
6d7adb7511 Bug 1103993 - part 2 - Clean-up some of the style-inspector's code; r=bgrins 2014-11-26 10:18:12 +01:00
Patrick Brosset
ace98a2558 Bug 1103993 - part 1 - Rename the style-inspector's highlight methods; r=bgrins 2014-11-26 10:18:07 +01:00
Ryan VanderMeulen
0edf2d6b2a Bug 1104908 - Disable the Style Inspector tests on Linux e10s.
CLOSED TREE

--HG--
extra : rebase_source : 48f548c3da3cdf4e9c18b8e3604e6887ca64f612
2014-11-25 14:23:01 -05:00
Brian Grinstead
69976432b4 Bug 1102084 - Add more contrast for the currently hovered node in the markup view;r=vporof 2014-11-24 13:59:46 -08:00
Brian Grinstead
94b0d4767d Bug 1102369 - Convert existing devtools colors to CSS variables - part 2;r=vporof 2014-11-20 12:10:32 -08:00
Heather Arthur
7188113861 Bug 1040653 - Make eyedropper work with e10s. r=mratcliffe 2014-11-07 16:46:00 +01:00
Eddy Bruël
06d15c0ebc Bug 1090340 - Disable failing tests on Linux Opt for E10S (Holly);r=me 2014-10-28 17:14:00 +01:00
Simon Lindholm
28b1a6609d Bug 1075444 - Handle "(" when parsing CSS for the Style Inspector. r=bgrins 2014-10-24 05:28:00 -04:00
Bruno Peres
18da7e0c5a Bug 949651 - Serialize all pseudo-elements with the two-colon syntax, even those that allow one colon. r=dbaron 2014-10-18 17:01:58 -04:00
David Rajchenbach-Teller
157af6afe5 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Carsten "Tomcat" Book
7917fa69ef Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures 2014-10-10 10:41:25 +02:00
Heather Arthur
3f7265abd5 Bug 1077523 - Enable CSS source maps by default. r=bgrins 2014-10-09 14:27:00 +02:00
David Rajchenbach-Teller
78201d5734 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Andrew Halberstadt
2da4ee197d Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Carsten "Tomcat" Book
1f82b2fb58 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Michael Pruett
1e54b96268 Bug 1056871 - Remove workarounds for bug 687194 in tests. r=mconley 2014-09-28 21:52:25 -05:00
Brian Grinstead
03ce1f7e86 Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_pseudo-element.js => browser/devtools/styleinspector/test/browser_ruleview_pseudo-element_01.js
2014-09-29 09:29:00 +02:00
Manu Jain
65c5e9792a Bug 1069980 - [rule view] Adding a new css rule on an element with multiple classes doesn't work. r=pbrosset 2014-09-22 07:20:00 -04:00
Mark Hammond
9155d08b3c Bug 1063845 - Fix remaining style inspector e10s tests. r=pbrosset 2014-09-18 19:18:25 +10:00
Wes Kocher
332233753a Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo
320f4e1440 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Paul Rouget
e3b0a150ca Backed out changeset a6d02cff43d3 (bug 1037235) for breaking WebIDE (bug 1067331)
--HG--
extra : amend_source : a7bfb1e931122663e7c14a7362a849520388e495
2014-09-15 16:23:04 +02:00
Erik Vold
6f40aa53bd Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop 2014-09-09 18:33:55 -07:00
Gabriel Luong
fac958c77d Bug 1061003 - Add New Rule won't work in non-english locales. r=harth 2014-09-02 11:27:00 +02:00
Patrick Brosset
eb93385b5d Bug 1059360 - Highlight nodes that match selectors in the computed-view on mouse-over. r=miker 2014-09-02 04:13:00 +02:00
Gijs Kruitbosch
a44fae6d32 Bug 991757 - add telemetry for the context menu, r=mconley,bgrins,f=bwinton 2014-08-14 20:44:59 +02:00
Heather Arthur
c858e0a3c9 Bug 871423 - Open correct inline stylesheet from style inspector link. r=bgrins 2014-08-22 15:30:00 -04:00
Patrick Brosset
53fead7ba2 Bug 1056990 - Highlight all nodes that match the hovered selector in the rule-view; r=miker 2014-08-22 11:52:31 -07:00
Ryan VanderMeulen
e4c0d1d006 Backed out changeset 495a024e0c4d (bug 871423) for xpcshell failures. 2014-08-21 21:38:37 -04:00
Heather Arthur
1673906249 Bug 871423 - Open correct inline stylesheet from style inspector link; r=bgrins 2014-08-21 15:51:33 -07:00
John Daggett
e3b482b889 Bug 1041951 - adjust devtools tests for font-variant as a shorthand. r=mratcliffe 2014-08-20 16:54:31 +09:00
Patrick Brosset
3cbcd5124b Bug 1030735 - Enable devtools/styleinspector test with e10s. r=jwalker 2014-08-18 01:19:00 -04:00
Michael Ratcliffe
371ae8b44e Bug 1040701 - Fix marking of changed properties in rule view r=pbrosset 2014-08-11 14:17:52 +01:00
Gabriel Luong
50e6b157c6 Bug 1050940 - Nearly permanent on Linux debug browser_ruleview_keyframes-rule_02.js | Test timed out - Test timed out or Added opacity property should have been used. - Got 1, expected 0 r=gl
CLOSED TREE
2014-08-08 14:30:10 -07:00
Gabriel Luong
bdd0db5b0b Bug 1049938 - [rule view] Destroy the Add Rule menuitem when CssRuleView is destroyed. r=harth 2014-08-06 15:50:00 -04:00