Commit Graph

3282 Commits

Author SHA1 Message Date
Wes Kocher
0c00a67ca9 Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
Vladan Djeric
59fd353014 Bug 1139752 - Fix null reference in about:telemetry. r=Yoric 2015-03-06 14:10:10 -05:00
Jed Davis
9e0d0967f3 Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused
Currently, only user namespace support is detected.  This is targeted at
desktop, where (1) user namespace creation is effectively a prerequisite
for unsharing any other namespace, and (2) any kernel with user
namespace support almost certainly has all the others.

Bonus fix: remove extra copy of sandbox flag key names in about:support;
if JS property iteration order ever ceases to follow creation order, the
table rows could be permuted, but this doesn't really matter.
2015-03-06 13:59:00 -05:00
Dave Townsend
0cc0d80394 Bug 1073462: Send synthetic property with Content:LocationChange message. r=felipe
The browser.isSynthetic property is needed by the zoom code to detect when to
apply the correct zoom level. In e10s it is currently only set when a new
document is created which means we don't set it right for history navigation.
This sends it with the Content:LocationChange message which is where it is
needed by the zoom code anyway.
2015-03-03 16:58:53 -08:00
Mike Conley
53fb042024 Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop. 2015-03-05 13:16:35 -05:00
Mike Conley
118ce46628 Bug 1088070 - Instantiate print settings from the content process instead of the parent. r=Mossop. 2015-03-05 13:16:48 -05:00
Neil Deakin
86ece7c689 MBUg 1002232, mve tooltip test into a window to prevent the browser tooltip from interfering with it, r=neil 2015-03-09 10:11:51 -04:00
Kearwood (Kip) Gilbert
1ba6aaedda Bug 945584: Part 8 - Implement Scroll Snapping for Middle Mouse Button Scrolls (v2 Patch), r=roc, r=bz
- Implemented scroll snapping at the end of a middle-mouse-button scroll.
- As this scrolling occurs within chrome Javascript, chrome-only DOM methods
  had to be added: window.MozScrollSnap and element.MozScrollSnap
- Bug 1137937 tracks implementation of a replacement for these chome-only DOM methods,
  to be replaced with a web accessible API.
2015-02-19 16:03:07 -08:00
Carsten "Tomcat" Book
f21351046a Backed out changeset 20a6d6e9c31a (bug 1088070) for bc1 test failures on a CLOSED TREE 2015-03-05 08:54:23 +01:00
Carsten "Tomcat" Book
2d2da3ff63 Backed out changeset d053fdf3b609 (bug 1088070) 2015-03-05 08:54:03 +01:00
Mike Conley
9c8c8a8165 Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop. 2015-02-27 14:17:33 -05:00
Mike Conley
0f17d3c7a8 Bug 1088070 - Instantiate print settings from the content process instead of the parent. r=Mossop. 2015-02-06 14:17:43 -05:00
Wes Kocher
bc9f5d141b Merge fx-team to m-c a=merge CLOSED TREE 2015-03-03 17:11:40 -08:00
Ryan VanderMeulen
88718db0f7 Backed out 7 changesets (bug 1075670) for causing bug 1139010.
Backed out changeset 659c40243282 (bug 1075670)
Backed out changeset 45b61c78ee2d (bug 1075670)
Backed out changeset 23bb7b239c78 (bug 1075670)
Backed out changeset a68d5051107f (bug 1075670)
Backed out changeset bd7a5d213692 (bug 1075670)
Backed out changeset f705f5063169 (bug 1075670)
Backed out changeset 13619f8fa672 (bug 1075670)

CLOSED TREE
2015-03-03 18:44:56 -05:00
Andrew McCreight
83322be904 Backed out changeset a761ac6f8bcc for e10s bc3 opt thumbnail timeouts. 2015-02-28 11:16:58 -08:00
Bill McCloskey
467405d10f Bug 1137933 - Don't cache the docshell in WebNavigation in browser-child.js. r=felipe
Also don't cache the session history, because we only use it in init.
2015-02-28 08:41:07 -08:00
Benjamin Chen
a42564f540 Bug 1124605 - Execute dragStateChanged(false) before the element is hidden. r=jaws 2015-02-17 16:13:16 +08:00
David Parks
e362b3b9e3 Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior. r=billm
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Mike Conley
0c5b4d3836 Bug 1136855 - Send a message from the content script when printing has finished so the parent can save print settings. r=Mossop. 2015-02-25 15:45:22 -05:00
Dave Townsend
7e72af1d6f Bug 1087966: Fix tab detach in e10s windows. r=mconley
When swapping docshells we also have to swap any properties on remote-browsers
that are cached from the content process. This includes things like the
remoteWebNavigation etc. which in turn cache content information. Some of
these also maintain message listeners that we have to switch to the new browser
and message manager.
2015-02-18 16:47:43 -08:00
Blair McBride
bb00bec3d9 Bug 1105967 - Typing fast in address bar and pressing enter leads to missing end characters. a=paolo 2015-02-24 16:38:25 +13:00
Mike Conley
c581bf3ecf Bug 1077168 - Have RemoteWebProgress dispatch DOMWindowID's to nsIWebProgressListener's. r=felipe. 2015-02-10 12:28:31 -05:00
Mike Conley
6c2d1d1823 Bug 1077168 - Make WebappManager.jsm use the top window id to select which browser to show notifications in. r=felipe. 2015-01-27 18:32:40 -05:00
Magnus Melin
a0b3157fb7 Bug 1135212 - ReferenceError: Ci is not defined (in contentAreaUtils.js). r=Gijs 2015-02-20 22:52:06 +02:00
Gijs Kruitbosch
d57f67f36d Bug 1111153 - show error notifications for broken EME content, r=florian 2015-02-20 10:38:18 +01:00
shreyas
cbad64de01 Bug 547623 - Add a button to about:support to enter safe mode. r=adw 2015-02-19 16:53:00 -08:00
Anish
48094b2951 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
b6ef20bdf0 Backed out changeset 6885e993936a (bug 1056851) for crashtest failures 2015-02-19 15:02:05 +01:00
Anish
bbc6a8a249 Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher 2015-02-19 07:26:41 -05:00
Masayuki Nakano
a8dadd1a69 Bug 1119609 part.15 Fix new orange of test_menulist_keynav.xul because it's caused by timeout of incremental search in menu r=smaug+enn 2015-02-19 15:50:20 +09:00
Masayuki Nakano
f1fce37659 Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug 2015-02-19 15:50:20 +09:00
Masayuki Nakano
d837b657fd Bug 1119609 part.13 EventUtils.synthesizeComposition() and synthesizeCompositionChange() should take KeyboardEvent for emulating composition state change caused by a key operation rs=smaug 2015-02-19 15:50:20 +09:00
Kevin K.
ceff8a147e Bug 1057600 - Don't require MOZILLA_OFFICIAL to include build revisions in build. Add MOZ_INCLUDE_SOURCE_INFO variable as an alternate way to include build revisions without setting MOZILLA_OFFICIAL. r=glandium 2015-02-17 22:10:03 -05:00
Gabriele Svelto
648983dd11 Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats 2015-02-17 10:39:35 -05:00
Neil Deakin
52cee389c9 Bug 1131052, assign label values to the months so that the frames don't get recreated when the value is set, prevents the correct month from being displayed, r=neil 2015-02-13 15:06:29 -05:00
David Parks
e13e67e527 Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior r=billm 2015-02-04 04:22:30 -08:00
Ryan VanderMeulen
91aa8783e3 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-12 18:02:35 -05:00
Florian Quèze
b5fa153146 Bug 1129401 - Can't copy URL by right clicking it the first time, r=Mossop. 2015-02-11 20:47:27 +01:00
Bill McCloskey
c436b0ddb8 Bug 1127927 - Make link saving safe for e10s (r=mconley) 2015-02-11 12:55:29 -08:00
Carsten "Tomcat" Book
27cd4c3c96 Backed out 6 changesets (bug 1075670) for bustage on a CLOSED TREE
Backed out changeset 4d68750b4e28 (bug 1075670)
Backed out changeset 4d34eb58c46d (bug 1075670)
Backed out changeset d3ac4fd82311 (bug 1075670)
Backed out changeset 8b72b1201661 (bug 1075670)
Backed out changeset cd6cf15b27cc (bug 1075670)
Backed out changeset bf710daef92b (bug 1075670)
2015-02-11 16:03:06 +01:00
David Parks
68343fa91e Bug 1075670 - [e10s] event.screenX and event.screenY is wrong
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Christoph Kerschbaumer
a7b350ea17 Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/content/ (r=bsmedberg) 2015-02-10 20:50:02 -08:00
Ryan VanderMeulen
884670e7a9 Merge m-c to fx-team. a=merge 2015-02-09 16:40:25 -05:00
Gijs Kruitbosch
896b98fa12 Bug 1123771 - don't expose search icon as button if all it does is focus input and label it otherwise, r=Mossop 2015-02-06 11:44:37 +00:00
Bill McCloskey
35eb57e41c Bug 1129755 - AutoCompletePopup should detach its docshell on unload. r=felipe 2015-02-07 09:16:30 -08:00
Joel Maher
33d8eaf66d Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM 2014-12-27 00:44:52 +05:30
Gabriel Machado
d481a4db36 Bug 1117889 - Fix hard-coded general data caption in about:telemetry. r=gfritzsche 2015-02-04 16:06:48 +00:00
Yash Mehrotra
b0baeb9b53 Bug 1037225 - On Windows browser.preferences.instantApply is False by default r=gijs
--HG--
extra : amend_source : 30fe9b9f7b85eeb6b98537fe9ecdeca27cca730b
2015-02-02 19:28:12 +05:30
Ryan VanderMeulen
3a6334dffd Merge m-c to inbound. a=merge 2015-02-02 17:31:01 -05:00
Ryan VanderMeulen
70dc4d515f Merge fx-team to m-c. a=merge 2015-02-02 17:06:25 -05:00