Commit Graph

193029 Commits

Author SHA1 Message Date
Maksim Lebedev
d49e8df3d2 Bug 976963 - After invoking the releasePointerCapture method on an element, subsequent events for the specified pointer must follow normal hit testing mechanisms for determining the event target. r=smaug 2014-06-20 09:20:00 -04:00
Tooru Fujisawa
af71ab7b52 Bug 923028 - Part 2: Emit loop instead of JSOP_SPREAD. r=jandem 2014-07-08 02:25:00 -04:00
Sotaro Ikeda
8ee77df43a Bug 1036561 - Reduce log spam from SharedBufferManagerChild r=nical 2014-07-10 07:24:07 -07:00
Bob Clary
3732d53cff Bug 1035254 - [mozdevice] - Add ADBAndroid.get_battery_percentage(), r=wlach, DONTBUILD. 2014-07-10 06:46:23 -07:00
Chris Manchester
c518ffdc63 Bug 1036392 - Add a parameter to the structured log api for stacks in test_status and test_end.;r=jgraham 2014-07-10 09:21:22 -04:00
Chris Manchester
72b3aa3d83 Bug 1036639 - Report correct filename from xpcshell/head.js when using do_check_* assertion functions.;r=gps 2014-07-09 20:24:59 -04:00
Jacek Caban
640bdc38c1 Bug 1022847 - Fixed --enable-metro build.
--HG--
extra : rebase_source : ac9e1609d5dd2211b819083a88dad6e26d2c6479
2014-07-10 15:15:10 +02:00
Carsten "Tomcat" Book
100b15c34b Merge mozilla-central to mozilla-inbound 2014-07-10 15:13:05 +02:00
Carsten "Tomcat" Book
5442e17dfc merge fx-team to mozilla-central a=merge 2014-07-10 14:54:35 +02:00
Carsten "Tomcat" Book
36428b4d63 merge mozilla-inbound to mozilla-central a=merge 2014-07-10 14:47:01 +02:00
Carsten "Tomcat" Book
11de7d26cc merge b2g-inbound to mozilla-central a=merge 2014-07-10 14:40:40 +02:00
Nicolas Silva
4966c34e52 Bug 1027601 - Create and Allocate TextureClients in a single step in SharedPlanarYCbCrImage. r=sotaro 2014-07-10 13:48:29 +02:00
Nicolas Silva
5ddf292f7c Bug 1027601 - Create and allocate TextureClient in a single step in some of the cases. r=sotaro 2014-07-10 13:45:40 +02:00
Jonathan Watt
6188125060 Bug 933019, part 12 - Remove CopySurface. r=me 2014-07-10 11:19:32 +01:00
Jonathan Watt
26606a941a Bug 1034702 - Remove gfxPlatform::GetThebesSurfaceForDrawTarget(). r=Bas 2014-07-10 10:58:09 +01:00
Jonathan Watt
5b43b8c744 Bug 933019, part 11 - Remove gfxContext::mCairo. r=Bas 2014-07-10 10:58:08 +01:00
Jonathan Watt
f508319d89 Bug 933019, part 10 - Remove gfxContext::IsCairo(). r=Bas 2014-07-10 10:58:08 +01:00
Jonathan Watt
51d0ecc45c Bug 933019, part 9 - Remove code for handling Thebes backed gfxContext from various files under gfx/layers/. r=Bas 2014-07-10 10:58:08 +01:00
Jonathan Watt
e6efb8a268 Bug 933019, part 8 - Remove code for handling Thebes backed gfxContext in nsNativeThemeCocoa.mm. r=Bas 2014-07-10 10:58:08 +01:00
Jonathan Watt
a965ebe159 Bug 933019, part 7 - Remove code for handling Thebes backed gfxContext from various files under layout/. r=Bas 2014-07-10 10:58:07 +01:00
Jonathan Watt
59705f80ab Bug 933019, part 6 - Remove code for handling Thebes backed gfxContext in imgFrame.cpp. r=Bas 2014-07-10 10:58:07 +01:00
Jonathan Watt
21a0f8e134 Bug 933019, part 5 - Remove code for handling Thebes backed gfxContext from various files under gfx/thebes/. r=Bas 2014-07-10 10:58:07 +01:00
Jonathan Watt
0bf9b72f33 Bug 933019, part 4 - Remove code for handling Thebes backed gfxContext in gfxFont. r=Bas 2014-07-10 10:58:07 +01:00
Jonathan Watt
d944b18aec Bug 933019, part 3 - Remove code for handling Thebes backed gfxContext in gfxDrawable.cpp. r=Bas 2014-07-10 10:58:06 +01:00
Jonathan Watt
309b7886f7 Bug 933019, part 2 - Remove code for handling Thebes backed gfxContext in SVGEllipseElement.cpp. r=Bas 2014-07-10 10:58:06 +01:00
Jonathan Watt
6388c766d5 Bug 933019, part 1 - Remove the gfxContext(gfxASurface*) constructor. r=Bas 2014-07-10 10:58:06 +01:00
Jonathan Kew
79d8c2ccbe bug 789096 patch X - avoid some unconstrained-width (should be -isize) warnings with mixed writing modes. r=smontagu 2014-07-10 10:11:33 +01:00
Jonathan Kew
302f54b760 bug 789096 patch 2 followup - set aMetrics.BSize() rather than .Height() in nsInlineFrame::ReflowFrames, to accompany setting .ISize(). r=smontagu 2014-07-10 10:11:30 +01:00
Jonathan Kew
f10e532151 bug 1034230 - handle bad 'seac' in type1 charstring. r=jrmuizel 2014-07-10 10:11:26 +01:00
B2G Bumper Bot
ff251613d1 Bumping manifests a=b2g-bump 2014-07-10 02:11:15 -07:00
B2G Bumper Bot
31ee5d8bcc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/056dbe15b2aa
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1033403 - [Messages] We don't stop rendering if we tap "back" too soon r=azasypkin

* moves the moment "initializeRendering" is called: in beforeEnter instead of
afterEnter.
* calls MessageManager.markThreadRead in afterEnterThread
* removes the 'done' handler in renderMessages because we don't need it now
2014-07-10 02:05:30 -07:00
Landry Breuil
425f3edcdb Bug 761541 - Don't regenerate third_party/libevent/event.h if already there, avoids relinking libxul.so when nothing changed and building against native libevent. r=glandium 2014-07-10 11:03:41 +02:00
B2G Bumper Bot
43125ec967 Bumping manifests a=b2g-bump 2014-07-10 01:46:19 -07:00
B2G Bumper Bot
52403c3c0f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e21670ef83d8
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #21492 from mnjul/bug_1033585_lockscreen_conns_sim_string_hardcoded

Bug 1033585 - [B2G][System][Lockscreen]: SIM 1 or SIM 2 not translated for Tamil. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/848985243015
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1033585 - [B2G][System][Lockscreen]: SIM 1 or SIM 2 not translated for Tamil
2014-07-10 01:40:30 -07:00
B2G Bumper Bot
bc6a1ad5de Bumping manifests a=b2g-bump 2014-07-10 01:16:15 -07:00
B2G Bumper Bot
46ea0018bc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4177ded40ba2
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21221 from crdlc/bug-1031890

Bug 1031890 - Vertical homescreen takes a long time to load

========

https://hg.mozilla.org/integration/gaia-central/rev/e593275d0a97
Author: crdlc <crdlc@tid.es>
Desc: Bug 1031890 - Vertical homescreen takes a long time to load
2014-07-10 01:10:28 -07:00
B2G Bumper Bot
582a32f51c Bumping manifests a=b2g-bump 2014-07-10 00:06:51 -07:00
B2G Bumper Bot
0e2c8b3453 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee14d1bd0836
Author: Albert <alberto.crespellperez@telefonica.com>
Desc: Merge pull request #21304 from acperez/bug-1029394

Bug 1029394 - Cannot change call forwarding rules unless the user disables them previously.r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/0d3761992cb0
Author: Albert <alberto.crespellperez@telefonica.com>
Desc: Bug 1029394 - Cannot change call forwarding rules unless the user disables them previously.r=jaoo
2014-07-09 23:55:28 -07:00
Ben Tian
54bee84d86 Bug 1027504 - Implement BluetoothClassOfDevice, r=bz, r=echou 2014-07-10 14:42:10 +08:00
B2G Bumper Bot
d3056ea614 Bumping manifests a=b2g-bump 2014-07-09 23:36:13 -07:00
B2G Bumper Bot
3e1f9e658e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d12e96f0eb91
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1029967 - rewrite Makefile in email app in javascript r=gduan" for windows b2g bustage

This reverts commit 320a7ad564dfb82b8a5cd5413e87dd44c39d9db7.
2014-07-09 23:30:28 -07:00
B2G Bumper Bot
81707f954d Bumping manifests a=b2g-bump 2014-07-09 23:21:33 -07:00
B2G Bumper Bot
25b1b00a9c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f60de18e4b68
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #20948 from millermedeiros/837671-startup-events

Bug 837671 - [calendar] Implement new startup loading events r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/3a0dfbb11d11
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 837671 - [calendar] Implement new startup loading events
2014-07-09 23:15:34 -07:00
Vicamo Yang
52523a1146 Backed out changeset f54af6237ce9 (bug 1000040) for causing bug 1035172 2014-07-10 13:29:47 +08:00
Vicamo Yang
1dfe418bcc Backed out changeset 78ba6f47a5a7 (bug 1000040) for causing bug 1035172 2014-07-10 13:28:51 +08:00
Vicamo Yang
607ae23154 Backed out changeset 506038ddee2c (bug 1000040) for causing bug 1035172 2014-07-10 13:27:49 +08:00
B2G Bumper Bot
736c4d49b0 Bumping manifests a=b2g-bump 2014-07-09 21:26:41 -07:00
B2G Bumper Bot
1916aa48a1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a21e6a266061
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #21438 from ian-liu/settings/wifi/bug1033183_server_certificate_items_are_duplicated_when_disabling_and_reenabling_wifi

Bug 1033183 - [Wifi] Server certificate items are duplicated when disabling and re-enabling wifi, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/f3a1b83a65bb
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1033183 - [Wifi] Server certificate items are duplicated when disabling and re-enabling wifi
2014-07-09 21:20:27 -07:00
B2G Bumper Bot
02739ef32a Bumping manifests a=b2g-bump 2014-07-09 20:41:12 -07:00
B2G Bumper Bot
54cce39efc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0693566dceeb
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #21013 from yurenju/email-remove-makefile

Bug 1029967 - rewrite Makefile in email app in javascript r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/50994beeb675
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1029967 - rewrite Makefile in email app in javascript r=gduan
2014-07-09 20:35:28 -07:00