Commit Graph

415779 Commits

Author SHA1 Message Date
Ehsan Akhgari
b06db58c73 Bug 1152329 - Only compile _Android_GetAddrInfoForNetInterface on Android>=19; r=mcmanus
This fixes the compiler warnings about the unused static function
on other platforms.
2015-04-08 21:57:01 -04:00
Jeff Gilbert
3c498e4de8 Bug 1151930 - Check against updated length while appending. - r=kamidphish 2015-04-08 18:55:16 -07:00
Ben Turner
94a12266fb Bug 1151646 - Fix static analysis bustage. 2015-04-08 18:49:38 -07:00
Ben Turner
8f3a68440b Bug 1151646 - Cleanup, r=khuey. 2015-04-08 15:21:26 -07:00
Ben Turner
f6cb233b56 Bug 1151646 - Spin the event loop one extra time to clean up all CC'd objects before worker shutdown, r=khuey. 2015-04-08 15:20:59 -07:00
William Chen
a1dae92265 Bug 1150308 - Use flattened tree parent when settings event state on ancestors. r=smaug 2015-04-08 18:13:48 -07:00
Wes Kocher
14910f6300 Backed out changeset 2d75c37883a0 (bug 1151883) for windows xperf permafails
--HG--
extra : rebase_source : 86509efce79dd2735e980e4630de9d421dec7d73
2015-04-08 17:55:00 -07:00
Eric Faust
ec5b9e0b0c Bug 1141862 - Part 6: Implement ES6 SuperProperty and SuperMember. (r=jorendorff) 2015-04-08 17:41:01 -07:00
Wes Kocher
db5ac7d39e Merge m-c to inbound a=merge 2015-04-08 17:33:36 -07:00
Wes Kocher
6febe17d90 Merge b2g-inbound to m-c a=merge 2015-04-08 17:29:00 -07:00
Wes Kocher
6ec4b5852a Merge fx-team to m-c a=merge 2015-04-08 17:25:12 -07:00
Andrew McCreight
0854423afa Bug 1150917 - Remove all values from nsIProgrammingLanguage except UNKNOWN and JAVASCRIPT. r=froydnj 2015-04-08 17:16:30 -07:00
Andrew McCreight
e3b6a8b033 Bug 1150916 - Be sure we aren't iterating over a hashtable while it is modified in nsObserverService::UnmarkGrayStrongObservers(). r=froydnj
The QI in xpc_TryUnmarkWrappedGrayObject() might somehow trigger a GC,
which in turn could destroy an observer, that would in turn call
RemoveObserver() which mutates the hash table that we're enumerating.
2015-04-08 17:16:30 -07:00
B2G Bumper Bot
d30b3258b3 Bumping manifests a=b2g-bump 2015-04-08 11:52:22 -07:00
B2G Bumper Bot
3d217a5ac5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d8cd51229d33
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1147032 - merge pull request #29107 from jimporter:music-db-refactor to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a14b3019ddcc
Author: Jim <jporter@mozilla.com>
Desc: Bug 1147032 - [music] Simplify the code for showing the scanning progress
2015-04-08 11:50:10 -07:00
Nick Fitzgerald
ec1ec1e487 Bug 1151703 - Part 3: Add a test for HTML parsing markers; r=jsantell 2015-04-08 11:25:56 -07:00
Nick Fitzgerald
8d460f9783 Bug 1151703 - Part 2: Show XML and HTML parsing markers in the performance tool; r=jsantell 2015-04-08 11:25:56 -07:00
Nick Fitzgerald
67317ac3db Bug 1151703 - Part 1: Add timeline tracing markers for HTML and XML parsing; r=smaug 2015-04-08 11:25:56 -07:00
Nick Fitzgerald
446d70bb69 Bug 1145247 - Add AutoTimelineMarker RAII class; r=smaug 2015-04-08 11:25:56 -07:00
B2G Bumper Bot
8810cd60cb Bumping manifests a=b2g-bump 2015-04-08 11:22:22 -07:00
B2G Bumper Bot
00e5d4c95b Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

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

Bug 1152403 - Bump jshint to 2.6.3 for template literal fixes

========

https://hg.mozilla.org/integration/gaia-central/rev/b4a285788004
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1152403 - Bump jshint to 2.6.3 for template literal fixes r=kgrandon

========

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

Bug 1151177 - [Components] Update gaia_select arrow style for RTL

========

https://hg.mozilla.org/integration/gaia-central/rev/4536afe914f0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1151177 - [Components] Update gaia_select arrow style for RTL

========

https://hg.mozilla.org/integration/gaia-central/rev/d840b1b27202
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1152181 - merge pull request #29393 from daleharvey:1152181 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6c543dd6d170
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1152181 - Update the strings used during log capture. r=gerard-majax
2015-04-08 11:20:10 -07:00
Andrea Marchesini
4e17cd5e14 Bug 1151609 - WebSocket::CloseConnection must be thread-safe, r=smaug CLOSED TREE 2015-04-08 19:09:26 +01:00
Ryan VanderMeulen
1b034b250f Backed out changesets 33d37539c4ab and 55524bdeb708 (bug 936092) for suspicion of causing e10s test_bug417418.html asserts on Linux.
CLOSED TREE
2015-04-08 13:52:21 -04:00
Ryan VanderMeulen
01dea3e14d Merge m-c to b2g-inbound. a=merge 2015-04-08 13:06:57 -04:00
Andrea Marchesini
3fe946af75 Bug 1134224 - test_bug1132395.html must wait until the port is actually available before sending messages, r=ehsan 2015-04-08 17:59:08 +01:00
Daniel Holbert
5ab18315b5 Bug 1145926 followup: Add missing 'virtual' & 'override' keywords to DecoderNeedsConversion() decl in BlankDecoderModule. rs=ehsan 2015-04-08 10:21:07 -07:00
B2G Bumper Bot
6c633e32c4 Bumping manifests a=b2g-bump 2015-04-08 09:58:07 -07:00
B2G Bumper Bot
d6ada87516 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/37322668e6bc
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #29329 from mwargers/test_rocketbar_add_collection_save_bookmark.py

Bug 1150913 - test_rocketbar_add_collection_save_bookmark.py failure

========

https://hg.mozilla.org/integration/gaia-central/rev/549a000c6dbe
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1150913 - test_rocketbar_add_collection_save_bookmark.py failure

========

https://hg.mozilla.org/integration/gaia-central/rev/8bc474f9aa5b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1144689 - Generate a resurce metadata file for preloaded hosted apps with appcache"

This reverts commit 8e64a8dfce1b116e7f627eb2d4747450b5413831.
2015-04-08 09:55:39 -07:00
Jim Mathies
1535724754 Bug 1128238 - Ajust NPP_SetWindow and synth native event coords to account for the chrome offset of remote tabs. Prior to this the content process always assumed the tab was the window origin. r=aklotz 2015-04-08 11:51:49 -05:00
Ryan VanderMeulen
75871f42cb Merge fx-team to m-c. a=merge 2015-04-08 12:38:35 -04:00
B2G Bumper Bot
5dc06612e1 Bumping manifests a=b2g-bump 2015-04-08 09:37:27 -07:00
B2G Bumper Bot
355faf37ef Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5496bec84cdc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1063015 - merge pull request #29378 from KevinGrandon:bug_1063015_newtab_history_heading to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/060882f54e5b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1063015 - [NewTab] Promote first history heading to main header r=daleharvey
2015-04-08 09:35:17 -07:00
Ryan VanderMeulen
014bb16d4d Merge b2g-inbound to m-c. a=merge 2015-04-08 12:31:53 -04:00
Jan-Ivar Bruaroey
bfc47b27ab Bug 1150539 - fix getUserMedia constraint default to aPrefs.mFPS, not aPrefs.mMinFPS. r=jesup 2015-04-08 12:07:37 -04:00
Jan-Ivar Bruaroey
93369565ff Bug 1150539: log getUserMedia constraints used in MediaManager:5. r=jesup 2015-04-08 12:06:39 -04:00
B2G Bumper Bot
ac420dd8be Bumping manifests a=b2g-bump 2015-04-08 08:47:43 -07:00
B2G Bumper Bot
a875c3cabf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ba5fed30bf39
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28955 from AntonioMA/bugxXX_fix_appcache

Bug 1144689 - Generate a resurce metadata file for preloaded hosted apps with appcache

========

https://hg.mozilla.org/integration/gaia-central/rev/1089760ebccc
Author: Antonio M. Amaya <amac@tid.es>
Desc: Bug 1144689 - Generate a resurce metadata file for preloaded hosted apps with appcache
2015-04-08 08:45:33 -07:00
B2G Bumper Bot
76f088c7f3 Bumping manifests a=b2g-bump 2015-04-08 08:15:55 -07:00
B2G Bumper Bot
ea1e8d7b3b Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8de2cb93c069
Author: Dale Harvey <dale@arandomurl.com>
Desc: Revert "Bug 1152181 - Update the strings used during log capture. r=gerard-majax"

This reverts commit 6e3d8514d7fe3a77ecde3e031104d5f6a9186142.

========

https://hg.mozilla.org/integration/gaia-central/rev/b4abc3a18362
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1152181 - Update the strings used during log capture. r=gerard-majax

========

https://hg.mozilla.org/integration/gaia-central/rev/c0e4235d9760
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #29281 from steveck-chung/contact-rtl-fix

Bug 1143599 - [RTL][Contacts] Fix ellipsis direction issue with bdi and dir auto. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/b1508facbf38
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1143599 - [RTL][Contacts] Fix ellipsis direction issue with bdi and dir auto. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/40e69e000a4b
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140153 - merge pull request #28911 from mancas:bug1140153 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/4109c50433e0
Author: Manuel <manuel.casasbarrado@gmail.com>
Desc: Bug 1140153 - [STK] Icon format not compliant with the new data format of confirmMessage/callMessage from SET_UP_CALL/LAUNCH_BROWSER

========

https://hg.mozilla.org/integration/gaia-central/rev/0d58aec65323
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150834 - merge pull request #29366 from albertopq:1150834-tap-dialog-rocketbar to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/2fe065c8cae9
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1150834 - Dont launch rocketbar when context menu is displayed

========

https://hg.mozilla.org/integration/gaia-central/rev/bfa63fe777ed
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1146208 - merge pull request #29119 from elefant:bug/1146208-wifiList-error-master to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/029b949e833e
Author: hchang <hchang@mozilla.com>
Desc: Bug 1146208 - Add performance measurement mark prior to entering wifi panel.
2015-04-08 08:13:43 -07:00
Szu-Yu Chen [:aknow]
35e7f7c4b4 Bug 1147842 - Test system message telephony-call-ended. r=hsinyi 2015-04-08 18:01:28 +08:00
Jon Coppeard
2319197592 Bug 1149526 - Check HeapPtrs have GC lifetime r=terrence 2015-04-08 10:27:51 +01:00
J. Ryan Stinnett
599d0d997a Bug 1134166 - Check for project when updating toolbox state. r=me 2015-04-08 04:09:42 -05:00
J. Ryan Stinnett
d58232d80a Bug 1134166 - Close toolbox if selected app dies. r=ochameau 2015-04-08 04:09:42 -05:00
J. Ryan Stinnett
bd15455765 Bug 1134166 - Restart toolbox if selected app re-opens. r=ochameau 2015-04-08 04:09:42 -05:00
B2G Bumper Bot
59c7f51af3 Bumping manifests a=b2g-bump 2015-04-08 02:02:17 -07:00
B2G Bumper Bot
9d26531717 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1151723 - Use 'window' explicitly r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/0dbf84de91b1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1151723 - Use 'window' explicitly
2015-04-08 02:00:07 -07:00
B2G Bumper Bot
799cbd5b96 Bumping manifests a=b2g-bump 2015-04-08 01:42:56 -07:00
B2G Bumper Bot
675b299f24 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/869fab213dee
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1152002 - merge pull request #29381 from julienw:1152002-disable-e10s to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f1c125a41012
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1152002 - Disable e10s in Gaia DEBUG profile -- again r=ricky
2015-04-08 01:40:22 -07:00
Jocelyn Liu
9cb9dfba41 Bug 1140951 - Implement start/stopNotifications for GATT client API. r=shuang, r=mrbkap 2015-04-08 13:49:28 +08:00
Jocelyn Liu
59a5aeb875 Bug 1132343 - Patch2: Replace setPairingConfirmation() with accept() in marionette test due to API change. r=shuang 2015-04-08 13:49:21 +08:00