- Dec 04, 2012
-
-
Mats Palmgren authored
-
- Nov 19, 2012
-
-
Mounir Lamouri authored
-
- Nov 15, 2012
-
-
Nicolas Silva authored
Bug 806428 - Fix crash in omtc-linux caused by nsBaseWidget::SetLayersAcceleration, and rename xxxAcceleratedRendering into xxxLayersAcceleration for concistency. r=BenWa
-
Boris Zbarsky authored
-
- Nov 10, 2012
-
-
Justin Lebar authored
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app". There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id. I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases.
-
Ryan VanderMeulen authored
--HG-- rename : dom/indexedDB/test/webapp_clearBrowserData.js => dom/indexedDB/test/test_webapp_clearBrowserData.html
-
Justin Lebar authored
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app". There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id. I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases.
-
- Oct 31, 2012
-
-
Ehsan Akhgari authored
Bug 800193 - Print a warning when setting nsILoadContext.usePrivateBrowsing in per-window private browsing builds; r=bzbarsky
-
- Oct 25, 2012
-
-
Ehsan Akhgari authored
Backed out changeset 5298adc70963 Backed out changeset 86ccf7c918ce (bug 579517)
-
Ehsan Akhgari authored
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
-
- Oct 31, 2012
-
-
Justin Lebar authored
-
- Oct 30, 2012
-
-
Justin Lebar authored
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app". There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id. I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases. (Re-landing changeset a6a847452dbf, backed out in 5091aa6083c4, because it was originally landed with the incorrect bug number.)
-
Justin Lebar authored
Backed out changeset a6a847452dbf due to incorrect bug number (should be bug 802366, but was bug 802367). DONTBUILD
-
Justin Lebar authored
The main bug fixed here is that in half of our interfaces, we use "is browser frame/element" to mean "browser or app", and in the other half, we use it to mean "is browser not app". There's a related, functional bug also fixed here, which is that a browser process doesn't inherit its parent's app-id. This causes problems e.g. for IndexedDB: If a browser inside an app uses IndexedDB, the DB should have the app's app-id. I also modified Tab{Parent,Child} and nsFrameLoader to call "app" "ownOrContainingApp", to emphasize that we might have inherited the app from a parent process. I left nsIDocShell::appId alone, because changing that would have necessitated changing nsILoadGroup and therefore a /lot/ of users in Necko; it's also not clear it would have clarified anything in those cases. --HG-- extra : rebase_source : f3ef9475e21204da10bf39c6cca506bc08096949
-
- Oct 12, 2012
-
-
Andrew Quartey authored
-
- Oct 04, 2012
-
-
Trevor Saunders authored
-
- Oct 11, 2012
-
-
Bobby Holley authored
Bug 799348 - When creating a new content window, create the surrounding chrome docshell as system. r=bz
-
- Sep 30, 2012
-
-
bobbyholley+bmo@gmail.com authored
-
- Sep 29, 2012
-
-
Jonathan Kew authored
-
- Sep 28, 2012
-
-
Isaac Aggrey authored
-
- Oct 03, 2012
-
-
Andrew Quartey authored
-
- Nov 15, 2012
-
-
Benoit Jacob authored
-
- Sep 06, 2012
-
-
Makoto Kato authored
-
- Sep 02, 2012
-
-
Randell Jesup authored
-
- Oct 10, 2012
-
-
Josh Matthews authored
-
- Oct 09, 2012
-
-
foudfou authored
Bug 793433 - Fix crash when nsAppShellService::RegisterTopLevelWindow called with invalid arguments. r=bholley --HG-- extra : rebase_source : 2f3be0e474c727ea5a58177809bf3af1f34477ec
-
- Oct 16, 2012
-
-
Ehsan Akhgari authored
Bug 722983 - Fix the back-end handling of permanent private browsing mode through the per-window private browsing APIs; r=jdm --HG-- extra : rebase_source : 31358b29c5b3c5f6921598ea3246aede62ca78db
-
Jonathan Kew authored
bug 794038 pt 1.0 - use global display pixel coordinates to persist and restore XUL window position and size. r=roc
-
Jonathan Kew authored
bug 794038 pt 0.9 - provide an unscaledDevicePixelsPerCSSPixel attribute on nsIBaseWindow to expose the default device-pix/css-pix ratio. r=roc
-
Jonathan Kew authored
bug 794038 pt 0 - use the existing #defines for XUL window attribute names instead of repeating NS_LITERAL_STRING. r=roc
-
- Aug 23, 2012
-
-
Justin Lebar authored
-
- Aug 22, 2012
-
-
Ehsan Akhgari authored
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg This patch was generated by a script. Here's the source of the script for future reference: function convert() { echo "Converting $1 to $2..." find . ! -wholename "*nsprpub*" \ ! -wholename "*security/nss*" \ ! -wholename "*/.hg*" \ ! -wholename "obj-ff-dbg*" \ ! -name nsXPCOMCID.h \ ! -name prtypes.h \ -type f \ \( -iname "*.cpp" \ -o -iname "*.h" \ -o -iname "*.c" \ -o -iname "*.cc" \ -o -iname "*.idl" \ -o -iname "*.ipdl" \ -o -iname "*.ipdlh" \ -o -iname "*.mm" \) | \ xargs -n 1 sed -i -e "s/\b$1\b/$2/g" } convert PRInt8 int8_t convert PRUint8 uint8_t convert PRInt16 int16_t convert PRUint16 uint16_t convert PRInt32 int32_t convert PRUint32 uint32_t convert PRInt64 int64_t convert PRUint64 uint64_t convert PRIntn int convert PRUintn unsigned convert PRSize size_t convert PROffset32 int32_t convert PROffset64 int64_t convert PRPtrdiff ptrdiff_t convert PRFloat64 double
-
- Sep 18, 2012
-
-
Bobby Holley authored
-
- Aug 04, 2012
-
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
- Jul 30, 2012
-
-
Aryeh Gregor authored
-
- Jul 25, 2012
-
-
foudfou authored
-
- Jul 23, 2012
-
-
Ehsan Akhgari authored
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more xpfe/appshell parts); blanket-r=bzbarsky --HG-- extra : rebase_source : 8e8ef6aedcaf1a5fd74e2805101868915a363522
-
- Jul 19, 2012
-
-
Ehsan Akhgari authored
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (xpfe/appshell parts); blanket-r=bzbarsky
-