Commit Graph

159136 Commits

Author SHA1 Message Date
Gaia Pushbot
956aa42903 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb3375b96956
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #14350 from snowmantw/issue946139

Bug 946139 - [LockScreen] Make lockscreen unlocking strategy customizable

========

https://hg.mozilla.org/integration/gaia-central/rev/bbc0e5695321
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 946139 - [LockScreen] Make lockscreen unlocking strategy customizable.
2013-12-04 22:20:23 -08:00
Andreas Gal
e6549702a5 Bug 946541 - Fix Skia cache purging. r=gw280 2013-12-04 23:52:03 -05:00
Chris Peterson
e77c67135d Bug 946116 - Remove unused isResumedSession variable from nsNSSCallbacks.cpp. r=bsmith 2013-12-03 21:07:29 -08:00
Nicholas Nethercote
803d8a5bcc Bug 943660 (part 2) - Remove remnants of Remove nsIMemoryReporter::name.
--HG--
extra : rebase_source : 900bd1c641b26623cccf14d952b5387223b489eb
2013-12-03 20:01:24 -08:00
Max Jonas Werner
d381473051 Bug 892148 - Make DTLS fingerprint accessible from JS r=abr 2013-12-04 15:36:00 -06:00
Kyle Huey
dc16cac3af Bug 934563: Use the safe JSContext since it will always exist. r=bholley
--HG--
extra : rebase_source : 828e6c0c3f9bbc689a791839545cb403a0d2e03d
2013-12-04 11:53:50 -05:00
Kyle Huey
4421c2e1ad Bug 933497: Teach ObjectWrapper.jsm to deal with Typed Arrays. r=bholley
--HG--
extra : rebase_source : ed6d5f41e302e7e0d721f533c9cdb773b381fc4f
2013-12-04 11:53:21 -05:00
Bobby Holley
acb9e755bd Bug 932906 - Exempt Remote XUL from CanCreateWrapper checks. r=bz 2013-12-04 19:15:40 -08:00
Bobby Holley
2cd2b2d5d1 Bug 943152 - Tests. r=jgriffin 2013-12-04 19:15:40 -08:00
Martijn Wargers
995f82531d Bug 943152 - Remove ChromePowers from mochitest-chrome, r=jmaher 2013-12-04 19:15:40 -08:00
Ryan VanderMeulen
d72c6b7d7e Backed out changeset 8b33af450fc6 (bug 945632) for OSX asserts.
CLOSED TREE
2013-12-04 22:03:29 -05:00
Nicholas Nethercote
84eb42e808 Bug 943744 (part 3) - Re-use the |strings| table from the zone with the most strings when computing totals. r=till.
--HG--
extra : rebase_source : 3fa7b4249526ffcfbadd108aa55e7e9e5f0c8ebf
2013-12-04 03:54:54 -08:00
Alan Huang
888891e62b Bug 931456 - Initialize the chrome process pid information while we are constructing OpenFileFinder. r=dhylands 2013-12-04 10:24:36 +08:00
Gaia Pushbot
3dafe8688a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8049c53d41a6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14384 from yurenju/bug946480

Bug 946480 - Run adb remount when installing apps r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/3bf72a973eb5
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 946480 - Run adb remount when installing apps
2013-12-04 20:45:28 -08:00
Phil Ringnalda
17531991b9 Merge m-c to b-i 2013-12-04 20:30:29 -08:00
Gaia Pushbot
ace78ad7a8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3f3d1359afa3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #14354 from timdream/wallpaper-size

Bug 945098 - Don't hardcode HVGA in wallpaper selection, r=arthurcc, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/678703a42de0
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 945098 - Don't hardcode HVGA in wallpaper selection
2013-12-04 20:10:24 -08:00
Robert O'Callahan
6f9e8fc89d Bug 938772. Don't give the anonymous poster <img> an empty 'src' attribute if we don't have a 'poster' attribute. r=cpearce 2013-12-04 14:06:16 +13:00
Guillaume Abadie
dbaf907aa4 bug 945243 - Fixes WebGL conformance test failures for the WEBGL_draw_buffers extension - r=jgilbert 2013-12-07 10:23:33 +01:00
Ehsan Akhgari
dc528200e2 Bug 947299 - Don't build ICU as a shared library when building JS in standalone mode; r=glandium
X-Git-Commit-ID: 4664ac89e5ef60181b1c783cced3c323d11d6e43

--HG--
extra : rebase_source : 9340c2e547459f1f001d7eae8eab61e8e29ec114
2013-12-06 21:07:02 -05:00
Jan Gerber
bca185af77 Bug 833023 - Enable VP9 playback in HTML media elements. r=kinetik 2013-12-03 16:21:00 -08:00
Jan Gerber
7daba17fb2 Bug 918550 - Update libvpx to 1.3.0 r=glandium,cpearce
This updates our in-tree copy of libvpx to the
v1.3.0 git tag (2e88f2f2ec777259bda1714e72f1ecd2519bceb5)
libvpx 1.3.0 adds support for VP9. VP9 support is built
but not yet exposed with this commit.

Our update.sh script is replaced with update.py that can
update the build system to a given git commit.
 - checkout out upstream git
 - create platform dependend config files
 - add/remove changed libvpx files
 - update moz.build
 - warn about new build categories in libvpx
2013-12-06 03:19:00 -08:00
Andrea Marchesini
8ea43b266a Bug 947134 - Enable datastore/tests/test_certifiedApp.html for B2G Emulator, r=ehsan 2013-12-06 16:40:49 +00:00
Andy Wingo
37b518d477 Bug 945813 - Paper over cycle collection problem in IndexedDB. r=mccr8, r=khuey 2013-12-04 14:53:25 +01:00
Dan Glastonbury
7fdecb4012 Bug 945023 - Extract CreateTextureXXX and CreateRenderbufferXXX from GLContext. r=bjacob 2013-12-06 10:36:13 -05:00
Byron Campen [:bwc]
c9afbaa42d Bug 942940 - Fix a potential memory leak. r=abr 2013-12-03 16:11:29 -08:00
Jared Wein
b9828c76ab Bug 945191 - Australis' combined buttons show wrong context menu options when they are in the toolbar. r=Gijs, DONTBUILD 2013-12-03 18:27:10 -05:00
Gijs Kruitbosch
5411c17163 Backed out changeset d5a62078b4f2 (bug 945191) for commit msg without 'Australis' 2013-12-04 10:59:43 +01:00
Carsten "Tomcat" Book
fac3a9156f merge b2g-inbound to mozilla-central 2013-12-04 09:47:17 +01:00
Carsten "Tomcat" Book
89865a56a9 merge fx-team to mozilla-central 2013-12-04 09:42:09 +01:00
Richard Newman
b657005a37 Bug 941844 - Part 3: additional Robocop checks for page titles. r=trivial 2013-12-03 20:21:33 -08:00
Karl Tomlinson
7b0cbc2530 test for bug 937475
--HG--
extra : transplant_source : %BC%9F%D3%7FB%A2%93%F45%0E%A7%FD%BCXK%7D%D6I%29%8C
2013-12-04 14:40:38 +13:00
Karl Tomlinson
91d1b9d3c6 b=937057 remove resampler latency from BufferSource playback r=padenot
--HG--
extra : transplant_source : /pU%E1%EC%93%1F%04%29%7D%86%E7%C2%21%F6k%15%C0Bm
2013-12-04 14:20:12 +13:00
Reuben Morais
ca5ce8437a Bug 906226 - Move shared test code to a single file. r=gwagner 2013-12-03 23:07:59 -02:00
Jared Wein
54c64af20a Bug 945191 - Combined buttons show wrong context menu options when they are in the toolbar. r=Gijs 2013-12-03 18:27:10 -05:00
Tim Abraldes
71bf06d6b8 bug 903284 and bug 895686 - Add updated icons for contextual app bar. Change "unpin" to "hide" for bookmarks and history. r=sfoster 2013-12-03 15:19:00 -08:00
Matthew Noorenberghe
4994826db0 Bug 941387 - [Australis] UITour: Implement the new highlight styling and animation. ui-r=mmaslaney r=Unfocused 2013-12-04 22:12:57 -08:00
Wes Johnston
22195de062 Bug 942680 - Place search pane below actionbar. r=lucasr 2013-12-04 21:20:19 -08:00
Wes Johnston
33cb028f34 Bug 943513 - Update visual style of action modes. r=lucasr 2013-12-04 08:35:58 -08:00
Phil Ringnalda
4ab42b9d9c Merge m-c to f-t 2013-12-04 20:29:00 -08:00
Sam Foster
9e9759a290 Bug 917429 - add back the fixed watermark. r=rsilveira 2013-12-04 19:33:17 -08:00
Margaret Leibovic
60712ffec0 Bug 943466 - Fix copy/cut errors in SelectionHandler. r=wesj 2013-12-03 14:47:37 -08:00
Richard Newman
1455270433 Bug 945832 - java.lang.IllegalStateException: No ContextGetter; cannot fetch prefs. on rotation or system locale change. r=wesj 2013-12-03 15:05:43 -08:00
Richard Newman
9ca672e19b Bug 936756 - Switch locales via pref, not via system locale setting. r=mfinkle,sriram (relanded as one patch) 2013-12-03 15:05:43 -08:00
Ryan VanderMeulen
6450fdfeea Merge m-c to b-i. 2013-12-03 17:43:24 -05:00
Mike Hommey
728c45d666 Bug 943728 - Fixup for multilocale builds. r=me 2013-12-04 07:28:03 +09:00
Mike Hommey
2827b48400 Bug 937005 - Make the original fix actually do something. r=ted 2013-12-04 07:15:40 +09:00
Ryan VanderMeulen
3a321fc540 Merge b2g-inbound to m-c. 2013-12-03 17:04:22 -05:00
Andrew Halberstadt
d5fa0c3142 Bug 922680 - Add ability to run b2g emulator reftests oop, r=jgriffin 2013-12-03 17:02:39 -05:00
Ryan VanderMeulen
191e8bf84e Merge m-c to b-i. 2013-12-03 17:06:05 -05:00
Ryan VanderMeulen
c3d3e82743 Merge inbound to m-c. 2013-12-03 16:45:17 -05:00