Commit Graph

335652 Commits

Author SHA1 Message Date
Daniel Holbert
d07c1c2dd1 backout 01a00ce2b662 (Bug 940381) since its mochitest tweaks may make things less robust instead of more robust 2013-12-02 09:59:38 -08:00
Ralph Giles
5427c4c87b Bug 944538 - Update libopus to 1.1rc2. r=cpearce
Bumped to include the MULT16_32_P16 bugfix.
2013-11-28 14:20:00 -08:00
Jan Beich
6abc88d9b7 Bug 945046 - Implement private and vsize-max-contiguous reporters on FreeBSD. r=njn, r=glandium 2013-12-02 12:51:27 -05:00
Jan Beich
8458ddac1a Bug 945046 - Move private, vsize-max-contiguous class implementation under their own ifdef. r=njn 2013-12-02 12:51:26 -05:00
Simone Carletti
ce88425110 Bug 945002 - Update PSL for .GG and .JE. r=gerv 2013-12-02 12:51:26 -05:00
Martin Stransky
3d76f1ba43 Bug 943407 - Port GTK2 to GTK3 - build failure - nsWindow::StartRemoteDrawing(). r=karlt 2013-12-02 12:51:26 -05:00
Xidorn Quan
7029132921 Bug 934072 - Part 4: Reftests for complex cjk counter styles. r=jfkthame 2013-12-02 12:51:26 -05:00
Xidorn Quan
fe31575536 Bug 934072 - Part 3: Implement complex CJK ideographic counter styles. r=jfkthame 2013-12-02 12:51:26 -05:00
Xidorn Quan
5455ba44d8 Bug 934072 - Part 2: Add counter style cjk-decimal. r=jfkthame 2013-12-02 12:51:26 -05:00
Xidorn Quan
7212deeed7 Bug 934072 - Part 1: Support other suffixes in numbered bullet. r=jfkthame 2013-12-02 12:51:25 -05:00
Sumit Agrawal
4246dee0e2 Bug 928321 - Implement a variant of safe-file-output-stream that doesn't flush by default. r=Yoric 2013-12-02 12:51:25 -05:00
Michael Boon
f044821469 Bug 923237 - Updater should immediately apply update when downloaded manually. r=snorp 2013-12-02 12:51:25 -05:00
Ben Kelly
2d2203105c Bug 943414: Assert/warn if non-null prompt passed to nsICookieService. r=ehsan 2013-12-02 12:48:12 -05:00
Ben Kelly
4de61de388 Bug 932418: Don't create and throw away prompt when setting cookie string. r=bz 2013-12-02 12:47:57 -05:00
Aaron Klotz
319194253b Bug 944529: Obtain HDD info for GRE path and Windows directory; r=froydnj 2013-12-02 10:41:44 -07:00
Paul Adenot
01aa87182d Bug 944707 - Stop locking when getting the preferred samplerate from the AudioStream. r=kinetik
--HG--
extra : rebase_source : 7c9f858a63c41037fd44a85457cbf401f63c07a9
2013-12-02 15:58:11 +01:00
Ehsan Akhgari
4cefcc3107 Bug 944844 - Disambiguate the printf functions in GeckoProfilerImpl.h so that they don't conflict with the ones defined in chromium's namespace base; r=BenWa 2013-12-02 12:29:49 -05:00
Jon Coppeard
c2df9c5ce5 Bug 944675 - Fix some spurious rooting hazards in WebGL. r=bjacob 2013-12-02 11:55:25 -05:00
Chris Kitching
dfe4a3a964 Bug 709230 - Part 5: activate Proguard. r=gbrown,rnewman 2013-11-18 17:30:00 -08:00
Gijs Kruitbosch
bec9f2f155 Bug 942581 - unregisterArea should keep placements by default so registering/unregistering doesn't lose data in Australis, r=jaws 2013-11-26 20:50:01 +01:00
Geek in Training
e3120611f1 Bug 943770 - Australis: include toolbars with toolboxid attribute set in View -> Toolbars menu and toolbar context menu, r=gijs 2013-12-02 14:05:00 +01:00
Tim Taubert
424b2a5173 Bug 944136 - [Australis] Don't show .tab-background while closing a tab r=dao DONTBUILD 2013-12-02 11:21:52 +01:00
Tim Taubert
eb2b911ca4 Backed out changeset 4fda28f9e259 (bug 944136) 2013-12-02 23:18:37 +01:00
Jed Davis
b9e7a73a98 Bug 943170 - Fix Android mozglue for raise() to avoid pthread bug. r=glandium 2013-12-02 17:08:27 -05:00
Jordan Santell
e6ddb65707 Bug 940541 - Convert shader editor to use Promise.jsm. r=vp, r=benvie 2013-12-02 17:08:09 -05:00
Zachary Carter
983b37578f Bug 935232 - Implement a client for the Firefox Accounts auth server. r=markh 2013-12-02 13:56:24 -08:00
Brandon Benvie
af705c74f1 Bug 943673 - Convert to Promise.jsm in the source editor. r=anton 2013-12-02 14:10:57 -08:00
Brandon Benvie
0444cedc25 Bug 943669 - Convert to Promise.jsm in profiler. r=anton 2013-11-26 16:30:23 -08:00
Brandon Benvie
9ae0f47987 Bug 943672 - Convert to Promise.jsm in Scratchpad. r=anton 2013-12-02 14:09:11 -08:00
Tim Taubert
5a4602eb9b Bug 944136 - Don't show .tab-background while closing a tab r=dao
From 6545b42b606f1dcb81712069722f9d56ecea3d27 Mon Sep 17 00:00:00 2001
2013-12-02 11:21:52 +01:00
Shelly Lin
5c64be4f5b Bug 945135 - Part 1: Refactor of TrackEncoder and AudioTrackEncoder. r=roc 2013-11-12 10:29:09 +08:00
Kevin Simons
2d12d37e18 Bug 944412 - Fix an issue with the stride in SourceSurfaceSkia::InitFromData. r=gal
After calling SkBitmap::copyTo, the InitFromData method assumed
that the stride of the destination SkBitmap was now the same as the
stride of the source bitmap. This was, however, not the case. Now
the stride is read back out of the destination bitmap.

This was causing a crash due to memory corruption for FORMAT_B8G8R8X8
surfaces.
2013-12-02 11:03:13 -05:00
Carmen Jimenez
b37f4cce7c Bug 935924 - [SingleVariant] 3rd party apps are deleted after a factory reset. r=fabrice 2013-11-21 17:56:15 +01:00
Dan Glastonbury
7f73b68e55 Bug 830881 - Port layerscope GL changes to new layers. r=vlad 2013-11-29 14:11:49 +10:00
Dan Glastonbury
a940e05e20 Bug 830881 - Wrap debug functions in MOZ_ENABLE_GL_TRACKING define. r=vlad 2013-11-29 14:16:40 +10:00
Edgar Chen
2c9697303d Bug 943198 - Follow-up of bug 814637: enable new marionette tests of IccManager. r=hsinyi 2013-11-26 13:19:32 +08:00
Gaia Pushbot
89e2fbba42 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c4922d919973
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #14130 from EverythingMe/931750-typingapps-localsearch

Bug 931750 - [e.me] Search "as you type" should always search locally on...

========

https://hg.mozilla.org/integration/gaia-central/rev/35f3ec8c723d
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 931750 - [e.me] Search "as you type" should always search locally on device [r=evyatar, ranbena]
2013-12-02 07:45:26 -08:00
Sushil Chauhan
41a3ceef03 Bug 944207 - Reset the number of HWC layers on failures before HWC prepare. r=dwilson 2013-11-29 11:39:39 -08:00
Albert Crespell
b095f3389c Bug 944008 - Usage reset doesn't work properly. r=gene 2013-11-29 08:06:20 +01:00
Georgia Wang
141cbf3ec3 Bug 935402 - Part 2: Modify xpcshell test for EF_PBR. r=yoshi 2013-11-18 15:06:58 +08:00
Georgia Wang
1f8cf1eb83 Bug 935402 - Part 1: Cache EF_PBR field. r=yoshi 2013-11-18 15:04:22 +08:00
Ryan VanderMeulen
bbe673a3ae Merge m-c to b2g-inbound. 2013-12-02 10:38:28 -05:00
Andrea Marchesini
2f6d4e0b07 Bug 943430 - Rename geo.testing.ignore_ipc_principal to dom.testing.ignore_ipc_principal. r=ehsan 2013-12-02 10:27:57 -05:00
Carsten "Tomcat" Book
668fbfecaf merge b2g-inbound to mozilla-central 2013-12-02 12:46:24 +01:00
Carsten "Tomcat" Book
cc2e57805a merge fx-team to mozilla-central 2013-12-02 12:43:54 +01:00
Carsten "Tomcat" Book
6fdc9145d7 merge mozilla-inbound to mozilla-central 2013-12-02 12:41:55 +01:00
Carsten "Tomcat" Book
4e6c35fc32 Backed out changeset 2faed81ad05f (bug 915533) for Build Bustage 2013-12-02 08:53:30 +01:00
Carsten "Tomcat" Book
3dcf6e8424 Backed out changeset 22ad4bbd595d (bug 915533) for Build Bustage 2013-12-02 08:53:16 +01:00
Gaia Pushbot
ab867b4579 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf23b263b4bb
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #14247 from lightsofapollo/test-agent-vbump

NO BUG - test-agent vbump r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/b4f1f51113c2
Author: James Lal <james@lightsofapollo.com>
Desc: NO BUG - test-agent vbump r=me
2013-12-01 22:25:23 -08:00
Ben Tian
8472e8db0c Bug 915533 - Patch 2/2: [bludroid OPP] BluetoothSocket, r=echou 2013-12-02 10:39:58 +08:00