Commit Graph

901 Commits

Author SHA1 Message Date
Edward Lee
3aac3bf665 Merge mozilla-central to tabcandy-central. 2010-08-11 11:13:46 -07:00
Raymond Lee
79de2be602 Fixed for Bug 585855 - Test that the bookmark all tabs command is disabled when we have one visible and one hidden tab 2010-08-11 14:16:02 +08:00
Edward Lee
0f4ef556db Merge mozilla-central to tabcandy-central. 2010-08-09 23:53:52 -07:00
Jim Mathies
4613e5a0ad Bug 575870 - Implement custom drawn titlebar for classic, aero basic, and xp. Also fix various content padding issues for desktops with advanced ui customization settings. r=dao. 2010-08-09 20:49:35 -05:00
Edward Lee
e5816558b6 Merge mozilla-central to tabcandy-central. 2010-08-07 16:44:33 -07:00
Ehsan Akhgari
1675bf808b Bug 583388 - Delay loading the Tab Candy frame 2010-08-07 18:32:17 -04:00
Dão Gottwald
1c5b4b905e Bug 380960 - Implement closing tabs animation. r=fyan,gavin
--HG--
extra : rebase_source : c0d4192450a1017be7c8907a0cba6c9afab1028e
2010-08-06 22:15:18 +02:00
Edward Lee
8def981941 Merge mozilla-central to tabcandy-central. 2010-08-05 14:48:29 -07:00
Sindre Dammann
2981cc9442 Bug 581242 - about:addons should open in the current tab if that tab is blank. r=dao 2010-08-05 09:11:25 +02:00
Edward Lee
9ddbae2026 Merge mozilla-central and bug 582116 to tabcandy-central. 2010-08-02 10:33:16 -07:00
Edward Lee
7f341af8ce Bug 582116 - Provide a way to show certain tabs and get visible tabs [r=dao a=beltzner]
Add showOnlyTheseTabs and visibleTabs to tabbrowser and update various uses such as tab selection. Test that tabs get hidden/shown when using this API and tab selection only deal with visible tabs while making sure there's always a visible tab.
2010-07-29 16:39:57 -07:00
Edward Lee
218442df21 Bug 582116 - Provide a way to show certain tabs and get visible tabs
Add showOnlyTheseTabs and visibleTabs to tabbrowser and update various uses such as tab selection. Test that tabs get hidden/shown when using this API and tab selection only deal with visible tabs while making sure there's always a visible tab.
2010-07-29 16:39:57 -07:00
Edward Lee
eee4049234 Bug 583044 - Rename code references of TabCandy to TabView
Move files and update references to tabview from tabcandy. Only remaining candy reference is the link to aza's webm video.

--HG--
rename : browser/base/content/browser-tabcandy.js => browser/base/content/browser-tabview.js
rename : browser/base/content/tabcandy/app/drag.js => browser/base/content/tabview/drag.js
rename : browser/base/content/tabcandy/app/groups.js => browser/base/content/tabview/groups.js
rename : browser/base/content/tabcandy/app/infoitems.js => browser/base/content/tabview/infoitems.js
rename : browser/base/content/tabcandy/core/iq.js => browser/base/content/tabview/iq.js
rename : browser/base/content/tabcandy/app/items.js => browser/base/content/tabview/items.js
rename : browser/base/content/tabcandy/core/profile.js => browser/base/content/tabview/profile.js
rename : browser/base/content/tabcandy/app/storage.js => browser/base/content/tabview/storage.js
rename : browser/base/content/tabcandy/app/tabitems.js => browser/base/content/tabview/tabitems.js
rename : browser/base/content/tabcandy/tabcandy.css => browser/base/content/tabview/tabview.css
rename : browser/base/content/tabcandy/tabcandy.html => browser/base/content/tabview/tabview.html
rename : browser/base/content/tabcandy/tabcandy.js => browser/base/content/tabview/tabview.js
rename : browser/base/content/tabcandy/app/trench.js => browser/base/content/tabview/trench.js
rename : browser/base/content/tabcandy/app/ui.js => browser/base/content/tabview/ui.js
rename : browser/themes/gnomestripe/browser/tabcandy/edit-light.png => browser/themes/gnomestripe/browser/tabview/edit-light.png
rename : browser/themes/gnomestripe/browser/tabcandy/edit.png => browser/themes/gnomestripe/browser/tabview/edit.png
rename : browser/themes/gnomestripe/browser/tabcandy/new-tab.png => browser/themes/gnomestripe/browser/tabview/new-tab.png
rename : browser/themes/gnomestripe/browser/tabcandy/platform.css => browser/themes/gnomestripe/browser/tabview/platform.css
rename : browser/themes/gnomestripe/browser/tabcandy/stack-expander.png => browser/themes/gnomestripe/browser/tabview/stack-expander.png
rename : browser/themes/gnomestripe/browser/tabcandy/tabcandy.png => browser/themes/gnomestripe/browser/tabview/tabview.png
rename : browser/themes/pinstripe/browser/tabcandy/edit-light.png => browser/themes/pinstripe/browser/tabview/edit-light.png
rename : browser/themes/pinstripe/browser/tabcandy/edit.png => browser/themes/pinstripe/browser/tabview/edit.png
rename : browser/themes/pinstripe/browser/tabcandy/new-tab.png => browser/themes/pinstripe/browser/tabview/new-tab.png
rename : browser/themes/pinstripe/browser/tabcandy/platform.css => browser/themes/pinstripe/browser/tabview/platform.css
rename : browser/themes/pinstripe/browser/tabcandy/stack-expander.png => browser/themes/pinstripe/browser/tabview/stack-expander.png
rename : browser/themes/pinstripe/browser/tabcandy/tabcandy.png => browser/themes/pinstripe/browser/tabview/tabview.png
rename : browser/themes/winstripe/browser/tabcandy/edit-light.png => browser/themes/winstripe/browser/tabview/edit-light.png
rename : browser/themes/winstripe/browser/tabcandy/edit.png => browser/themes/winstripe/browser/tabview/edit.png
rename : browser/themes/winstripe/browser/tabcandy/new-tab.png => browser/themes/winstripe/browser/tabview/new-tab.png
rename : browser/themes/winstripe/browser/tabcandy/platform.css => browser/themes/winstripe/browser/tabview/platform.css
rename : browser/themes/winstripe/browser/tabcandy/stack-expander.png => browser/themes/winstripe/browser/tabview/stack-expander.png
rename : browser/themes/winstripe/browser/tabcandy/tabcandy.png => browser/themes/winstripe/browser/tabview/tabview.png
2010-07-29 12:37:25 -07:00
Edward Lee
9d56185052 Merge mozilla-central to tabcandy-central. 2010-07-27 21:39:47 -07:00
Edward Lee
fc3df268de Bug 581732 - Merge mozilla-central to tabcandy-central 2010/07/24 (with conflicts). 2010-07-24 16:48:38 -07:00
Edward Lee
4069566fcd Resolve merge conflicts. 2010-07-21 00:35:09 -07:00
Edward Lee
ecdccfd682 Merge mozilla-central (4.0b2) to tabcandy-central with conflicts. 2010-07-21 00:32:53 -07:00
Masatoshi Kimura
acfc13f487 Bug 582186 - Render Zero-Width-Non-Joiner correctly in the address bar. r=smontagu 2010-08-17 14:35:24 +02:00
Raymond Lee
acbf492610 Bug 585855 - Test that the bookmark all tabs command is disabled when we have one visible and one hidden tab [r=dão sr=vlad a=gavin]
--HG--
extra : rebase_source : 728aa27e7ffdf08359c26fe709cac925c0d0f344
2010-08-14 02:36:40 +08:00
Dave Townsend
6b4bdba8e0 Bug 579779: Installing a new theme should mark it to be enabled. r=robstrong 2010-08-13 10:47:17 -07:00
Edward Lee
b5609139aa Bug 579222 - Expose a .visibleTabs property on the tabbrowser [r=iangilman]
Add .visibleTabs to tabbrowser and use local dereferences instead of gBrowser when possible.

--HG--
extra : rebase_source : c64695d6b437927a0d6fbae1b37ad2e17dc690c7
2010-07-16 13:23:03 -07:00
Edward Lee
4c95bcef00 Merge mozilla-central to tabcandy-central. 2010-07-13 12:23:12 -07:00
Shawn Wilsher
07e60c28d9 Merge for back out of changeset a0d6e4d37273 (bug 575870)
a=sheriff
2010-08-10 13:05:42 -07:00
Shawn Wilsher
16d0373258 Backed out changeset a0d6e4d37273 (bug 575870) for possibly being the cause of the following performance regression:
Talos Regression: Txul increase 4.57% on Win7 Firefox
Other possible culprits:
bug 574454
2010-08-10 13:03:32 -07:00
Raymond Lee
6fef79f3dd Update several features for visible tabs: bookmark all tabs, reload all tabs, close other tabs, list all tabs drop down menu and tab context-menu 2010-07-07 10:32:42 +08:00
Raymond Lee
22a24b4fb6 Partial fix for Bug 576427 2010-07-04 00:08:34 +08:00
Ehsan Akhgari
0ad0994cc4 Bug 577685 - Do not allow adding search engines during private browsing mode; r=gavin.sharp ui-r=beltzner approval2.0=beltzner 2010-07-27 16:21:29 -04:00
Frank Yan
e47b5c73e8 Bug 580956 - 'Undo Close Tab' should be disabled not hidden when there are none to undo. r=dao 2010-07-27 17:01:16 +02:00
Alice0775 White
a607370f37 Bug 579095 - Setting the identity label fails when the container is hidden. Collapse it instead. r=dao 2010-07-27 16:54:05 +02:00
Edward Lee
951edd39c8 Bug 574188 - Add UI hooks to trigger tab candy 2010-06-29 01:04:22 -07:00
Gavin Sharp
188ed458a3 Bug 572967: don't remove notifications once dismissed, and instead allow them to be re-opened from the anchor icon, r=dolske 2010-06-23 12:53:09 -04:00
Marco Bonardo
8f64c96f88 Bug 574511 - Make bookmarks button customize-able. r=dao 2010-07-09 12:44:01 -07:00
Dão Gottwald
314ca22c7e Bug 579632 - Fix OS X tabs-on-top styling and put tabs on top by default. r=mstange,gavin 2010-07-19 22:19:14 +02:00
Dão Gottwald
4a8157bbe4 Bug 576063 - Take CSS borders into account when determining the toolbox height. r=gavin 2010-07-16 21:06:58 +02:00
Dão Gottwald
cfbb1c97fe Bug 388880 - Don't initialize the bookmarks toolbar item when it's hidden. r=gavin 2010-07-16 21:03:04 +02:00
Marco Bonardo
cadd86f1ea Bug 575896 - Reset bookmarks toolbar view during customization. r=dao 2010-07-15 22:38:05 +02:00
Michael Kohler
71a161c3f1 Bug 554300 - "close tab" context menu item should be enabled for last tab when browser.tabs.closeWindowWithLastTab=false. r=dao
--HG--
extra : rebase_source : 0afa144194cde536c4e5b45f3405743c30ead777
2010-07-15 10:11:16 +02:00
Dão Gottwald
e8b69980db Bug 575291 - Hide the Firefox button during print preview. r=gavin 2010-07-14 08:47:04 +02:00
Gavin Sharp
2df5a70892 Bug 574530: don't load PopupNotifications unnecessarily from onLocationChange, r=dao
--HG--
extra : rebase_source : 66706038d83d75b6a0808bba75bf1becdcd05670
2010-06-28 03:12:07 -04:00
Dave Townsend
f96454bd40 Bug 581229: Allow popup notifications to persist across page loads. r=gavin 2010-07-29 15:59:55 -07:00
Dave Townsend
6f2ff7bdf9 Bug 577048: Notifications about add-on installs and errors aren't shown if the source tab has no host. r=gavin 2010-07-29 15:59:39 -07:00
Frank Yan
75a9921fa1 Bug 580956: 'Undo Close Tab' should not be hidden when there are none to undo. r=dao
--HG--
extra : rebase_source : ae5bdfa5f4c169127f4b59e805a333ff148c3ca2
2010-07-29 14:36:42 -07:00
Dão Gottwald
5d581dc2e9 merge backout 2010-07-28 10:19:49 +02:00
Dão Gottwald
3f70c5bed3 Backed out changeset 276f149e29e0 2010-07-28 10:19:10 +02:00
Michael Kohler
91a2c87bb0 Bug 577121 - Tab context menu item "Close Other Tabs" should exclude pinned tabs. r=dao
--HG--
extra : rebase_source : 0e871925b4883526ec95867054ebd9c202eb1a2d
2010-07-22 17:51:55 +02:00
Gavin Sharp
7e9a343b05 Backed out changeset b46982cc0c0a from bug 572967 due to test failures
--HG--
extra : rebase_source : 8ef47209d527047ab2770ae44fb0467fdf2fa97d
2010-08-03 01:37:10 -04:00
Gavin Sharp
97e57d4b95 Bug 572967: don't remove notifications once dismissed, and instead allow them to be re-opened from the anchor icon, r=dolske, a=Mossop 2010-06-23 12:53:09 -04:00
Paul O’Shannessy
0af09388e6 Bug 571897 (Sync UI) - Part 8: Tools Menu & Status Bar [r=dolske] 2010-08-02 16:37:56 -07:00
Paul O’Shannessy
4c836ac9c0 Bug 571897 (Sync UI) - Part 4: about:sync-tabs [r=dolske] 2010-08-02 16:37:56 -07:00
Paul O’Shannessy
a0f738c0fd Bug 571897 (Sync UI) - Part 3: General hookup [r=dolske] 2010-08-02 16:37:56 -07:00
Mounir Lamouri
16dea1f0bb Bug 573698 - When looking for tooltips, don't look at SVG elements if SVG is disabled. r=gavin
--HG--
extra : rebase_source : 2700089c813b5c7976855f9ed09caf5cb0a56fc2
2010-06-25 14:23:10 +02:00
Dão Gottwald
3f6a4cac82 Bug 574435 - Hide the menu bar by default on Win Vista and 7. r=gavin
--HG--
extra : rebase_source : b09d158f092ac116577a5ae91eb4eedca2305948
2010-06-25 14:19:12 +02:00
Marco Bonardo
66f564f6e6 Bug 544817 - Create Bookmarks Widget with placement dependent on Bookmarks Bar status. r=dao 2010-06-24 10:08:43 -07:00
Dão Gottwald
b3bce5b859 Bug 557877 - Don't persist the findbar in new windows. r=gavin, ui-r=faaborg 2010-06-22 22:19:22 +02:00
ddahl@mozilla.com
e5228a3af6 Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-22 09:51:50 -07:00
Gavin Sharp
667010d2ba Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao 2010-04-09 13:45:25 -04:00
L. David Baron
bc720ca632 Backed out changeset b805434e7e4b (bug 534398) for causing leaks on (debug) mochitest-other. 2010-06-19 14:15:27 -07:00
ddahl@mozilla.com
1ac23e36fe Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-19 13:17:44 -07:00
Dietrich Ayala
77c9676f7c Backed out changeset 552ea4bd4e59 2010-06-18 16:21:43 -07:00
ddahl@mozilla.com
074dbc6c09 Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-18 16:18:16 -07:00
Mounir Lamouri
c88e001d1c Bug 569360 - browser.js should not assume SVGAElement is always defined. r=gavin 2010-06-17 12:53:03 +02:00
Marco Bonardo
56687a63fc Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin 2010-06-16 18:54:29 +02:00
Gavin Sharp
765d45e75f Bug 572112: add tabsontop attribute to documentElement to indicate tabs-on-top state, r=dao 2010-06-15 17:51:29 -04:00
Paul O’Shannessy
e377dc66c7 Bug 555767 - Switch to tab should close "empty" tabs [r=gavin] 2010-06-15 14:25:36 -07:00
Dave Townsend
c1b3e7841d Bug 560449: Add support for opening the addons manager at a specific pane. r=gavin 2010-06-15 11:40:05 -07:00
Dão Gottwald
ce02e2c4e5 Bug 570795 - Create basic "Firefox button" widget. r=gavin 2010-06-13 10:20:58 +02:00
Dão Gottwald
37e7c0ffa8 Bug 570981 - Remove URLBarSetURI's aValid parameter. r=gavin 2010-06-11 15:26:01 +02:00
Ehsan Akhgari
d3d7087d3a Bug 529922 - Make sure that delayedStartup has run, therefore the test is valid; r=gavin 2010-06-03 21:31:07 -04:00
Dão Gottwald
e437c443b5 Bug 562649 - set and correctly handle userTypedValue when loading external URIs. r=gavin,neil
--HG--
extra : rebase_source : f147fcde568bc15e25be804591518b694d605a95
2010-06-08 22:13:55 +02:00
Justin Wood
f8e9b8aedc Backout |Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page.| due to Linux Mo(oth) and Linux64 Mo(oth) test failures. 2010-06-04 21:59:40 -04:00
Asaf Romano
a2449625a9 Bug 567306 - Find command(ctrl+F) does not start looking for it with a selected text on the actual page. r=gavin. 2010-06-05 03:22:08 +03:00
Dão Gottwald
1472cbbfd4 Bug 577320 - Remove tabs progress listener callback stubs. r=gavin 2010-07-10 01:44:55 +02:00
Dão Gottwald
549a4d5884 Bug 519216 - Removing a progress listener while it's being called should not affect subsequent listeners. r=gavin 2010-07-07 06:56:17 +02:00
Dão Gottwald
9cfe8d8aa7 Bug 571813 - Hide the Firefox button in popups. r=gavin 2010-07-06 06:21:24 +02:00
Johnathan Nightingale
bcda3f09ec Bug 574487 - Add context menu to convert tabs to/from app tabs r=dao ui-r=beltzner (non-final strings)
--HG--
extra : rebase_source : 1d41213fe85b80b7e0f4aa29b22d2c3eb8883e0c
2010-07-05 14:40:15 -04:00
Dave Townsend
4d698c0a58 Bug 552965 and bug 553455: Display notifications for add-on download failures and prompt the user to restart after installation. r=gavin 2010-07-01 09:23:11 -07:00
Dão Gottwald
9628461500 Bug 430687 - Maintain the tab bar's overflow state and scroll position in full-screen mode. r=mano
--HG--
extra : rebase_source : a43304f6df1b88d7846bb27e0ba243f90796973e
2010-07-01 08:35:14 +02:00
Dave Townsend
67aadd8d55 Backing out patches for bug 552965 and bug 553455 due to test failures. 2010-06-30 16:51:05 -07:00
Dave Townsend
3b8d5060e2 Bug 552965 and bug 553455: Display notifications for add-on download failures and prompt the user to restart after installation. r=gavin 2010-06-30 14:13:17 -07:00
Dão Gottwald
b61870e374 Bug 575994 - "fullscr-toggler" shouldn't be a toolbar. r=mano
--HG--
extra : rebase_source : 27f2c9b410c87fcc3650a62c6c4e6d5492526715
2010-06-30 19:57:14 +02:00
Gavin Sharp
c2697a3d68 Remove bogus workaround for bug 555987 now that it's fixed 2010-06-28 16:57:49 -04:00
Neil Deakin
d8d39d4a37 Bug 545119, use link drop service for tabbrowser dataTransfer for search engine dialog and remove browser dependency on nsDragAndDrop.js, r=gavin 2010-05-26 11:28:25 -04:00
Justin Dolske
e8c5b4a76f Bug 539834 - Need updated content plugin-problem icons and new pinstripe notification icon. r=dao
--HG--
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginCrashed.png => toolkit/themes/pinstripe/mozapps/plugins/contentPluginCrashed.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginCrashed.png => toolkit/themes/winstripe/mozapps/plugins/contentPluginCrashed.png
2010-05-25 21:35:09 -07:00
Saint Wesonga
32e9aa4b10 Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev 2010-05-24 11:38:31 +02:00
Michael Kohler
5f19df86e0 Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Asaf Romano
e7a005e58c Bug 566736 - Lazily initialize the findbar. r=gavin. 2010-05-19 19:57:16 +03:00
Ehsan Akhgari
a534fc7fef Back out changeset 6fc5d661ca55 because of a11y test failures 2010-05-19 10:48:30 -04:00
Asaf Romano
4613bbc1fa Bug 566736 - Lazily initialize the findbar. r=gavin. 2010-05-19 15:23:43 +03:00
Chris Jones
a766c20b74 Backed out changeset a111c9f6a71b 2010-05-18 20:53:04 -05:00
Asaf Romano
68ff221f17 Bug 566736 - Lazily initialize the findbar. r=gavin. 2010-05-19 02:58:32 +03:00
Boris Zbarsky
c5bd2cc712 Backed out changeset 6a71deda9822 (bug 562649) due to browser-chrome orange. 2010-05-14 13:04:08 -04:00
Dão Gottwald
9d80ef931d Bug 562649 - set userTypedValue when loading external URIs. r=gavin 2010-05-14 14:27:51 +02:00
Markus Stange
c078ce1736 Bug 549562 - Position the toolbar customization popup in repositionDialog() and make it invisible until it's positioned and loaded. r=gavin 2010-05-14 12:20:00 +02:00
Gavin Sharp
96517418f6 Bug 556957 - Don't let startDocumentLoad display the target URL for content windows with openers. r=dao 2010-04-05 19:08:01 -04:00
Rob Campbell
541a1320f8 Bug 547453: create a web page inspector for Firefox, r=gavin 2010-05-13 16:38:21 -04:00
Gavin Sharp
eb6853093f Backed out changeset f551d1be254e (inspector-0.1, fixing commit message)
--HG--
extra : rebase_source : b7a94409c817d49822920a8d38aadfc8dae1a0db
2010-05-13 16:36:43 -04:00
Rob Campbell
57f96d9b56 inspector-0.1 2010-05-13 17:08:34 -03:00
Mounir Lamouri
cbf74508a5 Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking 2010-05-12 09:17:07 +02:00
Blair McBride
e47441825e Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh 2010-04-29 10:17:06 -07:00
Dave Townsend
62b241c16d Bug 553092: Initialise the permissions manager on startup. r=robstrong 2010-04-26 12:19:18 -07:00
Dave Townsend
e225f4a276 Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Asaf Romano
8a11227280 Bug 528884 - Remove places' menu and toolbar bindings. r=mak 2010-05-05 15:28:04 +02:00
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Blair McBride
8629963616 Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh 2010-04-29 10:17:06 -07:00
Dave Townsend
d62ee330b3 Bug 553092: Initialise the permissions manager on startup. r=robstrong 2010-04-26 12:19:18 -07:00
Dave Townsend
4c0e7e140d Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Masatoshi Kimura
ef720a3123 b=546013 encode default ignorable characters on url bar to prevent spoofing r=gavin
--HG--
extra : rebase_source : 5a1b6a2f0914fcde8beab98fb6e8615a08c5ab60
2010-04-29 09:55:44 +12:00
Dão Gottwald
9b7208c709 Bug 457187 - Make the tabs toolbar customizable. r=gavin 2010-04-27 18:57:19 +02:00
Justin Dolske
e9b1ecb18b Bug 546502 - Refreshing on toolbar for crash plugin UI doesn't remove notification bar. r=gavin, a=developers 2010-04-26 12:58:12 -07:00
Robert Sayre
0f0d2ffdf7 Merge mozilla-central to tracemonkey. 2010-04-24 12:56:26 -04:00
Jeff Walden
4b9b1d8e68 Bug 560018 - Actually remove support for { get property funname() { } }, confounded merging madness... r=luke
--HG--
extra : rebase_source : b3c47f5fdd0fcb52f68876e9a4fab16143c16901
2010-04-17 03:19:33 -07:00
Dão Gottwald
1bcd16c093 Bug 414345 - Don't try to load clipboard content that's not a valid URI. r=gavin 2010-04-22 09:25:54 +02:00
Dão Gottwald
6b11a614d3 Bug 470051 - Disable "New Tab" and "Open Location" commands in popups. r=gavin 2010-04-22 09:24:39 +02:00
Justin Dolske
cad71d8a32 Bug 558517 - Cleanup browser.js plugin code. r=gavin 2010-04-20 12:26:08 -07:00
Neil Deakin
16e62a0020 Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
Siddharth Agarwal
651f2886ae Bug 474060 - Show download progress in app icon in Windows 7 taskbar. Tests by Felipe Gomes. r=sdwilsh r=mconnor r=sid, sr=vlad, ui-r=faaborg 2010-04-15 00:14:12 +02:00
Justin Dolske
f72ceb215b Bug 544597 - Remap plugin names to a more readable form for plugin-crashed UI. r=gavin, r=jst 2010-04-08 00:45:00 -07:00
Justin Dolske
03c1a2e1f6 Bug 557661 - change OOPP crash UI to make it easier to submit crash reports. r=gavin, ui-r=beltzner 2010-04-07 18:53:00 -07:00
Justin Dolske
588870b708 Bug 557808 - OOPP crash notification bar doesn't show for small plugins. r=gavin.sharp 2010-04-07 15:47:00 -07:00
Ehsan Akhgari
4858a80365 Bug 520729 - last loaded title attribute retained during private browsing; r=gavin 2010-04-07 13:27:32 -04:00
Dão Gottwald
fb2d2658af Bug 544815 - implement tabs on top option. r=gavin 2010-04-06 08:34:27 +02:00
Dão Gottwald
08ae0a5a28 Bug 555337 - Capture tab previews only when needed. r=gavin 2010-04-02 09:19:57 +02:00
Ehsan Akhgari
b72837acff Bug 552124 - Reset URL bar transaction manager when leaving private browsing; r=gavin 2010-03-31 16:22:37 -04:00
Gavin Sharp
ac27d74918 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
--HG--
extra : rebase_source : 9d4330461d2047775cc66022ba77bc09cc69a020
2010-03-25 18:02:19 -04:00
Blair McBride
9c5de4629e Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2010-03-26 22:59:02 +01:00
Chris Jones
7329573dd7 Bug 544936, part 6: Submit a browser minidump along with the plugin's, if we got one. r=dolske,gavin,josh 2010-03-24 16:22:04 -05:00
Dão Gottwald
700ebc0ae8 Bug 544762 - Implement menuitem-with-favicon class in toolkit and use it in appropriate places. ui-r=faaborg, r=gavin 2010-03-24 10:17:40 +01:00
Justin Dolske
2a318e00dc Bug 553371 - Overlapping text on plugin crash UI. r=gavin 2010-03-23 16:32:00 -07:00
Dão Gottwald
4c1683c22e Bug 554005 - Implement tabbrowser.tabs, deprecate mTabs and mTabContainer. r=gavin 2010-03-22 15:12:04 +01:00
Dão Gottwald
090e521290 Backed out changeset a352d0413476 2010-03-18 23:48:00 +01:00
Siddharth Agarwal
d44b186b73 Bug 474060 - Show download progress in app icon in Windows 7 taskbar, part 2. Test by Felipe Gomes <felipc@gmail.com>. r=sdwilsh
--HG--
extra : rebase_source : e0a037bda886004c681eb38c4ee4b66728c71e23
2010-03-18 19:34:30 +01:00
Dão Gottwald
e8a68bbf63 Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
--HG--
extra : rebase_source : e1662b549464d68417cf3b0f07d9624fe1a670ef
2010-03-17 07:36:13 +01:00
Justin Dolske
1db3f5a1ce Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg 2010-03-16 22:10:08 -07:00
Blair McBride
bd0b32abc1 Backout patch for c7562242f88e due to bustage 2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49 Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2009-11-23 15:37:39 +13:00
Srirang G Doddihal
dc7c2eb10a Bug 418524 - label of "Download activity summary in the status bar" with one download should be "1" not "One". r=gavin 2010-03-04 10:28:36 +01:00
Robert Longson
0fa1322482 Bug 547854 - Improve outermost svg:title tooltip behaviour. r=dao,r=bzbarsky 2010-03-01 19:21:02 +00:00
Justin Dolske
0a3eb60eb2 Bug 548646 - Permission manager getter in Services.jsm should be more descriptive. r=gavin 2010-02-25 14:13:00 -08:00
Gavin Sharp
9ca84f2cad Bug 512784: add Services.jsm module to allow easy global access to common services, r=dao, r=Mossop
--HG--
extra : rebase_source : 1827809b6e8ce51e4fb238e962f36aaf30b6ad15
2010-01-28 13:31:45 -05:00
Benjamin Smedberg
183a29eb68 Bug 545712 - "A crash report was submitted" even when it wasn't. Check whether crashreportID is empty, which means there was no crash report. Also check whether CrashSubmit.submit returns false indicating that the crash report wasn't found in the expected location, r=dolske+gavin 2010-02-19 09:58:46 -05:00
Robert Longson
5d0c007c48 Bug 510202 - xlink:title should only work on links. r=dao,sr=bzbarsky 2010-02-23 20:45:13 +00:00
Tom Dyas
acd245eb80 Add "New Window" dock menu item to Firefox on Mac OS X. b=415463 r=josh r=mano ui-r=faaborg 2010-02-22 12:51:30 -08:00
Kaspar Brand
89228cf47f Bug 455334 - Improve truncation and RTL display of EV cert owner strings in location bar. r=dao
--HG--
extra : rebase_source : ea62e191112ab31a79ec845e1e382de5eb9e4e62
2010-02-21 23:05:05 +01:00
Dão Gottwald
7afafd5e08 Bug 544659 - Remove support for downgrading to Firefox 2 after customizing toolbars. r=gavin 2010-02-18 09:22:40 +01:00
Dão Gottwald
08fbb0d41f Bug 544657 - move urlbar emptytext code to the urlbar binding. r=gavin 2010-02-11 09:32:25 +01:00
Benjamin Smedberg
7dab97abc0 Leak fix for bug 539843. Make sure that .cleanup() is called in all the error conditions so that the pending-submit list is cleaned up. r=Mossop 2010-02-10 12:20:37 -05:00
Justin Dolske
1f895f93b6 Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander 2010-02-09 17:05:32 -08:00
Justin Dolske
43603428aa Bug 539848 - Make in-content plugin problem UI look better. r=gavin
--HG--
rename : toolkit/mozapps/plugins/content/missingPlugin.xml => toolkit/mozapps/plugins/content/pluginProblem.xml
rename : toolkit/mozapps/plugins/content/missingPluginBinding.css => toolkit/mozapps/plugins/content/pluginProblemBinding.css
rename : toolkit/themes/pinstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/pinstripe/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/winstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css
2010-02-09 17:05:32 -08:00
Olli Pettay
ecf6194456 Bug 544018 - print preview doesn't work in view source , r=dao 2010-02-09 18:24:49 +02:00
Olli Pettay
435c946f5c backout Bug 544018 2010-02-08 19:00:41 +02:00
Olli Pettay
04889fec16 Bug 544018 - print preview doesn't work in view source, r=dao 2010-02-08 18:16:57 +02:00
Robert Longson
c68565a6aa Bug 329212 - display the title element contents as a tooltip in SVG. r=dao,sr=bzbarsky 2010-02-06 11:03:10 +00:00
Marco Bonardo
c4eac2f2df Fix some CRLF newlines in browser.js, r=gavin 2010-01-29 17:50:43 +01:00
Dão Gottwald
dd836079ee Bug 520538 - -new-tab about:blank should focus the location bar. r=gavin 2010-01-24 17:10:07 +01:00
Dão Gottwald
364c6d1d49 Bug 498312 - page style menu should follow the media query spec more closely. r=gavin 2010-01-24 12:40:20 +01:00
Ian Neal
1a018df1cb Bug 439134 - "Customize toolbars" window a bit too small on linux - cuts off the "Restore defaults" button
r=gavin.sharp
2010-01-22 23:34:14 +00:00
Cork
85478d5b95 But 471836 - Don't need to dynamically set Clear Recent History... menu item label; r=gavin
--HG--
extra : rebase_source : 9a78779af016a0b1e37fdca429fbd90b168fc404
2010-01-18 17:24:24 -05:00
Dão Gottwald
ec0d4db739 Bug 539594 - Middle-clicking back/forward/reload should open the new tab next to the current one. r=mconnor 2010-01-15 09:19:41 +01:00
Marco Bonardo
03d2bb7cd3 Bug 539120 - Dragging a Tab onto the Home Button does nothing, r=mconnor 2010-01-14 16:56:25 +01:00
Nochum Sossonko
d3e268783b Bug 530056 - Check that crash reporting is enabled before using the service in browser.js, r=ted 2010-01-05 18:40:31 -05:00
Dão Gottwald
cbc799b00b Bug 343396 - Merge Stop and Reload buttons when they are adjacent. ui-r=faaborg, r=mconnor 2010-01-05 08:28:46 +01:00
Dão Gottwald
cc23d810b5 Bug 537474 - nsIBrowserDOMWindow.OPEN_CURRENTWINDOW implementation is broken. r=typo 2010-01-02 09:28:09 +01:00
Dão Gottwald
a8b2d6888e Merge after backing out changeset 613b4bf6bc6f 2009-12-18 10:09:48 +01:00
Dão Gottwald
c593fb7185 Backed out changeset 613b4bf6bc6f 2009-12-18 10:08:41 +01:00
Ehsan Akhgari
19392f47b3 Followup to bug 518327 - removeAttribute only needs one argument 2009-12-17 18:37:48 -05:00
Ehsan Akhgari
5c7ba61cf3 Bug 518327 - "Allow Pop-ups for ..." menu item not enabled again when leaving Private Browsing mode; r=mconnor 2009-12-17 16:11:48 -05:00
Dão Gottwald
fb30c7b8e4 Bug 343396 - Merge Stop and Reload buttons when they are adjacent. ui-r=faaborg, r=mconnor 2009-12-17 17:46:05 +01:00
Dão Gottwald
a47ca33ffe Bug 535104 - With the search bar removed from the toolbar, Ctrl+K still unhides the toolbar in full screen mode. r=rflint 2009-12-16 21:27:42 +01:00
Dão Gottwald
369075ee6d Bug 534840 - opening a new tab and loading google.com with Ctrl+K keeps focus in the location bar rather than focusing the search field. r=gavin 2009-12-16 11:15:32 +01:00
Dão Gottwald
72f04db1ba Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano 2009-12-15 08:49:08 +01:00
Michael Kohler
34f0176b8c Bug 530354 - No need to check for navigator:browser before initializing SessionStore, r=dao 2009-11-22 08:28:00 -08:00
Reed Loden
2eb56202ec Bug 454300 - "Remove locale-specific subdomains from client-generated URLs" [r=gavin] 2009-12-03 00:45:16 -06:00
Gavin Sharp
88d1c0b5d0 Bug 529952: fix error console spew on gmail due to bad assumption about nsIRequests all being nsIChannels, r=dietrich 2009-11-23 13:46:25 -05:00
Ehsan Akhgari
31d57b1d2e Bug 529667 - Stopping PB mode after opening a new window when PB is active is not possible; r=vlad a=blocking-firefox3.6+
--HG--
extra : rebase_source : 8e2686cfb9497aa888f3f3b062eb1666b7236d2f
2009-11-18 19:03:07 -05:00
Dietrich Ayala
57689be7fd Bug 529622 - JavaScript Error: "gCrashReporter is not defined" with --disable-crashreporter (r=dao) 2009-11-18 21:31:06 -08:00
Ehsan Akhgari
8494e4dfee Bug 526194 - r=vlad
--HG--
extra : rebase_source : 410c69341dab86377f94026709c3aa1f13c36a6d
2009-11-17 15:01:15 -05:00
Dão Gottwald
4d156fc8b5 Bug 520346 - Periodic update check for lightweight themes. r=dtownsend, sr=dveditz 2009-11-17 08:55:47 +01:00
Dietrich Ayala
11ac2fc74c Bug 526545 - Crash reporter still can send wrong URL when crashing during pageload (r=bsmedberg) 2009-11-16 16:54:55 -08:00
Dietrich Ayala
5a323b5600 Backed out changeset 6e8717db83bb (accidental inclusion) 2009-11-16 16:53:22 -08:00
Dietrich Ayala
7dcda44c3a Bug 526545 - Crash reporter still can send wrong URL when crashing during pageload (r=bsmedberg) 2009-11-16 16:51:07 -08:00
Dão Gottwald
2a3c551931 Bug 526919 - Lightweight theme notification bar hides when loading new page. r=dtownsend 2009-11-13 19:35:23 +01:00
Reed Loden
2d64c217b5 Another follow-up to bug 527784: just use resource:/// across the board because xpcshell doesn't implement resource://app/ like toolkit's nsXREDirProvider does. 2009-11-10 23:39:13 -06:00
Reed Loden
8519a3f070 Bug 527784 - "Browser code incorrectly looking for browser-only modules in gre location" [r=gavin] 2009-11-10 16:42:19 -06:00
Blair McBride
7938459b7d Bug 526672 - Visiting PluginCheck page from a notificationbar should reset notifyUser pref. r=dtownsend 2009-11-06 08:07:08 +01:00
Tanner M. Young
0f66b9f30a Bug 524092 - "View Image Info" command is not carried out if "Page Info" window is already opened. r=dao 2009-11-06 08:04:38 +01:00
Dão Gottwald
1584886680 Bug 526230 - nsIApplicationCacheService::getGroups count outparam should be optional. r=honzab 2009-11-04 20:23:20 +01:00
Markus Stange
d0dfc9ccb9 Bug 524718 - In fullscreen mode, drawintitlebar=true shouldn't add padding. r=dao 2009-10-31 09:01:12 +01:00
Paul O’Shannessy
6ccd0e6bf1 Bug 514490 - Per Tab Network Prioritization. r=dao, r=bz
--HG--
extra : rebase_source : e80e9b87f9280251d873dafc69cf55ff4517aa1b
2009-10-30 14:16:17 -07:00
Dão Gottwald
fb97ffad40 Bug 524106 - "View Image Info" selects the wrong image when there are multiple images with the same src. r=db48x 2009-10-29 08:42:45 +01:00
Markus Stange
97e9999a50 Bug 524661 - Fix places in browser.js that use for each...in to loop over arrays. r=gavin 2009-10-28 19:59:15 +01:00
Dão Gottwald
6a530b2454 Bug 524270 - Make the second getChildList parameter optional. r=bsmedberg 2009-10-26 21:02:06 +01:00
Dão Gottwald
d2c20e7beb Bug 523047 - Slow selectors in browser css. r=rflint 2009-10-23 17:28:14 +02:00
Tanner M. Young
3927f423ab Bug 517902 - "Reimplement image properties, using the existing "Media" panel" [ui-r=faaborg r=db48x sr=mconnor] 2009-10-22 19:32:49 -05:00
Dão Gottwald
2305a99b0f Bug 520173 - Reset lightweight theme previews when leaving the source page. r=dtownsend 2009-10-22 22:47:59 +02:00
Dão Gottwald
8e5fec9fa5 Bug 520398 - Cmd+clicking back button no longer opens in new tab. r=mano 2009-10-15 17:48:54 +02:00
Dão Gottwald
0153f907d0 Backed out unintended commit 2009-10-13 19:23:48 +02:00
Dão Gottwald
a1c4f0ea5b x 2009-10-13 16:56:06 +02:00
Dão Gottwald
619614abd8 Bug 521188 - AeroPeek object leaks into global scope. r=gavin (P1 blocker on CLOSED TREE) 2009-10-12 08:13:25 +02:00
Dão Gottwald
11399d95f8 Bug 518468 - no easy way to undo after installation of a lightweight theme. r=dtownsend 2009-10-08 08:59:37 +02:00
Dão Gottwald
173e9e6320 Fix indentation 2009-10-08 08:58:22 +02:00
Jim Mathies
3d6d06a11e Bug 520937 - Fix taskbar contract id failures. r=gavin. 2009-10-07 20:09:09 -05:00
Jim Mathies
4cd8da9491 Bug 520801 - Remove sub directory from taskbar module path. Addresses installer build issues which prevented jsm installation. r=dao.
--HG--
rename : browser/components/wintaskbar/jumpLists.jsm => browser/components/wintaskbar/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/preview-per-tab.jsm => browser/components/wintaskbar/WindowsPreviewPerTab.jsm
2009-10-07 20:06:30 -05:00
Dão Gottwald
59053eb9fd Bug 449010 - In browser.js, don't prototype single-instance objects. r=mano,gavin 2009-10-06 17:58:00 +02:00
Dão Gottwald
db77698258 Bug 494152 - eliminate onnewtab and the NewTab event. r=mano 2009-10-06 16:27:15 +02:00
Dão Gottwald
6e62d9df06 Bug 514915 - gProgressCollapseTimer and gProgressMeterPanel shouldn't exist. r=mano 2009-10-06 14:34:25 +02:00
Dão Gottwald
5ab4177f82 Bug 507586 - FullScreen shutdown code doesn't belong in BrowserTryToCloseWindow(). r=mano 2009-10-06 14:33:55 +02:00
Rob Arnold
e991b2bf7f Bug 474056 - Implement optional preview per tab r=dao,rflint,mconnor 2009-10-06 00:26:15 -04:00
Dão Gottwald
781700e4b0 Bug 494373 - make sure the location bar is visible before focusing it. r=gavin 2009-10-05 15:41:24 +02:00
Dão Gottwald
38feabc419 Bug 520361 - escapeNameValuePair() shouldn't be global. r=gavin 2009-10-03 18:41:44 +02:00
Dão Gottwald
1d1738b34d Bug 520190 - make use of formatURL(). r=gavin 2009-10-02 18:52:53 +02:00
Dão Gottwald
3137b69ef0 Bug 520143 - don't try/catch when reading plugins.hide_infobar_for_outdated_plugin and plugins.hide_infobar_for_missing_plugin, since they have a default value. r=dtownsend 2009-10-02 18:22:53 +02:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Blair McBride
c4a43f3551 Bug 468881 - Save Frame As… option appears when not necessary in File Menu. r=dao, ui-r=beltzner 2009-10-02 08:21:48 +02:00
Dão Gottwald
b14da9eae5 Bug 518533 - back and forward buttons have the wrong orientation in RTL mode on OS X. r=vlad 2009-09-29 21:19:21 +02:00
Dão Gottwald
7d308bb248 Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad 2009-09-22 10:40:12 +02:00
Dão Gottwald
debf92ce03 Bug 517503 - clean up gBrowser.selectedBrowser usage. r=gavin 2009-09-18 20:18:26 +02:00
John Morkel
2d21461a7d Bug 516603 - make existing addTab and loadOneTab callers pass a hashed arguments object. r=dao 2009-09-17 15:03:15 +02:00
John Morkel
13eca8276a Bug 515635 - "Search Google for ..." context menu should open tab next to current active tab. r=dao 2009-09-16 19:36:38 +02:00
Dão Gottwald
6d55846fca Bug 435035 - Use different strings for mixed content in the identity UI. r=johnath, ui-r=faaborg 2009-09-11 19:28:55 +02:00
Olli Pettay
fe6ee061ad Bug 513982. Fix window leak when browser window is shut down. r=dao
--HG--
extra : rebase_source : 624b95c3fbdd5b612d87db9da0cf88c74d78c54f
2009-09-11 10:25:48 +12:00
Dão Gottwald
9b37ad47bb Bug 507623 - initializeSanitizer() can fail because "gPrefService.getBranch is not a function". r=gavin 2009-09-09 23:13:06 +02:00
Dão Gottwald
3b0a23450f Bug 310738 - Don't show progress indicators when using bfcache to go to another page. r=mano 2009-09-09 18:31:25 +02:00
Dão Gottwald
e916d657e8 Bug 454562 - clean up onEnterPrintPreview, onExitPrintPreview and related code. r=mano 2009-09-09 09:50:46 +02:00
Dão Gottwald
b4d83fbd6c Bug 514310 - browserDOMWindow.openURI should always pass the referrer to loadOneTab and avoid loading about:blank if possible. r=mano 2009-09-09 09:50:07 +02:00
Markus Stange
0aeb055536 Bug 505699 - Add UI for full screen mode on the Mac. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : b4819e769990532fcb913df8185b6d3911e7efe2
2009-09-04 09:36:32 +12:00
Dão Gottwald
f2458e3787 Bug 504065 - Move browser.js includes to the top and rename browser-textZoom.js to browser-fullZoom.js. r=gavin
--HG--
rename : browser/base/content/browser-textZoom.js => browser/base/content/browser-fullZoom.js
2009-09-01 10:26:26 +02:00
Nickolay Ponomarev
9d36a52765 bug 513469 - remove usage of nsIBrowserInstance in Firefox's browser.js
r=gavin
2009-08-30 16:03:59 +04:00
Joe Bowser
79da40e3f0 Bug 492426 - Remove existing blocked-badware-page notification before showing a new one. r=gavin 2009-08-26 18:25:09 +02:00
Dave Townsend
73ea4f6b91 Backed out changeset 405a715a4d81 from bug 502307 due to test failures 2009-08-19 10:38:09 +01:00
Ehsan Akhgari
2923130b61 Bug 502307 - Closing multiple tabs in the last browser window with Private Browsing enabled yields no warning regardless of preference setting (further fix); r=enndeakin,dao ui-r=faaborg 2009-08-19 11:16:08 +04:30
Dave Townsend
d4f2e9ccb0 Bug 479805: browser.offline should only be consulted during startup. r=dao 2009-08-18 16:39:37 +01:00
Dão Gottwald
1e32437863 Bug 502239 - fix focusElement() misuse. r=enn 2009-08-10 18:27:10 +02:00
Ehsan Akhgari
3bc505a45f Bug 506437 - The titlebar of a tear off window is not updated correctly after having detached a tab with private browsing mode; r=mconnor 2009-08-08 21:37:33 +04:30
Ehsan Akhgari
c4a963f1a0 Bug 508773 - Remove gPrivateBrowsingUI._privateBrowsingAutoStarted; r=dao 2009-08-08 21:37:30 +04:30
Ehsan Akhgari
bb412a7b5a Bug 508000 - Search bar & find bar value before switching into Private Browsing mode is not restored after leaving PB mode; r=mconnor 2009-08-08 21:37:27 +04:30
Ehsan Akhgari
ca5920f5ef Bug 495999 - Paused download label shown in status bar when leaving PB with active downloads; r=mconnor 2009-08-02 22:23:10 +04:30
Ehsan Akhgari
f0961087a5 Bug 496123 - the last download directory from private browsing persists as the initial directory for the filepicker after stopping private browsing; r=mconnor 2009-08-02 22:23:08 +04:30
Ehsan Akhgari
2a9ff53bba Bug 487656 - zoomed in by default while entering Private Browsing; r=dao,mconnor 2009-08-02 22:23:01 +04:30
Dão Gottwald
9f22b02d78 Bug 507583 - WindowIsClosing() cleanup. r=gavin 2009-08-01 18:17:30 +02:00
Steffen Wilberg
0ff9b98534 Bug 206544: Add 'Full Screen' toolbar button. Based on a patch by Georges-Etienne Legendre. r=dao, ui-r=boriss 2009-07-31 19:58:17 +02:00
Nochum Sossonko
4df1909d4b Bug 506099 - lazy load DownloadUtils.jsm in browser.js via memoized getter. r=gavin 2009-07-31 07:09:21 +02:00
Nils Maier
d3bbbdf0b5 Bug 354894 - Session restore doesn't work if process hasn't exited. r=zeniko,dao sr=vlad 2009-07-31 06:57:57 +02:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Dão Gottwald
930df1b2af Backed out changeset 27b53ca1b085 2009-07-29 10:49:59 +02:00
Ehsan Akhgari
0a02e029df Bug 506111 - consolidate getService calls in browser.js. r=dao 2009-07-29 08:22:12 +02:00
Nochum Sossonko
3f2b8bfc51 Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad 2009-07-29 07:55:03 +02:00
Gavin Sharp
082f188dcb Backed out changeset 870f451d8385 from bug 506116 2009-07-28 03:41:07 -04:00
Nochum Sossonko
8b1e3cbd38 Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad 2009-07-28 08:01:31 +02:00
Neil Deakin
5df63444b5 Bug 503754, dropping tab on content area should not reload page, r=mano 2009-07-23 10:39:13 -04:00
Dão Gottwald
928cf217ee Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn 2009-07-21 06:25:59 +02:00