Commit Graph

165843 Commits

Author SHA1 Message Date
Randell Jesup
aa36c61153 Bug 880419: rollup of existing modifications to libyuv rs=jesup 2014-01-16 17:08:01 -05:00
Randell Jesup
b3f898fdb9 Bug 880419: libyuv import of rev 971 Tue Jan 14 14:04:08 EST 2014 rs=jesup 2014-01-30 19:53:28 -05:00
Eric Faust
c5363b4739 Bug 966044 - Fix unconditional single byte buffer overflow in EbmlComposer::generateHeader(). (r=rillian) 2014-01-30 16:42:00 -08:00
David Keeler
a9ba42182d bug 860076 - remove SkipOcsp for being totally bogus r=briansmith
--HG--
rename : security/manager/ssl/tests/mochitest/browser/browser_certificateManagerLeak.js => security/manager/ssl/tests/mochitest/browser/browser_certViewer.js
2014-01-30 14:55:51 -08:00
Trevor Saunders
578e4a4283 bug 938510 - use gcc from tooltool for everything but b2g desktop and valgrind r=glandium 2014-01-30 16:16:19 -08:00
Jonathan Watt
6e6c591ba5 Bug 960505 - Make it easier for Mozilla code to include ICU headers. r=glandium 2014-01-15 23:45:45 +00:00
Jeff Walden
dd00554d2b Bug 924839 - Update our embedded ICU to 52.1, plus a very few local patches. r=lots of people, see subsequent lines in this commit message for the original subcomponents (merged together for landing), and the original bug for the original patch divisions
Bug 924839 - Remove a patch already part of ICU 52.1.  See http://bugs.icu-project.org/trac/ticket/10283 but also note the relevant code was removed completely upstream.  r=glandium
* * *
Bug 924839 - Remove another patch already part of ICU 52.1.  See http://bugs.icu-project.org/trac/ticket/10290 for that.  r=gaston
* * *
Bug 924839 - Remove another patch already in ICU 52.1.  See http://bugs.icu-project.org/trac/ticket/10045 for more.  r=Norbert
* * *
Bug 924839 - Remove another patch already applied upstream.  See http://bugs.icu-project.org/trac/changeset/32937 for more.  r=gaston
* * *
Bug 924839 - Update the ICU update script to update to 52.1, *without* applying any of our local patches.  r=glandium
* * *
Bug 924839 - Make the ICU update script only do updating within intl/icu/source and nowhere else.  r=glandium
* * *
Bug 924839 - Implement the changes that would be made by |cd intl/; ./update-icu.sh http://source.icu-project.org/repos/icu/icu/tags/release-52-1/;|, run with the prior changesets' changes made (thus not applying any of our local patches).  These changes don't actually work without subsequent adjustments, but this provides a codebase upon which those adjustments can be made, for the purpose of generating local patches to be kept in intl/icu-patches/.  rs=the-usual-suspects
* * *
Bug 924839 - Update the bug 899722 local patch to make runConfigureICU not override CC/CXX on BSD systems.  r=gaston
* * *
Bug 924839 - Update the bug 724533 patch that makes ICU builds with MozillaBuild on Windows.  r=glandium
* * *
Bug 924839 - Import an upstream patch fixing the genrb tool to properly handle the -R (--omitCollationRules) option.  See http://bugs.icu-project.org/trac/ticket/10043 for the original bug report and a link to the ultimate upstream landing.  r=Norbert
* * *
Bug 924839 - Import the upstream fix for http://bugs.icu-project.org/trac/ticket/10486 so that ICU with -DU_USING_ICU_NAMESPACE=0 will compile on Windows.  r=Norbert
* * *
Bug 924839 - Adjust the update script to update ICU, then to apply all local patches (rather than skipping the second step).  Thus if the update script is properly run, now, the final result should be no changes at all to the tree.  NOT REVIEWED YET
* * *
Bug 924839 - Update jstests that depend on CLDR locale data to match CLDR 24.  r=Norbert

--HG--
extra : rebase_source : e993b6e4a507f92d1b1a24949185d00d1f6201f2
2013-11-12 16:23:48 -08:00
Benoit Jacob
4703621d85 Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel 2014-01-30 17:58:51 -05:00
Benoit Jacob
3ee7a2d643 Bug 962784 - Convert ImageTypes.h to typed enums - r=jrmuizel
find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(GRALLOC_PLANAR_YCBCR\|PLANAR_YCBCR\|SHARED_RGB\|CAIRO_SURFACE\|MAC_IOSURFACE\|REMOTE_IMAGE_BITMAP\|SHARED_TEXTURE\|REMOTE_IMAGE_DXGI_TEXTURE\|D3D9_RGB32_TEXTURE\)\($\|[^A-Za-z0-9_]\)/\1ImageFormat::\2\3/g'

find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|ImageFormat\:\:ImageFormat|ImageFormat|g'

find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)STEREO_MODE_\(MONO\|LEFT_RIGHT\|RIGHT_LEFT\|BOTTOM_TOP\|TOP_BOTTOM\)\($\|[^A-Za-z0-9_]\)/\1StereoMode::\2\3/g'

find content/media media/webrtc gfx/layers gfx/tests dom/camera dom/plugins image/src layout/base -type f | grep -v 'gfx/layers/ImageTypes.h' | xargs sed -i 's|StereoMode\:\:StereoMode|StereoMode|g'
2014-01-30 17:58:49 -05:00
Masatoshi Kimura
2df00f12c7 Bug 965961 - Remove unused css selectors for windows versions. r=bz 2014-01-31 07:55:10 +09:00
David Burns
b91e8f4438 Bug 965986: Correct typo in exception in Marionette Wait; r=mdas 2014-01-30 22:38:25 +00:00
Ryan VanderMeulen
af96a89a59 Backed out changeset f434624463d9 (bug 965837) for bustage. 2014-01-30 16:59:57 -05:00
Viktor Stanchev
b7d7a8435b Bug 965837 - Add bool support to mozilla::Atomic. r=froydnj 2014-01-30 16:43:00 -05:00
Jim Chen
c327f8e0b6 Bug 959218 - Avoid race condition when shutting down nsDeleteDir thread. r=mnovotny 2014-01-30 16:43:00 -05:00
Jeff Walden
89d5f2ae13 Bug 948227 - Make the Object.prototype.__proto__ setter strongly warn against its use, for perf reasons (and suggest Object.create instead). r=efaust
--HG--
extra : rebase_source : ef0159fc67ddaab4c46ccfc5a918a37a26d19f87
2014-01-23 14:35:08 -08:00
Jeff Walden
b2a2482904 Bug 948583 - Make __proto__ in object literals use JSObject::setProto, rather than depending on Object.prototype.__proto__. r=jorendorff, r=bholley, r=efaust
--HG--
extra : rebase_source : acd757234ac2838b8c1c9bec971b210499361019
2013-12-18 20:14:17 -05:00
Ryan VanderMeulen
80b4682516 Merge m-c to inbound. 2014-01-30 16:36:04 -05:00
Ryan VanderMeulen
742d660975 Merge b2g-inbound to m-c. 2014-01-30 16:32:42 -05:00
Ryan VanderMeulen
ee08d977c1 Merge fx-team to m-c. 2014-01-30 16:23:01 -05:00
Nikhil Marathe
9318b75552 Bug 918806 - Add Promise to test_interfaces.html on all builds. r=bz
--HG--
extra : rebase_source : dc56e8959919796783698b15864c88a27e49dbfc
2014-01-30 13:14:07 -08:00
Nikhil Marathe
d83e2bf8ed Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
--HG--
extra : rebase_source : a07485081313d6002459bd64e3abf4ebb10b960d
2014-01-30 13:14:03 -08:00
Nikhil Marathe
8473b7af42 Bug 918806 - Enable DOM Promises. sr=bz
--HG--
extra : rebase_source : dbc7ef836fe7c2a71f38fedda004d7f988361a85
2014-01-30 13:14:00 -08:00
B2G Bumper Bot
a596cd00c8 Bumping manifests a=b2g-bump 2014-01-30 11:36:11 -08:00
B2G Bumper Bot
56887e7fc8 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7240a5ab28ef
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15821 from jrburke/bug905940-email-text-font

Bug 905940 - [Buri][Email] E-mail app compose UI uses a non-monospace font r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/afe8d1498d6a
Author: jrburke <jrburke@gmail.com>
Desc: Bug 905940 - [Buri][Email] E-mail app compose UI uses a non-monospace font

========

https://hg.mozilla.org/integration/gaia-central/rev/75c179f3b6ce
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15824 from jrburke/bug964530-email-unselectable-folder

Bug 964530 - [B2G][Email] non-folders are selectable r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/7097d02a44b6
Author: jrburke <jrburke@gmail.com>
Desc: Bug 964530 - [B2G][Email] non-folders are selectable
2014-01-30 11:30:11 -08:00
B2G Bumper Bot
1c09819377 Bumping manifests a=b2g-bump 2014-01-30 10:21:08 -08:00
B2G Bumper Bot
643c2d9221 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/95c85e15e8ba
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #15654 from jaoo/962453

Bug 962453 - [DSDS] Once visit APN setting of one SIM, same APN of another SIM will be changed to "Custom". r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/32dae85bf414
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 962453 - [DSDS] Once visit APN setting of one SIM, same APN of another SIM will be changed to Custom
2014-01-30 10:15:13 -08:00
B2G Bumper Bot
308544b332 Bumping manifests a=b2g-bump 2014-01-30 09:57:47 -08:00
B2G Bumper Bot
3c98fd461f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a92a507a2b0
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #15839 from jaoo/964216-followup

Bug 964216 - follow-up: fix getEnv issue r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/025501f1bc5f
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 964216 - follow-up: fix getEnv issue
2014-01-30 09:57:38 -08:00
Ryan VanderMeulen
4dae254df5 Backed out changeset 93d6dfcc20e7 (bug 958666) for B2G reftest failures. 2014-01-30 12:53:33 -05:00
Gijs Kruitbosch
80e8329a2a Bug 948213 - fix recently closed tabs not closing panel in Australis panel subview, r=jaws
--HG--
extra : rebase_source : 37915c9f0afe0fbcaa7748f14c39d970f25ee0c8
2014-01-30 16:54:13 +00:00
Gijs Kruitbosch
f6385b420d Bug 928843 - start polishing the Australis history view by improving labels, r=jaws
--HG--
extra : rebase_source : 9ad68a9fc7a576168c2e179167b885c77efda2df
2014-01-30 16:53:14 +00:00
B2G Bumper Bot
ca14ec3234 Bumping manifests a=b2g-bump 2014-01-30 08:51:01 -08:00
Neil Deakin
061f773e92 Bug 941051, use one pixel sized instead of zero pixel sized anchor rectangles to prevent it from being treated as empty during intersection with screen test, fixes arrow panel placement issues, r=neil 2014-01-30 11:48:09 -05:00
B2G Bumper Bot
92acd1745c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/888d0e718e08
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #15835 from comoyo/build-keyboard

Bug 964216 - Use build_stage to build keyboard app. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/b77ac420c125
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 964216 - Use build_stage to build keyboard app
2014-01-30 08:45:13 -08:00
Gijs Kruitbosch
7e89cec279 Bug 965602 - dragexit should always reset dragoveritem in Australis' customize mode, r=mikedeboer
--HG--
extra : rebase_source : 4dafeae0c81076a11703466af76c23248477a09a
2014-01-30 16:30:52 +00:00
Patrick Brosset
4dec130419 Bug 964014 - Adds copy-image-data-uri option to images in the markup-view, r=harth 2014-01-30 17:33:53 +01:00
Ethan Tseng
4fc1d40c03 Bug 962309 - Video RTSP support should be disabled in 1.3. r=sworkman 2014-01-30 08:58:24 +08:00
Alfredo Yang
3aa7145fee Bug 959021 - Rename HAS_AUDIO/HAS_VIDEO and add swap in/out frame data. r=cpearce 2014-01-30 11:06:11 -05:00
Sola Ogunsakin
562d9ac5d8 Bug 965070 - Support GridViews in dynamic panels. r=lucasr 2014-01-29 16:37:58 -08:00
Randy Lin
2dd61040f8 Bug 957841 - Test case for MediaRecorder crash [@ mozilla::dom::MediaRecorder::Session::AfterTracksAdded]. r=jsmith 2014-01-29 23:09:46 +08:00
Randy Lin
501eac5dc4 Bug 957841 - MediaRecorder crash [@ mozilla::dom::MediaRecorder::Session::AfterTracksAdded]. r=roc 2014-01-29 23:09:43 +08:00
B2G Bumper Bot
1fe66e10ad Bumping manifests a=b2g-bump 2014-01-30 07:05:58 -08:00
B2G Bumper Bot
172c76390e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ba7efaf080eb
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 960280 - Generate canvases that are not displayed with the appropriate tag to reduce memory usage r=arcturus
2014-01-30 07:05:10 -08:00
Dale Harvey
d28257ce0b Bug 958666 - Disable autofocus on b2g. r=vingetun 2014-01-30 14:50:14 +00:00
B2G Bumper Bot
f463002166 Bumping manifests a=b2g-bump 2014-01-30 05:36:00 -08:00
B2G Bumper Bot
d2246be33b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cc6bfe9d45c4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 965380 - [Search] Abstract local result rendering r=daleharvey
2014-01-30 05:35:10 -08:00
B2G Bumper Bot
b245de4e18 Bumping manifests a=b2g-bump 2014-01-30 05:06:12 -08:00
B2G Bumper Bot
446a01d2b2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/df44abce9cf0
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15668 from mukeshk1990/Bug_947086_Dialer_may_call_CDMA-specific_bluetooth_functions_on_non-CDMA_phone

Bug 947086 - [Dialer] Dialer may call CDMA-specific bluetooth functions r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4c06e7973b59
Author: mukeshk1990 <mukeshk1990@gmail.com>
Desc: Bug 947086 - [Dialer] Dialer may call CDMA-specific bluetooth functions on non-CDMA phone
2014-01-30 05:00:10 -08:00
Carsten "Tomcat" Book
ee3229a280 Merge mozilla-central to b2g-inbound 2014-01-30 12:31:53 +01:00
Carsten "Tomcat" Book
4bb9a9f598 merge b2g-inbound to mozilla-central 2014-01-30 10:59:15 +01:00