76509d0847ecdc30ccf1cbc9b8cabe8866a1efbb: Bug 810517 - Check for valid listenerWindow, r=mdas
Jonathan Griffin <jgriffin@mozilla.com> - Mon, 12 Nov 2012 16:17:54 -0800 - rev 113058
Push
17918 by jgriffin@mozilla.com at Tue, 13 Nov 2012 04:58:55 +0000
Bug 810517 - Check for valid listenerWindow, r=mdas
cab9c764a898e00de2c7242ccafe537d41b49f5b: Followup to bug 811102's followup
Gavin Sharp <gavin@gavinsharp.com> - Mon, 12 Nov 2012 20:41:41 -0800 - rev 113057
Push
17917 by gsharp@mozilla.com at Tue, 13 Nov 2012 04:41:54 +0000
Followup to
bug 811102's followup
2e23d71714b4be422335257351615c7d4454396e: Bug 811102 test followup: terminate worker to avoid leak, r=markh
Gavin Sharp <gavin@gavinsharp.com> - Mon, 12 Nov 2012 20:35:03 -0800 - rev 113056
Push
17916 by gsharp@mozilla.com at Tue, 13 Nov 2012 04:36:02 +0000
Bug 811102 test followup: terminate worker to avoid leak, r=markh
359b234648375ba78bc4135ef18a314f1a65c310: Bug 807935 - social chatbar should be hidden in full-screen mode. r=jaws
Mark Hammond <mhammond@skippinet.com.au> - Tue, 13 Nov 2012 14:52:06 +1100 - rev 113055
Push
17915 by mhammond@skippinet.com.au at Tue, 13 Nov 2012 03:54:28 +0000
Bug 807935 - social chatbar should be hidden in full-screen mode. r=jaws
f60b494448f881a35c5a1d7806bdd2aabb8d436d: Backed out de9fff3a523, c567df2244f5, 8e3d976d5dc5, and c7499faaec23 (bug 800915) for bustage.
Ryan VanderMeulen <ryanvm@gmail.com> - Mon, 12 Nov 2012 21:43:39 -0500 - rev 113054
Push
17914 by ryanvm@gmail.com at Tue, 13 Nov 2012 02:46:36 +0000
Backed out de9fff3a523, c567df2244f5, 8e3d976d5dc5, and c7499faaec23 (
bug 800915) for bustage.
cd854e9fe7c1261507c8c0de712bdddbdb1898f4: Bug 810933 - Fix regression in bug 809199 caused by incorrect order of parameters. r=Cwiiis
Kartikaya Gupta <kgupta@mozilla.com> - Mon, 12 Nov 2012 18:44:59 -0800 - rev 113053
Push
17913 by kgupta@mozilla.com at Tue, 13 Nov 2012 02:45:07 +0000
Bug 810933 - Fix regression in
bug 809199 caused by incorrect order of parameters. r=Cwiiis
039875aeaf2b4d6c7096a38eec630e5b6f2b74c5: Bug 811175 - Don't install mozbase packages from github, r=whimboo
Jonathan Griffin <jgriffin@mozilla.com> - Mon, 12 Nov 2012 18:39:12 -0800 - rev 113052
Push
17912 by jgriffin@mozilla.com at Tue, 13 Nov 2012 02:42:43 +0000
Bug 811175 - Don't install mozbase packages from github, r=whimboo
0e05ac6ac23d0d71ecdd304c3bb0300e13a3d734: Bug 809603. Simplify border radius drawing. r=roc
Jeff Muizelaar <jmuizelaar@mozilla.com> - Mon, 12 Nov 2012 17:55:26 -0800 - rev 113051
Push
17911 by jmuizelaar@mozilla.com at Tue, 13 Nov 2012 01:58:00 +0000
Bug 809603. Simplify border radius drawing. r=roc
This adds a RoundedRect class that we use to do the offsetting. This class can
probably also be used elsewhere. With this patch we handle the Gmail checkboxes
in a single draw instead of in pieces like we currently do.
34e2424d10442b234b713f04b596c884160753d7: Backout e12e84a82fa3 (Bug 787778) for orange
John Schoenick <jschoenick@mozilla.com> - Mon, 12 Nov 2012 17:56:38 -0800 - rev 113050
Push
17910 by jschoenick@mozilla.com at Tue, 13 Nov 2012 01:56:59 +0000
Backout e12e84a82fa3 (
Bug 787778) for orange
85b3e7667edc32526740f1391709b730d63f6ba5: Bug 811102: fix two bugs with worker reloading, r=gavin/markh, tests by markh/gavin
Shane Caraveo <mixedpuppy@gmail.com> - Mon, 12 Nov 2012 17:50:51 -0800 - rev 113049
Push
17909 by gsharp@mozilla.com at Tue, 13 Nov 2012 01:51:52 +0000
Bug 811102: fix two bugs with worker reloading, r=gavin/markh, tests by markh/gavin
The first bug is that we shouldn't remove the worker from the worker cache when reloading, because it's not actually being removed. terminate() already does this for us in the case where it is needed.
The second bug is that we should set .loaded=false as soon as we clear the ports on a worker we're about to reload, because otherwise the creation of a new port can occur between the reload triggering and the re-initialization, and those ports would get lost.
0d124d4f28b0d3365ae7c4ec0ab4b2a99e399405: Bug 757593: update NSPR to NSPR_4_9_4_BETA1. Also includes the fixes for
Wan-Teh Chang <wtc@google.com> - Mon, 12 Nov 2012 17:44:12 -0800 - rev 113048
Push
17908 by wtc@google.com at Tue, 13 Nov 2012 01:44:22 +0000
Bug 757593: update NSPR to NSPR_4_9_4_BETA1. Also includes the fixes for
bug 804806 and
bug 804833.
de9fff3a523240b175c0aca822911011b926d64d: Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
Bobby Holley <bobbyholley@gmail.com> - Mon, 12 Nov 2012 17:35:32 -0800 - rev 113047
Push
17907 by bobbyholley@gmail.com at Tue, 13 Nov 2012 01:36:00 +0000
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
If callers want to throw, it's now their responsibility.
c567df2244f59d53a71467afa461a12adad8ba7f: Bug 800915 - Reimplement PUNCTURE consumers in terms of isSafeToUnwrap() and remove PUNCTURE API. r=mrbkap
Bobby Holley <bobbyholley@gmail.com> - Mon, 12 Nov 2012 17:35:32 -0800 - rev 113046
Push
17907 by bobbyholley@gmail.com at Tue, 13 Nov 2012 01:36:00 +0000
Bug 800915 - Reimplement PUNCTURE consumers in terms of isSafeToUnwrap() and remove PUNCTURE API. r=mrbkap
8e3d976d5dc5c0029cf810a83f7f5bcecf0aeac9: Bug 800915 - Add infrastructure to flag security wrappers as unsafe to unwrap. r=mrbkap
Bobby Holley <bobbyholley@gmail.com> - Mon, 12 Nov 2012 17:35:32 -0800 - rev 113045
Push
17907 by bobbyholley@gmail.com at Tue, 13 Nov 2012 01:36:00 +0000
Bug 800915 - Add infrastructure to flag security wrappers as unsafe to unwrap. r=mrbkap
c7499faaec23ae05c3031ae248f5f8a5d8d313a3: Bug 800915 - Clarify and refine the semantics of SecurityWrapper so that it is used if and only if unwrapping is unsafe. r=mrbkap
Bobby Holley <bobbyholley@gmail.com> - Mon, 12 Nov 2012 17:35:31 -0800 - rev 113044
Push
17907 by bobbyholley@gmail.com at Tue, 13 Nov 2012 01:36:00 +0000
Bug 800915 - Clarify and refine the semantics of SecurityWrapper so that it is used if and only if unwrapping is unsafe. r=mrbkap
The naming scheme for Xray typedefs is the concatenation of the tuple:
({SC,}, {Security,Permissive}, Xray, {XPCWN,DOM}). This is admittedly a bit
much, but I think it's still better than explicitly doing the "typdef Foo Xray"
everywhere. Moreover, once the new DOM bindings are done, the last component
in the tuple will go away.
8c5ad849146fdb57760cda69cf11bea0f8b92c33: Bug 810661 - Turn off PGO of Ctypes.cpp. r=khuey
Makoto Kato <m_kato@ga2.so-net.ne.jp> - Tue, 13 Nov 2012 10:22:05 +0900 - rev 113043
Push
17906 by m_kato@ga2.so-net.ne.jp at Tue, 13 Nov 2012 01:22:48 +0000
Bug 810661 - Turn off PGO of Ctypes.cpp. r=khuey
e997348bdeaa20335a2fbd1169166055a6f830ab: Bug 792090 - Ignore unused result in CGProxy...PresenceChecker. r=bz
Andrew McCreight <amccreight@mozilla.com> - Mon, 12 Nov 2012 14:21:46 -0800 - rev 113042
Push
17905 by amccreight@mozilla.com at Tue, 13 Nov 2012 01:20:03 +0000
Bug 792090 - Ignore unused result in CGProxy...PresenceChecker. r=bz
0c3592db8b447ac3a6a6dba2e0fa0f7434e5bb96: Bug 811095 - (Re)enable identity modules. r=benadida
Jed Parsons <jparsons@mozilla.com> - Mon, 12 Nov 2012 19:46:35 -0500 - rev 113041
Push
17904 by ryanvm@gmail.com at Tue, 13 Nov 2012 00:46:40 +0000
Bug 811095 - (Re)enable identity modules. r=benadida
c958c734e3d3580033d33fb406db26e53c646c94: Merge m-c to inbound.
Ryan VanderMeulen <ryanvm@gmail.com> - Mon, 12 Nov 2012 19:46:27 -0500 - rev 113040
Push
17904 by ryanvm@gmail.com at Tue, 13 Nov 2012 00:46:40 +0000
Merge m-c to inbound.
b857905d82b45456853866330c98b372b14f20db: Bug 811068 - Copy ^headers^ file in importTestsuite.py; r=jhammel (DONTBUILD)
Ms2ger <ms2ger@gmail.com> - Mon, 12 Nov 2012 23:20:19 +0100 - rev 113039
Push
17904 by ryanvm@gmail.com at Tue, 13 Nov 2012 00:46:40 +0000
Bug 811068 - Copy ^headers^ file in importTestsuite.py; r=jhammel (DONTBUILD)