Commit Graph

264723 Commits

Author SHA1 Message Date
Mike Kaply
2f472ac6fb Bug 1193625 - Fallback to ASCII if AutoConfig UTF-8 conversion fails. r=Mossop, mrbkap 2015-09-28 08:04:47 -05:00
Gijs Kruitbosch
d969325380 Bug 1207084 - keep sheet level on tokenstream for use in ruledata when resolving variables, to fix hcm issues with CSS variables, r=heycam 2015-09-26 23:51:42 +02:00
Carsten "Tomcat" Book
690f6bd08b Merge mozilla-central to mozilla-inbound 2015-09-28 14:18:24 +02:00
Carsten "Tomcat" Book
d4860186ab merge mozilla-inbound to mozilla-central a=merge 2015-09-28 14:13:24 +02:00
Carsten "Tomcat" Book
21731bf503 merge fx-team to mozilla-central a=merge 2015-09-28 14:10:50 +02:00
Carsten "Tomcat" Book
e0a085cdd4 merge b2g-inbound to mozilla-central a=merge 2015-09-28 14:08:18 +02:00
Carsten "Tomcat" Book
a64c5f1b9c Backed out 3 changesets (bug 1155923) for causing test failures in promises-call.html
Backed out changeset 321a932e01a7 (bug 1155923)
Backed out changeset 6ac38acd6ab2 (bug 1155923)
Backed out changeset 2981db92416a (bug 1155923)
2015-09-28 14:02:41 +02:00
Nicolas Silva
750fd2f36e Bug 1083101 - Use win32's CreateEventW instead of CreateEvent to avoid macro name collision 2015-09-28 13:50:01 +02:00
Nicolas Silva
d02ecca152 Bug 1083101 - Make SyncObject's waiting jobs list lock-free. r=jrmuizel 2015-09-28 13:49:59 +02:00
Nicolas Silva
c86aa89ddc Bug 1083101 - rename gfx::Mutex into gfx::CriticalSection and move it to its own file. r=jrmuizel 2015-09-28 13:49:54 +02:00
Nicolas Silva
f32cb15051 Bug 1083101 - Win32 implementation of the JobScheduler. r=jrmuizel 2015-09-28 13:49:52 +02:00
Nicolas Silva
224b8b6751 Bug 1083101 - Make gfx::DrawingCommand methods const. r=jrmuizel 2015-09-28 13:49:50 +02:00
B2G Bumper Bot
7e7ecb1539 Bumping manifests a=b2g-bump 2015-09-28 02:33:28 -07:00
B2G Bumper Bot
2a996660e6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d7e928f87e2c
Author: Fernando Campo <fcampo@users.noreply.github.com>
Desc: Merge pull request #32058 from fcampo/leak-observer-1202592

Bug 1202592 - Activity chooser leaks settings observer (r=etienne)

========

https://hg.mozilla.org/integration/gaia-central/rev/2273c6433e1f
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1202592 - Activity chooser leaks settings observer
2015-09-28 02:30:36 -07:00
Nigel Babu
a9c7a72fbb Backed out changeset ee27fc2f6a1d (bug 1208687) for W(4) bustage
ON A CLOSED TREE
2015-09-28 12:23:36 +05:30
Nigel Babu
7bd620d219 Backed out changeset 967c555a595c (bug 1208289) for B2G build bustage 2015-09-28 12:22:43 +05:30
Nigel Babu
8f8b2d8a40 Backed out changeset efcfe0c08c24 (bug 1208289) for B2G build bustage 2015-09-28 12:22:34 +05:30
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
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