Граф коммитов

1901 Коммитов

Автор SHA1 Сообщение Дата
Nicolas Chevobbe 3976954edf Bug 1259559 - Units cycling with shift+click persists value in Style editor. r=miker
Add an 'unit-change' event fired when shift+click on color and angle swatches.
Add a listener on this event in text-property-editor.js to call the same function
that's called when tooltip edit is commited to persist the new unit.
Edit some tests to adapt to this new behaviour and create some tests to make sure
the value obtained via shift+click are actually persisted.

MozReview-Commit-ID: CcF4oiBPEzT

--HG--
extra : transplant_source : %1B%40%A24%EDW.%C5%96%C8m%3C%1F4%DA%F78%D1%26%8B
2016-03-28 21:01:32 +02:00
Brian Grinstead b883f769ec Bug 1258154 - Minor test cleanups for function inspection in console; r=jlongster
MozReview-Commit-ID: KkmC0uxHmPk

--HG--
extra : transplant_source : %07H%20%C2%20%2AC%00%29%85%22%3A%807%F35%A3%FD%99J
2016-03-30 18:30:06 -07:00
Brian Grinstead 20fac4d752 Bug 1258154 - Open functions in variables view if they were returned from console evaluation. r=jlongster
MozReview-Commit-ID: Cv9srKvAWdg

--HG--
extra : transplant_source : Q%8E%A1%D6%80%80%9E%20%0AA%C09T%E5V%27%23%7C%EE%FD
2016-03-30 18:30:05 -07:00
Ricky Chien f4e9875565 Bug 1251863 - Browser Console focuses wrong window. r=lclark 2016-03-27 00:19:00 +01:00
Sami Jaktholm 89043461bf Bug 1242234 - Wait for page load to finish before continuing in browser_webconsole_netlogging.js. r=linclark
The problem with this test is that loadPageAndGetHud() resolves once the console
message about the request is rendered. However, the message is logged immediately
when enough info has been received instead of waiting for all updates, such as
headers, body and timings, to be received.

By the time the test calls waitForFinishedRequest(PAGE_REQUEST_PREDICATE), the
initial request is still pending and the resulting promise resolves once
the initial GET request finishes instead of the POST request triggered by
the form submission causing the test failures.

MozReview-Commit-ID: HkDdKTmzJfM

--HG--
extra : rebase_source : 3f0af6dd9e359fd440deb0c929ed6d8e04b05638
2016-03-31 08:49:38 +03:00
Michael Ratcliffe 435f78dfbe Bug 1231179 - Make sessionStorage entry rows editable via double-click in storage inspector r=pbro
MozReview-Commit-ID: 3DFu6fyEdOS

--HG--
extra : rebase_source : a62ca00bf0366af7f03619eb6211e1e97606b134
2016-03-22 14:24:56 +00:00
Michael Ratcliffe 59c75885f7 Bug 1231155 - Make localstorage entry rows editable via double-click in storage inspector r=pbro
MozReview-Commit-ID: 9SjhR1n5AYG

--HG--
extra : rebase_source : 1ca3cb5f79a3420a3d0735ca4558e1f90eeff6b2
2016-03-18 17:09:52 +00:00
Matteo Ferretti 81de828144 Bug 1210208 - Intermittent browser_cmd_highlight_01.js | This test exceeded the timeout threshold.; r=miker
MozReview-Commit-ID: CIDclgvGylo

--HG--
extra : rebase_source : 48f0faed04418ac80fa48a38a65917e59dea7a69
2016-03-18 16:22:44 -04:00
Matteo Ferretti 4373495447 Bug 1139187 - Unit Test for Geometry Editor; r=pbro
MozReview-Commit-ID: 9smoBjNt1St

--HG--
extra : rebase_source : 57b0e4873193728fa25b74619b8e4a6e19138189
2016-03-17 10:59:39 -04:00
Matteo Ferretti 7d401d4ae4 Bug 1139187 - Allow moving and resizing elements in content; r=pbro
MozReview-Commit-ID: EmmFBXW22dk

--HG--
extra : rebase_source : 78e58f1a61dfafb61cf89498881c40d42c7a6c18
2016-03-17 10:59:03 -04:00
Carsten "Tomcat" Book d614afde81 Backed out changeset 66f61a656571 (bug 1231437) for test failures in browser_storage_cookies_edit.js 2016-04-01 09:27:58 +02:00
Carsten "Tomcat" Book c9534850d1 Backed out changeset 27104628616c (bug 1231437) 2016-04-01 09:27:22 +02:00
Eddy Bruel 012afaa478 Bug 1253976 - Protocol.js error packets should have meaningful `error` and `message` fields;r=jryans 2016-04-01 09:17:50 +02:00
J. Ryan Stinnett 3025dab95c Bug 1240804 - Ignore actions dispatched after RDM close. r=me
MozReview-Commit-ID: Kby5Zy4jeZ2
2016-03-31 19:46:14 -05:00
J. Ryan Stinnett 053ffc34df Bug 1240804 - Wait for RDM tool to init first. r=me
MozReview-Commit-ID: Eb1xsE5irMw
2016-03-31 19:46:14 -05:00
J. Ryan Stinnett b72faf41bd Bug 1240804 - Fix JSON errors in RDM test file. r=me
MozReview-Commit-ID: FITgnNCjq2p
2016-03-31 19:46:14 -05:00
J. Ryan Stinnett 1a86b691de Bug 1258361 - Wait for second streaming response to display. r=vporof
MozReview-Commit-ID: LV9O4BOThw0
2016-03-31 19:46:14 -05:00
J. Ryan Stinnett 515601cee8 Bug 1240804 - Allow remaining unhandled rejections. r=ejpbruel
MozReview-Commit-ID: 1D5BOz1JxJP
2016-03-31 19:46:14 -05:00
J. Ryan Stinnett df00956606 Bug 1240804 - Use common instance of Promise.jsm for test harness promise rejection handling. r=ochameau
MozReview-Commit-ID: 61y0npnHyyU
2016-03-31 19:46:14 -05:00
Nick Fitzgerald 1a331c72d1 Bug 1260939 - Add a method for getting census individuals and their shortest paths to HeapAnalyses{Client,Worker}; r=jimb a=kwierso
MozReview-Commit-ID: HHJ2masZB4k

--HG--
extra : histedit_source : bbc90e79f8ddc76b79faec7ce027b549aaaead45
2016-03-31 16:19:59 -07:00
Nick Fitzgerald 81e06bd5ae Bug 1260938 - Add the `ThreadSafeDevToolsUtils.isSet` utility; r=jimb a=kwierso
MozReview-Commit-ID: IqY3Abv3OX

--HG--
extra : histedit_source : cba614f975f01cdedab0d0e9f93715214055dec7
2016-03-31 16:19:47 -07:00
Nick Fitzgerald c4c900965c Bug 1260590 - Add the `CensusUtils.getCensusIndividuals` utility; r=jimb a=kwierso
This commit adds the `getCensusIndividuals` utility for getting the individual
node IDs that match the census leaves specified by the given indices in a
pre-order depth-first traversal of a census report generated with the given
breakdown.

MozReview-Commit-ID: A4IRcP82iCC

--HG--
extra : histedit_source : e48cc59b522ce82f649f077b4686cea4715980f1
2016-03-31 16:19:22 -07:00
Nick Fitzgerald 546829d13e Bug 1260589 - Add the ThreadSafeDevToolsUtils.flatten utility; r=jimb a=kwierso
The `flatten` function takes an array of arrays and flattens them to a single
array, removing one level of nesting. It does not recursively flatten multiple
levels of nesting.

MozReview-Commit-ID: ErDMHbT2IX

--HG--
extra : histedit_source : eb6e4f8c54f536c84b08da22ef60cfa56a5075c8
2016-03-31 16:18:44 -07:00
Jason Laster ff953effdf Bug 1260160 - Refactor 2 debugger tests to use Task.spawn. r=jlong a=kwierso
* browser_dbg_search-sources-01.js
* browser_dbg_auto-pretty-print-02.js

MozReview-Commit-ID: KtUbMYU3pt9

--HG--
extra : histedit_source : 5e0eebb5ba0673994720dc5a88292ec37f31043d
2016-03-31 16:18:12 -07:00
Gabriel Luong b1411d1862 Bug 1260121 - [markupview] Pseudo class lock indicator should not appear underneath tree twisty r=pbro a=kwierso
MozReview-Commit-ID: GyP5KxG5mG7
2016-03-31 16:17:56 -07:00
Jarda Snajdr e7a3e0f88e Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item (part 2: tests) r=mratcliffe a=kwierso
MozReview-Commit-ID: 4IUrx1tQ6Sh
2016-03-31 16:14:24 -07:00
Jarda Snajdr 462e493707 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe a=kwierso
MozReview-Commit-ID: ETmjp8jjQ6z
2016-03-31 16:14:15 -07:00
Jan Odvarko 51ea0cd87e Bug 1211525 - HTTP log inspection in the Console panel; r=jlongster,helenvholmes,bgrins,linclark a=kwierso
MozReview-Commit-ID: AA1xxjJtCPQ
2016-02-12 18:25:09 +01:00
Jarda Snajdr 577efe7928 Bug 1172920: DevTools: Map/Set entries should be visible in the Variables view r=vporof,tromey a=kwierso
MozReview-Commit-ID: HzwnqO1uQ4o
2016-03-31 16:12:38 -07:00
Wes Kocher 7b9ea8afc5 Merge inbound to central, a=merge
MozReview-Commit-ID: FSnrOgtIFer
2016-03-31 13:04:19 -07:00
Brian Grinstead bd2c925bdf Bug 1239992 - Focus input field if text is not selected in webconsole output;r=linclark
MozReview-Commit-ID: 2MsIap7Rj4P
2016-03-30 10:10:22 -07:00
Julian Descottes d015e2f0e7 Bug 1260359 - fix devtools detached toolbox title update in e10s;r=jryans
The devtools host window updates its title when its target navigates.
This was done using a contentDocument CPOW, and thus failing on e10s.

The url and title are now stored in TabTarget and updated on tab navigation.
Updated existing test to cover the case of pages with a title.

MozReview-Commit-ID: 4G1keOA7yB6

--HG--
extra : rebase_source : 720084e9929f334092ffe18e4c786cbf731fe52e
2016-03-29 12:01:46 +02:00
Patrick Brosset f3a608d481 Bug 1253935 - Remove all CPOW usages in styleeditor tests and use ContentTask instead of custom frame-script; r=ochameau
MozReview-Commit-ID: 2EeHvPZRf3H

--HG--
extra : rebase_source : db7ca002209b9258cb8ae1bc4e6d2e4d61354001
2016-03-30 17:54:05 +02:00
Brian Grinstead 50d8f54f5c Bug 1260071 - Call resize() when searching happens on frontend to reset width;r=vporof
MozReview-Commit-ID: 3Sbuh5NEN6p
2016-03-30 07:49:42 -07:00
Carsten "Tomcat" Book f18429b344 Backed out changeset afbddd5fb626 (bug 1209273)
--HG--
extra : rebase_source : 590c0b8db46996bd39141c00250f0276c8ae9ee1
2016-03-30 15:19:12 +02:00
Nick Fitzgerald dfb9426d0e Bug 1260307 - Add the `CensusUtils.getReportLeaves` utility for getting leaves in a census report; r=jimb 2016-03-29 08:54:00 +02:00
Nick Fitzgerald 3475bae57b Bug 1260261 - Associate a `CensusTreeNode` with the leaf in the census report from which it was generated; r=jimb
This commit gives every `CensusTreeNode` instance a `reportLeafIndex` member
that is an index into a pre-order traversal of the census report from which it
was generated. This can be used to get the leaf in the census report
corresponding to a given `CensusTreeNode` instance.
2016-03-29 08:53:00 +02:00
Nick Fitzgerald 664b09649c Bug 1260260 - Add comments documenting members of `CensusTreeNode`; r=jsantell 2016-03-28 14:31:00 +02:00
Jason Laster 162cc97e52 Bug 1260116 - Replace String.prototype.contains with String.prototype.includes. r=jlong 2016-03-28 06:07:00 +02:00
Tom Tromey 45f2a4223b Bug 1013219 - set line number of return instruction; r=efaust, r=fitzgen, r=ejpbruel 2016-03-28 12:20:00 +02:00
Tom Tromey c20c5b9f3c Bug 1013219 - set the line number of the terminating retrval; r=jimb, r=ejpbruel, r=fitzgen 2016-03-28 12:20:00 +02:00
Sebastian Hengst 28c018df59 Bug 1174395 - Convert command button icons to SVG. Follow-up: Add back accidentally removed line. r=bustage 2016-03-30 01:14:45 +02:00
J. Ryan Stinnett 7b064320ef Bug 1252925 - Add inactive color var, cleanup toolbar styles. r=gl,bgrins
MozReview-Commit-ID: Cz02wvkb4Hk
2016-03-29 17:45:50 -05:00
"Helen V. Holmes" 70fe360ab5 Bug 1225184 - Update command buttons to SVG, and tool icons to match command button style. r=ntim
MozReview-Commit-ID: A6ib51KYRlD
2016-03-29 12:54:00 +02:00
Tim Nguyen 8a9e4cb813 Backout changeset 8edeb8f0ca56 (bug 1174395) for landing with wrong bug number. r=backout
MozReview-Commit-ID: IAYnNxm42nO
2016-03-29 23:31:42 +02:00
Brian Grinstead 043c9cadc3 Bug 1260235 - Only accept ctrl+f in computed and rule view if it happened in the relevant container;r=gl
MozReview-Commit-ID: 4kMiWcqTra
2016-03-29 14:25:02 -07:00
"Helen V. Holmes" 1ecef1ded9 Bug 1174395 - Convert command button icons to SVG, r=ntim
MozReview-Commit-ID: 1SdSpmAMAgJ
2016-03-29 12:54:00 +02:00
Julian Descottes f795754b01 Bug 1168246 - part3: ES lint fixes for inplace-editor and autocomplete-popup;r=pbrosset
MozReview-Commit-ID: GbEGN3aNhxz

--HG--
extra : rebase_source : f358ef6b795fe61eebdaee10095e1ec90411ac0c
2016-03-29 16:01:48 +02:00
Julian Descottes a360bcdbef Bug 1168246 - part2: fix tests relying on CSS suggestions order;r=pbrosset
MozReview-Commit-ID: 9BEajbI665d

--HG--
extra : rebase_source : cbd8521b2356b976999f18ce301d8967b4ecac16
2016-03-27 18:24:43 +02:00
Julian Descottes 4206c41dfc Bug 1168246 - part1: CSS autocomplete picks most popular prop;r=pbrosset
Based on the original patch from danemacmillan.

* suggestion-picker.js
Add a new shared util to find the most popular css property in an array.
The list of popular css properties is extracted from chrome devtools code.
* autocomplete-popup.js
Can specify selected item index when opening the popup or setting items.
* inplace-editor.js
Use the suggestion-picker to select a default property.


MozReview-Commit-ID: JuWZzbBSBqX

--HG--
extra : rebase_source : 3317766ae63aea83f845d3cf3d134ecf60135f67
2016-03-29 16:08:17 +02:00
Patrick Brosset b1f15ea5e4 Bug 1255787 - Do not assume sourceMap appears only in external stylesheets; r=gl
MozReview-Commit-ID: A92DdoAFDGT

--HG--
extra : rebase_source : 1b7b8d6391f502fd01d02bb62e87e18cbcf0798f
extra : histedit_source : 6516614380d5916f7f92c220aa0a21d3deaebcf8%2Ccfcf797921e7b90753d33ca9a48c8829ad5bbf84
2016-03-29 21:30:11 +02:00
Patrick Brosset bc1cf32b79 Bug 1206420 - Hot fix for buggy manual merge - Wrong file name in browser.ini; r=bustage CLOSED TREE
MozReview-Commit-ID: Dl3R8sxSGyt

--HG--
extra : rebase_source : 3cc7f6517f44623bd1da044ca1356ba4a5788c0c
2016-03-29 20:57:21 +02:00
Patrick Brosset b8107448a7 Bug 1206420 - Display animated pseudo-elements in the animation-inspector; r=tromey
MozReview-Commit-ID: 5bMOxKG6pMm

--HG--
extra : rebase_source : abed8bb14afbd71844cca78b32fdcdfa2aa58850
2016-03-24 10:56:51 +01:00
Bryan Clark e713c87b39 Bug 1250120 - Change name to Responsive Design Mode in Tools -> Web Developer menu r=jryans 2016-03-29 12:34:21 -05:00
Alexandre Poirot 4154d9854b Bug 1259045 - Prevent loading Loader.jsm when using event-emitter.js as a JSM. r=jryans 2016-03-29 06:28:17 -07:00
Alexandre Poirot 6ff656b929 Bug 1257532 - Toggle development prefs when installing the reload addon. r=jryans,bgrins 2016-03-29 06:28:17 -07:00
Alexandre Poirot 4025088fcd Bug 1257178 - Prevent "this._input is undefined" exception when developer toolbar is hidden early. r=jwalker 2016-03-29 06:28:17 -07:00
Alexandre Poirot 44071a319a Bug 1253556 - Remove unnecessary netmonitor.status.* strings. r=vporof 2016-03-29 06:28:17 -07:00
Jason Laster 80243acca9 Bug 1233927 - Switching between large JS files in debugger is slow. r=jlong
Changes the way that source files are loaded in the editor. Previously,
source text and mode were set on the existing editor document.

Now, source files are their own CodeMirror Documents, so when it comes time
to showing them in the editor, it's just a matter of swapping one
document for another.

Notes:
+ The DebuggerView now has a _setEditorDocument method for showing a
source document
+ The Editor now has support for creating documents and replacing
documents.

MozReview-Commit-ID: HrkiHrsJPOB
2016-03-28 13:12:28 -07:00
Wes Kocher 17f2b6e204 Merge m-c to fx-team, a=merge
MozReview-Commit-ID: 5KL6t5QkqNQ
2016-03-28 13:08:46 -07:00
Wes Kocher 21d0ee2e6c Merge inbound to central, a=merge
MozReview-Commit-ID: Q3SnSRpznI
2016-03-28 13:04:14 -07:00
James Long 6dca4f1258 Bug 1260042 - fix edge case with when auto-prettifying fails in debugger r=me 2016-03-28 13:18:09 -04:00
Victor Porof 3d151bd497 Bug 1258661 - Make the `fields` property in the markers blueprint consistent, r=jsantell 2016-03-28 13:50:02 +02:00
Victor Porof 6c06967b37 Bug 1258645 - Update all occurences of MarkerUtils to use the new module, r=jsantell 2016-03-28 13:50:02 +02:00
Victor Porof 661db8e45d Bug 1258645 - Split marker-utils.js into two modules (one DOM-only and one blueprint-only) and cleanup code rot, r=jsantell
--HG--
rename : devtools/client/performance/modules/logic/marker-utils.js => devtools/client/performance/modules/marker-dom-utils.js
2016-03-28 13:50:02 +02:00
Steve Melia 5c6d9164b2 Bug 1256658 - Make inspector search next/previous based on ctrl-g by default, and cmd-g on osx;r=bgrins
MozReview-Commit-ID: F5NsNGmoeL8
2016-03-26 15:21:23 +00:00
Steve Melia 184e838496 Bug 1259060 - Add shift+enter to navigate to previous result in inspector search;r=bgrins
MozReview-Commit-ID: 6Y8tz7dML5s
2016-03-25 13:58:27 +00:00
Brian Grinstead f95f7183b6 Bug 1239920 - Re-enable browser_webconsole_netlogging.js in e10s;r=me
MozReview-Commit-ID: 9EGRiw2shWQ
2016-03-25 16:20:22 -07:00
Sami Jaktholm 6c70b2b847 Bug 1239920 - Fix other usages of waitForFinishedRequest() to ignore unexpected requests in webconsole tests;r=bgrins
If test timings shift in the future, the unexpected requests could occur
during any test. Since there are many tests that use waitForFinishedRequest(),
any of them could start to fail intermittently at any point.

These changes fix other usages of wwaitForFinishedRequest() to include a
predicate that ignores the requests that are unexpected during the test.

MozReview-Commit-ID: Er0xyt3YBj6
2016-03-25 08:09:25 +02:00
Sami Jaktholm 9afc5381bb Bug 1239920 - Ignore unexpected requests in browser_console_netlogging.js;r=bgrins
The problem here is that the test expects to receive a request for the
|test-network-request.html| but the waitForFinishedRequest() accepts any
request that happens to occur at the same time. In this particular bug,
a GMP update is triggered during the test and the waitForFinishedRequest()
promise resolves with that particular request which obviously isn't the
one the test was expecting.

These changes add an optional predicate function parameter to
waitForFinishedRequest() which will be called for each completed request
and the returned promise only resolves when the predicate returns true for
a request.

Also, browser_console_netlogging.js begins to use the aforementioned
functionality by passing a predicate that only accepts the request for
|test-network-request.html| effectively fixing the intermittent failure.


MozReview-Commit-ID: AWhMRjrqP8i
2016-03-25 08:11:06 +02:00
Jarda Snajdr 6d272b36f2 Bug 1258981 - sources-view.js: The popupshown listener is incorrectly removed. r=jlongster 2016-03-23 02:59:00 -04:00
Nicolas Chevobbe a7e7de6c27 Bug 1258501 - Better swatch alignement in the rules view. r=miker
Add a negative top offset to align swatches ( color, filter, bezier, ...) with
the values they represent.

MozReview-Commit-ID: 6EIQZ2UAHuc

--HG--
extra : transplant_source : %CF%E7%86%C7%90%DB%16%9B%E9%C4E%E0W%E7%87%07%CF%C9%F4%E4
2016-03-23 08:11:15 +01:00
Jordan Santell 998dbf304b Bug 1259241 - Update demangling library to 1.0.1 to fix a memory leak. r=fitzgen 2016-03-23 14:48:00 -04:00
Jarda Snajdr 2b44ecc757 Bug 1220208 - Move clear button to top left corner in toolbars r=bgrins
MozReview-Commit-ID: 5xIjd2TkvP6
2016-03-25 10:01:12 -07:00
Nicolas Chevobbe 169058c32c Bug 1259777 - Remove unnecessary DOMUtils lazy load in css-angle.js . r=pbro
MozReview-Commit-ID: 3byxrCy63Pv
2016-03-25 17:34:51 +01:00
Ryan VanderMeulen 5044fd9c12 Merge m-c to inbound. a=merge
--HG--
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-a.pinning2.example.com-badca.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/a.pinning2.example.com-badca.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-a.pinning2.example.com-badca.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/a.pinning2.example.com-badca.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-a.pinning2.example.com-pinningroot.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/a.pinning2.example.com-pinningroot.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-a.pinning2.example.com-pinningroot.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/a.pinning2.example.com-pinningroot.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-b.pinning2.example.com-badca.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/b.pinning2.example.com-badca.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-b.pinning2.example.com-badca.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/b.pinning2.example.com-badca.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-b.pinning2.example.com-pinningroot.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/b.pinning2.example.com-pinningroot.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-b.pinning2.example.com-pinningroot.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/b.pinning2.example.com-pinningroot.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.a.pinning2.example.com-badca.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/x.a.pinning2.example.com-badca.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.a.pinning2.example.com-badca.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/x.a.pinning2.example.com-badca.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.a.pinning2.example.com-pinningroot.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/x.a.pinning2.example.com-pinningroot.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.a.pinning2.example.com-pinningroot.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/x.a.pinning2.example.com-pinningroot.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.b.pinning2.example.com-badca.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/x.b.pinning2.example.com-badca.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.b.pinning2.example.com-badca.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/x.b.pinning2.example.com-badca.pem.certspec
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.b.pinning2.example.com-pinningroot.pem => security/manager/ssl/tests/unit/test_pinning_dynamic/x.b.pinning2.example.com-pinningroot.pem
rename : security/manager/ssl/tests/unit/test_pinning_dynamic/cn-x.b.pinning2.example.com-pinningroot.pem.certspec => security/manager/ssl/tests/unit/test_pinning_dynamic/x.b.pinning2.example.com-pinningroot.pem.certspec
rename : widget/gtk/gtk3drawing.c => widget/gtk/gtk3drawing.cpp
extra : rebase_source : 8ba87bb4e8b334a68152458bda8da15398c78ddc
2016-03-25 11:42:42 -04:00
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
Nicolas Chevobbe 0108b791b7 Bug 1257874 - Use getProperties instead of getFrames in animation-detail. r=pbro
Add a getProperties function to the animation actor to map KeyframeEffectReadOnly.getProperties
Call this new function in animation-detail and adapt the code as the structure
of the returned object structure is different from what getFrames returns.
Adapt a couple tests to the new object structure client-side, and a test server-side
to check getProperties returns what it should.

MozReview-Commit-ID: 2zKPEknukEK
2016-03-18 20:26:01 +01:00
Nick Fitzgerald a5bb09fb90 Bug 1258236 - Change the way we test for end-of-stream in ReadHeapSnapshot; r=sfink
Fold reading the size of the next message and testing whether the stream has
more data into the same operation.

MozReview-Commit-ID: GUJymKy7qsj
2016-03-25 14:53:00 +01:00
Tim Nguyen 75a717acef Bug 1251256 - Replace clear icon with trash can. r=bgrins, ui-r=hholmes
MozReview-Commit-ID: IAsOEpCiocM
2016-03-28 16:52:22 +02:00
James Long 2c8a6372b1 Bug 1258807 - update conditions on disabled conditional breakpoints properly r=me 2016-03-28 10:51:10 -04: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
Jan Odvarko 00c7134eb1 Bug 1256757 - Add tests. r=jryans 2016-03-17 12:49:56 +01:00
Jan Odvarko 15e284ff04 Bug 1256757 - Use common.css in JSON Viewer. r=jryans 2016-03-18 15:58:59 +01:00
Jan Odvarko 5a87bb375c Bug 1256757 - Use shared tree component for JSON Viewer. r=jryans 2016-03-21 13:45:06 +01:00
Jan Odvarko 298e20ef4f Bug 1256757 - Support AMD in tree modules. r=jryans 2016-03-21 13:29:17 +01:00
Jan Keromnes b28f45e73c Bug 1257873 - Split Addons and Workers into separate Target classes in about:debugging. r=ochameau
--HG--
rename : devtools/client/aboutdebugging/components/target.js => devtools/client/aboutdebugging/components/worker-target.js
extra : histedit_source : 491a2f2466fca9d0a2a208264cee679ff1b57577
2016-03-18 09:08:00 -04:00
Brian Grinstead 001bdcabde Bug 1243955 - Enable browser_bug_871156_ctrlw_close_tab.js in e10s;r=me
MozReview-Commit-ID: 88Lbne1uRSk
2016-03-21 11:05:50 -07:00
James Long ce998843d6 Bug 1253902 - fix adding a conditional breakpoint from context menu r=ejpbruel 2016-03-21 13:03:12 -04:00
James Long 5d7c236b16 Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
Michael Ratcliffe 98329bf0db Bug 1248447 - Stop grafting prototypes in storage.js::patchMetadataMapsAndProtos() r+pbro
--HG--
extra : amend_source : 66bb299060caef75a2c04d8a18c56ee2ef6393e4
2016-03-17 15:42:43 +00:00
Victor Porof 9448e0fb82 Bug 1177822 - The button "Start Recording Performance" is misplaced after some actions (always reproducible), r=jsantell 2016-03-21 10:05:12 +01:00
Victor Porof 302b3bade3 Backed out changeset 3810206dc61f for landing with an incorrect bug number and commit message, r=me 2016-03-21 10:09:15 +01:00
Victor Porof 413aeb38e1 Bug 1258197 - Recordings list empty label text has a different background color than its parent container, r=jsantell 2016-03-21 10:05:12 +01:00
Victor Porof 7d0020e132 Bug 1251291 - Tool notices (Take snapshot and Start Recording Performance) should use var(--theme-body-background), r=jsantell 2016-03-21 10:05:12 +01:00
Victor Porof ab063bbd44 Bug 1251291 - Tool notices (Take snapshot and Start Recording Performance) should use var(--theme-body-background), r=jsantell 2016-03-21 10:05:12 +01:00
Victor Porof f82d9f7dd0 Bug 1232289 - Deep tree of call stacks ends up with hidden overflow to right of toolbox, can't see the function names, r-jsantell 2016-03-21 10:05:12 +01:00
Victor Porof 0cee6b8738 Bug 1251138 - Dev Tools Performance Settings Popup button not visible on reduced size browser, r=jsantell 2016-03-21 10:05:12 +01:00
Victor Porof bb63559bbd Bug 1252100 - Imported profiles may have too long filename as the display label so sidebar is very huge, r=jsantell 2016-03-21 10:05:12 +01:00
Ryan VanderMeulen a3c1075fc6 Merge fx-team to m-c. a=merge 2016-03-19 11:23:43 -04:00
Wes Kocher 8d3fbe0177 Backed out 3 changesets (bug 1209273) because something from this push appears to have broken Windows mochitests CLOSED TREE
Backed out changeset 9c6650c7e237 (bug 1209273)
Backed out changeset fb8b3ab41c82 (bug 1209273)
Backed out changeset 6e2e6b0c7d8e (bug 1209273)

MozReview-Commit-ID: J9WSL2CjoGJ
2016-03-18 15:48:00 -07:00
Tobias Schneider 7573bebe00 Bug 1209273 - Part 3: Make CSS autocompletion tests pass. r=gl
--HG--
extra : rebase_source : 63b7e4361f64489f5b68d9f55cde51e32e0c1dbd
2016-03-16 13:43:00 -04:00
Carsten "Tomcat" Book ed69b56ca5 Merge mozilla-central to mozilla-inbound 2016-03-18 16:10:42 +01:00
Jan Odvarko 781ed5c343 Bug 1257173 - Make JSON viewer code eslint clean; r=linclark
MozReview-Commit-ID: LUzs6Pb4c3z

--HG--
extra : rebase_source : 72554e907dd29bb5ab60ed8b0b4c29facf1d4a85
2016-03-17 22:26:53 -07:00
Jordan Santell 48966d1486 Bug 1255529 - Make all of a location (source, line, column) clickable/linkable to another tool in the frame component. r=fitzgen,bgrins 2016-03-17 22:23:13 -07:00
Brian Grinstead e595e1d0af Bug 1243961 - Enable browser_bug664688_sandbox_update_after_navigation.js in e10s. r=linclark
MozReview-Commit-ID: G4NJPkzewpc

--HG--
extra : rebase_source : cafa6620387d3124a654ee6d9c58cebe020b8c72
2016-03-15 13:32:22 -04:00
James Long 24a4387e45 Bug 1177329 - handle unsourcemapped frames in the debugger and fix top-level breakpoint edge case r=ejpbruel 2016-03-18 18:35:03 -04:00
Nick Fitzgerald 6c085d3c3b Bug 1257687 - Add a utility to convert a count breakdown into a bucket breakdown. r=jsantell
--HG--
extra : amend_source : 7e06a8679279385a584effae291a63217801a45a
2016-03-18 17:47:41 -04:00
Nick Fitzgerald d5b9afe7c5 Bug 1257696 - Ensure that repeatedly converting the same census report into a CensusTreeNode tree results in the same CensusTreeNode tree. r=jsantell 2016-03-17 16:42:00 -04:00
Matteo Ferretti 0becb6932b Bug 1239464 - Command's icon for RDM. r=helenvholmes
MozReview-Commit-ID: 1vc284i2cWF
2016-03-18 08:12:00 -04:00
Ryan VanderMeulen 5a7da8152e No bug - Request longer timeout for browser_inspector_search-01.js.
--HG--
extra : rebase_source : 8ab46228754e21a4bd5327adaeb146c1522b1cd9
2016-03-18 17:07:46 -04:00
Gabriel Luong 35841f165c Bug 1256422 - Move the breadcrumbs into a bottom toolbar r=bgrins 2016-03-18 10:55:49 -04:00
Gabriel Luong 13c2f6f4ed Bug 1254786 - Add a line outlining the parent-child relationship in the markup view r=bgrins 2016-03-18 10:53:16 -04:00
Alexandre Poirot e59ffbc3a0 Bug 1229272 - Stop using CPOW when creating indexed DB in storage tests. r=mratcliffe 2016-03-18 02:44:22 -07:00
Alexandre Poirot 2d63cff318 Bug 1249447 - Wait correctly for all storage creation/deletion in browser_storage_dynamic_windows.js. r=mratcliffe 2016-03-18 02:44:22 -07:00
Alexandre Poirot 44a280c94f Bug 1249447 - Prevent using CPOW and wait for indexedDB setup/clear with tasks. r=mratcliffe 2016-03-18 02:44:22 -07:00
Jason Laster 82f774cdba Bug 1256704 - Conditional Breakpoints are set to line 1. r=jlong 2016-03-15 10:09:00 -04:00
Michael Kohler 82bcd2e2ad Bug 1256163 - Fix all other code styles in webconsole.js. r=lclark 2016-03-17 03:02:59 +01:00
Matteo Ferretti e4c6f5e2b9 Bug 1239464 - Close button for exiting the responsive design view. r=helenvholmes
MozReview-Commit-ID: JUYjsiUUyEf
2016-03-01 05:35:00 -05:00
Nicolas Chevobbe b94e8a4b94 Bug 1246514 - Fix eslint errors in files touched in this bug. r=bgrins
MozReview-Commit-ID: LSs3NUsMXLN

--HG--
extra : rebase_source : 24572d2d23b63e36f4664a4c20dfce847da4c37c
2016-03-11 22:23:53 +01:00
Nicolas Chevobbe abb431e0ca Bug 1246514 - Switch toolbox-options.xul to HTML. r=bgrins
Change the XUL label + vbox to fieldset + legend as it's the most relevant
element for describing form sections.
Moreover, we don't have to look for a previous label when we hide a fieldset.
Edit scripts and tests files to adapt them to the HTML file structure.

MozReview-Commit-ID: LBfXfLRX6aj

--HG--
rename : devtools/client/framework/toolbox-options.xul => devtools/client/framework/toolbox-options.xhtml
extra : rebase_source : 4343dd55c3be9de6a09c39819959be4ad4642edc
2016-02-26 23:40:14 +01:00
Jan Odvarko bf13e59258 Bug 1256690 - Show empty message after clear. r=vporof
--HG--
extra : rebase_source : beae8b319b7abbc7a84d9c9f428a39061adab9d6
2016-03-16 14:03:41 +01:00
Carsten "Tomcat" Book c3257f182b Merge mozilla-central to fx-team 2016-03-17 11:16:06 +01:00
Carsten "Tomcat" Book f298917442 merge mozilla-inbound to mozilla-central a=merge 2016-03-17 11:00:17 +01:00
Victor Porof f9f1152498 Bug 1245886 - Force GC at the end of all tests, r=me 2016-03-16 19:29:17 +01:00
James Long f62f93f765 Bug 1255630 - add experimental badge to wasm sources r=bgrins 2016-03-16 13:58:02 -04:00
James Long ccf6949bd1 Bug 1248303 - respect break on exceptions flag in subsequent debugger instances r=ejpbruel 2016-03-16 13:53:34 -04:00
Tom Tromey a87cc36082 Bug 1255799 - remove obsolete TODO from network-monitor.js; r=odvarko
MozReview-Commit-ID: Lbx8C41oSqG
2016-03-16 08:16:00 +01:00
Tom Tromey fbafa60ad1 Bug 1255799 - make devtools/client/webconsole eslint-clean; r=odvarko
MozReview-Commit-ID: AnaXFFHlNLM
2016-03-16 08:16:00 +01:00
Victor Porof c884c03d92 Bug 1245886 - Manually stop the profiler module at the end of all tests, r=me 2016-03-17 08:32:22 +01:00
Shih-Chiang Chien b9e0dc0161 Bug 1255266 - create sandbox with system principal. r=jryans,khuey.
MozReview-Commit-ID: LZRA24MRp1K

--HG--
extra : rebase_source : 3cb57e131321848da764e26b3741443f91acb003
2016-03-15 19:51:02 +08:00
J. Ryan Stinnett 52415820ac Bug 1254261 - Restore icons by using command button styles. r=gl,bgrins
MozReview-Commit-ID: FPSk7RaMaxw
2016-03-16 12:40:41 -04:00
Sami Jaktholm 3aac4d7249 Bug 1255966 - Use correct tooltiptext attribute for netmonitor clear button. r=vporof
MozReview-Commit-ID: JRR8urTGhmg

--HG--
extra : transplant_source : %B7%C8%99%E2E%A3%3BW%CF%3E%DB%94%E2%26%3B%40%AA%97%07%04
2016-03-12 08:25:23 +02:00
Alexandre Poirot f33b558b6b Bug 1233463 - Allow loading devtools in a tab or an html:iframe. r=jryans 2016-03-16 06:42:19 -07:00
Alexandre Poirot 17a5001af6 Bug 1233463 - Support outerWindowID in getTab request for tabs in child processes. r=jryans 2016-03-16 06:42:19 -07:00
Alexandre Poirot 9a52e537f4 Bug 1233463 - Expose about:devtools-toolbox shortcut to load the toolbox. r=jryans 2016-03-16 06:42:19 -07:00
Alexandre Poirot ca9819052e Bug 1233463 - Ensure waiting for toolbox initialization in browser_cmd_csscoverage_startstop.js. r=jryans 2016-03-16 06:42:19 -07:00
Alexandre Poirot 8cd3f29a49 Bug 1252247 - Load devtools/clients resources lazily when used from devtools/server. r=jryans 2016-03-16 06:42:18 -07:00
Carsten "Tomcat" Book f986401fdc Merge mozilla-central to fx-team 2016-03-16 11:26:20 +01:00
Victor Porof 57172ba5b4 Bug 1245886 - Refactor performance tests, r=jsantell
--HG--
rename : devtools/client/performance/test/browser_perf-categories-js-calltree.js => devtools/client/performance/test/browser_perf-calltree-js-categories.js
rename : devtools/client/performance/test/browser_perf-columns-js-calltree.js => devtools/client/performance/test/browser_perf-calltree-js-columns.js
rename : devtools/client/performance/test/browser_perf-events-calltree.js => devtools/client/performance/test/browser_perf-calltree-js-events.js
rename : devtools/client/performance/test/browser_perf-columns-memory-calltree.js => devtools/client/performance/test/browser_perf-calltree-memory-columns.js
rename : devtools/client/performance/test/browser_perf-details-01.js => devtools/client/performance/test/browser_perf-details-01-toggle.js
rename : devtools/client/performance/test/browser_perf-details-02.js => devtools/client/performance/test/browser_perf-details-02-utility-fun.js
rename : devtools/client/performance/test/browser_perf-details-03.js => devtools/client/performance/test/browser_perf-details-03-without-allocations.js
rename : devtools/client/performance/test/browser_perf-details-04.js => devtools/client/performance/test/browser_perf-details-04-toolbar-buttons.js
rename : devtools/client/performance/test/browser_perf-details-05.js => devtools/client/performance/test/browser_perf-details-05-preserve-view.js
rename : devtools/client/performance/test/browser_perf-details-07.js => devtools/client/performance/test/browser_perf-details-06-rerender-on-selection.js
rename : devtools/client/performance/test/browser_perf-details-waterfall-render.js => devtools/client/performance/test/browser_perf-details-render-00-waterfall.js
rename : devtools/client/performance/test/browser_perf-details-calltree-render.js => devtools/client/performance/test/browser_perf-details-render-01-js-calltree.js
rename : devtools/client/performance/test/browser_perf-details-flamegraph-render.js => devtools/client/performance/test/browser_perf-details-render-02-js-flamegraph.js
rename : devtools/client/performance/test/browser_perf-details-memory-calltree-render.js => devtools/client/performance/test/browser_perf-details-render-03-memory-calltree.js
rename : devtools/client/performance/test/browser_perf-details-memory-flamegraph-render.js => devtools/client/performance/test/browser_perf-details-render-04-memory-flamegraph.js
rename : devtools/client/performance/test/browser_perf-markers-docload.js => devtools/client/performance/test/browser_perf-docload.js
rename : devtools/client/performance/test/browser_perf-details-waterfall-gc-snap.js => devtools/client/performance/test/browser_perf-gc-snap.js
rename : devtools/client/performance/test/browser_perf-marker-details-01.js => devtools/client/performance/test/browser_perf-marker-details.js
rename : devtools/client/performance/test/browser_perf-options-01.js => devtools/client/performance/test/browser_perf-options-01-toggle-throw.js
rename : devtools/client/performance/test/browser_perf-options-02.js => devtools/client/performance/test/browser_perf-options-02-toggle-throw-alt.js
rename : devtools/client/performance/test/browser_perf-options-03.js => devtools/client/performance/test/browser_perf-options-03-toggle-meta.js
rename : devtools/client/performance/test/browser_perf-options-enable-framerate.js => devtools/client/performance/test/browser_perf-options-enable-framerate-01.js
rename : devtools/client/performance/test/browser_perf-options-allocations.js => devtools/client/performance/test/browser_perf-options-propagate-allocations.js
rename : devtools/client/performance/test/browser_perf-options-profiler.js => devtools/client/performance/test/browser_perf-options-propagate-profiler.js
rename : devtools/client/performance/test/browser_perf-clear-01.js => devtools/client/performance/test/browser_perf-recordings-clear-01.js
rename : devtools/client/performance/test/browser_perf-clear-02.js => devtools/client/performance/test/browser_perf-recordings-clear-02.js
rename : devtools/client/performance/test/browser_perf-theme-toggle-01.js => devtools/client/performance/test/browser_perf-theme-toggle.js
rename : devtools/client/performance/test/browser_profiler_tree-abstract-01.js => devtools/client/performance/test/browser_perf-tree-abstract-01.js
rename : devtools/client/performance/test/browser_profiler_tree-abstract-02.js => devtools/client/performance/test/browser_perf-tree-abstract-02.js
rename : devtools/client/performance/test/browser_profiler_tree-abstract-03.js => devtools/client/performance/test/browser_perf-tree-abstract-03.js
rename : devtools/client/performance/test/browser_profiler_tree-abstract-04.js => devtools/client/performance/test/browser_perf-tree-abstract-04.js
rename : devtools/client/performance/test/browser_profiler_tree-view-01.js => devtools/client/performance/test/browser_perf-tree-view-01.js
rename : devtools/client/performance/test/browser_profiler_tree-view-02.js => devtools/client/performance/test/browser_perf-tree-view-02.js
rename : devtools/client/performance/test/browser_profiler_tree-view-03.js => devtools/client/performance/test/browser_perf-tree-view-03.js
rename : devtools/client/performance/test/browser_profiler_tree-view-04.js => devtools/client/performance/test/browser_perf-tree-view-04.js
rename : devtools/client/performance/test/browser_profiler_tree-view-05.js => devtools/client/performance/test/browser_perf-tree-view-05.js
rename : devtools/client/performance/test/browser_profiler_tree-view-06.js => devtools/client/performance/test/browser_perf-tree-view-06.js
rename : devtools/client/performance/test/browser_profiler_tree-view-07.js => devtools/client/performance/test/browser_perf-tree-view-07.js
rename : devtools/client/performance/test/browser_profiler_tree-view-08.js => devtools/client/performance/test/browser_perf-tree-view-08.js
rename : devtools/client/performance/test/browser_profiler_tree-view-09.js => devtools/client/performance/test/browser_perf-tree-view-09.js
rename : devtools/client/performance/test/browser_profiler_tree-view-10.js => devtools/client/performance/test/browser_perf-tree-view-10.js
rename : devtools/client/performance/test/browser_profiler_tree-view-11.js => devtools/client/performance/test/browser_perf-tree-view-11.js
rename : devtools/shared/performance/process-communication.js => devtools/client/performance/test/helpers/profiler-mm-utils.js
2016-03-16 09:39:39 +01:00
Wes Kocher 3b14ab8ca2 Merge inbound to m-c a=merge 2016-03-15 17:24:43 -07:00
Eddy Bruel eda30a3b1e No bug - Remove spurious debugger comment;r=me 2016-03-15 19:50:43 +01:00
Wes Kocher ad6f84a9ee Merge m-c to inbound, a=merge
MozReview-Commit-ID: LKkCpwt95EJ
2016-03-15 17:32:53 -07:00
Ryan VanderMeulen 3a30021f8f Bug 1254821 - Skip the devtools performance tests on Linux e10s ASAN & debug due to frequent timeouts.
--HG--
extra : rebase_source : e0c1650d8a6c6d0a33d8bd14952d7efbd6fdac0f
extra : histedit_source : 652ae221a2a5206fcc426c5d29cbfac3dbaa2c72
2016-03-15 12:36:13 -04:00
Carsten "Tomcat" Book c3bea43e72 Merge mozilla-central to fx-team 2016-03-15 10:44:47 +01:00
Carsten "Tomcat" Book 344f5598d6 merge mozilla-inbound to mozilla-central a=merge 2016-03-15 10:43:02 +01:00
Jordan Santell 63679ce4b8 Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans 2016-03-14 18:49:07 -07:00
Jarda Snajdr 65e076156d Bug 1255734 - DevTools: Inspecting a primitive value in console throws a TypeError. r=vporof
--HG--
extra : rebase_source : c10241573f3ca5f5ecbbb040a24f551d0a848f0d
2016-03-11 01:33:00 -05:00
Kumar McMillan 967430b3e2 Bug 1256246 - Improve prompt for loading an add-on from directory. r=ochameau
MozReview-Commit-ID: oVBrMvK3nQ

--HG--
extra : rebase_source : 62bf333451a249bff1f023c1fea794f93c7fbad4
2016-03-14 15:23:44 +01:00
Ryan VanderMeulen da1885e860 Merge inbound to m-c. a=merge 2016-03-12 15:23:38 -05:00
Tom Tromey ca928d3839 Bug 1255827 - Put loader-defined globals in devtools/.eslintrc. r=jryans
MozReview-Commit-ID: BkNfuA4Dotj
2016-03-11 09:19:00 -05:00
simplyblue 01da15852e Bug 1253806 - [DevTools][Memory] label.label-by > span element does not have margin-inline-end. r=fitzgen 2016-03-11 12:14:46 +05:30