Commit Graph

843 Commits

Author SHA1 Message Date
Dão Gottwald
3236ccb6ce Bug 684016 - Add call stack to gBrowser.addProgressListener's wrong-argument-count error message. r=gavin 2013-08-17 03:12:47 +02:00
Tim Taubert
2132bdd1b3 Bug 880101 - part 2 - Wait until the initial tab's content document has been created before adding the progress listener; r=gavin 2013-08-09 04:56:48 +02:00
Carsten "Tomcat" Book
637a43421b merge mozilla-inbound to mozilla-central 2013-08-08 13:13:05 +02:00
David Keeler
610c89a3ee Bug 516753 - Forward content context menu events to the parent. r=felipc 2013-08-06 15:00:07 -07:00
Adam Dane [:hobophobe]
44cb67d4c8 Bug 893349 - Dispatch event when find bar is initialized. r=dao 2013-08-04 16:06:19 -05:00
Gavin Sharp
d7760812a0 Bug 897066 followup: fix mismerge of two patches 2013-08-05 10:36:46 -07:00
Bill McCloskey
ae7dea59f6 Bug 897066 - Underline tab titles if the tab is remote (r=gavin) 2013-08-03 12:52:42 -07:00
Bill McCloskey
ee1e2602a4 Bug 897066 - In e10s builds, some pages should be loaded in the chrome process (r=gavin) 2013-08-02 16:30:19 -07:00
Tom Schuster
e5fe0046d0 Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00
Bill McCloskey
55beeb4201 Bug 902541 - Remove unnecessary flipping of remote attribute at startup (r=gavin) 2013-08-07 11:24:14 -07:00
Bill McCloskey
927a0c16e4 Bug 902105 - loadURI should rethrow inside its catch clause (r=gavin) 2013-08-07 10:52:06 -07:00
Bill McCloskey
9cfc955ffa Bug 898170 - Avoid swapping docshells in e10s mode (r=felipe) 2013-07-26 14:26:28 -07:00
Adam Dane [:hobophobe]
4463cc7495 Bug 894381 - FindBar buttons should be enabled when moving tab between windows. r=dao 2013-07-18 15:00:46 -05:00
Jared Wein
3f029da67e Bug 887515 - Replace multiple tab closing prompt with a menuitem to restore multiple tabs. r=ttaubert
--HG--
extra : rebase_source : 743b8bb459802675e38ef2ab8e8cee2c41b90f90
2013-07-17 18:48:39 -04:00
Adam Dane [:hobophobe]
d830d57573 Bug 892384 - When switching to a tab with an open find bar, focus it. r=dao
--HG--
extra : rebase_source : b55d5a749c8349552fdcebd531da893bebe18007
2013-07-11 18:42:34 -05:00
Mike de Boer
d4baa641c6 Bug 869543: move findbar to the top. r=dao 2013-07-11 12:44:34 +02:00
Adam Dane [:hobophobe]
09be89a52e Bug 891638 - "Highlight All" button does not persist when switching tabs. r=dao 2013-07-10 16:53:34 -05:00
Adam Dane [:hobophobe]
5973cd4584 Bug 537013 - Make the find bar exist on a per-tab basis. r=dao 2013-07-06 02:56:36 +02:00
Raymond Lee
ec52aaa08f Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURI. r=mano 2013-06-25 09:26:22 +08:00
Tim Taubert
7fe0636f86 Bug 883099 - Fire TabOpen after swapping docShells for preloaded newtab pages; r=dao 2013-06-19 22:07:59 +02:00
Michael Brennan
bf5fb38ff1 Bug 866880 - Implement Close Tabs to the Right. r=jaws, ui-r=madhava 2013-05-29 16:07:26 +02:00
Tim Taubert
15da26a6ba Bug 878747 - part 2 - use the new 'nodefaultsrc' attribute for browsers; r=dao 2013-06-06 21:05:21 +02:00
Tim Taubert
4b5d5dd6e9 Bug 876374 - Eliminate uninterruptible reflow caused by calling adjustTabstrip() in addTab(); r=dao 2013-06-03 19:36:01 +02:00
Tim Taubert
a724c7c7e2 Bug 875509 - Defer loading the newly created docShell after a preloaded newtab page has been swapped in; r=dao 2013-05-24 12:08:31 +02:00
Mike de Boer
58ed4b96fd Bug 856107 - Mouse hovering events should be handled seperately from tab select/move code for tab attributes. f=unusualtears r=MattN 2013-05-01 23:36:33 -04:00
Bill McCloskey
9ac15e1539 Bug 697319 - First browser should be dynamically created to allow honoring of browser.tabs.remote pref (r=gavin) 2013-04-30 22:27:59 -07:00
Felipe Gomes
be65834af1 Backout 714e20f9b4e5 (bug 697319) due to bad addons breakage (bug 866537). 2013-04-29 00:14:52 -03:00
Tom Schuster
365cec6f81 Bug 691613 - e10s support for setTabTitle with characterSet. r=felipe 2013-04-27 17:37:04 +02:00
Ekanan Ketunuti
be60a4b035 Bug 865977 - Remove duplicate XUL namespace strings in tabbrowser::addTab and use a const XUL NS declaration in its place. r=jaws 2013-04-26 12:41:46 +07:00
Bill McCloskey
745d28da5f Bug 697319 - First browser should be dynamically created to allow honoring of browser.tabs.remote pref (r=gavin) 2013-04-09 18:11:04 -07:00
Frank Yan
492fe7b2d5 Bug 649216 - Remove unnecessary delay when clicking tab close buttons sequentially. r=jaws ui-r=limi 2013-04-25 14:42:18 -07:00
Bill McCloskey
070fa2726a Bug 662008 - Handle document title changes across processes (r=felipe) 2013-04-24 22:29:39 -07:00
Bill McCloskey
d56924c1df Bug 666801 - Handle webProgress for out-of-process content (r=felipe) 2013-04-24 22:29:31 -07:00
Bill McCloskey
5ea1951d07 Bug 666801 - Use nsIWebProgress.isTopLevel attribute in browser code (r=felipe) 2013-04-24 22:29:24 -07:00
Tim Taubert
cfbfd9bf66 merge m-c to fx-team 2013-04-23 18:56:19 +02:00
Avinash Kundaliya
3585f47c62 Bug 858916 - Switch-to-tab does not work on always private browsing mode. r=Unfocused,f=jdm 2013-04-23 18:00:38 +12:00
Bill McCloskey
0458285fb7 Bug 862078 - Use an about:config preference to control multiprocess browsing, part 2 (r=felipe) 2013-04-22 19:47:52 -07:00
Bill McCloskey
a7d91b7ca1 Bug 862078 - Use an about:config preference to control multiprocess browsing, part 1 (r=felipe) 2013-04-22 19:47:34 -07:00
Tim Taubert
020964f6ae Bug 858643 - Don't handle mouseover event for closing tabs; r=dao 2013-04-11 14:11:14 +02:00
Dão Gottwald
d489082412 Bug 850163 - use mozRequestAnimationFrame to start the tab opening animation asynchronously but without missing the next possible frame. r=ttaubert
--HG--
extra : rebase_source : 5274b1f1a8b5b5d0e4b7f3d369b0a91f3fb0655d
2013-04-03 16:05:56 +02:00
JosiahOne
086c11cbc6 Bug 855370 - Remove the ability to not 'Always show the tab bar'. r=dao, ui-r=limi 2013-03-27 20:54:59 -04:00
Adam Dane [:hobophobe]
4dd16a1690 Bug 854075 - Use mouse{over,out} for positional hover attribs on tabs. r=dao 2013-03-29 16:34:56 -05:00
Lukas Nordin
92317fcd3d Bug 252441 - Dropping text containing spaces will now perform a search on the given sentence. r=gavin.sharp 2013-03-27 11:49:02 -04:00
Dão Gottwald
734ad9acf6 Bug 855273 - Clean up how we determine whether the location should be displayed for new tabs (customizing browser.newtab.url hides the URL for new tabs, displays it when de- and re-selecting the tab). r=ttaubert
--HG--
extra : rebase_source : 030a76811975cceece7bb4dc9553d90331a107e3
2013-03-27 16:32:07 +01:00
Dão Gottwald
1192820d89 Bug 764971 - Hide progress indicators in tabs for chrome pages. r=ttaubert 2013-03-27 10:01:04 +01:00
Jonathan Kew
97e52a7365 bug 828508 - use higher-res favicons for tab titles in hidpi mode if available. r=dao 2013-03-26 17:49:37 +00:00
Ryan VanderMeulen
36e1f26e59 Backed out changeset 93cbcd7f34b3 (bug 828508) on suspicion of making bug 807442 nearly perma-fail on debug builds on a CLOSED TREE. 2013-03-26 15:11:22 -04:00
Jonathan Kew
eb4ed1625c bug 828508 - use higher-res favicons for tab titles in hidpi mode if available. r=dao 2013-03-26 17:49:37 +00:00
Marco Zehe
fcf8395b70 Bug 848775 - Mute live region updates from the Firefox status bar, r=dao 2013-03-22 16:45:26 +01:00
Adam Dane [:hobophobe]
ae9ec1b3f4 Bug 585558 - Implement properties for easier visible tab access via JS and CSS. r=dao, r=fyan 2013-03-19 18:41:01 -05:00