Ryan VanderMeulen
|
91f3f35f51
|
Bug 1019315 - Disable test_viewsource_forbidden_in_iframe.xul on all platforms for frequent intermittent failures.
|
2014-06-07 01:06:23 -04:00 |
Mike Conley
|
1da1d37e14
|
Bug 1021466 - Part 1: Make it possible to stash opener and newly created TabParent's inside DocShell. r=smaug.
|
2014-06-05 22:49:43 -04:00 |
Honza Bambas
|
4b98e16e4c
|
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
|
2014-06-05 20:14:07 +02:00 |
Ryan VanderMeulen
|
006487470f
|
Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
|
2014-06-05 13:32:04 -04:00 |
Honza Bambas
|
995070a4f7
|
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
|
2014-06-05 18:27:38 +02:00 |
Jeremy Poulin
|
21428535f7
|
Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
|
2014-06-03 13:37:46 -07:00 |
Tim Taubert
|
7185561a51
|
Bug 1012221 - Setting browser.send_pings.max_per_link to -1 should allow for an unlimited number of pings r=jst
|
2014-05-18 10:06:42 +02:00 |
Matt Woodrow
|
4f06bca31f
|
Bug 854421 - Part 12: Use the view tree to find the subdocument frame in nsDocShell. r=tn
|
2014-05-30 16:38:48 +12:00 |
Trevor Saunders
|
a7a065cd75
|
bug 966084 - don't QI the result of win->GetFrameElementInternal() when its not required r=smaug
|
2014-01-23 16:14:29 -05:00 |
Trevor Saunders
|
78966cf36b
|
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
|
2014-01-09 21:03:47 -05:00 |
Neil Rashbrook
|
ef8d375d0b
|
Bug 869836 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
Relading with correct bug number so DONTBUILD.
--HG--
extra : amend_source : 6e05de7729c27761564124212b7d4cbe3318e482
|
2014-05-26 21:54:10 +03:00 |
Birunthan Mohanathas
|
7ed88d413a
|
Backout 8b8bbe7aa1cc due to wrong bug number
|
2014-05-27 14:42:13 +03:00 |
Birunthan Mohanathas
|
d9e420fc7c
|
Bug 869836 - Part 12: Use `Assign('c')` instead of `AssignLiteral("c")`. r=ehsan
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
|
2014-05-26 21:55:08 +03:00 |
Neil Rashbrook
|
71828ecc1c
|
Bug 995730 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
--HG--
extra : rebase_source : d2d3d611c06a2a7ec930fb11576d7c8335c0a6e2
|
2014-05-26 21:54:10 +03:00 |
Peter Van der Beken
|
034f5ffcab
|
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : 4ee28872adf9d03d9dc28880426383224359fd78
|
2014-04-08 20:48:37 +02:00 |
Gijs Kruitbosch
|
db892a8095
|
Bug 1013457 - remove browser.frames.enabled pref, r=bz
|
2014-05-23 10:54:58 +01:00 |
Monica Chew
|
bce84acfd9
|
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
|
2014-05-22 16:26:57 -07:00 |
Birunthan Mohanathas
|
952b834c76
|
Bug 869836 - Part 9: Use AssignLiteral instead of `Assign(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:52 +03:00 |
Birunthan Mohanathas
|
58641805f1
|
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
0e6f3a6562
|
Bug 869836 - Part 3: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
19bebbc68d
|
Bug 869836 - Part 2: Use AppendLiteral instead of `Append(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:50 +03:00 |
Robert Longson
|
1ae2b317ca
|
Bug 953360 - <a ping> attribute should split on white space not only space r=jst
|
2014-05-18 09:51:16 +02:00 |
Nick Lebedev
|
c49e263d0f
|
Bug 998002 - Rename nsContentUtils::Get{Subject,Object}Principal to nsContentUtils::{Subject,Object}Principal. r=bholley
|
2014-05-13 11:58:00 +02:00 |
Makoto Kato
|
752e23f084
|
Bug 1008795 - Remove MOZ_ENABLE_MEEGOTOUCHSHARE. r=romaxa
|
2014-05-12 20:01:04 +09:00 |
Bob Owen
|
c188e4e5b0
|
Bug 996280 - Use the docshell's sandbox flags if we can't get the active document in IsSandboxedFrom(). r=smaug
|
2014-05-06 19:48:33 +01:00 |
Bobby Holley
|
8ba3be8772
|
Bug 997987 - Cache the system principal on nsContentUtils and remove nsIScriptSecurityManager::SubjectPrincipalIsSystem. r=Ms2ger,sr=bz
|
2014-05-06 15:43:03 -07:00 |
Bobby Holley
|
5a3bee8d99
|
Bug 997987 - Remove usage of nsIScriptSecurityManager::GetSubjectPrincipal. r=Ms2ger
|
2014-05-06 15:43:03 -07:00 |
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
Steven MacLeod
|
68cd3b0f84
|
Bug 981900 - Add OnHistoryReplaceEntry to nsISHistoryListener to handle history.replaceState. r=smaug
|
2014-04-24 15:12:15 -04:00 |
Ehsan Akhgari
|
dce67ec86b
|
Bug 772823 - Focus the main test window before closing the newly opened window in order to work around an unknown focus manager bug; r=gavin
|
2014-04-17 10:59:10 -04:00 |
Adrian Lungu
|
864ffca9e7
|
Bug 822480 - Add in the Resource Timing API. r=honzab, r=jst
|
2013-10-15 18:35:44 -07:00 |
Gabor Krizsanits
|
732591ddc0
|
Bug 996069 - Part2: minor cleanup in docshell. r=bz
|
2014-04-16 22:29:34 +02:00 |
Gabor Krizsanits
|
2434cfbdd2
|
Bug 996069 - Part1: nsContentUtils::IsSystemOrExpandedPrincipal. r=bz
|
2014-04-16 22:29:12 +02:00 |
Gabor Krizsanits
|
9cb5c0ec46
|
Bug 821809 - Part2: Excluding nsEP from principal inheriting. r=bz
|
2014-04-10 19:52:45 +02:00 |
Ed Morley
|
67b81d9bd4
|
Merge latest green inbound changeset and mozilla-central
|
2014-04-10 17:55:29 +01:00 |
Geoff Brown
|
df1d237299
|
Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey
|
2014-04-09 08:38:44 -06:00 |
Tim Taubert
|
3f87b82238
|
Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz
|
2014-04-02 08:21:14 +02:00 |
Neil Deakin
|
f9e1db1ab8
|
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
|
2014-04-04 13:11:12 -04:00 |
Neil Rashbrook
|
936188506a
|
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
|
2014-04-03 23:06:26 +01:00 |
Ehsan Akhgari
|
76f5142852
|
Bug 990202 - Move the test page to a new window to prevent it from navigating the test runner frame back; r=bzbarsky
|
2014-04-02 08:53:04 -04:00 |
Mark Hammond
|
cae334e085
|
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
|
2014-04-02 10:53:55 +11:00 |
Bob Owen
|
cdb03c60fa
|
Bug 986439 - Enable tests that now pass with e10s. r=bz
|
2014-03-31 10:17:02 +01:00 |
Masayuki Nakano
|
f6885469a0
|
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
|
2014-04-01 13:09:23 +09:00 |
Ehsan Akhgari
|
81349dba22
|
Bug 919208 follow-up - Disable the test on b2g desktop similar to the other tests in this directory which call window.open
|
2014-03-30 10:23:54 -04:00 |
Ehsan Akhgari
|
da43718079
|
Bug 919208 - Rewrite test_bug668513.html to run in its own window so that it won't be able to navigate the test runner frame back; r=bzbarsky
--HG--
rename : docshell/test/test_bug668513.html => docshell/test/file_bug668513.html
|
2014-03-30 08:45:58 -04:00 |
Ms2ger
|
4eb83267c9
|
Bug 984006 - Remove xpcom/ds from local includes; r=ehsan
|
2014-03-27 21:05:14 +01:00 |
Andrea Marchesini
|
fdcbca4082
|
Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey
|
2014-03-25 18:37:13 +00:00 |
Bobby Holley
|
dffeca26fa
|
Bug 986542 - Don't categorically disable script for detached docshells. r=bz
|
2014-03-23 12:54:18 -03:00 |
Kyle Huey
|
b564544cf7
|
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
|
2014-03-15 12:00:17 -07:00 |
Bill McCloskey
|
fd05f3eb04
|
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
|
2014-03-13 21:38:19 -07:00 |