Commit Graph

161682 Commits

Author SHA1 Message Date
Andrew McCreight
13bc621ff8 Bug 952660, part 7 - Replace if with else in nsXPCWrappedJS::GetNewOrUsed. r=bholley
We check for root, then don't change root and check for !root, so this can just be
an else.
2014-01-02 11:33:42 -08:00
Andrew McCreight
22e04d22b1 Bug 952660, part 6 - Add and use nsXPCWrappedJS::FindOrFindInherited. r=bholley
FindInherited is only ever used after running Find, and the way the checks
are chained is a little weird.
2014-01-02 11:33:42 -08:00
Andrew McCreight
29b47e833d Bug 952660, part 5 - The null check at the end of nsXPCWrappedJS::GetNewOrUsed will always fail. r=bholley 2014-01-02 11:33:41 -08:00
Andrew McCreight
2e31c3711b Bug 952660, part 4 - Eliminate now-unnecessary null check in nsXPCWrappedJS::GetNewOrUsed. r=bholley 2014-01-02 11:33:41 -08:00
Andrew McCreight
2c95dc4ab5 Bug 952660, part 3 - Eliminate goto return_wrapper. r=bholley
Substitute in the tail of the function for each goto, then eliminate
the resulting branches where possible.
2014-01-02 11:33:41 -08:00
Andrew McCreight
3f5eda09cd Bug 952660, part 2 - Take advantage of new being infallible in nsXPCWrappedJS::GetNewOrUsed. r=bholley 2014-01-02 11:33:41 -08:00
Andrew McCreight
a68b28690e Bug 952660, part 1 - Use smart pointer for clazz in nsXPCWrappedJS::GetNewOrUsed. r=bholley
The trickiest thing the goto in GetNewOrUsed does is release clazz in some cases,
so using a smart pointer will simplify things.
2014-01-02 11:33:41 -08:00
Andrew McCreight
12ab686961 Bug 947336, part 3 - Add comment about ownership of nsXPCWrappedJS::mRoot. r=bholley 2014-01-02 11:33:41 -08:00
Andrew McCreight
1d5a828eca Bug 947336, part 2 - Make nsXPCWrappedJS::mClass a smart pointer. r=bholley 2014-01-02 11:33:41 -08:00
Andrew McCreight
d9c65a6e80 Bug 947336, part 1 - Make nsXPCWrappedJS::mOuter into a smart pointer. r=bholley 2014-01-02 11:33:40 -08:00
Luke Wagner
6a6b2859fa Bug 952616 - OdinMonkey: tweak success message when not stored in cache (r=bbouvier)
--HG--
extra : rebase_source : fd8b46ce32a3231ae8f3533f445576200003be65
2013-12-20 14:32:04 -06:00
Josh Matthews
1de9dc9011 Backed out changeset 8df72b4ee2f1 (CLOSED TREE) 2014-01-02 12:55:12 -05:00
Craig MacKenzie
2e6c447d77 Bug 952570 - Corrected unsafe weak pointer in network tickler. r=mcmanus 2013-12-24 17:31:00 -05:00
Brian Hackett
156e503007 Bug 951497 - Add type constraints for definite property analysis. r=jandem 2014-01-02 11:53:38 -05:00
Jan de Mooij
fa35236b33 Bug 953373 - Use NewObjectWithType when cloning regexps. r=bhackett 2014-01-02 17:39:00 +01:00
Ryan VanderMeulen
ad62fa2b42 Backed out changeset cb4cd38abdc5 (bug 945596) for bustage.
CLOSED TREE
2014-01-02 11:17:12 -05:00
James Kitchener
d50c42fa09 Bug 953961 - Redundant if condition within nsMathMLTokenFrame::GetMathMLFrameType(). r=fredw 2014-01-02 10:50:14 -05:00
Alessandro Decina
2704a7592d Bug 952769 - Add explicit strides to YCbCrImageDataSerializer. r=nical 2014-01-02 10:50:14 -05:00
Martin Thomson
aeb321b6eb Bug 946348 - Refactor fingerprint handling. r=abr 2014-01-02 10:50:14 -05:00
masaya iseki
3517ec1d1a Bug 945596 - Define getJitCompilerOption to confirm jit-compiler-options. r=nbp 2014-01-02 10:50:14 -05:00
Ehsan Akhgari
8820f89c18 Bug 953246 - #include NullPtr.h in gdk-screenshot.cpp 2014-01-02 10:39:18 -05:00
Hannes Verschore
63a7fa5a8d Bug 953410: Test for JS_ION in jit/IonOptimizationLevels.h to fix builds with --disable-ion, r=bhackett 2014-01-02 16:22:13 +01:00
Benoit Jacob
47e5f6dc26 Bug 949819 - Move remaining ReadPixels and GetTexImage helpers out of GLContext - r=jgilbert 2014-01-02 10:17:29 -05:00
Benoit Jacob
ffb2d08f4f Bug 949816 - Move override-EGLSurface feature out of GLContext - r=jgilbert 2014-01-02 10:17:28 -05:00
Benoit Jacob
044d7d1535 Bug 949814 - Remove GetEGLContext and GetLibraryEGL from GLContext - r=jgilbert 2014-01-02 10:17:25 -05:00
Benoit Jacob
ad05069143 Bug 945586 - Fix a few things in GLReadTexImageHelper - r=jgilbert 2014-01-02 10:17:24 -05:00
Benoit Jacob
2b8df35bc7 Bug 945586 - Move GLReadTexImageHelper out of GLContext - r=jgilbert 2014-01-02 10:17:22 -05:00
Benoit Jacob
bae7b0d8e2 Bug 949813 - Remove mIsGlobalSharedContext from GLContext - r=jgilbert 2014-01-02 10:17:20 -05:00
Henri Sivonen
f638128e1b Bug 952736 - Fix spelling of "Ukrainian". r=dao. 2014-01-02 16:05:24 +02:00
Robert Longson
f044a11867 Bug 955917 - Remove unused functions from nsSVGUtils. r=dholbert 2014-01-02 12:09:07 +00:00
Robert Longson
dbaf4961b0 Bug 955854 - Remove unused colour space mapping code and move the rest to nsSVGMaskFrame. r=dholbert 2014-01-02 12:01:29 +00:00
Carsten "Tomcat" Book
ff04e00c80 merge mozilla-central to mozilla-inbound 2014-01-02 10:29:50 +01:00
Carsten "Tomcat" Book
41ce9bf782 merge b2g-inbound to mozilla-central 2014-01-02 10:16:09 +01:00
Wolfgang Rosenauer
d74a129254 Bug 953130 - Fix system NSPR builds for content/media. r=rjesup 2014-01-02 09:14:52 +01:00
Henri Sivonen
0a59ad7382 Bug 213517 part 2 - Remove the x-user-def language group. r=jfkthame. 2014-01-02 09:18:20 +02:00
Henri Sivonen
fe3cc0106e Bug 213517 part 1 - Interpret x-user-defined as windows-1252 in <meta> for compatibility with other browsers. r=smontagu.
--HG--
rename : parser/htmlparser/tests/mochitest/file_bug672453_meta_utf16.html => parser/htmlparser/tests/mochitest/file_bug672453_meta_userdefined.html
2014-01-02 09:18:19 +02:00
Cameron McCormack
fef4ebf632 Bug 955913 - Look up custom property names in a Declaration correctly. r=dbaron 2014-01-02 16:33:57 +11:00
Gaia Pushbot
1a031a484a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/77a90d19d2c6
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #14966 from kumarrishav/issue-944289

Bug 944289 [UITEST] add Compose Email activity, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/2bd75dd1c8be
Author: kumarrishav <reactiverishav007@gmail.com>
Desc: Bug 944289 [UITEST] add Compose Email activity - bug fixed
2014-01-01 19:30:22 -08:00
Bobby Holley
7afb0b01b5 Bug 951847 - Stop pushing a cx in the XPCCallContext constructor. r=gabor 2014-01-01 19:23:56 -08:00
Bobby Holley
c301532969 Bug 951847 - Make the |cx| param to XPCCallContext mandatory. r=gabor 2014-01-01 19:23:55 -08:00
Bobby Holley
43c64baa57 Bug 951847 - Don't construct an XPCCallContext just to find a JSContext. r=gabor 2014-01-01 19:23:55 -08:00
Bobby Holley
7bc456f9b0 Bug 951847 - Push a cx in TestShellParent. r=gabor 2014-01-01 19:23:55 -08:00
Gaia Pushbot
f17ba95880 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c8d0a8bc239
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #14941 from cctuan/953007

Bug 953007 - [Gaia] [Build] Error when make install-gaia APP=uitest

========

https://hg.mozilla.org/integration/gaia-central/rev/eb791416f8cd
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 953007 - [Gaia] [Build] Error when make install-gaia APP=uitest
2014-01-01 18:30:22 -08:00
Phil Ringnalda
225ab55700 Merge m-c to b-i 2014-01-01 17:05:27 -08:00
Gaia Pushbot
ccd8bedad6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/311adb0a5834
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #14980 from lightsofapollo/revert-c38d3842daa97cea360fce1af82f2d7b78134bc3

Revert "Merge pull request #13363 from dmarcos/bug934657"

========

https://hg.mozilla.org/integration/gaia-central/rev/287d929a42ca
Author: James Lal <james@lightsofapollo.com>
Desc: Revert "Merge pull request #13363 from dmarcos/bug934657"

This reverts commit c38d3842daa97cea360fce1af82f2d7b78134bc3, reversing
changes made to 5de94a2be6ab8d33434294d70c1de330f55d8f2d.
2014-01-01 15:00:23 -08:00
Masatoshi Kimura
9de4f301b4 Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug 2014-01-02 07:52:47 +09:00
Gaia Pushbot
538a66d380 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/892e7b12856e
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13363 from dmarcos/bug934657

Bug 934657 - [Camera] Restructuring code following model / view pattern

========

https://hg.mozilla.org/integration/gaia-central/rev/2bca8bc96cdb
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 934657 - [Camera] Restructuring code following model / view pattern
2014-01-01 13:15:23 -08:00
Benoit Jacob
9a53357c9c Bug 877115 - some compilation fixes - no review, trivial build fix 2014-01-01 14:47:19 -05:00
Phil Ringnalda
0134866e63 Merge m-c to b-i 2013-12-31 16:32:29 -08:00
Phil Ringnalda
04f5b29327 Merge m-i/f-t to m-c 2013-12-31 16:31:39 -08:00