Makoto Kato
45b2236f90
Bug 1191688 - Add -nologo option to rc.exe. r=ted
2015-08-18 15:55:17 +09:00
Chris Peterson
0b2ba61b72
Bug 554171 - Add plugin thread checks to functions that must only be called on the main thread. r=jimm
2015-07-17 00:17:09 -07:00
Chris Peterson
a5d85d1651
Bug 1194955 - Fix -Wunreachable-code warnings in dom/ipc and dom/plugins. r=jimm
2015-05-31 19:39:16 -07:00
Chris Peterson
fa48ec17dc
Bug 1194954 - Fix -Wunreachable-code warnings in gfx/layers and gfx/thebes. r=BenWa
2015-06-03 23:13:42 -07:00
Chris Peterson
8b1de6b820
Bug 1194948 - Build gfx/ipc in unified mode and mark as FAIL_ON_WARNINGS. r=BenWa
2015-08-13 20:46:47 -07:00
L. David Baron
ef223d57a2
Bug 1195142 patch 3 - Link to correct specification URLs so the CSSWG test suite system is happy.
2015-08-18 08:20:35 +02:00
Ms2ger
132c5b2f05
Remove prefixed properties. No bug.
...
(Imported from https://hg.csswg.org/test/ by dbaron.)
2015-08-11 12:21:28 +02:00
John Daggett
4fa8c01024
Bug 1195188 - add fontlist init problem telemetry for DirectWrite. r=m_kato
2015-08-18 15:15:45 +09:00
L. David Baron
792c0d9ece
Bug 1195142 patch 2 - Add reftests for will-change creating a stacking context. r=BenWa
...
--HG--
extra : commitid : 7mGPUbhsYeC
2015-08-18 08:13:56 +02:00
L. David Baron
d6fd5cd910
Bug 1195142 patch 1 - Set CSS_PROPERTY_CREATES_STACKING_CONTEXT for the opacity property. r=BenWa
...
This isn't actually needed for the only caller (which ensures that
frames with will-change: opacity create a stacking context), since
nsIFrame::BuildDisplayListForChild checks HasOpacity, which checks for
NS_STYLE_WILL_CHANGE_OPACITY. However, it's good to have the bit set
for consistency in case we use it elsewhere.
--HG--
extra : commitid : 2mKHVXRkjZL
2015-08-18 08:13:56 +02:00
Robert O'Callahan
23fec6ad97
Bug 1179288. Make position:fixed induce a stacking context. r=heycam
...
--HG--
extra : commitid : 7QaxW4IWItK
extra : rebase_source : 33cc2889181a70d662757c0a93a4d1438ffb3573
2015-08-17 11:02:54 +12:00
Francois Marier
a196b8ef35
Bug 1195572 - Enable -Wformat-security in DOM::Security. r=ckerschb
2015-08-17 21:48:07 -07:00
Wes Kocher
9cfc18f036
Backed out changeset 0fc1b3aba102 (bug 1178653) for js bustage CLOSED TREE
2015-08-17 20:16:45 -07:00
JW Wang
119df69dbc
Bug 1195187. Part 2 - add a new class OutputStreamManager for managing output streams. r=roc.
2015-08-18 10:58:13 +08:00
JW Wang
4b4299ef9a
Bug 1195187. Part 1 - Move output stream connection/disconnection code to OutputStreamData. r=roc.
2015-08-18 10:57:56 +08:00
Jeff Walden
6ac3864ea7
Bug 1178653 - Refactor construction code to use an interface consistent with the spec, with the one exception using an out-of-the-way, differently-named method. r=efaust
...
--HG--
extra : rebase_source : 59288cc2ad65433ab310faf4d10fb2bca4263bdd
2015-07-25 02:38:10 -07:00
Nathan Froyd
5108c14a08
Bug 1194806 - part 5 - mark function pointer-to-members with JNICALL appropriately; r=snorp,jchen
2015-08-14 23:03:45 -04:00
Nathan Froyd
03c1f240be
Bug 1194806 - part 4 - use |typename| to refer to trait class typedefs, not |class|; r=jchen
2015-08-14 22:34:16 -04:00
Nathan Froyd
bd24a2df58
Bug 1194806 - part 3 - consistently declare dom::mobilemessage::SmsFilterData as a class; r=snorp
2015-08-14 22:22:50 -04:00
Nathan Froyd
160a6405bb
Bug 1194806 - part 2 - mark overrides as such in widget/android/; r=snorp
2015-08-14 22:06:20 -04:00
Nathan Froyd
a64d0e54a5
Bug 1194806 - part 1 - consistently declare mozilla::jni::detail::TypeAdaptor as a struct; r=jchen
...
clang doesn't like it when we declare things as a struct in one place
and a class in another. This change makes all the current usages
consistent and clang happy.
2015-08-14 21:59:27 -04:00
Ehsan Akhgari
053201adb7
Bug 1195150 - Persist the tab muted state in the session store; r=billm
...
The muted state is state that belong to the whole tab, and it would be
nice if it was integrated with undo close tab and session restore.
2015-08-17 20:21:51 -04:00
Wes Kocher
292ed85eba
Merge m-c to inbound, a=merge
2015-08-17 17:15:24 -07:00
Wes Kocher
fc6203de4a
Merge b2ginbound to central, a=merge
2015-08-17 17:05:25 -07:00
Wes Kocher
c11420c4df
Merge inbound to central, a=merge
2015-08-17 17:00:42 -07:00
Wes Kocher
06e280b35d
Merge fx-team to central, a=merge
2015-08-17 16:54:21 -07:00
David Burns
d0149ca48f
Bug 1195440: Disable health reporting when marionette tests are running; r=jgriffin
...
--HG--
extra : commitid : 6ltTPgnkn0V
extra : rebase_source : 3cf8839225e8b9d64ef866e983fbbe329526bbf4
2015-08-17 21:36:57 +01:00
Josh Matthews
d81dcd0407
Bug 1179399 - Add a flag to HttpBaseChannel indicating whether interception is occurring. r=mayhemer
...
Landed on a CLOSED TREE
2015-08-17 16:42:46 -04:00
Ryan VanderMeulen
47217eaaec
Bug 1195474 - Annotate 759249-1.html and 415394-1.xhtml as asserting in e10s mode. a=me
...
--HG--
extra : amend_source : 6f6f04e2566e9e74bad340ceb9238566e3a55f5e
2015-08-17 15:48:20 -04:00
Ryan VanderMeulen
2b80504f9c
Bug 1195472 - Annotate 505912-1.html to expect one assertion in e10s mode.
2015-08-17 15:36:20 -04:00
Andrew Osmond
d4cc8622c2
Bug 1187364 - Part 2. Ensure that recording is resumed with a key frame. r=mchiang
2015-08-17 15:20:35 -04:00
Andrew Osmond
b100eebfc1
Bug 1187364 - Part 1. Add ability for camera to pause/resume recording. r=dhylands,bz
2015-08-17 15:20:28 -04:00
Nick Alexander
e46a0d8dd6
No bug - Bump Google Play versions in Android Gradle versions. r=me
...
DONTBUILD NPOTB
We're seeing build failures since 6.5.+ doesn't match 6.5.87. This
shouldn't be fuzzy, and it shouldn't be an ancient version of Google
Play Services either. (In moz.build local builds , we're using a much
more recent version. In automation, I'm not certain what we're
using.)
--HG--
extra : commitid : 6EjfXxM9FJy
2015-08-17 11:26:29 -07:00
Shivang Nagaria
359c5be3bf
Bug 591753: Category buttons should highlight on hover even when selected. r=dtownsend
...
--HG--
extra : commitid : KKdcqvrSA39
extra : rebase_source : d79b33aa032abdf804bdf7bc0a21cc720431446c
2015-08-17 10:48:52 -07:00
B2G Bumper Bot
592cae86db
Bumping manifests a=b2g-bump
2015-08-17 10:33:39 -07:00
B2G Bumper Bot
8011696dbe
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a1b18f9a9e86
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #31353 from justindarc/bug1194342
Bug 1194342 - [Music][NGA] Enable ServiceWorkers via build-time flag
========
https://hg.mozilla.org/integration/gaia-central/rev/2774febb236a
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1194342 - [Music][NGA] Enable ServiceWorkers via build-time flag
2015-08-17 10:32:01 -07:00
B2G Bumper Bot
a83ca180fe
Bumping manifests a=b2g-bump
2015-08-17 08:57:05 -07:00
B2G Bumper Bot
09d6f7e95e
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9aaa21532b2f
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #31340 from arcturus/bug-1183058
Bug 1183058 - [Contacts]Enable "Order by last name", and then kill th…
========
https://hg.mozilla.org/integration/gaia-central/rev/b7ff8a7de4a9
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1183058 - [Contacts]Enable "Order by last name", and then kill the contact app or reboot device without tapping "Done", and "Order by last name" will not work when it is enable unless you kill contact and relaunch again. r=borjasalguero
========
https://hg.mozilla.org/integration/gaia-central/rev/95b70d55c028
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31355 from mwargers/1191471
Bug 1191471 - Fix failure in test_keyboard.py
========
https://hg.mozilla.org/integration/gaia-central/rev/4b6e42473d80
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1191471 - Fix failure in test_keyboard.py
2015-08-17 08:55:28 -07:00
B2G Bumper Bot
37c6ef18f2
Bumping manifests a=b2g-bump
2015-08-17 08:32:04 -07:00
B2G Bumper Bot
015133d731
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/737de71fea13
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #31373 from arcturus/bug-1152986
Bug 1152986 - Contact Last Name is repeated in Name field when viewin…
========
https://hg.mozilla.org/integration/gaia-central/rev/ce0ede99d039
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1152986 - Contact Last Name is repeated in Name field when viewing an attached vcard with Last Name and without Name fields r=francisco
2015-08-17 08:30:27 -07:00
Ryan VanderMeulen
0169e05964
Merge inbound to m-c. a=merge
2015-08-17 09:06:59 -04:00
Ryan VanderMeulen
f983d7511f
Merge fx-team to m-c. a=merge
2015-08-17 08:55:21 -04:00
Ryan VanderMeulen
915339859d
Merge b2g-inbound to m-c. a=merge
2015-08-17 08:50:47 -04:00
Ben Tian
9636b618b1
Bug 1192693 - [03] Remove bluetooth1 code from backend, r=tzimmermann
2015-08-17 15:30:37 +08:00
Ben Tian
a0a229d80d
Bug 1192693 - [02] Remove bluetooth1 folder and rename webidl files, r=joliu, r=mrbkap
...
--HG--
rename : dom/webidl/BluetoothAdapter2.webidl => dom/webidl/BluetoothAdapter.webidl
rename : dom/webidl/BluetoothDevice2.webidl => dom/webidl/BluetoothDevice.webidl
rename : dom/webidl/BluetoothManager2.webidl => dom/webidl/BluetoothManager.webidl
2015-08-17 15:30:34 +08:00
Ben Tian
115d4a7516
Bug 1192693 - [01] Remove legacy bluetooth manager, adapter, and device webidl files, r=joliu, r=mrbkap
2015-08-17 15:30:16 +08:00
Allison Naaktgeboren
01a7a08973
Bug 1189790 - Include bookmarks for Kinderfox.r=sebastian
2015-08-16 17:29:15 -07:00
B2G Bumper Bot
69a3d88af1
Bumping manifests a=b2g-bump
2015-08-15 20:02:08 -07:00
B2G Bumper Bot
48e59a68a7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/43de6ab8b979
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #31311 from jimporter/music-db-abstract
Bug 1193020 - [music] Add a search() function to the database backend
========
https://hg.mozilla.org/integration/gaia-central/rev/69e8811ca471
Author: Jim <jporter@mozilla.com>
Desc: Bug 1193020 - [music] Add a search() function to the database backend
2015-08-15 20:00:30 -07:00
Till Schneidereit
d8c72cf74c
Bug 1195030 - Backout of bug 890329 for breaking email reading in gmail. r=bustage a=Ms2ger
2015-08-15 23:58:24 +02:00