Boris Zbarsky
|
a7ea0438cd
|
Bug 881487. Make anchor scrolls on wyciwyg documents work correctly. r=smaug
|
2014-01-13 15:08:55 -05:00 |
|
Christian Legnitto
|
f7e28b9d25
|
Bug 935377 - Firefox should fix common scheme typos, r=dolske
|
2014-01-12 12:02:27 -08:00 |
|
Trevor Saunders
|
c5bbaf6b46
|
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
|
2014-01-06 17:34:15 -05:00 |
|
Phil Ringnalda
|
52b7fd0825
|
Back out 2e7e2de7b13e (bug 948574) for b2g mochitest crashes
CLOSED TREE
|
2014-01-07 21:10:23 -08:00 |
|
David Keeler
|
3cd5b3c1e7
|
bug 948574 - remote nsISiteSecurityService::IsSecureURI r=bz
|
2014-01-07 11:31:30 -08:00 |
|
Ehsan Akhgari
|
86c8e10b97
|
Merge m-c into inbound
|
2014-01-04 12:14:57 -05:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Mats Palmgren
|
f3b2efc7f6
|
Bug 952827 - Remove unused methods from nsIScrollable. r=roc
|
2014-01-03 21:08:50 +00:00 |
|
Tim Taubert
|
2540dc1a87
|
Bug 786347 - Follow-up to clear timeout when ping request has finished r=bz
From eab14c820eb1bc0ae71b9727cc33ada2d567f5bf Mon Sep 17 00:00:00 2001
|
2013-12-18 01:11:44 +01:00 |
|
Tim Taubert
|
f6d8dbfee6
|
Bug 786347 - Fix <a ping> implementation to follow spec r=bz
From ecd12f2127c5b21e78fdb937e8feb7de1da53023 Mon Sep 17 00:00:00 2001
|
2013-12-12 21:34:01 +01:00 |
|
Trevor Saunders
|
b4ae5fdd96
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Birunthan Mohanathas
|
88a0348924
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
|
2013-12-08 21:52:54 -05:00 |
|
Henri Sivonen
|
26ce4727d8
|
Bug 945627 - Remove tracking of URL UTF-8ness. r=dao,bzbarsky.
|
2013-12-05 18:03:12 +02:00 |
|
Jan Beich
|
68fc00572b
|
Bug 942921 - Explicitly include unistd.h for getpid() for non-Linux debug builds. r=smaug
|
2013-11-26 17:25:24 -05:00 |
|
Henri Sivonen
|
b44e3cd68d
|
Bug 942802 - Make nsDocShell::SetForcedCharset check its argument. r=smaug.
|
2013-11-26 14:49:42 +02:00 |
|
Trevor Saunders
|
4ef73ce6d0
|
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
|
2013-11-15 02:12:43 -05:00 |
|
Patrick McManus
|
a6c7c67413
|
bug 831153 iframes are not reloaded on shift reload r=bz
|
2013-11-17 14:40:06 -05:00 |
|
Bobby Holley
|
fcc9169d4f
|
Bug 840488 - Directly mark compartments whose docshells disable script execution. r=bz
|
2013-11-12 16:43:33 -08:00 |
|
Bobby Holley
|
035fbf805a
|
Bug 840488 - Introduce a mechanism to temporarily or permanently block script for a given scope, and use it for unsafe channels. r=bz
|
2013-11-12 16:43:33 -08:00 |
|
Christoph Kerschbaumer
|
e564105344
|
Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs. r=smaug
|
2013-08-22 15:13:16 -07:00 |
|
Christoph Kerschbaumer
|
29720abf99
|
Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - update load-reload inconsistency. r=tanvi, r=smaug
|
2013-09-05 10:59:13 -07:00 |
|
Tim Taubert
|
0325d6844d
|
Bug 934091 - Add current process ID to the {++|--}{DOMWINDOW|DOCSHELL} debug output r=smaug
From cbc766c3d5bae69f438bdc096f935c40e23b0f36 Mon Sep 17 00:00:00 2001
|
2013-11-07 09:53:04 +01:00 |
|
Wes Kocher
|
a9e088e3b2
|
Merge m-c to inbound
|
2013-11-07 17:56:10 -08:00 |
|
Paul Rouget
|
91bd3d3854
|
Bug 890195 - allow deviceSizeIsPageSize default value to be set via a preference. r=bz
|
2013-11-07 14:40:23 +01:00 |
|
Paul Rouget
|
6fec9c7b62
|
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
|
2013-11-07 14:40:23 +01:00 |
|
Carsten "Tomcat" Book
|
b2e0c95c78
|
Backed out changeset 48ba597444e8 (bug 934091) for linux build bustage on a CLOSED TREE
|
2013-11-06 08:40:37 +01:00 |
|
Tim Taubert
|
c16d0db2d6
|
Bug 934091 - Add current process ID to the {++|--}{DOMWINDOW|DOCSHELL} debug output r=smaug
From 4ac8092c5148f927e305be79c1667173d456313c Mon Sep 17 00:00:00 2001
|
2013-11-02 11:29:40 +01:00 |
|
Henri Sivonen
|
8452e562d7
|
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
|
2013-11-04 13:24:33 +02:00 |
|
Carsten "Tomcat" Book
|
e1a5108ab1
|
Backed out changeset 88e0c01e2d81 (bug 910192) bustage on a CLOSED TREE
|
2013-11-04 13:04:02 +01:00 |
|
Henri Sivonen
|
61510815c4
|
Bug 910192 non-UI part - Get rid of intl.charset.default as a localizable pref and deduce the fallback from the locale. r=bzbarsky.
|
2013-11-04 13:24:33 +02:00 |
|
Trevor Saunders
|
54a01461f2
|
bug 935325 - merge nsIScriptGlobalObjectOwner into nsIDocShell r=smaug
|
2013-05-27 06:07:01 -04:00 |
|
Peter Van der Beken
|
e46609f302
|
Bug 918345 - Turn on WebIDL binding generation for Window and hook it up to quickstubs. r=bz.
|
2013-10-08 17:51:42 +02:00 |
|
Ms2ger
|
69b50c2dad
|
Backout changeset 2e466ccc7bd0 for devtools test failures.
|
2013-10-26 17:02:20 +02:00 |
|
Peter Van der Beken
|
d659070fdf
|
Bug 918345 - Turn on WebIDL binding generation for Window and hook it up to quickstubs. r=bz.
|
2013-10-08 17:51:42 +02:00 |
|
Shih-Chiang Chien
|
f114fa7fa1
|
Bug 926289 - Part 1, Add recording type and request URL in recording-device-events. r=khuey.
|
2013-10-25 20:04:50 -04:00 |
|
Nicholas Hurley
|
4168572e49
|
Bug 881804 (part 2) - Plumb docshell into predictive network actions. r=smaug
|
2013-10-25 14:56:53 -07:00 |
|
Henri Sivonen
|
86b1606c5c
|
Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky.
|
2013-10-16 04:46:10 +03:00 |
|
Gabor Krizsanits
|
5c6c93c295
|
Bug 565388 - No paint for invisible docshell. r=tnikkel
|
2013-10-16 15:18:42 +02:00 |
|
Bob Owen
|
ce3901c96c
|
Bug 766282 - Implement allow-popups directive for iframe sandbox. r=smaug
|
2013-03-21 18:44:58 +00:00 |
|
David Christiandy
|
a18e0f74e2
|
Bug 906282 - Replace pref observer with var cache and remove nsIObserver inheritance. r=bz
|
2013-10-06 15:30:19 -04:00 |
|
Wes Kocher
|
168a177ec1
|
Merge b2g-i to m-c
|
2013-09-24 19:58:09 -07:00 |
|
Fabrice Desré
|
9100421700
|
Bug 882186 - [System] Replace blue offline error page with new UX r=vingtetun,bz
|
2013-09-24 14:21:10 -07:00 |
|
Felipe Gomes
|
b967fd1fb4
|
Bug 916667 - about:tabcrashed fails to display for pages with no title. r=markh,glandium
|
2013-09-24 00:47:57 -03:00 |
|
Paul Rouget
|
37189849e5
|
Backed out changeset 184a0076278b (bug 890195). Almost-perma orange
|
2013-09-18 17:53:15 +02:00 |
|
Ryan VanderMeulen
|
0ed368024f
|
Merge m-c to inbound.
|
2013-09-17 22:47:28 -04:00 |
|
Ryan VanderMeulen
|
50485497e9
|
Merge m-c to fx-team on a CLOSED TREE.
|
2013-09-17 20:27:03 -04:00 |
|
Mina Almasry
|
44fe7870d8
|
Bug 912166 - Make nsIWidget::GetDefaultScale return a typed scale value. r=roc
|
2013-09-17 20:45:19 -04:00 |
|
Ehsan Akhgari
|
b3e04d9d5a
|
Bug 917304 - Remove some dead code in docshell/; r=bzbarsky
|
2013-09-17 12:38:56 -04:00 |
|
Paul Rouget
|
c60e3873e6
|
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
|
2013-07-17 05:08:00 +02:00 |
|
Tom Schuster
|
ae6902f444
|
Bug 915822 - Make GetTabChildFrom a class method on TabChild. r=smaug
|
2013-09-12 15:24:11 -04:00 |
|