Commit Graph

9604 Commits

Author SHA1 Message Date
Dave Townsend
ea449c2beb Bug 1128060: Fix copying permanentKey to a detached tab in e10s mode. r=billm, f=ttaubert 2015-03-09 16:19:54 -07:00
Mike de Boer
f7688edaf6 Bug 1142066: add strings for screen sharing type Browser, aka tab-sharing for the WebRTC UI indicators. r=florian 2015-03-12 17:02:28 +01:00
Felipe Gomes
f67d6c6684 Bug 1074971 - Reserve main browser commands, such as New/Close Tab/Window, Quit, New Private Browsing. r=gavin, ui-r=phlsa 2015-03-12 12:03:18 -03:00
Mike de Boer
31d85c8c34 Bug 1135045: Show an infobar when tab sharing is activated in a Loop conversation. r=Standard8 2015-03-12 15:13:38 +01:00
Tim Taubert
ba93a147c5 Bug 1093660 - Fix intermittent browser_e10s_switchbrowser.js failures by not using a CPOW to log the loaded URI r=Gijs 2015-03-11 16:48:56 +01:00
Zach Miller ext:(%20and%20Kevin%20Hutt%20%3Ckhutt12%40wou.edu%3E)
4f062770e6 Bug 1138873 - Remove expression closures from handleResult methods. r=dao 2015-03-11 17:17:16 -07:00
Wes Kocher
b6a4db5df7 Backed out changeset 5197df93e0b4 (bug 1128060) for bc1 orange CLOSED TREE 2015-03-11 19:45:11 -07:00
Wes Kocher
4f9a6b8b77 Backed out changeset 49ff034c930e (bug 1136910) for bc1 orange CLOSED TREE 2015-03-11 19:45:01 -07:00
Dave Townsend
fc9338ddc6 Bug 1136910: Fix browser_tab_dragdrop.js to avoid CPOWs and correctly test clicks CLOSED TREE. r=mconley
Switches the whole test to task based and removes most of the CPOW traffic, the
plugin checks are the notable exception.

This also makes ContentTask act sanely in the presence of tab detach by using
browser.permanentKey as the indication that the framescript has been loaded and
just listening to all frames.
2015-03-09 15:53:01 -07:00
Dave Townsend
8ce2d409ce Bug 1128060: Fix copying permanentKey to a detached tab in e10s mode. r=billm, f=ttaubert 2015-03-09 16:19:54 -07:00
Mike de Boer
f7f8346239 Bug 1139907: show WebRTC screen sharing notification icon in Hello conversation window and globally when tab sharing is active. r=jesup,florian 2015-03-11 16:34:31 +01:00
Gijs Kruitbosch
2e76ed7752 Bug 1111967 - honor browser.casting.enabled pref for casting on desktop, r=mconley 2015-03-09 13:15:55 +00:00
Tim Taubert
70554ada27 Bug 1128928 - Fix intermittent browser_social_chatwindow_resize.js failures with ASAN builds by increasing the number of tries used by waitForCondition() r=markh 2015-03-10 19:31:03 +01:00
Florian Quèze
1dcd5b097c Bug 1140440 - Mouse chooses options when search menu pops out under it, r=Gijs. 2015-03-11 09:20:01 +01:00
Wes Kocher
57048f9c55 Backed out 3 changesets (bug 1126184) for causing a spike in new tab bc1 test failures CLOSED TREE
Backed out changeset 7d48a8bad488 (bug 1126184)
Backed out changeset a1fa056e0c0d (bug 1126184)
Backed out changeset e29b97e5e30c (bug 1126184)
2015-03-10 19:01:11 -07:00
Marina Samuel
7f2c6b6cd5 Bug 1126184: Part 3: Mochitest fixes for suggested tiles. r=adw 2015-03-10 17:33:28 -04:00
Shane Caraveo
2dc33be381 Bug 1133123 fix marks button state on tab switching 2015-03-10 08:33:39 -07:00
Vikram Jadhav
d1bddf61a3 Bug 1120957 - fix the source of searches made with paste & search, r=gijs,bwinton 2015-03-09 12:07:00 +01:00
Brian Grinstead
0ad5ebd649 Bug 1090478 - Add a keyboard shortcut for the Browser Toolbox. r=jryans 2015-03-06 14:40:00 +01:00
Shane Caraveo
74a4909431 Bug 1137900 restrict web activations to https, r=jaws 2015-03-09 11:24:12 -07:00
Dão Gottwald
9c1c301b9f Backed out changeset 2b22a22b1cc5 (bug 1132678) 2015-03-07 08:13:27 +01:00
Michael Weisz
fb373fe764 Bug 736572 - Show arrow after sorting column in pageInfo. Provide empty string for comparison function if no according attribute was set. r=jaws 2015-03-05 20:16:18 +01:00
Anush
3c19cf9d3a Bug 418517 - Add "Select All" button to Page Info "Media" tab r=jaws 2015-03-06 14:43:59 -08:00
Gijs Kruitbosch
c9a8619c90 Bug 1019828 - openPreferences should also work if no windows are open, r=jaws 2015-03-04 16:02:21 +00:00
Ian Moody
ccd2fd16cc Bug 1133577 - Make context-menu open link/frame commands use messages to avoid unsafe CPOW warnings. r=mconley 2015-02-21 00:22:39 +00:00
Ian Moody
035d11be51 Bug 1133577 - Fix test browser_bug734076.js to open the context menu with mouse events so the menu inits correctly. r=mconley 2015-02-27 17:40:51 +00:00
Drew Willcoxon
bf4f401875 Bug 1131362 - Update Reasdinglist.jsm consumers to use new API. r=Unfocused 2015-03-05 14:42:00 +13:00
Carsten "Tomcat" Book
7d55874db6 Merge mozilla-central to fx-team 2015-03-06 13:35:12 +01:00
Tim Taubert
f81a6ea841 Bug 1139588 - Fix waitForDocLoadComplete() to hold onto the weak progress listener to ensure it isn't GC'ed before we saw the document load r=Gijs 2015-03-05 23:01:58 +01:00
Blair McBride
fe28e7efde Bug 1131911 - Extract page metadata extraction from Social.jsm to its own JSM. r=mixedpuppy 2015-03-06 11:43:05 +13:00
Tim Taubert
f6a005bc36 Bug 1041297 - Rewrite browser_tab_dragdrop2.js to get rid of arbitrary timeouts r=Gijs 2015-03-04 17:15:09 +01:00
Gijs Kruitbosch
7dff807939 Bug 1139022 - fix camelcase issue with access key in EME notification bars, r=jaws 2015-03-04 15:26:59 +00:00
Margaret Leibovic
946398ab51 Bug 1128757 - Do not trim fragments from URLs loaded in reader view. r=bnicholson 2015-02-26 14:08:29 -08:00
Carsten "Tomcat" Book
a7db9d7c5b Backed out changeset 6dc164972d9a (bug 1068087) for xpc bustage on a CLOSED TREE 2015-03-04 09:16:09 +01:00
Dave Townsend
7d14bf6d72 Bug 1068087: Add a simple mechanism for content pages to communicate with chrome. r=mconley 2015-01-08 12:39:53 -08:00
Wes Kocher
bc9f5d141b Merge fx-team to m-c a=merge CLOSED TREE 2015-03-03 17:11:40 -08:00
Wes Kocher
804c7069b1 Merge inbound to m-c a=merge CLOSED TREE 2015-03-03 16:46:44 -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
Wes Kocher
bf41f4662c Backed out changeset 5b8627537883 (bug 1041297) for the spike in bug 1001656 it cause CLOSED TREE 2015-03-03 15:01:44 -08:00
Chris
ce75107724 Bug 1121417: Change hiddenOneOffs search pref to use unichar type. r=gavin 2015-03-02 14:00:45 -08:00
Manraj Singh
ade4ca9af5 Bug 1132678 - blockedPopupOptions should be accessible via mouse and keyboard, r=gijs,jaws 2015-02-28 03:11:00 +01:00
Wes Kocher
50789ffa1a Merge m-c to fx-team a=merge CLOSED TREE 2015-03-02 13:07:53 -08:00
Wes Kocher
c4ac9859cf Merge fx-team to m-c a=merge 2015-03-02 12:41:37 -08:00
Tim Taubert
97dc6bc886 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
Michael Weisz
7c0b9a9ae0 Bug 782623 - Add meta tag property attribute to pageInfo view. r=jaws 2015-02-27 18:11:03 -05:00
Abhinav Koppula
474070eded Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws 2015-02-27 18:10:30 -05:00
Mark Capella
a3581d850c Bug 1133489 - Hook up "Open ReadingList" button in desktop ReaderMode, r=unfocused 2015-02-27 14:31:31 -05:00
Steven MacLeod
877c5f3df7 Bug 1093566 - Migrate BrowserUITestUtils into BrowserTestUtils; r=Unfocused r=paolo 2015-02-23 12:48:54 -05:00
Gregory Szorc
886d400168 NO BUG - Fix reStructuredText warnings
Sphinx has been complaining about a number of reStructuredText warnings
for a while. Fix all the ones in .rst files.

Not asking for review because this is docs only and changing .rst files
can't break anything important.

DONTBUILD (NPOTB)
2015-03-01 22:51:32 -08:00
Tooru Fujisawa
e6bded4aef Bug 1108382 - Part 1: Do not use non-standard flag argument of String.prototype.match/replace in browser/. r=gavin 2015-03-01 09:51:32 +09:00