gecko/content/base
Justin Lebar e07ad9bb36 Bug 896890 - TabContent::HasOwnApp() should be true iff TabContext::GetOwnApp() is non-null.
This change reworks how TabContext stores its data.  Before, it stored
an app-id and translated that into an app; now we do the reverse.  This
lets us guarantee that HasOwnApp() is true iff GetOwnApp() is non-null.

We added a new class, MaybeInvalidTabContext to assist with converting
from an IPCTabContext to a TabContext.  This allows us to ensure that a
TabContext object is never invalid.
2013-07-30 14:42:34 -07:00
..
crashtests
public Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
src Bug 896890 - TabContent::HasOwnApp() should be true iff TabContext::GetOwnApp() is non-null. 2013-07-30 14:42:34 -07:00
test Bug 893714 - Disable test_cpows.xul on OS X for too many intermittent assertions, whilst the fix is finished 2013-07-30 17:28:59 +01:00
moz.build