Commit Graph

5824 Commits

Author SHA1 Message Date
Jonathan Watt
ac93ae5557 Bug 1359273 - Split up DevTools' sort-arrows.svg to improve performance. r=jryans
MozReview-Commit-ID: JYhoAWmDLo9

--HG--
extra : rebase_source : 2952426b3170eed81e733adc2a897521a0b9b3cb
2017-04-04 15:54:26 +01:00
Jonathan Watt
3557ff4427 Bug 1359273 - Split up DevTools' performance-icons.svg to improve performance. r=jryans
MozReview-Commit-ID: 12hTuNkio6p

--HG--
extra : rebase_source : e037ea2c1032797e242643dd9d3d2747d3bdbd91
2017-04-04 12:00:32 +01:00
Gabor Krizsanits
b007d78f5d Bug 1352961 - P2: Measure for the delay before a new tab starts processing the first URL. r=mconley, data-r=bsmedberg
Opening pages in a new tab might suffer an extra delay from e10s-multi because
the new process has to start up and then run all the process / frame scripts
before it can react on the request from the parent to load the first page.

There are two code paths. Either we start the tab with a remote browser and
then the RemoteWebNavigation will send the request. Or we start with a non-remote
browser and have to change the remoteness flag on it, and then the SessionStore
will send the request.

In each cases we start the timer on the parent side, send it with the message,
and when the child receives it it stops the timer and reports the measured delay.
2017-04-25 17:11:12 +02:00
Matteo Ferretti
5ca294eae0 Bug 1359028 - added encodeURIComponent and fixed css class typo; r=pbro
The patch of bug 1353005 removed by mistake a leading dot in a css class, and
the `encodeURIComponent` calls (so the # in the color definition was considered
the hash part in the url).
Also, it appears autoland rejected the last commit from Bug 1353005, so this
patch includes those changes as well.

MozReview-Commit-ID: 2aVW3hYHhSr
2017-04-25 16:35:08 +02:00
Mark Striemer
f815c9a9f7 Bug 1330741 - Show filesystem location of add-ons in about:debugging r=jdescottes
MozReview-Commit-ID: 3pmdAi80boT

--HG--
extra : rebase_source : dbbb3a311d98459cf152d3b5c91162113142bb7a
extra : source : 92edadd517ce746647724db5f9465d8898ae331c
2017-03-21 18:20:28 -05:00
Fred Lin
d8e9a0a65d Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien
MozReview-Commit-ID: J6lLXNlnJnM

--HG--
extra : rebase_source : b8e20d3f9c5b206ad90de7d078b04e1e211d670b
2017-04-17 14:21:59 +08:00
Kit Cambridge
c32b6bb66b Bug 1359290 - Fix "notifiction" typos. r=markh
MozReview-Commit-ID: 1d9QQUQckQW

--HG--
extra : rebase_source : 2c24a54476f0e970db8d18afae7c4232206b8bd2
2017-04-24 18:51:45 -07:00
Gregory Szorc
854bc387ee Bug 1287005 - Normalize line endings in devtools/; r=fitzgen
MozReview-Commit-ID: 9Wxx2WUa0Aj

--HG--
extra : rebase_source : 9f1c884dcd1bb037cccfeac7f57eb068e52a9af1
2016-07-14 17:38:50 -07:00
Yury Delendik
e62d0b44cc Bug 1355263 - Generate better source URL for the wasm module. r=luke
The URLs will have the following format:
   wasm: [<uri-econded-filename-of-host> ":"] <64-bit-hash>

MozReview-Commit-ID: 3diYgRWhki1

--HG--
extra : rebase_source : 2603ab4dc41aad0ae4f49184d89ad912516d3d6a
2017-04-10 19:08:07 -05:00
Sebastian Hengst
11d9a87e7f Backed out changeset 2462fcdd73bc (bug 1358520) for eslint failure. r=backout 2017-04-24 22:12:11 +02:00
nchevobbe
ef01ef6997 Bug 1358520 - Fix render perf test; r=bgrins
MozReview-Commit-ID: EPAxQ3hAKit

--HG--
extra : rebase_source : 66a61b0e8ef2c6f09035bd4529bf126f98a559c6
2017-04-20 09:48:00 +02:00
nchevobbe
73a7d1d41b Bug 1307940 - Add toolbox-dependent method to serviceContainer only if toolbox is available. r=bgrins
MozReview-Commit-ID: CjRXKemaJ4f

--HG--
extra : rebase_source : e2ba83b3b8594528f9c912407110e4a288cb6c97
2017-04-24 10:09:27 +02:00
Nicolas Chevobbe
2ddcc6a9bf Bug 1307940 - Add mochitest to test open-in-inspector icon in the console. r=bgrins,jdescottes
MozReview-Commit-ID: 7tBt2KzOGnp

--HG--
extra : rebase_source : 21bc516346ff797083cb4dc7d63b22b40f569d4c
2017-03-13 13:51:31 +01:00
nchevobbe
dc1f84cb43 Bug 1307940 - Add icon next to ElementNodeRep to select node in inspector; r=bgrins,jdescottes
MozReview-Commit-ID: InGASswqAAA

--HG--
extra : rebase_source : 0c522bdf2aafeca61019352d537982a3983803bd
2017-04-21 09:23:11 +02:00
sole
93ca62cf6b Bug 1356185 - DevTools: bring over documentation for testing into the tree. r=pbro
MozReview-Commit-ID: 1y6yAIE48Nu

Conflicts:
	devtools/docs/SUMMARY.md

--HG--
extra : rebase_source : d2fc1faf8c86b1e908dc8af362973cc1574faef9
2017-04-21 15:42:49 +01:00
Ricky Chien
8092f83867 Bug 1349173 - Fix mochitest failures r=Honza
MozReview-Commit-ID: Gk9q0Y9GqSs

--HG--
extra : rebase_source : dd1a3a30f98c91ee534301eac37b724dc217f136
2017-04-24 11:50:40 +08:00
Ricky Chien
ee77eda75c Bug 1349173 - Use div table layout to reduce reflow r=Honza
MozReview-Commit-ID: G4KSJxejLVy

--HG--
extra : rebase_source : 32757bcaa8a2c4f8bcb5dda6df01b52a784f49d5
2017-04-24 11:50:30 +08:00
Ruben Schmidmeister
870d9d0175 Bug 1353722 - Catch errors when parsing preferences from filters and hiddenColumns r=rickychien
MozReview-Commit-ID: 6afGAHkT1rC

--HG--
extra : rebase_source : 422605aa2a3a2f5983e47c51037f0b73cf69e680
2017-04-22 23:19:21 +02:00
Michael Ratcliffe
0a6c15a02a Bug 1073967 - Storage Inspector columns should use natural sort r=nchevobbe
Changlist:
  - Added Jim Palmer's well proven natural sort algorithm.
  - Added natural sort license (MIT).
  - Use natural sort everywhere inside TableWidget.js wherever we use .sort()
  - Changed browser_storage_overflow.js so that the test is faster and more maintainable. The test now also tests column sorting (ascending and descending).
  - Use natural sort everywhere inside storage.js wherever we need to slice the array. Without natural sort here we get e.g. row-1, row-10, row-100, row-2 etc.

MozReview-Commit-ID: FUY7pcLIYml

--HG--
extra : rebase_source : 6e25cc962a7ab89aeb361e4036af90dcecd24b02
2017-04-10 18:04:25 +01:00
Markus Stange
89bf2bcbfc Bug 1350503 - Wrap the performance actor's sharedLibraries value inside an object so that it can be transferred through the debugger protocol. r=gregtatum
MozReview-Commit-ID: 3cXfaSrWFJW

--HG--
extra : rebase_source : 7dca681aa1b43e9351e398966416614e656f78e0
2017-04-20 16:10:47 -04:00
Tom Tromey
b10eaa6eae Bug 1353038 - do not quote whitespace in console evaluation results; r=nchevobbe
Don't escape whitespace in console evaluation results.  This preserves
the behavior of the old console, and in particular makes pprint() more
useful again.

MozReview-Commit-ID: CrWWXjtSBIw

--HG--
extra : rebase_source : aa238c1f28d6a7e33b376874b7b67ffae5eaf97e
2017-04-20 11:58:35 -06:00
Matteo Ferretti
c565119d65 Bug 1353005 - removed sdk/content/mod and replaced with DOMWindowUtils calls; r=pbro pbro
MozReview-Commit-ID: 7aj8C0zYr6C

--HG--
extra : rebase_source : d702642c17e4bb852d5aadd435201383e9b5102f
2017-04-10 21:47:39 +02:00
Michael Ratcliffe
751978af3e Bug 1357704 - Create documentation for scalars in Telemetry.js r=sole
MozReview-Commit-ID: IjBdOgBKK5r

--HG--
extra : rebase_source : 3922ca4fd1a7f45cdd7086bdb74b3cf0282c6768
2017-04-19 12:48:24 +01:00
Carsten "Tomcat" Book
fbe8a116c7 Backed out changeset 125045e56532 (bug 1356957) for frequent failures in browser_net_security-error.js 2017-04-21 15:25:48 +02:00
Carsten "Tomcat" Book
b08d8d8287 Backed out changeset f6a1f5acfd58 (bug 1356957) 2017-04-21 15:25:22 +02:00
Frederik Braun
777b70a929 Bug 1358050: Add no-implied-eval rule to eslint config r=standard8
MozReview-Commit-ID: KdmpXq2rg1q

--HG--
extra : rebase_source : fc89233a590604e1035be4aebfee9cda894ee07e
2017-04-20 10:33:22 +02:00
nchevobbe
5f3be63ea2 Bug 1358103 - Remove createFactory call on Reps; r=jdescottes
The new Reps bundle from Bug 1357341 is all about functions now,
so we should remove all unnecessary `createFactory` calls
we used to do when creating Reps.

MozReview-Commit-ID: 4KvCThhwphv

--HG--
extra : rebase_source : ade723dbdb78752e5535f18b20370b6c46a54c48
2017-04-21 08:50:24 +02:00
Fred Lin
974a38245b Bug 1356957 - combine double updateRequest call while receive event in _onNetworkEventUpdate;r=rickychien
MozReview-Commit-ID: 7cyDQT6Rz6O

--HG--
extra : rebase_source : bd5a7f0f7e42f3605401c6215a9d4984698b083b
2017-04-20 16:48:40 +08:00
Fred Lin
add25c1f8e Bug 1356957 - call updateRequest once when update request in netmonitor-controller;r=rickychien
MozReview-Commit-ID: J6lLXNlnJnM

--HG--
extra : rebase_source : 5bf947e4bf55e6fba1ec12713944515390dd644f
2017-04-17 14:21:59 +08:00
Alexandre Poirot
d65a3a1316 Bug 1348761 - Fix object inspection performances against objects with large Typed Arrays. r=bgrins
MozReview-Commit-ID: 8QGo2b3pYoL

--HG--
extra : rebase_source : 27b681a4d8957f58801f1e97e8bfed8a50d1e019
2017-04-20 19:32:13 +02:00
Blake Kaplan
634d60f3ac Bug 1357909 - Tweak the strings explaining to the user what's happening. r=ochameau
This patch also watches the dom.ipc.multiOptOut pref to make sure we update
our state when all of the relevant prefs change as well as clarifies how the
code works.

MozReview-Commit-ID: 8qKymEth7C8

--HG--
extra : rebase_source : a7bb9da363aa8e99c803f778d2f9b7eb8ffa0c0a
2017-04-19 15:51:44 -07:00
Wes Kocher
5ce5528fb1 Merge inbound to m-c a=merge
MozReview-Commit-ID: DQDuEiYLWCO
2017-04-20 15:30:43 -07:00
Julian Descottes
7f9cac248f Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 7b7f29e68b5c73246de73ee73bdfbcce7de4e594
extra : source : 26825d7a225d98a9b29def0e0871ed7d8d3cb62f
2017-04-20 14:49:44 +02:00
Andrea Marchesini
26843e3f98 Bug 1357473 - Update Console to the latest spec - part 7 - test updated, r=bgrins 2017-04-20 13:52:43 +02:00
Andrea Marchesini
9a89dabb3e Bug 1357473 - Update Console to the latest spec - part 3 - Console.groupEnd(), r=bgrins, r=nchevobbe 2017-04-18 10:04:00 +02:00
Tom Tromey
d9a58b20b7 Bug 1346326 - implement new console.count semantics; r=baku
Bug 1346326 points out that the console.count spec has changed to

  void count(optional DOMString label = "default");

This patch implements the same behavior, but does not change the webidl,
on the theory that perhaps something relies on the current "any..."
type.

MozReview-Commit-ID: 9RQKAZ4AVtT
2017-04-07 10:04:10 -06:00
Carsten "Tomcat" Book
54c9498baf Merge mozilla-central to mozilla-inbound 2017-04-20 13:03:06 +02:00
Carsten "Tomcat" Book
0ede18d72a Backed out changeset 26825d7a225d (bug 1354672) on developers request 2017-04-20 09:28:11 +02:00
Wes Kocher
cb8ce82cca Merge inbound to m-c a=merge 2017-04-19 17:10:04 -07:00
Tom Tromey
e4a467e282 Bug 1355233 - quote unmatched open paren in function tokens correctly; r=gl
When rewriting in the rule view, the rewriter quotes unmatched open
parens to avoid some edits affecting the rest of the style sheet.  This
was bug 1321970.  However, that change didn't correctly handle the case
of a function token, where the paren in question appears at the end, not
the start, of the token.

MozReview-Commit-ID: GjA40M2KsvX

--HG--
extra : rebase_source : 0dec92ca958d20f02da5c7c4163ad971b2529920
2017-04-17 08:00:58 -06:00
Julian Descottes
ef9a9e80c9 Bug 1354672 - update debugger frontend 04/18/17;r=jdescottes
MozReview-Commit-ID: HI2NymoCLYR

--HG--
extra : rebase_source : 76cd533614d04771319f484cf8eb642d5f966e75
2017-04-18 10:25:19 +02:00
Carsten "Tomcat" Book
44e9c21039 merge mozilla-inbound to mozilla-central a=merge 2017-04-19 10:32:48 +02:00
Wes Kocher
61ed56921b Merge m-c to inbound, a=merge 2017-04-18 14:38:53 -07:00
Kevin Jones
a7fa6eb9b7 Bug 1345090 - Modify SessionStore to restore tabs with lazy browsers. r=mikedeboer,dao
MozReview-Commit-ID: 5J5UqlWMxKX
2017-04-20 11:01:09 +02:00
Stanford Lockhart
04e80c9397 Bug 1349691: Polish the grid inspector and layout tab. r=jdescottes
MozReview-Commit-ID: DPYqfcDRKcs
2017-03-29 17:31:46 -03:00
Michael Layzell
5649a1dff0 Bug 1354635 - Part 2: Wrap JS line in devtools to satisfy eslint, a=bustage
MozReview-Commit-ID: AJrmTsonET2
2017-04-18 15:28:38 -04:00
Michael Layzell
ab79668929 Bug 1354635 - Send permissions to the content process when debugging service workers, r=catalinb
MozReview-Commit-ID: 8cUh5znQcFN
2017-04-18 14:38:56 -04:00
J. Ryan Stinnett
b7f2813ee4 Bug 1345515 - Add notifications advertising new RDM. r=ochameau
New RDM can be disabled because the user flipped a pref or because e10s is
disabled.  For each of these cases, add notifications to old RDM pushing users
to switch to the new version and provide feedback, since the old RDM will
eventually be removed.

MozReview-Commit-ID: EOQ0FkuRmY0

--HG--
extra : rebase_source : a8147f965d238501a60483dd3e0d5c6b075047c7
2017-03-20 16:06:54 -05:00
Carsten "Tomcat" Book
87edaf78ee Merge mozilla-central to autoland
--HG--
extra : rebase_source : 46bdde97ce6567ce8a06b1609de547ef11b24c2a
2017-04-20 13:06:52 +02:00
nchevobbe
f9ffde2907 Bug 1357341 - Fix VariableView with new Reps bundle; r=jdescottes
MozReview-Commit-ID: GSOyL6Nx23Z

--HG--
extra : rebase_source : c930c3f2fd8a7c71c8347872607389d4321e4171
2017-04-20 12:12:14 +02:00