Commit Graph

223958 Commits

Author SHA1 Message Date
B2G Bumper Bot
9b4087b99a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bb0703b0aa9d
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #27339 from dwi2/bug1115633

Bug 1115633 - [Stingray] Unpin app in App-Deck using IAC and uninstall app, r=rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/3b9af58fd266
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1115633 - [Stingray] Unpin app in App-Deck using IAC and uninstall app

========

https://hg.mozilla.org/integration/gaia-central/rev/965fbcc926a0
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #27368 from weilonge/seanlee/STK/master/Bug1119633

Bug 1119633 - Add Send SS, Send USSD and Send SMS default message. r=frsela

========

https://hg.mozilla.org/integration/gaia-central/rev/4f267edb3848
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1119633 - Add Send SS, Send USSD and Send SMS default message.
2015-01-15 21:59:48 -08:00
Phil Ringnalda
8510be4ace Bug 1122067 followup: in the land without OS X, there is no RESPATH, only BINPATH
CLOSED TREE
2015-01-15 21:15:47 -08:00
B2G Bumper Bot
fc2d5e8f1a Bumping manifests a=b2g-bump 2015-01-15 21:01:23 -08:00
Jean-Yves Avenard
1405328928 Bug 1121342: Re-search for Moof if an initial attempt to find it failed. r=kentuckyfriedtakahe
--HG--
extra : rebase_source : 009d8048a8917d5ff1a1660b0b6cf8220743cba8
2015-01-16 15:48:43 +11:00
Jean-Yves Avenard
4aa51c0ecc Bug 1121342: Re-Request audio or video to decode first frame after a failed attempt. r=cpearce
--HG--
extra : rebase_source : 3434fc4a46cc32622241cc2e36a713bf38623b6a
2015-01-16 15:48:40 +11:00
Nicholas Nethercote
bf937eb0ab Bug 1121830 - DMD: add "num" property to blocks in the output. r=mccr8.
The new "num" property lets identical blocks be aggregated in the output. This
patch only uses the "num" property for dead blocks, because that's where the
greatest potential benefit lies, but it could be used for live blocks as well.

On one test case (a complex PDF file) running with --mode=cumulative
--sample-below=1 this patch had the following effects.

- Change in running speed was negligible.

- Compressed output file size dropped from 8.8 to 5.0 MB.

- Compressed output file size dropped from 297 to 50 MB.

- dmd.py runtime (without stack fixing) dropped from 30 to 8 seconds.

--HG--
extra : rebase_source : 46a32058cd5c31cd823fe3f1accb5e68bcd320f3
2015-01-15 20:38:38 -08:00
Nicholas Nethercote
4dd11eefe4 Bug 1122337 - Mark DMD directories as FAIL_ON_WARNINGS. r=glandium.
The DEFINES and XPCOM_API changes are needed to get rid of "inconsistent dll
linkage" warnings on Windows builds.

--HG--
extra : rebase_source : 00756f51ebee85c70f65d51dbac17b4835262697
2015-01-15 21:17:18 -08:00
Birunthan Mohanathas
11ebbbf7d4 Bug 1060696 - Remove nsISupportsObsolete.h. r=froydnj 2015-01-16 07:34:51 +02:00
Birunthan Mohanathas
78413a64fb Bug 1060696 - Remove NS_INIT_ISUPPORTS. r=froydnj 2015-01-16 07:34:46 +02:00
Birunthan Mohanathas
85214379b3 Bug 1121451 - Fix 'truncation of constant value' warnings in nsINIParser.cpp. r=froydnj 2015-01-16 07:34:42 +02:00
Shu-yu Guo
aca49c3344 Bug 1121434 - Followup: maybe fix MSVC bullshit on a CLOSED TREE. 2015-01-15 22:39:42 -08:00
Seth Fowler
58dddd9cd3 Bug 1079627 (Followup) Mark test-image-layers-multiple-displayitem.html random on B2G on a CLOSED TREE. r=me
--HG--
extra : amend_source : 9756b4c5a6db8eadb5943cd6e3d6f4aa37cb398d
2015-01-15 21:52:33 -08:00
Shu-yu Guo
2f9b414959 Bug 1121434 - Followup: fix js bustage on a CLOSED TREE. (r=me) 2015-01-15 21:01:23 -08:00
Phil Ringnalda
9e37c59be0 Backed out 2 changesets (bug 1095218) on suspicion of causing b2g mochitest-6 failures and hangs
CLOSED TREE

Backed out changeset f666641df41e (bug 1095218)
Backed out changeset 5f513dc1a248 (bug 1095218)
2015-01-15 20:44:18 -08:00
Seth Fowler
80905be95c Bug 1120271 - Add compacting support for SourceBuffer. r=tn 2015-01-15 20:28:38 -08:00
Shu-yu Guo
34613cd799 Bug 1122246 - Make StaticEvalScope a ScopeObject instead of NestedScopeObject to not confuse the bytecode emitter. (r=luke) 2015-01-15 20:22:24 -08:00
Shu-yu Guo
274b94cd4d Bug 1121434 - Rename ExecutionMode to AnalysisMode. (r=jandem) 2015-01-15 20:22:24 -08:00
Chris Double
562454d806 Bug 1055904 - Improve MSE eviction calculation - r=jya
Fixes a bug in the SourceBufferResource eviction code where it was
using the mOffset of the resource as the min bound for what to evict.
This offset is almost always zero though due to ReadFromCache being
used which never updates the offset. This prevented eviction from
happening in most cases.

Moves the code to remove old decoders so that it does this during
the same loop as that which remove data from existing decoders.
This more aggressively prunes old decoders and is more likely to
keep data in the current playing decoder around for seeking, etc.

Prevent removing any decoder that the MediaSourceReader is
currently using for playback to prevent RemoveDecoder crashes.

Add a threshold to subtract from the current time when working out
the time bound to evict before to make it less likely to evict
current data that is needed for current playback.

Remove all data from evicted decoders in the initial iteration then
iterate after to remove empty decoders to put the RemoveDecoder
logic in one place.

Iterate decoders in order that they were added rather than sorted
by time so the logic that removes entire decoders can do it only
to those old decoders that existed before the existing one was
created.

Keeps track of the time that was evicted from the current decoder
and uses that as the time to EvictBefore for all decoders in the
track buffer when doing MediaSource::NotifyEvict.

--HG--
extra : rebase_source : f7b4fe263a8041b3882585caea389742b2a1a9b3
2015-01-16 16:14:56 +13:00
J. Ryan Stinnett
5745fb755f Bug 1093387 - Better WebIDE runtime error handling. r=ochameau 2015-01-15 20:23:15 -06:00
J. Ryan Stinnett
4a709bdaee Bug 1122123 - Fix WebIDE tests with async promises. r=me 2015-01-15 20:16:55 -06:00
J. Ryan Stinnett
58739d6e53 Bug 1122067 - Add nsICompartments to package manifests. r=blassey 2015-01-15 20:10:57 -06:00
Wes Kocher
f0d792bc71 Merge m-c to fx-team a=merge 2015-01-15 17:58:41 -08:00
Wes Kocher
f7a8170b81 Bug 1113935 - Disable browser_dbg_bfcache.js r=me,a=me
--HG--
extra : amend_source : da07d071a89c224f9da43b8a72447a31fc30405a
2015-01-15 17:12:46 -08:00
Wes Kocher
83176f0a30 Merge fx-team to m-c a=merge 2015-01-15 17:06:55 -08:00
Wes Kocher
b551740870 Merge inbound to m-c a=merge 2015-01-15 16:14:14 -08:00
Wes Kocher
6f53ff1493 Merge b2g-inbound to m-c a=merge 2015-01-15 15:35:42 -08:00
Mark Capella
1aae7b497e Bug 851861 - Intermittent testFlingCorrectness, etc al. dragSync() consumers, r=kats 2015-01-15 17:49:43 -05:00
B2G Bumper Bot
8e083e5984 Bumping manifests a=b2g-bump 2015-01-15 14:33:26 -08:00
B2G Bumper Bot
77a7705e75 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1764121939b8
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Bug 1005331 - JSHint fixes for shared/js/media/ r=kgrandon"

This reverts commit f11e0bcf952bcd8ad8a1d2e5c272dce3b4c1c120.
2015-01-15 14:31:49 -08:00
Ryan VanderMeulen
8a77afae6f Backed out changeset 553cdfa00c2b (bug 1067145) for browser_responsiveui.js failures on a CLOSED TREE. 2015-01-15 17:06:07 -05:00
Robert Strong
b13915d813 Verify Firewall service is running before adding Firewall exceptions - Bug 1120673 - Fx 35 installer crashes on XP x86 SP3 at the end (creating shortcuts) if the xp firewall service is stopped. r=bbondy, a=RyanVM to land directly on m-c 2015-01-15 13:13:13 -08:00
Jared Wein
8f51b62098 Bug 1115717 - Warning dialog when exiting Private Browsing with active downloads could be made less technical. r=paolo
--HG--
extra : rebase_source : eef8230916b779cb1bc7fb640ad68dc1123bfd2c
2015-01-15 16:04:34 -05:00
B2G Bumper Bot
472a6c4557 Bumping manifests a=b2g-bump 2015-01-15 12:59:36 -08:00
B2G Bumper Bot
120e1078b0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cbfc4411f6da
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #27426 from millermedeiros/846940-prevdate

Bug 846940 - [Calendar] allow to create an event on past dates by tapping the "+" and default time to 8AM r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/30d3933f161e
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 846940 - [Calendar] allow to create an event on past dates by tapping the "+" and default time to 8AM
2015-01-15 12:57:35 -08:00
B2G Bumper Bot
41dc90b107 Bumping manifests a=b2g-bump 2015-01-15 12:29:34 -08:00
B2G Bumper Bot
b9f1dfc1e7 Bumping gaia.json for 16 gaia revision(s) a=gaia-bump
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/1906584a3844
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #27049 from eeejay/bug-1116348

Bug 1116348 - Distinguish between images and videos in label text. r=pdahiya

========

https://hg.mozilla.org/integration/gaia-central/rev/002b37600d83
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1116348 - Distinguish between images and videos in label text.

========

https://hg.mozilla.org/integration/gaia-central/rev/593321252d97
Author: Jim <jporter@mozilla.com>
Desc: Bug 1121229 - [music] Improve testing of ForwardLocked content

========

https://hg.mozilla.org/integration/gaia-central/rev/d69a094153ac
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Revert "Revert "[music] Improve testing of ForwardLocked content"""

This reverts commit 16805f78dae0417485ed6e6382f2475ee7b0e4d0.

========

https://hg.mozilla.org/integration/gaia-central/rev/f99d8bdc4a74
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #27433 from mozilla-b2g/revert-27432-revert-27357-music-fl-tests

Bug 1121229 - [music] Improve testing of ForwardLocked content

========

https://hg.mozilla.org/integration/gaia-central/rev/d02ca4726326
Author: Jim Porter <jporter@mozilla.com>
Desc: Revert "Revert "[music] Improve testing of ForwardLocked content""

========

https://hg.mozilla.org/integration/gaia-central/rev/0fddfad8646a
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #27432 from mozilla-b2g/revert-27357-music-fl-tests

Revert "[music] Improve testing of ForwardLocked content"

========

https://hg.mozilla.org/integration/gaia-central/rev/e4ea0dfc5903
Author: Jim Porter <jporter@mozilla.com>
Desc: Revert "[music] Improve testing of ForwardLocked content"

========

https://hg.mozilla.org/integration/gaia-central/rev/416d0968ada8
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #27357 from jimporter/music-fl-tests

[music] Improve testing of ForwardLocked content

========

https://hg.mozilla.org/integration/gaia-central/rev/d2bff978afe6
Author: Jim <jporter@mozilla.com>
Desc: [music] Improve testing of ForwardLocked content

========

https://hg.mozilla.org/integration/gaia-central/rev/ace507aeff93
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #27255 from russnicoletti/bug-1117696

Bug 1117696 - time duration inconsistent between Gallery and Video r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/8fd60f09cc03
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1117696 - time duration inconsistent between Gallery and Video

========

https://hg.mozilla.org/integration/gaia-central/rev/cfdfc3216385
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #27389 from mcav/clock-double-alarms

Bug 1080295 - [Clock][Alarm] Creating multiple alarms causes one alarm t... r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/66ab00ff3bfc
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1080295 - [Clock][Alarm] Creating multiple alarms causes one alarm to be undeletable.

========

https://hg.mozilla.org/integration/gaia-central/rev/9d64fe3ea887
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1102325 - merge pull request #27058 from anefzaoui:bug-1102325 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6a8cd91175df
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 1102325 - Call log date headers don't cover the entire horizontal space
2015-01-15 12:27:36 -08:00
Ryan VanderMeulen
228d980cda Backed out changesets 178c7164a3cd and 9a7ee9cb2247 (bug 1031203) for bustage.
CLOSED TREE

--HG--
extra : amend_source : 89f9ffb338e7305ae3c3c7f100744570aec95d06
2015-01-15 14:42:54 -05:00
Jehan
345811f416 Bug 1114357 - Firefox does not understand XF86 ZoomIn and ZoomOut keys. r=masayuki 2015-01-15 20:00:58 +01:00
B2G Bumper Bot
260e4b8860 Bumping manifests a=b2g-bump 2015-01-15 09:41:50 -08:00
B2G Bumper Bot
3d007042b2 Bumping gaia.json for 12 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9e7e902c912c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27243 from mancas/bug1114523

Bug 1114523 - [Flame][Homescreen]The "OK", "Close" and "back" button can...

========

https://hg.mozilla.org/integration/gaia-central/rev/62a9660df56c
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1114523 - [Flame][Homescreen]The "OK", "Close" and "back" button can't be displayed.

========

https://hg.mozilla.org/integration/gaia-central/rev/abb32506c586
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27236 from tauzen/Bug1112478_del_tag_discovered

Bug 1112478 - [NFC] Removal of nfc-tag-discovered activity, r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/0b088ac09d48
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1112478 - [NFC] Removal of nfc-tag-discovered activity, r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/8fba4dfa2493
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26251 from ADLR-es/search-with-quotes

Bug 1100930 - [Contacts] Search for contacts with quotes is not working

========

https://hg.mozilla.org/integration/gaia-central/rev/91dd63d9712b
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1100930 - [Contacts] Search for contacts with quotes is not working

========

https://hg.mozilla.org/integration/gaia-central/rev/4fee897d07a6
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26440 from mancas/bug1097296

Bug 1097296 - [Window Management] Battery, Signal and time on the status...

========

https://hg.mozilla.org/integration/gaia-central/rev/68a936ecba21
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1097296 - [Window Management] Battery, Signal and time on the status bar will appear behind download update overlay

========

https://hg.mozilla.org/integration/gaia-central/rev/7150e6f9d539
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26691 from mozfreddyb/origin-mozfreddyb/bug-989964-duckduckgo

Bug 989964: add duckduckgo to search providers

========

https://hg.mozilla.org/integration/gaia-central/rev/aa0ccc56bfd0
Author: Frederik B <fbraun+gh@mozilla.com>
Desc: Bug 989964: add duckduckgo to search providers

========

https://hg.mozilla.org/integration/gaia-central/rev/89bf06b569cf
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #27356 from punamdahiya/Bug1118934

Bug1118934-[Gallery]-Fix of bottom thumbnails overlapped by toolbar in list view r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/104c46fd0b0d
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug1118934-[Gallery]-Fix of bottom thumbnails overlapped by toolbar in list view r=djf
2015-01-15 09:36:41 -08:00
Joel Maher
aaa33b4337 Bug 1041500 - Enable run-by-dir mode for mochitest-devtools. r=RyanVM
CLOSED TREE
2015-01-15 10:00:00 -05:00
Brian Grinstead
613d89d4e4 Bug 1122113 - Devtools Theme: Make toolbar tabs more narrow by default. r=pbrosset
CLOSED TREE
2015-01-15 09:53:00 -05:00
Carsten "Tomcat" Book
d3d19914b9 merge mozilla-inbound to mozilla-central a=merge 2015-01-15 14:12:10 +01:00
Carsten "Tomcat" Book
229e2d3a33 merge fx-team to mozilla-central a=merge 2015-01-15 14:07:12 +01:00
anirudhgp
a2f93ab9ff Bug 1116600 - Change RegExp constructor to RegExp literal. r=mak 2015-01-15 06:25:00 -05:00
Hannes Verschore
4d8309e655 Bug 1118235: Disable AVX for now due to performance regressions, r=jandem 2015-01-15 10:07:09 +01:00
Xidorn Quan
f4e0c9d6ea Bug 1055667 part 7 - Reftests for box properties on ruby boxes. r=dbaron
--HG--
extra : source : 4f6b9fe27d00b364047c0834608eb4c643bc2167
2015-01-15 20:02:11 +11:00
Xidorn Quan
99f047ca5b Bug 1055667 part 6 - Fix border/padding of ruby frame. r=dbaron
--HG--
extra : source : 42391b99e060a7b3c4e281ce2a4fda77cb3e4efc
2015-01-15 20:02:11 +11:00
Xidorn Quan
8a784069eb Bug 1055667 part 5 - Make nsRubyFrame inherit nsInlineFrame. r=dbaron
--HG--
extra : source : 2ebca66c36f692cf29cbeb1eb64c6760bb75847c
2015-01-15 20:02:11 +11:00
Xidorn Quan
439c408a33 Bug 1055667 part 4 - Compute border/padding to zero for rbc & rtc. r=dbaron
--HG--
extra : source : e863414c6ceef1cbfb2b47a3abc64b93500060f8
2015-01-15 20:02:11 +11:00