Commit Graph

285327 Commits

Author SHA1 Message Date
Nick Alexander
f05a9d7aa5 Bug 1249166 - Pre: Fix Android front-end TreeHerder details; force --no-daemon and --offline in automation. r=me
Setting GRADLE_USER_HOME in this way ensures all Gradle invocations in
automation have the right flags, rather than just the ones we
remember.

MozReview-Commit-ID: IL53nZVsFuV
2016-02-23 23:55:56 -08:00
Nick Alexander
7ad4ea14e2 Bug 1249166 - Pre: Set JAVA_HOME in |mach gradle|. r=me
MozReview-Commit-ID: 4qQz5ZZJqik
2016-02-18 09:06:39 -08:00
Sebastian Hengst
12dff227b7 Backed out changeset e0cc363043ad (bug 1240959) for dt5 failures. r=backout on a CLOSED TREE 2016-02-24 19:07:04 +01:00
Sebastian Hengst
0206c775f5 Backed out changeset 418bf315261c (bug 1245597) for failing M(c) tests on Android. r=backout on CLOSED TREE 2016-02-24 18:54:15 +01:00
Marco Bonardo
1d52722744 Bug 1250363 - Speed up history removals through a simulated per-statement trigger. r=yoric
This aims at speeding up DELETE FROM moz_places like queries.
The primary reason of slowness is the FOR EACH ROW trigger that takes care of updating the moz_hosts table when places are removed.
Unfortunately Sqlite doesn't support FOR EACH STATEMENT triggers, that means the trigger will hit multiple times for pages in the same host.
The patch introduces an additional temp table to accumulate hosts during a delete, then a trigger takes care of updating moz_hosts only once per touched host, rather than once per removed place.

MozReview-Commit-ID: BlJRLQZoC07
2016-02-23 02:21:03 +01:00
Brian Grinstead
d523ea3b31 Bug 1250434 - Bump up devtools tab width a bit to fix text overflow on Win7;r=gl
MozReview-Commit-ID: AEp8Qhr1vXy
2016-02-24 08:27:51 -08:00
Brian Grinstead
b50df2a4f7 Bug 1249650 - Give the toolbox tool container default styling to prevent flash of incorrect background when webconsole opens;r=gl
MozReview-Commit-ID: 8X88NCyr7NR
2016-02-24 08:26:09 -08:00
Carsten "Tomcat" Book
52ed16df34 Backed out changeset f3dcf982a76f (bug 1239349) for ES lint failures 2016-02-24 16:28:16 +01:00
Anthony Zhang
261319cfe3 Bug 1250224 - Add a comment to clarify the purpose of TelemetrySession._childThreadHangs, etc. r=gfritzsche 2016-02-23 11:00:45 -05:00
Luca Greco
538f6036d1 Bug 1249144 - [webext] fix sorting collected frame details in webNavigation tests. r=kmag
MozReview-Commit-ID: ay5fGRGSpW
2016-02-19 04:09:16 +01:00
bsilverberg
015d9f020f Bug 1246754 - Complete the implementation of chrome.i18n.detectLanguage, r=kmag
MozReview-Commit-ID: 7cvJj0QP5XO
2016-02-23 22:01:11 -05:00
Frank-Rainer Grahl
36733a938b Bug 1246614 - Check if system add-ons directory exists before trying to clean it. r=mossop 2016-02-21 05:45:00 +01:00
AJ Kerrigan
2004e701ad Bug 1099071 - Display error message in console for thrown empty string;r=bgrins
MozReview-Commit-ID: IhOFhDnyMpF
2016-02-19 00:32:57 -05:00
Matthew Wein
4ba0bdc266 Bug 1246028 - Implement chrome.commands.getAll. r=kmag 2016-02-23 16:13:16 -08:00
Andrew Swan
07870756c9 Bug 1245956 - Don't distinguish preliminary signing for add-ons. r=mossop 2016-02-18 16:17:09 -08:00
Luca Greco
1a76988d54 Bug 1239349 - Implement webNavigation.onHistoryStateUpdated. r=kmag
MozReview-Commit-ID: FvtkZpcJYCU
2016-02-12 02:13:19 +01:00
Andrew Swan
058b731776 Bug 1245597 - implement the basics of chrome.downloads.download() r=kmag 2016-02-21 21:20:22 -08:00
dlim
cfd73d0d46 Bug 1231549 - Set default profile endpoint server URI for Firefox Accounts not created via the web flow. r=nalexander 2016-02-23 13:03:33 -08:00
dlim
8b8d966746 Bug 1225563 - Log error in JS that Doorhangers only support one positive and one negative button if invalid buttons are provided. r=nalexander 2016-02-23 13:45:36 -08:00
Jan Odvarko
a2fda5b5a5 Bug 1240959 - properly calculate total size; r=vporof 2016-02-23 12:47:15 +01:00
Honza Bambas
90895cb453 Bug 1239671 - Don't let session store override persistent cookies, r=ehsan 2016-02-23 14:32:00 +01:00
Kit Cambridge
3f0174c897 Bug 1239042 - Show sync status for a minimum of 1.6s. r=markh
MozReview-Commit-ID: KWU1fXLJbKh
2016-02-23 15:37:10 -08:00
Tim Nguyen
98832c3772 Bug 1196786 - Remove unnecessary platform specific styles for floating-scrollbars. r=bgrins
MozReview-Commit-ID: 5HAWuXZC030
2016-02-20 09:05:00 +01:00
Nicolas Chevobbe
870cfd5334 Bug 1208204 - Pressing space in the animation inspector should toggle play/pause. r=pbrosset
MozReview-Commit-ID: 3NxNIaPjemt
2016-02-13 17:07:05 +01:00
Gijs Kruitbosch
790f57d476 Bug 1220160 - followup: fix oversight that docLocation should be a string, not a URI object, rs=bustage,me
MozReview-Commit-ID: EBYMhd8Fghf
2016-02-24 13:14:14 +00:00
Mike de Boer
0339cbbb68 Bug 1229195: ignore messages when content is null. r=Standard8 2016-02-18 13:02:33 +01:00
Marco Bonardo
5f4168d004 Bug 1250362 - don't flush prefs on startup unless it's really needed. r=yoric
MozReview-Commit-ID: FLrlrF4A1Om
2016-02-23 23:29:43 +01:00
Carsten "Tomcat" Book
e51409ea9c Merge mozilla-central to fx-team 2016-02-24 12:07:20 +01:00
Carsten "Tomcat" Book
d151fd6255 merge fx-team to mozilla-central a=merge 2016-02-24 12:04:15 +01:00
Carsten "Tomcat" Book
a0805026df merge mozilla-inbound to mozilla-central a=merge 2016-02-24 12:01:56 +01:00
Kris Maglione
0afd1aba4e Bug 1249055: Follow-up: Fix ESLint errors. r=me
MozReview-Commit-ID: IF7xGqr2HJ2
2016-02-23 18:46:56 -08:00
Phil Ringnalda
3f72685531 Back out 9466f6513f50 (bug 1213450) for timeouts in test_ext_i18n.html 2016-02-23 18:36:11 -08:00
Gregory Szorc
12006761c8 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
2016-02-23 17:29:38 -08:00
Phil Ringnalda
9e91451e1a Back out 6a24b31747be (bug 1232042) for crashes @RecvForcePresent
CLOSED TREE
2016-02-23 21:27:46 -08:00
Bas Schouten
80d9d72061 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
86142733ec Merge inbound to central, a=merge 2016-02-23 16:56:58 -08:00
Carsten "Tomcat" Book
c0d742a388 Merge mozilla-central to mozilla-inbound 2016-02-23 16:56:04 +01:00
Carsten "Tomcat" Book
c7adc23ebe merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
Andrew McCreight
ffc142d130 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
599ebff058 Bug 1250226 - Only report compacting GC telemetry for compacting GCs r=terrence 2016-02-23 15:21:12 +00:00
Kartikaya Gupta
19d588cd0d 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
aab06fcb70 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
e178f092f5 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
650f50e205 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
6fb25463b4 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
d7714e5cf8 Backed out changeset 7cdb490d72b5 (bug 1250287) on a CLOSED TREE 2016-02-22 22:42:40 -08:00
Dragana Damjanovic
9e390d3655 Bug 1246956 - Add originURI to Sessionstore. r=bz,Yoric,mfinkle 2016-02-22 16:38:57 -08:00
Matthew Noorenberghe
7d63ccc0c7 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
64d6e018ee Back out 996485ab7306 (bug 1249332) for test bustage. 2016-02-22 16:27:44 -08:00
Drew Willcoxon
599e7804e6 Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00