Steve Fink
bd48f05301
Bug 999140 - Mapped array buffers need a safety buffer, r=Waldo
...
--HG--
extra : rebase_source : 03e97115af90ea27f6f2a658bea5af6552b2a588
2014-04-25 13:46:26 -07:00
Eric Rahm
73af1e6314
Bug 1001137 - Use proper pref for configuring fifo directory. r=froydnj
...
--HG--
extra : rebase_source : 6d45f4b6b9d86ab6718d07a4a7bfe83454d095fd
2014-04-25 13:53:01 -07:00
Martin Thomson
8e0eab87a9
Bug 1001539 - Fix compilation warning in ccsip_pmh.c. r=bwc
2014-04-25 10:58:00 -04:00
Ehsan Akhgari
eec70383e0
Bug 997805 - Correctly restore the placeholder text after the editor object is re-attached to a text control as a result of a reframe; r=bzbarsky
...
Recomputing the placeholder visibility does not require the placeholder div
itself to be present, as the only information required for that is the current
value of the text control which is present either way. This patch fixes
nsTextEditorState::ValueWasChanged and nsTextEditorState::UpdatePlaceholderVisibility
to that effect.
But the real fix is in nsTextEditorState::UpdatePlaceholderText, where after
setting the placeholder text on the anonymous div, we redo the placeholder
visibility computation. Since this function can be called from
HTMLTextAreaElement::CreatePlaceholderNode during frame construction, the
GetValue function may return the wrong value since the editor has not properly
been set up yet, resulting in this bug. And this function call is useless
anyway, because changing the placeholder text does not really affect the
result of the visibility computation, so there is no need to do this work
in the first place.
2014-04-25 16:40:44 -04:00
Ryan VanderMeulen
ce654b6daf
Merge m-c to inbound.
2014-04-25 16:29:41 -04:00
Ryan VanderMeulen
e431052c5e
Merge fx-team to m-c.
2014-04-25 16:24:02 -04:00
Andrew McCreight
8da461bde5
Bug 949607, part 2 - Add and use runNextCollectorTimer. r=smaug
2014-04-25 13:21:04 -07:00
Andrew McCreight
5f6a80a109
Bug 949607, part 1 - Make the GC timers more robust. r=smaug
2014-04-25 13:21:04 -07:00
Ryan VanderMeulen
2a22e940cd
Merge b2g-inbound to m-c.
2014-04-25 16:12:25 -04:00
Ryan VanderMeulen
ddbe2b2e2d
Merge inbound to m-c.
2014-04-25 15:53:56 -04:00
Ryan VanderMeulen
b4f08e51ba
Backed out changeset 7f3e428b4a5d (bug 991904) for xpcshell failures.
...
CLOSED TREE
2014-04-25 14:08:12 -04:00
B2G Bumper Bot
9fb7cd6d79
Bumping manifests a=b2g-bump
2014-04-25 10:46:20 -07:00
B2G Bumper Bot
58e7c9abd1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a0017eff21d3
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #18670 from cctuan/968661-6
Bug 968661 - Extract new build module webapp-shared.js from webapp-zip.j...
========
https://hg.mozilla.org/integration/gaia-central/rev/df8fea1d3a79
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 968661 - Extract new build module webapp-shared.js from webapp-zip.js
2014-04-25 10:40:42 -07:00
Drew Willcoxon
e559dd133d
Bug 962490 - Add a search field to the new tab page (Bing and Amazon logos). r=gavin
2014-04-25 10:25:46 -07:00
Drew Willcoxon
a09cd88b54
Bug 962490 - Add a search field to the new tab page (new Bing search parameter). r=gavin
2014-04-25 10:25:11 -07:00
B2G Bumper Bot
4b08439c09
Bumping manifests a=b2g-bump
2014-04-25 10:21:13 -07:00
B2G Bumper Bot
3bd866aa14
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7942ceb85f3
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1001210 - Hide start page before showing task manager r=kgrandon
2014-04-25 10:15:46 -07:00
Ben Hearsum
0ce32b1cb4
bug 1000207: upload flame gecko/gaia mars to public ftp - upload any mar in b2g-update. r=aki DONTBUILD (doesn't affect any on-change builds)
2014-04-25 13:08:44 -04:00
Ed Morley
9f4da4cd1b
Backed out changeset fd5d78e32b56 (bug 999618) for browser-chrome failures; CLOSED TREE
2014-04-25 17:59:48 +01:00
Ed Morley
551fcae876
Backed out changeset fbb86a21aba0 (bug 924622) for leaks on OS X 10.6; CLOSED TREE
2014-04-25 17:51:42 +01:00
Ed Morley
9cdfe0cb96
Backed out changeset 1a6ada013610 (bug 959089)
2014-04-25 17:51:15 +01:00
Ed Morley
43f0aad8bb
Backed out changeset d58403b60c77 (bug 959089)
2014-04-25 17:51:11 +01:00
Jason Orendorff
0a2f37d760
Bug 987618 - More cosmetic changes in Codegen.py. r=bz.
...
--HG--
extra : rebase_source : 5f495765ffaf3f073cf63a78ea92e74ae16d3bae
2014-04-25 11:50:34 -05:00
Jason Orendorff
9db1fcfa1c
Bug 986492, part 3 - Address review comments from peterv on part 2. Remove bogus extra semicolons from Codegen.py output. Fix a spelling error.
...
--HG--
extra : rebase_source : 0230a4f9bef4690d7382e5982670ccad3f607d0b
2014-04-25 11:50:34 -05:00
Jason Orendorff
0cbc6fd44f
Bug 986492, part 2 - Use fill() and dedent() throughout Codegen.py. Change dedent() to strip an initial blank line from its argument, if present. r=peterv.
...
--HG--
extra : rebase_source : 41a423806998eeb90fc66bf3663ead5bacd2c64b
2014-04-25 11:50:34 -05:00
Jason Orendorff
d4836a8b4d
Bug 994159 - Fix typo in OOM check in DefineMetaTypeDescr. r=nmatsakis.
...
--HG--
extra : rebase_source : 90202dc1b00a0ddedb709e4199fe8641a9b4129e
2014-04-25 11:50:33 -05:00
Jason Orendorff
d1602726ac
Bug 991027 - JS_snprintf: Don't allocate a temporary buffer when handling %hs format-specifier. r=Waldo.
...
--HG--
extra : rebase_source : d8c25f0b2e7ca9631d31d98fe457f08520be31a1
2014-04-25 11:50:33 -05:00
Andrew McCreight
feda9ce562
Bug 1000974 - Don't do cycle collector optimization for nodes in the shadow tree. r=smaug
2014-04-25 09:12:26 -07:00
Carsten "Tomcat" Book
b2f7f763c4
merge fx-team to mozilla-central
2014-04-25 13:18:39 +02:00
Carsten "Tomcat" Book
518d96c53f
merge mozilla-inbound to mozilla-central
2014-04-25 12:49:50 +02:00
Marco Chen
6173eb1a25
Bug 999350 - Change initial values of AudioChannelService::mCurrentHigherChannel and mCurrentVisibleHigherChannel to -1 and add test case for audio-channel-change & visible-audio-channel-change of mozChromeEvent. r=baku
2014-04-25 18:22:17 +08:00
Carsten "Tomcat" Book
44fae0b8ca
merge b2g-inbound to mozilla-central
2014-04-25 11:34:55 +02:00
B2G Bumper Bot
0cf150b8c6
Bumping manifests a=b2g-bump
2014-04-24 22:21:35 -07:00
B2G Bumper Bot
b444bb3621
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2fccee502f45
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1001160 - Dont load mozilla.org when opening rocketbar browser r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/5ac8a8ff29de
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 985460 - [Home2] Edit mode follow-up r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/c72dd1165f5b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 995406 - [Home2] Follow-up, hide confirm dialog completely r=me
2014-04-24 22:15:43 -07:00
B2G Bumper Bot
8eb03110c3
Bumping manifests a=b2g-bump
2014-04-24 21:56:34 -07:00
B2G Bumper Bot
450a58fe98
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8d5be9746a87
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #18072 from steveck-chung/bug-983315
Bug 983315 - [Messages][DSDS] Provide a feedback while we're switching the data APN to send a MMS. r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/282cd3af312b
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 983315 - [Messages][DSDS] Provide a feedback while we're switching the data APN to send a MMS
2014-04-24 21:50:39 -07:00
B2G Bumper Bot
c87a0f72d3
Bumping manifests a=b2g-bump
2014-04-24 21:26:22 -07:00
B2G Bumper Bot
585030a2bf
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e4a3651efa16
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #18637 from alivedise/bugzilla/1000812/remove-test-apps
Bug 1000812 - Move stuff left in test_apps to dev_apps, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/79c2b01aa590
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1000812 - Move stuff left in test_apps to dev_apps
2014-04-24 21:20:35 -07:00
B2G Bumper Bot
cf57f876a4
Bumping manifests a=b2g-bump
2014-04-24 19:37:58 -07:00
B2G Bumper Bot
ab121b5d89
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f059345a4b8b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #18633 from timdream/p-sensor-when-dialing
Bug 1000523 - Start p-sensor when the call is dialing, r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/9d65d2d4b7c5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1000523 - Start p-sensor when the call is dialing
2014-04-24 19:35:56 -07:00
Jamin Liu
388d09ec68
Bug 990423 - [Bluetooth] Fix the incorrect condition for reporting call held status when call state changed. r=echou, f=btian
...
---
dom/bluetooth/bluez/BluetoothHfpManager.cpp | 108 ++++++++++++++++++++++++---
dom/bluetooth/bluez/BluetoothHfpManager.h | 2 +
2 files changed, 99 insertions(+), 11 deletions(-)
2014-04-25 09:59:32 +08:00
Eric Rahm
18f7073ce7
Bug 1000461 - Enable triggering memory report via fifo device on OS X. r=froydnj
2014-04-24 17:35:59 -07:00
Eric Rahm
4277a8d2df
Bug 1001137 - Enabling FifoWatcher via user pref does not work. r=froydnj
2014-04-24 15:58:57 -07:00
Jim Chen
ff1361ede7
Bug 999071 - Don't notify observers in profiler when used by Android ANR reporter; r=BenWa
2014-04-25 12:38:18 -04:00
Shu-yu Guo
80df2a54e4
Bug 1001222 - Implicitly use operands to JSOP_POS. (r=jandem)
2014-04-25 12:13:13 -07:00
Brian Hackett
cdde841460
Bug 995336 - Use IonBuilder for arguments usage analysis, r=jandem.
2014-04-25 13:01:37 -06:00
Birunthan Mohanathas
775765f44a
Bug 989460 - Follow-up: Fix MOZ_STATIC_ASSERT_VALID_ARG_COUNT when 51st arg is e.g. true != 1
. r=froydnj
2014-04-25 10:00:00 -04:00
B2G Bumper Bot
7f592479f6
Bumping manifests a=b2g-bump
2014-04-24 14:52:58 -07:00
B2G Bumper Bot
1c1c05b407
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e7598cf28c92
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1001166 - Disable intermittent failing test, creating an event opening event in read view should not overflow title, location, or description
2014-04-24 14:51:02 -07:00
B2G Bumper Bot
915eaf88a3
Bumping manifests a=b2g-bump
2014-04-24 14:41:15 -07:00