B2G Bumper Bot
27576336e3
Bumping manifests a=b2g-bump
2014-05-08 13:16:37 -07:00
B2G Bumper Bot
a1b7a356f9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/22be86b1e87e
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #18961 from DouglasSherk/1006133-sms-deletion-tests
Bug 1006133 - [Messages] Add tests for UI message deletion. r=azasypkin
========
https://hg.mozilla.org/integration/gaia-central/rev/a69ee3434699
Author: DouglasSherk <github@sherk.me>
Desc: Bug 1006133 - [Messages] Add tests for UI message deletion. r=azasypkin
2014-05-08 13:11:51 -07:00
Ryan VanderMeulen
a26c789245
Merge m-c to b2g-inbound.
2014-05-08 16:06:32 -04:00
Andrew Halberstadt
d08844b29d
Bug 1000883 - Remove mochitest-specific network hack from b2g emulator reftests, r=AutomatedTester
2014-05-08 15:24:32 -04:00
Ben Turner
887182107f
Bug 1007398 - Properly handle racing destruction of PTelephonyChild actors, r=hsinyi.
2014-05-08 11:41:58 -07:00
B2G Bumper Bot
7474a3623e
Bumping manifests a=b2g-bump
2014-05-08 11:16:34 -07:00
B2G Bumper Bot
b7cd7e3956
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9f6a7686bb24
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #16433 from jrburke/bug940132-email-drawer
Bug 940132 - [email] change drawers to slide down r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/b67d30b1994b
Author: jrburke <jrburke@gmail.com>
Desc: Bug 940132 - [email] change drawers to slide down
2014-05-08 11:10:35 -07:00
B2G Bumper Bot
ad0f8f378c
Bumping manifests a=b2g-bump
2014-05-08 10:51:24 -07:00
B2G Bumper Bot
679d69e111
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/246baa233b51
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #18970 from jrburke/bug940512-calendar-drawer-new
Bug 940512 - [calendar] change drawers to slide down UX r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/0df62dd52212
Author: jrburke <jrburke@gmail.com>
Desc: Bug 940512 - [calendar] change drawers to slide down UX for better integration with Haida app edge swiping
2014-05-08 10:45:57 -07:00
Irving Reid
bc5cfdf00d
Bug 1000695 - Part 2: Yield to event loop after receiving onInstallEnded, rewrite to Task.jsm. r=unfocused
2014-05-07 11:04:25 -04:00
Irving Reid
153a2db11a
Bug 1000695 - Part 1: Rewrite backgroundUpdateCheck() to Task.jsm based async. r=unfocused
2014-05-07 10:48:10 -04:00
Ryan VanderMeulen
f56df40785
Backed out changesets 1d9b6d754b9d and 73782d1e750c for landing with the wrong bug number.
2014-05-08 14:12:58 -04:00
Irving Reid
6d1f4ff346
Bug 995027: Wait for async getAllAddons, correctly clean up timers; r=bsmedberg
2014-05-08 11:41:36 -04:00
Irving Reid
df8c5458a8
Bug 1000695: #2 yield to event loop after receiving onInstallEnded, rewrite to Task.jsm; r=unfocused
2014-05-07 11:04:25 -04:00
Irving Reid
81428f0f5b
Bug 100695: #1 Rewrite backgroundUpdateCheck() to Task.jsm based async; r=unfocused
2014-05-07 10:48:10 -04:00
Benjamin Smedberg
92c97a4e91
Bug 1007389 - Implement plugin whitelist round 2, r=gfritzsche
...
--HG--
extra : rebase_source : 0ade8e9c73cd90f87409d01987ddcea0f406006c
2014-05-07 18:43:55 -04:00
James Long
fa08d3e84c
Bug 995252 - Always remove a breakpoint and create a new one when setting the condition. r=past
2014-05-07 11:41:00 -04:00
Branislav Rankov
b773dc9360
Bug 994716 - IonMonkey MIPS: Add changes to MIPS code during upload process, part 3. r=nbp
2014-05-07 14:37:21 +02:00
Bevis Tseng
d155b169f5
Bug 1006318 - Assign values in constructor to ensure these properties are created per instance. r=vyang
2014-05-06 17:22:25 +08:00
Benjamin Chen
f91d7f3d9e
Bug 1000195 - Fix the auto-play path by calling MediaDecoder::NotifySuspendedStatusChanged. r=sworkman, r=ettseng
2014-05-08 14:30:30 +08:00
Dave Huseby
5c4d7906b9
Bug 972075 - Add profile markers from browser element event synthesis. r=BenWa, r=vingtetun
2014-05-05 16:41:00 -04:00
Ted Mielczarek
159f8c076d
bug 815002 - allow using loopback devices in WebRTC mochitests on Linux when available. r=jsmith,jmaher
2014-05-01 07:18:00 -04:00
Ted Mielczarek
66c2b15d4a
bug 999072 - fix leak in MediaManager loopback device pref checks, enable them for non-DEBUG. r=jesup
2014-05-08 14:18:40 -04:00
Andrew McCreight
e62951375f
Bug 1005500 - Use a separate linear scan pass to mark nodes white in ScanRoots. r=smaug
...
The existing code for ScanRoots looks at all traversal roots in the graph,
and floods white or black from them. This can take up a large chunk of the
Scan/Unlink slice of ICC, maybe because graph traversal has poor locality.
Outside of a leak, the cycle collector graph is usually only large when
there is a lot of garbage (95% or more of the graph), so we want to
speed up white marking.
To do this, I add a new pass that scans every node and directly sets the
color of any node that should be white, without flooding. This is very
fast. Then a second pass floods black from any remaining grey nodes.
On the page close CC for a real page, I measured a 10x improvement in
ScanRoots() time with this algorithm, from 3ms to 0.3ms.
2014-05-08 11:28:03 -07:00
Marco Castelluccio
2ac1a1eda2
Bug 1001948 - Attempt to remove files more than once in the Windows cleanup functions in toolkit/webapps/ tests. r=myk,Yoric,tabraldes
2014-05-08 20:06:26 +02:00
Dan Gohman
4402335aba
Bug 1004220 - IonMonkey: Add a dump() for MResumePoint r=nbp
2014-05-08 09:56:38 -07:00
Dan Gohman
71e5d10cfc
Bug 716647 follow-up - Add a #include to fix non-unified build bustage. r=bustage
2014-05-08 09:56:21 -07:00
Brian Hackett
89b678d587
Bug 984537 - Keep JIT code around for compartments with Ion frames on the stack when triggering GC, r=jandem.
2014-05-08 11:21:36 -07:00
Jan de Mooij
6f02ccddde
Bug 964915 part 5 - Add some comments to BaselineIC.cpp to warn about outerization. r=bz
2014-05-08 16:52:41 +02:00
Jan de Mooij
1eaac875b7
Bug 964915 part 3 - Optimize window.foo in Ion by doing the get on the global instead. r=bz,efaust
2014-05-08 16:51:14 +02:00
Philipp Sackl
fc85cc1d9f
Bug 994954 - Improve the design of loading throbbers. r=mak
2014-04-30 13:36:00 -04:00
Mark Finkle
4f6f957a0f
Bug 1007095 - Add UI telemetry for Reader actions r=lucasr
2014-05-08 09:10:39 -04:00
Mike de Boer
d593dc6801
Bug 1006490: revert changes made to the print button tooltip in bug 979479. r=dao.
2014-05-08 14:35:43 +02:00
Carsten "Tomcat" Book
bebf504b27
Merge mozilla-central to fx-team
2014-05-08 14:32:22 +02:00
Carsten "Tomcat" Book
0dcd1d43bb
merge b2g-inbound to mozilla-central
2014-05-08 14:02:20 +02:00
Carsten "Tomcat" Book
09a4b674cc
merge fx-team to mozilla-central
2014-05-08 13:57:32 +02:00
Carsten "Tomcat" Book
63b10fed0b
merge mozilla-inbound to mozilla-central
2014-05-08 13:46:32 +02:00
Mike de Boer
e6e73a8258
Bug 947344: add more shortcut tooltip and label helpers where possible. r=mconley.
2014-05-08 11:14:20 +02:00
Carsten "Tomcat" Book
978cb2cd2a
Backed out changeset df8bf3b71adb (bug 1006589) for frequent dt1 test failures
2014-05-08 09:26:29 +02:00
John Daggett
5c292798a3
Bug 1007013 - remove gfxFT2FontGroup from header. r=mkato
2014-05-08 15:42:54 +09:00
Nicholas Nethercote
77a95a8e98
Bug 1006300 - Encapsulate and add better documentation and checking for ArenaList. r=jonco.
...
--HG--
extra : rebase_source : b05df6c5e6ac2a501f2f07a9c57cbba75caadaf1
2014-05-07 23:07:33 -07:00
Matt Woodrow
612b02723b
Bug 995871 - Apply CSS transforms in CSS pixel space instead of device pixel space. r=dbaron
2014-05-08 17:35:00 +12:00
B2G Bumper Bot
0cde209743
Bumping manifests a=b2g-bump
2014-05-07 21:42:59 -07:00
B2G Bumper Bot
bdae235bed
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2c31857e3104
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #19044 from EragonJ/bug-1007466
Bug 1007466 - [Setting] DSDS related panels can't work when testing on N...
========
https://hg.mozilla.org/integration/gaia-central/rev/49560b195964
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1007466 - [Setting] DSDS related panels can't work when testing on Nightly
2014-05-07 21:40:51 -07:00
B2G Bumper Bot
5e439f4e69
Bumping manifests a=b2g-bump
2014-05-07 21:21:35 -07:00
B2G Bumper Bot
7c8de9bf71
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/773bc13adf6e
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #18556 from yurenju/l10n
Bug 968666 - multilocale.js should be a standalone build script which ca... r=@ochameau f=@Pike
========
https://hg.mozilla.org/integration/gaia-central/rev/6d7b4c42d433
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 968666 - multilocale.js should be a standalone build script which can be executed by macro |run-js-command|
========
https://hg.mozilla.org/integration/gaia-central/rev/246958d3bbb2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1005272 - Disable intermittent failing test, test_settings_change_keyboard_language.py
2014-05-07 21:16:03 -07:00
Richard Newman
d122cf41ba
Bug 995412 - Graphic assets for desktop Sync should be run through an optimizer to reduce size. r=trivial DONTBUILD
2014-05-07 21:00:41 -07:00
Mark Finkle
095a3dde1e
Bug 1006670 - bustage fix r=bustage
2014-05-07 23:51:02 -04:00
Edwin Flores
aed4cd05ba
Bug 977089 - Don't pass ID3 headers to GStreamer r=cpearce
2014-05-08 15:49:31 +12:00
Nick Alexander
c996c1c767
Bug 1004556 - Expose list of shipped locales to Fennec Java code. r=glandium
2014-05-07 20:21:22 -07:00