William Chen
e3a54600ad
Bug 1196290 - Do not update orientation lock when app docshell is activated. r=smaug
2015-08-20 17:25:05 -07:00
Wes Kocher
76933589ec
Merge inbound to central, a=merge
2015-08-20 12:42:21 -07:00
Yury Delendik
db95c50ce6
Bug 1192450 - Remove PlayPreview registration from Shumway. r=jet
2015-08-18 11:24:16 -05:00
William Chen
05ab6fb0ae
Bug 1131470 - Part 5: Handle changes to active orientation lock. r=smaug
2015-08-18 15:28:01 -07:00
Christoph Kerschbaumer
a12861eafc
Bug 1193552 - Remove baseURI from LoadInfo (r=sicking,jkitch)
2015-08-19 10:43:30 -07:00
Arnaud Bienner
5f922f1572
Bug 1190086 - Use new String::Contains(char) method more widely r=froydnj
2015-08-14 00:49:15 +02:00
Aryeh Gregor
bac1b8bdfe
Bug 1179451 - Part 1: Rewrite some ternary operators as if/else. r=froydnj
2015-08-13 15:22:48 +03:00
Christoph Kerschbaumer
884725d01a
Bug 1192955 - Use channel->ascynOpen2 for PING in docshell/base/nsDocShell.cpp (r=sicking)
2015-08-13 08:53:28 -07:00
Ehsan Akhgari
4260d89a31
Bug 1191491 - Do not dispatch an audio-playback notification when swapping browsers; r=smaug
...
We send a pagehide event during swapping docshell frame loaders, and
before this patch we would not be able to differentiate this event with
the one that we send when navigating away from a page, so we would
incorrectly dispatch an audio-playback notification indicating that
audio playback has stopped. This patch adds a flag to the root docshell
when the frame loader swapping is in progress and disables the above
behavior when that flag is set.
2015-08-07 12:18:24 -04:00
Carsten "Tomcat" Book
ed7c3da5fe
Merge mozilla-central to fx-team
2015-08-05 13:36:41 +02:00
Victor Porof
2d8f660524
Bug 1190826 - Rename "AddMarkerTo*" to "AddMarkerFor*" to reflect the new philosophy behind markers, r=tromey
2015-08-05 12:32:24 +02:00
Birunthan Mohanathas
e1f0334d06
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
...
Comment-only so DONTBUILD.
2015-08-04 16:17:36 -07:00
Robert O'Callahan
d10c4321ce
Bug 1184842. Add aNewValue to nsIMutationObserver::AttributeWillChange. r=peterv
2015-07-25 18:05:19 +12:00
Robert O'Callahan
d67ff5c3b6
Bug 1184842. Pass aOldValue to all mutation observers. r=peterv
2015-07-25 18:01:19 +12:00
Junior Hsu
4376bd27f7
Bug 1043110 - Part 2 - dispatch mozbrowsererror. r=kanru
2015-07-15 18:13:16 +08:00
Junior Hsu
6c768db7c2
Bug 1043110 - Part 1 - Display a load error if we navigate to a page which is not claimed in |widgetPages|. r=bz
2015-04-27 14:17:41 +08:00
Bobby Holley
59c4d9cf6c
Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj
2015-07-29 10:44:59 -07:00
Tom Tromey
5b6fe925f0
Bug 1148593 - Create async stack in callback objects. r=bz, r=fitzgen
2015-07-24 07:01:00 -04:00
Ryan VanderMeulen
89f3a33336
Merge fx-team to m-c. a=merge
2015-07-27 10:39:37 -04:00
Christoph Kerschbaumer
0446934725
Bug 1187217 - Fix deref nullptr loadInfo in nsDocShell::LoadStream. r=bz
2015-07-24 12:15:14 -07:00
Victor Porof
da3d283a9e
Bug 1184377 - Move nsDocShell::PopProfileTimelineMarkers logic to ObservedDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Carsten "Tomcat" Book
7d1d8c5361
merge mozilla-inbound to mozilla-central a=merge
2015-07-24 12:54:13 +02:00
Ryan VanderMeulen
91139f31c2
Merge m-c to inbound. a=merge
2015-07-23 16:05:45 -04:00
Eric Rahm
799e4999c6
Bug 1184275 - Remove warnings that URI is not a file URI. r=jduell
...
This error is handled properly and appears to happen due to legitimate usage.
The warnings are updated to just return the proper error code.
2015-07-23 11:03:25 -07:00
Victor Porof
28a4aa678c
Bug 1183235 - Keep the dochsell-specific markers inside a ObservedDocShell managed list instead of nsDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Eric Rahm
ca3cb85d86
Bug 1184260 - Remove warning if GetRootScrollFrame returns null in GetCurScrollPos. r=smaug
2015-07-22 09:24:57 -07:00
Carsten "Tomcat" Book
4f4600f00c
merge mozilla-inbound to mozilla-central a=merge
2015-07-21 16:56:44 +02:00
Victor Porof
5483f72839
Bug 1183231 - Maintain a list of timeline-observed docshells outside of nsDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Michael Layzell
ec0195ef0d
Bug 1184971 - Expose cookieBehavior and cookieLifetimePolicy preference variants from nsICookieService. r=ehsan
2015-07-17 08:01:00 +02:00
Carsten "Tomcat" Book
730486ac29
Backed out changeset 2f4b5acae553 (bug 1184971) for causing OS X Memory Leaks
2015-07-21 10:27:44 +02:00
Victor Porof
8a223e4992
Bug 1183229 - Add a way to count the number of timeline-observed docshells outside of nsDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Carsten "Tomcat" Book
e268f9c147
merge mozilla-inbound to mozilla-central a=merge
2015-07-20 11:36:42 +02:00
Victor Porof
0267134d00
Bug 1183219 - Backed out last 5 changesets for bustage, r=me on a CLOSED TREE
2015-07-18 10:21:09 -04:00
Victor Porof
6609b1944f
Bug 1184377 - Move nsDocShell::PopProfileTimelineMarkers logic to ObservedDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Victor Porof
9a1eb87806
Bug 1184376 - Remove nsDocShell::AddProfileTimelineMarker, r=smaug
2015-07-18 09:35:59 -04:00
Victor Porof
739eeae2bc
Bug 1183235 - Keep the dochsell-specific markers inside a ObservedDocShell managed list instead of nsDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Victor Porof
26049dcc4e
Bug 1183231 - Maintain a list of timeline-observed docshells outside of nsDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Victor Porof
f59232b08e
Bug 1183229 - Add a way to count the number of timeline-observed docshells outside of nsDocShell, r=smaug
2015-07-18 09:35:59 -04:00
Victor Porof
dd9c146536
Bug 1183228 - Use separate files for AutoTimelineMarker and AutoGlobalTimelineMarker, r=smaug
2015-07-17 15:51:39 -04:00
Victor Porof
3b3260cf50
Bug 1183223 - Create a markers directory temporarily inside docshell/base where all marker logic should go into, r=smaug
2015-07-17 15:51:19 -04:00
Kyle Huey
b007982122
Bug 1182316: Part 2 - Rework FORWARD_TO_OUTER_OR_THROW. r=peterv
2015-07-16 22:10:35 -07:00
Ryan VanderMeulen
3f722ff9a9
Backed out changeset 0dca237df7e2 (bug 1160307) for causing bug 1184752.
2015-07-16 20:38:13 -04:00
Franziskus Kiefer
f1c5f3d8c5
Bug 1174913 - remove unnecessary attribute parsing. r=bz
2015-07-13 18:04:42 -07:00
Cody Crews
bcd7436b6c
Bug 1178058. Don't convert an expanded principal into inheriting the current principal. Just pretend like the null principal did the load (like LOAD_FLAGS_DISALLOW_INHERIT_OWNER does). r=bholley
2015-07-16 17:53:19 -04:00
Franziskus Kiefer
6dd91e6e8a
Bug 1174913 - anchor and area referrer attributes. r=ckerschb, r=bz
2015-06-05 15:25:24 -07:00
Michael Layzell
998d1f8e15
Bug 1184971 - Expose cookieBehavior and cookieLifetimePolicy preference variants from nsICookieService. r=ehsan
2015-07-17 08:01:00 +02:00
Mike Conley
4abe0acd7c
Bug 1114299 - Regression test. r=smaug
2015-07-17 13:51:39 -04:00
Mike Conley
ca88e92da4
Bug 1114299 - Be more strict about which window chromeFlags we compute from content. r=smaug
...
We don't ever want to accept "private", "non-private", "remote" or "non-remote" from the
content process. We only let the parent decide when to open those types of windows.
2015-07-10 11:40:19 -04:00
Ehsan Akhgari
b5537d8000
Bug 1148044 - Correctly reflect frame and iframe RequestContext values; r=smaug
2015-07-18 13:18:06 -04:00
Ryan VanderMeulen
bf45776a3c
Backed out changesets fa9fe193778f and 3eaf867930dd (bug 1148593) for test_async_setTimeout_stack.html and test_async_setTimeout_stack_across_globals.html failures.
2015-07-17 12:37:24 -04:00
Tom Tromey
f2bf2f76dd
Bug 1148593 - Create async stack in callback objects. r=bz, r=fitzgen
2015-07-17 07:48:00 -04:00
Tom Tromey
f9d1c0d103
Bug 1160307 - Capture async stack frames on Javascript timeline markers. r=fitzgen, r=smaug, r=Paolo
2015-07-15 12:15:00 -04:00
Eric Rahm
0033ba1b30
Bug 1184284 - Remove txToRemove warning from nsSHistory::RemoveDuplicate. r=smaug
2015-07-15 13:18:57 -07:00
Ben Kelly
1d6f011995
Bug 1173912 Fail opaque responses for client requests. r=ehsan
2015-07-14 13:11:26 -07:00
Ben Kelly
7d248a15f8
Bug 1173934 Show a message if a docshell fails to load due to SW intercept failure. r=ehsan r=jdm
2015-07-14 13:11:26 -07:00
Victor Porof
59dc5e202d
Bug 1184376 - Remove nsDocShell::AddProfileTimelineMarker, r=smaug
2015-07-18 09:35:59 -04:00
Birunthan Mohanathas
47ed3a3675
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Neil Deakin
fefbb077b8
Bug 1132518, make document navigation with F6/Shift+F6 work in e10s. This combines the document and tab navigation mechanisms together, r=smaug
2015-07-13 06:07:49 -04:00
Wes Kocher
781244249b
Backed out changeset adf95d1cd0aa (bug 1173934) for fetch-frame-resource.https.html WPT orange and test_synthesized_response.js S4 orange CLOSED TREE
2015-07-10 15:59:01 -07:00
Wes Kocher
f2c450e6c8
Backed out changeset df6593df027b (bug 1173912)
2015-07-10 15:58:24 -07:00
Ben Kelly
44931bb4b8
Bug 1173912 Fail opaque responses for client requests. r=ehsan
2015-07-10 14:28:32 -07:00
Ben Kelly
6ff3ab6e72
Bug 1173934 Show a message if a docshell fails to load due to SW intercept failure. r=ehsan r=jdm
2015-07-10 14:28:32 -07:00
Geoff Brown
f8e98ea39a
Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin
2015-07-10 14:41:59 -06:00
Ryan VanderMeulen
b53de789d0
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-07-08 14:33:24 -04:00
Nihanth Subramanya
7f696d590e
Bug 1179058 - Implement shouldAddToSessionHistory in WebBrowserChrome JS object. r=adw
2015-07-02 11:04:06 -07:00
Gijs Kruitbosch
eece5b4ad3
Bug 1180460 - don't allow alternate URI changes inside view-source URI fixup, r=bz
2015-07-07 11:26:15 +01:00
Jose Antonio Olivera Ortega
be870f40de
Bug 1174140 - Some service worker info properties are empty in the list of service workers shown by about:sw. r=billm
2015-07-07 23:12:05 +02:00
Emanuel Hoogeveen
e1b03075a7
Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell
2015-07-07 04:17:00 +02:00
Phil Ringnalda
ac27299b59
Merge m-c to m-i
2015-07-03 19:15:06 -07:00
Juan Gomez
01df2f691b
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-07-03 18:29:00 -07:00
Yury Delendik
fa9d49a2d5
Bug 1179262 - Remove PlayPreview usage from PDF viewer. r=bz
2015-07-02 11:09:45 -05:00
Eric Rahm
ec9df1cf53
Bug 1177565 - Stop warning if EnsureScriptEnvironment returns NS_ERROR_NOT_AVAILABLE. r=smaug
2015-06-29 17:16:31 -07:00
Carsten "Tomcat" Book
c0d1c199e1
merge mozilla-inbound to mozilla-central a=merge
2015-06-29 14:17:02 +02:00
Andrea Marchesini
eff254e96b
Bug 1177621 - SharedWorkers should not be shared between a private and a non-private documents, r=nsm
2015-06-26 11:18:18 -07:00
Ryan VanderMeulen
e6131fc8b8
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
2015-06-25 19:48:42 -04:00
Nihanth Subramanya
f0487dbc5e
Bug 1118285 - The browser.newtab.url preference is abused and should be removed.
2015-05-27 17:35:03 -07:00
Andrea Marchesini
689a34864f
Bug 110567 - Remove nsIDocShell::GetURLSearchParams(), r=smaug
2015-06-24 06:49:07 -07:00
Nikhil Marathe
daba37f19e
Bug 1173389
- Disable ServiceWorker network interception by default. r=ehsan
2015-06-12 16:28:13 -07:00
Mike Conley
08545f3dce
Bug 1170488 - Add browser_multiple_pushState.js regression test. r=smaug
2015-06-16 10:15:40 -04:00
Mike Conley
afed83178c
Bug 1170488 - Document URI should be updated before sending out onLocationChange. r=smaug
2015-06-17 10:26:28 -04:00
Fernando Jimenez
60419caa2e
Bug 1152899 - Disallow the interception of third-party iframes using service workers when the third-party cookie preference is set. r=smaug,baku
2015-06-11 15:32:54 +02:00
Wes Kocher
6cc232193a
Merge m-c to inbound, a=merge CLOSED TREE
2015-06-10 18:38:28 -07:00
Wes Kocher
97a8a40886
Merge inbound to central, a=merge
2015-06-10 18:29:39 -07:00
Andrea Marchesini
24ae5c2715
Bug 1155153 - about:serviceworkers should work in e10s mode, r=nsm, r=bholley
2015-06-04 19:51:57 +01:00
Nick Fitzgerald
583b493d79
Bug 1141614 - Part 5: Add a test for cycle collection markers; r=jsantell
2015-06-10 14:05:53 -07:00
Nick Fitzgerald
629eb420ac
Bug 1141614 - Part 2: Add mozilla::AutoGlobalTimelineMarker; r=smaug
2015-06-10 14:05:53 -07:00
Nick Fitzgerald
89fef421fd
Bug 1141614 - Part 1: Maintain a list of docshells whose timeline markers are being observed; r=smaug
2015-06-10 14:05:52 -07:00
Paolo Amadini
9a2e157611
Bug 1158133 - Add a way to disable async stacks, and disable by default on mobile platforms. r=bent,jimb
2015-06-09 11:17:09 +02:00
Ryan VanderMeulen
a84d7fa0b7
Backed out 5 changesets (bug 1141614) for browser_timelineMarkers-02.js failures.
...
Backed out changeset 1db2b848699a (bug 1141614)
Backed out changeset 9becec7879dc (bug 1141614)
Backed out changeset fff492fc48ce (bug 1141614)
Backed out changeset f49e64db4a66 (bug 1141614)
Backed out changeset 63199013dac2 (bug 1141614)
CLOSED TREE
2015-06-09 13:20:24 -04:00
Nick Fitzgerald
4028b6226f
Bug 1141614 - Part 2: Add mozilla::AutoGlobalTimelineMarker; r=smaug
2015-06-08 12:40:07 -07:00
Nick Fitzgerald
f3ec8dcf22
Bug 1141614 - Part 1: Maintain a list of docshells whose timeline markers are being observed; r=smaug
2015-06-08 12:40:07 -07:00
Kartikaya Gupta
9cf8f152a4
Bug 1172224 - Ensure that docshells return an appropriate value for APZ-enabled even if they don't have a presShell. r=dvander
2015-06-08 14:46:47 -04:00
Juan Gomez
2128198065
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-06-24 14:11:00 -04:00
Carsten "Tomcat" Book
8c1a352791
Backed out changeset bc305c9b5d05 (bug 1155153) for b2g xpshell test failure on a CLOSED TREE
2015-06-05 13:07:51 +02:00
Andrea Marchesini
58d82ea2ad
Bug 1155153 - about:serviceworkers should work in e10s mode, r=nsm, r=bholley
2015-06-04 19:51:57 +01:00
David Anderson
979c0fb922
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-06-04 16:51:10 -04:00
Eric Rahm
9100016c49
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
...
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
PR_LOG_ERROR -> LogLevel::Error
PR_LOG_WARNING -> LogLevel::Warning
PR_LOG_WARN -> LogLevel::Warning
PR_LOG_INFO -> LogLevel::Info
PR_LOG_DEBUG -> LogLevel::Debug
PR_LOG_NOTICE -> LogLevel::Debug
PR_LOG_VERBOSE -> LogLevel::Verbose
Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.
Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-03 15:25:57 -07:00
Eric Rahm
6d13987359
Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
2015-06-03 15:22:28 -07:00
Honza Bambas
286d5912dd
Bug 1170534 - Remove Visual Event Tracer. r=dougt
2015-06-02 11:44:00 -04:00
Carsten "Tomcat" Book
be6364f282
Merge mozilla-central to mozilla-inbound
2015-06-03 13:54:38 +02:00
Jordan Santell
577f8a6b01
Bug 1170671 - ProfileTimelineMarkers that use TRACING_TIMESTAMP should capture stack information. r=smaug
2015-06-02 16:16:32 -07:00
Andrea Marchesini
6652fec785
Bug 1162088 - patch 1 - ServiceWorkerManager should use OriginAttributes from the principal as scopeKey, r=nsm, r=bholley
2015-06-03 09:43:43 +01:00
Wes Kocher
fcc808d96c
Backed out 14 changesets (bug 1165515) for b2g mochitest-6 permafail CLOSED TREE
...
Backed out changeset 9b97e2aa2ed9 (bug 1165515)
Backed out changeset 150606c022a2 (bug 1165515)
Backed out changeset 4e875a488349 (bug 1165515)
Backed out changeset 467e7feeb546 (bug 1165515)
Backed out changeset d6b6cc373197 (bug 1165515)
Backed out changeset 0615265b593c (bug 1165515)
Backed out changeset fafd1dce9f08 (bug 1165515)
Backed out changeset d1df869245f9 (bug 1165515)
Backed out changeset 6876a7c63611 (bug 1165515)
Backed out changeset b7841c94a9a3 (bug 1165515)
Backed out changeset e5e3617f7c73 (bug 1165515)
Backed out changeset 39be3db95978 (bug 1165515)
Backed out changeset 0ec74176f8de (bug 1165515)
Backed out changeset 5b928dd10d71 (bug 1165515)
2015-06-01 17:57:58 -07:00
Eric Rahm
579c7d8013
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
...
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
PR_LOG_ERROR -> LogLevel::Error
PR_LOG_WARNING -> LogLevel::Warning
PR_LOG_WARN -> LogLevel::Warning
PR_LOG_INFO -> LogLevel::Info
PR_LOG_DEBUG -> LogLevel::Debug
PR_LOG_NOTICE -> LogLevel::Debug
PR_LOG_VERBOSE -> LogLevel::Verbose
Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.
Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-01 14:31:01 -07:00
Eric Rahm
a50b98baa8
Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
2015-06-01 14:31:00 -07:00
Ben Kelly
bddca0603b
Bug 1157619 P1 Network requests should not be intercepted when force-refreshed. r=smaug
2015-06-01 10:53:18 -04:00
Ryan VanderMeulen
094299de37
Merge m-c to inbound. a=merge
2015-05-28 10:20:38 -04:00
Mark Hammond
9dc66948f3
Bug 1107883 - support ipv6 URLs in the awesomebar with unified autocomplete enabled. r=mak, r=smaug
2015-05-28 17:21:58 +10:00
Ehsan Akhgari
424db639ba
Bug 1161916 - Increase the test timeout since it's too slow on Android 4.3 test infra
2015-05-28 09:42:51 -04:00
Ehsan Akhgari
8416cf2840
Bug 1158016 - Skip the test if the page is not loaded from the bf-cache when going back; r=bzbarsky
2015-05-28 09:42:50 -04:00
Tom Tromey
46b613d26c
Bug 1050500 - add fields to ProfileTimelineStackFrame; r=smaug
2015-05-26 10:52:52 -07:00
Ryan VanderMeulen
868e4b4db7
Merge m-c to fx-team. a=merge
2015-05-22 14:21:30 -04:00
Tom Tromey
27fa3a61d9
Bug 1050500 - Add callee information to Javascript timeline markers. r=smaug
2015-05-20 05:28:00 -04:00
Eric Rahm
bac140c6c1
Bug 1165515 - Part 1: Convert PR_LOG to MOZ_LOG. r=froydnj
2015-05-21 13:22:04 -07:00
Carsten "Tomcat" Book
9432818a46
Backed out 14 changesets (bug 1165515) for linux x64 e10s m2 test failures
...
Backed out changeset d68dcf2ef372 (bug 1165515)
Backed out changeset 7c3b45a47811 (bug 1165515)
Backed out changeset b668b617bef2 (bug 1165515)
Backed out changeset d0916e1283a2 (bug 1165515)
Backed out changeset ac4dc7489942 (bug 1165515)
Backed out changeset e9632ce8bc65 (bug 1165515)
Backed out changeset c16d215cc7e4 (bug 1165515)
Backed out changeset e4d474f3c51a (bug 1165515)
Backed out changeset d87680bf9f7c (bug 1165515)
Backed out changeset b3c0a45ba99e (bug 1165515)
Backed out changeset 9370fa197674 (bug 1165515)
Backed out changeset 50970d668ca1 (bug 1165515)
Backed out changeset ffa4eb6d24b9 (bug 1165515)
Backed out changeset 5fcf1203cc1d (bug 1165515)
2015-06-02 13:05:56 +02:00
Eric Rahm
14740fdf18
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
...
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
PR_LOG_ERROR -> LogLevel::Error
PR_LOG_WARNING -> LogLevel::Warning
PR_LOG_WARN -> LogLevel::Warning
PR_LOG_INFO -> LogLevel::Info
PR_LOG_DEBUG -> LogLevel::Debug
PR_LOG_NOTICE -> LogLevel::Debug
PR_LOG_VERBOSE -> LogLevel::Verbose
Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.
Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-01 22:17:33 -07:00
Eric Rahm
83ec610692
Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj
2015-06-01 22:17:19 -07:00
Neil Deakin
6b9da94301
Bug 1166269, e10s, fix and reenable browser_bug503832, r=felipe
2015-05-19 21:20:49 -04:00
Eric Rahm
32b4ff6b18
Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj
2015-05-19 11:15:34 -07:00
Ryan VanderMeulen
f7ac298984
Backed out changeset f0af05d88416 (bug 1162088) for various web-platform-test failures.
...
CLOSED TREE
2015-05-19 15:20:15 -04:00
Andrea Marchesini
808303422f
Bug 1162088 - ServiceWorkerManager should use the principal+scope for the initialization of ServiceWorkers, r=nsm,ehsan
2015-05-19 17:53:36 +01:00
Phil Ringnalda
46bb542e23
Back out 530555a2d6d4 (bug 1162064) for debug b2g emulator assertions and failure to thrive
...
CLOSED TREE
2015-05-17 22:42:05 -07:00
David Anderson
d1e2fa0547
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-05-17 23:11:44 -04:00
David Anderson
ad7e67dd62
Backout changeset e5d045d49b40 for bustage on an a=CLOSED TREE
2015-05-17 21:46:30 -04:00
Birunthan Mohanathas
24c71e971c
Bug 1164706 - Flatten docshell/shistory/src/ directory. r=smaug
2015-05-15 15:25:39 -07:00
Birunthan Mohanathas
03ede2d4dd
Bug 1164706 - Flatten docshell/shistory/public/ directory. r=smaug
2015-05-14 20:52:05 -07:00
David Anderson
5d41109b11
Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange)
2015-05-17 20:44:43 -04:00
Ms2ger
4e05909144
Bug 1017758
- Use infallible getters for appId/isInBrowserElement/unknownAppId; r=bz
2015-05-13 17:59:08 +02:00
Ehsan Akhgari
fa0a409d85
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
2015-05-13 14:31:58 -04:00
Andrew McCreight
ed69765e99
Bug 1163153 - Fix mode lines in docshell/. r=smaug
2015-05-08 13:37:00 +02:00
Phil Ringnalda
882eac387c
Merge m-i to m-c, a=merge
2015-05-10 09:10:19 -07:00
Geoff Brown
5d27ca7373
Bug 1140454 - Skip some tests on Android 4.3 Debug for intermittent failures; r=me,trivial
2015-05-09 20:04:44 -06:00
Michal Novotny
eaf3e06c3c
Bug 1156493 - e10s: move .cacheKey to nsICacheInfoChannel so child channels can get/set it, r=jduell
2015-05-10 02:26:39 +02:00
Jordan Santell
9bf50a866e
Bug 922221 - implement console.timeStamp(label) to create profile timeline markers. r=khuey
2015-04-29 12:48:57 -07:00
Eric Rahm
fcba2562da
Bug 1162309 - Part 2: Remove instances of #ifdef PR_LOGGING in docshell. r=froydnj
...
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-07 10:17:45 -07:00
Birunthan Mohanathas
b6bd23d5c6
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
Nick Fitzgerald
209ad62bfa
Bug 1159779 - mozilla::AutoTimelineMarker shouldn't be copy-able; r=smaug
2015-04-30 14:57:59 -07:00
Marco Bonardo
6164f2029a
Bug 1154877 - Content process shouldn't use the Places Database. r=billm
2015-04-29 10:57:24 +02:00
David Major
ed6ca74f4f
Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
2015-04-27 19:59:27 -04:00
Carsten "Tomcat" Book
6723c48492
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Tom Tromey
373c9ee83b
Bug 1050500 - Add entry reason to timeline marker. r=jsantell, r=smaug
2015-04-20 07:03:00 -04:00
Gijs Kruitbosch
11d68ba805
Bug 1154245 - non-alpha paths on IP addresses with no protocol shouldn't trigger search, r=smaug
2015-04-18 12:20:42 +01:00
Andrew McCreight
3af0e9963c
Bug 1062479 - Use static strings for WeakReference type names. r=ehsan
2015-04-24 09:43:01 -07:00
Francois Marier
14bd6c01dd
Bug 1147212 - Add support for goog-unwanted-shavar. r=gcp,r=matej,r=smaug
2015-04-22 21:01:37 +12:00
Andrea Marchesini
e95d49e405
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
2015-04-22 08:29:24 +02:00
Neil Deakin
9305b6f800
Bug 1058712, e10s, support for copy image command, r=ehsan,mconley
2015-04-21 20:09:14 -04:00
Geoff Brown
ab29ec007b
Bug 1133833 - Skip a few more troublesome tests on Android 4.3; r=trivial,test-only
2015-04-21 09:30:49 -06:00
Nicolas Silva
d93b5d5970
Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas
2015-04-21 17:04:57 +02:00
Andrew McCreight
18df16548c
Bug 1155759 - Part 2 - Use a static ref ptr for gObserver in nsSHistory. r=smaug
2015-04-17 15:19:00 +02:00
Andrew McCreight
5aa66c5835
Bug 1155759 - Part 1 - Remove some manual refcounting from docshell. r=smaug
2015-04-17 15:19:00 +02:00
Denis Volk
cd6346cce0
Bug 1095098 - move do_QueryObject templates into their own header; r=froydnj
2015-04-15 12:47:03 -04:00
Jim Blandy
3fe47490c7
Bug 1152577: Add 'aReason' argument to AutoEntryScript constructor, and provide plausible names for its instantiations. r=bholley
2015-04-08 21:23:48 -04:00
Boris Zbarsky
b246ea2ae9
Bug 1154366. Pass in a JSContext to StructuredCloneContainer::InitFromJSVal so it will throw its exceptions somewhere where people might see them. r=bholley
2015-04-16 13:22:15 -04:00
David Keeler
ef38913727
bug 1147497 - Add API for querying site pin status. Disallow overrides for sites that have pins. r=mmc r=smaug r=cykesiopka r=past
2015-03-25 11:04:49 -07:00
Nathan Froyd
fba75178ed
Bug 1153988 - create nsNullPrincipals directly, rather than going through do_CreateInstance; r=smaug
...
There's a better way to create null principals than
do_CreateInstance("@mozilla.org/nullprincipal;1"). Let's do that and
save ourselves some XPCOM overhead.
2015-04-13 14:47:41 -04:00
Martijn Wargers
18c95089b7
Bug 970728 - Disable test_bug344861.html on b2g because popup window sizing doesn't work well there. r=RyanVM
2015-04-15 17:47:34 +02:00
Ms2ger
2aad41dbe8
Bug 949614 - Use === for SimpleTest.is; r=Waldo
...
This is more likely to be correct, and a necessary step in case we ever want
to move to Object.is.
This keeps ise as an alias for is, and introduces is_loosely for the old
behaviour.
2015-04-14 15:28:13 +02:00
Olli Pettay
d43621ec7d
Backout Bug 930793 because of talos regressions,r=backout
2015-04-13 19:02:27 +03:00
Olli Pettay
ad8d83447e
Bug 930793 - Remove favor performance mode, r=avih,roc
2015-04-12 23:08:55 +03:00
Andrea Marchesini
83459fec70
Bug 1133601 - Implement about:serviceworkers, r=ehsan
2015-04-10 09:50:06 +01:00
Nick Fitzgerald
d98a276954
Bug 1145247 - Add AutoTimelineMarker RAII class; r=smaug
2015-04-08 11:25:56 -07:00
Nathan Froyd
4181765caf
Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan
2015-03-12 13:20:29 -04:00
David Rajchenbach-Teller
b953482b60
Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop
2015-03-31 12:40:59 +02:00
Mike Hommey
ee117642af
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
2015-04-01 13:51:45 +09:00
Ryan VanderMeulen
122fbb1c64
Bug 1026815 - Disable test_bug565388.xul on Linux and OSX for frequent failures. a=test-only
2015-03-31 13:54:19 -04:00
Ehsan Akhgari
29cd945f5d
Bug 1148064 - Enable interception of pings through service workers; r=nsm,smaug
...
Currently when sending a beacon, HttpBaseChannel::ShouldIntercept tries
to get access to the nsINetworkInterceptController interface through the
channel's notification callbacks, but in this case the notification
callback is the nsPingListener object.
This patch extends nsPingListener to make it aware of
nsINetworkInterceptController, and have it route the request for
nsINetworkInterceptController correctly to the docshell without the need
to mess with the notification callbacks.
This will be tested in bug 1147699.
2015-03-30 22:57:19 -04:00
Wes Kocher
9b4388ff25
Merge m-c to inbound a=merge
2015-03-27 17:31:19 -07:00
Wes Kocher
041d4c8544
Merge fx-team to m-c a=merge
2015-03-27 16:52:38 -07:00
Ryan VanderMeulen
c956f7c20d
Merge m-c to fx-team. a=merge
2015-03-27 12:21:41 -04:00
Geoff Brown
0003177c6f
Bug 1140148 - Update mochitest manifests for Android 4.3 emulator; r=dminor
2015-03-26 20:35:35 -06:00
Tom Tromey
4b9af7ff7d
Bug 1144820 - Use nsTArray<UniquePtr<>> to hold timeline markers. r=smaug, r=fitzgen
2015-03-27 08:42:00 -04:00
Tom Tromey
a21b167040
Bug 1144820 - Use rvalue reference in AddProfileTimelineMarker. r=smaug
2015-03-27 08:41:00 -04:00
Bill McCloskey
bc4429a33c
Bug 1132072 - Tab switch refactoring (r=mconley)
2015-03-27 08:38:47 -07:00
Ryan VanderMeulen
b7ee0074f3
Merge m-c to inbound. a=merge
2015-03-25 13:43:32 -04:00
Kartikaya Gupta
9eeddce965
Bug 1143665 - Remove the ambiguous scroll position being passed around in scroll started/stop notifications. r=roc,ehsan
2015-03-25 07:52:37 -04:00
Ryan VanderMeulen
5dc5276d77
Merge fx-team to m-c. a=merge
2015-03-25 10:59:05 -04:00
Tim Taubert
9487ac51e8
Bug 1100291 - Fix docshell/test/browser/browser_uriFixupIntegration.js to properly work with an async version of getShortcutOrURIAndPostData() and make it e10s compatible r=Gijs
2015-03-06 16:37:26 +01:00
Ehsan Akhgari
6bb8089fe1
Bug 1142727 - Do not intercept sandboxed iframes with service workers; r=nsm
...
This is temporary until we clarify what we want to do with these
iframes in the spec.
2015-03-24 16:45:14 -04:00
Olli Pettay
5daea75d17
Bug 1146339 - Do anchor scrolling right before dispatching popstate/hashchange. r=bz
...
CLOSED TREE
2015-03-23 21:54:03 -04:00
Josh Matthews
04b6d7c8d9
Bug 1134330 - Mark fetch events as reloads appropriately. r=smaug
2015-03-23 13:36:44 -04:00
Kyle Huey
05e8f595b0
Bug 1145870. r=bz
2015-03-20 19:19:28 -07:00
Ehsan Akhgari
5cccea6f0f
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Neil Rashbrook
2bfcee48f8
Bug 968334 Allow disabling content retargeting on child docshells only r=smaug
2015-03-21 10:48:48 +00:00
Olli Pettay
73ce9141b2
Bug 1144988, don't let other pages to load while doing scroll-to-anchor, r=bz CLOSED TREE
2015-03-19 17:58:00 -07:00
Wes Kocher
95a9ed41da
Backed out changeset 6d94c4cf9813 (bug 1144988) for bc1 orange a=backout CLOSED TREE
2015-03-19 17:01:38 -07:00
Olli Pettay
fb10fa717f
Bug 1144988, don't let other pages to load while doing scroll-to-anchor, r=bz, a=RyanVM
2015-03-20 00:15:22 +02:00
Alex Verstak
0a23af5a89
Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz
2015-01-05 09:42:31 -08:00
Daniel Holbert
2416fccac8
Bug 1142841: Convert all nsRefPtr<nsIRunnable> to nsCOMPtr<nsIRunnable>. r=ehsan
...
This patch was generated by a script. Here's the source of the script for
future reference:
find . \( -iname "*.cpp" -o -iname "*.h" \) | \
xargs -n 1 sed -i "s/nsRefPtr<nsIRunnable>/nsCOMPtr<nsIRunnable>/g"
2015-03-17 09:29:17 -07:00
Dave Townsend
00906ca0c0
Bug 1068087: Switch about:plugins to run remotely. r=mconley
2015-01-08 12:40:14 -08:00
Jonathan Griffin
8873726f67
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Carsten "Tomcat" Book
d4eb525dc2
merge fx-team to mozilla-central a=merge
2015-03-12 10:17:35 +01:00
Mike Conley
17b047b47a
Bug 1141797. r=smaug.
2015-03-10 18:17:24 -04:00
Ryan VanderMeulen
657ae75cbe
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-03-11 16:05:05 -04:00
Tom Tromey
77446e382b
Bug 1140569 - Show async stacks attached to timeline markers. r=vporof
2015-03-11 07:44:00 -04:00
Ms2ger
73f1962b1b
Bug 1141190 - Remove docshell/test/moz.build; r=mshal
...
There is no longer a reason to define the tests in a separate moz.build file.
This also simplifies a disabling condition in the manifest.
2015-03-11 10:49:04 +01:00
Nathan Froyd
b2f4f5ee97
Bug 1141689 - use services::GetObserverService more; r=ehsan
2014-04-29 13:31:06 -04:00
Andrea Marchesini
8ede144525
Bug 1134280 - Get rid of Tag() - patch 2.3 - dom/base and docshell - Fix all the occurrences, m=smaug, r=surkov
2015-03-03 11:09:00 +00:00
Andrea Marchesini
5a32f7fa5a
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
2015-03-03 11:08:59 +00:00
Tooru Fujisawa
1067bb7e38
Bug 1108382 - Part 5: Do not use non-standard flag argument of String.prototype.replace in docshell/test/unit/. r=gavin
2015-03-01 09:51:33 +09:00
Alexandre Lissy
cd50795c7f
Bug 1134251 - Disable broken B2G Desktop tests on Mulet. r=jmaher, r=jgilbert
2015-02-25 23:49:00 -05:00
Kartikaya Gupta
cfcedbb7de
Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. r=roc,fabrice
...
The ScrollingBehavior passed around extensively in TabParent/TabChild is
entirely redundant now that the layers.async-pan-zoom.enabled pref definitively
controls whether or not APZ is enabled. All the code related to ScrollingBehavior
can be removed.
2015-02-26 08:47:01 -05:00
Boris Zbarsky
897168be1d
Bug 1136388. Change nsIDocumentLoaderFactory and nsIURIContentListener to take MIME types as an XPCOM string, not a char*. r=smaug
2015-02-25 10:26:51 -05:00
Ben Kelly
d1b4b90b0c
Bug 1118845 P1 Add optional base context to LoadContext() constructor. r=smaug
2015-02-21 10:09:17 -05:00
Masatoshi Kimura
c584cd0cbb
Bug 1127339 - Assign a dedicated error code for SSLv3 in docshell. r=bz
2015-02-21 17:20:22 +09:00
Christoph Kerschbaumer
3b9c0e23c1
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking)
2015-02-19 11:47:59 -08:00
Anish
d6962a9b5b
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers
2015-02-19 11:53:01 -05:00
Carsten "Tomcat" Book
24df8222d0
Backed out changeset 6885e993936a (bug 1056851) for crashtest failures
2015-02-19 15:02:05 +01:00
Anish
e982da177f
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher
2015-02-19 07:26:41 -05:00
Chris Peterson
f18c7aae95
Bug 1133286 - Remove nonstandard expression closures from docshell/test. r=bz
2015-01-24 23:54:17 -08:00
Josh Matthews
c8749efb5f
Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug
2015-02-18 20:34:29 -05:00
Christoph Kerschbaumer
b62523bdbc
Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman)
2015-02-18 12:34:13 -08:00
Ryan VanderMeulen
3759ea0732
Backed out changeset 25f90464e93b (bug 1065216) for Android mochitest failures.
2015-02-18 16:00:33 -05:00
Josh Matthews
58c1eb50b9
Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug
2015-02-18 14:10:52 -05:00
Ryan VanderMeulen
0ef8fa6507
Backed out changeset 73e586b9f04f (bug 1109910) for bustage.
...
CLOSED TREE
2015-02-18 11:57:57 -05:00
Christoph Kerschbaumer
f60715cc4d
CLOSED TREE - Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman)
2015-02-17 19:53:06 -08:00
Carsten "Tomcat" Book
ed57caae2f
Backed out changeset 5f5540f3fcce (bug 1109910) for Bustage on a CLOSED TREE
2015-02-18 17:15:00 +01:00
Christoph Kerschbaumer
6b37c8c660
Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman)
2015-02-17 19:53:06 -08:00
Christoph Kerschbaumer
a497d28ee8
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - websocket changes (r=jduell)
2015-02-17 10:09:58 -08:00
Christoph Kerschbaumer
b1a5ff9d25
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in docshell/ (r=sicking)
2015-02-17 10:08:48 -08:00
Birunthan Mohanathas
af941bd862
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
Birunthan Mohanathas
3e699430e4
Bug 1129795 - Remove some unnecessary code in docshell/base/. r=mccr8
2015-02-13 21:36:42 +02:00
Birunthan Mohanathas
a7c65a7332
Bug 1129795 - Convert docshell/base/ to Gecko style. r=mccr8,smaug
2015-02-13 21:36:37 +02:00
Andrea Marchesini
94545cbb2e
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
Mike Conley
d3711501d5
Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
2015-01-13 17:24:52 -05:00
Dave Townsend
121d197d22
Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe
2015-02-05 08:09:15 -08:00
Andrew McCreight
2b0bc0dbf7
Bug 1129015, part 1 - Remove trailing whitespace in docshell. r=smaug
2015-02-04 15:15:12 -08:00
Paul Rouget
faa79bb841
Bug 1118169 - Support -moz-window-dragging:drag in HTML. r=mstange r=bz
2015-02-02 15:10:51 -05:00
Kartikaya Gupta
726aeb130d
Bug 950934 - Enable APZ in the B2G root process. r=botond,smaug
2015-01-12 18:13:18 -05:00
Ehsan Akhgari
17c80ddd7d
Bug 1108547 - Part 1: Inherit the correct private browsing status on new windows created for targeted navigations; r=jdm
2015-01-27 23:17:33 -05:00
Ryan VanderMeulen
ca50295634
Backed out changesets 180e7905987e, 91101cbcc319, and 211567afcc5f (bug 1108547) for timeouts in the new test.
...
CLOSED TREE
2015-01-26 15:00:03 -05:00
Ehsan Akhgari
a9b862ddb2
Bug 1108547 - Part 1: Inherit the correct private browsing status on new windows created for targeted navigations; r=jdm
2015-01-26 14:06:34 -05:00
Ehsan Akhgari
41f9e7c25e
Bug 1125351 - Make nsIDocShell.isPrerendered infallible; r=bzbarsky
2015-01-26 11:01:59 -05:00
Carsten "Tomcat" Book
2bcfbeed7e
Backed out changeset a3cd2f1b3e33 (bug 1125351) for breaking m-oth tests on a CLOSED TREE
2015-01-26 16:57:10 +01:00
Ehsan Akhgari
cf6b7dc423
Bug 1125351 - Make nsIDocShell.isPrerendered infallible; r=bzbarsky
2015-01-26 09:01:11 -05:00
Gijs Kruitbosch
c190ba70d5
Bug 1116977 - disallow link clicks during beforeunload, r=smaug
2015-01-23 15:35:10 +00:00
Ryan VanderMeulen
b2b2e2ad4f
Merge fx-team to m-c. a=merge
2015-01-23 12:20:52 -05:00
Jon Coppeard
7c9c3df98a
Bug 1107639 - Use two phase construction rather than Maybe<PersistentRooted> r=terrence
2015-01-23 10:23:57 +00:00
Olli Pettay
9452156714
Bug 1121701, don't let network connections from the previous page to disturb restoration of a page from bfcache, test, r=bz
2015-01-22 22:38:44 +02:00
Olli Pettay
96d3e137e3
Bug 1121701, don't let network connections from the previous page to disturb restoration of a page from bfcache, r=bz
2015-01-22 22:37:56 +02:00
Tom Tromey
1c9b89c3c3
Bug 1124753 - timeline doesn't need MOZ_ENABLE_PROFILER_SPS. r=smaug
2015-01-22 09:45:00 +01:00
Bill McCloskey
f1a88df187
Bug 1123008 - Make loadContext.topFrameElement work in non-e10s (r=smaug)
2015-01-21 16:19:07 -08:00
Fernando Jimenez
6af4bfbd53
Bug 1097928 - Convert MozPaymentProvider to WebIDL. r=bholley,fabrice
2015-01-19 14:50:32 +01:00
Nicholas Hurley
e70fa84f7f
Bug 1009122 - use cache2 as storage for predictor data. r=honzab
2015-01-14 13:59:04 -08:00
Daniel Holbert
84152b85f9
Bug 1039165: Replace spammy NS_ENSURE_TRUE in nsDocShell::CheckLoadingPermissions with simple early-return. r=bholley
2015-01-14 22:54:39 -08:00
Daniel Holbert
901edd1b5d
Bug 1121198 part 1: Make nsDocShell GetPosition/GetSize pass null outparams for unwanted info. r=bz
2015-01-14 11:03:58 -08:00
Brad Lassey
11f4beb187
bug 1096718 - - display time measured spent in each compartment r=billm,mossop
2015-01-13 17:38:05 -08:00
Ehsan Akhgari
a43b88b0eb
Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg
2015-01-12 23:26:30 -05:00
Wes Kocher
c78183d68d
Backout c034dba7a417
2015-01-12 14:46:48 -08:00
Ehsan Akhgari
2696a40dc5
Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg
2015-01-12 16:35:06 -05:00
Masatoshi Kimura
9f45fb0989
Bug 1112399 - Treat NS_ERROR_NET_INTERRUPT and NS_ERROR_NET_RESET as SSL errors on https URLs. r=bz
2015-01-10 19:52:58 +09:00