Commit Graph

151011 Commits

Author SHA1 Message Date
Reuben Morais
221d3b043e Bug 850430 - Optimize mozContact creation and validation code. r=gwagner
--HG--
extra : rebase_source : 6c1cad084d36b723d84d73810adfe031d5275af5
2013-10-17 18:29:56 -03:00
Reuben Morais
8c9f2c3a6c Bug 850430 - Convert the Contacts API to WebIDL. r=bz r=gwagner
--HG--
extra : rebase_source : 9d7a645c0d2fb102d5d498fefebeb817a186720e
2013-10-17 18:29:56 -03:00
Reuben Morais
4df8562323 Bug 921871 - Fix -Wunitialized warning in Vector.h. r=Waldo
--HG--
extra : rebase_source : 117d37c7a44c79c6a3b446f3828e5464fc9e391f
2013-10-17 18:29:46 -03:00
Masayuki Nakano
4ea61a9177 Bug 920425 part.27 Use mozilla::WidgetEvent::AsInputEvent() r=smaug 2013-10-18 15:10:26 +09:00
Masayuki Nakano
da22928d50 Bug 920425 part.26 Use mozilla::WidgetEvent::AsMouseEventBase() r=smaug 2013-10-18 15:10:26 +09:00
Masayuki Nakano
fb017e86d4 Bug 920425 part.25 Use mozilla::WidgetEvent::AsDragEvent() r=smaug 2013-10-18 15:10:26 +09:00
Masayuki Nakano
5ece396e0f Bug 920425 part.24 Use mozilla::WidgetEvent::AsMouseScrollEvent() r=smaug 2013-10-18 15:10:25 +09:00
Masayuki Nakano
fe65a7a809 Bug 920425 part.23 Use mozilla::WidgetEvent::AsUIEvent() r=smaug 2013-10-18 15:10:25 +09:00
Masayuki Nakano
d1622008a4 Bug 920425 part.22 Use mozilla::WidgetEvent::AsSelectionEvent() r=smaug 2013-10-18 15:10:25 +09:00
Masayuki Nakano
205e0bdd0d Bug 920425 part.21 Use mozilla::WidgetEvent::AsQueryContentEvent() r=smaug 2013-10-18 15:10:25 +09:00
Masayuki Nakano
00cf52bd06 Bug 920425 part.20 Use mozilla::WidgetEvent::AsCompositionEvent() r=smaug 2013-10-18 15:10:25 +09:00
Masayuki Nakano
792408dff7 Bug 920425 part.19 Use mozilla::WidgetEvent::AsTextEvent() r=smaug 2013-10-18 15:10:24 +09:00
Masayuki Nakano
05606a8033 Bug 920425 part.18 Use mozilla::WidgetEvent::AsKeyboardEvent() r=smaug 2013-10-18 15:10:24 +09:00
Masayuki Nakano
53493575c4 Bug 920425 part.17 Use mozilla::WidgetEvent::AsGestureNotifyEvent() r=smaug 2013-10-18 15:10:24 +09:00
Masayuki Nakano
db9ba3fb1b Bug 920425 part.16 Use mozilla::WidgetEvent::AsSimpleGestureEvent() r=smaug 2013-10-18 15:10:23 +09:00
Masayuki Nakano
0260e27697 Bug 920425 part.15 Use mozilla::WidgetEvent::AsTouchEvent() r=smaug 2013-10-18 15:10:23 +09:00
Masayuki Nakano
daf85a040a Bug 920425 part.14 Use mozilla::WidgetEvent::AsCommandEvent() r=smaug 2013-10-18 15:10:23 +09:00
Masayuki Nakano
369cc09510 Bug 920425 part.13 Use mozilla::WidgetEvent::AsContentCommandEvent() r=smaug 2013-10-18 15:10:23 +09:00
Masayuki Nakano
6050d7c183 Bug 920425 part.12 Use mozilla::WidgetEvent::AsMutationEvent() r=smaug 2013-10-18 15:10:22 +09:00
Masayuki Nakano
d4d94ab0d7 Bug 920425 part.11 Use mozilla::WidgetEvent::AsAnimationEvent() r=smaug 2013-10-18 15:10:22 +09:00
Masayuki Nakano
7c03e8baa9 Bug 920425 part.10 Use mozilla::WidgetEvent::AsTransitionEvent() r=smaug 2013-10-18 15:10:22 +09:00
Masayuki Nakano
419a5ba109 Bug 920425 part.9 Use mozilla::WidgetEvent::AsFocusEvent() r=smaug 2013-10-18 15:10:22 +09:00
Masayuki Nakano
aaa39ab7c5 Bug 920425 part.8 Use mozilla::WidgetEvent::AsClipboardEvent() r=smaug 2013-10-18 15:10:22 +09:00
Masayuki Nakano
2f6823f9b5 Bug 920425 part.7 Use mozilla::WidgetEvent::AsFormEvent() r=smaug 2013-10-18 15:10:21 +09:00
Masayuki Nakano
ed865bfb73 Bug 920425 part.6 Use mozilla::WidgetEvent::AsScrollAreaEvent() r=smaug 2013-10-18 15:10:21 +09:00
Masayuki Nakano
685a20c8c3 Bug 920425 part.5 Use mozilla::WidgetEvent::AsScrollPortEvent() r=smaug 2013-10-18 15:10:21 +09:00
Masayuki Nakano
c084924124 Bug 920425 part.4 Use mozilla::WidgetEvent::AsScriptErrorEvent() r=smaug 2013-10-18 15:10:21 +09:00
Masayuki Nakano
4f682bdaca Bug 920425 part.3 We don't need to use static_cast at releasing event class instance since WidgetEvent has virtual destructor now r=smaug 2013-10-18 15:10:21 +09:00
Masayuki Nakano
86d43d492b Bug 920425 part.2 Implement mozilla::WidgetEvent::As*Event() methods r=roc 2013-10-18 15:10:20 +09:00
Masayuki Nakano
20c12706e5 Bug 920425 part.1 Create widget/EventClassList.h r=roc 2013-10-18 15:10:20 +09:00
Ehsan Akhgari
976f41f65e Bug 928041 - Remove some prtypes.h inclusions from widget/; r=roc 2013-10-18 00:11:58 -04:00
Sushil Chauhan
cd863fb01e Bug 920654 - Enable plane alpha support for HWC layers in newer H/W Composer. r=mwu, r=dwilson 2013-10-15 15:37:13 -07:00
Sushil Chauhan
ea611c7544 Bug 915729 - Add mixed HWC and GPU Composition. r=ncameron, r=dwilson 2013-10-15 14:01:42 -07:00
Gaia Pushbot
1f8c40bf3d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/27d21143813f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12856 from Neeraj-Seth/bug-890207_cursor_hide_issue

Bug 890207 - [B2G][Gaia][Keyboard][Auto-correction] If a wording include...

========

https://hg.mozilla.org/integration/gaia-central/rev/e8c6bd452789
Author: Neeraj Kumar <neeraj_kumar@hcl.com>
Desc: Bug 890207 - [B2G][Gaia][Keyboard][Auto-correction] If a wording include special characters then moving the cursor to the end of a line, the cursor will disappear
2013-10-16 05:10:31 -07:00
Gaia Pushbot
3f66cd8faa Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f459ca66a2fd
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 915074 - Make the height of the call elements uniform r=etienne
2013-10-16 05:00:24 -07:00
Gaia Pushbot
4588c1a4f0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a056e1e96998
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12882 from gasolin/issue-922620

Bug 922620 - Wap push service activated by default, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/5a0d949ddd85
Author: gasolin <gasolin@gmail.com>
Desc: Bug 922620 - Wap push service activated by default
2013-10-16 04:46:25 -07:00
Gaia Pushbot
6388ffe766 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36b6aa562f51
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12831 from fcampo/export-handle-errors-914125

Bug 914125 - Export page doesn't handle errors (r=arcturus)

========

https://hg.mozilla.org/integration/gaia-central/rev/663dde319694
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 914125 - Export page doesn't handle errors

-------------------------------
show errors, need to add strings
added strings and tests
2013-10-16 04:25:24 -07:00
Carsten "Tomcat" Book
ab756165fa Merge mozilla-central to b2g-inboudn 2013-10-16 13:16:49 +02:00
Carsten "Tomcat" Book
084361cb07 merge fx-team to mozilla-central 2013-10-16 13:03:50 +02:00
Carsten "Tomcat" Book
3caa6d565c merge b2g-inbound to mozilla-central 2013-10-16 12:55:46 +02:00
Gaia Pushbot
29d0ae1524 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/63864e9e18de
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12876 from cctuan/911117

Bug 911117 - [flatfish] Headset icon is lost on status bar if booting up...

========

https://hg.mozilla.org/integration/gaia-central/rev/2536391e0165
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 911117 - [flatfish] Headset icon is lost on status bar if booting up with headset plugged
2013-10-16 03:50:23 -07:00
Gaia Pushbot
c1342dd0b3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/51ea613dbd11
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12861 from bobsilverberg/e.me-wait

Bug 926971 - Use wait_for_everything_me_loaded in e.me tests, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/4dcf36a46f46
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 926971 - Use wait_for_everything_me_loaded in e.me tests, r=zac
2013-10-16 03:00:24 -07:00
Gaia Pushbot
0416e08a35 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b7fe47fdc072
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12845 from snowmantw/issue919888

Bug 919888 - [Lockscreen] The phone unlock itself if you force turn off the screen before unlock

========

https://hg.mozilla.org/integration/gaia-central/rev/eb23477bc370
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 919888 - [Lockscreen] The phone unlock itself if you force turn off the screen before unlock
2013-10-16 01:51:23 -07:00
Gaia Pushbot
503b433b81 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e4a400ba036d
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #12811 from gitmai/bug-925355-export-url-fb-vcard

Bug 925355 - VCARD not export FB url

========

https://hg.mozilla.org/integration/gaia-central/rev/98e5502931d7
Author: mai <mri@tid.es>
Desc: Bug 925355 - VCARD not export FB url
2013-10-16 00:55:23 -07:00
Fernando Jiménez
ce891e1545 Bug 926880 - Enable IAC API for b2g-desktop. r=genelian 2013-10-16 09:22:43 +02:00
Gaia Pushbot
1398681791 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b7125d6c8e4e
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11857 from cctuan/851189

Bug 851189 - Move feedback button up one level

========

https://hg.mozilla.org/integration/gaia-central/rev/fa1eb84be0f4
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 851189 - Move feedback button up one level

========

https://hg.mozilla.org/integration/gaia-central/rev/9a2999a7a2e3
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12784 from snowmantw/issue925635

Bug 925635 - [LockScreen] Fix the track to match the icons

========

https://hg.mozilla.org/integration/gaia-central/rev/0a905b0061f2
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 925635 - [LockScreen] Fix the track to match the icons
2013-10-16 00:30:23 -07:00
Gaia Pushbot
d0b1d2856e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3458b7608383
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #9203 from pivanov/bug-844615

Bug 844615 - Email Layout and Font Revisions - New Account (All done screen) | follow-up patch

========

https://hg.mozilla.org/integration/gaia-central/rev/302a1cdb7c60
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 844615 - Email Layout and Font Revisions - New Account (All done screen) | follow-up patch
2013-10-16 00:05:23 -07:00
Gaia Pushbot
6cb30c4568 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36aa3e5d226a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #12862 from zacc/bug927002

Bug 927002 bump minimum marionette client version to 0.6

========

https://hg.mozilla.org/integration/gaia-central/rev/beb30c1d8784
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 927002 bump minimum marionette client version to 0.6 after breaking changes to marionette client
2013-10-15 22:00:24 -07:00
Gaia Pushbot
83f2ef01ca Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/077742400e88
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #12870 from fabricedesre/bug925149

Bug 925149 - Launching preinstalled twitter app from a SIM Customization...

========

https://hg.mozilla.org/integration/gaia-central/rev/4375e9a99c71
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 925149 - Launching preinstalled twitter app from a SIM Customization launches marketplace, not twitter r=yurenju
2013-10-15 21:35:23 -07:00
Wes Kocher
f27029d43a Merge m-c to fx-team 2013-10-15 20:32:13 -07:00