Commit Graph

470339 Commits

Author SHA1 Message Date
Jonathan Watt
fb7bb15e68 Bug 1263782 - Kill off the deprecated nsINode::IsInDoc(). r=baku 2016-03-31 11:58:25 +01:00
Andrea Marchesini
dfd731fd16 Bug 1258482 - FileList should contain only Files, not Directories, r=smaug 2016-04-12 08:51:52 -04:00
Andrea Marchesini
f43ec0535f Bug 1257180 - patch 2 - Directory can be sent via postMessage(), r=smaug 2016-04-12 08:51:04 -04:00
Andrea Marchesini
846b1de4c5 Bug 1257180 - patch 1 - Directory clonable to workers, r=smaug 2016-04-12 08:50:38 -04:00
Kai Engert
70551ded71 Bug 1258375, NSS_3_24_BETA6 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium 2016-04-12 14:40:44 +02:00
Carsten "Tomcat" Book
3ce084784c Merge mozilla-central to mozilla-inbound 2016-04-12 13:53:14 +02:00
Carsten "Tomcat" Book
128f40b9a8 merge mozilla-inbound to mozilla-central a=merge 2016-04-12 13:49:51 +02:00
Phil Ringnalda
745278c09a Back out changeset 105e0e4b9d80 (bug 1263031) for Windows failures in browser_save_private_link_perwindowpb.js 2016-04-11 21:43:17 -07:00
Michael Comella
20d795e8ee Bug 1263758 - Correct NPE when using a custom search engine as the default r=liuche
MozReview-Commit-ID: hpGUIu9yP2

--HG--
extra : rebase_source : 028039ffdff3f73eaed3118ba9b96408b62c6858
2016-04-11 16:10:48 -07:00
Chenxia Liu
6717eb25fa Bug 1260321 - Follow-up: Migrate users with customized panels to combined history panel. r=sebastian
MozReview-Commit-ID: 6SQ7nuZhCe0

--HG--
extra : rebase_source : ff5ad2b022c2b13b3fa9ed5d3e0512ad9f60a63e
2016-04-04 21:47:19 -07: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
Wes Kocher
fb4ea9c4bc Merge m-c to fx-team, a=merge
MozReview-Commit-ID: aMZh9ToTxW
2016-04-11 16:05:35 -07:00
Wes Kocher
4db4931366 Merge inbound to central, a=merge
MozReview-Commit-ID: 87zaFE5GN5Y
2016-04-11 16:02:30 -07:00
Shane Caraveo
4e24e897a7 Bug 1263031 modernize and clarify test, r=jaws 2016-04-11 15:41:18 -07:00
Sebastian Hengst
364386e3cf Backed out changeset cb4b18566f30 and 7c4d19e3376f (bug 1163224) for build bustage. r=backout on a CLOSED TREE 2016-04-11 19:43:04 +02:00
Geoff Brown
22f9dbec3f Bug 1247468 - Increase timeout for testBookmarklets; r=margaret 2016-04-11 11:31:33 -06:00
Wes Kocher
0ea9a45880 Backed out changesets d1ff10330267 and abe062737a19 (bug 1186522) for broken marionette tests because the backout was incomplete
MozReview-Commit-ID: LnbWpZJU1r1

--HG--
extra : rebase_source : ebd102b47bb681affe1e23b82892618c2e8513ad
2016-04-11 10:21:08 -07:00
Wes Kocher
e7e4a7abbf Backed out changeset 1d5b01d01df6 (bug 1238286) for m(oth) failures in test_focus_autocomplete.xul
MozReview-Commit-ID: HVzqjvciYqB
2016-04-11 09:46:26 -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
Andrzej Hunt
c3109ede31 Bug 1261907 - Reintroduce (necessary) table-created checks in BrowserDatabaseHelper r=nalexander
Removing these checks causes crashes when trying to upgrade a <= 17 db to >= 23:
(A) upgradeDatabaseFrom17to18 calls createReadingListTable, and we create the table using the new (>=23 schema).
    This schema has no "read" column.
(B) upgradeDatabaseFrom22to23 migrates the same table. As part of the migration it tries to select the "read"
    column, and we crash because that doesn't exist. This was prevented by an early return if didCreateReadingListTable
    was set.

It looks like removing the didCreateTablsTable checks is OK because the migration only adds a foreign-key constraint,
and doesn't depend on any columns that didn't exist in the initial version of the migration. However it seems wasteful
to run the migration on a table that is already in the expected state. Moreover not having table-created checks is
not safe in most cases, and having these checks should be the default pattern - especially in case any future migrations
affecting the same table are added.

MozReview-Commit-ID: 4j1PlQc6LLN

--HG--
extra : rebase_source : c1811061ac3448666730426b353941bfe3d4814e
2016-04-08 15:29:44 -07:00
Botond Ballo
460fb32c11 Bug 1249040 - Allow wheel scrolls to accumulate in the presence of scroll snapping. r=kats
MozReview-Commit-ID: EUyGvkoyu8I

--HG--
extra : rebase_source : b9f9bbb7a11a976ff696c28b026d292a8f90d0e1
2016-04-07 17:41:55 -04: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
Florian Quèze
e5a08515d2 Bug 1238286 - Searchbar placed in Australis Menu doesn't detect search plugins if Menu wasn't opened in the window, r=adw. 2016-04-11 15:07:27 +02:00
Carsten "Tomcat" Book
6cc4d46687 Merge mozilla-central to fx-team 2016-04-11 11:48:20 +02:00
Carsten "Tomcat" Book
99758da759 merge mozilla-inbound to mozilla-central a=merge 2016-04-11 11:46:21 +02:00
Michael Comella
30b5fa7d3a Bug 1246792 - Use existing constant for times.json. r=ahunt
MozReview-Commit-ID: ACtIOPiOSfs

--HG--
extra : rebase_source : efb16e791e333280a3f973fc25b09bb361fcc3bd
2016-04-06 13:26:28 -07:00
Andrew Halberstadt
3098112a41 Bug 1262495 - [mach] Allow running root commands that have subcommands on their own, r=gps
For example, say there is a command 'foo' that has a subcommand 'bar'. Prior to this, it was not
possible to run:
./mach foo

as its own independent command. The above would instead print the subcommand help for 'bar'.

MozReview-Commit-ID: JU4dXoxnCyu

--HG--
extra : rebase_source : bb15532ad39456b270071bc60d7b15e15af04e48
2016-04-06 11:41:13 -04:00
Ted Mielczarek
6e351deef3 bug 1156300 - symbolstore.py FixFilenameCase doesn't fix up directory names. r=gps
MozReview-Commit-ID: 2nEaouS1oHD

--HG--
extra : rebase_source : c993a749f7c932cc1e7026a82332a127b5f7e3ca
2016-04-11 08:53:42 -04:00
Gijs Kruitbosch
6b2064d4e9 Bug 1262772 - html checkboxes in in-content pages should stop taking pointer events because they're hidden, r=jaws
MozReview-Commit-ID: 6UC5sYmDHOU

--HG--
extra : rebase_source : 3cecd22ed3f339acc80e85ff3f4cc8fa721c4cf6
2016-04-07 11:40:11 +01:00
Daniel Holbert
cfd458ff95 (no bug) whitespace cleanup in test_bug370436.html. (no review & DONTBUILD because whitespace-only)
MozReview-Commit-ID: ipuEKve7PF
2016-04-11 09:52:12 -07:00
Nathan Froyd
e136c9ac20 Bug 1163224 - fix typo in creating global crate dependencies; r=me
Hoping the added Rust will let us reopen this CLOSED TREE.
2016-04-11 12:42:36 -04:00
gasolin
44a5caceee Bug 1260718 - use plain promise in CustomizableUI.jsm and ScrollbarSampler.jsm; r=Gijs
MozReview-Commit-ID: 25XS1MEgpe5

--HG--
extra : transplant_source : %29%8A%FA%20%8C%11M%16%B1%7C%E7%80%96%02%C5KI6%D3Z
2016-04-06 14:29:37 +08:00
gasolin
d6aaf91a4e Bug 1260718 - use plain promise in panelUI.js; r=Gijs
MozReview-Commit-ID: 8WkAovMOMop

--HG--
extra : transplant_source : %0CO%E3V%E1n%F3%20H%81%03%0CFL%F7%99%F5%93%82%DE
2016-04-06 15:05:11 +08: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
Alessio Placitelli
d8f23fae58 Bug 1262368 - Fix browser_UITour_heartbeat.js to work on e10s. r=MattN
MozReview-Commit-ID: 6DtCPx9wa1r
2016-04-08 23:50:00 +02:00
JW Wang
753cf80b90 Bug 1259473 - per comment 14, move actions involving |this| to Init() from the constructor. r=jya. 2016-04-01 23:10:44 +08:00
Jean-Yves Avenard
266289f844 Bug 1262746: P3. Remove DownmixAudioToStereo method. r=rillian
Functionality is now provided through AudioConverter class.

MozReview-Commit-ID: 5MchZT1XRoO

--HG--
extra : rebase_source : 270581b49043f102a89e5eea97195379a937da22
2016-04-08 17:42:00 +10:00
Jean-Yves Avenard
698b349cd9 Bug 1262746: P2. Use AudioConvert in AudioStream to downmix samples. r=jwwang
MozReview-Commit-ID: 4jgKR8xw1dc

--HG--
extra : rebase_source : 68c2e488eac40edcd91416447ba85b823b3bd8ad
2016-04-08 17:37:31 +10:00
Jean-Yves Avenard
26e3402cf4 Bug 1262746: P1. Add downmixing capabilities to AudioConverter. r=rillian
This is using the same downmixer algorithm as found in the ogg reader.

MozReview-Commit-ID: 5KwVLPOg7Tt

--HG--
extra : rebase_source : 523979251421c49ddd05b90498d2ec8eb3309b94
2016-04-08 17:32:57 +10:00
Chris Pearce
eedf7c1c73 Bug 1245256 - Add annotations for WIDEVINE_ID so eslint passes. r=kentuckyfriedtakahe 2016-04-12 18:32:56 +12:00
Henry Chang
ffee6a2e09 Bug 1260876 - Remove process switch code for signed package code (added by Bug 1186290). r=valentin. 2016-04-12 10:53:40 +08:00
Jonathan Kew
08b2b1357c Bug 1261671 - ContentEventHandler::ConvertToRootRelativeOffset() should return the root-relative result in the frame's own appUnits, not the root's appUnits in the case when they're different. r=masayuki 2016-04-12 07:06:38 +01:00
Jonathan Kew
25ce25dad2 Bug 1261135 - Cherry-pick commit 56157cf9845d13452068c297205f96b946126cc2 from graphite2 upstream. r=jrmuizel 2016-04-12 07:06:36 +01:00
Jonathan Kew
2097249326 Bug 1245811 - part 2 (based on patch by Andrew Comminos) - Let gfxFcPlatformFontList return multiple families for a given name once fontconfig substitutions have been applied. r=karlt 2016-04-09 11:09:08 +01:00
Jonathan Kew
0a9b1ea9b9 Bug 1245811 - part 1 (based on patch by Andrew Comminos) - Replace gfxPlatformFontList::FindFamily with FindAndAddFamilies to allow for the possibility of the implementation returning multiple font families (e.g. when fontconfig has 'prefer' aliases). r=karlt 2016-04-12 07:06:22 +01:00
Cameron McCormack
6b84ca3abb Bug 1261754 - Part 12: Move filter from nsStyleSVGReset to nsStyleEffects. r=dholbert 2016-04-12 15:52:43 +10:00
Cameron McCormack
672aaef5a4 Bug 1261754 - Part 11: Move opacity from nsStyleDisplay to nsStyleEffects. r=dholbert 2016-04-12 15:52:43 +10:00
Cameron McCormack
0ef9faa708 Bug 1261754 - Part 10: Move mix-blend-mode from nsStyleDisplay to nsStyleEffects. r=dholbert 2016-04-12 15:52:42 +10:00
Cameron McCormack
c2126abc67 Bug 1261754 - Part 9: Move clip from nsStyleDisplay to nsStyleEffects. r=dholbert 2016-04-12 15:52:42 +10:00