Commit Graph

264985 Commits

Author SHA1 Message Date
Drew Willcoxon
e01a9f8b79 Bug 1207375 - Fix urlbar a11y problem caused by search suggestions opt-in. r=mak 2015-09-28 12:51:33 -07:00
Mark Hammond
0a6a13c2b9 No bug - convert 3 test files from CRLF to LF line-endings, r=me 2015-09-28 16:29:06 +10:00
Nigel Babu
709f83f16f Backed out changeset 26396d426123 (bug 1208906) for windows reftest bustage
ON A CLOSED TREE
2015-09-28 11:27:52 +05:30
Nigel Babu
2d9407641f Backed out changeset 32076ec3f4c0 (bug 1208906) for reftest bustage 2015-09-28 11:27:40 +05:30
Kyle Huey
12c0524c0b Bug 1208687: Only discard events from the outermost queue. r=ehsan
When workers shut down we discard the event queue rather than running it to completion.  Originally workers managed their event queue themselves and would simply iterate through the array of events and cancel them all.  After bug 914762 this was done by setting a (thread-)global "canceling" flag and then calling NS_ProcessPendingEvents.  But this neglects that a shut down request can be received while the worker is in a sync queue.  In this case, calling NS_ProcessPendingEvents will process any events pending in the sync queue, which is *not* the queue we need to cancel.

The fix is, if we are in a sync queue when NotifyInternal is called, to defer clearing the queue until the top-most sync queue is destroyed and we are about to return to the regular event queue.  Only then can we call NS_ProcessPendingEvents to clear out the queue.  Because we can never process any events from this queue while sync queues are active, the timing of the mass cancellation is unchanged from the perspective of events in the regular queue.
2015-09-27 21:57:36 -07:00
Chris Pearce
bd117c735e Bug 1208289 - Log outstanding frames in GMP DrainComplete() and detect dropped ResetComplete. r=jwwang
* * *
Bug 1208289 - Yet another bustage fix. r=bustage
2015-09-28 17:57:10 +13:00
Chris Pearce
9da832a448 Bug 1208289 - Add SimpleTimer to make setting timeouts in C++ easy. r=jwwang 2015-09-28 17:57:10 +13:00
Chris Pearce
051caf3af5 Bug 1208348 - Check whether DirectShow can decode MP3 before assuming it will work. r=jya 2015-09-28 17:57:10 +13:00
B2G Bumper Bot
bda6187f05 Bumping manifests a=b2g-bump 2015-09-27 11:28:16 -07:00
B2G Bumper Bot
f18d268524 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/23ee64305dc8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #32042 from KevinGrandon/bug_1200046_toolbars_removal

Bug 1200046 - Remove unused references to toolbars.css

========

https://hg.mozilla.org/integration/gaia-central/rev/2229723242dc
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1200046 - Remove toolbars.css in favor of using web components

========

https://hg.mozilla.org/integration/gaia-central/rev/42c23527caad
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #32080 from KevinGrandon/bug_1208797_geoloc_web_components

Bug 1208797 - Port geoloc switches to web components

========

https://hg.mozilla.org/integration/gaia-central/rev/b8f23cd0d490
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1208797 - Port geoloc switches to web components
2015-09-27 11:25:25 -07:00
Olli Pettay
9e4561048d bug 1072150, backout the release assertion which changed the ancient requirements of nsContentUtils::IsCallerChrome(), a=backout 2015-09-27 00:52:26 +03:00
ffxbld
7188acc10d No bug, Automated blocklist update from host bld-linux64-spot-363 - a=blocklist-update 2015-09-26 03:41:01 -07:00
ffxbld
2d9e157f43 No bug, Automated HPKP preload list update from host bld-linux64-spot-363 - a=hpkp-update 2015-09-26 03:40:59 -07:00
ffxbld
cea20a8620 No bug, Automated HSTS preload list update from host bld-linux64-spot-363 - a=hsts-update 2015-09-26 03:40:57 -07:00
Jordan Santell
72dea1ba99 Bug 1201949 - Initial redux-style controllers for front end memory tool heap snapshot. r=jlongster 2015-09-25 20:09:58 -07:00
Maxim Zhilyaev
e5c975bf46 Bug 1196437 - Moving a sponsored tile in newtab breaks various things [r=marcosc] 2015-09-26 13:26:26 -07:00
Maxim Zhilyaev
b4f26009fc Bug 1199795 - New Tab's height doesn't update the same moment when I delete extra tiles/choose "show blank page" [r=marcosc] 2015-09-26 13:26:26 -07:00
Mark Finkle
94411010b9 Bug 1208240 - Move the Adjust initialization to BrowserApp and observe FHR opt-out r=nalexander 2015-09-26 15:12:22 -04:00
Wes Kocher
5056a79e8b Merge b2ginbound to central, a=merge 2015-09-25 13:35:55 -07:00
Nick Alexander
f449951397 Bug 1208534 - Ensure about:logins animated CSS spinner is painted before janky main-thread load. r=ally
Right now, in response to "load" (on the window), we're:

1) updating the DOM to show the spinner;
2) loading the logins with a main-thread janking synchronous load;
3) updating the DOM to hide the spinner.

This is all on the main-thread, so we only see a layout and paint
after 3).  Thus no interstitial is ever visible, and the logins list
pops in after a long delay.

This patch ensures that 2) occurs at least one layout after 1).  This
allows a paint to occur with the interstitial visible.  Since the
animated CSS spinner is carefully designed to hit the off-main-thread
animation pipeline, it animates smoothly even though the main-thread
janking synchronous load blocks JavaScript progress.

There is a small race window between the promises resolving and the
_logins member being accessed by the filter.  It's not clear that this
was ever well guarded, so I haven't tried to mitigate.
2015-09-25 11:17:42 -07:00
Mark Banner
bbbf17b458 Bug 1208466 - Part 3. Fix display when opening room, and make the opened room text non-bold. r=mikedeboer 2015-09-28 16:08:27 +01:00
Kartikaya Gupta
ad63aa3baf Bug 1201076 - Don't clobber the page rect update if one comes in while in the middle of a bounce animation. r=snorp 2015-09-28 11:06:37 -04:00
Mark Banner
75cebdac50 Bug 1208466 - Part 2. If an owner of a Loop link clicks their own link and join, make it open the conversation window. r=mikedeboer 2015-09-28 15:14:53 +01:00
Mark Banner
7b823c8346 Bug 1208466 - Part 1. Create a new ToS view for Loop's standalone, ready for integration into the handled-in-Firefox views. r=mikedeboer 2015-09-28 15:14:53 +01:00
Gijs Kruitbosch
2b72fb94de Bug 1196144 - source window disappearance still breaks downloading to custom directories on windows, r=felipe 2015-09-25 16:17:27 +01:00
B2G Bumper Bot
7e4049b380 Bumping manifests a=b2g-bump 2015-09-25 08:11:23 -07:00
B2G Bumper Bot
9e9d6d8444 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/79e34061945d
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32032 from npark-mozilla/1208069

Bug 1208069 - Imagecompare: wait until the scroll bar disappears in music app

========

https://hg.mozilla.org/integration/gaia-central/rev/fae79dbcf89e
Author: No-Jun Park <npark@mozilla.com>
Desc: add sleep calls since there is no way to check for the presence of the scroll bar
2015-09-25 08:10:33 -07:00
Carsten "Tomcat" Book
776df37998 Merge mozilla-central to fx-team 2015-09-25 16:57:33 +02:00
Carsten "Tomcat" Book
322d2eec62 Merge mozilla-central to b2g-inbound 2015-09-25 16:56:52 +02:00
Carsten "Tomcat" Book
62f9c7974d Backed out 1 changesets (bug 1207645) for Mulet Gaia JS Integration Test Gij 21 and 4 perma test failures
Backed out changeset a23053342d5b (bug 1207645)
2015-09-25 16:54:34 +02:00
Carsten "Tomcat" Book
27a1a66424 Backed out 2 changesets (bug 1144707, bug 1201623) for bustage
Backed out changeset 3aef96cabf2c (bug 1201623)
Backed out changeset a362959c7f52 (bug 1144707)
2015-09-25 16:19:04 +02:00
B2G Bumper Bot
b6860db260 Bumping manifests a=b2g-bump 2015-09-25 07:13:54 -07:00
B2G Bumper Bot
dd5fde802e Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39da50764bde
Author: Fabien Cazenave <fabi1cazenave@users.noreply.github.com>
Desc: Merge pull request #31971 from fabi1cazenave/bb-value-selector

Bug 1207103 - [bb] value selector, r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/9800a205a2e8
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: workaround for bug 1207131

========

https://hg.mozilla.org/integration/gaia-central/rev/a1bd057c1529
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: [bb] value_selector

========

https://hg.mozilla.org/integration/gaia-central/rev/987fb2b1b2e1
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: [bb] date_selector

========

https://hg.mozilla.org/integration/gaia-central/rev/8678e7a55385
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: [bb] time_selector
2015-09-25 07:10:31 -07:00
Dão Gottwald
53edbc897d Bug 1205677 - Set --toolbarbutton-checkedhover-backgroundcolor to something reasonable. r=gijs 2015-09-25 16:03:50 +02:00
B2G Bumper Bot
59cf788648 Bumping manifests a=b2g-bump 2015-09-25 06:48:11 -07:00
B2G Bumper Bot
b337bf8d5a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c534a45b3e24
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #32007 from Cwiiis/bug1203993-new-homescreen-app-launch-perf-marker

Bug 1203993 - Add a performance marker for app launching. r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/de6f6a5bfc4b
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1203993 - Add a performance marker for app launching. r=eli
2015-09-25 06:45:17 -07:00
B2G Bumper Bot
b41a279927 Bumping manifests a=b2g-bump 2015-09-25 06:30:30 -07:00
B2G Bumper Bot
3ff99c5c48 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e885763b7e3
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32052 from Cwiiis/bug1206177-new-homescreen-tray-style

Bug 1206177 - Update edit/delete tray style. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/67f66736bba1
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1206177 - Update edit/delete tray style. r=albertopq
2015-09-25 06:30:04 -07:00
Carsten "Tomcat" Book
6cc43d7835 merge mozilla-inbound to mozilla-central a=merge 2015-09-25 14:39:34 +02:00
Carsten "Tomcat" Book
7ff0488e3c merge fx-team to mozilla-central a=merge 2015-09-25 14:36:38 +02:00
Gijs Kruitbosch
349ee8ce70 Bug 1187905 - use normal titlebar buttons for devtools light theme, r=bgrins 2015-09-25 12:05:40 +01:00
Carsten "Tomcat" Book
8017c24d72 Merge mozilla-central to fx-team 2015-09-28 14:19:22 +02:00
B2G Bumper Bot
beccb3c29a Bumping manifests a=b2g-bump 2015-09-25 02:53:07 -07:00
B2G Bumper Bot
408b7c3b12 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e3fe2ebe9def
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #31896 from weilonge/seanlee/DataSync/master/Bug1191773

Bug 1191773 - Implement History Adapter for Firefox Sync. r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/9a1586edf9cd
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1191773 - Implement read-only History Adapter for FxSync feature. r=ferjm
2015-09-25 02:50:16 -07:00
B2G Bumper Bot
6fbeecf970 Bumping manifests a=b2g-bump 2015-09-25 02:28:10 -07:00
B2G Bumper Bot
d4d4ba1886 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c526934f214d
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #31995 from scottwu/1182924-new-data-apn

Bug 1182924 - Adds APN with multiple APN types correctly

========

https://hg.mozilla.org/integration/gaia-central/rev/3ede0bbe34a1
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1182924 - Adds APN with multiple APN types correctly, r=gasolin
2015-09-25 02:25:19 -07:00
B2G Bumper Bot
95cc8e710e Bumping manifests a=b2g-bump 2015-09-25 02:03:04 -07:00
B2G Bumper Bot
7ca212c4b0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa71b8cf44dc
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32011 from ferjm/bug1207654.syncreadonlycollections

Bug 1207654 - Allow setting a collection as readonly. r=michielbdjong

========

https://hg.mozilla.org/integration/gaia-central/rev/6b66be81e89d
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1207654 - Allow setting a collection as readonly. r=michielbdjong
2015-09-25 02:00:13 -07:00
B2G Bumper Bot
31f83f6b18 Bumping manifests a=b2g-bump 2015-09-25 00:23:09 -07:00
B2G Bumper Bot
90737b4fa6 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bc945a04c5ab
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #32018 from scottwu/1206597-RTL-split-bar-alignment

Bug 1206597 - [RTL] corrects radio button split bar alignment for hom…

========

https://hg.mozilla.org/integration/gaia-central/rev/0d9d8040aa4d
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1206597 - [RTL] corrects radio button split bar alignment for homescreen and APN list, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/82319222d32e
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #31883 from scottwu/1203038-reset-apn-warning-dialog

Bug 1203038 - Use Dialog Service to show reset-apn-warning. r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/f085a6bbe00e
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1203038 - Use Dialog Service to show reset-apn-warning. r=gasolin
2015-09-25 00:20:19 -07:00