Commit Graph

3571 Commits

Author SHA1 Message Date
Wes Kocher
6b4d65d584 Merge inbound to m-c a=merge 2015-04-13 17:13:10 -07:00
George Wright
c1fe8737f4 Bug 1138746 - Do not allow e10s windows to be opened when HWA is disabled on OS X r=mconley 2015-04-10 17:57:35 -04:00
Bill McCloskey
a345c1e401 Bug 1151598 - Remove more uses of preprocessor in toolkit (r=gavin) 2015-04-13 18:11:50 -07:00
Gijs Kruitbosch
9c46e44409 Bug 1133981 - e10s-ify findbar FAYT key handling, r=mconley 2015-03-11 20:22:09 +00:00
Jared Wein
481c65f202 Bug 1152327 - ReadingListUI.init() should be called from delayedStartup, not onLoad. r=gavin 2015-04-11 02:14:56 -04:00
Mike Conley
4e442036cc Bug 1110887 - Make the plugin crash reporter work with e10s. r=felipe.
This patch does the following:
* Has the gPluginHandler tell content processes when a NPAPI plugin crashes
* Introduces PluginCrashReporter, and renames TabCrashReporter.jsm to ContentCrashReporters.jsm.
* Makes gPluginHandler use PluginCrashReporter to submit plugin crashes.
* If a plugin crash report is submitted, puts all visible instances into the submitted state.
* Makes the plugin crashed notification bar work with run IDs.
* Removes event and message listeners in PluginContent when uninitting.
2015-03-27 23:34:15 -04:00
Carsten "Tomcat" Book
2fa5830c12 Backed out changeset 503877a91767 (bug 1110887) for bc1 test failures 2015-04-09 13:11:32 +02:00
Mike Conley
b8a0cc8cfb Bug 1110887 - Make the plugin crash reporter work with e10s. r=felipe.
This patch does the following:
* Has the gPluginHandler tell content processes when a NPAPI plugin crashes
* Introduces PluginCrashReporter, and renames TabCrashReporter.jsm to ContentCrashReporters.jsm.
* Makes gPluginHandler use PluginCrashReporter to submit plugin crashes.
* If a plugin crash report is submitted, puts all visible instances into the submitted state.
* Makes the plugin crashed notification bar work with run IDs.
* Removes event and message listeners in PluginContent when uninitting.
2015-03-27 23:34:15 -04:00
Shane Caraveo
dacf118a2d Bug 1153016 split content.js in two, one tabbrowser dependent, the other independent, r=mossop 2015-04-13 13:23:51 -07:00
Blake Kaplan
8584265d01 Bug 1149420 - Make the IndexedDB permissions prompt work in e10s. r=bent/mfinkle 2015-04-10 18:10:00 +02:00
Tim Nguyen
0039945ed8 Bug 1138630 - Switch the desktop update badge to an SVG image. r=Gijs 2015-04-02 17:17:32 -07:00
Drew Willcoxon
000a47067a Bug 1147554 - Lazily create desktop reading list's database connection (follow-up: revert erroneous chage). r=me 2015-04-01 18:30:32 -07:00
Drew Willcoxon
96c415487b Bug 1147554 - Lazily create desktop reading list's database connection. r=markh 2015-04-01 18:24:32 -07:00
Brian Grinstead
1b9420556e Bug 1148996 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs 2015-03-31 20:00:32 -07:00
Brian Grinstead
0ab1e8f3c5 Bug 1094821 - Backout 01482cdccd72 for test failures in Aurora simulation;r=me;a=RyanVM 2015-03-30 09:20:48 -07:00
Tim Taubert
6d10540d34 Bug 1100294 - Deprecate PlacesUtils.getURLAndPostDataForKeyword() and turn getShortcutOrURIAndPostData() into a task that uses the new keywords API r=mak 2015-03-27 09:16:04 +01:00
Wes Kocher
cd742d834f Backed out changeset 6306a0c0be65 (bug 1100294) for bc1 orange CLOSED TREE 2015-03-26 14:30:21 -07:00
Tim Taubert
c431f7e024 Bug 1100294 - Deprecate PlacesUtils.getURLAndPostDataForKeyword() and turn getShortcutOrURIAndPostData() into a task that uses the new keywords API r=mak 2015-03-25 18:25:43 +01:00
Brian Grinstead
652d1f4fe2 Bug 1094821 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs 2015-03-25 06:54:18 -07:00
Tim Taubert
d909ecdda6 Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed callback off a zero timeout r=paolo,f=mak 2015-03-06 16:46:50 +01:00
Gijs Kruitbosch
37822347d5 Bug 1146666 - fix reader mode button's dealing with history.pushState, r=margaret 2015-03-25 00:33:16 +00:00
Dão Gottwald
57018e1fa9 Bug 1139656 - Implement the first pieces of the all-doorhanger install flow for add-ons installed from websites. r=dtownsend 2015-03-24 22:24:49 +01:00
Ryan VanderMeulen
8a4e41e395 Backed out changeset 37bd20ca096a (bug 1139656) for test_blocklistchange.js xpcshell failures.
CLOSED TREE
2015-03-24 15:36:48 -04:00
Dão Gottwald
0332e04351 Bug 1139656 - Implement the first pieces of the all-doorhanger install flow for add-ons installed from websites. r=dtownsend 2015-03-24 18:54:59 +01:00
Wes Kocher
7b8b9fb1a3 Backed out changeset 1b23439451a8 (bug 1079245) 2015-03-19 15:43:21 -07:00
Steven MacLeod
268e4f080f Bug 1079245 - Set about:privatebrowsing to load in child. r=mossop
browser_privatebrowsing_downloadLastDir.js and browser_bug963945.js are
also updated to work properly when about:privatebrowsing is loaded
remotely.
2015-02-09 15:42:39 -05:00
Alex Verstak
7ecbab6ff5 Bug 1113431 - Propagate referrer policy throughout the UI: command-click and context menu open link in new tab/window. r=gijskruitbosch 2015-03-04 23:29:55 -08:00
Blair McBride
de3b9c9119 Bug 1131457 - Add a button to the URLBar that allows adding the current page to the Reading List. r=markh/adw 2015-03-17 12:49:07 -07:00
Ian Moody
c05998ad4c Bug 1140878 - Move SwitchDocumentDirection() to toolkit/content/browser-content.js so it can be safely used in e10s. r=mconley 2015-03-11 21:19:18 +00:00
Gijs Kruitbosch
e238e351a8 Bug 1111967 - honor browser.casting.enabled pref for casting on desktop, r=mconley 2015-03-09 13:15:55 +00:00
Vikram Jadhav
2970c2f4c7 Bug 1120957 - fix the source of searches made with paste & search, r=gijs,bwinton 2015-03-09 12:07:00 +01:00
Dão Gottwald
ca58e260e1 Backed out changeset 2b22a22b1cc5 (bug 1132678) 2015-03-07 08:13:27 +01:00
Manraj Singh
944a805626 Bug 1132678 - blockedPopupOptions should be accessible via mouse and keyboard, r=gijs,jaws 2015-02-28 03:11:00 +01:00
Tim Taubert
bc7f53572e Bug 1100223 - switchToTabHavingURI() should load a new URI before selecting the tab to ensure sessionstore won't override the target URI when the tab was pending r=Gijs 2015-02-21 09:30:23 +01:00
Mark Hammond
49ed381e9f Bug 1131413 (part 2) - add readinglist support to browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Florian Quèze
85a198bae3 Bug 1124400 - [ReadingList] Add section to bookmarks popup for reading list items and actions, r=Unfocussed. 2015-02-23 13:58:36 +01:00
Blair McBride
975ae1b9a8 Bug 1123517 - [ReadingList] Implement basic sidebar that lists unread ReadingList items. r=florian 2015-02-20 22:07:24 +13:00
Blair McBride
21d225439d Bug 1123517 - Refactor sidebar code. r=florian 2015-02-20 21:21:33 +13:00
Carsten "Tomcat" Book
e9ea441386 merge mozilla-inbound to mozilla-central a=merge 2015-02-20 15:15:12 +01:00
George Wright
355f8e56e5 Bug 1026093 - Don't allow the user to open an e10s window in safe mode r=mconley 2015-02-19 15:11:24 -05:00
shreyas
95b8abcce9 Bug 547623 - Add a button to about:support to enter safe mode. r=adw 2015-02-19 16:53:00 -08:00
Gijs Kruitbosch
c474ab0cff Bug 1099426 - make some uses of brandname shorter still, r=jwalker 2015-02-06 21:15:45 +00:00
Ryan VanderMeulen
1d8e85f764 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-12 18:02:35 -05:00
Florian Quèze
a5dcd47105 Bug 1123620 - remove the one-time intro popup for the new searchbox UI, r=Mossop. 2015-02-11 20:47:28 +01:00
Bill McCloskey
e641723ad4 Bug 1127927 - Make link saving safe for e10s (r=mconley) 2015-02-11 12:55:29 -08:00
Nathan Froyd
d2e479b22d Bug 1118502 - part 2 - ensure addOneTab sees a referrer URI if it was available; r=mconley
addOneTab uses the existence of a referrer URI to determine where to
position the newly opened tab.  Bug 1031264 changed callsites so that a
referrer URI was no longer passed in if the opening link had
rel=noreferrer set on it.  This change, then, broke placement of newly
opened tabs if their opening link had rel=noreferrer on it.

Instead of not passing in the referrer URI if rel=noreferrer, let's
instead explicitly tell addOneTab whether rel=noreferrer was present on
the opening link.  Then addOneTab can hide the referrer URI from the
actual network request, while still using the referrer URI to determine
tab placement.
2015-02-06 14:00:45 -05:00
Mike Conley
0b2a43c8c5 Bug 1047603 - Fix passing xul:tab in the initialization of a new e10s window. r=Mossop.
We need to force the initial browser window to be remote right away if the browser
being torn into a new window is remote.
2015-01-14 14:22:01 -05:00
Mike Conley
36c3b551a5 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
Mike Conley
833a60c06f Bug 1047603 - Non-remote tabs and chrome in e10s windows do not handle target=_blank or window.open links properly. r=Mossop. 2015-01-29 17:27:07 -05:00
John Tungul
1d07812829 Bug 1117722 - Changed badge.style.backgroundColor. and badge attribute. r=jaws 2015-02-08 10:38:00 +01:00