Commit Graph

172 Commits

Author SHA1 Message Date
Dão Gottwald
b3670e36af merge backout 2012-07-14 17:33:03 +02:00
Dão Gottwald
0221332df3 Backed out changeset 7a8975c9206b 2012-07-14 17:32:39 +02:00
Ehsan Akhgari
b6f4ebefe4 Bug 769881 - copyStringToClipboard Optional parameters should go at the end, also this will make it backward compatible for version bumped extensions; r=roc 2012-07-01 14:18:23 -04:00
Ed Morley
1fb12daa51 Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Andrew Hurle
aee91caf41 Bug 583683 - Show all awesomebar results without scrolling. r=MattN
--HG--
extra : rebase_source : 8c0ec02fbed606ead3050fe841166c7a08e2866b
2012-06-04 13:45:00 -07:00
Ehsan Akhgari
45fe6d3ae2 Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Jared Wein
55bd822768 Bug 742441 - Cannot drag URL from location bar to desktop. r=ttaubert 2012-05-29 12:27:06 -07:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Neil Rashbrook
02dd7706ab Bug 732738 textbox should only execute inline onfocus and onblur event handlers once r=smaug 2012-03-04 14:57:45 +00:00
Geoff Lankow
775acbaa1a Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg 2012-01-17 14:34:51 +13:00
Marco Bonardo
b892a70a55 Bug 711503 - Don't trim url when inline autocomplete inserts text.
r=gavin
2012-01-19 12:31:27 +01:00
Dão Gottwald
6782bc984f Bug 707567 - prepend http:// to URL copy selection only if at least the full hostname is selected. r=dietrich 2012-01-09 10:53:17 +01:00
Dão Gottwald
88dac5f765 Bug 707672 - openUILink[In] behavior should not be determined by browser.tabs.loadBookmarksInBackground. r=mak
--HG--
extra : rebase_source : a4bb56be12da09134fb83c9b6dee6edee4030a54
2011-12-20 01:17:08 +01:00
Dão Gottwald
67896eb0fc Bug 711291 - Add support for icon URL option to PopupNotifications.show. r=gavin 2011-12-18 04:01:59 +01:00
Masatoshi Kimura
4ac41f5d14 Bug 461304 - Part 2: Use UTF-8 flag in the browser; r=gavin 2011-11-05 15:48:28 +00:00
Masatoshi Kimura
ff70ba630e Bug 691690 - Part 2: Use UTF-8 flag on copy. r=gavin 2011-10-07 07:35:17 +09:00
Dão Gottwald
8b93d53ae6 Bug 685263 - don't parse leading "foo:" as a protocol when followed by a number. r=gavin 2011-10-08 10:32:22 +02:00
Gavin Sharp
cc0ef8b5ee Bug 610203: alt+enter in location bar shouldn't open invisible tabs in popup windows (open them in a full browser window instead), r=dao 2010-11-07 08:30:26 -05: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
Dão Gottwald
433a9a17b9 Bug 673528 - Only add www and a domain suffix when the typed domain contains no dot, colon or space. r=gavin, ui-r=faaborg 2011-08-19 11:17:39 +02:00
Gavin Sharp
65c1c8ff73 Bug 672128: don't copy wyciwyg:// URIs when entire URL is selected, r=dao
--HG--
rename : toolkit/components/passwordmgr/test/authenticate.sjs => browser/base/content/test/authenticate.sjs
2011-07-19 04:00:45 -04:00
Gavin Sharp
196bb99339 Bug 672813: clicking the Go button needs to focus the content area, r=dao 2011-07-20 16:21:55 -04:00
Gavin Sharp
afb55bb69c Bug 666964: include trimmed "http://" prefix in URL bar copied text if the selection starts at the beginning of the URL, r=dao 2011-06-25 21:08:31 -04:00
Paul O’Shannessy
6f5e601c1d Bug 666790 - addon download progress doorhanger has error when asking permission to install [r=gavin] 2011-06-28 11:03:00 -07:00
Dão Gottwald
728e0903c3 Bug 666706 - Don't pass IPv6 literals to the effective TLD service, since the brackets prevent them from being recognized as IPs. r=gavin 2011-06-25 09:41:31 +02:00
Dão Gottwald
58dbc45032 Bug 666717 - URL bar highlighting needs to recognize URLs with hyphenated schemes (e.g. view-source). r=gavin 2011-06-24 06:35:25 +02:00
Marco Bonardo
04758d0fea Bug 659578 - Remember Password notification is cut off at the bottom.
r=dolske
2011-06-23 14:35:11 +02:00
Dão Gottwald
5bb3d596f5 Bug 665580 - Hide http:// and single trailing slashes in the location bar. ui-r=faaborg r=sdwilsh 2011-06-23 10:13:41 +02:00
Marco Bonardo
7804781a5b Merge Places and mozilla-central 2011-06-08 12:24:14 +02:00
Marco Bonardo
37566dfe10 Bug 659335 - Learn More links are broken in sync discovery dialogs.
r=dolske
2011-06-02 16:30:56 +02: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
9c5b7f1696 Bug 659693 - Make domain highlighting work with IPv6 literals. r=sdwilsh 2011-05-25 21:41:01 +02:00
Margaret Leibovic
a755222dc1 Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin 2011-05-24 17:43:05 +02:00
Marco Bonardo
754685be79 Bug 618913 - Implement in product notifications to set up Sync.
Further modified by Stephen Horlander <shorlander@mozilla.com>.
r=dolske ui-r=shorlander a=Unfocused
2011-05-23 21:16:39 -07:00
Gavin Sharp
3b1d92982c Bug 658383: ensure that we avoid inheriting the owner principal when clicking the Go button, r=dao
--HG--
extra : rebase_source : 8b2dd017376e07d2285a68d93b189b93fdada836
2011-05-19 19:44:01 -04:00
Gavin Sharp
f6fa25a9a0 Bug 656433: don't allow URIs loaded into the location bar to inherit the currently loaded document's principal, r=bz, r=dao
--HG--
extra : rebase_source : 3eed0612c5740d6a52ba5898d7ae130cfadd9641
2011-05-12 10:52:25 -07:00
Gavin Sharp
719f72b4a6 Bug 657173 - Don't format URL bar value when the URL bar is focused. r=dao 2011-05-14 16:38:59 -07:00
Margaret Leibovic
d827e5c5f6 Bug 654729 - Weird highlighting when adding text to an existing address, r=dao 2011-05-12 14:38:40 -07:00
Brian R. Bondy
121911eb50 Bug 652363 - When dropping on the location bar, set it to the focused element so it has a GO button displayed. r=gavin 2011-05-11 15:15:34 +02:00
Dão Gottwald
ca1f9f0f94 Bug 451833 - Highlight the domain name in the address bar. r=roc,sdwilsh ui-r=faaborg
--HG--
extra : rebase_source : 1010ad246e94e271a0efaaca13356aff5d4b3bc3
2011-05-02 19:50:18 +02:00
L. David Baron
bf6088c149 Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky 2011-04-22 18:36:24 -07:00
Dão Gottwald
0aab105aba Bug 638431 - Hover feedback missing for disabled splitmenus. r=gavin 2011-03-23 12:36:13 +01:00
Dão Gottwald
c1b5d15bb7 Bug 586212 - Don't carry out the command when clicking on a disabled splitmenu. r=dolske 2011-03-03 11:34:55 +01:00
Dão Gottwald
c3f1252325 Bug 628048 - hovered highlight on menu item sticks around too long after moving to a different menu item. r+a=gavin 2011-03-02 19:47:03 +01:00
Margaret Leibovic
2162912556 Bug 633656 - When split menus are hovered, both the main item and expansion arrow should display on mouse in [r=dao, a=gavin] 2011-02-16 10:53:32 -05:00
Dave Townsend
24eec68842 Bug 633571: Multiple entries in the doorhanger for aborted add-on installations. r=Unfocused, a=johnath 2011-02-15 15:10:17 -08:00
Margaret Leibovic
ca69135121 Bug 633400 - Vertically align geolocation "Learn More..." link with menubutton. r=dao 2011-02-12 00:32:07 -08:00
Dão Gottwald
ac67b72373 Bug 631812 - URLBar broken on certain themes; r=gavin a=blocking-final+ 2011-02-10 19:59:40 -05:00