Commit Graph

440674 Commits

Author SHA1 Message Date
Matt Woodrow
ad13620acc Bug 1205087 - Remove LayerManager parameter for ShouldFixToViewport. r=roc
--HG--
extra : rebase_source : a55ebf8ab3ea6cad0ff9945f9ee9857421053e0b
2015-09-17 21:03:42 -04:00
Masayuki Nakano
7d38b5447b Bug 1204519 part.2 Remove TSFStaticSink::IsGoogleJapaneseInputActive() r=emk 2015-09-18 09:58:17 +09:00
Masayuki Nakano
19212d7c5f Bug 1204519 part.1 Remove hack for TS_E_NOLAYOUT issue of Google Japanese Input r=emk 2015-09-18 09:58:17 +09:00
Masayuki Nakano
206cb16099 Bug 1204523 part.2 Hack TSFTextStore::GetTextExt() for TS_E_NOLAYOUT issue of MS-IME for Japanese r=emk 2015-09-18 09:58:17 +09:00
Masayuki Nakano
26cadf342d Bug 1204523 part.1 Add a method which checks if the active TIP is Microsoft IME for Japanese r=emk 2015-09-18 09:58:16 +09:00
Nicholas Nethercote
de59a42fb1 Bug 1204787 - Add |mach power|. r=glandium.
This extracts the most useful browser-related measurements from rapl and
powermetrics.

--HG--
extra : rebase_source : 81ce14acc6c6e1bc7ac6c34bf119d8e619956dd1
2015-09-15 16:23:45 +10:00
Nicholas Nethercote
af6751ef10 Bug 1205533 - Fix and disallow warnings in gfx/qcms/. r=jrmuizel.
This patch fixes various warnings from MSVC.

- Several "truncation from 'double' to 'float'" warnings, easily fixed by
  appending 'f' to literals.

- Some "signed/unsigned mismatch" warnings. In read_tag_lutType(), MSVC is
  apparently promoting the multiplication of a uint8_t and a uint16_t to an
  int32_t, oddly enough. A uint32_t cast fixes the warning.

- |offset| was unused in qcms_data_create_rbg_with_gamma().

- A couple of "overflow in floating-point constant arithmetic" warnings
  involving INFINITY in transform_util.c. There is some type confusion here --
  in C99 HUGE_VAL is a double and INFINITY is a float. So the HUGE_VAL here
  should actualy be HUGE_VALF. But, strangely enough, that isn't enough to
  avoid the warning, I don't know why. However, it turns out that any
  non-positive value for |interval| will have the same effect, so I just
  removed all the INFINITY/HUGE_VAL stuff and used -1 instead.

It also fixes an ARM-only GCC warning.

- "'__force_align_arg_pointer__' attribute directive ignored". This is an
  x86-only attribute. Instead of disabling it on x86-64, instead enable it on
  i386 (which avoids enabling it uselessly on ARM).

--HG--
extra : rebase_source : 61015b7e48aebd58035fc222abf076e79a99a972
2015-09-17 17:11:27 -07:00
Ehsan Akhgari
f4821262f5 Add two missing includes to SharedMemoryBasic_mach.cpp, no bug 2015-09-17 19:35:21 -04:00
Francois Marier
a5e1ea2872 Bug 1205448 - Ship subresource integrity enabled by default. r=ckerschb 2015-09-17 16:33:35 -07:00
Matt Woodrow
f21e058613 Bug 1204106 - Use correct alpha blend modes for OVER in CompositorOGL. r=jrmuizel 2015-09-17 19:31:00 -04:00
Matt Woodrow
1ea4b7e961 Bug 1197534 - Send RecycleTexture messages from the ImageBridge thread. r=sotaro 2015-09-14 14:17:39 -04:00
Wes Kocher
d2b57046d1 Merge m-c to inbound, a=merge CLOSED TREE 2015-09-17 15:27:39 -07:00
William Chen
fd033f5d25 Bug 1176829 follow-up, finish removing unused member to fix bustage. CLOSED TREE
--HG--
extra : rebase_source : 5d0f9b5fca426ef5d94d0237d5b1448d776951b2
2015-09-17 15:25:24 -07:00
Wes Kocher
86c8db452c Merge b2ginbound to central, a=merge 2015-09-17 15:23:20 -07:00
Tom Schuster
e3fbb8bc43 Bug 603201 - Change GetProperty receiver argument to Value in the browser. r=smaug 2015-09-18 00:14:41 +02:00
Tom Schuster
98ae187a52 Bug 603201 - Change GetProperty receiver argument to Value in JS. r=efaust 2015-09-18 00:14:33 +02:00
Seth Fowler
b32c629237 Bug 1194058 (Part 2) - Add downscale-during-decode support for the GIF decoder. r=tn 2015-09-17 15:03:34 -07:00
Seth Fowler
a94eef949b Bug 1194058 (Part 1) - Add Deinterlacer to allow Downscaler to work with interlaced images. r=tn 2015-09-17 15:03:31 -07:00
Wes Kocher
7aae894c59 Merge inbound to central, a=merge 2015-09-17 14:59:11 -07:00
William Chen
0e20f9477d Bug 1176829 - Remove custom elements base element queue. r=smaug
--HG--
extra : rebase_source : 27fb6a6d80575235dbd18f849cab5578a1dd6d14
2015-09-17 14:49:00 -07:00
David Burns
cf7ee31873 Bug 1204496: When searching by link text start from the startNode and not the rootNode; r=ato
--HG--
extra : commitid : B41EB2spDLA
extra : rebase_source : 19077dc84eefe0b11d862c04dc1f8bbc595cca82
2015-09-17 22:22:38 +01:00
Wes Kocher
5f70fae987 Backed out 2 changesets (bug 1204169, bug 1074935) for Werror bustage CLOSED TREE
Backed out changeset b4621131ea01 (bug 1074935)
Backed out changeset 14dbd30e63af (bug 1204169)
2015-09-17 13:58:15 -07:00
Trevor Saunders
75ffe89c69 bug 1199735 - fire windows events on proxies r=davidb 2015-09-17 16:49:25 -04:00
Trevor Saunders
24ad5cfa23 bug 1199735 - factor win event dispatch logic into its own function r=davidb 2015-09-17 16:49:24 -04:00
Trevor Saunders
1b482dcc58 bug 1199735 - remove event logging from the windows AccessibleWrap::HandleAccEvent r=davidb
if this is useful it would make more sense to log it outside of the windows
layer.  Since its not clear it is useful, and it makes it harder to separate
event dispatch logic from HandleAccEvent its easiest to just remove it for now.
2015-09-17 16:49:24 -04:00
Wes Kocher
3bc0233be8 Backed out changeset dca7021e514a (bug 1169633) for test_browserElement_inproc_getWebManifest.html failures CLOSED TREE 2015-09-17 13:08:32 -07:00
Wes Kocher
5d45d1a728 Backed out 3 changesets (bug 1161276) for test_mediarecorder_bitrate.html failures CLOSED TREE
Backed out changeset 9187f4d2518f (bug 1161276)
Backed out changeset 4e8f28b17300 (bug 1161276)
Backed out changeset cf05881e89ed (bug 1161276)
2015-09-17 13:06:41 -07:00
Patrick McManus
0027642c1e Bug 1205810 - telemetry for local h2 goaway code r=hurley 2015-09-17 15:26:59 -04:00
Wes Kocher
40cee6104d Backed out changeset 156b6847bbb4 (bug 1186857) for w(4) bustage CLOSED TREE 2015-09-17 11:41:27 -07:00
Wes Kocher
4612e85891 Backed out changeset 4c9d2dab60f3 (bug 1181038) for w(4) failures CLOSED TREE 2015-09-17 11:40:19 -07:00
Wes Kocher
e9df0ab223 Backed out changeset 4717107189fe (bug 1204800) for device build bustage CLOSED TREE 2015-09-17 11:39:14 -07:00
Andreas Tolfsen
9355c18c57 Backed out changeset 820865a790e4 (bug 1202663)
CLOSED TREE

--HG--
extra : commitid : D1PsvakkyZm
2015-09-17 17:12:29 +01:00
B2G Bumper Bot
5d037b8b6e Bumping manifests a=b2g-bump 2015-09-17 08:25:12 -07:00
B2G Bumper Bot
e7f3e1b2a3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e712c8d330e
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31887 from npark-mozilla/1205609

Bug 1205609 - [v2.5][Gaia::UI Tests]test_settings_passcode.py:"AttributeError:

========

https://hg.mozilla.org/integration/gaia-central/rev/a9ec901e0e6b
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1205609 - [v2.5][Gaia::UI Tests]test_settings_passcode.py:"AttributeError: 'ScreenLock' object has no attribute '_screen_lock_section_locator'
2015-09-17 08:22:25 -07:00
B2G Bumper Bot
91a4f160b3 Bumping manifests a=b2g-bump 2015-09-17 08:05:00 -07:00
B2G Bumper Bot
eacdd5b17e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c84d1a41ed9
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31841 from mwargers/1203060

Bug 1203060 - Make the launch code also work for the browser app

========

https://hg.mozilla.org/integration/gaia-central/rev/70c7e69eb938
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1203060 - Make the launch code also work for the browser app
2015-09-17 08:02:16 -07:00
B2G Bumper Bot
33b6f0e3b0 Bumping manifests a=b2g-bump 2015-09-17 07:43:52 -07:00
B2G Bumper Bot
c49b2345ee Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/307646c3fd09
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #31443 from arcturus/bug-1191606

Bug 1191606 - [Contacts][Import] Contact thumbnails are improperly cr…

========

https://hg.mozilla.org/integration/gaia-central/rev/1afdaf993b2f
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1191606 - [Contacts][Import] Contact thumbnails are improperly cropped to the upper left portion of the image on the import screen. r=borjasalguero
2015-09-17 07:40:35 -07:00
B2G Bumper Bot
63de22ec25 Bumping manifests a=b2g-bump 2015-09-17 07:03:05 -07:00
B2G Bumper Bot
6745067820 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b060f13f81d6
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31875 from npark-mozilla/1205450

Bug 1205450 - Imagecompare: test_combo_effects_edit_picture.py fails because of missing import

========

https://hg.mozilla.org/integration/gaia-central/rev/559ac72f6a33
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1205450 - Imagecompare: test_combo_effects_edit_picture.py fails because of missing import
2015-09-17 07:00:19 -07:00
Carsten "Tomcat" Book
a9d832efac Merge mozilla-central to b2g-inbound 2015-09-17 15:08:41 +02:00
Carsten "Tomcat" Book
587ddedf21 merge mozilla-inbound to mozilla-central a=merge 2015-09-17 14:56:37 +02:00
Thomas Zimmermann
4afaf44ef6 Bug 1205577: Use enum constants for Bluetooth Socket module, r=btian 2015-09-17 14:46:18 +02:00
Carsten "Tomcat" Book
9619696835 merge fx-team to mozilla-central a=merge 2015-09-17 14:42:06 +02:00
Wander Lairson Costa
5befe35395 Bug 1205574: Fix cache name typo in try white list. r=garndt
s/tc-vcs-public-source/tc-vcs-public-sources/.

--HG--
extra : commitid : L6XcYBV1cr2
extra : rebase_source : 4452869e3d23bca5b6590df3b481420c2200860b
2015-09-17 14:24:24 +02:00
B2G Bumper Bot
85444cf326 Bumping manifests a=b2g-bump 2015-09-17 05:23:04 -07:00
B2G Bumper Bot
8a7a6b2e91 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/03aef0327279
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #31866 from Cwiiis/bug1203993-new-homescreen-performance-markers

Bug 1203993 - Add performance markers to new homescreen. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/70467879cfe5
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1203993 - Add performance markers to new homescreen. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/ca622cbf8bda
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #31804 from etiennesegonzac/bug-1190308

Bug 1190308 - Cancel the activity picker when the lockscreen is locked. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/810a396d0cf1
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1190308 - Cancel the activity picker when the lockscreen is locked. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/0e627cee1af9
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #31835 from etiennesegonzac/bug-1185709

Bug 1185709 - Turn on the proximity sensor right away for outgoing calls. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/24e672ba05d4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1185709 - Turn on the proximity sensor right away for outgoing calls. r=timdream
2015-09-17 05:20:16 -07:00
B2G Bumper Bot
1128266a88 Bumping manifests a=b2g-bump 2015-09-16 21:23:13 -07:00
B2G Bumper Bot
e19c66f2da Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dbd3a4ea9042
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1197865 - Pin sites from the browser context menu"

This reverts commit 34354c0da5155879e8ae3bfb7caabff61e50667b.
2015-09-16 21:20:25 -07:00
Alexandre Lissy
ca41727a38 Bug 1201556 - Send hashed device id for foxfooders. r=fabrice
--HG--
extra : rebase_source : beee55eb2c52519d1c19fb5ebc667ea8b6ec7b42
2015-09-17 05:06:00 +02:00