Commit Graph

3662 Commits

Author SHA1 Message Date
Julian Descottes
3caacd08dc Bug 1295608 - Migrate devtools/client/shared to use l10n.js instead of Services.string;r=pbro
MozReview-Commit-ID: 2OdCYtae3ad

--HG--
extra : rebase_source : 0965a54d4f57ff578625ebaebffff1db1439b25a
2016-08-25 17:21:00 +02:00
Julian Descottes
12e3f90982 Bug 1295608 - Migrate devtools/client/inspector/test to use l10n.js;r=pbro
MozReview-Commit-ID: Hgu4BJ6B1Ct

--HG--
extra : rebase_source : 63c33d601e15892d03c647ea9bd82a6d02746cd1
2016-08-25 17:17:06 +02:00
Julian Descottes
db86a2648f Bug 1295608 - Migrate devtools/client/inspector to use l10n.js instead of Services.string;r=pbro
MozReview-Commit-ID: KD0AmgDTpbX

--HG--
extra : rebase_source : 0579eb5dc7c60084d62908a9b092cbe45eea2673
2016-08-25 17:18:30 +02:00
Julian Descottes
f9242cf775 Bug 1298012 - Use a shared locale file for ellipsis character;r=bgrins
MozReview-Commit-ID: 2LuirHIMiUt

--HG--
extra : rebase_source : 1b78185c4e524268a869e1dd669a4103629301c1
2016-08-26 15:16:44 +02:00
Julian Descottes
e5437139db Bug 1298012 - update references to devtools/client/shared/l10n -> devtools/shared/l10n;r=bgrins
MozReview-Commit-ID: 6p5ADjlbsHu

--HG--
extra : rebase_source : b56c4e40820c5c14a9a0761639e772964d818e30
extra : intermediate-source : 3416f2e554aeebce04723fab282c5bac73bfb1bc
extra : source : e46c6780770414844e138b2a69cf7a6a9da4192e
2016-08-25 17:02:50 +02:00
Julian Descottes
fa1078eae2 Bug 1298012 - move l10n.js from devtools/client/shared to devtools/shared;r=bgrins
MozReview-Commit-ID: 1HX0g7AoJwt

--HG--
rename : devtools/client/shared/l10n.js => devtools/shared/l10n.js
rename : devtools/client/shared/vendor/NODE_PROPERTIES_UPGRADING => devtools/shared/node-properties/UPGRADING.md
rename : devtools/client/shared/vendor/node-properties.js => devtools/shared/node-properties/node-properties.js
rename : devtools/client/shared/vendor/SPRINTF_JS_UPGRADING => devtools/shared/sprintfjs/UPGRADING.md
rename : devtools/client/shared/vendor/sprintf.js => devtools/shared/sprintfjs/sprintf.js
extra : rebase_source : 9ace2a98a0a158db502087954775971dc962a168
extra : intermediate-source : 69f9cf04d5c89d498a589e03dee73217c4adec7d
extra : source : 6b4cada962aaa543279112b01ed800f3ca9315e4
2016-08-25 17:51:42 +02:00
Ryan VanderMeulen
e1fdfb3b73 Merge inbound to m-c. a=merge 2016-08-26 09:37:03 -04:00
Ryan VanderMeulen
aec08e3182 Merge fx-team to m-c. a=merge 2016-08-26 09:26:49 -04:00
Phil Ringnalda
7392fb1b41 Backed out 4 changesets (bug 1294660) for mask-composite-2c.html failures
Backed out changeset 64b92e33713c (bug 1294660)
Backed out changeset 051453bf9c54 (bug 1294660)
Backed out changeset 0764147ff82b (bug 1294660)
Backed out changeset adfd8fb2faca (bug 1294660)
2016-08-25 23:14:22 -07:00
Patrick Brosset
df364f3f56 Bug 1289543 - Disable the eyedropper on non-HTML documents; r=miker
The eyedropper code now bails out if the content window is XUL, since
highlighters cant be inserted into non-HTML documents.
And the inspector hides the eyedropper buttons in the toolbar and in the
color-picker if the document isn't HTML.

MozReview-Commit-ID: 7AgRV8Qu9gz

--HG--
extra : rebase_source : 04220a6057df9ced4b49c29e8b46557008e0d738
2016-08-22 14:59:08 +02:00
rsx11m
c4e1b4ed83 Bug 1297546 - Title of Default Developer Tools in Toolbox Options should not hard-code the application name. r=jdescottes 2016-08-25 11:02:15 -05:00
Wes Kocher
f80822840b Merge fx-team to central, a=merge 2016-08-25 17:13:23 -07:00
Wes Kocher
f78f2d693b Merge inbound to central, a=merge 2016-08-25 16:59:00 -07:00
Jason Laster
ad9201789e Bug 1296380 - Key Shortcuts should handle function keys. r=jlongster
--HG--
extra : rebase_source : 9167fd3881dc294f8f646a4bb11d5cc60004a673
extra : amend_source : c1ad99992cf47f2052b00883a1fc82176031e4f2
2016-08-18 14:36:47 -04:00
Ryan VanderMeulen
bfdd703c49 Merge fx-team to m-c. a=merge 2016-08-25 08:12:26 -04:00
Ryan VanderMeulen
520acfd195 Merge inbound to m-c. a=merge 2016-08-25 08:10:52 -04:00
Wes Kocher
9568f52562 Backed out 4 changesets (bug 1294660) for Windows reftest failures a=backout CLOSED TREE
Backed out changeset df48165b6b64 (bug 1294660)
Backed out changeset 617e22a259ab (bug 1294660)
Backed out changeset 06f05485b3fd (bug 1294660)
Backed out changeset 41225d00af33 (bug 1294660)
2016-08-24 16:00:02 -07:00
Nicolas Chevobbe
816f3e9990 Bug 1297043 - Fix TableWidget selection when wrapTextInElements is true. r=jsnajdr
We were using the onMousedown event target to select a row, based on a data-id attribute of the cell node.
But when the wrapTextInElements is true, there is an extra span element inside the cell. And in this case,
we were trying to retrieve the data-id attribute on this span, which led to calling the selection function with a
null id, and thus, not selecting the row.
We fix this by retrieving the attribute from the correct node.
A test case was added in order to make sure the bug is fixed

MozReview-Commit-ID: Jcf42AZb2uk

--HG--
extra : transplant_source : %CA%8C%DA1%AEW%0C%01%F2%97%0B%E6c%3F%DF%B3E%3A-C
2016-08-22 19:25:48 +02:00
Panayiotis Panayiotou
b260c46818 Bug 1285745 - Split toolbar.css into multiple files. r=ntim 2016-08-23 02:41:00 -04:00
Jaideep Bhoosreddy
4264334ed7 Bug 1296589 - Add guard to prevent accessing location store before it is initialized. r=jsantell 2016-08-23 16:50:00 -04:00
Ryan VanderMeulen
0027f8ea40 Merge m-c to fx-team. a=merge 2016-08-24 09:11:58 -04:00
Gabriel Luong
b5b7087d30 Bug 1249557 - Part 1: Display the line numbers in the css grid highlighter r=pbro 2016-08-24 09:08:17 -04:00
Ryan VanderMeulen
44f6964ba9 Merge fx-team to m-c. a=merge 2016-08-24 09:04:42 -04:00
Phil Ringnalda
f35f0c69e0 Merge m-c to a CLOSED TREE f-t 2016-08-23 22:59:10 -07:00
Patrick Brosset
fc07e38ecd Bug 1295008 - Hide the previous eyedropper when we request to show a new one; r=miker
The eyedropper can be shown in 2 distinct ways:
- the 'eyedropper' gcli command can be called (from the dev toolboar
  or from the browser devtools menu),
- or the inspector's 'pickColorFromPage' method can be called (from
  the inspector toolbar or from the color-picker in the ruleview).

Before this change, it was possible to show several eyedropper because
these 2 codepaths didn't know about each other.
Now, when executing the gcli command, the inspector's
'cancelPickColorFromPage' method is called to hide it first.
And, when the 'pickColorFromPage' method is called, the 'eyedropper --hide'
gcli command is called too.

This way, there's only one eyedropper shown.

There was also a problem where the gcli command would create a new
eyedropper everytime it was called. This was fixed too, by maintaining a
WeakMap of all eyedroppers opened so far.

MozReview-Commit-ID: F6fBP5R7ZTJ

--HG--
extra : rebase_source : f04bbf224ced7b93b4e5b0c42662731ecc58cb58
2016-08-24 10:29:49 +02:00
James Long
8515a9eb25 Bug 1278551 - fix resizing debugger panels in veritcal layout r=ejpbruel 2016-08-23 13:46:08 -04:00
Ryan VanderMeulen
d63783b351 Merge m-c to autoland. a=merge 2016-08-23 10:07:52 -04:00
Ryan VanderMeulen
82663d8710 Merge inbound to m-c. a=merge 2016-08-23 10:05:18 -04:00
Ryan VanderMeulen
3625d814ad Merge autoland to m-c. a=merge 2016-08-23 10:01:31 -04:00
Ruturaj K. Vartak
6ccb774972 Bug 1273760 - Blocking state in Network Monitor. r=jsnajdr 2016-08-22 07:05:00 -04:00
Ryan VanderMeulen
baeaac9b10 Merge m-c to fx-team. a=merge 2016-08-23 10:11:52 -04:00
Tom Tromey
697f5c0e72 Bug 1244227 - Remove unused file from devtools/client/netmonitor/test/. r=Honza
MozReview-Commit-ID: 1obunKGZYgx
2016-08-23 07:36:52 -06:00
Tom Tromey
8cfae2d757 Bug 1244227 - Add an API to enable throttling. r=Honza
MozReview-Commit-ID: BirjFHVSZN7
2016-08-23 07:36:52 -06:00
Tom Tromey
e660321898 Bug 1244227 - Properly report throttled network timing. r=Honza
MozReview-Commit-ID: BCJLSRGS0vE
2016-08-23 07:36:52 -06:00
Tom Tromey
03695ff7f5 Bug 1244227 - Add network throttling. r=Honza
MozReview-Commit-ID: Iy6buFxUrGg
2016-08-23 07:36:52 -06:00
Tom Tromey
a190b37f8d Bug 1244227 - NetworkResponseListener does not need to implement nsIInterfaceRequestor. r=Honza
MozReview-Commit-ID: 9TMlmdjQWLL
2016-08-23 07:36:52 -06:00
Gabriel Luong
fb0c04683f Bug 1249555 - Display edge of explicit grid and implicit grid differently in the css grid inspector r=pbro 2016-08-23 08:33:08 -04:00
Steve Chung
0538b97e3b Bug 1295390 - Don't hold search result after clearing inspector-searchbox by inspector-searchinput-clear. r=ntim
MozReview-Commit-ID: xmLhuQBgaV
2016-08-16 18:18:48 +08:00
Tim Nguyen
f45ea01381 Bug 1254386 - Test for device list. r=jryans
MozReview-Commit-ID: KhxfaGnuuUd
2016-08-23 01:51:17 -07:00
Tim Nguyen
2d9de1deca Bug 1254386 - Add user agent emulation to new RDM. r=jryans
MozReview-Commit-ID: EBWBJV20KLV
2016-08-23 01:51:17 -07:00
Tim Nguyen
f570480cfd Bug 1254386 - Change old RDM to use emulation actor. r=jryans
MozReview-Commit-ID: EQawVubnMAp
2016-08-23 01:51:17 -07:00
Tim Nguyen
b120997df1 Bug 1254386 - Move custom UA emulation to emulation actor. r=jryans
MozReview-Commit-ID: 9005ktskEVk
2016-08-23 01:51:16 -07:00
Ryan VanderMeulen
e5adfbffe6 Merge m-c to autoland. a=merge
--HG--
rename : accessible/tests/browser/browser_caching_attributes.js => accessible/tests/browser/e10s/browser_caching_attributes.js
rename : accessible/tests/browser/browser_caching_description.js => accessible/tests/browser/e10s/browser_caching_description.js
rename : accessible/tests/browser/browser_caching_name.js => accessible/tests/browser/e10s/browser_caching_name.js
rename : accessible/tests/browser/browser_caching_relations.js => accessible/tests/browser/e10s/browser_caching_relations.js
rename : accessible/tests/browser/browser_caching_states.js => accessible/tests/browser/e10s/browser_caching_states.js
rename : accessible/tests/browser/browser_caching_value.js => accessible/tests/browser/e10s/browser_caching_value.js
rename : accessible/tests/browser/browser_events_caretmove.js => accessible/tests/browser/e10s/browser_events_caretmove.js
rename : accessible/tests/browser/browser_events_hide.js => accessible/tests/browser/e10s/browser_events_hide.js
rename : accessible/tests/browser/browser_events_show.js => accessible/tests/browser/e10s/browser_events_show.js
rename : accessible/tests/browser/browser_events_statechange.js => accessible/tests/browser/e10s/browser_events_statechange.js
rename : accessible/tests/browser/browser_events_textchange.js => accessible/tests/browser/e10s/browser_events_textchange.js
rename : accessible/tests/browser/browser_treeupdate_ariadialog.js => accessible/tests/browser/e10s/browser_treeupdate_ariadialog.js
rename : accessible/tests/browser/browser_treeupdate_ariaowns.js => accessible/tests/browser/e10s/browser_treeupdate_ariaowns.js
rename : accessible/tests/browser/browser_treeupdate_canvas.js => accessible/tests/browser/e10s/browser_treeupdate_canvas.js
rename : accessible/tests/browser/browser_treeupdate_cssoverflow.js => accessible/tests/browser/e10s/browser_treeupdate_cssoverflow.js
rename : accessible/tests/browser/browser_treeupdate_doc.js => accessible/tests/browser/e10s/browser_treeupdate_doc.js
rename : accessible/tests/browser/browser_treeupdate_gencontent.js => accessible/tests/browser/e10s/browser_treeupdate_gencontent.js
rename : accessible/tests/browser/browser_treeupdate_hidden.js => accessible/tests/browser/e10s/browser_treeupdate_hidden.js
rename : accessible/tests/browser/browser_treeupdate_imagemap.js => accessible/tests/browser/e10s/browser_treeupdate_imagemap.js
rename : accessible/tests/browser/browser_treeupdate_list.js => accessible/tests/browser/e10s/browser_treeupdate_list.js
rename : accessible/tests/browser/browser_treeupdate_list_editabledoc.js => accessible/tests/browser/e10s/browser_treeupdate_list_editabledoc.js
rename : accessible/tests/browser/browser_treeupdate_listener.js => accessible/tests/browser/e10s/browser_treeupdate_listener.js
rename : accessible/tests/browser/browser_treeupdate_optgroup.js => accessible/tests/browser/e10s/browser_treeupdate_optgroup.js
rename : accessible/tests/browser/browser_treeupdate_removal.js => accessible/tests/browser/e10s/browser_treeupdate_removal.js
rename : accessible/tests/browser/browser_treeupdate_table.js => accessible/tests/browser/e10s/browser_treeupdate_table.js
rename : accessible/tests/browser/browser_treeupdate_textleaf.js => accessible/tests/browser/e10s/browser_treeupdate_textleaf.js
rename : accessible/tests/browser/browser_treeupdate_visibility.js => accessible/tests/browser/e10s/browser_treeupdate_visibility.js
rename : accessible/tests/browser/browser_treeupdate_whitespace.js => accessible/tests/browser/e10s/browser_treeupdate_whitespace.js
rename : accessible/tests/browser/doc_treeupdate_ariadialog.html => accessible/tests/browser/e10s/doc_treeupdate_ariadialog.html
rename : accessible/tests/browser/doc_treeupdate_ariaowns.html => accessible/tests/browser/e10s/doc_treeupdate_ariaowns.html
rename : accessible/tests/browser/doc_treeupdate_imagemap.html => accessible/tests/browser/e10s/doc_treeupdate_imagemap.html
rename : accessible/tests/browser/doc_treeupdate_removal.xhtml => accessible/tests/browser/e10s/doc_treeupdate_removal.xhtml
rename : accessible/tests/browser/doc_treeupdate_visibility.html => accessible/tests/browser/e10s/doc_treeupdate_visibility.html
rename : accessible/tests/browser/doc_treeupdate_whitespace.html => accessible/tests/browser/e10s/doc_treeupdate_whitespace.html
rename : accessible/tests/browser/events.js => accessible/tests/browser/e10s/events.js
rename : browser/components/extensions/test/browser/browser_ext_pageAction_context.js => browser/components/extensions/test/browser/browser_ext_pageAction_title.js
rename : browser/components/extensions/test/browser/browser_ext_pageAction_context.js => browser/components/extensions/test/browser/head_pageAction.js
rename : dom/events/test/pointerevents/pointerevent_element_haspointercapture.html => dom/events/test/pointerevents/pointerevent_element_haspointercapture-manual.html
rename : dom/events/test/pointerevents/test_pointerevent_element_haspointercapture.html => dom/events/test/pointerevents/test_pointerevent_element_haspointercapture-manual.html
rename : gfx/thebes/DeviceManagerD3D11.cpp => gfx/thebes/DeviceManagerDx.cpp
rename : gfx/thebes/DeviceManagerD3D11.h => gfx/thebes/DeviceManagerDx.h
rename : media/webrtc/trunk/tools/gyp/test/compiler-override/compiler.gyp => media/webrtc/trunk/tools/gyp/test/compiler-override/compiler-exe.gyp
rename : media/webrtc/trunk/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist.strings => media/webrtc/trunk/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/InfoPlist-error.strings
rename : media/webrtc/trunk/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist.strings => media/webrtc/trunk/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist-error.strings
rename : media/webrtc/trunk/tools/gyp/test/mac/gyptest-postbuild-static-library.gyp => media/webrtc/trunk/tools/gyp/test/mac/gyptest-postbuild-static-library.py
rename : media/webrtc/trunk/tools/gyp/test/rules/src/subdir4/asm-function.asm => media/webrtc/trunk/tools/gyp/test/rules/src/subdir4/asm-function.assem
rename : mfbt/unused.h => mfbt/Unused.h
rename : testing/web-platform/tests/pointerevents/pointerevent_element_haspointercapture.html => testing/web-platform/tests/pointerevents/pointerevent_element_haspointercapture-manual.html
extra : rebase_source : a3de7d91a61df9b14fe07a89f5b0184a067549cf
2016-08-25 08:14:36 -04:00
Sebastian Hengst
4fea2f775e Backed out changeset 8ad552de5fa6 (bug 1295608) for not finding devtools/client/shared/l10n in mochitest-chrome. r=backout 2016-08-25 14:21:04 +02:00
Sebastian Hengst
a75ae94d08 Backed out changeset 3c716a5a7906 (bug 1295608) 2016-08-25 14:20:10 +02:00
Sebastian Hengst
fc382e1dda Backed out changeset 51bd96b9f93d (bug 1295608) 2016-08-25 14:20:06 +02:00
Sebastian Hengst
50c983455a Backed out changeset 85fabbd4395a (bug 1295608) 2016-08-25 14:20:02 +02:00
Sebastian Hengst
cac7ee194a Backed out changeset 69d2ac816444 (bug 1295608) 2016-08-25 14:19:58 +02:00
Sebastian Hengst
11a5600e59 Backed out changeset 20f2ba4d1247 (bug 1295608) 2016-08-25 14:19:54 +02:00
Julian Descottes
8154fdfc31 Bug 1295609 - Migrate devtools/client/webconsole to use l10n.js instead of Services.string;r=bgrins
MozReview-Commit-ID: 65AyxZ68GHt

--HG--
extra : rebase_source : 289b85f59aa30224394e4dfff4a3135ffd343514
2016-08-19 20:31:50 +02:00
Julian Descottes
091c4aec7c Bug 1295608 - Migrate devtools/client/definitions.js to use l10n.js instead of Services.string;r=tromey
MozReview-Commit-ID: 6ZNweyiAuYL

--HG--
extra : rebase_source : e1084825207a757707b04e2f3feec1fe94e922d3
2016-08-24 16:48:02 +02:00
Julian Descottes
dd2c419be1 Bug 1295608 - Migrate devtools/client/sourceeditor to use l10n.js instead of Services.string;r=tromey
MozReview-Commit-ID: B6mL8NTDuJC

--HG--
extra : rebase_source : c6c475335ce4b750f7d7c03f85b4b6fe1484e83c
2016-08-24 16:41:18 +02:00
Julian Descottes
0254f50fdf Bug 1295608 - Migrate devtools/shared to use l10n.js instead of Services.string;r=tromey
I explicitly did not migrate the localizations of the external properties file brand.properties.
This should be handled as part of Bug 1297733.

MozReview-Commit-ID: JXomOmr37xV

--HG--
extra : rebase_source : 752c9c0c3b7c91964a408271c9f7ea94358b4035
2016-08-23 12:19:42 +02:00
Julian Descottes
e371ad00c5 Bug 1295608 - Migrate devtools/client/shared to use l10n.js instead of Services.string;r=pbro
MozReview-Commit-ID: 3yCxJ9bQBF5

--HG--
extra : rebase_source : cb731331d5c9bfee2c556f9338b3c17088bf8cd3
2016-08-23 11:19:59 +02:00
Julian Descottes
a542fa1662 Bug 1295608 - Migrate devtools/client/inspector/test to use l10n.js;r=pbro
MozReview-Commit-ID: 7uH7CA6pPpd

--HG--
extra : rebase_source : bbf6e2e39ceb0390d44239dad29afdb8386ac181
2016-08-25 10:35:22 +02:00
Julian Descottes
c3d6bf2925 Bug 1295608 - Migrate devtools/client/inspector to use l10n.js instead of Services.string;r=pbro
MozReview-Commit-ID: AmAkgdqoRr5

--HG--
extra : rebase_source : 8fedaf83b973f6e436eac9eccffdc077294ffaaa
2016-08-25 10:35:04 +02:00
Julian Descottes
70b2769bc6 Bug 1297713 - remove calls to document.commanddispatcher in breadcrumbs.js;r=pbro
MozReview-Commit-ID: 6CLe1huT1cf

--HG--
extra : rebase_source : 65590d2b4875432cd42a1513b74b7f8f7022d55e
2016-08-24 17:29:30 +02:00
Jarda Snajdr
35df0a4ddc Bug 1297329 - Added unit test for the StackTrace component r=bgrins
MozReview-Commit-ID: 57Hm7pcMHRG

--HG--
extra : rebase_source : e7cf483e52560873b140f97bb850799ae88cb1f0
2016-08-24 13:22:21 +02:00
Jarda Snajdr
3474e924c1 Bug 1297329 - Fix opening 'url1 -> url2' source locations in console r=bgrins
MozReview-Commit-ID: AcQMHzaVi9r

--HG--
extra : rebase_source : 3694627d3dfd57e67657203a02c9c50817ff3952
2016-08-23 11:16:43 +02:00
Lin Clark
268da026f6 Bug 1297180 - New console frontend: Use packet stubs to test store. r=bgrins
--HG--
extra : rebase_source : 6713114d40a47ce61885640d513b4eec549f283f
2016-08-22 16:43:27 -04:00
Jarda Snajdr
37ccd80244 Bug 1297068 - Copy as cURL generates correct boundary on a multipart request r=Honza
MozReview-Commit-ID: EOyLVsHkBCL

--HG--
extra : rebase_source : f929b7506a1ca4a488a92efcf0804583ded4171e
2016-08-22 15:36:09 +02:00
Ryan VanderMeulen
0374889baf Merge m-c to autoland. a=merge 2016-08-24 09:10:50 -04:00
Julian Descottes
d9eda2f4cb Bug 1294366 - fix filter widget select opening only once, force focus on window on click;r=ochameau
MozReview-Commit-ID: 5xcZuoRxOco

--HG--
extra : rebase_source : e755310f51db2bde134a8cb6aebcb06fdd7a16f4
2016-08-22 17:55:12 +02:00
Evan Tseng
9278a3992a Bug 1289062 - Order the events properties. r=Honza
--HG--
extra : rebase_source : 7797fa35cbee61dc3e52911eb553aa5710c3a36d
2016-08-18 16:07:38 +08:00
Ryan VanderMeulen
833833b8c5 Merge inbound to m-c. a=merge 2016-08-22 09:40:41 -04:00
Ryan VanderMeulen
14b640ba33 Merge autoland to m-c. a=merge 2016-08-22 09:37:44 -04:00
Julian Descottes
6003c8a0da Bug 1294188 - migrate animation-inspector localized strings to properties file;r=pbro
MozReview-Commit-ID: J41qf2hobbU

--HG--
extra : rebase_source : 565da7941d05f66e5e0b8f9a604f929265ec0287
2016-08-15 17:48:25 +02:00
Kershaw Chang
dc735275b1 Bug 1295309 - Add isTopLevelLoad attribute in nsILoadInfo. r=billm
--HG--
extra : amend_source : 5a6138b38b3ae8fa64194dd0df90f4a5e2fb9a0f
2016-08-21 21:46:09 -04:00
Wes Kocher
622e92bcb5 Merge m-c to fx-team, a=merge 2016-08-19 18:41:03 -07:00
Wes Kocher
bb22cc4067 Merge inbound to central, a=merge 2016-08-19 18:16:20 -07:00
Wes Kocher
1adf793988 Merge fx-team to central, a=merge 2016-08-19 17:54:55 -07:00
Gabriel Luong
48cab5785e Bug 1282726 - Simple CSS Grid highlighter that displays grid lines r=pbro
This adds a new highlighter in devtools/server/actors/highlighters.
For now this highlighter isn't used and can only display grid lines
as provided by node.getGridFragments().
2016-08-19 10:26:39 -07:00
divyanshu
c9785dc4c9 Bug 1292998 - Replace Iterator() with Object.{entries,values}. r=jryans
Replace simple in-tree consumer of non-standard Iterator() with Object.{values,entries} in devtools/
2016-08-14 02:02:06 +05:30
Dalimil Hajek
f8b39e7a6d Bug 1284842 - Reps: Handle URLs uniformly. r=Honza 2016-08-16 02:41:00 -04:00
Steve Chung
92c9f8b9e7 Bug 1253323 - Fix direction of heap-tree-number in RTL. r=ntim
MozReview-Commit-ID: EIJIFopbvm

--HG--
extra : transplant_source : %2B%7D%F4%A4%BB%29F%EF%00%8D%C6W%B5%1F%F0%2BH%D9HN
2016-08-10 16:11:44 +08:00
Ryan VanderMeulen
ca004651b3 Merge fx-team to m-c. a=merge 2016-08-19 09:54:25 -04:00
Ryan VanderMeulen
01c4e8cc1b Merge inbound to m-c. a=merge 2016-08-19 09:52:53 -04:00
Patrick Brosset
d85ca4e057 Bug 1295607 - Avoid CSP errors when drawing the window into the eyedropper; r=miker
Pages defining CSP response headers used to be a problem for the eyedropper.
Indeed, the eyedropper would take a screenshot of the window with
canvas.drawWindow and then load the resulting data as an Image. But in order
to access the Image() constructor, it would use the content window:
new window.Image(), and that wasn't possible with CSP headers.

With this change, the eyedropper creates an ImageBitmap with
window.createImageBitmap() and that doesn't cause CSP errors, and still works
fine because ImageBitmap are consumable by the eyedropper.

This change also adds a new test to prevent this bug from coming back.

MozReview-Commit-ID: 7f3HCXJtTiv
2016-08-18 14:37:04 +02:00
Patrick Brosset
3ca2b33eec Bug 1289553 - Move the eyedropper label so it's always visible; r=jdescottes
This adds a few new CSS selectors that are used to move the label to the
top and/or left/right of the eyedropper canvas.
The CSS rules use transform and a quick transition.
The eyedropper highlighter then just makes use of this by adding top, left,
right attributes to the DOM depending on its position.

This also adds a test for this, and while testing, I discovered a bug in
shared/layout/utils.js that I fixed here too. Sometimes, the node passed is
actually a DOCUMENT_NODE and so we must account for this in a couple of places
in this file to avoid JS errors.

MozReview-Commit-ID: H969k3mEDJE


MozReview-Commit-ID: 9qOCYVp4mld
2016-08-18 15:17:47 +02:00
Sebastian Hengst
6d2886e2f3 Backed out changeset 6c02985bc0c8 (bug 996691) for failing browser_dbg_variables-view-data.js and browser_bug_869003_inspect_cross_domain_object.js. r=backout 2016-08-19 09:41:07 +02:00
Oriol
e0f291a2fa Bug 996691 - Stop ignoring empty string property names when inspecting an object. r=fitzgen 2016-08-17 18:03:00 -04:00
Wes Kocher
221a8574f7 Merge m-c to fx-team, a=merge 2016-08-18 16:33:20 -07:00
Wes Kocher
f433f0dd71 Merge fx-team to central, a=merge 2016-08-18 16:16:47 -07:00
Lin Clark
1f90a0eb35 Bug 1295337 - New console frontend: Automate creation and update of stubs. r=bgrins
MozReview-Commit-ID: KtJLRAMqGVC

--HG--
rename : devtools/client/webconsole/new-console-output/test/fixtures/stubs.js => devtools/client/webconsole/new-console-output/test/fixtures/stubs/consoleApi.js
2016-08-18 16:04:57 -07:00
Peter Elmers
79ff11951a Bug 1295254 - New console frontend: Add support for navigation marker. r=linclark
MozReview-Commit-ID: EcXsOKH5jgx
2016-08-18 16:04:35 -07:00
Lin Clark
cfb090c9fc Bug 1295254 - Part 1: Add support for navigatedMessages.
MozReview-Commit-ID: CwezKrewGJP
2016-08-18 16:04:35 -07:00
Nicolas Chevobbe
d8d0dd3e36 Bug 1294499 - New console frontend: Add collapsible stacktrace for console.error/trace messages. r=linclark
MozReview-Commit-ID: LctpJdFtxX0
2016-08-18 16:04:35 -07:00
Lin Clark
6a66311928 Bug 1294505 - New console frontend: Update stubs. r=me
MozReview-Commit-ID: 1g7xRNj2oAk
2016-08-18 16:04:34 -07:00
Jaideep Bhoosreddy
1546eccc1a Bug 1294498 - New console frontend: Add a file location component. r=linclark
MozReview-Commit-ID: 5VnQnWQsoZF
2016-08-18 16:04:33 -07:00
Brian Grinstead
21c0458602 Bug 1292325 - New console frontend: Add a waitForMessages function for end-to-end testing. r=linclark
MozReview-Commit-ID: H908h06zfNJ
2016-08-18 16:04:33 -07:00
Lin Clark
70cb4eb07e Bug 1292322 - New console frontend: Clean up React warnings. r=bgrins
MozReview-Commit-ID: AhhSP61tl7w
2016-08-18 16:04:32 -07:00
Lin Clark
eaf9255215 Bug 1291832 - New console frontend: Remove all category/severity cruft. r=nchevobbe
MozReview-Commit-ID: IyAqX1vzY0m
2016-08-18 16:04:32 -07:00
Nicolas Chevobbe
9d740d0f97 Bug 1291358 - Part 2: New console frontend: Add support for console.trace();r=linclark
MozReview-Commit-ID: G7Ghf07BiSl
2016-08-18 16:04:32 -07:00
Brian Grinstead
ec262e55ae Bug 1291352 - New console frontend: Add basic mochitest-browser test;r=linclark
MozReview-Commit-ID: KQITgqdMb2l
2016-08-18 16:04:31 -07:00
Lin Clark
b620bd73c0 Bug 1291358 - New console frontend: Add LocalizationHelper to mocks. r=nchevobbe
MozReview-Commit-ID: 5ChNIANDumt
2016-08-18 16:04:31 -07:00
Lin Clark
fb5572eb78 Bug 1291056 - New console frontend: Use require-hacker to load mocks in npm tests. r=bgrins
MozReview-Commit-ID: 8ndzzDqCRTB

--HG--
rename : devtools/client/webconsole/new-console-output/test/fixtures/l10n.js => devtools/client/webconsole/new-console-output/test/fixtures/L10n.js
2016-08-18 16:04:30 -07:00
Lin Clark
fe62fe8b51 Bug 1290545 - New console frontend: Adjust severity filtering rules. r=bgrins
MozReview-Commit-ID: AGoMyxQYoEN
2016-08-18 16:04:23 -07:00
James Long
8039de3b3d Bug 1296048 - scope codemirror styles better in devtools r=gl 2016-08-18 12:53:02 -04:00
Tim Nguyen
06e9a1a661 Bug 1293930 - Update storage inspector tree icons to new thin icon style. r=helenvholmes
MozReview-Commit-ID: 9fZTRaMSTDm
2016-08-17 14:06:51 -07:00
Wes Kocher
75891668b5 Merge m-c to fx-team, a=merge 2016-08-17 17:26:23 -07:00
Wes Kocher
ae78ab94fa Merge fx-team to central, a=merge 2016-08-17 16:53:20 -07:00
Wes Kocher
07f8858bf6 Merge inbound to central, a=merge 2016-08-17 16:38:41 -07:00
Jan Odvarko
e19ed1dbbc Bug 1291972 - Decrease inspector sidebar min-width to 300px. r=jdescottes
--HG--
extra : rebase_source : bab598242b930dfe2edaba25bac6771d16725b3f
2016-08-17 12:02:19 +02:00
Wes Kocher
f90f3d11fd Merge m-c to fx-team, a=merge
a=release for the webidl hook due to comment-only changes

--HG--
extra : amend_source : d988a8a774085539988d1d964c4beb2d07eecb50
2016-08-16 22:09:34 -07:00
Jaideep Bhoosreddy
8bcb67462f Bug 1291877 - Source map optimization in console due to Unique Locations. r=jsantell
--HG--
extra : rebase_source : 890ed6da1a3ea2406334ed7565e9b1a79a14ebee
2016-08-16 23:21:00 -04:00
Wes Kocher
48b8d407c8 Merge inbound to central, a=merge
a=release to get around the webidl hook for a comment-only change

--HG--
extra : amend_source : f7e57101e1a25d3cf3536a256898ec2a21c54b38
2016-08-16 17:05:30 -07:00
Wes Kocher
073e095b66 Merge fx-team to central, a=merge CLOSED TREE 2016-08-16 16:37:28 -07:00
J. Ryan Stinnett
74fa6d75e9 Bug 1294841 - Remove selection and focus ring from RDM browser. r=bgrins
MozReview-Commit-ID: KLbyFbHuKVi

--HG--
extra : rebase_source : 856719d86aa4db134aa84e072131b25d4a93c862
2016-08-16 22:15:57 -05:00
Evan Tseng
5e174bdb8d Bug 1295491 - Remove Reference component in grip-array.js. r=Honza 2016-08-16 15:35:33 +08:00
sudhanva
63eaeb5cc0 Bug 1282910 - Fix issuerOrganizationUnit property name in test_security-info-certificate.js. r=jsnajdr 2016-08-18 13:03:08 +05:30
Fred Lin
358c4a1bf6 Bug 1294937 - The context menu does not appear when right-click on the inspector-searchbox. r=gl
MozReview-Commit-ID: 8Ebs5jeYlkq

--HG--
extra : rebase_source : d4358f8c6bb2e3d1e6456190daba6a320c604257
2016-08-15 11:23:16 +08:00
Fred Lin
346924fc78 Bug 1293591 - Remove devtools/client/inspector/inspector.css. r=gl
MozReview-Commit-ID: J7auvgrcaAG

--HG--
extra : transplant_source : %F4%1A%9C%945%8A%90%DFz%02%13%17%A6%AE%A4%FAx%7C%A5%09
2016-08-10 10:33:02 +08:00
Oriol
185be6e413 Bug 1295729 - Ensure that properties are array indices when the console checks if an object is a pseudo-array. r=fitzgen
--HG--
extra : rebase_source : bc98c44868562de9349fce6fcb903557fb10e996
2016-08-16 14:59:00 -04:00
Towkir Ahmed
650eda7fe7 Bug 1294840 - Fix vertical alignment of 'filter widget buttons' in devtools: css rule inspector. r=jdescottes
--HG--
extra : rebase_source : 8758c8d6ed677dd5df7c3e9e1ec59552b10a2f17
2016-08-16 09:05:00 -04:00
Wes Kocher
f67077df98 Merge m-c to autoland, a=merge 2016-08-18 16:33:37 -07:00
Tom Tromey
1d6c2684eb Bug 1278625 - move SimpleStringFront to specs/string.js; r=ejpbruel
MozReview-Commit-ID: Ib11CZwL4pP

--HG--
extra : rebase_source : 85b35231efa1e987bd4742a7d9255fb19bfeb435
2016-08-16 11:01:33 -06:00
Wes Kocher
6ef71a1b08 Backed out changeset fccbaff0ea6f (bug 1286259) for test_reps_grip-array.html failures a=backout 2016-08-15 16:55:31 -07:00
Tom Tromey
6c3ffd2acd Bug 1278625 - remove some lazy loading from devtools; r=jlongster
MozReview-Commit-ID: HwV7DFVJhAF

--HG--
extra : rebase_source : 6631df9fdd4ac8537ff08562b5184345c8c42736
2016-08-05 08:46:37 -06:00
Tom Tromey
e57ee07dd5 Bug 1278625 - move XPCOMUtils use out of Tooltip.js; r=jdescottes
MozReview-Commit-ID: 77xkkxl4mqN

--HG--
extra : rebase_source : c516921b7792ae7b80a3c9523d0580accb5375d1
2016-08-05 11:15:38 -06:00
Tom Tromey
0ab85c799c Bug 1290233 - remove uses of nsIXULChromeRegistry from inspector; r=gregtatum
MozReview-Commit-ID: 4MtmQ2Z4fmm

--HG--
extra : rebase_source : c9fbdf24abc5ed4a8a51fbc0e4e8bfe09013f425
2016-08-17 09:09:40 -06:00
Nicolas Chevobbe
3bebd473b9 Bug 1295347 - New console frontend: Add support for console.time(). r=me
--HG--
extra : rebase_source : cf2a055d7411ad82aedcaed88e47bbabc30f3dd0
2016-08-20 00:46:26 +02:00
Nicolas Chevobbe
481431d905 Bug 1296729 - New console frontend: Use a button instead of a link for the VariableViewLink. r=me
--HG--
extra : rebase_source : e60498dbe9fc24b39af0ba14f7e1245f0a53a63d
2016-08-19 21:09:28 +02:00
Tom Tromey
0eb9b8b128 Bug 1296427 - allow a branch to also be a pref in content implementation; r=gregtatum
MozReview-Commit-ID: 2BoIv2eY6DX

--HG--
extra : rebase_source : ec4b1f9d25c8bb55330927131136ae867caad20c
2016-08-19 12:00:12 -06:00
Ethan Lin
68fc39b139 Bug 1294660: Part 3 - regenerate CSS_PROPERTIES list in devtools/shared/css-properties-db.js. r=tromey
MozReview-Commit-ID: 8jrTcf1IwSf

--HG--
extra : rebase_source : a2856c1ef5531f4939506a86cb79771b00d1a504
2016-08-02 02:57:00 +08:00
Ethan Lin
3adc53ba86 Bug 1294660: Part 3 - regenerate CSS_PROPERTIES list in devtools/shared/css-properties-db.js. r=tromey
MozReview-Commit-ID: 8jrTcf1IwSf

--HG--
extra : rebase_source : 2788b2bb582584604584545c7da51768a517418b
2016-08-02 02:57:00 +08:00
J. Ryan Stinnett
47246b4b07 Bug 1274032 - Show notification when opening RDM on non-remote tabs. r=ntim
MozReview-Commit-ID: DGDuM6jobbG

--HG--
extra : rebase_source : 5f3ea91fb4860013af9f5d31d9d8b89ef9469c5c
2016-08-12 17:09:29 -05:00
Julian Descottes
04f8d2d48b Bug 1296870 - Do not clear output of BrowserConsole when receiving console.clear();r=bgrins
MozReview-Commit-ID: 2quJg454BxU

--HG--
extra : rebase_source : 0f7c8a57b084e9731558ddea3fe3b8f03255c538
2016-08-22 23:51:01 +02:00
Julian Descottes
a239502f8a Bug 1296870 - Rename browser_console clear test to browser_webconsole;r=bgrins
MozReview-Commit-ID: Jh8dsZk0c9f

--HG--
rename : devtools/client/webconsole/test/browser_console_clear_method.js => devtools/client/webconsole/test/browser_webconsole_clear_method.js
extra : rebase_source : 44bb26e3fb66f71161cac484360ba23bc5094031
2016-08-22 23:47:29 +02:00
Ethan Lin
68fd1f0210 Bug 1294660: Part 3 - regenerate CSS_PROPERTIES list in devtools/shared/css-properties-db.js. r=tromey
MozReview-Commit-ID: AX7hjbl01kL
2016-08-24 17:02:31 +02:00
Ehsan Akhgari
e9df83314d Bug 1297225 - Avoid calling HTMLInputElement.setSelectionRange() on <input type=number>s in the CSS filter widget code; r=pbro 2016-08-24 10:04:39 -04:00
Ryan VanderMeulen
69113163cf Merge m-c to inbound. a=merge 2016-08-24 09:09:05 -04:00
Sebastian Hengst
7ed0c9a53c Backed out changeset ade443e64557 (bug 1294660) 2016-08-24 13:19:26 +02:00
Ethan Lin
a8eebc2216 Bug 1294660: Part 3 - regenerate CSS_PROPERTIES list in devtools/shared/css-properties-db.js. r=tromey
MozReview-Commit-ID: AX7hjbl01kL

--HG--
extra : rebase_source : bcd60c60a0b2005b6fb0a25a9ea9b42bb9eef02b
extra : amend_source : f5ca828fb38a7849b816e7146cd8e3575a162cb0
2016-08-02 02:57:00 +08:00
Ryan VanderMeulen
2b4ac234e9 Merge m-c to inbound. a=merge 2016-08-25 08:27:17 -04:00
Shu-yu Guo
e2b6833e0a Bug 1263355 - Rewrite the frontend: bindings. (r=jorendorff,Waldo) 2016-08-25 01:28:47 -07:00
J. Ryan Stinnett
e6e502f631 Bug 1240912 - Only remove disconnect listener when closing the child. r=me
MozReview-Commit-ID: 9DSreORq7Sf
2016-08-19 10:01:35 -05:00
J. Ryan Stinnett
973f55c425 Bug 1240912 - Add outerWindowID getter for request matching. r=ochameau
MozReview-Commit-ID: DlatvZVE8qu
2016-08-19 10:01:34 -05:00
J. Ryan Stinnett
89421af622 Bug 1240912 - Add browser swap support to multiprocess actors. r=ochameau
Watch for browser swap events and update the message manager as necessary for
each of the actors that use the `setupInParent` multiprocess functionality.

MozReview-Commit-ID: HPibSONSYk4
2016-08-19 10:01:33 -05:00
J. Ryan Stinnett
3ed8a3dc20 Bug 1240912 - Convert Network Monitor to setupInParent. r=ochameau
MozReview-Commit-ID: 2fqsnR7IMWO
2016-08-19 10:01:32 -05:00
J. Ryan Stinnett
fc9902d787 Bug 1240912 - Support sync messages inner to outer in the tunnel. r=ochameau
MozReview-Commit-ID: JKmTLNBJxke
2016-08-19 10:01:31 -05:00
J. Ryan Stinnett
d3684d513f Bug 1240912 - Change storage actor messages to use debug prefix. r=ochameau
MozReview-Commit-ID: 89EcywFnJCI
2016-08-19 10:01:31 -05:00
J. Ryan Stinnett
bb9b0bc5bb Bug 1240912 - NetworkMonitorManager uses mm instead of frame. r=ochameau
MozReview-Commit-ID: JsvQRwbjJDE
2016-08-19 10:01:30 -05:00
J. Ryan Stinnett
9defeffe44 Bug 1240912 - Toolbox remains connected across frame swaps. r=ochameau
It is now possible keep the toolbox open while toggling RDM open and closed.
The toolbox will follow the frame as it moves and update the message manager it
uses internally with each move.

MozReview-Commit-ID: DvLzCmOXfnb
2016-08-19 10:01:29 -05:00
J. Ryan Stinnett
986b4a670d Bug 1240912 - Filter requests by top frame's outerWindowID. r=ochameau
MozReview-Commit-ID: B5Y65EVG8Tz
2016-08-19 10:01:27 -05:00
J. Ryan Stinnett
4e29231275 Bug 1240912 - Beacon filtering no longer needed. r=ochameau
MozReview-Commit-ID: EQ4HrvGFBiq
2016-08-19 10:01:25 -05:00
Wes Kocher
a58f8b89a0 Merge m-c to inbound, a=merge 2016-08-18 16:32:58 -07:00
Evan Tseng
c87392581e Bug 1284838 - Return Grip in Events render method. r=Honza 2016-07-26 12:04:07 +08:00
Evan Tseng
7ecd9a566a Bug 1282465 - Hardcode tiny mode for array and object reps. r=Honza 2016-08-15 16:27:00 +08:00
Sebastian Hengst
da55fffdc5 Backed out changeset c289e719ca5d (bug 1285566) for timing out in devtools test browser_toolbox_computed_view.js. r=backout 2016-08-16 09:57:27 +02:00
Fred Lin
fe6e35996e Bug 1286259 - Reps: grip-array rep should support limited preview, add extra space; r=Honza
MozReview-Commit-ID: IiATBSqv4Wz
2016-08-15 22:44:00 -07:00
Benoit Chabod
dc4c04d63b Bug 1285566 - Create an EmulationActor and use per-tab API for touch simulator, r=jryans
MozReview-Commit-ID: F5s8Fd265Qe
2016-08-12 12:45:00 -07:00
Fred Lin
e42ead4263 Bug 1294929 - remove no-match class when tap clear button; r=gl
MozReview-Commit-ID: 8OSFZ1T6B5U
2016-08-15 10:59:37 +08:00
Fred Lin
c7f7dfffbb Bug 1294486 - Fix inspector textbox-search-clear position in RTL locales; r=gl
MozReview-Commit-ID: d6Sg6UINP4
2016-08-12 10:40:04 +08:00
Wes Kocher
fee75658b6 Merge m-c to fx-team a=merge CLOSED TREE 2016-08-15 15:04:43 -07:00
Wes Kocher
03b3c20a6e Merge fx-team to central, a=merge 2016-08-15 14:49:11 -07:00
Jarda Snajdr
f806b3f7de Bug 1290680 - Add test coverage for TooltipToggle on HTMLTooltip r=jdescottes
MozReview-Commit-ID: 8j3fbJ2xhml
2016-08-15 16:03:16 +02:00
Jarda Snajdr
f4a5dac37a Bug 1290680 - Test the mouse leaving the widget in browser_net_image-tooltip.js r=jdescottes
MozReview-Commit-ID: 68rFsHHHTHZ
2016-08-15 16:03:10 +02:00
Jarda Snajdr
f567f08c4d Bug 1290680 - Netmonitor mousemove throws TypeError: this._baseNode.contains is not a function r=jdescottes
MozReview-Commit-ID: GHJl6nfdEyO
2016-08-15 16:02:57 +02:00
Steve Chung
52e7ee52a5 Bug 1294464 - Don't overlap inspector-search and eyedropper, pane-toggle. r=ntim
MozReview-Commit-ID: EZQEzJdxOO2
2016-08-15 17:19:39 +08:00
Wes Kocher
b44cee8b2a Merge fx-team to central, a=merge CLOSED TREE 2016-08-12 14:37:49 -07:00
Wes Kocher
e9097643d5 Merge inbound to central, a=merge 2016-08-12 13:44:29 -07:00
J. Ryan Stinnett
67d38931a7 Bug 1250171 - Remove *_PER_USER_FLAG probes from DevTools. r=clarkbw
MozReview-Commit-ID: 2nZxPYrKKai
2016-08-12 06:24:14 -05:00
Steve Chung
7131469c22 Bug 1294059 - Remove devtools/client/styleeditor/styleeditor.css and merge with devtools/client/themes/styleeditor.css. r=ntim
MozReview-Commit-ID: LtK7KbytFvK

--HG--
extra : rebase_source : f1a2afa1bf6d6db672e9a5a32f5666743f73acc5
2016-08-11 17:25:27 +08:00
Wes Kocher
4aec37ca6e Merge m-c to autoland, a=merge 2016-08-12 16:30:03 -07:00
Dalimil Hajek
86112c4091 Bug 1293141 - Headers is blank until Raw Data is clicked. r=Honza 2016-08-08 03:00:00 -04:00
Jarda Snajdr
d420b24f0d Bug 1290599 - Part 3: New unit test for debugger transport events r=jryans
MozReview-Commit-ID: 4vqBD9CTFSR

--HG--
extra : rebase_source : f39fbd1ef96df388c9c6f7fc2f21fadf488a54ad
2016-08-11 13:44:22 +02:00
Jarda Snajdr
16d3197662 Bug 1290599 - Part 2: Fix the browser_toolbox_transport_events.js test r=jryans
MozReview-Commit-ID: 3Ck8o29f93K

--HG--
extra : rebase_source : 006a5e8f672aed299c0fb68b8a366940e88db5d6
2016-08-11 16:47:22 +02:00
Jarda Snajdr
e127cebee2 Bug 1290599 - Part 1: Improve names of events fired by debugger transport r=jryans
Although "close" would be an event name more consistent with usual event naming
(like in DOM APIs), I'm choosing "onClosed" here, because it's more in-line with
what debugger transports use (onPacket, onBulkPacket), it's a minimal change
(only LocalDebuggerTransport is affected) and no update to RDP inspector is needed.

MozReview-Commit-ID: B0YnBOOBSNI

--HG--
extra : rebase_source : 793896acf0d35d4de2829dd1e2b5682d9c0130fe
2016-08-09 10:49:18 +02:00
Jan de Mooij
0ad12515f4 Bug 1292892 part 1 - Stop using JSRuntime outside SpiderMonkey. r=bz,terrence,fitzgen,kanru 2016-08-11 14:39:22 +02:00
Thomas Wisniewski
7e447a3ab2 Bug 1293881 - Revert a behavioral change introduced in bug 1285036 patch 7: header names set by SetRequestHeader should retain their case instead of being lowercased as the current XHR spec specifies. r=jimb 2016-08-09 19:43:26 -04:00
J. Ryan Stinnett
0ccf1ca369 Bug 1276607 - Activate content frame when stopping RDM to restore focus. r=bigben
MozReview-Commit-ID: CgDxa0aaQwi

--HG--
extra : rebase_source : 2c637372142e83641bf9977916097a38f7d57ba3
2016-08-11 18:26:56 -05:00
Tom Tromey
39f7f2c862 Bug 1287910 - move devtools stack-related APIs to per-platform require; r=jryans
MozReview-Commit-ID: CgT1VGJnJqB

--HG--
extra : rebase_source : 14c52fe412675d9442d8d723cc3e8da55b169079
2016-08-05 13:17:17 -06:00
Ricky Chien
fcbeb531eb Bug 1278923 - Export Content-Type and Content-Length to HAR headers. r=Honza
MozReview-Commit-ID: H0eZ8bSId8Q

--HG--
extra : transplant_source : M%DC%E7%E0%80%0E%87%13%0A%E0%F5j%EAg5%81%FBM%09%97
2016-08-01 19:27:05 +08:00
Dalimil Hajek
afbca2c80e Bug 1285720 - Inspector initialization causes protocol description to be requested from the server three times. r=jdescottes 2016-08-13 04:18:00 -04:00
Sami Jaktholm
3c5039479e Bug 1288213 - Fix and re-enable intermittent layout view tests. r=gl
The reason for the intermittent timeouts wasn't actually in the layoutview but
in the computed view instead. It turns out computed view didn't handle
selection change during an ongoing update from previous selection change
correctly. When layout view was moved to the computed view, it caused more
things to happen during selection change which slowed the computed view
updates triggering this race condition.

Whenever selection changed, the previous update was canceled but the
promise that was blocking the inspector-updated event from being emitted
was never resolved nor rejected. This together with the fact that the
layoutview tests didn't properly wait for the initial update after
navigation / reload to finish before they triggered a new upload lead
to the inspector update to hang waiting for the inspector-updated event
and the test to timeout.

These changes fix the issues by rejecting the computed-view updated promise
whenever the update is canceled. This unblocks the inspector-updated event
to be emitted once the selection change has finished and stops the tests
from timing out.

MozReview-Commit-ID: H4cakxkm4vX

--HG--
extra : transplant_source : %B9%DC%08%5D%CB%D8%B4%7B7-%AF%86N2r%F6%F5%92kA
2016-08-11 18:41:01 +03:00
Fred Lin
c21f788993 Bug 1295161 - [RTL] Network Monitor's Collapse/Expand pane button is not properly displayed; r=ntim
MozReview-Commit-ID: Fx3feKM4wKM

--HG--
extra : rebase_source : 44be1d35db5e334171c503cd2e7810f4b7b926b0
2016-08-23 16:25:57 +08:00
Julian Descottes
b1e03718f3 Bug 1294220 - part6: use standard getter instead of loader.lazyGetter in l10n.js;r=bgrins,tromey
MozReview-Commit-ID: 37AujDuDn0a

--HG--
extra : rebase_source : 0f5723707aca5b9e7a74f63d0c8c7e352f0dbf3e
2016-08-23 00:05:21 +02:00
Julian Descottes
463be2090c Bug 1294220 - part5: Remove the "chrome://" protocol when using LocalizationHelper;r=tromey
MozReview-Commit-ID: JzT8RyPhHwA

--HG--
extra : rebase_source : 515f68591ec275d4c7202e12dcc8ea06c3b4ba60
2016-08-20 21:59:34 +02:00
Julian Descottes
d37032924c Bug 1294220 - part4: Add chrome:// protocol when loading raw properties files;r=tromey
MozReview-Commit-ID: HJfFoqNso2J

--HG--
extra : rebase_source : d2665de41b17f335fd164480fffa2e5c2c4f4945
2016-08-20 20:31:53 +02:00
Julian Descottes
7c7233b378 Bug 1294220 - part3: Escape % characters in localized strings;r=bgrins
MozReview-Commit-ID: AcUOjfgp9lS

--HG--
extra : rebase_source : c6fe88c94206f30a83eea94619fc882100c7f2e4
2016-08-23 00:13:04 +02:00
Julian Descottes
d49ae9375e Bug 1294220 - part2: Devtools shared l10n helper: remove dependency on Services.string;r=bgrins
MozReview-Commit-ID: DyPKbYtlbEz

--HG--
extra : rebase_source : f149b09e55105b44f8e36fd2da20efdfbdbd53f0
2016-08-20 21:46:29 +02:00
Julian Descottes
5f705ce337 Bug 1294220 - part1: Move ellipsis character to a localized string in properties file;r=bgrins
The ellipsis character displayed by devtools is now relying on a localized string
in devtools/client/shared.properties instead of a complex preference.

The lazy loading of the ellipsis string has been removed, the ellipsis is retrieved
once when the client/shared/l10n.js file is loaded.

The ellipsis property on the LocalizationHelper instances has been removed in favor
of an ELLIPSIS export on the l10n.js module.

All the previous callers using either LocalizationHelper::ellipsis or retrieving the
intl.ellipsis preference have been migrated to rely on the ELLIPSIS export of l10n.js

MozReview-Commit-ID: 4JG0qbJGCw9

--HG--
extra : rebase_source : b513f69a00335c63c46e085b0101ca4cf884fb08
extra : source : 9cea22b583c7d615be644dd50161902c35f2f1b7
2016-08-20 22:09:03 +02:00
Alexandre Poirot
9cc1756d21 Bug 1274106 - Ensure opening tabs in background from about:debugging test. r=jdescottes
MozReview-Commit-ID: kSeAw9Xz1A

--HG--
extra : rebase_source : d9b4ca87a1e2023e96f6b056e3d4b1d3921337c6
2016-09-14 07:41:08 -07:00
Yura Zenevich
4d6c4f875f Bug 1295564 - fixing aria-activedescendant handling in breadcrumbs when they are unchecked. r=bgrins
MozReview-Commit-ID: OzhA1o8ja9
2016-08-18 10:46:33 -04:00
Alexandre Poirot
2e41a3286f Bug 1299602 - Do not suspend navigation when navigating with a breakpoint. r=jlongster
MozReview-Commit-ID: L6WGZcL5eWL

--HG--
extra : rebase_source : e53f009535f2d5342681500524f8687812606466
2016-09-01 02:42:03 -07:00
Jonathan Griffin
ccb982602d Bug 1294489 - Split directory into two manifests for better chunking, r=jlongster
MozReview-Commit-ID: 7RVwyr7lZC1

--HG--
extra : rebase_source : 9a8e62ab7178644c14fac6a4d30dba2457b4bf83
2016-09-01 12:06:54 -07:00
Hassan Ali
b90984b4da Bug 1256929 - Fix ESLint error in test-bug_923281_test2.js. r=linclark
--HG--
extra : amend_source : 04d32b2011a27b9b178c3d16e19535a1c906a9e8
2016-08-10 19:07:00 -04:00
Towkir Ahmed
63867da04a Bug 1284887 - Replaced references to mxr.mozilla.org in the codebase with dxr.mozilla.org r=dolske
a=release to get around a hook that's catching these comment-only idl changes

--HG--
extra : rebase_source : a7353680777fd2eeea24c9993f9937bbbcfb9e4f
2016-08-15 17:28:05 -07:00
Wes Kocher
c84ec3b3f3 Merge m-c to inbound, a=merge 2016-08-16 22:06:58 -07:00
Benoit Chabod
e6a3dde98e Bug 1285566 - Create an EmulationActor and use per-tab API for touch simulator, r=jryans
MozReview-Commit-ID: 860epGLFO9
2016-08-16 21:56:14 -05:00
Wes Kocher
88bc8189f9 Merge m-c to autoland, a=merge 2016-08-15 14:54:25 -07:00
Jarda Snajdr
18f6c7c94f Bug 1273795 - browser_net_service-worker-status.js: use ContentTask instead of CPOW r=ochameau
MozReview-Commit-ID: BczmQjhjuw9

--HG--
extra : rebase_source : 479bbffc70880aec81b555dfbf4875227a335239
2016-08-12 11:19:25 +02:00
Sami Jaktholm
84f52725fd Bug 1284125 - Fix intermittent browser_inspector_delete-selected-node-02.js. r=jdescottes
The intermittency is caused by a race condition. When delete is clicked in the
context menu, markupview changes the selection and sends the removeNode request
to the server. The selection change triggers the usual inspector update process
in the client. At the same time, the server removes the node and queues the
mutation triggered by the removal. And here lies the issue.

If the inspector components finish updating BEFORE the removal mutation is
received from the server, the test continues before the breadcrumbs learn
about the deletion and the test fails. If the update is still pending when
the mutation is received, the breadcrumbs have time to update before the
test continues to make assertions about the breadcrumb contents.

The fix here is to make the test to ensure that the breadcrumbs have seen the
deletion before it continues. To enable that, the breadcrumbs need to tell
the world that it has been updated even if the breadcrumbs were just trimmed
and a non-element node was selected that does not trigger the full update
process (early return in the code).

As the inspector update process has been collecting cruft for years and tests
make a lot of assumptions about the emitted events, it's not safe to trigger a
new inspector update in this special case. Therefore, only the
breadcrumbs-updated event is emitted in this special case and the test waits
for that if the deleted node is still present in the breadcrumbs.

MozReview-Commit-ID: AjC6k6SzLCu

--HG--
extra : rebase_source : 64260d447973c352a5df064bc7f5630b6b92fe81
2016-08-13 10:14:01 +03:00
Fred Lin
6d749fecfa Bug 1286259 - Reps: grip-array rep should support limited preview; r=Honza
MozReview-Commit-ID: IiATBSqv4Wz

--HG--
extra : rebase_source : 672102033e03f72ea1d5ba20b49bf5e226d8f3ff
2016-08-11 11:19:33 +08:00
Lin Clark
ac73455f04 Bug 1290518 - Part 3: add tests for filters in store. r=bgrins
--HG--
extra : rebase_source : 07130dd4619227945f263a7d0f0323f970d18ca2
2016-08-01 15:39:03 -04:00
Lin Clark
cb3994bd6b Bug 1290518 - Part 2: Test filter components. r=bgrins
--HG--
extra : rebase_source : 8418347418385c4c897e3d69d1a9a9db565b78a3
2016-08-01 11:54:09 -04:00
Lin Clark
b6482b7471 Bug 1290518 - Part 1: Rename and test filter actions/action creators. r=bgrins
--HG--
extra : rebase_source : aa5b4433ab3b0343f9508bc29e4d5ffb9bfff999
2016-07-29 13:23:54 -04:00
Thomas Wisniewski
f69944c26d Bug 289714 - Make console XML Parsing notices more informative. r=jst
--HG--
extra : rebase_source : a3d4cce2ebdf91eda7581dccc565f5607381f448
2016-07-20 14:46:32 -04:00
Tom Tromey
0ea5b6e30b Bug 1296412 - use System.appinfo, not services.js, in inspector; r=bgrins
MozReview-Commit-ID: 8TjHP1GBb1i

--HG--
extra : rebase_source : a318651a2336142679ef24dcd9ff88bdc12988fd
2016-08-18 14:08:19 -06:00
Julian Descottes
883018c211 Bug 1294186 - Create localization helper for markup using data-localization attributes;r=bgrins
Create a helper designed to localize markup containing specific localization atttributes
(see the jsdoc in l10n.js)

MozReview-Commit-ID: 4ThyI1DaLQS

--HG--
extra : rebase_source : 3cb6620964c0dc27a348d4e85f93d437c2ad5d08
2016-08-30 21:40:28 +02:00
Julian Descottes
fb5906a208 Bug 1294186 - Add memoized getter for properties files in l10n.js;r=bgrins
Localization properties files should not change during a session. To allow
callers to easily localize strings without having to instanciate LocalizationHelper
objects, we should cache the already required properties files.

This will for now only be used internally by the LocalizationHelper as well as
by the markup localization utility. But we could now use this to provide static
localization methods.

MozReview-Commit-ID: 85agGNJlIk9

--HG--
extra : rebase_source : 55ef18f371fa474e575ddc15d8e3b89ceca95d6b
2016-08-25 11:22:37 +02:00
Ryan VanderMeulen
60c3cb1548 Merge m-c to fx-team. a=merge 2016-08-31 22:37:49 -04:00
James Long
7625a7575d Bug 1294686 - stub out mochitest directory for new debugger r=bgrins 2016-08-31 17:21:24 -04:00
Oriol
95d2d12fdd Bug 996691 - Stop ignoring empty string property names when inspecting an object. r=fitzgen 2016-08-21 18:47:00 -04:00
Gabriel Luong
3a25a23ab5 Bug 1296912 - Fix the CSS grid highlighter size when zooming in and out by limiting the devicePixelRatio to 2 decimal places r=pbro 2016-08-22 14:57:27 -04:00
Eddy Bruel
9ccc615025 Bug 1295171 - Fix eslint errors from previous patch. r=me 2016-08-22 17:33:21 +02:00
Eddy Bruel
f389d7ede3 Bug 1295171 - Reintroduce the old Actor/FrontClass constructors. r=jryans
Heintroduce the old Actor/FrontClass constructors.
2016-08-22 16:25:57 +02:00
Tom Tromey
559950d2a0 Bug 1294187 - correctly define Task at top level; r=bgrins
MozReview-Commit-ID: 30xKMWI1CnO

--HG--
extra : rebase_source : 6770bf36705a6c6936a8e2abd4a5d7258b7c9fc0
2016-08-10 12:44:39 -06:00
Nicolas Chevobbe
6c8d5b1d11 Bug 1289798 - New console frontend: Change [category] and [severity] attribute to classes. r=me
MozReview-Commit-ID: E1DuGy6A8MY

--HG--
extra : rebase_source : e8e0f19188bb6dc43331597b9a069974145f5d11
2016-07-27 16:57:22 +02:00
Wes Kocher
08fbeaaf2e Merge m-c to autoland, a=merge 2016-08-29 17:57:01 -07:00
J. Ryan Stinnett
6bc66b6a6f Bug 1292133 - Add contextmenu tunnelling for inspect element. r=ochameau
MozReview-Commit-ID: Lu08M6xgo3R

--HG--
extra : rebase_source : 09eeaa0edae0b2fd8350070dc3b0eba923784aea
2016-08-26 09:54:52 -05:00
Jarda Snajdr
138f1eba9a Bug 1297362 - Part 7: Stop creating CPOWs in netmonitor/test/head.js r=ochameau
MozReview-Commit-ID: 3T7ZRIPpGui

--HG--
extra : rebase_source : 4b553f3aeeb93487820d53cc528015cf1c58b50f
2016-08-26 13:22:28 +02:00
Jarda Snajdr
4e16e4b4d0 Bug 1297362 - Part 6: Eliminate CPOWs from Netmonitor mochitests HAR r=ochameau
MozReview-Commit-ID: LoomRfTAvOU

--HG--
extra : rebase_source : 125602d6c875f7831a5676b8b789ae68fadfc413
2016-08-26 15:47:30 +02:00
Jarda Snajdr
28d6b9ecdd Bug 1297362 - Part 5: Eliminate CPOWs from Netmonitor mochitests R-T r=ochameau
MozReview-Commit-ID: KPkb8wKWwmg

--HG--
extra : rebase_source : 32a4688a57bbe92eb80b4efbb448c355adf298a9
2016-08-26 13:06:25 +02:00
Jarda Snajdr
1d12dc8c7d Bug 1297362 - Part 4: Eliminate CPOWs from Netmonitor mochitests L-P r=ochameau
MozReview-Commit-ID: 6MXmmKK6d5r

--HG--
extra : rebase_source : 13be452982b907a5414669d9611949b0e31973ed
2016-08-25 13:01:42 +02:00
Jarda Snajdr
2b5233ff9f Bug 1297362 - Part 3: Eliminate CPOWs from Netmonitor mochitests D-J r=ochameau
MozReview-Commit-ID: AOswFvfl2wW

--HG--
extra : rebase_source : b1e8e9836a4dd808be67dbccb67641005cf9cff0
2016-08-24 15:55:56 +02:00
Jarda Snajdr
0884210f36 Bug 1297362 - Part 2: Eliminate CPOWs from Netmonitor mochitests C r=ochameau
MozReview-Commit-ID: 6idC1iZkrEY

--HG--
extra : rebase_source : c95130765aca973d579b5e70637f93030240a107
2016-08-23 17:52:58 +02:00
Jarda Snajdr
a11f936153 Bug 1297362 - Part 1: Eliminate CPOWs from Netmonitor mochitests A r=Honza,ochameau
MozReview-Commit-ID: Adm8VjR4W1o

--HG--
extra : rebase_source : 47a92ca5c673656ea723dbaa4cfaeba371c0684f
2016-08-23 15:56:48 +02:00
Steve Chung
b8370a5e6a Bug 1253327 - Fix direction of children-pointer in RTL. r=ntim
MozReview-Commit-ID: AAOzekTcIlP

--HG--
extra : rebase_source : 668eca03ae11dee298b7441ba5b2e7e1a5993e9d
2016-08-19 11:48:52 +08:00
Jarda Snajdr
f962373a71 Bug 1293980 - NetMonitor fails to get security info of a request intercepted by service worker r=ochameau
MozReview-Commit-ID: 1NhazApMbgs

--HG--
extra : rebase_source : 3835665e246ffe1ce87144f7584df693f37eb0dc
2016-08-11 10:44:38 +02:00
Alexandre Poirot
c2b3985e61 Bug 1292081 - Prevents reloading web pages twice when devtools are opened. r=jryans 2016-08-11 04:14:36 -07:00
Alexandre Poirot
872cc6b6e4 Bug 1289433 - Fix Eye dropper focus to support key shortcuts on it when opening from the inspector. r=jdescottes 2016-08-11 04:14:36 -07:00
Benoit Chabod
6ee99aabc9 Bug 1278763 - Part 2: Add tests for permission prompts, r=jryans 2016-08-10 17:11:44 -07:00
Benoit Chabod
eda4118a89 Bug 1278763 - Part 1: Add a PopupNotifications backend on the RDM browser, r=jryans 2016-08-10 17:11:35 -07:00
"Helen V. Holmes"
b30a518407 Bug 1289506: Center close svg, r=ntim 2016-08-10 17:09:59 -07:00
Jarda Snajdr
359dccb2ec Bug 1292503 - Fix e10s issues in resending HTTP requests, enable browser_net_resend.js test r=ochameau 2016-08-10 17:08:35 -07:00
Nick Fitzgerald
afefcecdaf Bug 1292197, Bug 1289087, Bug 1283703, Bug 1283702, Bug 1283701, Bug 1283700, Bug 1283699 - Add requestLongerTimeout for slow memory tests; r=jimb
Pretty much all of the browser mochitests for the memory panel have very
infrequent (about once a month) timeouts. In every case, the test has not hung
and just sat there, but is still actively doing work and just loses the race
against the timeout timer by fractions of a second. Ideally, we would speed up
the tests, but given that we already use small (in terms of heap size) test
cases and do as many analyses as we can in parallel, I think the best we can do
is increase the timeout threshold for these problematic tests.

--HG--
extra : amend_source : 5d47921db619ca0e5c666e98f708c8df9700c816
2016-08-10 17:05:41 -07:00
jdinartejesus
7d430d77c0 Bug 1156291 - Prevent tooltip from displaying null on line number for inline styles. r=jdescottes 2016-08-04 20:11:46 +02:00
Jaideep Bhoosreddy
38164de257 Bug 1290263 - Source maps in console don't work after first log; r=jsantell 2016-08-10 17:01:25 -07:00
Wes Kocher
45e888ff26 Merge fx-team to central, a=merge 2016-08-10 16:53:40 -07:00
James Long
a5d5d3643d Bug 1294103 - Load source-map and pretty-print workers in new debugger r=me 2016-08-10 11:59:24 -04:00
Eddy Bruel
2bdbd75fa0 Bug 1288423 - Rename Actor/FrontClassWithSpec to Actor/FrontClass. r=fitzgen 2016-08-10 17:36:04 +02:00
Eddy Bruel
4946e9577a Bug 1288423 - Remove the old Actor/FrontClass constructors. r=fitzgen 2016-08-10 17:35:50 +02:00
Eddy Bruel
5f2b46097a Bug 1288423 - Decouple PerformanceEntriesActor from PerformanceEntriesFront. r=fitzgen 2016-08-10 17:35:31 +02:00
Eddy Bruel
1dc21ea38a Bug 1288423 - Decouple EventsFormActor from EventsFormFront. r=fitzgen 2016-08-10 17:35:12 +02:00
Eddy Bruel
7cafaf845a Bug 1288423 - Decouple EventsFormActor from EventsFormFront. r=fitzgen 2016-08-10 17:34:34 +02:00
Carsten "Tomcat" Book
9c3cf65d09 Merge mozilla-central to fx-team 2016-08-10 16:04:01 +02:00
Carsten "Tomcat" Book
5a14c558ee merge fx-team to mozilla-central a=merge 2016-08-10 15:52:07 +02:00
James Long
bf696aae6c Bug 1293325 - update Firefox debugger bundle r=me 2016-08-10 00:04:31 -04:00
Tom Tromey
862ccd78d2 Bug 1292253 - replace some Ci uses in view-helpers and TableWidget; r=gregtatum
MozReview-Commit-ID: JIs4wxNA3Eg

--HG--
extra : rebase_source : d3666bb186de2667ed8f18d2e4190e74c64109da
2016-08-09 09:43:58 -06:00
Tom Tromey
bc59541712 Bug 1293760 - change export in Services shim; r=bgrins
MozReview-Commit-ID: 5Tc6VanQxt3

--HG--
extra : rebase_source : 5efa5b43334a1a9a0b340615262e3d309c4f2532
2016-08-09 13:29:51 -06:00
Tom Tromey
ea9efc74c4 Bug 1293756 - avoid dynamic requires in autocomplete.js; r=bgrins
MozReview-Commit-ID: 8dMW32TkENl

--HG--
extra : rebase_source : c869eb7fd5f30a5c2803298a4c7133f46d4b788e
2016-08-09 13:25:48 -06:00
Carsten "Tomcat" Book
b3ea5e55df Merge mozilla-central to fx-team 2016-08-09 15:48:42 +02:00
Carsten "Tomcat" Book
d9e0b4c565 merge mozilla-inbound to mozilla-central a=merge 2016-08-09 15:44:51 +02:00
Carsten "Tomcat" Book
7b871681a3 merge fx-team to mozilla-central a=merge 2016-08-09 15:43:44 +02:00
Julian Descottes
862c6c97b3 Bug 1293211 - part4: ide all tooltips before tests ending;r=bgrins
MozReview-Commit-ID: 6Wjbu4LrkGF

--HG--
extra : rebase_source : e03583a134a959de18ef921d55a01f626edd44f5
extra : histedit_source : 1610c73bf6af7d7b8a73f6afa8a7b0dc5dce8c40
2016-08-05 15:12:48 +02:00
Julian Descottes
834da94840 Bug 1293211 - part3: wait for EditorTooltip ready event in tests;r=bgrins
MozReview-Commit-ID: FbpOUrFJd3N

--HG--
extra : rebase_source : c1ba75844f694d38c88079c4c197771549286439
extra : histedit_source : 933cd984b647371fbd98bab40f42b72bc5664b56
2016-08-08 11:22:16 +02:00
Julian Descottes
6046046d91 Bug 1293211 - part2: fire ready event in SwatchBasedEditorTooltips after widget initialization;r=bgrins
Now that showing a XUL panel is asynchronous, tests need to be able to wait for the complete
initialization of the editor tooltips. Waiting for the tooltip 'shown' event is not enough
here because tooltips are also waiting for this event to start initializing their widgets.

MozReview-Commit-ID: DGTyeVrHNb

--HG--
extra : rebase_source : a99633ceb99da6dcc22dd3a5c0e737d4cfa2e36e
extra : histedit_source : 740e23053487a73c4e6d6ba97a529b2579f517d5
2016-08-09 09:22:16 +02:00
Julian Descottes
ab0f8e3bb3 Bug 1293211 - part1: wait for xul wrapper popupshown event in HTMLTooltip;r=bgrins
MozReview-Commit-ID: Gv04Fc1cfgI

--HG--
extra : rebase_source : a7562101f17dbfc0abb52960e3cdc0081d4d2eb1
extra : histedit_source : cec2442f9440e1eb0f6e6a9ecef98bb12fb2ac7f
2016-08-08 11:29:31 +02:00
gasolin
40b39ddc7b Bug 1265759 - Create an HTML replacement for inspector Search Box;r=gl
MozReview-Commit-ID: Elt4NGNh3Pf
2016-07-27 12:08:01 +08:00