Commit Graph

9589 Commits

Author SHA1 Message Date
Mark Goodwin
dae455e787 Bug 1120748 - Fix intermittent orange from message manager misuse; r=felipe 2015-03-12 08:57:06 +01: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
Mark Banner
e012f60c01 Bug 1131574 - In Loop's tab sharing, make the shared tab follow the active tab. r=mikedeboer 2015-03-02 19:23:35 +00:00
Gijs Kruitbosch
e095a015e8 Bug 1134513 - shaky eme icon on first play, r=sevaan 2015-02-24 16:06:19 +00:00
Neil Deakin
d768d0fcaf Bug 1131562, rework browser_tabfocus.js to handle tabs in other processes and re-enable the test, r=felipe 2015-03-03 09:17:00 -05:00
Anish
b9d3be97ea Bug 958147 - Choose one of run-if or skip-if and get rid of the other.r=jmaher, mwargers 2015-03-03 08:46:37 -05:00
Blair McBride
e914ee6242 Bug 1137231 - Double Separator In Bookmarks Menu when ReadingList is disabled. r=markh 2015-02-27 16:51:57 +13:00
Mark Hammond
2b4c3a5df8 Bug 1131413 (part 2) - add readinglist support to browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Mark Hammond
778da3616b Bug 1131413 (part 1) - add tests for browser-syncui.js. r=adw 2015-02-26 18:48:11 +11:00
Abhinav Koppula
b809915c53 Bug 732688 - No Help button in the Page Info window. r=jaws,gijs 2015-03-02 15:35:56 -05:00
Tim Taubert
40ab056a87 Bug 1041297 - Rewrite browser_tab_dragdrop2.js to get rid of arbitrary timeouts r=Gijs 2015-02-26 11:40:24 -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
Mark Hammond
ef69675986 Bug 1136291 - better handle an unexpected (eg, the hidden DOM window) being the window opener when initializing the sidebar. r=Unfocused 2015-02-25 20:51:21 +11:00
Wes Kocher
d9c4959758 Merge fx-team to m-c a=merge 2015-02-24 15:41:09 -08:00
Ryan VanderMeulen
5ce7838926 Backed out 7 changesets (bug 1075670) for e10s browser_586068-browser_state_interrupted.js crashes.
Backed out changeset 4ca74b217fe8 (bug 1075670)
Backed out changeset 83199cfc333f (bug 1075670)
Backed out changeset 065b859e6525 (bug 1075670)
Backed out changeset a3e8329610d9 (bug 1075670)
Backed out changeset ced9055e0bcc (bug 1075670)
Backed out changeset e6d6f0c11133 (bug 1075670)
Backed out changeset b823c6c95030 (bug 1075670)

CLOSED TREE
2015-02-24 11:53:34 -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
Mike de Boer
4c06802837 Bug 1133493: add e10s-friendly API to fetch a tab's outer window ID. r=florian,Standard8 2015-02-24 17:16:27 +01:00