Commit Graph

463196 Commits

Author SHA1 Message Date
Shane Caraveo
76988cc96f Bug 1218977 fix panel corners on pocket panel, r=gijs 2016-02-24 16:03:53 -08:00
Drew Willcoxon
6d9d0e2ae2 Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00
Shane Caraveo
b69f8d4a34 Bug 1245277 loop addon needs to respect prior set default prefs, not restartless, r=Standard8 2016-02-24 15:15:42 -08:00
Shane Caraveo
930333e06e Bug 1245277 pocket addon needs to respect prior set default prefs, r=Gijs 2016-02-24 15:14:30 -08:00
Masatoshi Kimura
16881de41a Bug 1250781 - Scroll "Default apps" into the default browser option. r=Gijs 2016-02-25 07:10:35 +09:00
Michael Kaply
459b5b8e45 Bug 1239949 - Add a pref for showing bookmarks toolbar and menubar; r=mixedpuppy
MozReview-Commit-ID: KqCSjlhWAOo

--HG--
extra : rebase_source : 5a25d574ea29b5f4949301ea8fcb20da8fc8cb59
2016-02-24 09:47:52 -06:00
J. Ryan Stinnett
c781b0ab03 Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg
MozReview-Commit-ID: Eq5gEqyJhPZ
2016-02-22 16:47:30 -06:00
Mark Hammond
c0a9f6c7bc Bug 1234205 - add an inverted version of the synced tabs button. r=Gijs 2016-02-23 09:43:35 +11:00
Mark Hammond
1b46fa3e81 Bug 1248765 - allow syncing of FxA password and don't delete it on unlink. r=rnewman 2016-02-23 09:41:59 +11:00
Gabriel Luong
a958cd4655 Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans 2016-02-22 17:30:57 -05:00
Nick Fitzgerald
8b8554f2a5 Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell
This commit does the following:

- Rename "Group By: {Allocation => Call} Stack" in memory tool
- Rename "Label By: {Allocation => Call} Stack" in memory tool
- Get rid of "Internal Type" for labeling and grouping nodes
- Get rid of group by "Object Class" in memory tool
- Rename group/label by "Coarse Type" to plain "Type" in memory tool
2016-02-22 14:27:51 -08:00
Mark Hammond
65f31ac57d Bug 1247109 - apply -moz-crisp-edges style to favicons on hidpi in the Synced Tabs sidebar. r=Gijs 2016-02-23 08:49:59 +11:00
Leo Ufimtsev
eb2c6cbfc2 Bug 1229206 - Labels for screen readers are missing from about:preferences#sync. r=markh 2016-02-23 08:46:15 +11:00
Michael Comella
709eb78ec3 Bug 1250250 - Store updated seq no. before sending upload Intent. r=mfinkle
MozReview-Commit-ID: Ab2qycjDKOy

--HG--
extra : rebase_source : 598f0e36cf28c3e7ffe5c040532ac1296a54e12b
2016-02-22 11:20:37 -08:00
Mike Conley
5c19c7ef6b Bug 1244684 - Make FX_TAB_SWITCH_TOTAL_MS work for non-e10s in an OMTC world. r=mstange
MozReview-Commit-ID: VKFKi1u6az

--HG--
extra : rebase_source : 78bd7dc54b52fdf954387033588614de0f7a9f43
extra : amend_source : 18fe1482e7b453aec4b3d23ef0034448e246cbf4
2016-02-23 12:12:01 -05:00
Alessio Placitelli
980d02be3a Bug 1246644 - Document childPayloads in the main ping. r=gfritzsche 2016-02-23 06:59:00 +01:00
Alessio Placitelli
d40d40abca Bug 1248382 - Document known partners. r=gfritzsche 2016-02-23 09:47:00 +01:00
Shane Caraveo
e00a961c57 Bug 1250369 Fix out-of-band upgrades of pocket system addon, r=Gijs 2016-02-23 09:03:26 -08:00
Mark Banner
aba10ad9c4 Bug 1247255 - Update the UITour to use Loop's new API for opening the panel. r=MattN
--HG--
extra : commitid : 1naOApaQtM8
2016-02-23 16:09:45 +00:00
Patrick Brosset
fe1a95e88f Bug 1250205 - Clean remaining eslint warnings in devtools/client/inspector/markup/markup.js; r=miker
MozReview-Commit-ID: 1EOSQWWItaO

--HG--
extra : rebase_source : 8a5eafab2fbd62f534ad31351959052651a1a4ab
2016-02-22 19:23:28 +01:00
Jan Odvarko
2a0e387336 Bug 1249627 - Eslint: allow unused arguments; r=pbrosset
MozReview-Commit-ID: AjNppE9zLWL
2016-02-19 16:30:29 +01:00
Hiroyuki Ikezoe
4e9c9820e9 Bug 1249431 - Need preferences for crash tests using Web Animation APIs. r=birtles
MozReview-Commit-ID: 5ybJUTgy7bW

--HG--
extra : transplant_source : k%7B%3Cz%7C%C8%AE%A8%C4rsks%15f%16%1C%9E%D6%D1
2016-02-19 07:46:42 +09:00
Milan Sreckovic
eefe011285 Bug 1249157 - prefapi enums into class enums, explicit conversion, cleanup. r=bsmedberg 2016-02-22 09:15:00 +01:00
Nick Fitzgerald
4562939197 Bug 1249107 - Fix assertion failure when reaching start node in JS::ubi::ShortestPaths; r=jimb
The start node was being marked "visited" at the start of the traversal, but
this broke the invariant that if we come across a target node that is marked
"visited" then we had better have an entry for it in our results map. In order
to maintain this invariant and stop triggering these assertion failures, this
commit stops marking the start node as "visited" right off the bat.
2016-02-22 08:55:00 +01:00
Steve Fink
2a3efadfd3 Bug 1250287 - Upgrade gcc and sixgill for all legacy hazard jobs, r=terrence
--HG--
extra : rebase_source : f70f94f8f18ec7131dc872ac37733f6acc3d0ef6
2016-02-18 13:17:59 -08:00
Shu-yu Guo
6164ec0d5c Bug 1225041 - Implement ES6 Annex B.3.5 for direct eval. (r=jorendorff) 2016-02-23 17:19:18 -08:00
Steve Fink
daa98326de Bug 1250287 - Upgrade gcc and sixgill for all legacy hazard jobs, r=terrence
--HG--
extra : rebase_source : 3a9935b66729f8648e2c928ae450ad8c1b7333b7
2016-02-18 13:17:59 -08:00
Cykesiopka
a150859d8e Bug 1248874 - Replace Scoped.h templates used only by PSM in ScopedNSSTypes.h with UniquePtr equivalents. r=dkeeler
MozReview-Commit-ID: 5OClBV522lv

--HG--
extra : transplant_source : G%A3%3B%A0%AC%0D%25%F2%C5K%DC8%0F%90%1B%7Bf%E0%93%F7
2016-02-18 06:01:39 -08:00
Boris Chiou
277bbf98a5 Bug 1234403 - Part 2: Implement document.getAnimations. r=birtles 2016-02-18 02:24:00 +01:00
Boris Chiou
1c9da6a517 Bug 1234403 - Part 1: Implement CSSPseudoElement.getAnimations. r=birtles 2016-02-18 02:21:00 +01:00
James Kitchener
15da814dcd Bug 1240799 - Apply axis height for mfrac elements without bar. r=fredw
--HG--
extra : rebase_source : e1af3219a73e3cf10b04f6b0dde81df0a56b684a
2016-02-20 02:59:00 +01:00
Makoto Kato
46428da1ac Bug 1240282 - Don't use NS_LossyConvertUTF16toASCII for URI. r=jimm
We should use GetAsciiSpec for idn and non-ASCII path

MozReview-Commit-ID: EjldSMJYUDg

--HG--
extra : rebase_source : 87b9680d4ed6268b0779d8603e824625c7b6f98c
2016-02-17 20:44:41 +09:00
Xidorn Quan
cf344838d0 Bug 1248505 - Remove nsDocument::IsFullScreenDoc and its uses. r=smaug
MozReview-Commit-ID: DfPI5U531ad

--HG--
extra : source : bcfb7b8155c7460b861ef3e11d92900ecb6c5029
2016-02-24 08:40:08 +08:00
Blake Kaplan
89b19e3239 Bug 1183915 - Put images dragged from content processes in the drag data in the parent. r=smaug 2016-02-23 16:31:29 -08:00
Andrew McCreight
1837d54fa7 Bug 1249685 - Use more nsCOMPtrs for stack variables in DOM code. r=smaug 2016-02-23 16:23:43 -08:00
Blake Kaplan
f92eca37c1 Bug 1193093 - Tighten up these checks a little. r=Gijs 2016-02-23 16:11:53 -08:00
Alexander Surkov
2d15c87cb3 Bug 845176 - Intermittent relations/test_embeds.xul, r=yzen 2016-02-23 18:45:34 -05:00
Alexander Surkov
eea0bcec45 Bug 1249489 - covert css to device pixels in scroll/test_zoom.html and test_nsIAccessibleImage.html, r=yzen 2016-02-23 18:43:37 -05:00
Alexander Surkov
cfcd886fbe Bug 1249489 - covert css to device pixels in hittest/test_canvas_hitregion.html, r=yzen 2016-02-23 18:43:31 -05:00
Alexander Surkov
a5c89bc409 Bug 1249489 - covert css to device pixels in elm/test_canvas.html, r=yzen 2016-02-23 18:43:25 -05:00
Alexander Surkov
7f92893842 Bug 1249400 - add a test for missed hide events in case of accessible stealing, r=yzen 2016-02-23 18:40:20 -05:00
Dave Townsend
5732b53ed9 Bug 1250639: Remove the nsIPrincipal shim for the older API style. r=rhelmer
MozReview-Commit-ID: DyX66KlOLCC

--HG--
extra : rebase_source : 4097d74a428dda7919cc30ad2500bcb48c4427af
2016-02-23 12:11:37 -08:00
Andrea Marchesini
2dd57b41c0 Bug 1250148 - FormData should treat empty input type=file as empty string in FormData and as unnamed Blob in HTML submission, r=smaug 2016-02-24 00:01:01 +01:00
Chris Pearce
173de1feeb Bug 1249424 - Remove use of nsAutoArrayPtr from librlz. r=gerald
MozReview-Commit-ID: 2eXvcgbSQM0

--HG--
extra : rebase_source : 0397373e89a73972512d6d8178105c5ce57100a6
2016-02-24 10:53:10 +13:00
Jordan Lund
26975fb64d Bug 1250585 - beetmover - add push to mirrors, r=rail
* this also fixes bug where we take build/0 from tc artifacts regardless if
  there was a retry

MozReview-Commit-ID: KKJCGF6Hc7k

--HG--
extra : source : 23f241eec2af1ce07728a69ef53351371a43a85b
2016-02-23 13:12:06 -08:00
Gregory Szorc
503851935a Bug 1249858 - Stop processing IPDL and WebIDL files during artifact builds; r=glandium
We don't process IPDL and WebIDL files during artifact builds. The
backend shouldn't need to care about them.

Before: 2001 total backend files; 2001 created; 0 updated; 0 unchanged; 0 deleted
After:  1945 total backend files; 1945 created; 0 updated; 0 unchanged; 0 deleted

After this change, we no longer write any .cpp files to the objdir
during config.status for artifact builds.

As part of this, we stopped generated webidlsrcs.mk and the build broke
because of an unguarded use in a Makefile.

After this change, only 102/3366 files in the objdir after
`mach configure` are not a) in _virtualenv b) named backend.mk
c) named Makefile (~950 each of backend.mk and Makefile).

MozReview-Commit-ID: 11AIn1i4x4f

--HG--
extra : rebase_source : ac90bb9f6be8b7b986aa0a61b3ccc203a18346a6
2016-02-19 21:46:29 -08:00
Gregory Szorc
aac8926faf Bug 1249858 - Do not generate unified C++ files during artifact builds; r=glandium
I can't think of a good reason why unified C++ files need to exist
during artifact builds. Let's not write them in this build config.

Before: 2517 total backend files; 2517 created; 0 updated; 0 unchanged; 0 deleted
After:  2001 total backend files; 2001 created; 0 updated; 0 unchanged; 0 deleted

No measureable change in performance on Linux. But on Windows where file
creation is in the ~1ms range, this will surely result in a speedup of
several hundred milliseconds.

We are still generating some .cpp files during artifact builds. This will be
addressed in subsequent commits.

MozReview-Commit-ID: Lqx36YE8qZZ

--HG--
extra : rebase_source : 8af5a9915e78af7aee2aa335552689fe33975400
2016-02-19 21:41:24 -08:00
Gregory Szorc
eccb5d39c1 Bug 1249858 - Add property exposing whether performing an artifact build; r=glandium
Future commits will add a number of consumers. This will cut down on
boilerplate.

MozReview-Commit-ID: 8h4VWBXXd8O

--HG--
extra : rebase_source : 3376f015f1766eedcef60e9393b6d68474ffb634
2016-02-19 21:40:09 -08:00
Nicholas Nethercote
334f3c9213 Bug 1249503 - Make WindowsAddressSpaceReporter bloat memory reports less. r=erahm.
The WindowsAddressSpaceReporter generates one memory report per segment, and
there can be 10,000+ segments.

This patch changes things so that one memory report is generated per segment
*kind* -- at most a couple of dozen -- rather than one per *segment*.

--HG--
extra : rebase_source : bbe86562ee486fd5fbb5d48ff2cc59a6f4c7b4c9
2016-02-23 18:39:24 +11:00
Benjamin Bouvier
c42132da60 Bug 1250556: Require Store value expression to have the opcode's type; r=sunfish
MozReview-Commit-ID: 3O5O0t1M5SN

--HG--
extra : rebase_source : d819b3780b34f3f2a50bcf83af09c82e9e028b2d
2016-02-23 19:45:38 +01:00