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

1901 Коммитов

Автор SHA1 Сообщение Дата
Patrick Brosset 2370f09cb0 Bug 1264063 - 1 - Disable prop-types eslint rule and fix sort-comp errors; r=ochameau
MozReview-Commit-ID: 26NMWUWiKdi

--HG--
extra : rebase_source : f8ab2c769c2e9a85bb6c2c5490e1ff0a4a59a6e0
extra : histedit_source : 24167a4663762206efced519364edafafd514d9e
2016-04-13 10:24:48 +02:00
Carsten "Tomcat" Book f66f4e65c7 Backed out changeset d6a124bce670 (bug 1263439) for eslint failures 2016-04-13 12:50:10 +02:00
Carsten "Tomcat" Book 8efbb16dcd Backed out changeset 671011b82100 (bug 659625) 2016-04-13 12:30:24 +02:00
Nicolas Chevobbe 1d446e754b Bug 1263439 - Remove "blob:" from stylesheet URLs created with URL.createObjectURL; r=pbro
There was an error thrown in the stylesheet.js `dirname` function because of
`this.safeURL` being like "blob:XXX", and thus not being valid for `Services.io.newURI`.
Removing the "blob:" part of the safeUrl before calling the `dirname` function
resolves the bug.

MozReview-Commit-ID: 9uth6vyAR2u

--HG--
extra : transplant_source : %82%09%7D%9F%0E%8F%B4%BA%A6%22%E3%B1%98%ADN%22%5B%00q%B2
2016-04-10 15:02:48 +02:00
Nicolas Chevobbe f57c4a413c Bug 1262919 - Fix style editor error when inline style tag has a sourcemap. r=pbro
MozReview-Commit-ID: 9iRKFKHkVYQ

--HG--
extra : transplant_source : s%B4x%9C%0B%91%C9%7E%CD%D6%ABcYb%2BV%EE%26%A6X
2016-03-30 22:23:49 +02:00
Carsten "Tomcat" Book 4c2ef97599 Merge mozilla-central to fx-team 2016-04-13 11:58:47 +02:00
Carsten "Tomcat" Book 8221e0285d merge mozilla-inbound to mozilla-central a=merge 2016-04-13 11:53:35 +02:00
Wes Kocher 55f3bb97d0 Backed out changeset aa1a374f6bde (bug 1060732) for failures in browser_dbg_post-page.js
MozReview-Commit-ID: 70TYWF1nMcj
2016-04-12 15:47:09 -07:00
Julian Descottes d52abc58ab Bug 659625 - part2: implement console.clear in devtools webconsole;r=bgrins
When receiving a console clear message, the webconsole should clear
the UI: remove all messages until the clear() message and close
the variables view sidebar if opened.

Add one integration tests to test console.clear calls from the content page.

MozReview-Commit-ID: GnBCBSmN1rk

--HG--
extra : rebase_source : b26481845b5deb4213c6d25581d37e8eda3e17a7
2016-04-12 08:09:41 +02:00
Chris Peterson 5cf84aa32d Bug 1103588 - Part 2: Replace deprecated String#contains with String#includes in devtools tests. r=jryans 2016-04-09 16:04:36 -07:00
Patrick Brosset 3dbf547720 Bug 1206345 - Force a state update in browser_animation_reconstructState.js; r=jdescottes
This test wasn't using refreshState, instead it used getCurrentState.
What refreshState does on top of getCurrentState is it stores the new state
locally.
getCurrentState isn't meant to be called externally, it is only meant to be
an actor method interceptor that reconstructs the missing state.
So the test should have used refreshState from the start.

Turns out it worked in most cases because the animation did have a startTime
when the test retrieved it, so it had a previousStartTime.
But, if for some reason, the animation has a startTime=null when the test
starts, then the value never gets to the front, and bad things happen.

MozReview-Commit-ID: 2nEIKHMHsCS

--HG--
extra : rebase_source : 14d896fe895876346f1d52c3e8f72880d5bdfec6
2016-04-12 15:24:38 +02:00
Nicholas Nethercote 60dcde7875 Bug 1261723 (part 2) - Separate class ops from js::Class. code=njn,h4writer. r=efaust,bz.
js::Class op are often all null. And when they're not all null, they're often
duplicated among classes. By pulling them out into their own struct, and using a
(possibly null) pointer in js::Class, we can save 114 KiB per process on
64-bit, and half that on 32-bit.
* * *
imported patch separate-ClassOps-2

--HG--
extra : rebase_source : bd751bf247e9491c1966a123dbeffa573657dfb1
2016-04-01 11:00:01 +11:00
Wes Kocher 13ee7b9dfd Merge m-c to inbound, a=merge CLOSED TREE
MozReview-Commit-ID: 8m3KF4mqAKl
2016-04-12 15:36:02 -07:00
Kartikaya Gupta 60191272c9 Bug 1262432 - Re-enable browser_device_width.js for e10s debug now that an assertion failure has been fixed. rs=RyanVM
MozReview-Commit-ID: Ag6vmAtENVb
2016-04-12 16:26:41 -04:00
Carsten "Tomcat" Book bf1832d88a Merge mozilla-central to fx-team 2016-04-12 13:55:15 +02:00
Carsten "Tomcat" Book 128f40b9a8 merge mozilla-inbound to mozilla-central a=merge 2016-04-12 13:49:51 +02:00
Phil 348c4c37ff Bug 1256773 - eslint issues fix for devtools/client/webconsole/panel.js. r=lclark 2016-04-06 15:35:00 +02:00
Nick Fitzgerald cd2c23a435 Bug 1249788 - Implement the census individuals view; r=jsantell
This adds the INDIVIDUALS view state to the memory panel, renames "dominator
tree display" to "label display", and adds a view for listing the individual
nodes in a census group and inspecting each nodes' retaining paths.

--HG--
rename : devtools/client/memory/actions/dominator-tree-display.js => devtools/client/memory/actions/label-display.js
rename : devtools/client/memory/reducers/dominator-tree-display.js => devtools/client/memory/reducers/label-display.js
2016-04-11 18:04:31 -07:00
Ryan VanderMeulen e2098b6a80 No bug - Skip browser_dbg_stack-05.js on ASAN e10s as well (was already skipped on debug). 2016-04-12 16:35:14 -04:00
Alexandre Poirot 60ca9210b8 Bug 1261055 - Test addon toolbox console. r=janx 2016-04-12 13:05:36 -07:00
Alexandre Poirot 24e99065d2 Bug 1261055 - Fix Browser Toolbox leak of its parameters. r=jryans 2016-04-12 13:05:36 -07:00
Alexandre Poirot 966698b70a Bug 1261055 - Always assert DOM when installing/uninstalling addons. r=janx 2016-04-12 13:05:36 -07:00
Alexandre Poirot 20b3420a9a Bug 1261055 - Use env variable instead of BrowserToolboxProcess contructor option. r=jryans 2016-04-12 13:05:36 -07:00
Alexandre Poirot c8644269b2 Bug 1260751 - Make Developer Toolbar close button visible again on Linux. r=bgrins 2016-04-12 13:05:36 -07:00
Alexandre Poirot 824d496583 Bug 1060732 - Load sources from page loaded via POST from cache in the debugger. r=ejpbruel 2016-04-12 13:05:36 -07:00
Alexandre Poirot 669f941ffa Bug 1261920 - Register developer button dynamically. r=jryans,gijs 2016-04-12 13:05:36 -07:00
Alexandre Poirot fb4f69ff96 Bug 1262144 - Support "tool" query parameter on about:devtools-toolbox for default panel to open. r=jryans 2016-04-12 13:05:36 -07:00
Jarda Snajdr 8a4f6ebbf0 Bug 1261049 - Clear button position isn't consistent among tabs r=ntim
MozReview-Commit-ID: 49LIEko6rm5
2016-04-11 05:53:00 +02:00
Jason Laster 6a4ea6ca92 Bug 1250110 - Clean up the path utility functions. r=ejpbruel 2016-04-07 11:58:00 -04:00
Jarda Snajdr 8eb506fa5f Bug 1262766 - Storage Inspector breaks down when Cache Storage throws a DOM security error. r=mratcliffe 2016-04-11 01:23:00 -04:00
Carsten "Tomcat" Book 6cc4d46687 Merge mozilla-central to fx-team 2016-04-11 11:48:20 +02:00
Jarda Snajdr 4840f48bea Bug 1231434 - Add 'Delete All' context menu entry to storage inspector. r=mratcliffe 2016-04-11 01:21:00 +02:00
Ryan VanderMeulen 9e896c0e6a Merge inbound to m-c. a=merge 2016-04-10 16:20:04 -04:00
Sebastian Hengst 6eb8698b63 Backed out changeset a4c47419ac3f (bug 1231434) for eslint failures (no space after generator star, backquotes instead of doublequotes used). r=backout 2016-04-10 20:13:07 +02:00
Andrea Marchesini 83a08cd72e Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm 2016-04-10 05:46:07 +01:00
Ryan VanderMeulen 2bd1ecbc9c Bug 1262432 - Skip browser_device_width.js on e10s debug across the board. 2016-04-09 23:08:13 -04:00
Jarda Snajdr 71704881a4 Bug 1231434 - Add 'Delete All' context menu entry to storage inspector r=mratcliffe
MozReview-Commit-ID: 4YNXmhtriRS
2016-04-09 01:45:00 +02:00
Ryan VanderMeulen 6452ecced6 Bug 1258902 - Fix a typo that caused the newly-added test to be skipped (and re-enabled a frequently-failing one). 2016-04-09 23:56:30 -04:00
Ryan VanderMeulen 1c7872d0af Backed out changeset 7d5f1e9ce04c (bug 1259169) for various cookie-related crashes and test failures. 2016-04-09 15:36:07 -04:00
Ryan VanderMeulen 2c139014ed Merge m-c to inbound. a=merge 2016-04-09 15:22:21 -04:00
Andrea Marchesini d09d8959fe Bug 1259169 - nsICookieManager::remove() should be back-compatible, r=jdm 2016-04-09 19:09:49 +01:00
Wes Kocher 1a3f93d4b1 Backed out changeset f71740ef8656 (bug 1259563) for a string of webconsole test failures starting with test_jsterm_queryselector.html
MozReview-Commit-ID: 6h3LI6fTQFT
2016-04-08 16:54:35 -07:00
Wes Kocher dfc7e5253f Merge m-c to inbound, a=merge
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Dave Townsend fc4c4ab84a Bug 1257246: Update devtools for eslint 2. r=pbro
ESLint 2 now flags anonymous generator functions according to
generator-star-spacing. Most of the changes here are correcting that.

MozReview-Commit-ID: 9xg2Gmlaz94

--HG--
extra : rebase_source : e6db0fd0ef477cd4fd2196b1036783f0974c586b
extra : histedit_source : 03eea033884969cc2a340316377318b0487ebdf2
2016-04-05 11:31:19 -07:00
Julian Descottes 4ea6d79805 Bug 1260053 - prevent sidebar resize when panel is collapsed;r=bgrins
The collapsible sidebar has min-height:35vh and max-height:75vh
when viewport-width < 700px (ie vertical layout).

These bounds should not apply when the panel is collapsed. The
collapsing relies on negative margins to hide the panel, which
can only work if the computed height remains constant once the
panel has been collapsed.

Added a new mochitest checking that the height and margin-bottom
are constant through a layout switch.

MozReview-Commit-ID: K6EGiBtJ11S

--HG--
extra : rebase_source : 5141f4610b586c32158d0b3ee2f50fda230f3c05
2016-03-30 12:11:35 +02:00
Ryan VanderMeulen ca3431da81 Bug 1253035 - Skip browser_toolbar_basic.js on e10s debug for frequent docShell leaks. 2016-04-10 21:54:38 -04:00
Ryan VanderMeulen 27d85a8171 Bug 1252283 - Re-enable the devtools animationinspector tests on e10s debug.
--HG--
extra : rebase_source : 05804990198cbf4923e17d4c7bef1aaf7c24258b
2016-04-10 16:57:41 -04:00
Brian Grinstead 85bb978709 Bug 1260839 - Move -moz-user-select: text up to #output-wrapper so selection can be cancelled by clicking below messages. r=vporof
MozReview-Commit-ID: 6KyHSRclSMX

--HG--
extra : rebase_source : af183564aa0dbf6538882036bb1f0f96c1a96228
2016-03-30 11:44:10 -07:00
"Helen V. Holmes" f6116b7a7b Bug 1246951 - [UX] Pixel snap rotation icon. r=gl
--HG--
extra : rebase_source : e69a740ed01b5fb06867cc8e126887c770b062a0
2016-04-06 08:18:00 -04:00
Tim Nguyen 0518f7e2fc Bug 1261642 - Various theme cleanups for Canvas Debugger, Shader Editor, Web Audio Editor and Performance tool. r=vporof
MozReview-Commit-ID: BrwIbsfvs8o

--HG--
extra : rebase_source : ee2481df3fd5f0435d1276c6c52c23345239f609
2016-04-02 16:13:00 -04:00