Chris Pearce
1cc553f008
Bug 701992 - Hide sidebar when entering DOM full-screen mode. r=dao
2011-12-05 15:06:08 +13:00
Tobias Markus
257d58e3cf
Bug 691253 - JavaScript strict warning: chrome://browser/content/browser.js, line 10581: reference to undefined property this._updateFeedTimeout. r=mak
2011-12-02 17:32:06 +01:00
Dão Gottwald
e42e35707e
Bug 704538 - Create telemetry probe to ascertain what proportion of users may prefer bug 695482's new 'open search in foreground' behaviour. r=gavin,tglek
2011-12-03 13:02:21 +01:00
Dão Gottwald
53459737fb
Backing out bug 695482
2011-11-29 15:32:59 +01:00
Dão Gottwald
807d5c99ae
Bug 701251 - Entering DOM Fullscreen should close the Find Bar. r=dolske
2011-11-29 13:15:04 +01:00
Gavin Sharp
7df3562154
Bug 699575: move browser modules to browser/modules, r=dao
...
--HG--
rename : browser/base/Makefile.in => browser/modules/Makefile.in
rename : browser/base/content/NetworkPrioritizer.jsm => browser/modules/NetworkPrioritizer.jsm
rename : browser/components/wintaskbar/WindowsJumpLists.jsm => browser/modules/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/WindowsPreviewPerTab.jsm => browser/modules/WindowsPreviewPerTab.jsm
rename : browser/base/content/openLocationLastURL.jsm => browser/modules/openLocationLastURL.jsm
rename : browser/base/content/test/browser_NetworkPrioritizer.js => browser/modules/test/browser_NetworkPrioritizer.js
rename : browser/components/wintaskbar/test/browser_taskbar_preview.js => browser/modules/test/browser_taskbar_preview.js
extra : rebase_source : ed09dfa7b304836be75fbf6efd035efa3a95de28
2011-10-27 15:48:53 -07:00
Matt Brubeck
c4ddf244b6
Back out 22f61e71c108 (bug 215926) for test failures
2011-11-21 16:46:13 -08:00
blackwind
0c31e6ef97
Bug 215926 - Conflicting shortcuts: Alt+drag selects part of a link, Alt+click saves link; r=dao
2011-11-19 13:22:37 -07:00
Chris Pearce
acf2046cee
Bug 704011 - Make mozfullscreenchange handler assume target is document. r=dao
2011-11-22 10:23:44 +13:00
Blair McBride
a4c60b589e
merge mozilla-central to fx-team
2011-11-18 14:55:22 +13:00
Marco Bonardo
9d3a1947c9
Bug 702081 - Add back the folder picker to bookmarks dialog missing it.
...
r=dietrich
2011-11-15 20:42:27 +01:00
Marco Bonardo
1a2d6e25f7
Bug 700348 - fix showBookmarkDialog warnings.
...
r=dietrich
2011-11-11 22:39:26 +01:00
Cedric Vivier
385d280bfe
Bug 583041 - Style Editor integration; part 3; r=rcampbell,dao,l10n
2011-10-26 17:02:08 +08:00
Oonishi Atsushi
ebc58fb880
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
2011-11-10 15:01:11 +01:00
Chris Pearce
a826ccb689
Bug 699885 part 2 - Exit DOM full-screen if we've changed tab or app by the time the request is granted. r=dao
2011-11-08 12:58:48 +13:00
Felix Fung
5730c65256
Bug 397424 - Downloads cause high CPU usage. r=gavin
...
This addresses an issue with the download manager that can cause high CPU usage
when there is an active download. The underlying issue is the frequency of
updates that the download progress listener receives.
Things changed:
- reduced the number of null checks in DownloadUtils.jsm's getDownloadStatus
function by one (down to two from three).
- obtain and format strings from the nsIStringBundle. This removes all the
calls to String.replace in DownloadUtils.jsm.
- modifies the download manager back-end to update the percentComplete and size
property on downloads before dispatching a state changed notification for
downloads entering the DOWNLOAD_DOWNLOADING state. This saves us two calls to
setAttribute on downloads that we know how big they are, and saves us the same
two calls to setAttribute for indeterminate downloads as well as not
dispatching a ValueChange event on the progressmeter every time
onProgressChange is called on the DownloadProgressListener.
- has nsDownload implement nsIClassInfo so we do not need to QueryInterface when
going through the list of active downloads in both the download manager's UI
and the browser's taskbar UI.
2011-11-03 15:25:55 -07:00
Chris Pearce
b66b9301e8
Bug 685402 part 2 - Exit DOM full-screen on select/open/close tab and window deactivate. r=dao
2011-11-04 20:32:11 +13:00
Rob Campbell
182625069e
merge m-c to fx-team
2011-11-03 09:29:07 -03:00
Heather Arthur
11f9879990
Bug 644409 - Make scratchpads save their state across restarts. r=robcee, r=zpao
2011-11-02 12:32:55 -07:00
Heather Arthur
f05cea7feb
Backed out changeset 3b63add3a404
2011-11-02 12:26:59 -07:00
Heather Arthur
44a60097cb
Bug 644409 - Make scratchpads save their state across restarts
2011-11-02 12:14:30 -07:00
Chenxia Liu
e59e538e83
Bug 697750 - Follow-up: replace about:home sync "links" (actually buttons) with links. r=gavin.sharp
2011-10-28 15:00:48 -07:00
Philipp von Weitershausen
ea30ebff9b
Merge m-c to s-c
2011-10-31 01:54:35 -07:00
Chenxia Liu
5586d8dab2
Bug 675821 - Part 1: add Sync Setup and Pair links to aboutHome. r=gavin.sharp
2011-10-26 21:26:51 -04:00
Philipp von Weitershausen
0e253f8063
Merge m-c to s-c
2011-10-24 09:08:55 -07:00
Allison Naaktgeboren
69417a4a2a
Bug 675822 - Part 2: Sync desktop status page with upload progress bar. r=philikon
2011-10-19 14:29:24 -07:00
Allison Naaktgeboren
403c093e12
Bug 675822 - Part 1: Sync desktop status page with upload progress bar. r=philikon
2011-10-19 14:29:24 -07:00
Tim Taubert
318a08ab1d
merge the last green changeset on m-c to fx-team
2011-10-20 12:23:01 +02:00
Frank Yan
ecc03a9567
Bug 695482 - Open 'Search Google for <selection>' in the foreground. r=gavin ui-r=limi
2011-10-19 00:32:08 -04:00
L. David Baron
989b27897b
Make page style menu code reuse existing media query code rather than writing its own. (Bug 689319) r=dao
...
--HG--
extra : transplant_source : %21%22G%1D%BD%BF%D5MH%60%18%F9%9A%D4%86HYG5%A8
2011-10-17 16:49:22 -04:00
Terry Long
1a51030dfb
Bug 623872 - Cmd + L is not focusing location bar in popup windows; r=dao
2011-10-28 15:05:07 +01:00
Chris Pearce
25bd30f676
Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao
2011-10-28 21:28:05 +13:00
Ed Morley
537d994196
Merge mozilla-central and mozilla-inbound
2011-10-28 02:11:57 +01:00
Tim Taubert
5d75128ffc
merge the last green changeset on m-c to fx-team
2011-10-27 15:48:08 +02:00
Marco Bonardo
7279ff22e3
Bug 696159 - Remove some deprecated Places code.
...
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Felix Fung
9856fd1ed5
Bug 688925 - Plugin-Crash: Unique Notification Bar Help Link to Differentiate Source. r=dolske
2011-09-23 23:00:12 -07:00
Felix Fung
2426fb88be
Bug 688083 - Plugin Crash: Sync Submit Report Checkbox With Pref Between Instances. r=dolske
2011-10-03 13:26:08 -07:00
Felix Fung
5769dd7ef1
Bug 665196 - Change in-content plugin crash UI to submit a crash report and reload the page in one step. r=dolske
2011-09-23 22:28:56 -07:00
Gavin Sharp
f68da7068f
Bug 674161: middle mouse paste should prevent inheriting the current page's principal, r=dao
...
--HG--
extra : transplant_source : p%9Eg%80%9D%A5%C5%A8%F1%A7%3F5%3B%93%C0%03%9A%D7%CE%5B
2011-07-28 08:37:56 -07:00
Dão Gottwald
e7ffc35bb7
Bug 634347 - The add-ons manager should open in the foreground regardless of browser.tabs.loadBookmarksInBackground. r=gavin
2011-10-08 10:40:13 +02:00
Martin von Gagern
d7eae2397b
Bug 509664 - Add support for browser.link.open_newwindow.override.external. r=dao
2011-10-08 10:36:11 +02:00
Tim Taubert
f0eff048ba
merge the last green changeset on fx-team to m-c
2011-09-27 13:21:17 +02:00
Dão Gottwald
323f71df8e
Bug 632365 - Delay status updates for links further. r=gavin ui-r=faaborg
...
--HG--
extra : rebase_source : 1a9e4e61339645b67e958d0068bdb7b814fbd647
2011-09-27 09:51:56 +02:00
Phil Ringnalda
4cbbca20b6
Back out aac6292d29f9 (bug 632365) for breaking test_leaf_layers_partition_browser_window.xul
2011-09-26 19:40:50 -07:00
Dão Gottwald
4e21a77cca
Bug 632365 - Delay status updates for links further. r=gavin ui-r=faaborg
2011-09-27 01:22:57 +02:00
Mihai Sucan
3aa29cdf84
Bug 687854 - Move the Inspector code to browser/devtools; r=gavin,robcee
...
--HG--
rename : browser/devtools/highlighter/inspector.js => browser/devtools/highlighter/inspector.jsm
2011-09-26 14:11:22 -03:00
Dão Gottwald
623028268e
Backed out changeset d9989de45bd9
2011-09-24 12:17:14 +02:00
Rob Campbell
f480983ed4
Bug 687854 - Move the Inspector code to browser/devtools, r=gavin,robcee
...
--HG--
rename : browser/devtools/highlighter/inspector.js => browser/devtools/highlighter/inspector.jsm
2011-09-23 15:22:29 -03:00
Mihai Sucan
597672f5c0
Bug 687854 - Move the Inspector code to browser/devtools; r=gavin, r=robcee
...
--HG--
rename : browser/base/content/domplate.jsm => browser/devtools/highlighter/domplate.jsm
rename : browser/base/content/insideOutBox.js => browser/devtools/highlighter/insideOutBox.js
rename : browser/base/content/inspector.html => browser/devtools/highlighter/inspector.html
rename : browser/base/content/inspector.js => browser/devtools/highlighter/inspector.js
rename : browser/base/content/test/inspector/Makefile.in => browser/devtools/highlighter/test/Makefile.in
rename : browser/base/content/test/inspector/browser_inspector_bug_566084_location_changed.js => browser/devtools/highlighter/test/browser_inspector_bug_566084_location_changed.js
rename : browser/base/content/test/inspector/browser_inspector_bug_665880.js => browser/devtools/highlighter/test/browser_inspector_bug_665880.js
rename : browser/base/content/test/inspector/browser_inspector_bug_674871.js => browser/devtools/highlighter/test/browser_inspector_bug_674871.js
rename : browser/base/content/test/inspector/browser_inspector_editor.js => browser/devtools/highlighter/test/browser_inspector_editor.js
rename : browser/base/content/test/inspector/browser_inspector_highlighter.js => browser/devtools/highlighter/test/browser_inspector_highlighter.js
rename : browser/base/content/test/inspector/browser_inspector_iframeTest.js => browser/devtools/highlighter/test/browser_inspector_iframeTest.js
rename : browser/base/content/test/inspector/browser_inspector_initialization.js => browser/devtools/highlighter/test/browser_inspector_initialization.js
rename : browser/base/content/test/inspector/browser_inspector_registertools.js => browser/devtools/highlighter/test/browser_inspector_registertools.js
rename : browser/base/content/test/inspector/browser_inspector_scrolling.js => browser/devtools/highlighter/test/browser_inspector_scrolling.js
rename : browser/base/content/test/inspector/browser_inspector_store.js => browser/devtools/highlighter/test/browser_inspector_store.js
rename : browser/base/content/test/inspector/browser_inspector_tab_switch.js => browser/devtools/highlighter/test/browser_inspector_tab_switch.js
rename : browser/base/content/test/inspector/browser_inspector_treePanel_click.js => browser/devtools/highlighter/test/browser_inspector_treePanel_click.js
rename : browser/base/content/test/inspector/browser_inspector_treePanel_input.html => browser/devtools/highlighter/test/browser_inspector_treePanel_input.html
rename : browser/base/content/test/inspector/browser_inspector_treePanel_output.js => browser/devtools/highlighter/test/browser_inspector_treePanel_output.js
rename : browser/base/content/test/inspector/browser_inspector_treePanel_result.html => browser/devtools/highlighter/test/browser_inspector_treePanel_result.html
rename : browser/base/content/test/inspector/browser_inspector_treeSelection.js => browser/devtools/highlighter/test/browser_inspector_treeSelection.js
2011-09-20 20:29:34 +03:00
Panos Astithas
d78ae29f4c
Bug 587134 - Context menu item for Highlight Element (highlighter); r=gavin
2011-09-21 13:16:25 +03:00
Dão Gottwald
43b7d3c2a0
Bug 668019 - prepend http:// to URL copy selection if URL has been selected (but not loaded) from location bar. r=gavin
2011-09-20 05:35:33 +02:00
Dão Gottwald
010f50364c
Backed out changeset e0708cefd3df
2011-09-20 05:28:38 +02:00
Dão Gottwald
aec674823d
Bug 668019 - prepend http:// to URL copy selection if URL has been selected (but not loaded) from location bar. r=gavin
2011-09-20 03:37:26 +02:00
Marco Castelluccio
f04bd3c6d8
Bug 521264 - Don't use file.exists() when not necessary - browser/base part; r=dietrich
2011-08-30 22:45:31 +01:00
Brian Hackett
045638a1ea
Merge MC -> JM
2011-08-26 11:23:35 -07:00
Jonas Sicking
cfb0cc70e6
Bug 681870: Properly ensure that only one window opens indexedDB prompts. r=bent
2011-08-24 23:14:55 -07:00
Brian Hackett
9b769204de
Merge MC -> JM
2011-08-09 13:29:11 -07:00
Brian Hackett
5c6df0c03d
Merge MC -> JM
2011-08-02 09:08:05 -07:00
Jan Varga
5020b003ce
Bug 617528 Part 2 - Core implementation r=smaug
...
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
2011-08-08 19:31:32 +02:00
Brian Hackett
dda30fa4b2
Merge MC -> JM
2011-07-21 18:53:37 -07:00
Josh Matthews
46f873c5ff
Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted
2011-07-20 17:52:13 -07:00
Josh Matthews
0f806c704b
Bug 548667 - Submit crash reports via FormData. r=ted
2011-07-20 17:51:55 -07:00
Alastair Robertson
dd73c42fd9
Bug 644998 - Session should not be restorable after clearing history, r=zpao/gavin
2011-07-28 13:20:52 -07:00
Brian Hackett
89a7a7eac5
Merge MC -> JM
2011-07-15 14:40:15 -07:00
Brian Hackett
1b078f3536
Merge TM -> JM
2011-07-05 18:22:24 -07:00
Brian Hackett
dee99963bb
Merge TM -> JM
2011-07-01 16:24:32 -07:00
Dão Gottwald
e790578764
Bug 668972 - blocked-popups options popup leaks content windows. r=gavin
2011-07-02 16:00:06 +02:00
Marco Bonardo
13b5cd08c3
Merge mozilla-inbound and mozilla-central
2011-07-02 10:39:08 +02:00
Marco Bonardo
77629447a2
Bug 667195 - Ctrl + Click on SVG/MathML links does not open pages in a new tab.
...
r=gavin
2011-06-30 15:34:12 +02:00
Robert Longson
782a97703a
Bug 639945 - tooltips are not displayed on inline svg elements. r=dao,bzbarsky
2011-06-30 21:58:21 +01:00
Brian Hackett
020c4d8bac
Merge TM -> JM
2011-06-06 16:47:40 -07:00
Brian Hackett
1354314184
Merge TM -> JM
2011-05-27 15:08:04 -07:00
Felipe Gomes
e1e3d8998f
Bug 668307. Minimum loadURI support for remote content. r=dao,mossop
2011-07-13 12:17:31 -07:00
Brian Hackett
1e358b51f6
Merge TM -> JM
2011-05-22 08:59:06 -07:00
Dão Gottwald
9680f28e84
Bug 631954 - Right-clicking on back button menu item opens additional back button menu. r=gavin
2011-05-20 11:20:53 +02:00
Brian Hackett
afdce01248
Merge TM -> JM
2011-05-15 11:32:09 -07:00
Brian Hackett
7fbfb1d703
[INFER] Fix merge botch.
2011-05-15 08:44:01 -07:00
Margaret Leibovic
a6b010d4d8
Bug 573176 - Implement Site-Specific Privacy Preferences, r=sdwilsh+gavin
2011-05-10 15:57:05 -07:00
Raymond Lee
ce22dc914e
Bug 625195 - 'Move to New Window' is disabled if a tab is orphaned or the only tab in the active group r=dao
2011-05-13 10:17:04 +08:00
Rob Campbell
b895140c3c
Bug 653093 - Rename Workspace to Scratchpad; r=l10n
...
--HG--
rename : browser/base/content/workspace.js => browser/base/content/scratchpad.js
rename : browser/base/content/workspace.xul => browser/base/content/scratchpad.xul
rename : browser/base/content/test/browser_workspace_bug_646070_chrome_context_pref.js => browser/base/content/test/browser_scratchpad_bug_646070_chrome_context_pref.js
rename : browser/base/content/test/browser_workspace_contexts.js => browser/base/content/test/browser_scratchpad_contexts.js
rename : browser/base/content/test/browser_workspace_execute_print.js => browser/base/content/test/browser_scratchpad_execute_print.js
rename : browser/base/content/test/browser_workspace_files.js => browser/base/content/test/browser_scratchpad_files.js
rename : browser/base/content/test/browser_workspace_initialization.js => browser/base/content/test/browser_scratchpad_initialization.js
rename : browser/base/content/test/browser_workspace_inspect.js => browser/base/content/test/browser_scratchpad_inspect.js
rename : browser/base/content/test/browser_workspace_ui.js => browser/base/content/test/browser_scratchpad_ui.js
rename : browser/locales/en-US/chrome/browser/workspace.dtd => browser/locales/en-US/chrome/browser/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/workspace.properties => browser/locales/en-US/chrome/browser/scratchpad.properties
2011-05-09 11:51:52 -03:00
Rob Campbell
7729d517f9
merge m-c to devtools
2011-05-06 13:03:37 -03:00
Rob Campbell
7316e1183a
merge m-c to devtools
2011-05-02 16:15:53 -03:00
Rob Campbell
ac0e2c923c
merge m-c to devtools
2011-04-29 09:05:20 -03:00
Rob Campbell
f9275d2f38
merge m-c to mozilla-central
2011-04-27 10:11:37 -03:00
Rob Campbell
2b975e0f42
merge m-c to devtools
2011-04-25 10:13:36 -03:00
Mehdi Mulani
1f8664d42a
Bug 468313 - Add permissions to safe-browsing so warnings don't keep showing up on attack sites. r=sdwilsh ui-r=limi
2011-05-03 13:39:28 -04:00
Gustav Munkby
b3b14fa898
Bug 359809: properly escape keyword searches when alternative character sets are specified, r=gavin
2011-04-28 16:56:04 -04:00
Mihai Sucan
c1cb7576d7
Bug 642176 - Integrate Workspace extension into the browser; f=rcampbell r=ddahl,sdwilsh
2011-04-20 11:18:00 +03:00
Ed Morley
dc522a2396
Bug 651622 - Remove WinCE code from browser/* r=dolske
2011-04-22 01:14:59 +02:00
Steffen Wilberg
4815650ea6
Bug 663253: Remove the 'browser.offline' preference (don't remember offline mode from the previous session). r=gavin
2011-06-21 22:23:26 +02:00
Marco Bonardo
68533cc515
Merging Places to mozilla-central
2011-04-29 16:04:47 +02:00
Marco Bonardo
f59a88b6e0
Bug 524091 - Remove microsummaries support. (Browser changes)
2011-04-26 14:24:57 +02:00
Margaret Leibovic
9bebd0df6f
Bug 634065 - Implement design for identity block and persistent indicators, r=dao
2011-03-18 14:21:02 -07:00
Gavin Sharp
21fa52ed0e
Bug 513648: Fix mistake in the original patch that implemented middlemouse-paste whitespace stripping
2011-04-16 21:17:17 -04:00
Cameron McCormack
166c90380b
Bug 434494 - Make Command+K successfully focus the search box when it creates a new window r=gavin.sharp
2011-04-19 09:37:12 +12:00
Christian Ascheberg
14b8444d2c
Bug 637049 - No GUI to return from fullscreen mode with popups. r=dao
2011-04-17 19:28:54 +02:00
Hernán Rodriguez Colmeiro
40e9c239f5
Bug 656152: Improve string for 32-bit plugin restart. r=gavin
2011-05-10 16:31:33 -07:00
Justin Dolske
bd0c676d22
Bug 545070 - plugin-problem UI shouldn't say "click here". r=gavin
2011-05-22 18:46:33 -07:00
Gavin Sharp
9564d0d321
Bug 658220: invoking bookmarklets by keyword should allow inheriting the current page's principal, r=dao
...
--HG--
extra : rebase_source : fa49b98e814e84cdde197ec8f872e69db4452d6f
2011-05-31 17:33:46 -04:00
Dão Gottwald
420f2c372c
Bug 660391 - gURLBar.formatValue fails when exiting print preview, due to the URL bar not having a frame. r=gavin
...
--HG--
extra : rebase_source : 4e8ba0f5f637a879b55e5b279ba0d01773c90da5
2011-06-02 22:34:12 +02:00
Dão Gottwald
b223530596
Backed out changeset 0e1c0a79effc
2011-07-09 15:33:31 +02:00
Felipe Gomes
221e3a13d4
Bug 668307. Minimum loadURI support for remote content. r=dao
2011-07-01 00:39:04 -03:00
Felipe Gomes
9a5f17cf83
Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske
2011-06-24 14:32:27 -07:00
Felipe Gomes
01b58f9c07
Bug 575248. Double-click on tab bar should behave according to theme and tab positioning. r=dao,jmathies
2011-06-15 15:46:12 -07:00
Dão Gottwald
9875ff106c
Backed out changeset dc3780dd8a43 (bug 311007). Going to change onLocationChange instead of adding onLocationChange2.
2011-06-14 00:02:28 +02:00
Oonishi Atsushi
a32cac7d4c
Bug 311007 - Add onLocationChange2 which distinguishes between same-document and different-document location changes to web progress listeners. r=smaug, sr=bzbarsky
2011-06-04 05:31:07 +09:00
Steffen Wilberg
db27faeeee
Bug 611568: Move File > Import to the Library. ui-r=faaborg, r=dao
2011-06-27 21:32:53 +02:00
Karl Tomlinson
94737beb66
backout a4a1307fc4e1 due to failure in browser_bug580956.js et al
2011-03-28 14:02:46 +13:00
Frank Yan
4a6cac8603
Bug 593645 - use popup.triggerNode instead of document.popupNode for tab context menu; r=dao
2010-09-04 18:06:00 -04:00
Dão Gottwald
20d2c15c40
Bug 625367 - With tabs in the title bar, Firefox dialogs and target=_blank links open a new maximized window with tabs cut off at the top. r=gavin
2011-03-26 13:32:51 +01:00
Siddharth Agarwal
f9ef5ae7a8
Bug 644379 - Safe mode restart dialog should use "Restart" for its button text, not OK. r=dao, ui-r=faaborg
...
--HG--
extra : rebase_source : e3214680b535e4b4162ff3edd55c95bea598124c
2011-03-24 18:20:12 +05:30
Dão Gottwald
6e01d520fc
Bug 641090 - context/right-click menu "Search Google for ..." broken in popup windows. r=gavin
2011-03-23 12:37:04 +01:00
Dão Gottwald
329c813aa2
Bug 608628 - Remove obsolete aMask parameter from tabbrowser's addProgressListener method. r=gavin
2011-03-23 12:35:21 +01:00
Dão Gottwald
c7ac959be9
Bug 463384 - "Tabbed mode" is an unnecessary complication. r=mano
2011-03-23 12:31:35 +01:00
Dão Gottwald
188f8afb27
Bug 631491 - toolbar's iconsize attribute is not updated correctly after switching themes. r+a=dolske
2011-03-03 11:35:18 +01:00
Gavin Sharp
4007d208c2
Back out bug 628179 (make navigation and tab switching always close the Find bar) to reduce risk. r=dao a=backout
...
--HG--
rename : browser/base/content/test/browser_bug628179.js => browser/base/content/test/browser_findbarClose.js
2011-02-28 11:56:56 -08:00
Dão Gottwald
3c6522333b
Bug 633390 - Crop long link URLs in the middle instead of at the end. ui-r=faaborg r+a=gavin
2011-02-28 12:58:44 +01:00
Paul O’Shannessy
b790be585b
Bug 565667 - 'Tools' > 'Add-ons' only works when browser window is in the foreground [r=dao, a=dietrich]
2011-02-22 11:02:22 -08:00
Tim Taubert
ce131dd5c6
Bug 626791 - Add the Panorama button to the toolbar automatically after the user has used Panorama for the first time. r=dao a=beltzner
2011-02-16 17:06:54 +01:00
Margaret Leibovic
13d864a7d1
Bug 633218 - Add removeOnDismissal option to addons notifications that should go away after restart (addons manager restart notification can persist when restart is no longer needed) [r=gavin, a=beltzner]
2011-02-16 10:51:56 -05:00
Alan Thomas
90f68cdb11
Bug 590867 - It is difficult to display context menu "Exit Full Screen Mode" by right-clicking, if browser is "Tabs on Top"; r=dietrich ui-r=faaborg a=beltzner
2011-02-15 19:36:54 -05:00
Asaf Romano
61a904b83c
Bug 567306 - Only set the Find bar's browser property if its browser ID is valid.
...
r=gavin a=blocking
2011-02-15 13:47:32 +01:00
Dão Gottwald
95353df627
Backed out changeset 9698ac3f1c61 because of string impact
2011-02-12 11:55:25 +01:00
Steffen Wilberg
0fa3d24561
Bug 611568 - Move File->Import to the Library. r+a=dolske
2011-02-01 22:13:29 +01:00
Dão Gottwald
b4705d3b62
Bug 593687 - Don't let switchToTabHavingURI open tabs in popups. r=gavin
2011-02-12 10:02:48 +01:00
Patrick Walton
78b20bdfc0
Bug 628179 - Make top document navigation and tab switching close the Find bar. r=dao ui-r=limi a=sdwilsh
2011-02-11 16:11:24 -08:00
Dietrich Ayala
97539ce0c7
Bug 630634 - After uninstalling restartless add-on, empty add-on bar reappears on next restart (r=mossop, a=blocker)
2011-02-10 16:47:04 +07:00
Dão Gottwald
38546fe0d6
Bug 631298 - Status panel: use min-width for loading status messages only. r=gavin
2011-02-09 22:40:13 +01:00
Dão Gottwald
527fe49742
Bug 632366 - Add a hidden pref for the overlink delay duration; r,a=gavin
...
--HG--
extra : rebase_source : 81dd0f1e00085d8f60ccf17010ca4cd8d1a4a2b8
2011-02-08 14:16:37 -05:00
Reed Loden
3047021fc7
Bug 631497 - "Restore http to link target overlay" [r=dao ui-r=beltzner a=blocking2.0:betaN+]
2011-02-04 15:51:36 -08:00
David Dahl
7f70076f12
Bug 628651 - [OSX] show notification bar offering to restart in 32-bit mode when content tries to use a 32-bit plugin using carbon based NPAPI a=hardblocker r=gavin, mossop
2011-02-04 11:59:14 -08:00
Raymond Lee
6fc18d7ad2
Bug 626525 - Disable "move to group" and "next group" if Panorama hasn't been run. r=dao a=b
2011-02-04 10:16:23 +01:00
Paolo Amadini
ce8723651a
Bug 626382 - Allow themes to set the iconsize on specific toolbars. r=dao a=b
2011-02-04 09:09:04 +01:00
Felipe Gomes
ccf3e6aca2
Bug 628863. Provide an entry point for the hidechrome attribute for add-ons. r+a=gavin
2011-02-03 16:47:18 -08:00
Mounir Lamouri
1eb53b66c5
Bug 623870 - Update the message in the invalid form popup when the error message changes. r=gavin a=jst
2011-02-04 00:07:33 +01:00
Mounir Lamouri
b2e5dfa5e8
Bug 628695 - Make invalid form popup offset aware of the zoom level. r=enndeakin a=jst
2011-02-04 00:06:16 +01:00
Tim Taubert
a80e872ab3
Bug 624847 - 'Undo Close Tab' closes current group when only one blank tab is left [r=ian, a=sdwilsh]
2011-02-03 02:43:32 +01:00
Cameron McCormack
cb286b6e6b
Bug 616919 - Make "History > Home" work on Mac if no browser windows are open. r=mano a=blocker
2011-02-02 15:08:57 +13:00
Dão Gottwald
eb916ea7ee
Bug 541656 - Display hyperlink URLs at bottom of window (instead of right side of location bar). r=gavin a=b
2011-02-03 07:48:39 +01:00
Dietrich Ayala
239ad5e144
Bug 616015 - Add a keyboard shortcut to reveal and hide the add-on bar (r=dao, a=blocker)
2011-02-01 19:05:52 +07:00
Paul O’Shannessy ext:(%2C%20Mihai%20Sucan%20%3Cmihai.sucan%40gmail.com%3E)
e27f14192a
Bug 593421 - Provide link to "Restore Previous Session" on Firefox Start [r=gavin, r=ehsan, a=blocking2.0:betaN+]
2011-01-31 17:05:31 -08:00
Asaf Romano (Mano)
285c7f5600
Bug 630265 - Bookmarks menu broken in non browser windows. r=mak. a=blocker.
2011-01-31 22:04:03 +02:00
Dão Gottwald
8d68332b41
Bug 629969 - Don't show status messages for XHR requests. r=jag/gavin
2011-01-31 07:27:03 +01:00
Marco Bonardo
8c018386fb
Bug 588011 - "Bookmark All Tabs" should ignore App Tabs.
...
Includes fix for Bug 607227 - Remove "Bookmark all Tabs" from the bookmarks menu.
r=dao ui-r=faaborg a=blocker
2011-01-28 17:46:49 +01:00
Dão Gottwald
f30ce97987
Bug 628654 - Show connecting / waiting / loading status messages in small overlay on top of content at bottom of screen. r=gavin a=b
2011-01-28 14:35:49 +01:00
Jonathan Kew
c2fe571abc
backing out changeset 7eac2da4ca5e (bug 628654) for causing orange (see bug 629628)
2011-01-28 11:08:36 +00:00
Dão Gottwald
c3d8a56387
Bug 628654 - Show connecting / waiting / loading status messages in small overlay on top of content at bottom of screen. r=gavin a=b
2011-01-28 09:20:37 +01:00
Patrick Walton
971e48fc54
Bug 612470 - Don't close the current Panorama group if there are still app tabs left. r=iangilman a=blocking2.0:betaN+
2011-01-27 19:15:18 +01:00
Michael Yoshitaka Erlewine
d86fa3d1f3
Bug 625156 - Tab Groups menu button does not toggle Tab View when browser window is out of focus [r=dao, a=beltzner]
2011-01-25 14:12:09 -05:00
Hiroyuki Ikezoe
c4d8ba71b1
Bug 627670 - "The argument of callback function of PopupNotifications is only event name." [r+a-2.0=dtownsend]
2011-01-21 02:21:00 -08:00