Commit Graph

1794 Commits

Author SHA1 Message Date
Makoto Kato
d4c6055a62 Bug 968647 - Part 1. Add postion change notification for IME. r=roc 2014-02-28 16:45:01 +09:00
Blake Kaplan
05044bbe0a Bug 956704 - Introduce a mechanism for only suppressing animation frames. r=smaug 2014-02-26 15:58:21 -08:00
James Kitchener
ca9510e346 Bug 464222 - Allow URI loads with a base URI argument. r=bz 2014-02-20 08:43:53 -05:00
Bill McCloskey
81bfc2d069 Bug 960783 - Support "new out-of-process window" menu item in nightly (r=felipe,bsmedberg,trevor,ted) 2014-02-11 09:01:08 -08:00
Bill McCloskey
adf8cc1615 Bug 960783 - Add nsILoadContext flags for remote (out-of-process) windows (r=ehsan) 2014-02-11 09:00:54 -08:00
Bob Owen
f3dacece30 Bug 624883 - Treat view-source as an unrecognised scheme if not top-level. r=bz 2014-01-23 16:02:33 +00:00
Carsten "Tomcat" Book
90b75a472d merge fx-team to mozilla-central 2014-02-07 09:52:32 +01:00
Brad Lassey
65168a035d bug 963505 - iframes should load with low network priority r=bz 2014-02-06 13:33:39 -08:00
Cameron McCormack
3d0c2f1d70 Bug 969099 - Initialize nsPresContext::mIsChrome eagerly. r=roc 2014-02-07 14:08:49 +11:00
Henri Sivonen
40ec11e68d Bug 910211 - Guess the fallback encoding from the top-level domain when feasible. r=emk. 2014-02-06 11:08:01 +02:00
Gregor Wagner
18a8703cf4 [Bug 967342] Server not found pages have '&f=regular' appended to url. r=bz 2014-02-05 07:57:16 +01:00
Honza Bambas
88929cec3e Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking 2014-02-04 01:52:57 +01:00
Michael Henretty
27392eefc0 Bug 959800 - [Offline] mozbrowser iframes don't display correct offline content. r=fabrice, bz 2014-01-30 15:06:34 -08:00
Olli Pettay
01fa7e9f98 Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout 2014-01-30 21:35:44 -08:00
James Kitchener
c838e2082e Bug 964239 - Docshell and session history changes to add baseURI information to srcdoc loads. r=bz 2014-02-06 09:46:29 -05:00
Ms2ger
582319fb44 Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
Ms2ger
84ef2edec8 Bug 956475 - Use atoms efficiently in ForEachPing; r=smaug 2014-01-20 08:58:25 +01:00
Bob Owen
b89aecb034 Bug 785310 - HTML5 sandboxed iframe should not be able to perform top navigation when scripts are allowed. r=bholley, r=smaug 2014-01-13 07:58:16 +00:00
Gijs Kruitbosch
cebaebcedf Bug 956524 2014-01-16 16:57:13 +01:00
Olli Pettay
0d7e2d8fca Bug 930793 - Remove favor performance mode, r=roc,avih 2014-01-16 16:09:08 +02:00
Tom Schuster
4a7dd51a60 Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Boris Zbarsky
5b922153d8 Bug 957479. Make pushState work correctly after document.open(). r=smaug 2014-01-13 15:08:56 -05:00
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