Commit Graph

428440 Commits

Author SHA1 Message Date
Masayuki Nakano
e9f85abeca Bug 1179093 Make ContentEventHandler::mSelection as nsRefPtr<Selection> r=smaug 2015-07-02 00:41:17 +09:00
Masayuki Nakano
f50bd7f5eb Bug 1179082 ContentEventHandler::OnQueryCaretRect() should guess its result when the query offset is same as the offset of collappsed selection but there is no caret frame r=smaug 2015-07-02 00:41:17 +09:00
Masayuki Nakano
6011d1b149 Bug 1179081 ContentEventHandler should use the primary frame of mRootContent when it retrieves focused widget but there is no caret frame r=smaug 2015-07-02 00:41:17 +09:00
Frédéric Wang
ee3b54ad95 Bug 1178817 - Fix segfault in mozilla::a11y::HTMLTableRowAccessible::GroupPosition(). r=MarcoZ
CLOSED TREE

--HG--
extra : rebase_source : 03bd21519e9414273e45679e4b6b5581fb42ff31
extra : amend_source : 77fc3ea8da095a5e9dfbee56ce64e38e631ad17b
2015-07-01 05:02:00 -04:00
Kelly Davis
1c10aa27ac Bug 1167542 - Implement SpeechSynthesisErrorEvent. r=smaug
--HG--
extra : rebase_source : 4dde80daffeffbfd2d9d412733dbee0855d19011
2015-07-01 04:49:00 -04:00
Brad Lassey
d72e70b196 bug 1158561 - follow up to fix win build r=bustage CLOSED TREE 2015-07-01 11:14:45 -04:00
Mike Shal
552f5f1679 Bug 1175895 - separate tier start message for mach; r=ted 2015-06-17 16:59:20 -04:00
Mike Shal
2e8d091383 Bug 1175895 - aid greppability of MOZ_AUTOMATION_*; r=ted 2015-06-17 16:58:26 -04:00
Brad Lassey
9ddc8315be bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak 2015-06-30 18:08:19 -04:00
James Willcox
176ebfbbe2 Bug 1178961 - Restore the std::string fix from bug 1167230 r=BenWa 2015-07-01 08:47:46 -05:00
Frederic Wang
1af0116be9 Bug 1179147 - merror and mstyle should be exposed as AXMathRow. r=MarcoZ 2015-07-01 02:14:00 -04:00
Kelly Davis
e7daf87da5 Bug 1167541 - Implemented SpeechSynthesisEvent::utterance. r=smaug 2015-07-01 04:14:00 -04:00
Dragana Damjanovic
85e3991f21 Bug 1170197 - Add test. r=mcmanus 2015-06-26 17:27:00 -04:00
Dragana Damjanovic
b5075f0de3 Bug 1170197 - If a channel is suspended in http-on-modify-request, it should not send any trafic untill resumed. r=mayhemer 2015-06-18 10:57:00 -04:00
Kelly Davis
dac216dbb8 Bug 1167539 - Replace use of NS_ENSURE_* with NS_WARN_IF in dom/media/webspeech/synth/*. r=smaug 2015-06-30 04:52:00 -04:00
Phoenix
25f1620784 Bug 617811 - cycleCell in <tree> should only be called for left clicks. r=neil 2015-06-30 22:47:16 +03:00
Masayuki Nakano
9ce25e1e4d Bug 1053053 part.5 Make IMEStateManager::sActiveIMEContentObserver StaticRefPtr r=smaug 2015-07-01 22:19:11 +09:00
Masayuki Nakano
38e32ac3ff Bug 1053053 part.4 Make IMEStateManager::sContent StaticRefPtr r=smaug 2015-07-01 22:19:11 +09:00
Masayuki Nakano
3e2c998faa Bug 1053053 part.3 Notify child process's IMEStateManager of menu key event listener being installed r=smaug 2015-07-01 22:19:11 +09:00
Masayuki Nakano
3a23696fda Bug 1053053 part.2 Notify child process's IMEStateManager of that it should stop manageing IME state r=smaug 2015-07-01 22:19:11 +09:00
Masayuki Nakano
66a78db644 Bug 1053053 part.1 Active TabParent should be managed by IMEStateManager r=smaug 2015-07-01 22:19:11 +09:00
Olli Pettay
82cb8da60f Bug 1174951, try to fix the intermittent failure in test_XHRDocURI.html, r=bz
--HG--
extra : rebase_source : 717ea4a22a3cd7f83887bce58a1b34112453bba6
2015-07-01 15:39:56 +03:00
Carsten "Tomcat" Book
1ee915633d Merge mozilla-central to mozilla-inbound 2015-07-01 14:40:04 +02:00
Carsten "Tomcat" Book
933af9bcf4 merge mozilla-inbound to mozilla-central a=merge 2015-07-01 14:10:32 +02:00
Carsten "Tomcat" Book
bb7fc1cc16 merge fx-team to mozilla-central a=merge 2015-07-01 13:56:09 +02:00
Nicolas Silva
e4dff52f73 Bug 1170189 - fix a comment in the tiling code. r=BenWa 2015-07-01 13:51:07 +02:00
Nicolas Silva
820e9182e7 Bug 1170189 - Remove the TiledLayerComposer interface. r=BenWa 2015-07-01 13:51:03 +02:00
Nicolas Silva
c23b8a3c64 Bug 1170189 - Simplify the client-side tiling code. r=BenWa 2015-07-01 13:50:58 +02:00
Mike Hommey
f2057d31b4 Backout changeset f70b74488807 (bug 833117) for gtest bustage on Linux 2015-07-01 16:41:20 +09:00
Cameron McCormack
e5fd8052c4 Bug 1179078 - Recover from parse errors inside image values in border-image properly. r=dholbert 2015-07-01 16:42:31 +10:00
Mike Hommey
6535b630b6 Bug 833117 - Replace g_slice_set_config() with G_SLICE environment variable. r=nfroyd,r=karlt
Using g_slice_set_config() fails with newer glib because the slice allocator
now has a static constructor that runs when glib is loaded, consequently
emitting a noisy error message which confuses people into believing it's the
root of their problems.

The only way left to force the slice allocator to use "system" malloc (in
practice, jemalloc) is to set the G_SLICE environment variable to
always-malloc, and that needs to happen before glib is loaded.

Fortunately, the firefox and plugin-container executables don't depend on
glib. Unfortunately, webapprt does, so the problem remains for web apps
running through it. xpcshell and other executables that depend on libxul
directly (as opposed to loading it dynamically) are not covered either.
2015-07-01 15:29:46 +09:00
Carsten "Tomcat" Book
8bc87efb1e Backed out changeset f5f3827ffcf1 (bug 1166910) for bustage 2015-07-01 08:19:28 +02:00
Carsten "Tomcat" Book
41c349e3b0 Backed out changeset 981a1dbe042b (bug 1166910) 2015-07-01 08:18:58 +02:00
B2G Bumper Bot
2569bdadb5 Bumping manifests a=b2g-bump 2015-06-30 22:58:36 -07:00
B2G Bumper Bot
a6847fd4ef Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0469dbd8dbeb
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30765 from timdream/revert-bug1174062

Revert "Bug 1174062 - click() instead of tap() on the attach button"

========

https://hg.mozilla.org/integration/gaia-central/rev/0f15dae6a135
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Merge pull request #30559 from timdream/gij-message-attach-tap"

This reverts commit 45e5ad86657f993147c57eab8cd2e7a1e8c85669, reversing
changes made to b387bcad9bf8389580a8ae133b071053cfc9c30f.

========

https://hg.mozilla.org/integration/gaia-central/rev/aeeba81ff6a2
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Bug 1174062 - Follow up, fix jshint error"

This reverts commit e7cde916d02a3bc0c63860e686889a588495db83.

========

https://hg.mozilla.org/integration/gaia-central/rev/13c06bc22d85
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1179085 - Disable perma-failing test, month_day_test.js | Views.MonthDay #create future-other-month
2015-06-30 22:56:39 -07:00
B2G Bumper Bot
334d391945 Bumping manifests a=b2g-bump 2015-06-30 22:28:18 -07:00
B2G Bumper Bot
b3a8f34f60 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/69426e1f84cf
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30761 from mozilla-b2g/revert-30439-gij-message-send-tap

Revert "Bug 1171387 - click() instead of tap() on the send message button"

========

https://hg.mozilla.org/integration/gaia-central/rev/bc1a168791b4
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Bug 1171387 - click() instead of tap() on the send message button"
2015-06-30 22:26:23 -07:00
B2G Bumper Bot
492bda8963 Bumping manifests a=b2g-bump 2015-06-30 22:02:18 -07:00
B2G Bumper Bot
a4c23e5e00 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/100ba9ff37fc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30736 from crh0716/1178157

Bug 1178157 - Use new syntax to define the battery module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/8415a74b1440
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178157 - Use new syntax to define the battery module
2015-06-30 22:00:22 -07:00
B2G Bumper Bot
a7911f398d Bumping manifests a=b2g-bump 2015-06-30 21:42:55 -07:00
B2G Bumper Bot
fdf6b0f532 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e5fb9362fb1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30740 from crh0716/1178245

Bug 1178245 - Use new syntax to define the homescreen module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/59d6a4fb4ca4
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178245 - Use new syntax to define the homescreen module

========

https://hg.mozilla.org/integration/gaia-central/rev/170d387024bf
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30738 from crh0716/1178229

Bug 1178229 - Use new syntax to define the wallpaper module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/7f7cff87f465
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178229 - Use new syntax to define the wallpaper module

========

https://hg.mozilla.org/integration/gaia-central/rev/178396d4d806
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30739 from crh0716/1178238

Bug 1178238 - Use new syntax to define the date time module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/85e19dd771bc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178238 -  Use new syntax to define the date time module
2015-06-30 21:40:30 -07:00
B2G Bumper Bot
b1e6e6f163 Bumping manifests a=b2g-bump 2015-06-30 21:27:24 -07:00
B2G Bumper Bot
4961d86f6e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/addded0b99ea
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30741 from crh0716/1178248

Bug 1178248 - Use new syntax to define the hotspot settings module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/408575646ae0
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178248 - Use new syntax to define the hotspot settings module

========

https://hg.mozilla.org/integration/gaia-central/rev/a572193f3f07
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30456 from pollti/master

Bug 1172328 – change "foward" to "forward", r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/4977623c035f
Author: Tim P <pollti@gmx.net>
Desc: Bug 1172328 – changed "foward" to "forward"
2015-06-30 21:25:25 -07:00
B2G Bumper Bot
917911588d Bumping manifests a=b2g-bump 2015-06-30 21:12:54 -07:00
B2G Bumper Bot
0808eb0bea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f330755c188
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #30733 from jimporter/music-db-refactor-2

Bug 1159028 - [music] Refactor the music database backend (part 1); s…

========

https://hg.mozilla.org/integration/gaia-central/rev/85b8c5594019
Author: Jim <jporter@mozilla.com>
Desc: Bug 1159028 - [music] Refactor the music database backend (part 1); second take: fix share activity
2015-06-30 21:10:30 -07:00
vivek
babbd6420d Bug 1177855: Fetch and show avatar image as preference icon. r=nalexander
The profile JSON is stored in the Account bundle.  There's no need to
bump the bundle version, since missing (i.e., null) profile JSON is
legal.

This introduces and uses a general-purpose PicassoPreferenceIcon
Picasso Target that, on API 11+ devices, dynamically loads a
preference icon.

--HG--
extra : commitid : 5eCDv0G75qy
extra : rebase_source : 4380e6ea0d5992ca212de0bf95c6d471817f2f35
2015-06-30 21:09:44 -07:00
B2G Bumper Bot
30b60a1fbf Bumping manifests a=b2g-bump 2015-06-30 20:52:15 -07:00
B2G Bumper Bot
7910ec21b1 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa96d3eded77
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30745 from timdream/input-window-hide-timeout

Bug 1176926 - Introduce (again) a timeout before hiding the keyboard, r=mnjul

========

https://hg.mozilla.org/integration/gaia-central/rev/0f6056aeb439
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1176926 - Introduce (again) a timeout before hiding the keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/f9fc33c366a5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30734 from KevinGrandon/bug_1178137_ftu_gaia_radio

Bug 1178137 - Implement gaia-radio in FTU language panel

========

https://hg.mozilla.org/integration/gaia-central/rev/d596aa8a484a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1178137 - Implement gaia-radio in FTU language panel r=sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/9c6fef48cb66
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1178137 - Fix up gaia-radio.

Add support for RTL and getters/setters.
Add support for a 'checkone' class.
2015-06-30 20:50:19 -07:00
Wes Kocher
c63c7d5346 Merge m-c to b2ginbound, a=merge 2015-06-30 17:01:27 -07:00
Wes Kocher
b877fa7a3a Merge m-c to fx-team, a=merge 2015-06-30 16:58:23 -07:00