Commit Graph

4531 Commits

Author SHA1 Message Date
Nicholas Nethercote
8e1aab92be Bug 1169974 - Tolerate inconsistent-missing-override warnings for MOCK_METHOD2 macro from gtests. r=fitzgen.
--HG--
extra : rebase_source : 9c8a52369ba2e88ac6b67431c6f20286ff0d59d3
2015-09-22 17:33:02 -07:00
Nick Fitzgerald
16ce95af26 Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to
save heap snapsots into; r=mrbkap
2015-09-22 12:09:42 -07:00
Nick Fitzgerald
1b86ebf34b Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap 2015-09-22 12:09:42 -07:00
Nick Fitzgerald
6f88dbdf6e Bug 1206288 - Remove JS::ubi::SimpleEdge and make JS::ubi::Edge a concrete class; r=shu 2015-09-22 11:34:30 -07:00
Jason Orendorff
deb2270515 Bug 1054756, part 5 - Remove Class::convert.
--HG--
extra : commitid : 6KCxWrCseSZ
extra : rebase_source : 63f3cd6ec1ade43c732ffd9b661fe6f2dca9eb4b
2015-03-20 16:28:59 -05:00
Jason Orendorff
54e92d9beb Bug 1054756, part 5 - Remove Class::convert.
--HG--
extra : commitid : KrjkP1flM3c
extra : rebase_source : 8c367e3158528e92ac8ebc51521d32472f1e5bb1
2015-03-20 16:28:59 -05:00
Nick Fitzgerald
54a8708a3a Bug 1182653 - Use JSRuntime* instead of JSContext* in ubi::Node infrastructure; r=sfink
This enables the use of ubi::Node in situations where a JSContext* is not
available, and paves the way for debugging utilities to dump shortest paths from
GC roots to a given ubi::Node that can be used while paused in a debugger.
2015-09-23 09:39:56 -07:00
Yura Zenevich
565d305ee3 Bug 1272011 - improving keyboard accessibility for the inspector breadcrumbs. r=bgrins
MozReview-Commit-ID: A18Ul4HlrlT
2016-08-08 09:53:51 -04:00
Nick Fitzgerald
37246e599b Bug 1223512 - Validate that every edge referent is in the heap snapshot; r=shu 2015-11-13 11:11:09 -08:00
Tom Tromey
4113691556 Bug 1221292 - move nondeterministicGetWeakMapKeys to ThreadSafeChromeUtils; r=bz 2015-11-11 12:55:00 +01:00
Brian Grinstead
dc4568effd Bug 1240196 - Replace instances of console jsterm inputNode.value with a getInputValue function;r=linclark
--HG--
extra : commitid : FWPV5hCdMuC
2016-01-20 14:42:36 -08:00
Alexandre Poirot
9df99e3b76 Bug 1232931 - Allow running browser_service_workers_timeout.js more than once. r=janx 2016-01-20 14:09:26 -08:00
Alexandre Poirot
25bba3377c Bug 1003860 - Various tweaks to the storage inspector. r=mratcliffe 2016-01-20 14:09:25 -08:00
Alexandre Poirot
a6f117c118 Bug 1003860 - Service worker cache for storage actor. r=mratcliffe 2016-01-20 14:09:25 -08:00
Alexandre Poirot
967f4a01c6 Bug 1003860 - Simplify storage setup tasks in storage inspector tests. r=mratcliffe 2016-01-20 14:09:25 -08:00
Alexandre Poirot
5f3ff7dad6 Bug 1240762 - Fix ServiceWorker request coming from Cache/Fetch. r=vporof 2016-01-20 14:09:25 -08:00
Gabriel Luong
aeb0c66822 Bug 1240670 - Hide the filter property search for an unmatched rule r=pbro 2016-01-20 15:48:43 -05:00
Tom Tromey
7bf0fcf7b9 Bug 1239438 - fix most eslint warnings in styles.js; r=pbro 2016-01-20 13:39:06 -07:00
Tom Tromey
f794f14fe7 Bug 1241155 - correctly use indexOf in browser_rules_user-agent-styles.js; r=bgrins 2016-01-20 13:35:18 -07:00
Tom Tromey
a4c0b9d027 Bug 1239336 - set parsing mode on about:PreferenceStyleSheet; r=heycam,bgrins 2016-01-20 13:35:13 -07:00
Brian Grinstead
8903d19a91 Bug 1030318 - Enable devtools/framework tests with e10s - part 4;r=me
--HG--
extra : commitid : FNfKm3cQuJu
2016-01-20 11:52:02 -08:00
Ryan VanderMeulen
af58ee9979 Bug 1135315 - Re-enable the WebIDE mochitest-chrome tests on OSX debug. r=test-only 2016-01-23 20:14:21 -05:00
Carsten "Tomcat" Book
359203771f Merge mozilla-central to mozilla-inbound 2016-05-03 16:19:09 +02:00
Yura Zenevich
8b3552b2c2 Bug 1242851 - adding keyboard focus styles for better accessibility. r=bgrins
MozReview-Commit-ID: Cb6JO5OxAay
---
 devtools/client/framework/toolbox-options.xhtml |  2 +-
 devtools/client/themes/common.css               | 26 +++++++++++++++++++++++++
 devtools/client/themes/toolbars.css             | 19 +++++++++++-------
 devtools/client/themes/variables.css            | 20 +++++++++++++++++++
 devtools/client/themes/webconsole.css           |  9 ++++++++-
 devtools/client/themes/widgets.css              |  9 +++++++++
 6 files changed, 76 insertions(+), 9 deletions(-)

--HG--
extra : rebase_source : 7c3f6f8a7193a8f124a049e051d6a02788ea7eba
2016-05-02 13:47:55 -04:00
Carsten "Tomcat" Book
25fbf67b66 Backed out changeset 878c54ec3954 (bug 1250453) 2016-03-10 14:45:59 +01:00
Marco Castelluccio
1902f1c620 Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-10 11:12:38 +00:00
Carsten "Tomcat" Book
7038334f60 Merge mozilla-central to mozilla-inbound 2016-03-10 11:52:58 +01:00
Christoph Kerschbaumer
f777cc46c2 Bug 1254752 - use newchannel2 within devtools test addon. r=fitzgen 2016-03-09 13:43:38 -08:00
Carsten "Tomcat" Book
33f768c66b Merge m-c to mozilla-inbound 2015-10-01 14:15:17 +02:00
Kevin Grandon
d176e0d847 Bug 1204965 - Graphene support. Merge larch into mozilla-central. r=fabrice r=glandium 2015-09-30 23:49:00 +02:00
amy
3e7c6d5c9c Bug 1273835 - Modified argument of Date() to the unit of millisecond on translateExpires function, r=jduell.mcbugs 2016-05-27 19:17:36 +08:00