Commit Graph

463138 Commits

Author SHA1 Message Date
Phil Ringnalda
8c87e2d3d9 Back out 9466f6513f50 (bug 1213450) for timeouts in test_ext_i18n.html 2016-02-23 18:36:11 -08:00
Gregory Szorc
ce58df9563 Bug 1250748 - Remove the 20s countdown timer from mach first run; r=chmanchester
Previously on first `mach` run on a system, we'd display a prompt with a
20s countdown timer after which the default state directory
(~/.mozbuild) was created. Users had to wait 20s or ctrl+c and
make the directory by hand. Either way, they'd have to re-invoke
mach to run whatever command they were trying to run.

This was annoying.

This commit makes the following changes:

1) The countdown timer is replaced with "press RETURN/ENTER to continue"
2) The requirement to re-invoke mach has been removed

On first run, people now see a message telling them to press
RETURN/ENTER. Then the directory is created and whatever mach command
they requested to run is run.

While I was here, I also changed the permissions on the newly created
directory to match what it was a few lines above. Without, we're relying
on umask, which may be permissive. UNIX convention is to use a more
restrictive umask insider user directories. So this feels like the right
behavior.

MozReview-Commit-ID: IodN13xAJ8P

--HG--
extra : rebase_source : 7da66e2f03aaf4e6807c54ac20854a4f41092f2a
2016-02-23 17:29:38 -08:00
Phil Ringnalda
a5861fc16a Back out 6a24b31747be (bug 1232042) for crashes @RecvForcePresent
CLOSED TREE
2016-02-23 21:27:46 -08:00
Bas Schouten
fd04611c7c Bug 1232042: Execute an additional present for D3D11 on the compositor thread when a WM_PAINT event has returned. r=jrmuizel 2016-02-24 03:50:09 +00:00
Wes Kocher
c3e2aac340 Merge inbound to central, a=merge
--HG--
extra : commitid : Diy1mnutqUS
2016-02-23 16:56:58 -08:00
Carsten "Tomcat" Book
04e913704c Merge mozilla-central to mozilla-inbound 2016-02-23 16:56:04 +01:00
Carsten "Tomcat" Book
839ce412a8 merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
Andrew McCreight
1e31685405 Bug 1250388 - Enable some tests in dom/html/test/ that work with e10s. rs=bz 2016-02-23 07:33:26 -08:00
Jon Coppeard
9118522149 Bug 1250226 - Only report compacting GC telemetry for compacting GCs r=terrence 2016-02-23 15:21:12 +00:00
Kartikaya Gupta
f61cf00d34 Bug 1249915 - Write a test to ensure touch-driven tapping works. r=botond
MozReview-Commit-ID: HDwjus26fww
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
24e950f9a8 Bug 1249915 - Fix missing MOZ_COUNT_CTOR and some misc cleanup. r=karlt
MozReview-Commit-ID: 3nB4awYSXCk
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
fdf87498df Bug 1249915 - Add ability to synthesize native touch events on GTK for mochitests. r=karlt
MozReview-Commit-ID: GurXjryrsle
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
2548d417f5 Bug 1249915 - Add ability to synthesize native touch events on Fennec for mochitests. r=snorp
MozReview-Commit-ID: Dit8QhqJSYc
2016-02-23 10:17:46 -05:00
Kartikaya Gupta
59bc04e3b9 Bug 1249915 - Fix synthesized touch injection code on Windows to not apply the scale factor twice. r=jimm
MozReview-Commit-ID: DJnrA7WziRe
2016-02-23 10:17:46 -05:00
Steve Fink
9c0d6675e6 Backed out changeset 7cdb490d72b5 (bug 1250287) on a CLOSED TREE
--HG--
extra : amend_source : 3e34d80def764dd4201904aff314a9a2d63e5fc2
2016-02-22 22:42:40 -08:00
Dragana Damjanovic
d3fd6043b0 Bug 1246956 - Add originURI to Sessionstore. r=bz,Yoric,mfinkle 2016-02-22 16:38:57 -08:00
Matthew Noorenberghe
f24015ad32 Bug 1248849 - UITour: showInfoPromise: Add panel event listener before having content call showInfo. r=felipe
MozReview-Commit-ID: Cv5gkmfrTsI
2016-02-22 16:33:42 -08:00
Drew Willcoxon
f83e5911a1 Back out 996485ab7306 (bug 1249332) for test bustage. 2016-02-22 16:27:44 -08:00
Drew Willcoxon
13b82bd15e Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00
Michael Comella
10c5c3706a Bug 1247557 - Close Cursors in AndroidImport. r=sebastian
MozReview-Commit-ID: KcKAXLxJr7l

--HG--
extra : rebase_source : 2aeba7616e1ac28776142026474389fa1f1a943e
2016-02-22 14:55:43 -08:00
Kris Maglione
791fe66adc Bug 1222087: Part 2 - Ignore NS_ERROR_NO_INTERFACE exceptions when pausing on exceptions. r=fitzgen
MozReview-Commit-ID: Ao5Xpth3Txh

--HG--
rename : devtools/server/tests/unit/test_pause_exceptions-02.js => devtools/server/tests/unit/test_ignore_no_interface_exceptions.js
extra : rebase_source : e70510fdd01c365ab52d4bae2d94bd4b57acad4f
2016-02-22 14:52:27 -08:00
Kris Maglione
b95986457a Bug 1222087: Part 1 - Fix ignoring of exceptions in blackboxed code. r=fitzgen
MozReview-Commit-ID: vtu1ou4ueT

--HG--
extra : rebase_source : 1eac501da57d107e002c862884d8f16c73b1f960
2016-02-22 14:54:36 -08:00
Phil Ringnalda
dd373cbd2b Back out 6d8c09f110ee (bug 1246028) for landing before it got its nits picked 2016-02-24 18:40:42 -08:00
Ryan VanderMeulen
6bf0eb3ad7 Backed out changeset e8a80985911b (bug 1239042) for frequent Windows intermittent browser_syncui.js failures. 2016-02-24 21:08:58 -05:00
Ryan VanderMeulen
b92db8e975 Backed out 10 changesets (bug 1246677) for causing frequent OSX browser_rules_completion-existing-property_01.js failures (10.6 and 10.10).
Backed out changeset a6d3a7a5e4ea (bug 1246677)
Backed out changeset 5dcb51fcef15 (bug 1246677)
Backed out changeset e450c5329a06 (bug 1246677)
Backed out changeset a65e8badc4c4 (bug 1246677)
Backed out changeset 0cdde48161bb (bug 1246677)
Backed out changeset bab3de413d37 (bug 1246677)
Backed out changeset e4f6cc6197cb (bug 1246677)
Backed out changeset 34e6b56e419d (bug 1246677)
Backed out changeset 5067508e5db4 (bug 1246677)
Backed out changeset 913b4129466e (bug 1246677)
2016-02-24 21:04:31 -05:00
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