Ryan VanderMeulen
f16cc2b8b7
Backed out changeset 7d5f1e9ce04c (bug 1259169) for various cookie-related crashes and test failures.
2016-04-09 15:36:07 -04:00
Andrea Marchesini
c505892d92
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-09 19:09:49 +01:00
Carsten "Tomcat" Book
4643fcd169
Backed out changeset 74330da56b82 (bug 1259169) for assertion failures in nsCookieService.cpp:2390
2016-04-08 14:47:39 +02:00
Andrea Marchesini
8100cd23b7
Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm
2016-04-08 12:38:15 +01:00
Jared Wein
344dc31204
Backout the backout because follow-up fix got pushed. Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
...
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 10:50:50 +02:00
Sebastian Hengst
0fb917a8da
Backed out changeset a877338b4740 (bug 1259859) for failures in devtools mochitest browser_cmd_highlight_03.js. r=backout
2016-04-02 10:45:08 +02:00
Jared Wein
b9795f7bf4
Bug 1259859 - Add a test that looks for misused characters in user-facing strings. r=dolske,jryans
...
MozReview-Commit-ID: IBHYB76bvsk
2016-04-02 02:27:36 -04:00
J. Ryan Stinnett
5dcf888623
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
6a38cce524
Bug 1249934 - Avoid CPOWs in GCLI cookie commands. r=jwalker
...
MozReview-Commit-ID: 3a1PoMDbUYW
2016-03-24 14:10:27 -05:00
Alexandre Poirot
04ddf1ca05
Bug 1252247 - Load devtools/clients resources lazily when used from devtools/server. r=jryans
2016-03-16 06:42:18 -07:00
Christoph Kerschbaumer
b1537cf36e
Bug 1122236 - CSP: block-all-mixed-content - GCLI updates (r=jwalker)
2016-03-15 16:07:34 -07:00
J. Ryan Stinnett
abc828ff1c
Bug 1197611 - Allow GCLI screenshot to save anywhere. r=pbro,jwalker
...
In addition to this, we now have access to the final path the file is saved to,
so we can correct the image onclick handler to correctly reveal the new file.
MozReview-Commit-ID: HLgm94VBcqE
2016-03-03 15:53:04 -06:00
Alexandre Poirot
4f9be42328
Bug 1252346 - Fixes missing Services definition or tweaked eslint to figure out where does it comes from. r=jryans
2016-03-01 14:00:28 -06:00
Alexandre Poirot
dd101c6942
Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans
2016-02-27 04:51:11 -08:00
Alexandre Poirot
c260276972
Bug 1250430 - Remove SrcDir loader support from devtools. r=jryans
2016-02-27 04:51:11 -08:00
Alexandre Poirot
bb787b541e
Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans
2016-02-27 04:51:10 -08:00
Andrea Marchesini
d5bd12484c
Bug 1245184 - Update mochitests, r=me
2016-02-25 16:41:13 +01:00
Julian Descottes
128e6a41fe
Bug 1247629 - gcli mdn fails gracefully if client widget is not available;r=pbro
2016-02-12 00:53:45 +01:00
Alexandre Poirot
5bd5cfbc73
Bug 1245462 - Cleanup various require/import in devtools. r=jryans
2016-02-11 04:29:47 -08:00
Alexandre Poirot
c278a0c6db
Bug 1245462 - Replace usages of gDevTools.jsm by module imports. r=jryans
2016-02-11 04:29:47 -08:00
Patrick Brosset
2f1baa3653
Bug 1243682 - Register the new mdn gcli command in moz.build; r=me
2016-01-28 10:33:27 +01:00
Shivang Nagaria
f2a128f377
Bug 768469 - [gcli] implement a "mdn" command. r=pbrosset
2016-01-23 02:59:00 +01:00
Alex Jordan
63bb47ade1
Bug 1106353 - [gcli] Extend addon to handle click-to-play. r=mratcliffe
2016-01-02 17:40:18 -08:00
Pablo
ce981411e1
Bug 770156 - GCLI needs a command to return the number of matches for a specified CSS selector. r=miker
2015-11-14 15:15:00 +01:00
J. Ryan Stinnett
166041d825
Bug 1210031 - Only subtract scrollbars for window screenshots. r=zer0
2015-11-18 22:47:55 -06:00
Carsten "Tomcat" Book
8a2c6cd85f
Backed out changeset d3c232398513 (bug 770156) for devtools bustage
2015-11-13 12:33:22 +01:00
Pablo
38ec17c247
Bug 770156 - Added the QSA command to find the CSS selector matches. r=mratcliffe
2015-11-10 15:24:00 +01:00
Patrick Brosset
d87b9903cb
Bug 1142292 - Run cookie gcli commands on the client-side until we can run them on the server's parent process; r=jwalker
2015-11-06 11:20:23 +01:00
J. Ryan Stinnett
1aca2c542b
Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins
...
Move DevTools l10n files under /devtools/client and /devtools/shared.
A script is attached to the bug for l10n repos to migrate their strings.
2015-11-04 15:35:53 -06:00
Xidorn Quan
33146e9023
Bug 962249 part 3 - Add Window.scrollMin{X,Y} (chrome-only) and convert most of scrollMaxX uses and part of scrollMaxY uses to combinations with the new properties. r=roc,bz
2015-10-27 13:38:02 +09:00
J. Ryan Stinnett
687866dde2
Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau
2015-10-21 12:48:53 -05:00
Kate McKinley
a8c9960fca
Bug 1207838 - Update text used for the security referrer command. r=ckerschb, r=jwalker, r=fkiefer
2015-09-28 15:11:02 -07:00
Johan K. Jensen
2ed00e5f10
Bug 1207544 - Rename DPI to DPR in schreenshot gcli. r=jryans
2015-09-23 16:46:34 +02:00
Patrick Brosset
70d589fe9b
Bug 1174437 - Run the gcli media emulation command run on the server; r=jwalker
2015-09-29 11:01:48 +02:00
Michael Ratcliffe
a638984ea2
Bug 1203520 - We need a DevTools ESLint plugin containing our ruleset r=gps
2015-09-30 14:44:48 +01:00
Matteo Ferretti
7f75401ffe
Bug 1089240 - Add a measurement tool. r=pbrosset
2015-09-28 15:14:00 +02:00
Carsten "Tomcat" Book
420432e990
merge mozilla-inbound to mozilla-central a=merge
2015-09-22 12:35:13 +02:00
J. Ryan Stinnett
2dada8f365
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
a3073e0420
Bug 912121 - Migrate major DevTools directories. rs=devtools
...
Move major DevTools files to new directories using the following steps:
hg mv browser/devtools devtools/client
hg mv toolkit/devtools/server devtools/server
hg mv toolkit/devtools devtools/shared
No other changes are made.
2015-09-21 12:02:24 -05:00