Anup Kumar
6fe93840b3
Bug 1003204: Removed CommonUtils.exceptionStr() in toolkit/ r=gfritzsche
2015-12-18 04:05:00 +01:00
Carsten "Tomcat" Book
d1ee9c9f70
merge mozilla-inbound to mozilla-central a=merge
2016-01-07 11:50:57 +01:00
Robert Helmer
2261f2ae24
Bug 1209344 - Link to about:debugging from about:addons. r=mossop
2016-01-05 12:19:59 -08:00
Robert Helmer
59bdb048ed
Bug 1209344 - Remove debug button from about:addons. r=mossop
2016-01-05 12:19:15 -08:00
Mark Hammond
e6043a8000
Bug 1224653 - Replace existing globe icons for site missing a favicon with an new darker version. r=dolske
2016-01-07 12:12:15 +11:00
Matt Brubeck
4053420bd5
Bug 1233727 - Don't show found-matches label when it's empty [r=mikedeboer]
2016-01-06 14:07:17 -08:00
Shivin Yadav
a5ce5827c7
Bug 1197163 - Update reader view "Loading…" string to use ellipsis character. r=margaret"
2016-01-06 10:40:34 -05:00
Georg Fritzsche
e3b3535dfb
Bug 1236529 - Fix about:telemetry ping rendering. r=dexter
2016-01-06 16:54:30 +02:00
Ryan VanderMeulen
a38d9263ef
Merge m-c to fx-team. a=merge
2016-01-06 09:52:22 -05:00
Ryan VanderMeulen
975728d416
Merge fx-team to m-c. a=merge
2016-01-06 09:48:18 -05:00
Ryan VanderMeulen
0774f4bb2d
Merge inbound to m-c. a=merge
2016-01-06 09:43:47 -05:00
Jeremy Francispillai
1741af1a02
Bug 1122618 - Added change to rebuild the defaultEngineDropDown whenever the default engine is changed. Separated the code performing the changes and displaying the changes when removing/adding engines. r=florian.
2016-01-06 12:52:52 +01:00
Fernando Campo
91d8ad2afd
Bug 1178304 - Facebook share button in conversation when waiting alone. r=dmose
2016-01-06 10:20:15 +00:00
Wes Kocher
6ab60046d5
Merge m-c to b2ginbound, a=merge
2016-01-05 16:53:17 -08:00
Wes Kocher
d2a275509a
Merge fx-team to m-c a=merge CLOSED TREE
2016-01-05 16:34:06 -08:00
Fabrice Desré
9d57d875eb
Bug 1224703 - part 2: Enable tests on emulator r=billm
2016-01-05 15:37:06 -08:00
Bill McCloskey
b275be0187
Bug 1224703 - part 1: fix the way we get the message manager r=fabrice
2016-01-05 15:37:01 -08:00
Wes Kocher
824f7a6574
Backed out changeset b94d7e7648e1 (bug 1200169
) for frequent browser_AddonWatcher.js failures CLOSED TREE a=merge
2016-01-05 14:26:22 -08:00
Carsten "Tomcat" Book
f3a72c9035
merge mozilla-inbound to mozilla-central a=merge
2016-01-05 11:58:56 +01:00
Mark Finkle
3de9c85f3f
Bug 1236416 - Remove some misc toolkit content UI from Fennec r=margaret
2016-01-04 21:35:13 -05:00
Mark Finkle
8499164610
Bug 1236409 - Remove toolkit impl of XUL prompt for nsICookiePromptService r=margaret
2016-01-04 20:40:00 -05:00
Chris Pearce
f218e8882c
Bug 1234099 - Unhide Adobe GMP on Windows XP. r=spohl
2015-12-21 16:06:41 +13:00
George Wright
237a81888c
Bug 1109714 - Make the feed subscriber UI work in e10s r=mrbkap,jaws
2016-01-04 18:59:44 -05:00
Georg Fritzsche
428c759c6a
Bug 1200164 - Only do isOfficialTelemetry checks for Telemetry uploads. r=dexter
2015-12-18 19:35:05 +07:00
Mark Finkle
69f2796b64
Bug 590127 - Remove toolkit implementation of about:addons r=margaret
2016-01-06 00:49:03 -05:00
Margaret Leibovic
28523e385b
Bug 1218942 - Add histogram probe to measure state of different restrictable items in restricted profiles. r=sebastian p=mfinkle
2015-12-24 14:37:29 -05:00
Wes Kocher
2e9b291290
Merge m-c to fx-team, a=merge
2016-01-05 16:54:04 -08:00
Kris Maglione
646959c3f8
Bug 1237122 - Use base test suite eslintrc files for WebExtension tests. r=trivial
2016-01-05 16:10:33 -08:00
Kris Maglione
2a12915ca5
Bug 1227451: Follow-up: Fix ESLint errors. r=trivial
2016-01-05 15:54:32 -08:00
Sami Jaktholm
61514d520a
Bug 1230027 - Stop burnCPOWInSandbox from being GC'd during tests. r=yoric
...
Since no one is holding a reference to the burnCPOWInSandbox function
in the child process, it might get GC'd during the test. Binding it to
the global object should keep the function alive long enough for the
test to call it via CPOW.
2015-12-22 20:15:17 +02:00
Luca Greco
1a681902aa
Bug 1227451 - chrome.alarms API doesn't check 'alarms' permission. r=billm
2016-01-04 10:21:00 -05:00
Andrea Marchesini
aec377ba85
Bug 1233957 - profile selector should set the focus correctly to the accept button, r=ehsan
2016-01-05 14:48:25 +00:00
Carsten "Tomcat" Book
5e7eb24989
Merge mozilla-central to mozilla-inbound
2016-01-05 12:01:44 +01:00
David Rajchenbach-Teller
b7d5b2b8bc
Bug 1200169
- Making the slow add-on watcher more tolerant;r=Felipe
...
Showing alerts more than once is annoying for the user and basically
useless. We therefore change a bit our strategy:
- if an add-on has behaved correctly for the last 5 minutes, reset our counter of offences;
- don't display alerts for an add-on more than once per 6 hours.
The only exception is if the add-on freezes the browser (i.e. causes
it to stop for more than 5 seconds at a time), in which case we
display the alert regardless of past offences, up to once per 10
minutes.
2015-12-15 11:21:37 +01:00
Dave Townsend
fb1e757d42
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
2015-11-30 13:05:00 -08:00
Marco Bonardo
2d22162978
Bug 1235023 - Relax no-multi-spaces Eslint rule with ObjectExpression. r=Gijs
2015-12-30 16:12:17 +01:00
Ryan VanderMeulen
d38dca8f67
Merge m-c to fx-team. a=merge
2016-01-01 19:36:51 -05:00
Ryan VanderMeulen
f0dc54f9b2
Merge inbound to m-c. a=merge
2016-01-01 19:29:16 -05:00
Tom Schuster
1f19af6728
Bug 1224579 - Allow leading dot in domain in cookies.set. r=billm
2015-12-21 07:14:00 -08:00
Kris Maglione
6c1a5cdefd
Bug 1234755: Follow-up: Fix additional failures. r=trivial
2015-12-31 16:17:00 -08:00
Kris Maglione
029bf85284
Bug 1224579: [webext] Fix the handling of domain cookies. r=evilpie
2015-12-23 11:18:38 -05:00
Kris Maglione
7b80b4f781
Bug 1234755: [webext] Make JS in HTML files pass ESLint. r=billm
...
This also changes the `type` attribute in our script tags to text/javascript,
since that's currently all the eslint-html plugin supports.
2015-12-22 23:43:23 -05:00
Nick Alexander
2d12810664
Bug 1207890 - Post: Hacks to make --disable-compile-environment work on Mac OS X. r=glandium
2015-12-23 16:50:47 -08:00
Mason Chang
31c26ad14d
Bug 1231518. Load about:blank if thumbnail service fails. r=adw
2016-01-04 16:24:58 -08:00
Robert Longson
fcce11f604
Bug 1235066 - SVG elements should not display title attributes as tooltips. r=enndeakin
2016-01-04 22:16:23 +00:00
Nicholas Nethercote
470fa3e830
Bug 1232219 (part 3) - Fix remaining -Wunused warnings. r=glandium.
2015-12-16 22:57:51 -08:00
Wes Kocher
67d8b18f42
Merge m-c to inbound, a=merge CLOSED TREE
2016-01-05 16:52:09 -08:00
Wes Kocher
5780a15992
Backed out changeset b94d7e7648e1 (bug 1200169
) for frequent browser_AddonWatcher.js failures CLOSED TREE
2016-01-05 14:26:22 -08:00
Jonathan Griffin
5707644ec5
Bug 1232780 - Disable mochitests which fail on e10s so we can get that suite running, a=test-only
2016-01-05 12:02:47 -08:00
Kit Cambridge
2ddcf6ba0f
Bug 1227300, Part 4 - Implement showAlert
for the libnotify alerts backend. r=karlt
2015-12-31 12:13:27 -07:00