Justin Lebar
|
b7ee1ad45c
|
Bug 802366 - Prelude, part 2: Rename GetParentIgnoreBrowserFrame to GetSameTypeParentIgnoreBrowserAndAppBoundaries. r=bz
It's a long name, but at least it's clear.
|
2012-10-30 15:55:05 -04:00 |
|
Josh Matthews
|
f1177e93cb
|
Bug 804653 - Make destroying a private docshell update the global count of private docshells instead of waiting an indefinite amount of time for the destructor. r=bz
|
2012-10-30 09:21:52 -04:00 |
|
Ryan VanderMeulen
|
cc97164dd9
|
Backout f5de2f1dd9d7 (bug 804653) due to leaks.
|
2012-10-30 10:13:08 -04:00 |
|
Josh Matthews
|
dd3c64d914
|
Bug 804653 - Make destroying a private docshell update the global count of private docshells instead of waiting an indefinite amount of time for the destructor. r=bz
|
2012-10-30 09:21:52 -04:00 |
|
Chris Pearce
|
a710077c4c
|
Bug 805301 - Rename iframe.mozallowfullscreen to allowfullscreen. r=jlebar
|
2012-10-30 11:02:24 +13:00 |
|
Bobby Holley
|
d38c48122d
|
Bug 789224 - Remove miscellaneous UniversalXPConnect checks sprinkled throughout gecko. r=mrbkap
|
2012-10-22 08:29:55 +02:00 |
|
Neil Deakin
|
49166cf673
|
Bug 621944, find and replace doesn't wrap in mail compose, use the correct focused frame, r=neil
|
2012-10-18 09:18:30 -04:00 |
|
Jason Duell
|
9325f9cc9e
|
Bug 802885 - Disable offline cache entries for private channels under e10s r=jdm
|
2012-10-17 22:00:16 -07:00 |
|
Jonathan Kew
|
69d8813220
|
bug 794038 pt 2.0 - respond to changes to backing-store resolution when a window moves between HiDPI and non-HiDPI displays. r=smichaud
|
2012-10-16 20:41:20 +01:00 |
|
Jonathan Kew
|
80e3bb06d8
|
bug 794038 pt 0.9 - provide an unscaledDevicePixelsPerCSSPixel attribute on nsIBaseWindow to expose the default device-pix/css-pix ratio. r=roc
|
2012-10-16 20:41:19 +01:00 |
|
David Zbarsky
|
4b19c3aab0
|
Fix some && within || warnings, no bug
|
2012-10-15 21:00:21 -04:00 |
|
Oonishi Atsushi
|
cd6d669404
|
Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz
|
2012-10-13 13:20:55 -04:00 |
|
Josh Matthews
|
3cd477f5ba
|
Bug 795556 - Part 2: Move privacy status propagation for new windows into the platform. r=bz
|
2012-10-10 11:28:42 -04:00 |
|
Chris Pearce
|
295fecf68b
|
Bug 795184 - Make iframe.mozallowfullscreen percolate across process boundaries. r=jlebar
|
2012-10-08 10:12:50 +13:00 |
|
Olli Pettay
|
290b741e90
|
Bug 797909, null principal for initial about:blank, r=bz
|
2012-10-05 02:01:34 +03:00 |
|
Ehsan Akhgari
|
8b0fca704d
|
Bug 795015 - Set the initial state of the per-docshell private browsing flag based on the state of the global PB service; r=jdm,bzbarsky
|
2012-09-30 21:55:42 -04:00 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Ryan VanderMeulen
|
0c6a12cddb
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-09-20 21:23:35 -04:00 |
|
Dave Camp
|
404edd3acc
|
Merge fx-team to m-c
|
2012-09-20 15:52:35 -07:00 |
|
Tim Taubert
|
603baac80c
|
Bug 422543 - part 1 - make session history support multiple listeners; r=smaug
|
2012-09-20 16:41:18 +02:00 |
|
Justin Lebar
|
bb51db532b
|
Bug 791011 - When doing a hash navigation, cancel any outstanding document loads, but don't cancel other network activity. r=bz
|
2012-09-20 15:16:54 -04:00 |
|
Ehsan Akhgari
|
86b8096134
|
Bug 741059 - Part 4: Update the callers to mozIAsyncFavicon::SetAndFetchFaviconForPage; r=jdm,bz,mak
|
2012-09-06 00:34:50 -04:00 |
|
Ehsan Akhgari
|
57ec2ec569
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Patrick Wang
|
17a400a1b7
|
Bug 775464 - Part 1: Add nsILoadContext::GetTopFrameElement. r=smaug
|
2012-08-22 14:47:23 +08:00 |
|
Ms2ger
|
3d8dae2928
|
Bug 785642 - Return failure from nsDocShell::CaptureState if SaveWindowState returns null; r=mrbkap
|
2012-09-06 09:25:05 +02:00 |
|
Ms2ger
|
595591b549
|
Bug 785067 - Outparamdel nsGlobalWindow::SaveWindowState; r=mrbkap
|
2012-09-06 09:20:26 +02:00 |
|
Makoto Kato
|
8696ddea08
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
|
Bobby Holley
|
93b52934a8
|
Bug 774633 - Remove dead mOpenerScriptPrincipal. r=jst
This value is initialized to null and never set, so we can get rid of it.
|
2012-09-05 11:32:06 -07:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Philipp von Weitershausen
|
0829e9bcf4
|
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
|
2012-08-27 11:13:02 -03:00 |
|
Justin Lebar
|
09d4197337
|
Bug 775009 - Part 2: Fix. r=bz
|
2012-08-25 18:23:53 -04:00 |
|
Matt Brubeck
|
2ee6f37afd
|
Back out 670c8a2695b3 (bug 771354), 134557d57e6e 4ad52e488977 (bug 774607), and...
036eb8c2a08a d4d36e3b948f 35334e820632 6bd07fd5147d d49e7c0d762c 407f19deb14c d84551808abb (bug 774633)
on a CLOSED TREE
|
2012-08-23 21:34:27 -07:00 |
|
Bobby Holley
|
16ca2e4d85
|
Bug 774633 - Remove dead mOpenerScriptPrincipal. r=jst
This value is initialized to null and never set, so we can get rid of it.
|
2012-08-23 16:44:52 -07:00 |
|
Justin Lebar
|
9c41555840
|
Bug 784436 - Part 2: Use new infallible nsIDocShell methods. r=bz
|
2012-08-22 18:27:04 -07:00 |
|
Justin Lebar
|
c2ec4fca5f
|
Bug 784436 - Part 1: Make some nsIDocShell attributes infallible. r=bz
|
2012-08-22 18:27:04 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
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
|
2012-08-22 11:56:38 -04:00 |
|
Ian Melven
|
509794f488
|
Bug 341604 - modify CheckMayLoad to allow sandboxed workers to load blob and data URIs r=jst
|
2012-08-20 11:34:33 -07:00 |
|
Ian Melven
|
1e1aba63ce
|
Bug 341604 - Implement HTML5 sandbox attribute for IFRAMEs r=smaug r=jst
|
2012-08-20 11:34:32 -07:00 |
|
Chris Pearce
|
0b56415dc6
|
Bug 725770. r=bz
|
2012-08-15 13:51:19 +12:00 |
|
Justin Lebar
|
3fdb7665ae
|
Bug 769254 - Part 2: Modify nsPIWindowWatcher::OpenWindowJS (renamed to OpenWindow2) so we can pass in the URL for target=_blank links without navigating the opened window to that URL. r=bz
|
2012-08-14 10:58:00 -04:00 |
|
Aryeh Gregor
|
691ef24b2a
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Justin Lebar
|
4695b4a15f
|
Bug 780351 - Don't let code in different apps access each others' windows. r=smaug
|
2012-08-13 15:19:09 -04:00 |
|
Boris Zbarsky
|
3d3f058246
|
Bug 703855. Don't update performance timing or navigation timing state during document.open. r=jst
|
2012-08-08 23:47:04 -04:00 |
|
Chris Jones
|
41f367b6fd
|
Revert e3e9040a6eb9 for M2 failures
|
2012-08-08 21:58:23 -07:00 |
|
Boris Zbarsky
|
3beaa1f31b
|
Bug 703855. Don't update performance timing or navigation timing state during document.open. r=jst
|
2012-08-08 23:47:04 -04:00 |
|
Jason Duell
|
af4310dda7
|
Bug 780818 - Remove getExtendedOrigin from nsILoadContext. r=smaug, sr=sicking
|
2012-08-07 22:09:28 -07:00 |
|
Ms2ger
|
6edb691006
|
Bug 780168 - Avoid a couple QIs in nsDocShell::GetInterface(nsIDocument); r=bz
|
2012-08-04 09:44:01 +02:00 |
|
Ed Morley
|
a246794e16
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
d2b41a7ecd
|
Bug 780168 - Avoid a couple QIs in nsDocShell::GetInterface(nsIDocument); r=bz
|
2012-08-04 09:44:01 +02:00 |
|
Devdatta Akhawe
|
dc71ddb079
|
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
|
2012-08-02 18:51:17 -07:00 |
|