Commit Graph

207173 Commits

Author SHA1 Message Date
Anuj Agarwal
177cdd3fc8 Bug 1071100 - Moved nsRefPtr from nsAutoPtr.h to a new nsRefPtr.h r=froydnj 2014-09-26 10:53:47 -07:00
Nicolas B. Pierron
a4830da8c4 Bug 1007213 - Capture implicit dead branches caused by type barriers. r=sunfish 2014-09-26 19:48:00 +02:00
Nicolas B. Pierron
881e8c88d2 Bug 1072911 - Scalar Replacement: Add missing MIRTypes. r=h4writer 2014-09-26 19:47:59 +02:00
Andrew McCreight
d50e32f0f9 Bug 1068276, part 2 - Make unexpected failure to produce a leak log an error. r=jmaher 2014-09-26 10:34:09 -07:00
Andrew McCreight
8b01964740 Bug 1068276, part 1 - Allow configuring which type of processes we complain about when there's no leak log. r=jmaher
Then don't warn for missing logs from tab and geckomediaplugin processes, or default processes on B2G.
2014-09-26 10:34:09 -07:00
Andrew McCreight
0f3591b1fe Bug 1067664, part 2 - Stop ignoring tab process leaks. r=jmaher 2014-09-26 10:34:09 -07:00
Andrew McCreight
bc18942ac0 Bug 1067664, part 1 - Allow different leak thresholds for different types of processes. r=jmaher 2014-09-26 10:34:08 -07:00
Ryan VanderMeulen
5876228105 Backed out changeset 46902f2ea759 (bug 1024614) for Android robocop crashes. 2014-09-26 13:28:50 -04:00
Markus Stange
abdabfe784 Bug 1073103 - SReplace 'Thebes' with 'Painted' in some more places. r=roc 2014-09-26 13:07:06 -04:00
Markus Stange
131bfce4c5 Bug 1073103 - Rename ThebesLayer to PaintedLayer. r=roc
--HG--
rename : gfx/layers/basic/BasicThebesLayer.cpp => gfx/layers/basic/BasicPaintedLayer.cpp
rename : gfx/layers/basic/BasicThebesLayer.h => gfx/layers/basic/BasicPaintedLayer.h
rename : gfx/layers/client/ClientThebesLayer.cpp => gfx/layers/client/ClientPaintedLayer.cpp
rename : gfx/layers/client/ClientThebesLayer.h => gfx/layers/client/ClientPaintedLayer.h
rename : gfx/layers/client/ClientTiledThebesLayer.cpp => gfx/layers/client/ClientTiledPaintedLayer.cpp
rename : gfx/layers/client/ClientTiledThebesLayer.h => gfx/layers/client/ClientTiledPaintedLayer.h
rename : gfx/layers/composite/ThebesLayerComposite.cpp => gfx/layers/composite/PaintedLayerComposite.cpp
rename : gfx/layers/composite/ThebesLayerComposite.h => gfx/layers/composite/PaintedLayerComposite.h
rename : gfx/layers/d3d10/ThebesLayerD3D10.cpp => gfx/layers/d3d10/PaintedLayerD3D10.cpp
rename : gfx/layers/d3d10/ThebesLayerD3D10.h => gfx/layers/d3d10/PaintedLayerD3D10.h
rename : gfx/layers/d3d9/ThebesLayerD3D9.cpp => gfx/layers/d3d9/PaintedLayerD3D9.cpp
rename : gfx/layers/d3d9/ThebesLayerD3D9.h => gfx/layers/d3d9/PaintedLayerD3D9.h
2014-09-26 13:06:08 -04:00
David Keeler
28cf64b8af bug 1071308 - (2/2) remove libpkix-style chain validation callback from CertVerifier r=cviecco 2014-09-25 11:18:56 -07:00
David Keeler
7aec2677f9 bug 1071308 - (1/2) rename pinning_enforcement_level to PinningMode for brevity r=cviecco 2014-09-25 11:08:36 -07:00
Dave Hunt
7f10dfe914 Bug 1065375 - Add stack trace to HTML structured log formatter. r=jgraham 2014-09-15 08:52:00 -04:00
Terrence Cole
e7ebd76a55 Bug 1064346 - JSFunction's extended attributes expect POD-style initialization. r=billm 2014-09-10 15:42:36 -07:00
Ed Morley
f356916d9d Backed out changeset ce22b4d51b72 (bug 945215) for assertions in EncodingUtils.cpp; CLOSED TREE 2014-09-26 16:11:29 +01:00
Ed Morley
f1d2c011fb Backed out changeset cabc1a00c2a4 (bug 945215) 2014-09-26 16:11:02 +01:00
Ed Morley
2a3fe45e62 Backed out changeset 6e5adc14dc82 (bug 964225) 2014-09-26 16:10:57 +01:00
Victor Carlquist
5e708fa0a7 Bug 1054330 - Add a Baseline stub for string.split(string) calls. r=jandem 2014-08-21 18:09:03 -03:00
Nicolas Silva
44f409cd2d Bug 1072491 - Make GrallocTextureHost more robust against some invalid states. r=sotaro 2014-09-26 10:32:59 -04:00
James Willcox
10b691fc86 Bug 1024614 - Send network link change events on Android r=blassey,mcmanus
--HG--
extra : histedit_source : 75aaaad9762c577ff5d3861657c16a77b361d935
2014-09-26 09:18:28 -05:00
Carsten "Tomcat" Book
b9e605f086 Backed out changeset d0be07d7cf1b (bug 1072187) for test bustage on a CLOSED TREE 2014-09-26 15:48:14 +02:00
Ehsan Akhgari
1e289f24e0 Bug 1073213 - Do not use nsIDOMWindowUtils in editor/; r=roc 2014-09-26 09:19:56 -04:00
Hannes Verschore
72be8668ab Bug 1072691: IonMonkey: Fix case of negative zero when folding ternary structure, r=nbp 2014-09-26 15:15:23 +02:00
Hannes Verschore
fcbc6ca309 Bug 1072691: IonMonkey: Fix hoisting of operand when folding ternary structure, r=nbp 2014-09-26 15:15:21 +02:00
Sotaro Ikeda
77a1d5d86b Bug 1069109 - Do not occupy Audio channel if DOMMediaStream does not have audio r=cajbir 2014-09-26 06:14:32 -07:00
Douglas Crosher
2f2792e392 Bug 1039993 - OdinMonkey: pad the stack to the SIMD alignment if there are calls or SIMD instructions. r=luke 2014-09-25 20:15:35 +10:00
Gabriele Svelto
c1a68330d7 Bug 1047277 - Hide HAL's logging macros from the public headers and convert all components to use them. r=dhylands 2014-09-24 15:23:18 +02:00
Henri Sivonen
0c8133c979 Bug 1072187 - Remove HZ-GB-2312. r=emk. 2014-09-26 15:12:02 +03:00
Henri Sivonen
fda2c93f3a Bug 964225 - Remove the GBK decoder class and remove GB2312 as a Gecko-canonical encoding. r=emk. 2014-09-26 15:12:02 +03:00
Henri Sivonen
6c287ac611 Bug 945215 addendum - Adjust Web Platform Test expectations for HZ-GB-2312. rs=Tomcat. 2014-09-26 15:12:02 +03:00
Henri Sivonen
0e50d55abc Bug 945215 - Map HZ-GB-2312 to the replacement encoding. r=emk.
--HG--
rename : dom/encoding/test/reftest/bug863728-1-ref.html => dom/encoding/test/reftest/bug945215-1-ref.html
rename : dom/encoding/test/reftest/bug863728-1.html => dom/encoding/test/reftest/bug945215-1.html
rename : dom/encoding/test/reftest/bug863728-2-ref.html => dom/encoding/test/reftest/bug945215-2-ref.html
rename : dom/encoding/test/reftest/bug863728-2.html => dom/encoding/test/reftest/bug945215-2.html
2014-09-24 12:23:28 +03:00
Carsten "Tomcat" Book
0a242e732b Merge m-c to mozilla-inbound 2014-09-26 13:33:30 +02:00
Sotaro Ikeda
cef74266f4 Bug 1017351 - Handle Sharing GrallocTextureHostOGL among ImageHosts r=nical 2014-09-26 04:30:11 -07:00
Carsten "Tomcat" Book
e8c52fe173 merge fx-team to mozilla-central a=merge 2014-09-26 13:27:36 +02:00
Carsten "Tomcat" Book
98c90c31dd merge mozilla-inbound to mozilla-central a=merge 2014-09-26 13:20:34 +02:00
Jonathan Kew
d47bb541a6 Bug 923007 - Check for unexpected font substitution during Core Text shaping, and fall back to harfbuzz if this occurs. r=jdaggett 2014-09-26 09:20:20 +01:00
B2G Bumper Bot
62089d5951 Bumping manifests a=b2g-bump 2014-09-26 00:47:02 -07:00
B2G Bumper Bot
8880691860 Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/95521d1e0cf6
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #24448 from julienw/1073166-fix-ftu-launcher

Bug 1073166 - [System] fix ftu_launcher.js tests with a newer mocha r=sf...

========

https://hg.mozilla.org/integration/gaia-central/rev/c0ac59f4e7aa
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1073166 - [System] fix ftu_launcher.js tests with a newer mocha r=sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/7689ee7e1650
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24452 from KevinGrandon/bug_1073188_catch_invalid_image

Bug 1073188 - [VerticalHomescreen] Catch errors when fetching icons

========

https://hg.mozilla.org/integration/gaia-central/rev/d25fa5e81f61
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1073188 - [VerticalHomescreen] Catch errors when fetching icons r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/7dcda0ff3564
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #24445 from julienw/1073149-fix-mobileid-tests

Bug 1073149 - [System] fix mobile_id_test/ui_test.js tests with a newer ...

========

https://hg.mozilla.org/integration/gaia-central/rev/a57e16790ff4
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1073149 - [System] fix mobile_id_test/ui_test.js tests with a newer mocha r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/0e8d64b075b0
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #24443 from julienw/1073132-fix-camera-tests

Bug 1073132 - [Camera] fix camera tests with a newer mocha r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/c3e442ca23e5
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1073132 - [Camera] fix camera tests with a newer mocha r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/63bc9c299142
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23935 from gasolin/issue-1065290

Bug 1065290 - [Settings] refactor Homescreens panel with AMD pattern, r=eragon

========

https://hg.mozilla.org/integration/gaia-central/rev/a5daa5f0f287
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1065290 - [Settings] refactor Homescreens panel with AMD pattern

- add homescreens_detail panel
2014-09-26 00:40:47 -07:00
B2G Bumper Bot
f9d3534cb3 Bumping manifests a=b2g-bump 2014-09-26 00:31:58 -07:00
B2G Bumper Bot
fb8f1e2663 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c65391ad99e6
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #24111 from cctuan/1060191

Bug 1060191 - Web compat issues with window.open

========

https://hg.mozilla.org/integration/gaia-central/rev/a5124dae0dd9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1060191 - Web compat issues with window.open, add opener test case
2014-09-26 00:25:48 -07:00
B2G Bumper Bot
3524fb153c Bumping manifests a=b2g-bump 2014-09-26 00:17:03 -07:00
B2G Bumper Bot
9c1d37a54b Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e6587c3a8092
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #24438 from Maliha-Momtaz-Islam/master

Bug 1072458 - Certain characters cannot be input using Bangla keyboard.
r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/a60d15adac95
Author: Maliha-Momtaz-Islam <malihaislam81@gmail.com>
Desc: Bug 1072458 - Certain characters cannot be input using Bangla keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/56286d597ea3
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #24235 from aosmond/bug1068559-2

Bug 1068559 - Use auto focus completed callback to get focus state after...r=dmarcos

========

https://hg.mozilla.org/integration/gaia-central/rev/65d5dbdf99aa
Author: Andrew Osmond <aosmond@mozilla.com>
Desc: Bug 1068559 - Use auto focus completed callback to get focus state after moving.
2014-09-26 00:10:48 -07:00
B2G Bumper Bot
ff1e7f35d3 Bumping manifests a=b2g-bump 2014-09-26 00:01:57 -07:00
B2G Bumper Bot
bd594a521d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/da768a6739ce
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23797 from mancas/bug1062326

Bug 1062326 - [FTE] Status bar should be dark on dark FTE screens. r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/31a3a88f8442
Author: Manuel Casas Barrado <manuel.casasbarrado@telefonica.com>
Desc: Bug 1062326 - [FTE] Status bar should be dark on dark FTE screens
2014-09-25 23:55:47 -07:00
Kartikaya Gupta
6aea3474d4 Bug 1073024 - Make a pref to control building event regions. r=roc 2014-09-26 02:44:34 -04:00
Mark Hammond
f3e9eb52cb Bug 1073359 - reinstate PermissionUtils and XPIProvider which were removed in bug 1050080. r=MattN 2014-09-26 15:54:34 +10:00
JW Wang
5a11398e89 Bug 1018125 - remove SpecialPowers.pushPrefEnv() which delays loading media resources and breaks the purpose of this test. r=kinetik 2014-09-25 19:44:00 +02:00
Carsten "Tomcat" Book
05a473f758 Backed out changeset 7d7ccb243db5 (bug 1062578) for breaking webplatform 4 tests 2014-09-26 08:14:23 +02:00
Oleg Romashin
95fa5144d2 Bug 1066853 - Gecko fail to build on Nemo/Mer ARMV7 hardfp scratchbox2 cross target. r=rjesup 2014-09-25 22:15:25 -07:00
Ed Lee
c740c28fc9 Bug 1062256 - Improve the design of the »What is this« bubble on about:newtab [r=adw]
Move customize item to outside the panel. Update various panel styling: spacing, sizing, colors.
2014-09-24 21:41:22 -07:00